﻿/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
html {
    scroll-behavior: smooth
}

body {
    overflow-x: hidden !important;
}

.btn,
.bullet_details p,
.cmnp_htitle p,
body {
    /* font-family: Montserrat, sans-serif; */
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #1e1e1e
}

.recaptcha-text {
    color: #979797;
    font-size: 11px
}

.grecaptcha-badge {
    visibility: hidden
}

.custom-select {
    font-weight: 300 !important
}

.form-control {
    font-weight: 300 !important
}

.alert-danger {
    height: 60px !important;
    background: #e74c3c !important;
    width: 100%;
    color: #fff !important;
    border: none !important
}

.alert-success {
    height: 60px !important;
    background: #2ecc71 !important;
    width: 100%;
    color: #fff !important;
    border: none !important
}

.steps {
    height: 600px
}

#payment_terms {
    width: unset !important;
    margin: 7px 0 0 -20px !important
}

.steps .section {
    height: 480px
}

.steps fieldset {
    background: #fff;
    border: 0 none;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
    position: absolute
}

.steps fieldset:not(:first-of-type) {
    display: none
}

.steps label {
    color: #979797;
    text-align: left !important;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 2px;
    padding-top: 4px;
    display: inline-block
}

.steps input,
.steps textarea {
    outline: 0;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px 15px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #837e7e;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.multisteps-form__select {
    font-size: 14px !important
}

.steps input:focus,
.steps textarea:focus {
    color: #333;
    border: 1px solid #7b1fa2
}

.steps .action-button {
    display: inline-block !important;
    background: #f8bd05;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 18px;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    width: 100px;
    text-align: center;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.steps .action-button[disabled],
.stps .action-button:disabled {
    background: grey !important
}

.contactform_submit:disabled,
.contactform_submit[disabled] {
    background: grey !important
}

.steps .action-button.prev {
    display: inline-block !important;
    background: #c9c9c9;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 1px;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    width: 100px;
    text-align: center;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.steps .next,
.steps .submit {
    float: right
}

.steps .previous {
    float: left
}

.action-button:focus,
.action-button:hover,
.steps .action-button:focus,
.steps .action-button:hover {
    background: #ffca2d
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    width: 100%;
    text-align: center;
    padding: 0
}

#progressbar li {
    list-style-type: none;
    color: #707070;
    text-transform: uppercase;
    font-size: 12px;
    width: 32%;
    display: inline-block;
    position: relative;
    z-index: 10
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: #dadada;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    z-index: 10
}

.invalid {
    display: none !important
}

#progressbar li:after {
    content: '';
    width: 151%;
    height: 1px;
    background: #707070;
    position: absolute;
    left: -47%;
    top: 9px;
    z-index: -1
}

#progressbar li.active:after,
#progressbar li.active:before {
    background: #fa0;
    color: #fff
}

.modal-content {
    background: #fff;
    position: relative;
    margin: 0 auto;
    padding: 20px;
    border-radius: 3px
}

.modal-overlay {
    background: #000;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0;
    -moz-transition-property: visibility, opacity;
    -o-transition-property: visibility, opacity;
    -webkit-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    -moz-transition-delay: .5s, .1s;
    -o-transition-delay: .5s, .1s;
    -webkit-transition-delay: .5s, .1s;
    transition-delay: .5s, .1s;
    -moz-transition-duration: 0, .5s;
    -o-transition-duration: 0, .5s;
    -webkit-transition-duration: 0, .5s;
    transition-duration: 0, .5s
}

.modal-show .modal-overlay {
    visibility: visible;
    opacity: .6;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.modal[data-modal-effect|=slide] .modal-content {
    opacity: 0;
    -moz-transition: all .5s 0;
    -o-transition: all .5s 0;
    -webkit-transition: all .5s 0;
    transition: all .5s 0
}

.modal[data-modal-effect|=slide].modal-show .modal-content {
    opacity: 1;
    -moz-transition: all .5s .1s;
    -o-transition: all .5s .1s;
    -webkit-transition: all .5s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    transition: all .5s .1s
}

.modal[data-modal-effect=slide-top] .modal-content {
    -moz-transform: translateY(-300%);
    -ms-transform: translateY(-300%);
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%)
}

.modal[data-modal-effect=slide-top].modal-show .modal-content {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media (max-width:1000px) {
    #progressbar li {
        font-size: 10px
    }

    .steps .section {
        height: 470px
    }

    .steps input,
    .steps textarea {
        outline: 0;
        display: block;
        width: 100% !important
    }

    .error1 {
        left: 345px;
        margin-top: -58px
    }
}

@media (max-width:675px) {
    .steps {
        width: 100%;
        margin: 50px auto;
        position: relative;
        height: 550px
    }

    .error1 {
        position: relative;
        left: 0 !important;
        margin-top: 24px;
        top: -11px
    }

    .error1:before {
        width: 0;
        height: 0;
        left: 14px;
        top: -14px;
        content: '';
        position: absolute;
        border-left: 6px solid transparent;
        border-bottom: 8px solid #e62163;
        border-right: 6px solid transparent
    }

    .steps fieldset:not(:first-of-type) {
        display: none
    }

    .steps fieldset {
        position: relative;
        width: 100%;
        margin: 0 auto;
        margin-top: 45px
    }

    .steps .next,
    .steps .previous {
        display: none
    }

    .steps .explanation {
        display: none
    }

    .steps .submit {
        float: right;
        margin: 28px auto 10px;
        width: 100% !important
    }
}

.info {
    width: 300px;
    margin: 35px auto;
    text-align: center;
    font-family: Montserrat, sans-serif
}

.info h1 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-weight: 400;
    color: #333;
    padding-bottom: 5px
}

.info span {
    color: #666;
    font-size: 13px;
    margin-top: 20px
}

.info span a {
    color: #666;
    text-decoration: none
}

.info span .fa {
    color: #e2a810;
    font-size: 19px;
    position: relative;
    left: -2px
}

.info span .spoilers {
    color: #999;
    margin-top: 5px;
    font-size: 10px
}

@media screen and (min-width:992px) {
    .modal-lg {
        max-width: 640px !important
    }
}

.modal-content,
.multisteps-form__panel {
    border-radius: 12px !important
}

.modal-content .form-control {
    background-color: #f6f6f6 !important;
    border: none !important;
    border-radius: 4px !important
}

.control-label:after {
    content: "*";
    color: red
}

footer {
    background-image: url(../../Assets/Image/TBB2C/footer_image.png) !important;
    background-size: 100% 100%;
    color: #fff
}

.cmnp_content {
    overflow: hidden
}

.modal-header {
    border: none !important
}

.email {
    width: 260px;
    display: inline-block;
    color: #f8bd05;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background-color: #000;
    padding: .7em .7em;
    border: 1px solid #707070;
    cursor: pointer;
    outline: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear
}

.email:hover {
    background: #f8bd05
}

.email:hover::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
    font-weight: 400
}

.email.active::-webkit-input-placeholder {
    color: #fff
}

.email::-webkit-input-placeholder {
    color: #f8bd05;
    opacity: 1
}

.email.active {
    width: 280px;
    outline: 0;
    color: #fff;
    text-align: center;
    cursor: inherit;
    border: 1px solid #fff
}

.email.active:hover {
    background: #000
}

#contact_form .form-control {
    font-size: 16px !important;
    color: #fff;
    font-weight: 500 !important
}

#contact_form .form-control:focus {
    color: #fff !important
}

#contact_form .form-control::-webkit-input-placeholder {
    color: #979797
}

#mc-embedded-subscribe {
    background: #f8bd05;
    color: #fff;
    opacity: 1;
    width: 110px;
    margin-bottom: 3px;
    height: 49px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background-size: 13px;
    background-position: 0 1px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
    display: none
}

#mc-embedded-subscribe:hover {
    opacity: .33
}

#mc-embedded-subscribe.show {
    display: inline-block;
    background-size: 33px
}

