*:not(i) {
    margin: 0;
    padding: 0;
    font-family: "Tinos", serif;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

::-webkit-scrollbar {
    width: 8px; /* Scrollbar eni */
}

::-webkit-scrollbar-track {
    background: #f0f0f0; /* Arxa fon (istəyə uyğun dəyişə bilərsən) */
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #c04f51; /* İstədiyin qırmızı rəng */
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a94445; /* Hover effekti üçün bir az tünd variant */
}

body {
    /* background-color: #fcf3f3; */
}

section {
    scroll-margin-top: 100px;
    /* header hündürlüyünə uyğun dəyiş */
}

a {
    color: #000;
    text-decoration: none;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 40px;
}

h5 {
    font-size: 24px;
}

.text-color-primary {
    color: #c04f51;
}

ul,
ol {
    padding: 0;
}

p {
    margin: 0;
}

.sec_title {
    font-size: 36px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #EE2825;
    width: fit-content;
}

.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animation_images.one {
    -webkit-animation-duration: 3.2s;
    animation-duration: 3.2s;
}

.animation_images {
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: animateUpDown;
    animation-name: animateUpDown;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

button {
    border: none;
}

a,
button,
img,
input {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 1200px) {
    .container_fluid_150 {
        padding: 0 50px;
    }
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.animation_images.two {
    -webkit-animation-duration: 3.8s;
    animation-duration: 3.8s;
}

.section-space--pb_60 {
    padding-bottom: 60px;
}

.section-space--pt_100 {
    padding-top: 100px;
}

/* whatsapp */

/******STYLING WHATSAPP START**********/
.fixed-whatsapp {
    width: 50px;
    height: 50px;
    background: #25D366;
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    right: 20px;
    color: #fff;
    animation: 1s infinite wpAnim;
    box-shadow: 0 0 0 18px transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px
}

.fixed-whatsapp:hover a {
    color: #fff;
}

@keyframes wpAnim {
    0% {
        box-shadow: 0 0 0 0 #25D366;
    }
}

:root {
    --eye-accent: #002161;
    --eye-bg: #0f1726;
    --eye-card: rgba(255, 255, 255, .08);
    --eye-stroke: rgba(255, 255, 255, .16);
    --eye-text: #e9eef7;
    --eye-muted: #b9c3d6;
}

/* KONTEYNER və BACKDROP */
.eye-modal {
    position: fixed;
    inset: 0;
    display: none;
    /* gizli */
    z-index: 9999;
    color: var(--eye-text);

    /* mərkəzləşdirmə */
    justify-content: center;
    align-items: center;
}

.eye-modal.is-open {
    display: flex;
}

/* açıldıqda görünür */
.eye-modal[aria-hidden="true"] {
    display: none;
}

.eye-modal__backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(1200px 800px at 15% 15%, rgba(0, 33, 97, .25), transparent 60%),
        radial-gradient(1000px 700px at 85% 85%, rgba(0, 33, 97, .18), transparent 60%),
        rgba(6, 10, 18, .72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    transition: opacity .25s ease;
}

.eye-modal.is-open .eye-modal__backdrop {
    opacity: 1;
}

/* DİALOQ KARTI */
.eye-modal__dialog {
    position: relative;
    width: min(680px, 92vw);
    border-radius: 24px;
    padding: 22px 22px 16px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .12), rgb(0 0 0 / 6%)) padding-box, linear-gradient(140deg, rgba(255, 255, 255, .22), #000000) border-box;
    border: 1px solid transparent;
    box-shadow:
        0 30px 60px rgba(0, 0, 0, .35),
        inset 0 0 0 1px rgba(255, 255, 255, .08);
    backdrop-filter: blur(14px) saturate(120%);
    -webkit-backdrop-filter: blur(14px) saturate(120%);
    transform: scale(.98);
    opacity: 0;
    transition: transform .35s cubic-bezier(.2, .8, .2, 1), opacity .35s ease;
}

.eye-modal.is-open .eye-modal__dialog {
    transform: scale(1);
    opacity: 1;
}

/* BAĞLA DÜYMƏSİ (X) */
.eye-modal__close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: background .2s ease, transform .1s ease;
}

.eye-modal__close:hover {
    background: rgba(255, 255, 255, .16);
}

.eye-modal__close:active {
    transform: scale(.96);
}

.eye-modal__close span,
.eye-modal__close span::before {
    position: relative;
    width: 16px;
    height: 2px;
    background: var(--eye-text);
    display: block;
    transform: rotate(45deg);
    content: "";
}

.eye-modal__close span::before {
    content: "";
    position: absolute;
    inset: 0;
    transform: rotate(90deg);
}

/* HEADER */
.eye-modal__header {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 6px 6px 4px;
    border-bottom: 1px solid var(--eye-stroke);
}

.eye-modal__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background:
        radial-gradient(60% 60% at 30% 30%, rgba(255, 255, 255, .28), transparent 60%),
        linear-gradient(160deg, #bbbbbc, #bcbcbc);
    box-shadow: inset 0 0 0 1px #c04f51;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}

.eye-modal__titles h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .2px;
}

.eye-modal__titles p {
    margin: 4px 0 0;
    font-size: 14px;
    color: var(--eye-muted);
}

/* GÖVDƏ və ALT HİSSƏ */
.eye-modal__body {
    padding: 16px 6px 8px;
}

.eye-modal__foot {
    padding: 4px 6px 8px;
}

.eye-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.eye-badges span {
    font-size: 12px;
    color: var(--eye-muted);
    border: 1px dashed rgba(255, 255, 255, .22);
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .05);
}

