/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/
/* Basis-Styles für Mobile */
.hero-banner h1 {
    font-size: 2rem;
}

/* Tablet */
@media (min-width: 768px) {
    .hero-banner h1 {
        font-size: 2.5rem;
    }
}

/* Desktop */
@media (min-width: 992px) {
    .hero-banner h1 {
        font-size: 3rem;
    }
}
* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color:#FFFFFF;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color:#FFFFFF;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

/* Füge dies in dein style.css ein */
.banner_taital_main {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Horizontal | Vertikal | Blur | Farbe */
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}


p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

/* Hintergrundbild zentriert */
.hintergrundbild {
  background-image: url('guven-web-bas.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%; /* Höhe anpassen nach Wunsch */
  width: 100%;
  position: relative;
  z-index: 1;
}


/* Bild zentriert unter der Navi */
main {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px; /* Abstand zur Navi */
}

.bild-container img {
  max-width: 90vw;   /* bis zu 90% der Bildschirmbreite */
  max-height: 80vh;  /* bis zu 80% der Bildschirmhöhe */
  width: auto;
  height: auto;
  display: block;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */
.header_section {
    width: 100%;
    float: left;
    background-image: url(../guven-web-bas.png);
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.header-wrapper {
    position: relative;
    height: 100vh; /* oder gewünschte Höhe */
    overflow: hidden;
}

.header-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Hintergrund */
}

.header-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Bild füllt Bereich */
    opacity: 100%; /* optional: Transparenz */
}

.navbar {
    position: relative;
    z-index: 100; /* Navigation immer oben */
}

.header-content {
    position: relative;
    z-index: 50;
    padding: 2rem;
    color: white; /* Textfarbe anpassen */
}

 

.header_bg {
    width: 100%;
    float: left;
    background: #000000;
    height: auto;
    background-size: 100%;
}

.bg-light {
    background-color: transparent !important;
}

.mr-auto,
.mx-auto {
    margin: 0 auto;
    text-align: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 30px 20px 10px 20px;
    font-size: 17px;
    color: #fefefd;
    text-transform: uppercase;
    background-color: transparent;
    margin: 0px 5px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fefefd;
    background-color: #2b5ae9;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fefefd;
     background-color: #2b5ae9;
}

.navbar-brand {
    margin: 0px;
    float: left;
}

.navbar {
    padding: 0px 0px 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user_icon {
    padding-right: 15px;
}

.login_bt {
    width: 210px;
    margin-top: 28px;
}

.login_bt ul {
    margin: 0px;
    padding: 0px;
}

.login_bt li a {
    float: left;
    font-size: 18px;
    color: #fefefd;
    text-transform: uppercase;
    padding: 0px 0px 0px 50px;
}

.login_bt li a:hover {
    color: #2b5ae9;
}

.navbar-brand {
    margin-top: 20px;
}

.navbar-nav.ml-auto {
    margin-left: auto;
}

/* Aktif (seçili) sayfa - sürekli sarı kalmasını önler */
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color:#ffffff !important; /* Aktif sayfa yazısı siyah olacak */
    background-color: transparent !important; /* Sürekli sarı kalmasını engeller */
}

/* Aktif sayfa hover edildiğinde sarı olsun */
.navbar-light .navbar-nav .active>.nav-link:hover,
.navbar-light .navbar-nav .nav-link.active:hover {
    background-color: #2b5ae9 !important;
    transition: background-color 0.3s ease;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 90px 0px 140px 0px;
    background-image: url(../images/WhatsApp\ Görsel\ 2025-04-16\ saat\ 10.31.42_646f7ae0.jpg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;

}

.banner_taital_main {
    width: 100%;
    float: left;
}

.banner_taital {
    width: 100%;
    font-size: 80px;
    color: #fefefd;
    font-weight: 800;
    line-height: 90px;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    margin: 20px 0px 0px 0px;
}

.btn_main {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.about_bt {
    width: 175px;
    float: left;
}

.about_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: #fefefd;
    color: #1c130f;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
}

.about_bt a:hover {
    color: #fefefd;
    background-color: rgb(196, 145, 2 );
}


.about_bt.active a:hover {
    color: #fefefd;
    background-color: rgb(196, 145, 2 );
}

.callnow_bt {
    width: 175px;
    float: left;
}

.callnow_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: #fefefd;
    color: #1c130f;
    text-align: center;
    padding: 10px;
    margin-left: 10px;
    border-radius: 5px;
    text-transform: uppercase;
}

.callnow_bt a:hover {
    color: #fefefd;
    background-color: rgb(196, 145, 2 );
}

#banner_slider a.carousel-control-prev {
    left: 0px;
    top: 411px;
    right: 60px;
}