@media screen and (min-width:480px) {
    .middle {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%)
    }
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.centered-y {
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0;
    padding-left: 10px;
    padding-right: 10px
}

.distribution-map {
    position: relative;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto
}

.distribution-map>img {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0
}

.distribution-map h3 {
    text-transform: uppercase !important;
    color: #f8bd05 !important;
    font-weight: 700 !important;
    text-align: left !important;
    font-size: 16px
}

.distribution-map p {
    color: #979797 !important;
    text-align: left !important;
    text-align-last: left !important;
    font-size: 16px;
    font-weight: 400
}

.bottom_footer_text {
    font-size: 12px !important
}

.distribution-map .map-point {
    cursor: pointer;
    outline: 0;
    z-index: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 20px;
    opacity: 1;
    overflow: hidden;
    -moz-transition: opacity .25s ease-in-out .25s, width .25s ease-in-out .25s, height .25s ease-in-out .25s, z-index .25s ease-in-out .25s;
    -o-transition: opacity .25s ease-in-out .25s, width .25s ease-in-out .25s, height .25s ease-in-out .25s, z-index .25s ease-in-out .25s;
    -webkit-transition: opacity .25s ease-in-out, width .25s ease-in-out, height .25s ease-in-out, z-index .25s ease-in-out;
    -webkit-transition-delay: .25s, .25s, .25s, .25s;
    transition-delay: .25s, .25s, .25s, .25s;
    -webkit-transition: opacity .25s ease-in-out .25s, width .25s ease-in-out .25s, height .25s ease-in-out .25s, z-index .25s ease-in-out .25s;
    transition: opacity .25s ease-in-out .25s, width .25s ease-in-out .25s, height .25s ease-in-out .25s, z-index .25s ease-in-out .25s;
    background: #fa0;
    border: 1px solid #1e1e1e
}

.distribution-map .map-point .content {
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    width: 100%;
    height: 100%;
    left: 50%;
    overflow: overlay
}

.distribution-map .map-point:active,
.distribution-map .map-point:hover {
    margin: 0;
    padding: 0;
    opacity: 1;
    width: 250px;
    height: 120px;
    color: #e5e5e5;
    z-index: 1;
    -webkit-transition: opacity .25s ease-in-out, width .25s ease-in-out, height .25s ease-in-out;
    transition: opacity .25s ease-in-out, width .25s ease-in-out, height .25s ease-in-out;
    border: none;
    box-shadow: 0 2px 6px #00000050;
    cursor: pointer;
    border-radius: 8px
}

.distribution-map .map-point:active.germany,
.distribution-map .map-point:hover.germany {
    width: 260px
}

.distribution-map .map-point.germany .content .centered-y {
    padding-left: 20px;
    top: 23px
}

.distribution-map .map-point:active.turkey,
.distribution-map .map-point:hover.turkey {
    width: 260px;
    height: 185px
}

.distribution-map .map-point.turkey .content .centered-y {
    padding-left: 20px;
    top: 23px
}

.distribution-map .map-point:active.duhok,
.distribution-map .map-point:hover.duhok {
    width: 260px;
    height: 165px
}

.distribution-map .map-point.duhok .content .centered-y {
    padding-left: 20px;
    top: 23px
}

.distribution-map .map-point:active.erbil,
.distribution-map .map-point:hover.erbil {
    width: 260px;
    height: 145px
}

.distribution-map .map-point.erbil .content .centered-y {
    padding-left: 20px;
    top: 23px
}

.distribution-map .map-point.suli:active,
.distribution-map .map-point.suli:hover {
    width: 260px;
    height: 188px
}

.distribution-map .map-point.suli .content .centered-y {
    padding-left: 20px;
    top: 23px
}

.distribution-map .map-point:active.baghdad,
.distribution-map .map-point:hover.baghdad {
    width: 260px;
    height: 144px
}

.distribution-map .map-point.baghdad .content .centered-y {
    padding-left: 20px;
    top: 23px
}

.distribution-map .map-point.basra:active,
.distribution-map .map-point.basra:hover {
    height: 150px;
    height: 170px
}

.distribution-map .map-point.basra .content .centered-y {
    padding-left: 20px;
    top: 23px
}

.distribution-map .map-point.uae:active,
.distribution-map .map-point.uae:hover {
    height: 150px;
    height: 280px
}

.distribution-map .map-point.uae .content .centered-y {
    padding-left: 20px;
    top: 23px
}

.distribution-map .map-point:active .content,
.distribution-map .map-point:hover .content {
    opacity: 1;
    -moz-transition: opacity .25s ease-in-out .25s, height .25s ease-in-out, overflow .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out .25s, height .25s ease-in-out, overflow .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out, height .25s ease-in-out, overflow .25s ease-in-out;
    -webkit-transition-delay: .25s, 0s, 0s;
    transition-delay: .25s, 0s, 0s;
    -webkit-transition: opacity .25s ease-in-out .25s, height .25s ease-in-out, overflow .25s ease-in-out;
    transition: opacity .25s ease-in-out .25s, height .25s ease-in-out, overflow .25s ease-in-out;
    overflow: hidden;
    background: #fff;
    position: relative;
    left: 0
}

.distribution-map .map-point:active .content a:active,
.distribution-map .map-point:active .content a:hover,
.distribution-map .map-point:hover .content a:active,
.distribution-map .map-point:hover .content a:hover {
    color: #afe1fa
}

.modal-header .close {
    position: absolute !important;
    margin: 0 !important;
    padding: 0 !important;
    top: -25px !important;
    right: -25px !important;
    color: #fff !important
}

.box {
    position: absolute;
    right: 200px;
    bottom: -65px;
    z-index: 22;
    cursor: pointer
}

.scroll_down {
    color: #fff;
    position: absolute;
    width: max-content;
    right: 25px;
    text-transform: uppercase;
    font-size: 12px
}

.scroll_down::before {
    display: inline-block !important;
    margin-right: .5em !important;
    vertical-align: .255em !important;
    content: "" !important;
    border-style: solid !important;
    border-color: #fff !important;
    border-width: .15em .15em 0 0 !important;
    width: .6em !important;
    height: .6em !important;
    position: relative !important;
    transform: rotate(135deg) !important;
    transition: .5s !important
}

.box span {
    display: block;
    width: 5px;
    height: 5px;
    background: 0 0;
    border: 1px solid #f4c70b;
    border-radius: 50%;
    margin: 10px;
    opacity: 1;
    animation: animate 2s 3 ease-in-out
}

.box span:nth-child(2) {
    background: 0 0;
    border: 1px solid #f4c70b
}

.box span:nth-child(3) {
    background: 0 0;
    border: 1px solid #f4c70b
}

.box span:nth-child(4) {
    background: 0 0;
    border: 1px solid #f4c70b
}

.box span:nth-child(5) {
    background: 0 0;
    border: 1px solid #f4c70b
}

.box span:nth-child(6) {
    border: none;
    background: #161616
}

.box span:nth-child(7) {
    border: none;
    background: #161616
}

.box span:nth-child(8) {
    border: none;
    background: #161616
}

.box span:nth-child(9) {
    border: none;
    background: #161616
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: translate(0, -20px)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate(0, 20px)
    }
}

.box-bottom {
    position: absolute;
    right: 0;
    left: 0;
    top: -63px;
    margin: 0 auto;
    z-index: 22;
    width: fit-content
}

.box-bottom span {
    display: block;
    width: 5px;
    height: 5px;
    background: #161616;
    border: none;
    border-radius: 50%;
    margin: 10px;
    opacity: 1
}

.box-bottom span:nth-child(2) {
    background: #161616;
    border: none
}

.box-bottom span:nth-child(3) {
    background: #161616;
    border: none
}

.box-bottom span:nth-child(4) {
    background: #161616;
    border: none
}

.box-bottom span:nth-child(5) {
    border: 1px solid #f4c70b;
    background: 0 0
}

.box-bottom span:nth-child(6) {
    border: 1px solid #f4c70b;
    background: 0 0
}

