/* 
* put your own css code here 
* don't update templates css file.
* because it's regularly get updated
*/

/* Font Awesome CSS assets/fonts klasorunu bekliyordu; fontlar Revolution paketinde. */
@font-face {
    font-family: "FontAwesome";
    src: url("../../revolution/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0");
    src: url("../../revolution/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"),
         url("../../revolution/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"),
         url("../../revolution/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"),
         url("../../revolution/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* Ana sayfa sporcu hesaplama modülü */
.as-athlete-calc { position:relative; overflow:hidden; padding:95px 0; background:#080808; color:#fff; }
.as-athlete-calc:before { content:""; position:absolute; inset:0; background-image:linear-gradient(115deg,rgba(0,0,0,.91) 0%,rgba(0,0,0,.84) 45%,rgba(35,0,3,.84) 100%),var(--athlete-bg, url("../../images/vigor-hero-training.svg")); background-position:center; background-size:cover; background-repeat:no-repeat; }
.as-athlete-calc:after { content:""; position:absolute; right:-130px; top:-130px; width:420px; height:420px; border:90px solid rgba(186,9,19,.07); border-radius:50%; }
.as-athlete-calc .container { position:relative; z-index:2; }
.as-athlete-calc-intro { padding:16px 35px 0 0; }
.as-athlete-calc-kicker { display:inline-block; margin-bottom:18px; color:#d20b17; font-size:12px; font-weight:800; letter-spacing:2px; }
.as-athlete-calc-kicker i { margin-right:8px; }
.as-athlete-calc-intro h2 { margin:0 0 20px; color:#fff; font-size:39px; line-height:1.08; font-weight:800; letter-spacing:-1px; }
.as-athlete-calc-intro h2 strong { color:#d20b17; font-weight:900; }
.as-athlete-calc-intro>p { max-width:470px; color:#aaa; font-size:15px; line-height:1.8; }
.as-athlete-calc-visual { position:relative; display:flex; align-items:center; width:300px; height:105px; margin:30px 0 22px; padding:0 20px; border-left:4px solid #d20b17; background:linear-gradient(90deg,rgba(210,11,23,.16),transparent); }
.as-athlete-calc-visual>i { color:#d20b17; font-size:52px; }
.as-athlete-calc-visual strong { margin-left:auto; color:#fff; font-size:17px; line-height:1.05; letter-spacing:2px; }
.as-athlete-calc-pulse { position:absolute; left:78px; right:82px; top:51px; height:2px; background:#555; }
.as-athlete-calc-pulse:after { content:""; position:absolute; left:35%; top:-12px; width:28px; height:25px; border-left:3px solid #d20b17; border-top:3px solid #d20b17; transform:skew(-25deg) rotate(52deg); }
.as-athlete-calc-points { margin:0; padding:0; list-style:none; }
.as-athlete-calc-points li { margin:11px 0; color:#ddd; font-size:13px; }
.as-athlete-calc-points i { margin-right:10px; color:#d20b17; }
.as-athlete-calc-panel { padding:32px 35px 36px; border-top:4px solid #d20b17; background:#fff; color:#222; box-shadow:0 22px 55px rgba(0,0,0,.38); }
.as-athlete-calc-panel-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:23px; padding-bottom:18px; border-bottom:1px solid #eee; }
.as-athlete-calc-panel-head span { color:#d20b17; font-size:10px; font-weight:800; letter-spacing:1.6px; }
.as-athlete-calc-panel-head h3 { margin:3px 0 0; font-size:24px; font-weight:800; }
.as-athlete-calc-panel-head button { border:0; background:transparent; color:#999; font-size:11px; font-weight:700; }
.as-athlete-calc-panel-head button:hover { color:#d20b17; }
.as-athlete-calc-panel label { display:block; min-height:17px; margin:0 0 7px; color:#333; font-size:11px; font-weight:800; text-transform:uppercase; }
.as-athlete-calc-panel label small { color:#999; font-size:9px; font-weight:500; text-transform:none; }
.as-athlete-calc-panel select,.as-athlete-input { width:100%; height:46px; margin-bottom:18px; border:1px solid #ddd; background:#f8f8f8; }
.as-athlete-calc-panel select { padding:0 12px; color:#444; outline:0; }
.as-athlete-input { display:flex; align-items:center; }
.as-athlete-input input { min-width:0; flex:1; height:44px; padding:0 5px 0 12px; border:0; background:transparent; outline:0; }
.as-athlete-input span { padding:0 11px; border-left:1px solid #ddd; color:#999; font-size:11px; }
.as-athlete-calc-panel select:focus,.as-athlete-input:focus-within { border-color:#d20b17; background:#fff; }
.as-athlete-calc-submit { width:100%; height:51px; border:0; background:#c80a15; color:#fff; font-size:12px; font-weight:900; letter-spacing:.7px; transition:.25s; }
.as-athlete-calc-submit:hover,.as-athlete-calc-submit:focus { background:#202020; outline:0; }
.as-athlete-calc-submit i { margin-left:10px; }
.as-athlete-calc-error { min-height:0; margin:0; color:#c80a15; font-size:12px; font-weight:700; }
.as-athlete-calc-error:not(:empty) { margin:0 0 12px; }
.as-athlete-results[hidden] { display:none!important; }
.as-athlete-results { margin-top:45px; animation:athleteResultIn .45s ease both; }
@keyframes athleteResultIn { from { opacity:0; transform:translateY(16px); } to { opacity:1; transform:none; } }
.as-athlete-result-card { position:relative; min-height:185px; margin-bottom:25px; padding:25px 22px; overflow:hidden; border:1px solid #292929; background:#111; }
.as-athlete-result-card.is-primary { border-color:#c80a15; background:#c80a15; }
.as-athlete-result-card>span,.as-athlete-result-title>span,.as-athlete-summary>span { display:block; color:#aaa; font-size:10px; font-weight:800; letter-spacing:1.1px; }
.as-athlete-result-card.is-primary>span { color:#ffd6d8; }
.as-athlete-result-card>strong { display:block; margin:19px 0 7px; color:#fff; font-size:28px; font-weight:900; line-height:1; }
.as-athlete-result-card>em { color:#999; font-size:11px; font-style:normal; }
.as-athlete-result-card.is-primary>em { color:#fff; }
.as-athlete-result-card>.fa { position:absolute; right:18px; bottom:14px; color:rgba(255,255,255,.08); font-size:57px; }
.as-athlete-meter { position:absolute; left:22px; right:22px; bottom:20px; height:5px; border-radius:3px; background:linear-gradient(90deg,#62a8db 0 25%,#65b96e 25% 50%,#efa849 50% 75%,#82141b 75%); }
.as-athlete-meter i { position:absolute; top:-4px; left:0; width:3px; height:13px; background:#fff; box-shadow:0 0 7px #000; transition:left .6s ease; }
.as-athlete-zones,.as-athlete-summary { min-height:265px; padding:27px 30px; border:1px solid #292929; background:#111; }
.as-athlete-result-title { display:flex; justify-content:space-between; margin-bottom:27px; }
.as-athlete-result-title small { color:#888; font-size:11px; }
.as-athlete-zone { display:grid; grid-template-columns:100px 1fr 92px; align-items:center; margin:16px 0; gap:15px; }
.as-athlete-zone b { color:#ddd; font-size:11px; }
.as-athlete-zone>span { height:5px; overflow:hidden; border-radius:4px; background:#292929; }
.as-athlete-zone>span i { display:block; height:100%; background:linear-gradient(90deg,#751018,#d20b17); }
.as-athlete-zone strong { color:#fff; font-size:12px; text-align:right; }
.as-athlete-summary>div { display:flex; align-items:center; margin-top:21px; padding-top:17px; border-top:1px solid #292929; }
.as-athlete-summary>div>i { width:38px; color:#d20b17; font-size:23px; }
.as-athlete-summary p { margin:0; color:#888; font-size:10px; }
.as-athlete-summary p strong { display:block; margin-top:4px; color:#fff; font-size:13px; }
.as-athlete-disclaimer { margin:22px 0 0; padding:16px 20px; border-left:3px solid #d20b17; background:rgba(255,255,255,.04); color:#888; font-size:11px; line-height:1.65; }
.as-athlete-disclaimer i { margin-right:8px; color:#d20b17; }
.as-athlete-program { margin-top:42px; padding:36px 35px 16px; border-top:4px solid #d20b17; background:#f5f5f5; color:#222; }
.as-athlete-program>header { margin-bottom:25px; }
.as-athlete-program>header>span { color:#c80a15; font-size:10px; font-weight:900; letter-spacing:1.5px; }
.as-athlete-program>header>span i { margin-right:7px; }
.as-athlete-program>header h3 { margin:7px 0; font-size:28px; font-weight:900; }
.as-athlete-program>header p { margin:0; color:#777; font-size:12px; }
.as-athlete-day { min-height:235px; margin-bottom:20px; padding:21px 18px; border:1px solid #e2e2e2; border-top:3px solid #222; background:#fff; transition:.25s; }
.as-athlete-day:hover { border-top-color:#c80a15; transform:translateY(-3px); box-shadow:0 10px 25px rgba(0,0,0,.08); }
.as-athlete-day.is-rest { border-top-color:#999; background:#ededed; }
.as-athlete-day>span { color:#c80a15; font-size:9px; font-weight:900; letter-spacing:1.3px; }
.as-athlete-day h4 { margin:7px 0 15px; font-size:16px; font-weight:900; }
.as-athlete-day ul { margin:0; padding:0; list-style:none; }
.as-athlete-day li { position:relative; margin:9px 0; padding-left:17px; color:#666; font-size:11px; line-height:1.45; }
.as-athlete-day li:before { content:""; position:absolute; left:0; top:6px; width:5px; height:5px; background:#c80a15; }
.as-athlete-program-note { display:flex; align-items:flex-start; margin:5px 0 20px; padding:17px 19px; background:#222; color:#aaa; }
.as-athlete-program-note>i { margin:2px 13px 0 0; color:#d20b17; font-size:23px; }
.as-athlete-program-note p { margin:0; font-size:11px; line-height:1.65; }
.as-athlete-program-note strong { color:#fff; }
@media(max-width:991px){.as-athlete-calc-intro{margin-bottom:38px;padding-right:0}.as-athlete-calc{padding:70px 0}.as-athlete-zones{margin-bottom:25px}}
@media(max-width:767px){.as-athlete-calc{padding:58px 0}.as-athlete-calc-intro h2{font-size:31px}.as-athlete-calc-panel{padding:25px 20px}.as-athlete-zone{grid-template-columns:72px 1fr 75px;gap:8px}.as-athlete-zones,.as-athlete-summary{padding:23px 18px}.as-athlete-result-title{display:block}.as-athlete-result-title small{display:block;margin-top:7px}.as-athlete-program{padding:28px 20px 8px}}

/* Sporcu yorumları detay sayfası */
.as-reviews-page { position:relative; overflow:hidden; padding:92px 0 105px; background:#f4f4f4; }
.as-reviews-page:before { content:""; position:absolute; left:-180px; top:40px; width:430px; height:430px; border:80px solid rgba(200,10,21,.035); border-radius:50%; }
.as-reviews-page .container { position:relative; z-index:1; }
.as-reviews-heading { margin-bottom:44px; padding-bottom:31px; border-bottom:1px solid #ddd; }
.as-reviews-kicker { display:block; margin-bottom:12px; color:#c80a15; font-size:11px; font-weight:900; letter-spacing:1.7px; }
.as-reviews-kicker i { margin-right:8px; }
.as-reviews-heading h2 { margin:0; color:#202020; font-size:39px; font-weight:900; line-height:1.12; letter-spacing:-.8px; text-transform:uppercase; }
.as-reviews-line { display:block; width:58px; height:3px; margin:18px 0; background:#c80a15; }
.as-reviews-heading p { max-width:710px; margin:0; color:#777; font-size:14px; line-height:1.75; }
.as-reviews-heading-action { display:flex; flex-direction:column; align-items:flex-end; padding-top:8px; }
.as-reviews-score { display:flex; align-items:center; margin-bottom:18px; }
.as-reviews-score>strong { margin-right:13px; color:#202020; font-size:38px; font-weight:900; line-height:1; }
.as-reviews-score>span { display:flex; flex-wrap:wrap; width:135px; color:#c80a15; font-size:12px; gap:2px; }
.as-reviews-score small { display:block; width:100%; margin-top:5px; color:#888; font-size:10px; }
.as-reviews-write,.as-reviews-empty button { padding:14px 21px; border:0; background:#c80a15; color:#fff; font-size:11px; font-weight:900; letter-spacing:.4px; transition:.25s; }
.as-reviews-write:hover,.as-reviews-write:focus,.as-reviews-empty button:hover { background:#202020; outline:0; }
.as-reviews-write i { margin-right:8px; }
.as-reviews-grid { display:flex; flex-wrap:wrap; }
.as-review-column { display:flex; margin-bottom:30px; }
.as-review-card { position:relative; display:flex; flex-direction:column; width:100%; min-height:315px; padding:30px 27px 25px; overflow:hidden; border:1px solid #e0e0e0; border-top:3px solid #202020; background:#fff; transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease; }
.as-review-card:after { content:"V"; position:absolute; right:-8px; bottom:-50px; color:rgba(0,0,0,.025); font-size:180px; font-weight:900; line-height:1; }
.as-review-card:hover { transform:translateY(-7px); border-top-color:#c80a15; box-shadow:0 18px 38px rgba(0,0,0,.09); }
.as-review-card.is-featured { border-top-color:#c80a15; }
.as-review-card-top { display:flex; align-items:center; justify-content:space-between; }
.as-review-quote { display:inline-flex; align-items:center; justify-content:center; width:42px; height:42px; background:#c80a15; color:#fff; font-size:16px; }
.as-review-stars { color:#c80a15; font-size:11px; letter-spacing:2px; }
.as-review-card>p { position:relative; z-index:1; flex:1; margin:25px 0 27px; color:#666; font-size:14px; line-height:1.8; }
.as-review-card footer { position:relative; z-index:1; display:flex; align-items:center; padding-top:19px; border-top:1px solid #eee; }
.as-review-avatar { display:inline-flex; flex:0 0 46px; align-items:center; justify-content:center; width:46px; height:46px; margin-right:12px; border-radius:50%; background:#202020; color:#fff; font-size:13px; font-weight:900; }
.as-review-card footer>span:nth-child(2) { min-width:0; flex:1; }
.as-review-card footer strong,.as-review-card footer small { display:block; }
.as-review-card footer strong { overflow:hidden; color:#222; font-size:12px; font-weight:900; text-overflow:ellipsis; text-transform:uppercase; white-space:nowrap; }
.as-review-card footer small { margin-top:4px; color:#999; font-size:10px; }
.as-review-card footer>i { color:#c80a15; font-size:16px; }
.as-reviews-form-wrap:not(:empty) { margin:0 0 42px; padding:32px; border-top:4px solid #c80a15; background:#fff; box-shadow:0 12px 32px rgba(0,0,0,.08); }
.as-reviews-loading { color:#777; font-size:12px; text-align:center; }
.as-reviews-loading i { margin-right:8px; color:#c80a15; }
.as-reviews-form-wrap form { width:100%!important; max-width:none!important; }
.as-reviews-form-wrap input[type="text"],.as-reviews-form-wrap input[type="email"],.as-reviews-form-wrap textarea { width:100%!important; max-width:none; padding:12px!important; border:1px solid #ddd!important; background:#f8f8f8!important; color:#333; outline:0; }
.as-reviews-form-wrap textarea { min-height:125px; resize:vertical; }
.as-reviews-form-wrap input:focus,.as-reviews-form-wrap textarea:focus { border-color:#c80a15!important; background:#fff!important; }
.as-reviews-form-wrap input[type="submit"],.as-reviews-form-wrap button,.as-reviews-form-wrap .button { border:0; background:#c80a15; color:#fff; font-weight:800; }
.as-reviews-empty { padding:70px 25px; border:1px solid #e1e1e1; background:#fff; text-align:center; }
.as-reviews-empty>i { color:#c80a15; font-size:50px; }
.as-reviews-empty h3 { margin:20px 0 8px; color:#222; font-size:23px; font-weight:900; }
.as-reviews-empty p { margin-bottom:22px; color:#888; }
@media(max-width:991px){.as-reviews-heading-action{align-items:flex-start;margin-top:28px}.as-reviews-page{padding:70px 0 80px}}
@media(max-width:767px){.as-reviews-page{padding:55px 0 65px}.as-reviews-heading h2{font-size:29px}.as-review-card{min-height:0}.as-reviews-form-wrap:not(:empty){padding:22px 17px}}

.main-header .header-contact-info a {
    color: #fff;
}

.main-header .header-contact-info a:hover,
.main-header .header-contact-info a:focus {
    color: #ba0913;
}

.main-header .navbar-brand img {
    width: 190px;
    max-height: 64px;
    object-fit: contain;
}

.main-header .header-lower.navbar .appoinment a {
    background: #ba0913;
}

.main-header-language {
    float: left;
    margin-top: 8px;
}

@media (min-width: 1200px) {
    .main-header .header-lower.navbar .navbar-nav {
        padding-right: 20px;
    }

    .main-header .header-lower.navbar .navbar-nav > li > a {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 12px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .main-header .header-lower.navbar .appoinment {
        display: none;
    }

    .main-header .header-lower.navbar .navbar-nav {
        padding-right: 0;
    }

    .main-header .header-lower.navbar .navbar-nav > li > a {
        padding-right: 7px;
        padding-left: 7px;
        font-size: 11px;
    }
}

@media (max-width: 640px) {
    .main-header .navbar-brand img {
        width: 175px;
        max-height: 58px;
    }
}

.quality-service-area .quality-service-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ba0913;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.quality-service-area .service-client-carousel .single-item .content h3 {
    line-height: 1.35;
}

.quality-service-area .service-client-carousel .single-item .content p {
    overflow-wrap: anywhere;
}

.quality-service-area .quality-review-controls {
    display: flex;
    left: 100px;
    top: -52px;
    width: max-content;
    margin: 0;
    z-index: 5;
}

.quality-service-area .quality-review-controls .testimonial-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.quality-service-area .quality-review-controls.is-disabled {
    opacity: .55;
}

.quality-service-area .quality-review-controls.is-disabled .testimonial-control {
    pointer-events: none;
}

@media (max-width: 767px) {
    .quality-service-area .quality-review-controls {
        left: 100px;
        top: -35px;
    }
}

.as-about-cta {
    margin-top: 0;
}

.as-about-cta .box h2 {
    white-space: normal;
}

.as-about-values {
    padding-top: 28px;
    padding-bottom: 95px;
}

.as-about-values .single-item {
    min-height: 185px;
    padding: 22px 18px;
    border: 1px solid #ededed;
    background: #fff;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.as-about-values .single-item:hover {
    transform: translateY(-6px);
    border-color: rgba(186, 9, 19, .4);
    box-shadow: 0 14px 35px rgba(0, 0, 0, .1);
}

.as-about-values .single-item .icon-holder .fa::before {
    top: 0;
}

.as-about-values .single-item .content p {
    line-height: 1.65;
}

@media (max-width: 991px) {
    .as-about-values .single-item {
        min-height: 0;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .as-about-cta .box h2 {
        padding-left: 0;
        font-size: 19px;
        line-height: 1.35;
        text-align: center;
    }

    .as-about-cta .box a {
        left: auto;
        margin: 0 auto;
    }

    .quality-service-area .service-content a {
        margin-bottom: 12px;
    }
}

.wheel-work-area {
    background-image:
        linear-gradient(rgba(0, 0, 0, .84), rgba(0, 0, 0, .9)),
        var(--as-services-bg, url("../../images/vigor-hero-training.svg"));
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 72px;
}

.wheel-work-area .wheel-work-left .img-holder img {
    height: 285px;
    object-fit: cover;
}

.wheel-work-area .wheel-work-left .content p {
    margin-bottom: 8px;
    line-height: 24px;
}

.wheel-work-area .wheel-work-detail-link {
    display: inline-block;
    margin-top: 8px;
    color: #fff;
    font-weight: 700;
}

.wheel-work-area .wheel-work-detail-link:hover,
.wheel-work-area .wheel-work-detail-link:focus {
    color: #ba0913;
}

.wheel-work-area .wheel-work-right h2 {
    margin: 0 0 25px;
    padding: 15px 24px;
    background: #ba0913;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.wheel-work-area .wheel-work-right .nav-tabs {
    border: 0;
}

.wheel-work-area .wheel-work-right .nav-tabs > li {
    float: none;
    width: 100%;
}

.wheel-work-area .wheel-work-right .nav-tabs > li > a {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.wheel-work-area .wheel-work-right {
    padding-bottom: 26px;
}

.wheel-work-area .wheel-work-right .single-other-service-list {
    min-height: 78px;
    margin-right: 24px;
    margin-bottom: 8px;
    margin-left: 24px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.wheel-work-area .wheel-work-right .single-other-service-list .icon-holder {
    width: 68px;
}

.wheel-work-area .wheel-work-right .single-other-service-list .icon-holder span::before {
    top: 11px;
    font-size: 27px;
}

.wheel-work-area .wheel-work-right .single-other-service-list .title {
    padding-right: 8px;
    padding-left: 16px;
}

.wheel-work-area .wheel-work-right .single-other-service-list .title::before {
    height: 48px;
}

.wheel-work-area .wheel-work-right .single-other-service-list .title h3 {
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 1.15;
}

.wheel-work-area .wheel-work-right .single-other-service-list .title h6 {
    font-size: 11px;
    line-height: 1.2;
}

.wheel-work-area .wheel-work-left .single-list-item {
    padding-top: 18px;
    padding-bottom: 24px;
}

.wheel-work-area .wheel-work-left .single-list-item ul li {
    display: flex;
    align-items: center;
    min-height: 34px;
    line-height: 20px;
    font-size: 13px;
}

.wheel-work-area .wheel-work-left .single-list-item ul li i {
    flex: 0 0 auto;
    padding-right: 10px;
}

.wheel-work-area .wheel-work-left .button a {
    width: 240px;
}

.breadcrumb-bottom-area {
    margin-top: 158px;
    border-bottom: 1px solid #e5e5e5;
}

.breadcrumb-area + .breadcrumb-bottom-area {
    margin-top: 0;
}

.breadcrumb-area {
    background-position: center center !important;
    background-size: cover !important;
}

.breadcrumb-bottom-area .breadcrumb-current {
    color: #343434;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.breadcrumb-bottom-area ul {
    margin: 0;
}

.breadcrumb-bottom-area ul li {
    vertical-align: middle;
}

.breadcrumb-bottom-area ul li h1 {
    display: inline;
    margin: 0;
    color: #343434;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.breadcrumb-bottom-area ul li i {
    color: #ba0913;
}

.breadcrumb-bottom-area p {
    color: #555;
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 768px) {
    .breadcrumb-bottom-area {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .breadcrumb-bottom-area ul,
    .breadcrumb-bottom-area p {
        text-align: center;
    }

    .breadcrumb-bottom-area p {
        margin-top: 8px;
    }
}

.footer-area {
    background: #050505 url("../../images/vigor-hero-training.svg") center/cover no-repeat;
}

.footer-area .footer-info-card {
    display: table;
    width: 100%;
    min-height: 108px;
}

.footer-area .footer-info-card:hover,
.footer-area .footer-info-card:focus {
    text-decoration: none;
}

.footer-area .footer-logo img {
    width: 230px;
    max-width: 100%;
    max-height: 78px;
    object-fit: contain;
}

.footer-area .single-footer-widget .text p {
    min-height: 112px;
}

.footer-area .footer-contact-list li {
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-area .footer-contact-list li a {
    overflow-wrap: anywhere;
}

.footer-area .footer-social-link:empty {
    display: none;
}

@media (max-width: 767px) {
    .footer-area .footer-info-card {
        margin-bottom: 12px;
    }

    .footer-area .single-footer-widget .text p {
        min-height: 0;
    }
}

.wheel-work-area .wheel-work-right .icon-holder .fa::before {
    top: 0;
}

/* Ana slider: uzun panel metinlerini tek, kontrollü kutuda tutar. */
.rev_slider_wrapper .vigor-slider-caption {
    white-space: normal !important;
}

.rev_slider_wrapper .vigor-slider-content {
    width: 500px;
    max-width: 100%;
    padding: 34px 38px 36px;
    background: rgba(0, 0, 0, .64);
    white-space: normal;
}

.rev_slider_wrapper .vigor-slider-kicker {
    display: inline-block;
    margin-bottom: 14px;
    padding: 9px 16px;
    background: #ba0913;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.rev_slider_wrapper .vigor-slider-content h2 {
    margin: 0 0 18px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
    white-space: normal;
}

.rev_slider_wrapper .vigor-slider-content .border {
    width: 82px;
    margin-bottom: 18px;
}

.rev_slider_wrapper .vigor-slider-content p {
    margin: 0 0 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    text-transform: none;
    white-space: normal;
}

.rev_slider_wrapper .vigor-slider-content .aut-cr-btn {
    display: inline-block;
    padding: 12px 30px;
}

@media (max-width: 991px) {
    .rev_slider_wrapper .vigor-slider-content {
        width: 430px;
        padding: 26px 28px 28px;
    }

    .rev_slider_wrapper .vigor-slider-content h2 {
        font-size: 30px;
    }

    .rev_slider_wrapper .vigor-slider-content p {
        font-size: 13px;
        line-height: 1.5;
    }
}

@media (max-width: 767px) {
    .wheel-work-area .wheel-work-left .img-holder img {
        height: 230px;
    }

    .wheel-work-area .wheel-work-right {
        margin-top: 50px;
    }
}

/* Contact page: AutoCare contact layout + dynamic directions modal */
.contact-area .as-contact-page-title {
    margin-bottom: 45px;
}

.contact-area .getin-touch > p {
    color: #777;
    line-height: 24px;
}

.contact-area .getin-touch .contact-info li {
    min-height: 54px;
}

.contact-area .getin-touch .contact-info li + li {
    margin-top: 30px;
}

.contact-area .getin-touch .contact-info li.email {
    margin-bottom: 0;
}

.contact-area .getin-touch .contact-info li .content p {
    margin-bottom: 3px;
    overflow-wrap: anywhere;
}

.contact-area .getin-touch .contact-info li .content a {
    color: #777;
}

.contact-area .getin-touch .contact-info li .content a:hover,
.contact-area .getin-touch .contact-info li .content a:focus {
    color: #ba0913;
}

.contact-area .contact-form form input[type="email"],
.contact-area .contact-form form select {
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 10px;
    border: 1px solid #f6f6f6;
    border-radius: 0;
    background: #fff;
    color: #777;
    font-size: 14px;
    transition: all 700ms ease 0s;
}

.contact-area .contact-form form input[type="email"]:focus,
.contact-area .contact-form form select:focus {
    border-color: #a4a3a3;
    color: #ba0913;
    outline: 0;
}

.contact-area .contact-form form textarea {
    padding-top: 12px;
    resize: vertical;
}

.contact-area .contact-form .as-contact-security-row input[type="text"] {
    margin-bottom: 18px;
}

.contact-area .as-contact-captcha {
    display: flex;
    align-items: center;
    min-height: 50px;
    margin-bottom: 18px;
    gap: 12px;
}

.contact-area .as-contact-captcha img {
    width: 90px;
    height: 30px;
    border: 1px solid #e4e4e4;
}

.contact-area .contact-form .as-captcha-refresh {
    padding: 8px 14px;
    background: #666;
    font-size: 12px;
}

.contact-area .contact-form .as-captcha-refresh:hover,
.contact-area .contact-form .as-captcha-refresh:focus {
    background: #ba0913;
}

.site-mail-alert:empty {
    display: none;
}

.site-mail-alert .alert {
    margin-bottom: 25px;
}

.as-direction-link {
    margin-top: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ba0913;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.as-direction-link:hover,
.as-direction-link:focus {
    color: #343434;
    outline: 0;
}

.google-map-area .container-fluid,
.google-map-area .col-md-12 {
    padding-right: 0;
    padding-left: 0;
}

.google-map-area .row {
    margin-right: 0;
    margin-left: 0;
}

.as-contact-map {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    background: #f4f4f4;
}

.as-contact-map iframe {
    display: block;
    width: 100% !important;
    height: 500px !important;
    border: 0;
}

.as-contact-map-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 500px;
    gap: 12px;
    color: #777;
    font-size: 16px;
}

.as-contact-map-empty i {
    color: #ba0913;
    font-size: 36px;
}

.as-map-direction-button {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 2;
    padding: 14px 24px;
    border: 0;
    border-radius: 3px;
    background: #ba0913;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.as-map-direction-button:hover,
.as-map-direction-button:focus {
    background: #343434;
    color: #fff;
    outline: 0;
}

.as-directions-modal .modal-dialog {
    width: auto;
    max-width: 540px;
    margin: 80px auto 30px;
}

.as-directions-modal .modal-content {
    position: relative;
    padding: 32px;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 18px 70px rgba(0, 0, 0, .35);
}

.as-directions-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f1f1f1;
    color: #343434;
    font-size: 16px;
}

.as-directions-close:hover,
.as-directions-close:focus {
    background: #ba0913;
    color: #fff;
    outline: 0;
}

.as-directions-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-right: 36px;
}

.as-directions-icon {
    display: inline-flex;
    flex: 0 0 54px;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #ba0913;
    color: #fff;
    font-size: 23px;
}

.as-directions-header span:not(.as-directions-icon) {
    color: #ba0913;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.as-directions-header h2 {
    margin: 2px 0 0;
    color: #343434;
    font-size: 25px;
    font-weight: 700;
}

.as-directions-address {
    margin: 22px 0;
    padding: 14px 16px;
    border-left: 3px solid #ba0913;
    background: #f7f7f7;
    color: #555;
    line-height: 22px;
}

.as-directions-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.as-directions-option {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 12px 18px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    color: #343434;
    font-size: 15px;
    font-weight: 700;
    transition: all .25s ease;
}

.as-directions-option > i:first-child {
    width: 30px;
    color: #ba0913;
    font-size: 21px;
}

.as-directions-option > i:last-child {
    margin-left: auto;
    color: #999;
    font-size: 13px;
}

.as-directions-option:hover,
.as-directions-option:focus {
    border-color: #ba0913;
    background: #ba0913;
    color: #fff;
    text-decoration: none;
}

.as-directions-option:hover i,
.as-directions-option:focus i {
    color: #fff;
}

@media (max-width: 991px) {
    .contact-area .contact-form {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .contact-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .contact-area .getin-touch .contact-info li.email {
        margin-bottom: 0;
    }

    .contact-area .contact-form {
        margin-top: 50px;
    }

    .as-map-direction-button {
        right: 15px;
        bottom: 15px;
    }

    .as-directions-modal .modal-dialog {
        margin: 20px 12px;
    }

    .as-directions-modal .modal-content {
        padding: 24px 18px;
    }
}

/* Modern haber liste sayfası */
.as-news-listing {
    padding: 88px 0 100px;
    background:
        radial-gradient(circle at 12% 15%, rgba(186, 9, 19, .06), transparent 28%),
        #f7f7f7;
}

.as-news-heading {
    margin-bottom: 48px;
}

.as-news-eyebrow {
    display: inline-block;
    margin-bottom: 13px;
    color: #ba0913;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.as-news-eyebrow i {
    margin-right: 6px;
}

.as-news-heading h2 {
    margin: 0;
    color: #202020;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.as-news-title-line {
    display: block;
    width: 74px;
    height: 3px;
    margin: 19px auto 20px;
    background: #ba0913;
}

.as-news-heading p {
    max-width: 680px;
    margin: 0 auto;
    color: #707070;
    font-size: 15px;
    line-height: 1.75;
}

.as-news-grid {
    display: flex;
    flex-wrap: wrap;
}

.as-news-column {
    display: flex;
    margin-bottom: 30px;
}

.as-news-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .055);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.as-news-card:hover {
    transform: translateY(-7px);
    border-color: rgba(186, 9, 19, .35);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .13);
}

.as-news-image {
    position: relative;
    display: block;
    height: 238px;
    overflow: hidden;
    background: #111;
}

.as-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease, opacity .35s ease;
}

.as-news-card:hover .as-news-image img {
    transform: scale(1.06);
    opacity: .78;
}

.as-news-image-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ba0913;
    color: #fff;
    font-size: 17px;
    opacity: 0;
    transform: translate(-50%, -35%);
    transition: opacity .3s ease, transform .3s ease;
}

.as-news-card:hover .as-news-image-overlay {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.as-news-date {
    position: absolute;
    right: 18px;
    bottom: 0;
    min-width: 62px;
    padding: 9px 10px 8px;
    background: #ba0913;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.as-news-date strong {
    display: block;
    font-size: 23px;
    line-height: 1;
}

.as-news-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 25px 27px 28px;
}

.as-news-meta {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 13px;
    gap: 8px 18px;
    color: #888;
    font-size: 12px;
}

.as-news-meta i {
    margin-right: 5px;
    color: #ba0913;
}

.as-news-card h3 {
    margin: 0 0 13px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: none;
}

.as-news-card h3 a {
    color: #282828;
}

.as-news-card h3 a:hover,
.as-news-card h3 a:focus {
    color: #ba0913;
    text-decoration: none;
}

.as-news-card-body p {
    margin-bottom: 22px;
    color: #707070;
    font-size: 14px;
    line-height: 1.7;
}

.as-news-read-more {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-top: auto;
    color: #343434;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .35px;
    text-transform: uppercase;
}

.as-news-read-more i {
    margin-left: 9px;
    color: #ba0913;
    transition: transform .25s ease;
}

.as-news-read-more:hover,
.as-news-read-more:focus {
    color: #ba0913;
    text-decoration: none;
}

.as-news-read-more:hover i,
.as-news-read-more:focus i {
    transform: translateX(4px);
}

.as-news-pagination {
    margin-top: 30px;
    text-align: center;
}

.as-news-pagination ul {
    display: inline-flex;
    margin: 0;
    padding: 0;
    gap: 8px;
    list-style: none;
}

.as-news-pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #ddd;
    background: #fff;
    color: #343434;
    font-weight: 700;
}

.as-news-pagination a:hover,
.as-news-pagination a:focus,
.as-news-pagination a.current {
    border-color: #ba0913;
    background: #ba0913;
    color: #fff;
    text-decoration: none;
}

.as-news-empty {
    padding: 55px 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #777;
}

.as-news-empty i {
    margin-bottom: 14px;
    color: #ba0913;
    font-size: 38px;
}

.as-news-empty p {
    margin: 0;
}

@media (max-width: 767px) {
    .as-news-listing {
        padding: 60px 0 70px;
    }

    .as-news-heading {
        margin-bottom: 36px;
    }

    .as-news-heading h2 {
        font-size: 31px;
    }

    .as-news-image {
        height: 225px;
    }

    .as-news-card-body {
        padding: 23px 22px 26px;
    }
}

/* Modern haber detay sayfası */
.as-news-detail {
    padding: 88px 0 100px;
    background: #f7f7f7;
}

.as-news-article {
    overflow: hidden;
    border: 1px solid #e8e8e8;
    background: #fff;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .055);
}

.as-news-detail-hero {
    height: 450px;
    overflow: hidden;
    background: #111;
}

.as-news-detail-hero a {
    display: block;
    height: 100%;
}

.as-news-detail-hero img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.as-news-article-inner {
    padding: 38px 42px 45px;
}

.as-news-detail-meta {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 9px 22px;
    color: #777;
    font-size: 13px;
}

.as-news-detail-meta i {
    margin-right: 5px;
    color: #ba0913;
}

.as-news-detail-title {
    margin: 0 0 25px;
    color: #252525;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.28;
    text-transform: none;
}

.as-news-lead {
    position: relative;
    margin: 0 0 30px;
    padding: 22px 25px 22px 30px;
    border: 0;
    border-left: 4px solid #ba0913;
    background: #f4f4f4;
}

.as-news-lead p {
    margin: 0;
    color: #444;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75;
}

.as-news-detail-body {
    color: #555;
    font-size: 15px;
    line-height: 1.85;
}

.as-news-detail-body p {
    margin-bottom: 20px;
}

.as-news-detail-body h2,
.as-news-detail-body h3,
.as-news-detail-body h4 {
    margin: 30px 0 15px;
    color: #282828;
    font-weight: 700;
    line-height: 1.35;
}

.as-news-detail-body img {
    max-width: 100%;
    height: auto;
}

.as-news-detail-body ul,
.as-news-detail-body ol {
    margin: 0 0 22px 20px;
}

.as-news-detail-body li {
    margin-bottom: 8px;
}

.as-news-gallery {
    margin-top: 27px;
}

.as-news-gallery .col-sm-6 {
    margin-bottom: 30px;
}

.as-news-gallery img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.as-news-footer-tools {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 35px 0 40px;
    padding: 22px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    gap: 22px;
}

.as-news-tags,
.as-news-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.as-news-tags strong,
.as-news-share strong {
    color: #333;
    font-size: 14px;
}

.as-news-tags a,
.as-news-popular-tags a {
    display: inline-block;
    margin: 3px;
    padding: 7px 12px;
    background: #f1f1f1;
    color: #555;
    font-size: 12px;
}

.as-news-tags a:hover,
.as-news-tags a:focus,
.as-news-popular-tags a:hover,
.as-news-popular-tags a:focus {
    background: #ba0913;
    color: #fff;
    text-decoration: none;
}

.as-news-share ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 7px;
    list-style: none;
}

.as-news-share a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #343434;
    color: #fff;
}

.as-news-share a:hover,
.as-news-share a:focus {
    background: #ba0913;
    color: #fff;
    text-decoration: none;
}

.as-news-comments > h2 {
    margin: 0 0 25px;
    color: #282828;
    font-size: 25px;
    font-weight: 700;
}

.as-news-comments > h2 i,
.as-news-comments > h2 span {
    color: #ba0913;
}

.as-news-comment {
    display: flex;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #ebebeb;
    background: #fafafa;
    gap: 18px;
}

.as-news-comment-avatar {
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ba0913;
    color: #fff;
    font-size: 18px;
}

.as-news-comment-content time {
    color: #888;
    font-size: 12px;
}

.as-news-comment-content h3 {
    margin: 5px 0 8px;
    color: #333;
    font-size: 17px;
    font-weight: 700;
}

.as-news-comment-content p {
    margin: 0;
    color: #666;
    line-height: 1.65;
}

.as-news-comment-form {
    margin-top: 34px;
    padding: 30px;
    background: #f4f4f4;
}

.as-news-comment-form > h3 {
    margin: 0 0 22px;
    color: #282828;
    font-size: 22px;
    font-weight: 700;
}

.as-news-comment-form > h3 i {
    color: #ba0913;
}

.as-news-comment-form input,
.as-news-comment-form textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px 14px;
    border: 1px solid #ddd;
    background: #fff;
    color: #444;
    font-size: 14px;
}

.as-news-comment-form input {
    height: 48px;
}

.as-news-comment-form textarea {
    min-height: 135px;
    resize: vertical;
}

.as-news-comment-form input:focus,
.as-news-comment-form textarea:focus {
    border-color: #ba0913;
    outline: 0;
}

.as-news-comment-captcha {
    display: flex;
    align-items: center;
    min-height: 48px;
    margin-bottom: 20px;
    gap: 12px;
}

.as-news-comment-captcha button,
.as-news-comment-form button[type="submit"] {
    border: 0;
    background: #343434;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.as-news-comment-captcha button {
    padding: 8px 13px;
}

.as-news-comment-form button[type="submit"] {
    padding: 14px 25px;
    background: #ba0913;
}

.as-news-comment-form button:hover,
.as-news-comment-form button:focus {
    background: #202020;
    outline: 0;
}

.as-news-sidebar {
    padding-left: 30px;
}

.as-news-widget {
    margin-bottom: 28px;
    padding: 27px;
    border: 1px solid #e8e8e8;
    background: #fff;
    box-shadow: 0 7px 25px rgba(0, 0, 0, .045);
}

.as-news-widget > h2 {
    position: relative;
    margin: 0 0 22px;
    padding-bottom: 13px;
    color: #282828;
    font-size: 20px;
    font-weight: 700;
}

.as-news-widget > h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #ba0913;
    content: '';
}

.as-news-search {
    position: relative;
}

.as-news-search input {
    width: 100%;
    height: 48px;
    padding: 0 48px 0 13px;
    border: 1px solid #ddd;
}

.as-news-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    border: 0;
    background: #ba0913;
    color: #fff;
}

.as-news-category-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.as-news-category-list li + li {
    border-top: 1px solid #eee;
}

.as-news-category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    color: #555;
}

.as-news-category-list b {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #f1f1f1;
    color: #ba0913;
    font-size: 11px;
}

.as-news-category-list a:hover,
.as-news-category-list a:focus {
    color: #ba0913;
    text-decoration: none;
}

.as-news-recent {
    display: flex;
    gap: 14px;
}

.as-news-recent + .as-news-recent {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #eee;
}

.as-news-recent-image {
    flex: 0 0 82px;
    width: 82px;
    height: 76px;
    overflow: hidden;
}

.as-news-recent-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.as-news-recent-content time {
    color: #888;
    font-size: 11px;
}

.as-news-recent-content time i {
    color: #ba0913;
}

.as-news-recent-content h3 {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.as-news-recent-content h3 a {
    color: #343434;
}

.as-news-recent-content h3 a:hover {
    color: #ba0913;
    text-decoration: none;
}

@media (max-width: 991px) {
    .as-news-sidebar {
        margin-top: 40px;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .as-news-detail {
        padding: 60px 0 70px;
    }

    .as-news-detail-hero {
        height: 280px;
    }

    .as-news-article-inner {
        padding: 28px 22px 32px;
    }

    .as-news-detail-title {
        font-size: 27px;
    }

    .as-news-footer-tools {
        flex-direction: column;
    }

    .as-news-comment-form {
        padding: 24px 18px;
    }
}

/* Standart ve sol menülü içerik sayfaları */
.as-content-page {
    padding: 88px 0 100px;
    background:
        radial-gradient(circle at 90% 10%, rgba(186, 9, 19, .055), transparent 27%),
        #f7f7f7;
}

.as-content-article {
    min-height: 420px;
    padding: 40px 42px 45px;
    border: 1px solid #e8e8e8;
    background: #fff;
    box-shadow: 0 10px 34px rgba(0, 0, 0, .055);
}

.as-content-article-wide {
    max-width: 1060px;
    margin: 0 auto;
}

.as-content-title {
    margin: 0 0 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
    color: #282828;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.3;
}

.as-content-body {
    color: #555;
    font-size: 15px;
    line-height: 1.85;
}

.as-content-body::after {
    display: table;
    clear: both;
    content: '';
}

.as-content-body p {
    margin-bottom: 20px;
}

.as-content-body h2,
.as-content-body h3,
.as-content-body h4 {
    margin: 30px 0 15px;
    color: #282828;
    font-weight: 700;
    line-height: 1.35;
}

.as-content-body h2 {
    font-size: 28px;
}

.as-content-body h3 {
    font-size: 22px;
}

.as-content-body img {
    max-width: 100%;
    height: auto;
}

.as-content-body ul,
.as-content-body ol {
    margin: 0 0 24px 20px;
}

.as-content-body li {
    margin-bottom: 9px;
}

.as-content-body a {
    color: #ba0913;
}

.as-content-body blockquote {
    margin: 28px 0;
    padding: 20px 25px;
    border-left: 4px solid #ba0913;
    background: #f4f4f4;
    color: #444;
}

.as-content-sidebar {
    padding-right: 30px;
}

.as-content-widget {
    margin-bottom: 28px;
    padding: 27px;
    border: 1px solid #e7e7e7;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .05);
}

.as-content-widget > h2 {
    position: relative;
    margin: 0 0 22px;
    padding-bottom: 14px;
    color: #282828;
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
}

.as-content-widget > h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 54px;
    height: 3px;
    background: #ba0913;
    content: '';
}

.as-content-menu,
.as-content-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.as-content-menu ul {
    margin: 5px 0 5px 15px;
}

.as-content-menu li + li {
    margin-top: 7px;
}

.as-content-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 11px 14px;
    border-left: 3px solid transparent;
    background: #f4f4f4;
    color: #444;
    font-size: 14px;
    font-weight: 600;
    transition: all .25s ease;
}

.as-content-menu a:hover,
.as-content-menu a:focus,
.as-content-menu li.current > a {
    border-left-color: #ba0913;
    background: #202020;
    color: #fff;
    text-decoration: none;
}

.as-content-menu a i {
    color: #ba0913;
}

.as-content-help {
    min-height: 280px;
    padding: 38px 30px;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.as-content-help-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    border-radius: 50%;
    background: #ba0913;
    font-size: 20px;
}

.as-content-help h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
}

.as-content-help p {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.6;
}

.as-content-help-phone {
    display: inline-block;
    padding: 11px 15px;
    background: #ba0913;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.as-content-help-phone:hover,
.as-content-help-phone:focus {
    background: #fff;
    color: #ba0913;
    text-decoration: none;
}

.as-content-media {
    margin-top: 30px;
}

.as-content-media:empty {
    display: none;
}

.as-content-media img {
    max-width: 100%;
    height: auto;
}

.as-content-media .fancybox,
.as-content-media a[rel="fancybox_galeri"] {
    display: block;
    overflow: hidden;
}

.as-content-media .fancybox img,
.as-content-media a[rel="fancybox_galeri"] img {
    transition: transform .4s ease;
}

.as-content-media .fancybox:hover img,
.as-content-media a[rel="fancybox_galeri"]:hover img {
    transform: scale(1.04);
}

.as-content-map iframe {
    display: block;
    width: 100%;
    min-height: 460px;
    border: 0;
}

@media (max-width: 991px) {
    .as-content-sidebar {
        margin-bottom: 40px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .as-content-page {
        padding: 60px 0 70px;
    }

    .as-content-article {
        padding: 28px 22px 32px;
    }

    .as-content-title {
        font-size: 28px;
    }

    .as-content-body {
        font-size: 14px;
    }
}

/* Eklenmiş resim, video ve dosya bileşenleri */
.as-content-section-heading {
    display: flex;
    align-items: center;
    margin: 38px 0 22px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
    gap: 13px;
}

.as-content-section-heading > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #ba0913;
    color: #fff;
    font-size: 17px;
}

.as-content-section-heading small {
    display: block;
    margin-bottom: 2px;
    color: #ba0913;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.as-content-section-heading h2 {
    margin: 0;
    color: #292929;
    font-size: 23px;
    font-weight: 800;
}

.as-content-gallery-grid,
.icerik-video,
.icerik-dosya {
    display: flex;
    flex-wrap: wrap;
}

.as-content-gallery-grid > div,
.icerik-video > div,
.icerik-dosya > div {
    margin-bottom: 30px;
}

.as-content-gallery-item {
    height: 100%;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background: #fff;
    box-shadow: 0 7px 24px rgba(0, 0, 0, .06);
    transition: transform .3s ease, box-shadow .3s ease;
}

.as-content-gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 34px rgba(0, 0, 0, .13);
}

.as-content-gallery-link {
    display: block;
    color: #333;
}

.as-content-gallery-link:hover,
.as-content-gallery-link:focus {
    color: #ba0913;
    text-decoration: none;
}

.as-content-gallery-link .resim {
    position: relative;
    display: block;
    height: 230px;
    overflow: hidden;
    background: #111;
}

.as-content-gallery-link .resim > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease, opacity .3s ease;
}

.as-content-gallery-item:hover .resim > img {
    transform: scale(1.06);
    opacity: .72;
}

.as-content-gallery-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ba0913;
    color: #fff;
    font-size: 17px;
    opacity: 0;
    transform: translate(-50%, -35%);
    transition: opacity .3s ease, transform .3s ease;
}

.as-content-gallery-item:hover .as-content-gallery-overlay {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.as-content-gallery-link .aciklama {
    display: block;
    min-height: 54px;
    padding: 16px 18px;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.as-content-gallery-pagination {
    display: flex;
    justify-content: center;
    margin: 12px 0 0;
    padding: 0;
    gap: 7px;
    list-style: none;
}

.as-content-gallery-pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    font-weight: 700;
}

.as-content-gallery-pagination li.active a,
.as-content-gallery-pagination a:hover,
.as-content-gallery-pagination a:focus {
    border-color: #ba0913;
    background: #ba0913;
    color: #fff;
    text-decoration: none;
}

.as-content-gallery-pagination li.disabled a {
    cursor: not-allowed;
    opacity: .4;
}

.as-video-card {
    display: block;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background: #fff;
    color: #333;
    box-shadow: 0 7px 24px rgba(0, 0, 0, .06);
    transition: transform .3s ease, box-shadow .3s ease;
}

.as-video-card:hover,
.as-video-card:focus {
    transform: translateY(-5px);
    color: #ba0913;
    text-decoration: none;
    box-shadow: 0 15px 34px rgba(0, 0, 0, .13);
}

.as-video-thumb {
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden;
    background: #161616;
}

.as-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .82;
    transition: transform .45s ease, opacity .3s ease;
}

.as-video-card:hover .as-video-thumb img {
    transform: scale(1.05);
    opacity: .62;
}

.as-video-thumb-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #777;
    font-size: 38px;
}

.as-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 3px solid rgba(255,255,255,.75);
    border-radius: 50%;
    background: #ba0913;
    color: #fff;
    transform: translate(-50%, -50%);
    transition: transform .3s ease;
}

.as-video-card:hover .as-video-play {
    transform: translate(-50%, -50%) scale(1.08);
}

.as-video-caption {
    position: relative;
    display: block;
    min-height: 82px;
    padding: 15px 44px 16px 18px;
}

.as-video-caption > span {
    display: block;
    margin-bottom: 3px;
    color: #ba0913;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.as-video-caption strong {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 1.45;
}

.as-video-caption > i {
    position: absolute;
    top: 50%;
    right: 17px;
    color: #ba0913;
    transform: translateY(-50%);
}

.as-file-card {
    display: flex;
    align-items: center;
    min-height: 112px;
    height: 100%;
    padding: 18px;
    border: 1px solid #e6e6e6;
    border-left: 4px solid #ba0913;
    background: #fff;
    color: #333;
    box-shadow: 0 6px 22px rgba(0,0,0,.05);
    gap: 14px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.as-file-card:hover,
.as-file-card:focus {
    transform: translateY(-4px);
    color: #333;
    text-decoration: none;
    box-shadow: 0 13px 30px rgba(0,0,0,.12);
}

.as-file-icon {
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #f5e9ea;
    color: #ba0913;
    font-size: 23px;
}

.as-file-content {
    min-width: 0;
    flex: 1;
}

.as-file-type {
    display: block;
    color: #ba0913;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.as-file-content strong,
.as-file-content small {
    display: block;
}

.as-file-content strong {
    overflow: hidden;
    margin: 3px 0;
    color: #333;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.as-file-content small {
    color: #888;
    font-size: 11px;
}

.as-file-action {
    color: #ba0913;
    font-size: 17px;
}

@media (max-width: 767px) {
    .as-content-gallery-link .resim,
    .as-video-thumb {
        height: 210px;
    }
}

/* Ana sayfa modern haber alanı */
.as-home-news {
    position: relative;
    padding: 90px 0 100px;
    overflow: hidden;
    background-image:
        linear-gradient(rgba(5, 5, 5, .88), rgba(5, 5, 5, .93)),
        var(--as-news-bg, url("../../images/vigor-hero-training.svg"));
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.as-home-news::before {
    position: absolute;
    top: -140px;
    right: -120px;
    width: 380px;
    height: 380px;
    border: 70px solid rgba(186, 9, 19, .055);
    border-radius: 50%;
    content: '';
}

.as-home-news .container {
    position: relative;
    z-index: 1;
}

.as-home-news-heading {
    margin-bottom: 46px;
}

.as-home-news-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #d20a16;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.as-home-news-eyebrow i {
    margin-right: 6px;
}

.as-home-news-heading h2 {
    margin: 0;
    color: #fff;
    font-size: 39px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
}

.as-home-news-line {
    display: block;
    width: 75px;
    height: 3px;
    margin: 19px auto;
    background: #ba0913;
}

.as-home-news-heading p {
    max-width: 690px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .68);
    font-size: 15px;
    line-height: 1.75;
}

.as-home-news-grid {
    display: flex;
    flex-wrap: wrap;
}

.as-home-news-column {
    display: flex;
    margin-bottom: 30px;
}

.as-home-news-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.1);
    background: #111;
    box-shadow: 0 10px 35px rgba(0,0,0,.32);
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.as-home-news-card:hover {
    transform: translateY(-8px);
    border-color: rgba(186,9,19,.8);
    box-shadow: 0 20px 48px rgba(0,0,0,.48);
}

.as-home-news-image {
    position: relative;
    display: block;
    height: 230px;
    overflow: hidden;
    background: #000;
}

.as-home-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .88;
    transition: transform .5s ease, opacity .3s ease;
}

.as-home-news-card:hover .as-home-news-image img {
    transform: scale(1.065);
    opacity: .62;
}

.as-home-news-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ba0913;
    color: #fff;
    font-size: 17px;
    opacity: 0;
    transform: translate(-50%, -35%);
    transition: opacity .3s ease, transform .3s ease;
}

.as-home-news-card:hover .as-home-news-overlay {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.as-home-news-date {
    position: absolute;
    right: 18px;
    bottom: 0;
    min-width: 62px;
    padding: 9px 10px 8px;
    background: #ba0913;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.as-home-news-date strong {
    display: block;
    font-size: 23px;
    line-height: 1;
}

.as-home-news-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 25px 26px 28px;
}

.as-home-news-meta {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
    gap: 8px 16px;
    color: rgba(255,255,255,.55);
    font-size: 11px;
}

.as-home-news-meta i {
    margin-right: 5px;
    color: #d20a16;
}

.as-home-news-body h3 {
    margin: 0 0 13px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.45;
    text-transform: none;
}

.as-home-news-body h3 a {
    color: #fff;
}

.as-home-news-body h3 a:hover,
.as-home-news-body h3 a:focus {
    color: #d20a16;
    text-decoration: none;
}

.as-home-news-body p {
    margin-bottom: 21px;
    color: rgba(255,255,255,.64);
    font-size: 13px;
    line-height: 1.7;
}

.as-home-news-more {
    align-self: flex-start;
    margin-top: auto;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .35px;
    text-transform: uppercase;
}

.as-home-news-more i {
    margin-left: 8px;
    color: #d20a16;
    transition: transform .25s ease;
}

.as-home-news-more:hover,
.as-home-news-more:focus {
    color: #d20a16;
    text-decoration: none;
}

.as-home-news-more:hover i,
.as-home-news-more:focus i {
    transform: translateX(4px);
}

.as-home-news-action {
    margin-top: 14px;
}

.as-home-news-action .aut-cr-btn {
    padding: 13px 30px;
    background: #ba0913;
    color: #fff;
}

.as-home-news-action .aut-cr-btn i {
    margin-left: 8px;
}

.as-home-news-action .aut-cr-btn:hover,
.as-home-news-action .aut-cr-btn:focus {
    background: #fff;
    color: #ba0913;
}

@media (max-width: 991px) {
    .as-home-news-column:last-child {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .as-home-news {
        padding: 62px 0 72px;
    }

    .as-home-news-heading h2 {
        font-size: 30px;
    }

    .as-home-news-image {
        height: 220px;
    }

    .as-home-news-body {
        padding: 23px 21px 26px;
    }
}

/* Ücretsiz deneme dersi modülü */
.as-trial-page {
    padding: 88px 0 100px;
    background:
        radial-gradient(circle at 8% 15%, rgba(186, 9, 19, .08), transparent 28%),
        #f6f6f6;
}

.as-trial-intro {
    position: relative;
    min-height: 690px;
    padding: 46px 40px;
    overflow: hidden;
    background:
        linear-gradient(rgba(5,5,5,.88), rgba(5,5,5,.95)),
        url("../../up/banner/banner-1783711005-vigor-slider-2-1920x820.webp") center/cover no-repeat;
    color: #fff;
}

.as-trial-intro::after {
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 220px;
    height: 220px;
    border: 42px solid rgba(186,9,19,.13);
    border-radius: 50%;
    content: '';
}

.as-trial-kicker {
    display: inline-block;
    margin-bottom: 18px;
    color: #e10b17;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.as-trial-kicker i {
    margin-right: 6px;
}

.as-trial-intro > h2 {
    margin: 0 0 19px;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.28;
    text-transform: none;
}

.as-trial-intro > p {
    margin-bottom: 30px;
    color: rgba(255,255,255,.72);
    font-size: 15px;
    line-height: 1.75;
}

.as-trial-benefits {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.as-trial-benefits li {
    display: flex;
    align-items: flex-start;
    padding: 16px 0;
    border-top: 1px solid rgba(255,255,255,.12);
    gap: 13px;
}

.as-trial-benefits li:last-child {
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.as-trial-benefits i {
    display: flex;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ba0913;
    color: #fff;
    font-size: 11px;
}

.as-trial-benefits span {
    color: rgba(255,255,255,.7);
    font-size: 13px;
    line-height: 1.55;
}

.as-trial-benefits strong {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 15px;
}

.as-trial-note {
    display: flex;
    margin-bottom: 25px;
    padding: 15px;
    border-left: 3px solid #ba0913;
    background: rgba(255,255,255,.07);
    gap: 11px;
}

.as-trial-note i {
    color: #e10b17;
    font-size: 18px;
}

.as-trial-note p {
    margin: 0;
    color: rgba(255,255,255,.65);
    font-size: 12px;
    line-height: 1.55;
}

.as-trial-phone {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    color: #fff;
    gap: 12px;
}

.as-trial-phone > i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ba0913;
}

.as-trial-phone small,
.as-trial-phone span {
    display: block;
}

.as-trial-phone small {
    color: rgba(255,255,255,.58);
    font-size: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.as-trial-phone span {
    font-size: 15px;
    font-weight: 700;
}

.as-trial-phone:hover,
.as-trial-phone:focus {
    color: #e10b17;
    text-decoration: none;
}

.as-trial-form-card {
    min-height: 690px;
    padding: 38px 40px 42px;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 12px 38px rgba(0,0,0,.07);
}

.as-trial-form-heading {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    gap: 13px;
}

.as-trial-form-heading > span {
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #ba0913;
    color: #fff;
    font-size: 18px;
}

.as-trial-form-heading small {
    display: block;
    color: #ba0913;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.as-trial-form-heading h2 {
    margin: 3px 0 0;
    color: #292929;
    font-size: 25px;
    font-weight: 800;
}

#trialLessonForm label:not(.as-trial-consent) {
    display: block;
    margin-bottom: 8px;
    color: #3a3a3a;
    font-size: 12px;
    font-weight: 700;
}

#trialLessonForm label b {
    color: #ba0913;
}

#trialLessonForm input:not([type="checkbox"]),
#trialLessonForm select,
#trialLessonForm textarea {
    width: 100%;
    margin-bottom: 19px;
    padding: 11px 13px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fafafa;
    color: #444;
    font-size: 13px;
    transition: border-color .25s ease, background .25s ease;
}

#trialLessonForm input:not([type="checkbox"]),
#trialLessonForm select {
    height: 46px;
}

#trialLessonForm textarea {
    min-height: 105px;
    resize: vertical;
}

#trialLessonForm input:focus,
#trialLessonForm select:focus,
#trialLessonForm textarea:focus {
    border-color: #ba0913;
    background: #fff;
    outline: 0;
}

.as-trial-captcha {
    display: flex;
    align-items: center;
    min-height: 46px;
    margin-bottom: 19px;
    gap: 11px;
}

.as-trial-captcha img {
    width: 90px;
    height: 30px;
    border: 1px solid #ddd;
}

.as-trial-captcha button {
    padding: 8px 12px;
    border: 0;
    background: #555;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.as-trial-captcha button:hover,
.as-trial-captcha button:focus {
    background: #ba0913;
    outline: 0;
}

.as-trial-consent {
    display: flex;
    align-items: flex-start;
    margin: 2px 0 23px;
    color: #666;
    cursor: pointer;
    font-size: 12px;
    gap: 9px;
}

.as-trial-consent input {
    flex: 0 0 auto;
    margin-top: 2px;
    accent-color: #ba0913;
}

.as-trial-submit {
    padding: 14px 26px;
    border: 0;
    background: #ba0913;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .3px;
    text-transform: uppercase;
    transition: background .25s ease;
}

.as-trial-submit i {
    margin-left: 8px;
}

.as-trial-submit:hover,
.as-trial-submit:focus {
    background: #252525;
    outline: 0;
}

#trialFormAlert:empty {
    display: none;
}

@media (max-width: 991px) {
    .as-trial-intro {
        min-height: 0;
        margin-bottom: 35px;
    }

    .as-trial-form-card {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .as-trial-page {
        padding: 60px 0 70px;
    }

    .as-trial-intro,
    .as-trial-form-card {
        padding: 30px 22px;
    }

    .as-trial-intro > h2 {
        font-size: 28px;
    }
}