/* FORM LAYOUT */
.eye-form {
    display: grid;
    gap: 14px;
}

.eye-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

@media (max-width:560px) {
    .eye-row {
        grid-template-columns: 1fr;
    }
}

.eye-field label {
    display: block;
    font-size: 12px;
    color: var(--eye-muted);
    margin-bottom: 6px;
    letter-spacing: .3px;
}

.eye-field input,
.eye-field textarea,
.eye-field select,
.eye-field option {
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .06));
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .12);
    color: #fff;
    border-radius: 14px;
    padding: 12px 14px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.eye-field input::placeholder,
.eye-field textarea::placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

.eye-field option {
    color: #000;
}

.eye-field input::placeholder,
.eye-field textarea::placeholder {
    color: #c9d3e8;
    opacity: .6;
}

.eye-field input:focus,
.eye-field textarea:focus {
    /* color-mix dəstəklənməzsə, tünd mavi qalacaq */
    border-color: color-mix(in srgb, var(--eye-accent) 70%, #ffffff 30%);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--eye-accent) 20%, transparent);
    background: linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .08));
}

/* GÖNDƏR DÜYMƏSİ */
.eye-btn {
    position: relative;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 48px;
    border-radius: 14px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .3px;
    background: linear-gradient(135deg, #bcbcbc, #000000);
    border: 1px solid rgba(255, 255, 255, .22);
    box-shadow: 0 10px 24px rgba(0, 33, 97, .35), inset 0 0 0 1px rgba(255, 255, 255, .12);
    cursor: pointer;
    transition: transform .12s ease, box-shadow .2s ease, filter .2s ease;
    overflow: hidden;
}

.eye-btn:hover {
    box-shadow: 0 14px 30px rgba(0, 33, 97, .45), inset 0 0 0 1px rgba(255, 255, 255, .16);
    filter: saturate(1.1);
}

.eye-btn:active {
    transform: translateY(1px);
}

.eye-btn__glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(180px 60px at 20% -20%, rgba(255, 255, 255, .35), transparent 60%),
        radial-gradient(200px 70px at 80% 120%, rgba(255, 255, 255, .22), transparent 60%);
    opacity: .9;
    mix-blend-mode: soft-light;
}

/* HƏRƏKƏT AZALDIĞINDA */
@media (prefers-reduced-motion: reduce) {

    .eye-modal__dialog,
    .eye-modal__backdrop,
    .eye-btn {
        transition: none !important;
    }
}

/* Modal styling */
.modal {
    display: none;
    position: fixed;
    z-index: 5555;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.modal-content:not(#exampleModal .modal-content) {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

#selected-options p {
    background: #eee;
    margin: 10px 0;
    padding: 10px;
}

#selected-options span {
    font-weight: bold;
}

.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

select:disabled~span .selection {
    opacity: .5;
}

/*****exampleModal START*****/
#exampleModal .modal-content {
    padding: 20px 0 0 0;
    max-width: 500px;
    margin: auto;
    background: #fff;
}

#exampleModal .modal-body {
    padding: 10px 40px 40px 40px;
}

#exampleModal .modal-title {
    font-size: 18px !important;
}

#exampleModal .modal-header {
    margin: 0 40px 10px 40px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-bottom: 1px solid #f1b055;
}

#exampleModal .modal-title {
    font-weight: 700;
    color: #000;
}

#exampleModal input.effect,
#exampleModal .custom-form select.effect {
    height: 50px;
}

#exampleModal .effect,
.projects-full-story__form .effect {
    width: 100%;
    border: 2px solid #e6ecf2;
    padding: 12px 20px;
    margin: 0 0 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

#exampleModal .modal-content .btn-close {
    display: block;
    height: 20px;
    opacity: 0.5;
    position: absolute;
    right: 50px;
    top: 34px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}

.modal-backdrop {
    opacity: 0.8 !important;
}

#exampleModal .btn-close:focus {
    box-shadow: none !important;
}

#exampleModal .submit-btn:hover {
    background-color: #f1a02f;
}