.box-bottom span:nth-child(7) {
    border: 1px solid #f4c70b;
    background: 0 0
}

.box-bottom span:nth-child(8) {
    border: 1px solid #f4c70b;
    background: 0 0
}

.contact-form .form-control {
    background: 0 0 !important;
    border: none;
    border-bottom: 1px solid #242424;
    padding-left: 0
}

.contact-form .form-control:focus {
    border-color: #f9be06;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar_menu_text {
    text-transform: uppercase;
    font-weight: 700;
    color: #f8bd05;
    vertical-align: middle;
    float: right;
    padding: 26px;
    padding-right: 0;
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400
}

.navbar_menu_block {
    display: inline-block;
    vertical-align: middle;
    float: right
}

.navbar_menu {
    width: 65px;
    margin-right: 40px;
    padding: 20px;
    cursor: pointer;
    float: right
}

.navbar_menu i {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 6px;
    position: relative
}

.navbar_menu i:after {
    content: "";
    width: 0%;
    position: absolute;
    height: 100%;
    background: #f9be06;
    transition: .2s
}

.navbar_menu i:nth-child(2):after {
    transition-delay: .1s
}

.navbar_menu i:nth-child(3):after {
    transition-delay: .2s
}

.navbar_menu_block:hover .navbar_menu i:after {
    width: 100%
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .75);
    overflow-x: hidden;
    padding-top: 100px;
    transition: .5s
}

.dropdown-toggle:after {
    display: inline-block !important;
    margin-left: .255em !important;
    vertical-align: .255em !important;
    content: "" !important;
    border-style: solid !important;
    border-color: #979797 !important;
    border-width: .15em .15em 0 0 !important;
    width: .5em !important;
    height: .5em !important;
    position: relative !important;
    left: .15em !important;
    transform: rotate(135deg) !important;
    transition: .5s !important
}

.dropdown-toggle[aria-expanded=true]:after {
    transform: rotate(315deg) !important
}

.sidenav a {
    padding: 8px 8px 8px 0;
    text-decoration: none;
    font-size: 16px;
    color: #979797;
    display: block;
    transition: .3s;
    transition-timing-function: ease-in-out;
    width: max-content;
    text-transform: uppercase;
    font-weight: 400
}

.sidenav a.active {
    color: #f8bd05 !important;
    font-weight: 700 !important
}

.sidenav span {
    padding: 8px 8px 8px 0;
    text-decoration: none;
    font-size: 16px;
    color: #979797;
    display: block;
    transition: .3s;
    transition-timing-function: ease-in-out;
    width: max-content;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer
}

.sidenav span.active {
    color: #f8bd05 !important;
    font-weight: 700 !important
}

.sidenav ul.active {
    color: #f8bd05;
    font-weight: 700
}

#drop1a:focus {
    color: #fff !important;
    font-weight: 700 !important
}

#drop1a:not(:focus) {
    color: #979797;
    font-weight: 400
}

#drop2a:focus {
    color: #fff !important;
    font-weight: 700 !important
}

#drop2a:not(:focus) {
    color: #979797;
    font-weight: 400
}

.offcanvas a:focus,
.offcanvas span:focus,
.sidenav a:hover,
.sidenav span:hover {
    color: #f1f1f1
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 46px;
    margin-left: 50px;
    cursor: pointer;
    z-index: 50
}

@media screen and (max-height:450px) {
    .sidenav {
        padding-top: 15px
    }

    .sidenav a {
        font-size: 18px
    }

    .sidenav span {
        font-size: 18px
    }
}

.pulse {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    animation: pulse 2s infinite
}

.pulse:hover {
    animation: none
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #f9be06
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(204, 169, 44, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #f9be06;
        box-shadow: 0 0 0 0 #f9be06
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 20px rgba(204, 169, 44, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
    }
}

.ocean {
    height: 5%;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    overflow: visible
}

.blackocean {
    height: 5%;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    overflow: visible
}

.whiteocean {
    height: 5%;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    overflow: visible
}

.whiteoceanbottom {
    height: 5%;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    overflow: visible
}

.wave {
    background: url(../../Assets/Image/TBB2C/waver2_gradient.svg) repeat-x;
    position: absolute;
    top: 0;
    width: 6400px;
    height: 508px;
    animation: wave 40s cubic-bezier(.36, .45, .63, .53) -125ms infinite, swell 7s ease-in-out -1.25s infinite;
    transform: translate3d(0, 0, 0);
    opacity: .4
}

.wave-2 {
    background: url(../../Assets/Image/TBB2C/waver.svg) repeat-x;
    position: absolute;
    top: 0;
    width: 6400px;
    height: 500px;
    animation: wave 40s cubic-bezier(.36, .45, .63, .53) infinite;
    transform: translate3d(0, 0, 0);
    opacity: .4
}

@keyframes wave {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: -1800px
    }
}

@keyframes swell {

    0%,
    100% {
        transform: translate3d(0, -25px, 0)
    }

    50% {
        transform: translate3d(0, 5px, 0)
    }
}

.blackwave {
    background: url(../../Assets/Image/TBB2C/black_wave_2.svg) repeat-x;
    position: absolute;
    top: 0;
    width: 6400px;
    height: 1000px;
    animation: wave_black 40s cubic-bezier(.36, .45, .63, .53) infinite;
    transform: translate3d(0, 0, 0);
    opacity: .5
}

@keyframes wave_black {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: -3200px
    }
}

.greywave {
    background: url(../../Assets/Image/TBB2C/grey_wave.svg) repeat-x;
    position: absolute;
    top: 0;
    width: 6400px;
    height: 600px;
    animation: grey_wave 40s cubic-bezier(.36, .45, .63, .53) infinite;
    transform: translate3d(0, 0, 0)
}

@keyframes grey_wave {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: -2250px
    }
}

.whitewave {
    background: url(../../Assets/Image/TBB2C/white_wave_v2.svg) repeat-x;
    position: absolute;
    top: 0;
    width: 6400px;
    height: 600px;
    animation: wave_white 40s cubic-bezier(.36, .45, .63, .53) infinite;
    transform: translate3d(0, 0, 0);
    opacity: .4
}

@keyframes wave_white {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: -2250px
    }
}

.whitewavebottom {
    background: url(../../Assets/Image/TBB2C/white_wave_v2_bottom.svg) repeat-x;
    position: absolute;
    top: 105vh;
    z-index: -1;
    width: 6400px;
    height: 900px;
    animation: wave_white_bottom 40s cubic-bezier(.36, .45, .63, .53) infinite;
    transform: translate3d(0, 0, 0);
    opacity: .4
}

@keyframes wave_white_bottom {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: -2250px
    }
}

.whitewavebottom2 {
    background: url(../../Assets/Image/TBB2C/white_wave.svg) repeat-x;
    position: absolute;
    top: 105vh;
    z-index: -1;
    width: 6400px;
    height: 900px;
    animation: wave_white_bottom_2 40s cubic-bezier(.36, .45, .63, .53) infinite;
    transform: translate3d(0, 0, 0);
    opacity: .4
}

@keyframes wave_white_bottom_2 {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: -2020px
    }
}

.whitewavebottom2grey {
    background: url(../../Assets/Image/TBB2C/white_wave_grey.svg) repeat-x;
    position: absolute;
    top: 105vh;
    z-index: -1;
    width: 6400px;
    height: 900px;
    animation: wave_white_bottom_2grey 40s cubic-bezier(.36, .45, .63, .53) infinite;
    transform: translate3d(0, 0, 0);
    opacity: .4
}

@keyframes wave_white_bottom_2grey {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: -2020px
    }
}

.whitewavebottom2white {
    background: url(../../Assets/Image/TBB2C/white_wave_white.svg) repeat-x;
    position: absolute;
    z-index: 0;
    width: 6400px;
    height: 1000px;
    animation: wave_white_bottom_2 40s cubic-bezier(.36, .45, .63, .53) infinite;
    transform: translate3d(0, 0, 0);
    opacity: .4
}