#banner_slider a.carousel-control-next {
    right: 0px;
    top: 411px;
    left: 60px;
    color: #fefefd;
    background-color: rgb(196, 145, 2 );
}

#banner_slider .carousel-control-next,
#banner_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 16px;
    color: #4a4949;
    background-color: #efefef;
    margin: 0 auto;
    text-align: center;
}

#banner_slider .carousel-control-next:focus,
#banner_slider .carousel-control-next:hover,
#banner_slider .carousel-control-prev:focus,
#banner_slider .carousel-control-prev:hover {
    color: #fefefd;
    background-color: rgb(196, 145, 2 );
}

.banner_img {
    width: 100%;
    float: left;
    text-align: center;
}


/* banner section end */

/* about section start */

.about_section {
    width: 100%;
    float: left;
}

.about_section_2 {
    width: 100%;
    float: left;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #3b3b3b;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0px;
}

.about_taital_box {
    width: 100%;
    float: left;
    padding-top: 15px;
}

.about_img {
    width: 100%;
}

.about_taital_1 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #3b3b3b;
    margin: 10px 0px;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #232222;
    margin: 0px;
}

.readmore_btn {
    width: 170px;
    float: left;
    margin-top: 40px;
}

.readmore_btn a {
    width: 100%;
    float: left;
    font-size: 18px;
    color:#2b5ae9;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid#2b5ae9;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.readmore_btn a:hover {
    color: #4a4949;
    border: 1px solid #4a4949;
}


/* about section end */

/* product section start */

.product_section {
    width: 100%;
    float: left;
}

.product_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #3b3b3b;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-bottom: 0px;
}

.product_section_2 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.product_img img {
    width: 100%;
    height: auto;
    float: left;
    object-fit: cover;
    display: block;
    margin: 0 auto;

}
 .product_box {
    width: 100%;
    float: left;
    background-color: #242c2f;
    height: auto;
    padding: 20px 20px;
    flex-wrap: wrap;
}
.product_box:hover {
    background-color: rgb(196, 145, 2 );
}

.types_text {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #fefefd;
    text-align: center;
    font-weight: bold;
}

.looking_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #fefefd;
    text-align: center;
    margin: 0px;
}

.read_bt {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    display: flex;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fefefd;
    text-transform: uppercase;
    padding: 8px;
}

.read_bt a:hover {
    color: #fefefd;
    border: 1px solid #fefefd;
}

#main_slider a.carousel-control-prev {
    left: -50px;
    top: 170px;
}

#main_slider a.carousel-control-next {
    right: -50px;
    top: 170px;

}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 16px;
    color: #fefefd;
    background-color: #4a4949;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #fefefd;
    background-color:rgb(196, 145, 2 );
}

.product-categories {
    text-align: center;
    margin-bottom: 20px;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 20px auto;
    text-align: center;
    display: flex; /* Yatay menü için flexbox */
    justify-content: center; /* Öğeleri ortala */
    flex-wrap: wrap; /* Mobil uyumluluk için */
}

.category-list li {
    margin: 5px 10px;
}