#exampleModal .submit-btn,
.projects-full-story__form .submit-btn {
    background-color: #fc0404;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 0 26px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}

/* header */

header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    transition: .5s all ease;
}

header.fixed {
    background-color: #e7e7e7;
    padding: 5px 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.header_right nav ul {
    display: flex;
}

.offcanvas-body ul {
    flex-direction: column;
}

.header_socials {
    margin-right: 12px;
}

.slider-socials {
    position: absolute;
    right: 8%;
    bottom: 8%;
    z-index: 5;
    width: fit-content;
    z-index: 10;
}

.slider-social i,
.slider-social svg {
    background-color: #eee;
    /* padding: 17px 18px; */
    font-size: 18px;
    color: #000;
    fill: #000;
    /* border-radius: 50%; */
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s all ease;
}

header.fixed .slider-social a:hover i {
    background: #c04f51;
    color: #fff;
}

.header__logo {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    /* padding: 14px 0; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

header .header__logo .fixedlogo,
header.fixed .nofixedlogo {
    display: none;
}

header.fixed .header__logo .fixedlogo {
    display: block;
}

.header_right {
    display: flex;
    align-items: center;
}

.header_right nav ul li {
    padding-inline: 12px;
    margin: 0;
}

.offcanvas-body nav ul li {
    padding: 0;
}

.ht-btn {
    background: #c04f51;
    border: 1px solid #c04f51;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 54px;
    height: 54px;
    padding: 0 36px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    border-radius: 5px;
    transform: translateY(0px);
}

header .ht-btn {
    background-color: #fff;
    color: #000;
}

header.fixed .ht-btn {
    background: #c04f51;
    border: 1px solid #c04f51;
    color: #fff;
}

.ht-btn:hover {
    background: #ffffff;
    color: #c04f51;
    transform: translateY(-3px);
}

.header_right nav ul li a {
    display: block;
    color: #000000;
    padding: 21px 2px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.18;
    -webkit-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.header_social_link {
    color: #fff;
    font-weight: 500;
    line-height: 1.18;
    display: block;
    padding-right: 12px;
}

header.fixed .header_social_link {
    color: #000;
}

.header_right nav ul li a {
    color: #ffffff;
}

.offcanvas-body nav ul li a {
    color: #000;
}

.header_right nav ul li a::after {
    position: absolute;
    content: "";
    top: 100%;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: .5s all ease;
    opacity: 0;
    visibility: hidden;
    left: 0;
}

header.fixed .header_right nav ul li a::after {
    background-color: #000;
}

.header_right nav ul li a:hover::after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

header.fixed .header_right nav ul li a {
    color: #000;
}

.threeline {
    padding: 1rem;
    margin-left: 15px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
}

header.fixed .threeline {
    border: 1px solid #000;
}

.threeline span {
    width: 15px;
    background-color: #000;
    height: 2px;
}

/* slider */

#slider {
    padding-bottom: 120px;
    height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(
                    135deg, 
                    rgba(192, 79, 81, 0.8) 0%,   /* əsas rəngin tünd versiyası */
                    rgba(255, 150, 150, 0.3) 50%, /* daha açıq, soft ton */
                    rgba(192, 79, 81, 0.6) 100%  /* əsas rəngin orta tonları */
                ),
                url('https://htmldemo.net/mitech/assets/images/hero/mitech-landing-main-slider-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section#slider::before {
    content: "";
    background: url(https://img.freepik.com/free-vector/flat-design-abstract-outline-background_23-2150616456.jpg) repeat;
    width: 300px;
    height: 300px;
    position: absolute;
    top: -56px;
    right: -49px;
    mix-blend-mode: multiply;
    border-radius: 50%;
    opacity: .4;
}

#slider h2 {
    font-size: 44px;
}

.preview-hero-text h6 {
    color: #d2a98e;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 16px;
    /*text-transform: uppercase;*/
}

.preview-hero-text .hero-button a:hover {
    border: 1px solid #fff;
    background-color: transparent;
    width: fit-content;
    color: #fff;
}

.hero-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
}

header .btn {
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    border: 1px solid transparent;
    padding: 0 36px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 54px;
    line-height: 54px;
    letter-spacing: 0em;
    color: #ffffff;
    background: #c04f51;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.btn--white {
    background-image: none;
    background-color: #ffffff;
    color: #000000;
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07);
}

.slider_btn {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.9rem 2rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: 0.05rem;
    font-weight: 700;
    font-size: 17px;
    border-radius: 500px;
    overflow: hidden;
    background: #fff;
    color: #fff;
}

.slider_btn span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
}

.slider_btn:hover span {
    color: #000;
}

.slider_btn::before,
.slider_btn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slider_btn::before {
    content: "";
    background: #bbbbbc;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.slider_btn:hover::before {
    transform: translate3d(100%, 0, 0);
}