@keyframes wave_white_bottom_2white {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: -2020px
    }
}

#login_form label {
    color: #979797 !important;
    font-size: 12px !important
}

.login_button {
    display: inline-block !important;
    background: #f8bd05;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 14px;
    margin-right: 10px;
    border-radius: 4px;
    width: 160px;
    text-align: center;
    transform: scale(1) !important;
    transition: transform .1s ease-in-out !important
}

.register_button {
    display: inline-block !important;
    background: #f8bd05;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 18px;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    width: 160px;
    text-align: center;
    transform: scale(1) !important;
    transition: transform .1s ease-in-out !important
}

.login_main_button {
    display: inline-block !important;
    background: #f8bd05;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 20px;
    margin-right: 10px;
    border-radius: 4px;
    width: 160px;
    text-align: center;
    max-width: fit-content;
    font-size: 12px
}

[data-dismiss=modal] {
    font-size: 18px
}

.login_button:focus {
    outline: 0
}

.login_button img {
    padding-bottom: 2px !important
}

.register_button:hover {
    color: #000;
    text-decoration: none
}

.register_button:focus {
    outline: 0
}

.login_button:hover,
.register_button:hover {
    transform: scale(1.05) !important
}

.login_button:focus,
.register_button:focus {
    background: #e0aa03
}

.register_button img {
    padding-bottom: 2px !important
}

.cmnp_htitle h1 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #939598
}

.bullet_for {
    position: relative;
    border-bottom: none
}

.partnership::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #f9be06;
    content: '';
    display: inline-block
}

.dropbtn {
    position: relative;
    display: inline-block;
    background: 0 0 !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 0 !important;
    text-transform: uppercase !important;
    cursor: pointer !important
}

.dropbtn:focus {
    outline: 0 !important
}

.dropdown-content {
    display: block;
    position: absolute;
    min-width: 200px;
    z-index: 10;
    margin-bottom: 30px;
    background: 0 0 !important;
    box-shadow: none !important;
    border: none !important;
    list-style: none;
    padding: 0;
    pointer-events: none;
    font-size: 13px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transform: translate3d(0, -20%, 0);
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    -moz-transform: translate3d(0, -20%, 0);
    -moz-transform: translate3d(0, -20%, 0);
    -ms-transform: translate3d(0, -20%, 0)
}

.dropdown-content>li>a {
    color: #f1f1f1 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    max-width: fit-content
}

.dropdown-content.open {
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -mz-transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: auto
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
ol li {
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

footer .footer-column,
p strong {
    font-size: 16px;
    font-weight: 600
}

.ccmn_formtg p {
    color: inherit
}

.element-relative {
    position: relative
}

.element-cell {
    display: table-cell;
    vertical-align: middle
}

.table-row {
    display: table-row
}

.col-first {
    text-align: left
}

.col-last {
    text-align: right
}

.navbar-inverse.custom-navbar .navbar-nav>li>a {
    font-weight: 400
}

.navbar-wrapper {
    position: relative
}

.cmnp_header {
    padding-top: 35px
}

.carousel-inner>.item>.as-img,
.carousel-inner>.item>a>.as-img {
    display: block;
    height: calc(100vh);
    line-height: 1;
    max-width: 100%
}

.carousel-inner>.item>.as-img {
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0
}

.carousel,
.carousel .item,
.carousel-inner>.item>img {
    height: calc(100vh)
}

.login_pnl_con,
.slider_wraper {
    z-index: 21
}

.navbar-wrapper {
    z-index: 22
}

.carousel-inner>.item>.item-contents {
    position: absolute;
    top: 40%;
    transform: translate(10%, -50%);
    padding-top: 10px;
    z-index: 20
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    max-width: none
}

.item-0 .slider_content {
    color: #4d4d4d
}

.slider_content p {
    font-size: 16px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .8)
}

.item-0 .slider_content p {
    text-shadow: 0 1px 4px rgba(247, 247, 247, .8)
}

.slider_content h2 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 40px
}

.slider_content h3 {
    margin-top: 0;
    font-weight: 300
}

.TBB2C-featured-box {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 20px
}

@media all and (min-width :992px) {
    .TBB2C-featured-box.col-first {
        text-align: left
    }

    .TBB2C-featured-box.col-last {
        text-align: right
    }
}

.TBB2C-featured-box a {
    background-color: rgba(128, 128, 128, .6);
    color: #fff;
    position: absolute;
    width: 282px;
    bottom: -100px;
    left: 50%;
    padding: 20px;
    box-sizing: border-box;
    transform: translateX(-50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.TBB2C-featured-box:active a,
.TBB2C-featured-box:focus a,
.TBB2C-featured-box:hover a {
    bottom: 0
}

.btn,
.form-control {
    border-radius: 0;
    margin-bottom: 10px
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important
}

footer,
footer a,
footer a:active,
footer a:focus,
footer a:hover {
    color: #fff
}

footer .margin-row,
footer .row {
    margin-top: 20px;
    text-align: left
}

footer .no-margin-row {
    margin-top: 0
}

footer li,
footer ul {
    padding: 0;
    margin: 0;
    list-style: none
}

footer .footer-column {
    border-left: 2px solid #acacac;
    padding: 10px 0 10px 20px;
    min-height: 150px;
    margin: 10px 0;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2
}

footer .footer-column li {
    line-height: 1.7
}

.map_content p span {
    display: inline-block;
    vertical-align: top;
    text-align: left
}

.intro-image-container {
    position: relative;
    background: url(../../Assets/Image/TBB2C/intro-section-bg.png) no-repeat scroll center center transparent;
    background-size: cover
}

.intro-text-container {
    margin: 100px auto 0;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.intro-text-container p {
    font-size: larger
}

.intro-image-container img {
    width: 100%;
    margin: 0 auto
}

ol li {
    margin-top: 20px
}

.answer,
.paragraph {
    font-size: 16px;
    margin-top: 8px
}

.mt-mid {
    margin-top: 35px;
    margin-bottom: 18px
}

.feature-yet-more,
.feature-yet-more * {
    font-size: 40px
}

.custom-navbar .navbar-right {
    margin-top: 25px
}

.navbar-home {
    position: relative;
    background-repeat: no-repeat;
    /* background-image: url(); */
    background-size: cover;
    height: 100vh !important;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('/assets/TBB2C/img/logo/Flightbg.png') no-repeat center center/cover;
}

/* Section Container */
#offers {
    background: #fff;
    padding: 50px 20px;
    font-family: "Poppins", sans-serif;
    color: #333;
}

/* Section Title */
.section-title {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.section-title strong {
    font-weight: 700;
    color: #cc2b2b;
}

/* #why-choose {
    padding: 0px 25px;
}

#about {
    padding: 0px 25px;
} */

#services {
    padding: 0px 25px;
}

#privacy {
    padding: 0px 25px;
}

#destinations {
    padding: 0px 25px;
}

/* #contact {
    padding: 0px 55px; 
} */
/* Grid Layout */
.offers-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.des-width {
    width: 30%;
}

/* Card Styling */
.offer-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    width: 29%;
}

.offer-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.offer-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.offer-content {
    padding: 15px;
}

.offer-content small {
    display: block;
    font-size: 12px;
    color: #888;
}

.offer-content h4 {
    margin: 8px 0;
    font-size: 16px;
    font-weight: 600;
}

.offer-content p {
    font-size: 14px;
    color: #555;
}

/* Info Section */
.offers-info {
    padding: 24px 0px 0px 25px;
    max-width: 1100px;
}

.offers-info h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.offers-info ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}

/* Achievements */
.achievements {
    padding: 24px 0px 0px 25px;
    max-width: 1100px;
}

.achievements h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    /* color: #cc2b2b; */
}

.achievements ul {
    list-style: square;
    padding-left: 20px;
}

/* Team */
.our-team {
    padding: 24px 0px 0px 25px;
    max-width: 1100px;
}

