/*

Ramayana CSS Template

https://templatemo.com/tm-529-ramayana

*/


@import url(fontawesome.css);
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");

body {
    font-family: Dm sans-serif, sans-serif;
}

/* Basic */

input,
select,
textarea {
    outline: none;
}

a:hover {
    color: #FC3;
    text-decoration: none;
}

p {
    font-size: 14px;
    line-height: 25px;
    color: #7a7a7a;
    letter-spacing: 0.2px;
}

h4 {
    font-size: 19px;
    font-weight: 700;
    color: #31323a;
    letter-spacing: 0.25px;
}

img {
    width: 100%;
    overflow: hidden;
}

.primary-button a,
button {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    display: inline-block;
    padding: 8px 20px;
    color: #535ba0;
    border: 2px solid #535ba0;
    transition: all 0.5s;
}

.primary-button a:hover,
button:hover {
    color: #fff;
    background-color: rgba(83, 91, 160, 1);
}

section#search {
    border-bottom: none;
    padding-bottom: 0px;
}

section {
    border-bottom: 3px solid #eee;
    padding-bottom: 100px;
}

/* Wrapper */

#wrapper {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    min-height: 100vh;
}


/* Main */

#main {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%;
}

#main>.inner {
    padding: 100px;
}

/* Banner */
.main-banner .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.main-banner .banner-content {
    background-image: url(../images/zdjecietło5.jpg);
    /* Twój nowy obraz */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/* Gradient na tło */
.main-banner .banner-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    z-index: 1;
}

.main-banner .banner-content .banner-caption {
    max-width: 450px;
    background-color: rgba(255, 255, 255, 0.7);
    /* rozjaśnione tło */
    margin: 50px;
    padding: 80px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 2;
    animation: fadeInUp 1s ease-out;
}

.main-banner .banner-content .banner-caption h4 {
    font-size: 38px;
    font-weight: 700;
    color: #31323a;
    letter-spacing: 0.25px;
    margin: 0px;
}

.main-banner .banner-content .banner-caption em {
    font-style: normal;
    color: #535ba0;
}

.main-banner .banner-content .banner-caption span {
    font-size: 17px;
    color: #000000;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-banner .banner-content .banner-caption p {
    margin-bottom: 30px;
}

/* Styl przycisku */
.main-banner .banner-content .banner-caption a {
    display: inline-block;
    background-color: #3655b3;
    color: #fff;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 8px;
    transition: 0.3s;
    border: none;
}

.main-banner .banner-content .banner-caption a:hover {
    background-color: #1d3a8a;
}

/* Animacja wejścia */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 576px) {
    .main-banner .banner-content .banner-caption {
        padding: 30px 20px;
    }

    .main-banner .banner-content .banner-caption h4 {
        font-size: 24px;
    }

    .main-banner .banner-content .banner-caption span {
        font-size: 14px;
    }

    .main-banner .banner-content .banner-caption a {
        width: 100%;
        display: block;
    }
}

.logo {
    max-width: 100%;
    display: flex;
    align-items: center;
}

.logo-img {
    height: 200px;
    /* Dopasuj według potrzeb */
    width: auto;
    position: absolute;
    top: -40px;
    /* Dostosuj odstęp od góry */
    left: -20px;
    /* Dostosuj odstęp od prawej */
    filter: invert(100%) sepia(100%) saturate(0%) brightness(200%);
    transition: all 0.3s ease-in-out;
}

.logo-img:hover {
    transform: scale(1.1);
}


/* Dla tabletów (ekran < 1024px) */
@media screen and (max-width: 1100px) {
    .logo img {
        width: 0px;
        /* Zmniejszamy logo */
    }
}

/* Dla małych ekranów (ekran < 768px) */
@media screen and (max-width: 768px) {
    .logo img {
        width: 0px;
        /* Jeszcze mniejsze logo */
    }
}

