/*
@File: Conzio Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
** - DEFAULT AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style
** - Section Title Area Style

** - HOME PAGE STYLE - **

** - Top Header Area Style
** - Nav Area Style
** - Mobile Nav Area Style
** - Hero Slider Area Style
** - Who We Are Content Area Style
** - Feathers Area Style
** - Service Area Style
** - Counter Area Style
** - Featured Area Style
** - Price Area Style
** - Skill Area Style
** - Partner Area Style
** - Testimonials Area Style
** - Blog Area Style
** - Subscribe Area Style
** - Footer Top Area Style
** - Footer Bottom Area Style
** - Sidebar Area Style

** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - Video wave Style
** - Section Title Area Style
** - Nice select Area

*******************************************
/*

/*
Default Style
============================*/

:root {
    --body-family: "Poppins", sans-serif;
    --button-and-icon-bg-color: #347BB3;
    --main-color: #134270;
    --orange-color: #134270;
    --body-color: #555555;
    --heading-color: #0086b7;
    --white-color: #ffffff;
    --black-color: #000000;
    --font-size: 16px;
    --transition: all ease .5s;
    --border-radius: 5px;
    --box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

html {
    overflow-x: hidden;
}

body {
    font-family: var(--body-family);
    overflow-x: hidden;
    background: #F9F9F9D9;
}

.row {
    margin: 0;
}

a {
    display: inline-block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    text-decoration: none;
    color: var(--body-color);
}

a:hover {
    text-decoration: none;
    color: var(--main-color);
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--main-color);
    font-weight: 700;
}

h3 {
    font-size: 24px;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p {
    font-size: var(--font-size);
    margin-bottom: 15px;
    line-height: 1.8;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-control {
    height: 50px;
    color: var(--main-color);
    border: 1px solid #ebebeb;
    background-color: #f7f7f7;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
}

.form-control::-webkit-input-placeholder {
    color: var(--main-color);
}

.form-control:-ms-input-placeholder {
    color: var(--main-color);
}

.form-control::-ms-input-placeholder {
    color: var(--main-color);
}

.form-control::placeholder {
    color: var(--main-color);
}

.form-control:focus {
    color: var(--black-color);
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border: 1px solid var(--main-color);
}

.form-control:hover:focus,
.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

textarea.form-control {
    height: auto;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

/*====================================================
Progress bar and Scroll Bar
======================================================*/
.bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: transparent;
    z-index: 9999;
    transition: var(--transition);
}

.bar--progress {
    position: absolute;
    width: 0%;
    height: 5px;
    background: var(--orange-color);
    transition: 0.25s ease-in-out;
}

/*
Bg-color Style*/
.ebeef5-bg-color {
    background-color: #ebeef5;
}

.f5f6fa-bg-color {
    background-color: #f5f6fa;
}

/*
Default Btn Area Style*/
.default-btn {
    font-size: 16px;
    color: var(--white-color);
    padding: 15px 40px;
    line-height: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    text-align: center;
    background-color: var(--main-color);
    border-radius: var(--border-radius);
    border: 1px solid var(--main-color);
    text-transform: capitalize;
}

.default-btn:hover {
    color: var(--main-color);
    border-color: var(--main-color) !important;
    background-color: transparent;
}

/*====================================================
OTHERS STYLE AREA
======================================================*/
/*
Preloader Area Style*/
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    z-index: 9999;
    background-color: var(--white-color);
}

.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
    z-index: 11;
}