.our-team h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.our-team ul {
    list-style: circle;
    padding-left: 20px;
}

/* .our-team strong {
  color: #cc2b2b;
} */

/* Responsive */
@media (max-width: 768px) {
    .offers-grid {
        flex-direction: column;
        align-items: center;
    }

    .offer-card {
        width: 100%;
        max-width: 350px;
        margin-bottom: 35px;
    }
}

.cms-pages {
    display: flex;
    flex-direction: row;
    gap: 15px;
    list-style: none;
}

.cms-pages li a {
    color: #ffff;
}

.navbar-road {
    background-image: url(../../Assets/Image/TBB2C/header-road.png);
    padding-bottom: 160px
}

.navbar-extra {
    background-image: url(../../Assets/Image/TBB2C/extra-bg.png);
    min-height: 100vh;
    background-position: 50% 50%
}

.navbar-home .navbar-brand {
    width: 150px !important
}

.navbar-brand {
    padding: 0
}

.menu-toggle {
    position: relative;
    left: -69px;
    padding: 0;
    border: none;
    background: 0 0;
    outline: 0 !important
}

.menu-toggle.open {
    top: -1px
}

.extra-navbar-header {
    width: 60%
}

.navbar-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-navigation li {
    margin-right: 30px
}

.menu-toggle span {
    position: absolute;
    color: #fff;
    left: 103px;
    top: calc(50% - 13px)
}

.header-navigation a {
    color: #fff !important;
    text-transform: uppercase !important;
    padding: 6px 0 2px 0 !important
}

.header-navigation a:hover {
    background: 0 0 !important;
    color: #fff !important;
    border-bottom: 2px solid #f9be06 !important
}

.header-navigation {
    font-size: 14px;
    display: inline-block;
    position: relative;
    left: -69px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transform: translate3d(0, -160%, 0);
    -webkit-transform: translate3d(0, -160%, 0);
    -moz-transform: translate3d(0, -160%, 0);
    -moz-transform: translate3d(0, -160%, 0);
    -ms-transform: translate3d(0, -160%, 0)
}

.header-text-wrapper {
    width: 60%;
    margin-left: 80px;
    margin-top: 100px;
    padding: 40px 0;
    visibility: visible
}

.header-text-wrapper h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    margin-top: 0;
    padding-top: 37px;
    margin-bottom: 30px
}

.header-text-wrapper .title_and_line {
    position: relative;
    width: fit-content
}

.header-text-wrapper .yellow-line {
    content: "";
    background: #f8bd05;
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    bottom: -16px
}

.header-menu li {
    display: inline-block;
    margin: 0 10px;
}

.header-menu li a {
    color: #fff;
    text-decoration: none;
}

.cms-pages li a:hover {
    color: #dd0000;
    text-decoration: none;
}

.btn-login {
    padding: 8px 16px;
    background: #dd0000;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
}

.btn-login:hover {
    padding: 8px 16px;
    background: #dd0000;
    color: #fff !important;
    border-radius: 5px;
    font-weight: bold;
}

.btn-register {
    padding: 8px 16px;
    background: #fff;
    color: #000 !important;
    border-radius: 5px;
    font-weight: bold;
}

.header-text-wrapper p {
    color: #fff;
    width: 100%;
    text-align: left
}

.header-navigation.open {
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -mz-transform: translate3d(0, 0, 0)
}

#btn_send {
    background: #f8bd05;
    width: 100%;
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px;
    text-transform: uppercase;
    border: none
}

.popover-markup {
    display: block;
    z-index: 1
}

.popover-login {
    border-radius: 10px;
    padding: 20px 30px;
    background: #fff;
    width: 375px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: fit-content;
    margin: auto auto;
    display: none
}

.forgot-form input,
.popover-login #Email,
.popover-login #Password {
    border: solid 1px #000;
    border-radius: 15px;
    margin-bottom: 15px;
    color: #dca106
}

.member_card {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    border-radius: 16px;
    min-height: 164px
}

.member_card h5 {
    color: #1e1e1e;
    font-weight: 700
}

.member_card h6 {
    color: #f8bd05;
    font-weight: 500
}

.member {
    display: flex
}

.member>div:nth-last-of-type(1) {
    padding-top: 50px
}

.image_cropper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background-color: #f5f1f1;
    margin: 10px;
    object-fit: contain
}

.subject-pic {
    display: inline !important;
    margin: 0 auto !important;
    max-width: 100%;
    height: auto;
    padding: 20px
}

.popover-login #submit {
    width: auto;
    padding: 10px 40px;
    border-radius: 50px;
    float: right;
    background-color: #333;
    color: #dca106;
    border: none
}

.popover-login:before {
    content: '';
    position: absolute;
    right: 42px;
    top: -10px;
    width: 0;
    height: 0;
    border-width: 0 0 0 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent
}

.forgot-block .forgot-toggle {
    font-size: 14px;
    color: grey !important
}

.forgot-form {
    display: none;
    width: 100%;
    overflow: hidden
}

.forgot-block {
    margin-top: 18px
}

.forgot-form input {
    margin-top: 25px
}

.forgot-form a {
    width: 100%;
    padding: 10px 40px;
    border-radius: 50px;
    float: right;
    background-color: #333;
    color: #dca106 !important;
    border: none
}

#ifeedback_iframe {
    display: none;
    position: fixed;
    top: 2%;
    left: 20px;
    width: 96%;
    height: 96%;
    max-width: 320px;
    max-height: 460px;
    background-color: rgba(255, 255, 255, .5);
    z-index: 30
}

.feedback-container {
    position: fixed;
    width: 20px;
    height: 50px;
    bottom: 8px;
    left: 0;
    z-index: 31;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.feedback-container.opened,
.feedback-container:focus,
.feedback-container:hover {
    width: 140px
}

.feedback-rateus {
    font-size: 30px;
    height: 48px;
    line-height: 42px;
    display: inline-block;
    border: 2px solid #f8bc06;
    text-decoration: none;
    padding: 0 20px;
    float: right
}

.feedback-container .feedback-rateus,
.feedback-container .feedback-rateus:active,
.feedback-container .feedback-rateus:focus,
.feedback-container .feedback-rateus:hover {
    background-color: #fff;
    color: #575651
}

.feedback-container.opened .feedback-rateus,
.feedback-container:focus .feedback-rateus,
.feedback-container:hover .feedback-rateus {
    float: none;
    width: 100%
}

.feedback-rateus:active,
.feedback-rateus:focus,
.feedback-rateus:hover {
    text-decoration: none
}

.feedback-container:focus .feedback-rateus,
.feedback-container:hover .feedback-rateus {
    background-color: #575651;
    color: #fff
}

.header-login {
    float: right;
    margin-bottom: 6px;
    margin-top: 14px
}

.header-login a.btn-block,
.header-login input,
.header-login input.btn-block[type=submit] {
    display: inline-block;
    border-radius: 15px;
    border: none;
    background-color: #fff;
    padding: 6px 15px;
    width: auto
}

.header-login a.btn-block,
.header-login input.btn-block[type=submit] {
    background-color: #f9be06
}

.header-login #EmaiL {
    padding: 2px 10px;
    font-size: 13px
}

.header-login .login_pnl .form-control {
    height: 34px
}

.header-login .login_pnl {
    background: 0 0;
    padding: 0;
    color: #000
}

.header-login a {
    color: #000;
    font-size: 13px
}

.header-login .login_pnl>span {
    line-height: 36px;
    float: left
}

.header-login .login_pnl_forgt {
    padding-top: 0
}

.header-login .login_pnl_bot {
    margin-right: 4px
}

.head-image {
    background: url(../Image/TBB2C/home-section.png) no-repeat center transparent;
    background-size: cover;
    height: 768px;
    position: relative;
    color: #fff;
    text-align: center;
    overflow: hidden
}