.pe-img-01 {
    position: absolute;
    top: 1%;
    left: 35%;
}

.pe-img-02 {
    position: absolute;
    top: 12%;
    right: 6%;
}

.pe-img-03 {
    position: absolute;
    bottom: 10%;
    right: -10%;
}

.pe-img-04 {
    position: absolute;
    bottom: 0%;
    right: 8%;
}

/* advantages */

.advantages {
    background-color: #eee;
    padding: 50px 0;
    text-align: center;
}

.advantages .container h2 {
    text-transform: capitalize;
    font-size: 35px;
    margin: 0 auto 30px;
    font-weight: bold;
    width: fit-content;
}

.advantages .container .content {
    display: flex;
    gap: 20px;
}

@media (max-width: 767px) {
    .advantages .container .content {
        flex-direction: column;
    }
}

.advantages .container .box {
    width: calc((100% - 60px) / 4);
    padding: 25px;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    background-color: #fff;
}

@media (max-width: 767px) {
    .advantages .container .box {
        width: 100%;
    }
}

.advantages .container .box::before,
.advantages .container .box::after {
    content: "";
    position: absolute;
    transition: 1s;
    width: 2px;
    height: 0;
    background-color: crimson;
}

.advantages .container .box::before {
    left: 0;
    top: 0;
}

.advantages .container .box::after {
    right: 0;
    bottom: 0;
}

.advantages .container .box:hover:before,
.advantages .container .box:hover:after {
    height: 100%;
}

.advantages .container .box .number,
.advantages .container .box .notnumber{
    font-size: 45px;
    font-weight: bold;
    /* margin-bottom: 15px; */
    display: block;
}

.advantages .container .box .number~span {
    font-size: 45px;
    font-weight: bold;
}

.advantages .container .box .text {
    font-weight: bold;
    color: crimson;
    font-size: 20px;
    display: block;
    font-style: italic;
}


/* about */

.layouts-section-text {
    max-width: 90%;
    width: 100%;
    margin: auto;
}

.sider-title-button-box .ht-btn {
    margin-right: 15px;
}

.layouts-images img {
    animation-name: animateUpDown;
    animation-duration: 3.2s;
    animation-iteration-count: infinite;
}

.ht-btn.ht-btn-md {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 54px;
    height: 54px;
    display: inline-block;
    font-weight: 600;
}

/* work time */

/* ====== Premium Process Timeline ====== */
:root {
    --pe-blue: #c04f51;
    /* фирменный синий */
    --pe-blue-2: #a16364;
    /* акцент */
    --pe-text: #0d1b2a;
    --pe-muted: #732c2d;
    --pe-bg: #f5f9ff;
}

.process-elite {
    position: relative;
    padding: clamp(40px, 5vw, 80px) 20px;
    background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 50%, #e9f3ff 100%);
    overflow: hidden;
    font-family: Inter, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--pe-text);
}

.pe-container {
    max-width: 1180px;
    margin: 0 auto;
    position: relative
}

.pe-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    margin: 0 0 28px;
    letter-spacing: .3px;
}

/* основная линия */
.pe-line {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(130px + 12px);
    /* подстройка под кружки */
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 33, 97, .15), rgba(0, 33, 97, .25), rgba(0, 33, 97, .15));
    z-index: 0;
}

.pe-line.pe-linesec {
    bottom: calc(130px + 245px);
    top: unset;
}

/* шаги 1–5 */
.pe-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: clamp(16px, 2vw, 26px);
    margin-bottom: clamp(26px, 3vw, 38px);
}

.pe-step {
    position: relative;
    z-index: 1
}

.pe-step h3 {
    margin: 14px 0 6px;
    font-size: 16px;
    font-weight: 800;
    color: #112c4a;
}

.pe-step p {
    margin: 0;
    color: var(--pe-muted);
    font-size: 14px;
    line-height: 1.5;
}