/* Dla bardzo małych ekranów (np. telefony < 480px) */
@media screen and (max-width: 480px) {
    .logo img {
        width: 0px;
        /* Minimalny rozmiar logo */
    }
}

/*moje*/
/* Kontener nagłówka */
#header {
    background: linear-gradient(90deg, #5e5cc4, #8f88e8);
    /* gradient */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: sticky;
    top: 0;
    z-index: 999;
}

/* Styl dla nawigacji */
.nav-menu {
    list-style: none;
    display: flex;
    height: -30px;
    gap: 40px;
    /* Większy odstęp między linkami */
    margin-right: 310px;
    /* Odsunięcie od prawej strony */
    white-space: nowrap;
    /* Zabezpieczenie przed zawijaniem tekstu */

}

/* Styl dla linków */
.nav-menu li {
    display: inline-block;
}

.nav-menu a {
    color: white;
    /* Kolor tekstu */
    text-decoration: none;
    font-weight: bold;
    font-size: 23px;
    padding: 10px 20px;
    /* Większy padding dla lepszego wyglądu */
    display: inline-block;

}

/* Zmiana koloru po najechaniu */
.nav-menu a:hover {
    color: #ffcc00;
    /* Zmiana koloru na żółty */
    border-bottom: 3px solid #ffeb3b;

}

.social-icons {
    position: absolute;
    top: 35px;
    right: 50px;
    z-index: 1000;
}

.fb-icon {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    transition: transform 0.2s ease;
}

.fb-icon:hover {
    transform: scale(1.1);
}



/* 📱 Mobile styles */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
        font-size: 30px;
        color: white;
        padding: 10px 20px;
        cursor: pointer;
    }

    .main-nav {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        flex-direction: column;
        background: #5e5cc4;
        padding: 40px 20px 30px 20px;
        gap: 25px;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }

    .main-nav.show {
        display: flex;
    }

    .nav-menu {
        flex-direction: column;
        padding: 0;
        margin: 0;
        gap: 10px;
    }

    .nav-menu li {
        margin: 10px 0;
    }

    .nav-menu a {
        display: block;
        color: white;
        font-size: 18px;
        padding: 12px;
    }

    .nav-menu a:hover {
        background-color: #3c3c8e;
        color: #ffcc00;
    }

    .social-icons {
        top: 420px;
        right: 270px;
    }


    .fb-icon {
        width: 28px;
        height: 28px;
    }
}

/* Dla tabletów  */
@media screen and (max-width: 1100px) {
.nav-menu {
        list-style: none;
        display: flex;
        height: -30px;
        gap: 30px;
        /* Większy odstęp między linkami */
        margin-right: 350px;
        /* Odsunięcie od prawej strony */
        white-space: nowrap;
        /* Zabezpieczenie przed zawijaniem tekstu */

    }

    /* Styl dla linków */
    .nav-menu li {
        display: inline-block;
    }

    .nav-menu a {
        color: white;
        /* Kolor tekstu */
        text-decoration: none;
        font-weight: bold;
        font-size: 19px;
        padding: 10px 20px;
        /* Większy padding dla lepszego wyglądu */
        display: inline-block;

    }

    /* Zmiana koloru po najechaniu */
    .nav-menu a:hover {
        color: #ffcc00;
        /* Zmiana koloru na żółty */
        border-bottom: 3px solid #ffeb3b;

    }
    .fb-icon {
        width: 0px;
        /* Zmniejszamy logo */
    }
}

/*moje*/

/*baner pod fiolteowym menu*/
.banner-caption {
    text-align: center;
    /* Wyśrodkowanie tekstu */
    max-width: 600px;
    /* Ograniczenie szerokości, by wyglądało lepiej */
    margin: 0 auto;
    /* Wyśrodkowanie w poziomie */
}

.banner-caption h4 {
    font-size: 24px;
    /* Powiększenie nagłówka */
    margin-bottom: 10px;
    /* Dystans między nagłówkiem a tekstem */
}