.category-list li a {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.category-list li a:hover,
.category-list li.active a {
    background-color: rgb(196, 145, 2 );
    color: #fff;
    border-color:rgb(196, 145, 2 )9;
}

/* Aktif kategori için stil */
.category-list li.active a {
    background-color:rgb(196, 145, 2 );
    color: #fff;
    border-color: rgb(196, 145, 2 );
}

/* Mobil uyumluluk için */
@media (max-width: 768px) {
    .category-list li {
        margin: 5px;
    }

    .category-list li a {
        padding: 8px 15px;
    }
}

/* product section end */


/* client section start */

.client_section {
    width: 100%;
    float: left;
}

.client_section_2 {
    width: 100%;
    float: left;
}

.client_taital_main {
    width: 100%;
    display: flex;
    padding-top: 30px;
}

.client_left {
    width: 20%;
    float: left;
}

.client_img {
    width: 90%;
}

.client_right {
    width: 80%;
    float: left;
    padding-top: 20px;
}

.moark_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #3b3b3b;
    font-weight: bold;
}

.client_text {
    width: 75%;
    float: left;
    font-size: 16px;
    color: #3b3b3b;
    margin: 0px;
}

#custom_slider a.carousel-control-prev {
    left: initial;
    top: 190px;
    right: -50px;
    color: #fefefd;
    background-color: #dc8977;
}

#custom_slider a.carousel-control-next {
    right: -50px;
    top: 130px;

}

#custom_slider .carousel-control-next,
#custom_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 16px;
    color: #fefefd;
    background-color: #4a4949;
}

#custom_slider .carousel-control-next:focus,
#custom_slider .carousel-control-next:hover,
#custom_slider .carousel-control-prev:focus,
#custom_slider .carousel-control-prev:hover {
    color: #fefefd;
    background-color: #dc8977;
}


/* client section end */

/* blog section start */

.blog_section {
    width: 100%;
    float: left;
}

.blog_section_2 {
    width: 100%;
    float: left;
    padding-top: 60px;
}

.blog_box {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px;
    padding: 0px 0px 30px 0px;
}

.blog_img {
    width: 100%;
}

.date_text {
    width: 100px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0px;
    background-color: rgb(97, 29, 29);
    position: absolute;
    top: 0px;
}

.prep_text {
    width: 100%;
    font-size: 20px;
    color: #3b3b3b;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 20px 10px 20px;
}

.lorem_text {
    width: 100%;
    font-size: 14px;
    color: #3b3b3b;
    margin: 0px;
    padding: 0px 20px;
}

.read_btn {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    display: flex;
}

.read_btn a {
    width: 100%;
    float: left;
    font-size: 16px;
    color:#2b5ae9;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgb(196, 145, 2 );
    text-transform: uppercase;
    padding: 8px;
}

.read_btn a:hover {
    color: #3b3b3b;
    border: 1px solid #3b3b3b;
}

/* blog section end */


/* contact section start */

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.contact_section {
    width: 100%;
    float: left;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #000000; /* Siyah yazı rengi */
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-color: #ffffff; /* Gri arka plan */
    padding: 20px 0;
}

.contact_section_2 {
    width: 100%;
    float: left;
    padding-top: 55px;
    background-color: #ffffff; /* Beyaz arka plan */
    display: flex;
    justify-content: center;
    align-items: center;
}

.mail_section_1 {
    width: 50%;
    margin: 0 auto;
}

input, textarea {
    width: 100%;
    font-size: 16px;
    color: #000000;
    border: 0;
    background-color: #ffffff; /* Gri arka plan */
    padding: 15px;
    margin-top: 15px;
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
}

input::placeholder, textarea::placeholder {
    color: #000000;
}

.massage-bt {
    height: 110px;
    font-size: 16px;
    background-color: #ffffff;
    padding: 15px;
    border: 0;
    margin-top: 20px;
    border-radius: 40px;
}

.send_bt {
    width: 100%;
    text-align: center;
}

.submit-btn {
    width: 170px;
    font-size: 16px;
    color: #fefefd;
    background-color: rgb(196, 145, 2 );
    padding: 12px;
    margin-top: 20px;
    border-radius: 40px;
    border: none;
    cursor: pointer;
}