/* маркеры */
.pe-badge {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 0 6px;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: .02em;
    color: #fff;
    background:
        radial-gradient(120px 60px at 50% 15%, rgba(255, 255, 255, .4), rgba(255, 255, 255, 0) 60%),
        linear-gradient(160deg, #c04f51, #c04f51 55%, #c04f51 100%);
    border: 2px solid rgba(255, 255, 255, .5);
    box-shadow: 0 10px 26px rgba(0, 33, 97, .18), inset 0 2px 8px rgba(255, 255, 255, .35);
}

/* большой CTA-этап */
.pe-cta {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: clamp(16px, 2.5vw, 24px);
    align-items: center;
    padding: clamp(18px, 2.5vw, 24px);
    background:
        radial-gradient(900px 300px at 50% 0%, rgba(255, 255, 255, .25), rgba(255, 255, 255, 0) 60%),
        linear-gradient(150deg, var(--pe-blue) 0%, #c04f51 45%, #c04f51 100%);
    border-radius: 22px;
    color: #e9f3ff;
    box-shadow: 0 18px 50px rgba(0, 26, 96, .25), inset 0 1px 0 rgba(255, 255, 255, .2);
    overflow: hidden;
}

.pe-cta::after {
    /* легкий блик */
    content: "";
    position: absolute;
    inset: -50% -60%;
    background: conic-gradient(from 210deg at 50% 50%, rgba(255, 255, 255, .24), rgba(255, 255, 255, 0) 32% 70%, rgba(255, 255, 255, .28));
    filter: blur(44px);
    opacity: .35;
    pointer-events: none;
}

.pe-cta-badge {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 900;
    font-size: 26px;
    color: var(--pe-blue);
    background: linear-gradient(180deg, #ffffff, #eaf5ff);
    border: 1px solid rgba(255, 255, 255, .85);
    box-shadow: 0 14px 28px rgba(0, 26, 96, .35), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.pe-cta-content h3 {
    margin: 0 0 6px;
    font-size: clamp(18px, 2.6vw, 28px);
    font-weight: 800;
    letter-spacing: .2px;
    color: #ffffff;
}

.pe-cta-content p {
    margin: 0 0 12px;
    color: #d6e9ff;
    font-size: 15px;
}

.pe-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 14px;
    text-decoration: none;
    color: #032b6a;
    font-weight: 800;
    background: linear-gradient(180deg, #ffffff, #eaf5ff);
    box-shadow: 0 10px 24px rgba(0, 26, 96, .35), inset 0 1px 0 rgba(255, 255, 255, .9);
    transition: transform .2s ease, box-shadow .3s ease;
}

.pe-btn span {
    font-weight: 900;
    transition: transform .25s ease
}

.pe-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(0, 26, 96, .42), inset 0 1px 0 rgba(255, 255, 255, 1);
}

.pe-btn:hover span {
    transform: translateX(4px)
}

.pe-cta-brand {
    justify-self: end;
    text-align: center;
}

.pe-cta-brand img {
    max-width: 150px;
    height: auto;
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, .25));
}

.pe-cta-sub {
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: .22em;
    text-transform: uppercase;
    opacity: .85
}

/* ====== Responsive ====== */
@media (max-width: 1100px) {
    .pe-steps {
        grid-template-columns: repeat(3, 1fr);
    }

    .pe-line {
        top: calc(130px + 12px);
    }

    /* останется под маркерами */
}

@media (max-width: 760px) {
    .pe-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .pe-badge {
        width: 86px;
        height: 86px;
        font-size: 20px;
    }

    .pe-cta {
        grid-template-columns: 1fr;
    }

    .pe-cta-brand {
        grid-column: 1 / -1;
        justify-self: start;
        margin-top: 8px;
    }

    .pe-cta-brand img {
        max-width: 180px;
    }
}

@media (max-width: 520px) {
    .pe-steps {
        grid-template-columns: 1fr;
    }

    .pe-line {
        display: none;
    }

    /* на узких отключаем линию */
}

/* services */

.services {
    background-color: #eee;
    padding: 3rem 0;
}

.main-services {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.main-services a {
    position: relative;
    background: linear-gradient(to bottom, #c04f51 0%, #c04f51 100%);
    display: block;
    height: 140px;
    box-shadow: 0 25px 25px 0 rgba(0, 0, 0, 0.1), 0 40px 77px 0 rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 20px;
    transition: .3s;
    overflow: hidden;
}

.main-services a::after {
    content: "";
    display: block;
    width: 73px;
    height: 73px;
    background: #eee;
    position: absolute;
    top: 0;
    right: 0;
    -moz-border-radius: 0 0 0 90%;
    -webkit-border-radius: 0 0 0 90%;
    -khtml-border-radius: 0 0 0 90%;
    border-radius: 0 0 0 90%;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.main-services a:hover {
    transform: translateY(-10px)
}

.main-services a:hover::after {
    right: -20%;
    top: -20%;
}

.main-services .dropdown-item img {
    filter: invert(1);
}

.main-services .dropdown-item strong {
    white-space: break-spaces;
    font-size: 16px;
    max-width: 79%;
    display: inline-block;
}

.services_desc {
    font-size: 14px;
    white-space: break-spaces;
}

/* members */

    #members {
        padding: 3rem 0;
    }

    .manage-img img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    
    .manage-content h2 {
        color: #383838;
        font-size: 19px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
        margin-bottom: 16px;
    }
    
    .manage-content p {
        color: #888888;
        padding-bottom: 16px;
        font-size: 20px;
        border-bottom: 1px solid #cecece;
        line-height: 1.4;
    }
    
    .manage-content a {
        padding-top: 16px;
        display: inline-block;
        color: #333333;
    }
    
     .muellim-card {
    width: 100%;
    height: 280px;
    background: white;
    border-radius: 32px;
    padding: 3px;
    position: relative;
    box-shadow: #604b4a30 0px 70px 30px -50px;
    transition: all 0.5s ease-in-out;
  }
  
  .muellim-card .mail {
    position: absolute;
    right: 2rem;
    top: 1.4rem;
    background: transparent;
    border: none;
  }
  
  .muellim-card .mail svg {
    stroke: #c04f51;
    stroke-width: 3px;
  }
  
  .muellim-card .mail svg:hover {
    stroke: #f55d56;
  }
  
  .muellim-card .profile-pic {
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
    border-radius: 29px;
    z-index: 1;
    border: 0px solid #c04f51;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0.2s, z-index 0.5s ease-in-out 0.2s;
  }
  
  .muellim-card .profile-pic img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out 0s;
  }
  
  .muellim-card .profile-pic svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0px 0px;
    object-position: 0px 0px;
    transform-origin: 45% 20%;
    transition: all 0.5s ease-in-out 0s;
  }
  
  .muellim-card .bottom {
    position: absolute;
    bottom: 3px;
    left: 3px;
    right: 3px;
    background: #000;
    top: 80%;
    border-radius: 29px;
    z-index: 2;
    box-shadow: rgba(96, 75, 74, 0.1882352941) 0px 5px 5px 0px inset;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  
  .muellim-card .bottom .content {
    position: absolute;
    bottom: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 160px;
  }
  
  .muellim-card .bottom .content .name {
    display: block;
    font-size: 1.2rem;
    color: white;
    font-weight: bold;
  }
  
  .muellim-card .bottom .content .about-me {
    display: block;
    font-size: 0.9rem;
    color: white;
    margin-top: 1rem;
  }
  
  .muellim-card .bottom .bottom-bottom {
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 1.5rem;
    right: 1.5rem;
    display: flex;
    align-items: center;
    transition: .5s all ease;
    justify-content: space-between;
  }
  
  .muellim-card:hover .bottom-bottom {
      opacity: 0;
      visibility: hidden;
  }
  
  .muellim-card .bottom .bottom-bottom .social-links-container {
    display: flex;
    gap: 1rem;
  }
  
  .social-links-container p {
      margin-bottom: 1rem;
  }
  
  .muellim-card .bottom .bottom-bottom .social-links-container svg {
    height: 20px;
    fill: white;
    filter: drop-shadow(0 5px 5px rgba(165, 132, 130, 0.1333333333));
  }
  
  .muellim-card .bottom .bottom-bottom .social-links-container svg:hover {
    fill: #f55d56;
    transform: scale(1.2);
  }
  
  .muellim-card .bottom .bottom-bottom .button {
    background: white;
    color: #c04f51;
    border: none;
    border-radius: 20px;
    font-size: 0.6rem;
    padding: 0.4rem 0.6rem;
    box-shadow: rgba(165, 132, 130, 0.1333333333) 0px 5px 5px 0px;
  }
  
  .muellim-card .bottom .bottom-bottom .button:hover {
    background: #f55d56;
    color: white;
  }
  
  .muellim-card:hover {
    border-top-left-radius: 55px;
  }
  
  .muellim-card:hover .bottom {
    top: 20%;
    border-radius: 80px 29px 29px 29px;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  }
  
  .muellim-card:hover .profile-pic {
    width: 100px;
    height: 100px;
    aspect-ratio: 1;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    z-index: 3;
    border: 7px solid #c04f51;
    box-shadow: rgba(96, 75, 74, 0.1882352941) 0px 5px 5px 0px;
    transition: all 0.5s ease-in-out, z-index 0.5s ease-in-out 0.1s;
  }
  
  
  
  .muellim-card:hover .profile-pic:hover {
    transform: scale(1.3);
    border-radius: 0px;
  }
  
  .muellim-card:hover .profile-pic img {
    /*transform: scale(2.5);*/
    /*-o-object-position: 0px 25px;*/
    /*object-position: 0px 25px;*/
    transition: all 0.5s ease-in-out 0.5s;
  }
  
  .muellim-card:hover .profile-pic svg {
    transform: scale(2.5);
    transition: all 0.5s ease-in-out 0.5s;
  }
    
/* find us */

#findus {
    background: url(/img/ce97c5b6318d8495f8ca.jpg) no-repeat center center fixed;
    background-size: cover;
    min-height: 55vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 3rem 1rem;
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* Tünd şəffaf overlay əlavə edirik ki, mətn oxunaqlı olsun */
#findus::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    /* 50% qara örtük */
    z-index: 0;
}

/* Bölmə məzmununu overlay üstündə göstərmək üçün */
#findus>* {
    position: relative;
    z-index: 1;
}