.banner-caption span {
    font-size: 18px;
    /* Ustawienie rozmiaru tekstu */
    line-height: 1.5;
    /* Lepsza czytelność */
    display: block;
    /* Zapewnienie odpowiedniego odstępu */
}


/* Services */

.services {
    margin-top: 100px;
}

.services *,
.services *::before,
.services *::after {
    box-sizing: border-box;
}

.services .container-fluid {
    padding-left: 13px;
    padding-right: 13px;
}

.services .row {
    display: flex;
    flex-wrap: wrap;
    gap: 3px; /* kontroluje przerwę między kafelkami */
    margin: 0; /* usuwa niepotrzebne marginesy */
}

.services .col-md-4 {
    flex: 0 0 calc(33.333% - 2px); /* dokładne 3 kolumny z gapem */
    max-width: calc(33.333% - 2px);
    display: flex;
    padding: 0; /* usunięcie paddingu wewnątrz kolumny */
}

.services .service-item {
    flex: 1;
    width: 100%;
    background-color: #eaebef;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    transition: all 0.5s;
}

.services .service-item .icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.services .first-item .icon {
    background-image: url(../images/icon_01.png);
}
.services .first-item:hover .icon {
    background-image: url(../images/icon_hover_01.png);
}

.services .second-item .icon {
    background-image: url(../images/icon_02.png);
}
.services .second-item:hover .icon {
    background-image: url(../images/icon_hover_02.png);
}

.services .third-item .icon {
    background-image: url(../images/icon_03.png);
}
.services .third-item:hover .icon {
    background-image: url(../images/icon_hover_03.png);
}

.services .fourth-item .icon {
    background-image: url(../images/icon_04.png);
}
.services .fourth-item:hover .icon {
    background-image: url(../images/icon_hover_04.png);
}

.services .fivth-item .icon {
    background-image: url(../images/icon_05.png);
}
.services .fivth-item:hover .icon {
    background-image: url(../images/icon_hover_05.png);
}

.services .sixth-item .icon {
    background-image: url(../images/icon_06.png);
}
.services .sixth-item:hover .icon {
    background-image: url(../images/icon_hover_06.png);
}

.services .service-item h4 {
    margin-bottom: 20px;
    transition: all 0.5s;
}

.services .service-item p {
    margin-bottom: 0px;
    transition: all 0.5s;
}

.services .service-item:hover {
    background-color: #535ba0;
}

.services .service-item:hover h4,
.services .service-item:hover p {
    color: #fff;
}

@media (max-width: 768px) {
    .services .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .services .row {
        gap: 10px; /* większa przerwa między kafelkami na telefonie, opcjonalnie */
    }

    .services .service-item {
        padding: 30px; /* mniejsze paddingi na telefonie, opcjonalnie */
    }
}

/* Top Image */

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

.top-image .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.top-image h4 {
    margin: 30px 0px 20px 0px;
}

.top-image .primary-button {
    margin-top: 30px;
}

/* Kontak */
.container2 {
    display: flex;
    justify-content: space-between;
    /* Równomierne rozmieszczenie */
    align-items: center;
    width: 90%;
    /* Dopasowanie szerokości kontenera */
    margin: 0 auto;
    /* Centrowanie */
}

/* Lewa kolumna */
.column-left {
    width: 30%;
    position: relative;
    left: -20px;
    /* Przesuwa w lewo (zmień wartość, jeśli potrzebujesz więcej/mniej) */

}


/* Prawa kolumna */
.column-right {
    width: 30%;
    position: relative;
    right: -20px;
    /* Przesuwa w prawo */
}

.kontakt-box {
    text-align: center;

    border-radius: 10px;
}

.kontakt-box p {
    margin: 10px 0;
}

@media (max-width: 768px) {
    .container2 {
        flex-direction: column;
        align-items: center;
    }

    .column-left,
    .column-right {
        width: 100%;
        position: static;
        /* Usuwa przesunięcia */
        margin-bottom: 20px;
        text-align: center;
    }
}