.loaded .loader-wrapper {
    visibility: hidden;
    /*-webkit-transform: translateY(-100%);*/
    /*transform: translateY(-100%);*/
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

.loaded .loader-wrapper .loader-section.section-left {
    /*-webkit-transform: translateX(-100%);*/
    /*transform: translateX(-100%);*/
    -webkit-transition: all 0.3s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader-wrapper .loader-section.section-right {
    /*-webkit-transform: translateX(100%);*/
    /*transform: translateX(100%);*/
    -webkit-transition: all 0.3s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.dot-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*
Go Top Style*/
.go-top {
    position: fixed;
    cursor: pointer;
    top: 88%;
    right: -10%;
    background-color: var(--main-color);
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: var(--white-color);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--orange-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover {
    color: var(--white-color);
    background-color: var(--orange-color);
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top:focus {
    color: var(--white-color);
}

.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 86%;
}

/* Read more */
.read-more {
    background: linear-gradient(90deg, #347BB3 50%, #e7eff6 0) var(--_p, 100%)/200% no-repeat;
    text-align: center;
    border-radius: 14px;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--button-and-icon-bg-color);
    margin-right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;

}

.read-more:hover {
    --_p: 0%;
    color: var(--main-color);
}

@media only screen and (max-width: 1400px) {
    .read-more {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1200px) {

}


/* End read more */

/* Owl Nav and Owl dots */
.owl-nav,
.owl-dots {
    display: none;
}

/* Scrollbar */

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 5px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--main-color);
}

/* Same Components */


.section-title {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.section-inline {
    width: 182px;
    display: none;
    height: 3px;
    background: rgb(52, 123, 179);
    background: linear-gradient(90deg, rgba(52, 123, 179, 1) 50%, rgba(252, 110, 39, 1) 50%);
    margin-bottom: 36px;
}

@media only screen and (max-width: 1400px) {
    .section-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1200px) {
    .section-title {
        text-align: center;
    }

    .section-inline {
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .section-title {
        font-size: 20px;
    }
}

/* Main */

main {
    margin-top: 50px;
}

.main-title-container {
    text-align: center;
}

.main-text {
    margin-bottom: 10px;
    color: var(--orange-color);
    font-size: 24px;
    font-weight: 400;

}


.main-title {
    font-size: 50px;
    font-weight: 700;

}

.main-title span {
    color: var(--orange-color);
}

.main-title-container .section-inline {
    margin: 0 auto;
    margin-top: 30px;
}

.main-title-info a,
.main-title-info span {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    color: var(--button-and-icon-bg-color);
}

.main-title-info span:last-child {
    color: var(--orange-color);
}

.main-body-container {
    margin-top: 80px;
}


@media only screen and (max-width: 1200px) {
    main {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 576px) {
    .main-text {
        font-size: 18px;
    }

    .main-title {
        font-size: 25px;
        margin-top: 10px;
    }
}

.nav-carousel {
    position: relative;
}

.nav-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -4%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 108%;
    pointer-events: none;
    z-index: 10;
}

.nav-carousel .owl-nav button {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    font-size: 24px;
    height: 24px;
    width: 20px;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

/* ===== IST Home Bunny Stream Video Hero — v3 final ===== */

.header-slider {
    position: relative !important;
    min-height: 720px;
    height: 82vh;
    overflow: hidden;
    background: #081f33;
}

/* Desktop hero menu - bütün ekranlarda içəri yığılır */
.header-slider > .navbar.menu {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    z-index: 40 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 18px 34px !important;
    overflow: visible !important;
}

.header-slider > .navbar.menu .container-fluid {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.header-slider > .navbar.menu .navbar-collapse {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    overflow: visible !important;
}

.header-slider > .navbar.menu .navbar-nav {
    width: 100% !important;
    max-width: 1480px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: clamp(7px, 0.75vw, 14px) !important;
}

.header-slider > .navbar.menu .navbar-nav .nav-item {
    flex: 0 0 auto !important;
}

.header-slider > .navbar.menu .navbar-nav .nav-link {
    white-space: nowrap !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: clamp(12px, 0.95vw, 16px) !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

.header-slider > .navbar.menu .dropdown-toggle::after {
    margin-left: 5px !important;
}

/* Search və imtahan düyməsi sıxlaşdırılır */
.header-slider > .navbar.menu .search-item {
    flex: 0 0 auto !important;
}

.header-slider > .navbar.menu .search-box {
    width: clamp(118px, 9vw, 158px) !important;
    min-width: clamp(118px, 9vw, 158px) !important;
    height: 48px !important;
}

.header-slider > .navbar.menu .search-input {
    width: calc(100% - 34px) !important;
    height: 48px !important;
    font-size: clamp(12px, 0.9vw, 15px) !important;
    padding-left: 12px !important;
    padding-right: 8px !important;
}

.header-slider > .navbar.menu .search-btn {
    width: 34px !important;
    min-width: 34px !important;
}

.header-slider > .navbar.menu .exam-btn-anim {
    min-width: clamp(104px, 8.3vw, 142px) !important;
    height: 54px !important;
    padding-left: clamp(15px, 1.5vw, 25px) !important;
    padding-right: clamp(15px, 1.5vw, 25px) !important;
    font-size: clamp(13px, 1vw, 17px) !important;
    border-radius: 16px !important;
    margin-right: 0 !important;
}

/* Video */
.hero-video-section {
    position: absolute;
    inset: 0;
    z-index: 1;
    min-height: 720px;
    height: 100%;
    overflow: hidden;
}

.hero-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.02);
    background: #081f33;
    filter: brightness(1.08) saturate(1.05);
}

/* Daha açıq overlay */
.hero-video-shade {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(8, 31, 51, .48) 0%, rgba(8, 31, 51, .25) 44%, rgba(8, 31, 51, .08) 100%),
        linear-gradient(180deg, rgba(8, 31, 51, .18) 0%, rgba(8, 31, 51, .06) 48%, rgba(8, 31, 51, .34) 100%);
}

.hero-video-section .hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    pointer-events: none;
    padding-top: 105px;
}

.hero-video-section .hero-inner,
.hero-video-section .hero-card,
.hero-video-section .hero-actions,
.hero-video-section .hero-btn {
    pointer-events: auto;
}

.hero-video-section .hero-card {
    max-width: 680px;
    padding-top: 70px;
}

.hero-main-title {
    color: #fff !important;
    font-size: clamp(34px, 3.3vw, 58px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
    text-transform: none;
    text-shadow: 0 16px 40px rgba(0, 0, 0, .34);
}

.hero-main-text {
    max-width: 620px;
    color: rgba(255, 255, 255, .92) !important;
    font-size: clamp(15px, 1.1vw, 19px);
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: 30px;
    text-shadow: 0 10px 32px rgba(0, 0, 0, .28);
}

.hero-video-section .hero-actions {
    margin-top: 0;
}

.hero-video-section .hero-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 58px;
    padding: 17px 30px !important;
    border-radius: 15px;
    background: #347BB3 !important;
    color: #fff !important;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 20px 48px rgba(0, 0, 0, .24);
    border: 1px solid rgba(255, 255, 255, .25);
}

.hero-video-section .hero-btn:hover {
    background: #fff !important;
    color: #134270 !important;
    transform: translateY(-2px);
}

.hero-video-section .hero-btn-icon {
    font-size: 26px;
    line-height: 0;
    margin-top: -2px;
}

/* Sound button */
.hero-sound-toggle {
    position: absolute;
    right: 28px;
    bottom: 34px;
    z-index: 12;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .28);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: all .25s ease;
}

.hero-sound-toggle:hover {
    background: rgba(255, 255, 255, .25);
    transform: translateY(-2px);
}

.hero-sound-toggle i {
    font-size: 15px;
}

/* 1366 və notebook ekranları */
@media only screen and (max-width: 1399px) {
    .header-slider > .navbar.menu {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .header-slider > .navbar.menu .navbar-nav {
        gap: 9px !important;
    }

    .header-slider > .navbar.menu .navbar-nav .nav-link {
        font-size: 13.5px !important;
    }

    .header-slider > .navbar.menu .search-box {
        width: 118px !important;
        min-width: 118px !important;
    }

    .header-slider > .navbar.menu .search-input {
        font-size: 12px !important;
        padding-left: 10px !important;
    }

    .header-slider > .navbar.menu .exam-btn-anim {
        min-width: 108px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        font-size: 14px !important;
    }
}

/* 1200-ə yaxın ekranlarda daha kompakt */
@media only screen and (max-width: 1199px) {
    .header-slider > .navbar.menu {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .header-slider > .navbar.menu .navbar-nav {
        gap: 7px !important;
    }

    .header-slider > .navbar.menu .navbar-nav .nav-link {
        font-size: 12px !important;
    }

    .header-slider > .navbar.menu .dropdown-toggle::after {
        margin-left: 3px !important;
    }

    .header-slider > .navbar.menu .search-box {
        width: 46px !important;
        min-width: 46px !important;
        border-radius: 12px !important;
    }

    .header-slider > .navbar.menu .search-input {
        display: none !important;
    }

    .header-slider > .navbar.menu .search-btn {
        width: 46px !important;
        min-width: 46px !important;
        height: 46px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .header-slider > .navbar.menu .exam-btn-anim {
        min-width: 94px !important;
        height: 46px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        font-size: 13px !important;
    }
}

/* Mobil/tablet - üst menu artıq mobil navbardadır */
@media only screen and (max-width: 991px) {
    .header-slider,
    .hero-video-section {
        min-height: 620px;
        height: 74vh;
    }

    .header-slider > .navbar.menu {
        display: none !important;
    }

    .hero-video-section .hero-overlay {
        padding-top: 0;
    }

    .hero-video-section .hero-card {
        padding-top: 0;
    }

    .hero-main-title {
        font-size: 34px;
    }

    .hero-main-text {
        font-size: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .header-slider,
    .hero-video-section {
        min-height: 560px;
        height: 72vh;
    }

    .hero-main-title {
        font-size: 27px;
        letter-spacing: -0.5px;
    }

    .hero-main-text {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 24px;
    }

    .hero-video-section .hero-btn {
        min-height: 50px;
        padding: 14px 22px !important;
        font-size: 15px;
    }

    .hero-sound-toggle {
        right: 16px;
        bottom: 18px;
        padding: 10px 13px;
        font-size: 13px;
    }
}