/* Başlıq üçün stil */
#findus h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

/* Paraqraf üçün stil */
#findus p {
    max-width: 600px;
    font-size: 1.125rem;
    margin-bottom: 2rem;
    line-height: 1.6;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

/* Düymə üçün */
#findus .hero-button {
    background-color: #c04f51;
    color: #fff;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.4);
}

/* Düymə hover effekti */
#findus .hero-button:hover,
#findus .hero-button:focus {
    background-color: #c04f51;
    box-shadow: 0 6px 20px rgba(230, 85, 0, 0.6);
    outline: none;
    cursor: pointer;
}

/* Responsivlik: kiçik ekranlar üçün */
@media (max-width: 480px) {
    #findus h2 {
        font-size: 1.8rem;
    }

    #findus p {
        font-size: 1rem;
        max-width: 90%;
    }

    #findus .hero-button {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }
}


/* partnyorlar */

#partners {
    padding: 3rem 0;
}

.section-11-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-self: flex-start;
    gap: 20px;
}

.section-11-cards button {
    background-color: #fafbfd;
    border: none;
    border-radius: 4px;
    margin: 10px 0 10px 0;
    width: 15%;
    min-width: 150px;
    padding: 44px;
    overflow: hidden;
    position: relative;
}

.mouse-cursor-gradient-tracking::before {
    --size: 0;
    content: '';
    position: absolute;
    z-index: 1;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side, #dbdbe2, transparent);
    transform: translate(-50%, -50%);
    transition: width 0.4s, height 0.4s;
}