.submit-btn:hover {
    color: #161616;
    background-color: #ffffff;
}

/* contact section end */
.contact_section {
    width: 100%;
    float: left;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252525;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.contact_section_2 {
    width: 100%;
    float: left;
    padding-top: 55px;
}

.padding_left_0 {
    padding-left: 0px;
}

.mail_section_1 {
    width: 50%;
    margin: 0 auto;
}

.mail_text, input, textarea {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2e2e2d;
    border: 0px;
    background-color: #efefef;
    padding: 11px 20px;
    margin-top: 20px;
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
}

input::placeholder, textarea::placeholder {
    color: #2e2e2d;
}

.massage-bt {
    height: 110px;
    font-size: 18px;
    background-color: #efefef;
    padding: 40px 20px 0px 20px;
    border: 0px;
    margin-top: 20px;
    border-radius: 40px;
}

.send_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.submit-btn, .send_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fefefd;
    background-color: rgb(196, 145, 2 );
    padding: 10px;
    margin-top: 20px;
    display: block;
    border-radius: 40px;
    border: none;
    cursor: pointer;
}

.submit-btn:hover, .send_bt a:hover {
    color: #161616;
    background-color: #efefef;
}

.map_main {
    width: 100%;
    float: left;
    margin-top: 90px;
}

/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    height: auto;
    background-color: #1d1d1d;
    background-size: 100%;
    padding: 50px 0px;
}

.address_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 30px;
    color: #fefefd;
    font-weight: bold;
    padding-bottom: 50px;
}

.footer_text {
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
    color: #fefefd;
    text-align: center;
}

.location_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.location_text li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 0px 10px 5px 10px;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #2b5ae9;
}

.padding_left_10 {
    padding-left: 10px;
}

.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

.footer_social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.footer_social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.footer_social_icon li {
    float: left;
}

.footer_social_icon li a {
    float: left;
    padding: 5px 10px;
    background-color: #fff;
    color: #1d1d1d;
    border-radius: 100%;
    font-size: 19px;
    margin-right: 5px;
    width: 44px;
    text-align: center;
    margin-top: 10px;
}

.footer_social_icon li a:hover {
    background-color: #ffffff;
    color: rgb(196, 145, 2 );
}

.update_mail {
    color: #383838;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: #efefef;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
    border: 1px solid #2b5ae9;
}

textarea#comment.update_mail::placeholder {
    color: #383838;
}

.form-group {
    margin-bottom: 1rem;
    display: flex;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.subscribe_bt {
    width: 70px;
    float: left;
    padding-top: 20px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #fefefd;
    font-size: 16px;
    padding: 13px 0px 14px 0px;
    background-color: #2b5ae9;
    text-transform: uppercase;
    text-align: center;
}

.subscribe_bt a:hover {
    color: #fefefd;
    background-color: rgb(196, 145, 2);
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: rgb(196, 145, 2);
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    text-align: center;
    margin-left: 0px;
    font-family: 'Poppins', sans-serif;
}

.copyright_text a {
    color: #fefefd;
}

.copyright_text a:hover {
    color: #252525;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}


.dropdown-menu {
    max-height: 300px;  /* Menü çok uzun olursa kaydırma çubuğu ekler */
    overflow-y: auto;
    
    
}

.dropdown-item:hover {
    background-color: rgb(196, 145, 2);
    color: white;
}

#categoryDropdown {
    background-color:#2b5ae9 ; /* renk */
    color: white; /* Yazıyı beyaz yap */
    border: none; /* Kenarlık kaldır */
    padding: 10px 15px; /* Buton iç boşluk */
    border-radius: 5px; /* Köşeleri yuvarla */
    
    
}

.center-dropdown {
    display: flex;
    justify-content: center; /* Yatayda ortala */
    width: 100%; /* Sayfanın tamamını kaplasın */
    margin-top: 20px; /* Üst boşluk bırak, isteğe bağlı */
}