/* Footer Base */
.site-footer {
    background: #312f92;
    color: #fff;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

.footer-about,
.footer-contact,
.footer-social {
    flex: 1 1 300px;
    margin: 10px;
}

.footer-logo {
    max-width: 150px;
    margin-bottom: 15px;
}

.footer-about p {
    font-size: 14px;
    line-height: 1.6;
}

/* Contact Info */
.footer-contact h3,
.footer-social h3 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #ffcc00;
}

.footer-contact p {
    margin: 5px 0;
    font-size: 14px;
}

/* Social Icons */
.footer-social a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    background: #333;
    padding: 10px;
    border-radius: 5px;
    transition: background 0.3s;
}

.footer-social a:hover {
    background: #dd0000;
    color: #fff;
}

.head-image .arranger {
    height: 100%;
    margin-top: 78px;
    position: absolute;
    width: 100%
}

.h-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.v-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.v-center.h-center {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.head-image .video-play {
    margin-bottom: 10px
}

.head-image .head-text {
    width: 70%;
    margin: 10px auto
}

.news_alrt {
    margin-top: auto
}

.news_alrtcon {
    padding: 15px;
    text-align: center
}

.pop_cmn_head {
    background-color: #f9be06
}

.counter-section h1,
.counter-section h2 {
    margin-top: 60px;
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
}

.counter-row {
    margin: 55px 0;
    color: #1e1e1e
}

.counter-item.bottomrow {
    border-top: solid 1px #000
}

.counter-item .counter-info {
    display: block
}

.counter-info .count-wrapper {
    font-size: 25px;
    font-weight: 700
}

.counter-info .title {
    font-size: 17px
}

.possibilities-description {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #4d4d4d;
    margin: 0
}

.diagram-description {
    font-size: 18px;
    text-align: center;
    margin: 30px 0 30px 0
}

.diagram-image {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px
}

.video-play {
    text-align: center;
    padding: 30px 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1
}

.block-header,
.block-subheader {
    text-align: center;
    font-weight: 300;
    text-transform: uppercase
}

.address-block {
    padding-bottom: 20px
}

.block-header {
    margin-top: 80px
}

.block-subheader {
    color: grey;
    margin-bottom: 50px
}

.address-item {
    margin-bottom: 35px
}

.address-item .country-header {
    color: #f8bd05;
    font-size: 17px;
    text-transform: uppercase
}

.address-item .address {
    color: #979797;
    font-size: 14px;
    font-weight: 500
}

.address-item .phone-number {
    font-size: 16px;
    color: #979797
}

.intro-section {
    position: relative;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
    text-align: center;
    width: 100%;
    top: -300px;
    margin-bottom: -50px
}

@media screen and (min-width:1500px) {
    .intro-section {
        margin-bottom: 50px
    }

    .airlines-block {
        height: 1250px !important
    }

    .header-text-wrapper {
        width: 30%;
        padding: 100px 0
    }
}

@media screen and (min-width:2560px) {
    .intro-section {
        margin-bottom: 350px
    }
}

.intro-section .intro-container {
    position: relative;
    overflow: hidden
}

.intro-section .intro-container {
    overflow: hidden
}

.intro-section img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%
}

.intro-section .intro-container:hover .intro-image img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.intro-section .intro-text-container {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.intro-section .intro-text-container .intro-text-lower,
.intro-section .intro-text-container .intro-text-upper {
    text-transform: uppercase
}

.intro-section .intro-text-container .intro-text-upper {
    color: #fff;
    font-size: 20px
}

.intro-section .intro-text-container .intro-text-lower a {
    color: #f9be06;
    font-size: 18px
}

.navbar-nav {
    float: none;
    margin: 0 auto
}

.navbar-nav>li {
    float: none;
    display: inline-block
}

.navbar-nav>li img {
    border-radius: 50%
}

.navbar-nav>li img:hover {
    border-radius: 50%
}

.navbar-nav>li>a {
    color: #4d4d4d;
    border-radius: 50%
}

#mc_embed_signup,
.get-news-letter,
.social-container {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative
}

.social-container .navbar-nav>li>a {
    padding: 0
}

.prefooter-section {
    background-color: #ededee;
    padding: 30px 0 40px
}

.prefooter-section-home {
    padding: 0
}

.prefooter-section .row-2 {
    margin-top: 20px;
    margin-bottom: 20px
}

.prefooter-section-home .row-2 {
    margin-bottom: 0
}

.prefooter-section a.btn-block {
    display: inline-block;
    border-radius: 0;
    border: none;
    color: #1e1e1e;
    padding: 6px 15px;
    width: auto;
    height: 42px;
    line-height: 28px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.prefooter-section a.btn-block {
    background-color: #f9be06
}

.prefooter-section a.btn-block:hover {
    background-color: #1e1e1e;
    color: #fff
}


.text-slider .fixed-text {
    width: 50%;
    position: absolute;
    z-index: 1;
    top: -10%;
    padding: 0 50px;
    left: 25%;
    margin: 0 auto
}

@media screen and (min-width :1200px) {
    .text-slider .fixed-text {
        width: 40%;
        position: absolute;
        z-index: 1;
        top: 30%;
        padding: 0 50px;
        left: 25%;
        margin: 0 auto
    }
}

@media screen and (min-width :1600px) {
    .text-slider .fixed-text {
        width: 25%;
        position: absolute;
        z-index: 1;
        top: 55%;
        padding: 0 50px;
        left: 25%;
        margin: 0 auto
    }
}

.text-slider .fixed-text h2,
.text-slider .fixed-text p {
    text-align: left;
    color: #fff
}

.text-slider .swiper-button-next,
.text-slider .swiper-button-prev {
    position: absolute;
    background: 0 0;
    width: 72px
}

.text-slider .swiper-button-prev {
    left: auto;
    right: calc(60% + 69px)
}

.text-slider .swiper-button-next {
    right: 59%
}

.text-slider .fixed-text h2 {
    margin-top: 65px;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 700
}

.text-slider .fixed-text p {
    font-size: 13px;
    font-weight: 500
}

.text-slider .swiper-bar {
    width: 100px;
    height: 5px;
    background: red;
    position: absolute;
    bottom: 38%
}

.text-slider .swiper-slide img {
    width: 100%
}

.text-slider .slide-text {
    display: none
}

.slider-airlines-wrapper {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    padding: 0 40px;
    margin-bottom: 70px
}

.slider-airlines-wrapper .button-next,
.slider-airlines-wrapper .button-prev {
    cursor: pointer;
    position: absolute;
    margin-top: -12px;
    top: 50%
}

.slider-airlines-wrapper .button-prev {
    left: 0
}

.slider-airlines-wrapper .button-next {
    right: 0
}

.airlines-block {
    background-color: #e8e8e8;
    position: relative;
    height: 900px;
    overflow: hidden
}

.airline-headers {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    z-index: 10;
    top: 50%
}

.airline-headers h2 {
    font-size: 40px
}

.airline-headers h5 {
    color: #eaad00;
    margin-bottom: 100px;
    font-weight: 500;
    font-size: 18px
}

.slider-airlines .swiper-slide {
    text-align: center
}

.slider-airlines img {
    filter: grayscale(100%) contrast(1) opacity(.7);
    transition: all .2s ease-in-out;
    width: 110px;
    height: auto
}

.slider-airlines img:hover {
    filter: grayscale(0) contrast(1) opacity(1)
}

footer .margin-row,
footer .row {
    margin-top: 0
}

.footer {
    position: relative
}

.footer,
.footer a {
    color: #f9be06
}

.head-bbextra {
    height: 280px;
    position: relative
}

.head-bbextra>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.bbextra_banner {
    padding: 30px
}

.bbextra_content {
    position: relative;
    overflow: hidden
}

.bbextra_content>img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.bbextra_content .for-gsa,
.bbextra_content .for-xml {
    padding: 30px 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
    margin: 30px 0
}

.bbextra_content,
.bbextra_wrapper_content {
    max-height: 1150px
}

.bbextra_wrapper_content {
    overflow-y: scroll
}

.bbextra-content-title {
    text-align: center;
    font-size: 22px;
    margin: 15px 0
}

.bbextra-content-hidden {
    display: none
}

.bbextra-content-arrow .before-click {
    display: none;
    margin: 0 auto
}

.bbextra-content-arrow .after-click {
    display: block;
    margin: 0 auto
}

.bbextra-content-arrow .visible .before-click {
    display: block
}

.bbextra-content-arrow .visible .after-click {
    display: none
}

.bbextra-content-hidden.gsa h3,
.bbextra-content-title.gsa {
    color: #169ad3
}

.bbextra-content-hidden.xml h3,
.bbextra-content-title.xml {
    color: #f47a21
}

.bbextra-content-arrow {
    margin-top: 20px;
    margin-bottom: 20px
}

.bbextra-content-hidden h3 {
    font-size: 16px
}

.contact-container {
    height: 833px;
    position: relative
}

.about-company {
    background: rgba(0, 0, 0, .55)
}

.location {
    background: #000
}

.contact-container>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.contact-container .center {
    width: 90%
}

.contact-address-container {
    background-color: rgba(0, 0, 0, .3);
    padding: 20px;
    text-align: center;
    color: #fff;
    height: 400px
}

.contact-address-container h3 {
    font-size: 20px;
    margin: 20px auto
}

.top-image img {
    width: 100%
}

.contact-block {
    display: flex
}

#map {
    width: 100%;
    height: 400px;
    display: inline-block
}

#mlmap {
    width: 60%
}