.section-11-cards button img {
    width: 65%;
    z-index: 2;
    position: absolute;
    height: 100%;
    transition: .4s;
    inset: 0;
    object-fit: contain;
    margin: 0 auto;
}

.mouse-cursor-gradient-tracking:hover::before {
    --size: 1000px;
}

.section-11-cards button:hover img {
    transform: scale(0.9) translateZ(0);
}

/* call-to-action */

#call-to-action {
    padding: 36px 0;
    background-color: #eee;
}

#call-to-action .content_area {
    background-color: #000;
    border-radius: 30px;
    padding: 60px 80px;
}

#call-to-action .call_to_action_content h3 {
    font-size: 32px;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px;
}

#call-to-action .call_to_action_content h3 img {
    width: 50px;
    height: 50px;
}

#call-to-action .forms_area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px;
}

#call-to-action .forms_area .forms_textarea {
    position: relative;
    width: 100%;
    padding: 0 10px;
}

#call-to-action .forms_textarea textarea {
    border: 1px solid #181818;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-height: 200px;
    resize: vertical;
}

#call-to-action .forms_textarea textarea,
.forms_input input {
    display: block;
    min-height: 56px;
    padding: 17px 18px;
    color: #fff;
    opacity: .6;
    font-size: 14px;
    line-height: 20px;
    background-color: #2c2c2c;
    outline: 0;
    width: 100%;
    font-family: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.call_label {
    position: absolute;
    top: 20px;
    left: 25px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    opacity: .5;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    pointer-events: none;
}

#call-to-action .forms_textarea textarea:focus+.call_label,
#call-to-action .forms_textarea textarea:valid+.call_label {
    position: absolute;
    top: 5px;
    font-size: 13px;
    width: 100%;
}

#call-to-action .forms_input input:focus+.call_label,
#call-to-action .forms_input input:valid+.call_label {
    position: absolute;
    top: 5px;
    font-size: 13px;
    width: 100%;
}

.forms_input {
    flex: 0 0 50%;
    position: relative;
    padding: 0 10px;
    width: 50%;
}

.forms_input input {
    border: 1px solid #181818;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.forms_btn {
    flex: 0 0 50%;
}

.forms_btn button {
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    background: linear-gradient(to bottom, #ffffffc4 0%, #ffffff 100%);
    color: #000;
    padding: .8em 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    transition: .3s;
}

.forms_btn button .svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2);
    margin-right: .5em;
    transition: .3s;
}

.forms_btn button svg {
    width: 18px;
    height: 18px;
    fill: white;
    transition: .3s;
}

.forms_btn button span {
    display: block;
    transition: .3s;
}

.forms_btn button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, .3);
}

.forms_btn button:hover .svg-wrapper {
    background-color: rgba(255, 255, 255, .5);
}

.forms_btn button:hover svg {
    transform: rotate(45deg);
}


/* footer */

#footer {
    background-color: #363636;
    padding: 50px 0;
}

.footer_phone-wrap h4 {
    margin-bottom: 20px;
    opacity: .5;
    font-size: 24px;
    color: #eee;
}

.footer_phone-wrap a,
.footer_phone-wrap span {
    transition: .3s;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    line-height: 1.4;
}