/* Stylizacja loga fb */
.logofb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    /* Szerokość dopasowana do kolumn */
    position: relative;

}

.logofb img {
    max-width: 80px;
    /* Dostosowanie wielkości loga */
    height: auto;
}

@media (max-width: 768px) {
    .logofb {
        display: none;
    }
}






/* Page Heading */

.page-heading .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.page-heading h1 {
    margin-top: 0px;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.page-heading p {
    font-size: 15px;
    color: #4a4a4a;
}

/* Section Heading */

.section-heading .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.section-heading h2 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 50px;
}

/* Sidebar */

#sidebar {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -moz-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
    -webkit-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
    -ms-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
    transition: margin-left 0.5s ease, box-shadow 0.5s ease;
    background-color: #24252d;
    position: relative;
    width: 420px;
}

#sidebar>.inner {
    position: relative;
    width: 420px;
    padding: 0px 50px;
}

#sidebar>.inner>#search {
    background-color: #2d2e39;
    height: 100px;
    width: 420px;
    display: inline-block;
    margin-left: -50px;
}

#sidebar>.inner>#search input {
    width: 100%;
    height: 100px;
    background-color: transparent;
    border: none;
    padding: 0px 50px;
    color: #fff;
}

#search form:before {
    font-family: 'FontAwesome';
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    color: #fff;
    content: '\f002';
    cursor: default;
    display: block;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 35px;
    font-size: 18px;
}

#sidebar .toggle {
    text-decoration: none;
    -moz-transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
    transition: left 0.5s ease;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: 0;
    display: block;
    color: #fff;
    height: 100px;
    left: 420px;
    line-height: 100px;
    outline: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-indent: 100px;
    top: 0;
    width: 100px;
    z-index: 10000;
}

#sidebar .toggle:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

#sidebar .toggle:before {
    content: '\f0c9';
    font-size: 2rem;
    height: inherit;
    left: 0;
    line-height: inherit;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: inherit;
}

#sidebar.inactive {
    margin-left: -420px;
}

@media screen and (max-width: 1680px) {
    #sidebar {
        width: 380px;
    }

    #sidebar>.inner {
        padding: 0px 30px;
        width: 380px;
    }

    #sidebar .toggle {
        height: 100px;
        left: 380px;
        line-height: 100px;
    }

    #sidebar .toggle:before {
        font-size: 24px;
    }

    #sidebar.inactive {
        margin-left: -380px;
    }

    #sidebar>.inner>#search {
        width: 380px;
        margin-left: -30px;
    }

    #menu {
        margin-top: 30px;
    }

    .featured-posts {
        margin-left: -30px !important;
        margin-right: -30px !important;
        padding: 30px !important;
    }
}

@media screen and (max-width: 1280px) {
    #sidebar {
        box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.175);
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        z-index: 10000;
    }

    #sidebar.inactive {
        box-shadow: none;
    }

    #sidebar>.inner {
        -webkit-overflow-scrolling: touch;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        top: 0;
    }

    #sidebar>.inner:after {
        content: '';
        display: block;
        height: 4em;
        width: 100%;
    }

    #sidebar .toggle {
        width: 6em;
    }

    #sidebar .toggle:before {
        font-size: 1.5rem;
        color: #fff;
        background-color: rgba(83, 91, 160, 0.75);
    }

    body.is-preload #sidebar {
        display: none;
    }
}