#mlmap.fadeout {
    filter: brightness(1)
}

#mlmap h2 {
    font-weight: 700
}

.form-wrapper {
    width: 50%;
    display: inline-block;
    background-color: #1e1e1e;
    padding: 0 80px
}

.form-wrapper .form-header {
    margin-top: 50px
}

.contact-email,
.contact-header {
    width: calc(100% - 50px);
    float: right;
    margin: 0;
    font-size: 13px;
    line-height: 13px
}

.contact-header {
    color: #dea306
}

.contact-email {
    position: relative;
    top: -17px;
    color: #d5d5d5
}

.contact-block form input,
.contact-block form textarea {
    background-color: transparent;
    border: 1px solid #d5d5d5;
    outline: 0 !important;
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
    color: #dea306;
    font-size: 13px
}

.contact-block form input {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px
}

.contact-block form textarea {
    padding-top: 10px;
    padding-bottom: 10px
}

.contact-block form button {
    background-color: #dea306;
    color: #000;
    padding: 10px 20px;
    border-radius: 3px;
    border: none;
    margin-top: 16px
}

.pre-footer {
    background-color: #e5e5e5
}

@media (min-width :768px) {
    .pre-footer>.container {
        padding: 18px 0
    }
}

.logo-wrapper img {
    filter: grayscale(100%);
    transition: all .3s ease-in-out;
    margin-right: 20px
}

.logo-wrapper img:hover {
    filter: grayscale(0)
}

@media all and (max-width :800px) {
    .navbar-home {
        position: relative;
        background-repeat: no-repeat;
        background-image: url(../../Assets/Image/TBB2C/background.png);
        background-size: cover;
        height: 50vh !important
    }

    footer .footer-column {
        min-height: unset
    }

    .box {
        display: none
    }

    .itb {
        width: 260px
    }

    .contact-block {
        display: grid
    }

    .login_pnl_con {
        padding-top: 10px
    }

    .we-are-global img {
        width: 100%
    }

    .head-bbextra {
        height: 200px
    }

    .head-bbextra>img {
        width: auto;
        left: 50%;
        transform: translateX(-50%)
    }

    .head-bbextra>div {
        text-align: center
    }

    .head-bbextra>div>img {
        width: 100%
    }

    .bbextra_content>img {
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 200%
    }

    .footer_row .f_left {
        text-align: center;
        margin: 10px 0
    }

    .moonline-link {
        display: block;
        text-align: center;
        float: none !important
    }

    .counter-section h1 {
        margin-top: 42px;
        font-size: 13px
    }

    .counter-row {
        margin: 27px 0
    }

    .video-play {
        margin: -17px 0 27px 0;
        padding: 0
    }

    .counter-item {
        margin-bottom: 35px;
        padding: 13px 0
    }

    .counter-item img {
        width: 30px;
        height: 30px
    }

    .counter-item .counter-info {
        padding-left: 10px
    }

    .counter-info .count-wrapper {
        font-size: 15px
    }

    .counter-info .counter-title {
        font-size: 10px;
        font-size: 14px;
        padding: 1px 0
    }

    .form-wrapper {
        width: 100%;
        background-color: #fff
    }

    .form-header-item {
        overflow: hidden
    }

    .form-wrapper {
        padding: 0 15px
    }

    .popover-markup {
        top: 50%;
        right: 0;
        left: 0;
        margin: 0 auto
    }

    .buttons {
        width: max-content;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .header-text-wrapper .yellow-line {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 120px;
    }

    .popover-login {
        top: 50vh;
        width: 80vw;
        padding: 10px 10px;
        -webkit-box-shadow: 2px 10px 32px -1px rgba(0, 0, 0, .75);
        -moz-box-shadow: 2px 10px 32px -1px rgba(0, 0, 0, .75);
        box-shadow: 2px 10px 32px -1px rgba(0, 0, 0, .75)
    }

    .popover-login:before {
        right: 50%
    }

    .header-navigation {
        position: fixed;
        left: 0;
        width: 175px;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .8);
        z-index: 102;
        padding-top: 89px;
        padding-left: 27px
    }

    .header-navigation li {
        display: block !important;
        margin: 0
    }

    .header-navigation li a {
        font-size: 14px;
        display: inline-block !important
    }

    .header-text-wrapper {
        width: 100%;
        margin: 0px;
        padding: 0px;

    }

    .header-text-wrapper h1 {
        font-size: 17px;
        text-align: center;
        border: none;
        font-weight: 700;
        padding: 0
    }

    .navbar-brand img {
        width: 120px
    }

    .navbar_menu {
        margin-right: 0
    }

    .navbar-home .custom-navbar {
        padding: 0 !important
    }

    .menu-toggle {
        left: -41px;
        z-index: 100
    }

    .menu-toggle span {
        display: none
    }

    .navbar-brand {
        position: relative;
        z-index: 100
    }

    .register-btn img {
        width: 100px
    }

    .mobile-links-block {
        background-color: #1e1e1e;
        list-style: none;
        padding: 28px 0;
        text-align: center
    }

    .mobile-links-block li:not(:last-child) {
        margin-bottom: 25px
    }

    .form-header {
        margin-top: 30px;
        width: 100%;
        padding: 0 15px
    }

    .form-header-item {
        margin-bottom: 30px
    }

    .form-phone img {
        margin-left: 7px;
        margin-bottom: 7px;
        margin-top: 7px
    }

    .form-phone .contact-header {
        font-weight: 300;
        color: #f9be06;
        font-size: 12px
    }

    .contact-email {
        color: #fff !important;
        font-weight: 700
    }

    .contact-number {
        font-size: 14px;
        color: #fff
    }
}

.yellow-border {
    border-bottom: solid 4px #dca106
}

iframe.external-contact-form {
    width: 50%;
    box-sizing: border-box;
    border: none;
    background-color: #1e1e1e
}

.yellow {
    color: #d99e06
}

.yellow-underline {
    position: relative;
    padding-bottom: 20px
}

.underline-left.yellow-underline:after {
    margin: 0 !important
}

.yellow-underline:after {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    width: 55px;
    height: 1px;
    margin: 0 auto;
    background-color: #d99e06
}

.extra-block h1 {
    text-align: center;
    font-size: 29px;
    margin-bottom: 45px
}

ol.extra-list {
    padding: 0;
    padding-left: 26px
}

ol.extra-list li {
    font-size: 15px;
    font-weight: 400;
    color: grey;
    font-family: Montserrat, sans-serif;
    margin-top: -3px;
    letter-spacing: .22em
}

.extra-block {
    margin: 75px 0
}