.apply_for_footer {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.footer-head .apply_for_footer button {
    display: flex;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.footer-head .apply_for_footer button div {
    padding: 20px 40px;
    font-size: 15px;
    display: block;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    transition: color .3s;
    position: relative;
    z-index: 7;
}

.apply_for_footer button div::before {
    border-radius: inherit;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    border: 2px solid #f7f7f7;
}

.apply_for_footer button div::before,
.footer-head .apply_for_footer button div::after {
    content: '';
    z-index: -1;
    pointer-events: none;
    transition: transform .5s, opacity .3s, -webkit-transform .3s;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}

.footer-head .apply_for_footer button div::after {
    border-radius: inherit;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    opacity: 0;
}

.apply_for_footer button div::before,
.footer-head .apply_for_footer button div::after {
    content: '';
    z-index: -1;
    pointer-events: none;
    transition: transform .5s, opacity .3s, -webkit-transform .3s;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}

.footer-head .apply_for_footer button div:hover {
    color: #212529;
}

.footer-head .apply_for_footer button div:hover::before {
    transform: scale(1.2);
    opacity: 0;
    border: 2px solid #fff;
}

.footer-head .apply_for_footer button div:hover::after {
    background: #eee;
    opacity: 1;
    transition: .5s;
}

.all-navigate_btn,
.footer-head .footer-menu .footer_menu-list {
    display: flex;
}

.footer-head .footer-menu .footer_menu-list {
    padding: 4px 0;
    flex-wrap: wrap;
    font-size: 13px;
    text-transform: uppercase;
    margin: 3.5rem 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-siteby a:hover {
    border-color: transparent;
}

.footer_nav-item a {
    position: relative;
    color: #fff;
    display: block;
    white-space: nowrap;
    font-weight: 700;
}

.footer_nav-item a::before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    max-width: 0;
    border-bottom: 2px solid #f76a51;
    color: #f76a51;
    content: attr(data-hover);
    -webkit-transition: max-width .5s;
    -moz-transition: max-width .5s;
    transition: max-width .5s;
    text-shadow: 0 0 #2c2c2c;
}

.footer_nav-item a:hover:before {
    max-width: 100%;
}

.footer_bottom .row {
    align-items: center;
    row-gap: 20px;
}

#footer .footer_bottom {
    display: flex;
    flex-wrap: wrap;
    /*padding: 20px 0 40px;*/
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.footer-logo a img,
.header_left a img {
    width: 100px;
    height: auto;
}

.footer-siteby a img {
    width: 100px;
    height: auto;
}

.footer-copyright {
    padding-right: 5px;
    color: #fff;
}

.footer-copyright,
.footer-siteby {
    -webkit-font-smoothing: antialiased;
}

.footer-siteby {
    color: #fff;
    display: flex;
}

.footer-siteby a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: .3s;
}

.footer-social-media {
    display: flex;
    gap: 24px;
    justify-content: flex-end;
}

.footer-social-media a {
    color: #fff;
    font-size: 18px;
    position: relative;
    display: block;
}

.footer-icon img {
    width: 21px;
    height: 21px;
}

.footer-icon .colored-icon {
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left center;
    height: 21px;
    transition: .3s;
}

.footer-icon a:hover .colored-icon {
    transform: scaleX(1);
}

@keyframes animateUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@media (max-width: 991px) {
    
    .eye-modal__foot {
        display: none;
    }
    
    .eye-form {
        gap: 6px;
    }
    
    .eye-field input, .eye-field textarea, .eye-field select, .eye-field option {
        padding: 6px;
    }
    
    .eye-modal__titles p {
        font-size: 9.5px;
    }
    
    .eye-modal__close span, .eye-modal__close span::before {
        width: 10px;
    }
    
    .eye-modal__close {
        width: 20px;
        height: 20px;
    }
    
    .sec_title {
        font-size: 22px;
    }
    
    #call-to-action .content_area {
        padding: 15px;
    }

    #call-to-action .call_to_action_content h3 {
        flex-direction: column;
        font-size: 22px;
    }

    #call-to-action .forms_area {
        flex-direction: column;
    }

    .forms_input {
        width: 100%;
    }

    .main-services {
        grid-template-columns: 1fr;
    }

    .section-11-cards button {
        width: 100%;
    }

    #slider {
        height: auto;
        padding: 20px 0;
    }

    #slider .img-fluid {
        max-width: 100%;
        height: auto;
        opacity: .6;
        filter: grayscale(1);
    }

    #slider h2,
    #slider a {
        position: relative;
        z-index: 2;
    }

    header {
        position: sticky;
        padding: 5px 0;
    }

    .nofixedlogo {
        display: none;
    }

    header .header__logo .fixedlogo {
        display: block;
        width: 55px;
    }

    .apply_for_footer {
        justify-content: center;
    }

    .footer-logo {
        text-align: center;
    }

    .footer_bottom .row,
    .footer-siteby,
    .footer-social {
        justify-content: center !important;
        text-align: center;
    }
}