@media screen and (max-width: 845px) {
    #header .logo a {
        margin-right: 30px !important;
    }

    #main>.inner {
        padding: 15px;
    }

    #header {
        margin: -15px !important;
    }

    section.main-banner {
        margin-top: 30px;
    }

    .page-heading h1 {
        margin-top: 80px;
    }

    #sidebar .toggle {
        text-indent: 8.25em;
        width: 7.25em;
    }

    #sidebar .toggle:before {
        color: #fff;
        margin-left: -0.0855em;
        margin-top: -0.25em;
        font-size: 20px;
        z-index: 1;
    }

    #sidebar .toggle:before {
        background-color: transparent;
    }

    #sidebar .toggle:after {
        background: rgba(83, 91, 160, 0.90);
        border-radius: 5px;
        content: '';
        height: 60px;
        left: 15px;
        position: absolute;
        top: 15px;
        width: 80px;
    }

    .left-image .right-content {
        margin-top: 40px;
        margin-left: 0px;
    }

    .right-image .left-content {
        margin-bottom: 40px;
        margin-right: 0px;
    }

    .main-banner {
        text-align: center;
    }

    .main-banner .banner-content .banner-caption {
        padding: 30px;
    }

    .project-card:hover,
    .card:hover {
        transform: scale(1.02);
        /* Subtelne powiększenie */
        transition: all 0.3s ease-in-out;
    }

}



/* Header */

#header {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    background-color: #535ba0;
    margin: -100px -100px 100px -100px;
    max-width: 100vw;
    overflow: hidden;
}

#header .logo {
    text-align: right;
    display: inline-block;
    width: 100%;
    height: 100px;
    line-height: 100px;

}

#header .logo a {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
    margin-right: 100px;

}


/* Footer */

#footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
}

#footer .copyright p {
    margin-bottom: 0px;
}


/* Menu */

#menu {
    margin-top: 50px;
}

#menu ul {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #3d4449;
    font-family: "Roboto Slab", serif;
    font-family: 400;
    letter-spacing: 0.075em;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
}

#menu ul a,
#menu ul span {
    color: #fff;
    border-bottom: 0;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 300;
    padding: 15px 0px;
}

#menu ul li ul a,
#menu ul li ul span {
    padding: 10px 0px;
}

#menu ul a:hover,
#menu ul span:hover {
    color: #535ba0;
}

#menu ul a.opener,
#menu ul span.opener {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    position: relative;
}

#menu ul a.opener:before,
#menu ul span.opener:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

#menu ul a.opener:before,
#menu ul span.opener:before {
    -moz-transition: color 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
    color: #fff;
    content: '\f078';
    position: absolute;
    right: 0;
}

#menu ul a.opener:hover:before,
#menu ul span.opener:hover:before {
    color: #535ba0;
}

#menu ul a.opener.active+ul,
#menu ul span.opener.active+ul {
    display: block;
}

#menu ul a.opener.active:before,
#menu ul span.opener.active:before {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#menu>ul>li {
    border-top: solid 1px #1a1b20;
    margin: 0.5em 0 0 0;
    padding: 0.5em 0 0 0;
}

#menu>ul>li>ul {
    color: #9fa3a6;
    display: none;
    margin: 0.5em 0 1.5em 0;
    padding-left: 1em;
}

#menu>ul>li>ul a,
#menu>ul>li>ul span {
    font-size: 13px;
}

#menu>ul>li>ul>li {
    margin: 0.125em 0 0 0;
    padding: 0.125em 0 0 0;
}

#menu>ul>li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

/* Ukryj menu-toggle na ekranach większych niż 768px */
@media (min-width: 768px) {
    .menu-toggle {
        display: none !important;
    }
}

/* RESPONSYWNE MENU NA TELEFONY */
@media (max-width: 768px) {
    .main-nav {
        position: fixed !important;
        top: 0 !important;
        left: 0;
        width: 100%;
        height: 500px;
        background-color: #4e4fa9;
        z-index: 999999 !important;
        flex-direction: column;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .main-nav.show {
        display: flex !important;
    }

    .menu-toggle {
        position: relative;
        z-index: 1000000;
    }

    .banner-content,
    .main-banner,
    .main-banner .container-fluid,
    .main-banner .banner-caption {
        position: relative;
        z-index: 1 !important;
    }
}

.section-trust {
    background-color: #f9f9f9;
    padding: 50px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
    .section-trust {
        background-color: #f9f9f9;
        padding: 40px 20px;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        max-width: 1200px;
        margin: 0 auto;
    }
}