.display-block {
    display: block
}

.pseudo-pre {
    margin-top: 30px;
    margin-bottom: 40px
}

.pseudo-pre p {
    margin: 0
}

.pseudo-pre .first-row {
    padding-left: 65px
}

.pseudo-pre .second-row {
    padding-left: 100px
}

pre {
    border-radius: 0;
    border: 2px solid grey;
    color: grey
}

.flight-operation-block {
    border-top: 1px solid #d99e06;
    margin-top: 75px
}

.extra-page {
    padding-top: 25px
}

.extra-page p {
    color: grey;
    font-size: 17px;
    font-weight: 500
}

.terminology-block {
    padding-left: 50px
}

.mbt-20 {
    margin-bottom: 20px;
    margin-top: 20px
}

.mbt-30 {
    margin-bottom: 30px;
    margin-top: 30px
}

.mbt-35 {
    margin-bottom: 35px;
    margin-top: 35px
}

.mbt-40 {
    margin-bottom: 40px;
    margin-top: 40px
}

.mbt-50 {
    margin-bottom: 50px;
    margin-top: 50px
}

.mbt-45 {
    margin-bottom: 45px;
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px !important
}

.mt-45 {
    margin-top: 45px !important
}

.mt-35 {
    margin-top: 35px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mt-40 {
    margin-top: 40px !important
}

.language-group {
    float: right
}

.language-group .btn {
    padding: 6px 6px 6px 6px;
    background-color: #fff
}

.language-group i {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 5px
}

.language-group:hover .btn-default {
    opacity: 1 !important;
    pointer-events: auto !important
}

.language-group .btn-default {
    font-size: 13px;
    opacity: 0
}

.language-group .btn-default:hover {
    color: #ffffff94 !important
}

.language-group .btn-default.active {
    color: #fff !important;
    transition: all .2s ease-in-out;
    opacity: 1;
    pointer-events: none !important
}

#lang_en {
    background: 0 0;
    border: none;
    color: #fff;
    margin-bottom: 0;
    margin-left: 15px;
    padding-bottom: 5px;
    font-size: 16px
}

#lang_tr {
    background: 0 0;
    border: none;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 5px;
    margin-left: 15px;
    font-size: 16px
}

@media only screen and(max-width:480px) {
    .language_selector {
        right: 2%;
        top: 0
    }

    .language_selector .language-group .btn {
        padding: 6px 10px 6px 10px
    }

    .des-width {
        width: 100%;
    }
}

.offers-grid {
    display: flex;
    gap: 64px;
    justify-content: space-between;
}

:root {
    --wrap: min(1200px, 92vw);
}

/* Helpers */
.container-fluid {
    width: 100%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

/* Hero */
#navbar-picturess.navbar-home {
    background-size: cover;
    background-position: center;
    min-height: 56svh;
    color: #fff;
}

/* Brand row */
#navbar-picturess .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 10px;
}

/* Toggle button (mobile only) */
#navbar-picturess .nav-toggle {
    display: none;
    font-size: 24px;
    color: #fff;
    background: none;
    border: 0;
    cursor: pointer;
}

/* Fluid hero copy */
.header-text-wrapper {
    text-align: center;
    padding: clamp(12px, 6vw, 80px) 12px;
}

.header_main_text {
    font-size: clamp(22px, 4.8vw, 44px);
    font-weight: 800;
    margin: 0 0 10px;
}

.header_secondary_text {
    font-size: clamp(14px, 2vw, 18px);
    max-width: 70ch;
    margin: 0 auto;
}

.yellow-line {
    height: 2px;
    width: min(520px, 50%);
    margin: 8px auto 0;
    background: linear-gradient(90deg, #ffd43b, transparent);
    border-radius: 2px
}

/* Mobile nav collapse */
@media (max-width: 992px) {
    #navbar-picturess .nav-toggle {
        display: block;
    }

    #navbar-picturess .nav-menu {
        display: none;
        position: absolute;
        right: -15px;
        top: 0px;
        background: rgba(0, 0, 0, .7);
        backdrop-filter: blur(6px);
        padding: 9px;
        border-radius: 10px;
        min-width: 220px;
        gap: 30px;
        list-style: none;
        flex-direction: column;
        z-index: 9;
        height: 124vh;

    }

    .des-width {
        width: 100%;
    }

    .header_secondary_text {
        text-align: center !important;
    }

    #navbar-picturess .nav-menu.open {
        display: flex;
        padding-top: 50px;
        padding-left: 27px;
    }

    #navbar-picturess .nav-menu a {
        color: #fff;
        text-decoration: none;
    }

    #navbar-picturess .navbar-brand img {
        width: 100% !important;
        height: auto;
    }
}

/* Keep linked image fluid */
.hero-image-link img {
    width: 100%;
    height: auto;
    display: block;
}

/* Make the hidden owl container not affect layout */
#bg-carousel.owl-carousel {
    width: 0;
    height: 0;
    overflow: hidden;
}

/* Section container spacing stays; just add fluid type */
#services .section-title {
    font-size: clamp(22px, 3.6vw, 32px);
}

#services>div>p {
    font-size: clamp(14px, 2vw, 16px);
}

/* Turn the inner flex row into a grid on all screens for graceful wrap */
#services>div>div[style*="display: flex"] {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: clamp(16px, 3vw, 24px);
    margin-top: 18px !important;
}

/* Each service column as a card */
#services>div>div[style*="display: flex"]>div {
    background: #fff;
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .06);
}

/* Head row inside each card */
#services>div>div[style*="display: flex"]>div>div[style*="display: flex"] {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

/* Icon and headings scale nicely */
#services span[style*="font-size: 32px"] {
    font-size: clamp(22px, 3.2vw, 32px) !important;
}

#services h3.section-title {
    font-size: clamp(16px, 2.2vw, 18px) !important;
    margin: 0 !important;
}

/* Body paragraphs */
#services p {
    margin-top: 10px !important;
    line-height: 1.5 !important;
    font-size: clamp(14px, 2vw, 16px);
}

/* Optional: reduce excessive fixed padding on small screens */
@media (max-width: 576px) {
    #services>div {
        padding: 10px 16px 28px 16px !important;
    }
}

/* Default (desktop remains as-is) */
.nav-toggle {
    display: none;
    font-size: 24px;
    color: #fff;
    background: none;
    border: 0;
    cursor: pointer;
    position: relative;
    z-index: 1001;
    /* above overlay */
}

.nav-toggle .icon-close {
    display: none;
}

/* Visibility utilities */
.hide-on-mobile {
    display: inline;
}

.show-on-mobile {
    display: none;
}

/* Mobile breakpoint */
@media (max-width: 992px) {
    .hide-on-mobile {
        display: none !important;
    }

    .show-on-mobile {
        display: flex !important;
    }

    /* Show the separate mobile list and style it as a centered CTA bar */
    .nav-mobile {
        display: flex;
        gap: 12px;
        justify-content: center;
        align-items: center;
        /* padding: 12px 16px; */
        margin: 0px auto 0;
        list-style: none;
        font-size: 14px;
    }

    .nav-mobile a {
        text-decoration: none;
        font-weight: 700;
        padding: 5px 14px;
        border-radius: 8px;
        font-size: 10px;
    }

    .nav-mobile .btn-login {
        color: #fff;
    }

    .nav-mobile .btn-register {
        color: #fff;
    }
}

/* Desktop/tablet: keep the separate mobile list hidden */
@media (min-width: 993px) {
    .nav-mobile {
        display: none !important;
    }
}


/* Mobile overlay menu */
@media (max-width: 992px) {
    .nav-toggle {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    /* Icon swap: ☰ when closed, × when open */
    .nav-toggle[data-state="closed"] .icon {
        display: inline;
    }

    .nav-toggle[data-state="closed"] .icon-close {
        display: none;
    }

    .nav-toggle[data-state="open"] .icon {
        display: none;
    }

    .nav-toggle[data-state="open"] .icon-close {
        display: inline;
    }


}