/*-----------------------------------------------------------------------------------
   CSS INDEX
  ===================

-----------------------------------------------------------------------------------*/


html, body {
  height: 100%;
}

a:focus {
  outline: 0px solid;
}

img {
  max-width: 100%;
  height: auto;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 15px;
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  margin: 0 0 120px;
  color: #444;
  font-weight: 500;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 38px;
  line-height: 40px;
}

h2.title1 {
color: rgb(255, 255, 255);
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #f9e826;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0 none;
}

body {
  background: #fff none repeat scroll 0 0;
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #414141;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.1s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #414141;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #696969;
  color: #fff;
}



ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none !important;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#loading-logo {
  width: 100px; /* İhtiyacınıza göre boyutu ayarlayın */
  animation: spin 5s linear infinite; /* 5 saniyede bir tam dönüş */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



::-moz-selection {
  background: #f9e826;
  text-shadow: none;
}

::selection {
  background: #f9e826;
  text-shadow: none;
}

.area-padding {
  padding: 70px 0px 80px;
}

.area-padding-2 {
  padding: 70px 0px 50px;
}



.section-headline h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 95px;
  position: relative;
  text-transform: capitalize;
  top: 55px;
}

.section-headline h2 {
  color: #000000; /* Sarı, istediğin renge göre değiştir */
}

.section-headlinee h2 {
  color: white;}


.section-headline h2::after {
  border: 1px solid #ffffff;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 60%;
}

.sec-head {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

/*--------------------------------*/

/*  2. Header top Area
/*--------------------------------*/

.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.959);
  z-index: 9;
}


.navbar-header a.navbar-brand span:first-child {
  color: yellow; /* "ORAL" için sarı renk */
  font-family: 'Microgramma', sans-serif;
  font-weight: bold;
  font-size: 30px;
}

.navbar-header a.navbar-brand span:last-child {
  color: white; /* "COMPANIES" için beyaz renk */
  font-family: 'Microgramma', sans-serif;
  font-weight: bold;
  font-size: 30px;
}


.main-menu ul.navbar-nav li {
  display: inline-block;
  padding: 0px 13px;
}

.main-menu ul.navbar-nav li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 24px 0px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.main-menu ul.navbar-nav li.active > a::after {
  border: 1px solid #fff;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.main-menu ul.navbar-nav li.active a:hover {
  background: none;
  color: #fff;
}

.main-menu ul.navbar-nav li.active a:focus {
  color: #fff;
}

.main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  position: relative;
}

.main-menu ul.navbar-nav li a:hover {   /* navbar hover */
  color: #f9e826;
}


.navbar {
  border: medium none;
  margin-bottom: 0;
}


.main-menu ul.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background: none;
  color: #333;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  background-color: transparent;
  color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: none;
}


.top-right.text-right>li {
  float: right;
  margin: 0px 8px;
}

.top-right.text-right li a {
  color: #fff;
}

.main-menu .dropdown ul {
  background: #00000099;
}

.main-menu .dropdown ul li {
  display: block;
}



/*--------------------------------*/

/* 2.1. Stick menu
/*--------------------------------*/



.stick .navbar-header a

.stick .navbar-brand>img {
  display: none;
}

.stick .navbar-brand.sticky-logo>img {
  display: block;
}

.sticky-logo h1 {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.sticky-logo h1 span {
  color: #f9e826;
}
.stick .main-menu ul.navbar-nav li.active > a::after {
  border: 1px solid #fff;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.stick .main-menu ul.nav>li>a:hover {
  color: #fff;
}

.stick .main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  position: relative;
}

.stick .mainmenu ul#nav>li:hover>a, .stick .mainmenu ul#nav li .mega-menu, .stick .mainmenu ul#nav li ul

.stick .mainmenu ul#nav li:hover ul.sub-menu li a:hover, .mainmenu ul#nav li .mega-menu span>a:hover, .stick .mainmenu ul#nav li .mega-menu-shop a.mega-menu-title:hover {
  color: #fff;
}

.stick 

.stick .logo a {
  margin-top: 0px;
}

.stick .main-menu ul.nav>li>a {
  color: #fff;
  line-height: 22px;
  padding: 24px 0px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.stick .navbar-default .navbar-toggle 

/*------------------------------
  3. About Area
--------------------------------*/

.about-area {
  background-color: #f9f9f9;
}

.single-well>a {
  display: block;
}

.single-well ul li {
  color: #444;
  display: block;
  padding: 5px 0;
}

.single-well ul li i {
  color: #f9e826;
  padding-right: 10px;
  font-size: 12px;
}

.single-well p {
  color: #444;
  margin-top: 60px;
}

.about-img {
    border-radius: 30px;
}



.history-area {
  background: linear-gradient(to bottom, #f8f9fa, #eaeaea);
  padding: 80px 0;
}
.history-title h2 {
  font-size: 36px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}
.history-title p {
  font-size: 18px;
  color: #000 !important;
  margin-bottom: 30px;
}
.history-img img {
  border-radius: 15px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out;
}
.history-img img:hover {
  transform: scale(1.05);
}
.history-content h4 {
  font-size: 26px;
  font-weight: bold;
  color: #222;
  margin-top: 20px;
}
.history-content p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}

/*--------------------------------*/

/* 4.companies Area
/*--------------------------------*/



.section-headline.companies-head>h2 {
  margin-bottom: 25px;
}



.companies-details:hover h4, .companies-details:hover 

.row

.section-head>h2 {
  color: #333;
}

.single-companies>h4 {
  color: #444;
  font-size: 24px;
  font-weight: 500;
}

.single-companies>p {
  color: #333;
  font-size: 14px;
}

.single-logo:hover img {
  transform: scale(1.1);
}


/*----------------------------------------
  5.Skill Area
----------------------------------------*/

.our-skill-area {
  position: relative;
}

.our-skill-area {
  background: rgba(248, 248, 248, 0.8) url("../img/background/bg1.jpg") no-repeat fixed center top / cover;
}

.test-overly {
  background: rgba(0, 0, 0, 0.80);
  position: absolute;
  width: 100%;
  height: 100%;
}

.progress-h4 {
  color: #fff;
  font-weight: 500;
}

/*----------------------------------------
  6.Faq Area
----------------------------------------*/

.faq-details 

.panel-default>

.faq-details h4.check-title a {
  color: #333;
  display: block;
  font-weight: 700;
  letter-spacing: 2px;
  margin-left: 40px;
  padding: 6px 10px;
  text-decoration: none;
}



.faq-details h4

.faq-details a span

.faq-details a span.acc-icons::before {
  color: #333;
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}

.faq-details h4.check-title a.active, .faq-details a.active span.acc-icons::before {
  color: #2e2e2e;
}

.faq-details a.active span.acc-icons::before {
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}



.event-content.head-team h4 {
  background: transparent none repeat scroll 0 0;
  color: #333;
  padding: 30px 0 10px;
  font-weight: 500;
  text-transform: capitalize;
}

.tab-menu .nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}



.tab-menu ul

.tab-menu ul.nav li {
  border: medium none;
  display: inline-block;
}



.tab-menu ul.nav li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  color: #444;
  display: block;
  font-weight: 500;
  margin-right: 5px;
  padding: 10px 20px;
  font-family: raleway;
  font-size: 18px;
}

.tab-menu ul li.active a, .tab-menu ul li.hover a, .tab-menu ul li.focus a {
  border-bottom: 1px solid #fff;
  color: #f9e826 !important;
}

.tab-menu 

.tab-main-img a {
  position: relative;
  display: block;
}

.tab-main-img a:hover span

.tab-main-img a span



/*--------------------------------*/

/*  9.review Area
/*--------------------------------*/









.work-right-text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

.work-right-text h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}

.work-right-text 



.single-awesome-4 

/*----------------------------------------
 10.Portfolio Area Css
----------------------------------------*/


.single-awesome-project {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

.single-awesome-project:hover {
  transform: scale(1.03);
}


.project-dec {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.single-awesome-project:hover .project-dec {
  opacity: 1;
}


.project-menu li a.active, 
.project-menu li a:hover {
  border-color: #f9e826;
  background: #f9e826;
  color: #000;
  font-weight: 600;
}



.awesome-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}


.project-item {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .project-item {
    width: 100%;
  }
}




.project-menu {
  margin-bottom: 40px;
  text-align: center;
}

.project-menu li {
  display: inline-block;
}

.project-menu li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #444;
  border-radius: 20px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 4px;
  padding: 6px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.project-menu li a.active, .project-menu li a:hover {
  border-color: #0894cc;
  background: #0894cc;
  color: #ffffff;
  text-decoration: none;
}

.awesome-img>a {
  display: block;
  position: relative;
}

.single-awesome-project:hover .awesome-img>a::after {
  opacity: 1;
}

.single-awesome-project:hover 

.awesome-img>a::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}



.project-dec a {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec h4 {
  margin-bottom: 5px;
}

.project-dec h4:hover {
  color: #fff;
}

.project-dec h4 {
  color: #ddd;
  font-size: 24px;
  margin-top: -45px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.project-dec span {
  color: #ddd;
  font-size: 13px;
}



.project-action-btn li {
  display: block;
  height: 100%;
  width: 100%;
}

.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}

.awesome-project-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.company-box img {
  transition: transform 0.3s cubic-bezier(.25,.8,.25,1);
}

.company-box:hover img {
  transform: scale(1.08);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  z-index: 2;
}

/*----------------------------------------
 12.Testimonial Area Css
----------------------------------------*/









.quate:hover {
  color: #fff;
}

.testi-img img {
  border: 1px dotted rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  height: 80px;
  margin: 0 auto;
  padding: 5px;
  transition: background 0.6s ease-out 0s;
  width: 80px !important;
}

.testi-text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  margin: 20px 0;
  letter-spacing: 1px;
}

.testi-text h6 {
  color: #fff;
  font-size: 20px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot>span {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 8px;
  width: 8px;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls 



.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
  background: #f9e826;
}

.testi-text.text-center>h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}



.guest-rev>a {
  color: #f9e826;
  font-size: 14px;
}



/*--------------------------------*/

/*  14.Contact Area
/*--------------------------------*/

.contact-area {
  height: auto;
  width: 100%;
  background: #090909df
}





.contact-form input[type="text"], .contact-form input[type="email"] {
  background: rgba(81, 79, 79, 0.821) none repeat scroll 0 0;
  border: 1px solid #f2eded;
  border-radius: 0;
  color: #ffffff;
  height: 40px;
  margin-bottom: 16px;
  padding-left: 20px;
  width: 100%;
  border-radius: 5px;
}

.contact-form textarea  {
  background: rgba(81, 79, 79, 0.821) none repeat scroll 0 0;
  border: 1px solid #f2eded;
  border-radius: 0;
  color: #ffffff;
  height: 140px;
  padding: 20px;
  width: 100%;
  border-radius: 5px;
}

.contact-form button[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

.contact-form button[type=submit]:hover {
  color: #000000;
  border: 1px solid #ffffff;
  background: #ffffff;
}

.contact-form  #sendmessage {
  color: #f9e826;
  border: 1px solid #f9e826;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form 

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

.single-icon i {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-icon {
  color: white;
  margin-bottom: 40px;
}

#google-map {
  height: 370px;
  margin-bottom: 20px;
}

/*----------------------------------------*/

/*  15. Footer Area
/*----------------------------------------*/

.footer-area {
  padding: 40px 0;
  background: #000000;
}

.footer-head p {
  color: #ffffff;
}

.footer-head h4 {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.footer-logo {
  padding-bottom: 20px;
}


.footer-icons ul li a {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
}

.flicker-img>a {
  float: left;
  padding: 1px;
  width: 33.33%;
}

.footer-icons {
  margin-top: 30px;
}

.footer-contacts p span {
  color: #f9e826;
  font-weight: 700;
}

.popular-tag ul li {
  display: inline-block;
}



.popular-tag ul li a:hover, .footer-icons ul li a:hover {
  background: #f9e826;
  border: 1px solid #f9e826;
  color: #fff;
}

.popular-tag ul li a {
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 5px 3px;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  width: 70px;
  text-align: center;
}



.copyright-text a:hover {
  text-decoration: underline;
  color: #f9e826;
}

.copyright-text a {
  color: #ffffff;
}

.copyright>p {
  margin-bottom: 0;
  color: #ffffff;
}

.copyright a, .credits a {
  color: #f9e826;
}


.text-center p{
  color: white;
}

/*----------------------------------------*/

/*  16.Home Page 2  CSS
/*----------------------------------------*/



.header-bg

.home-overly {
  background: rgba(0, 0, 0, 0.50);
  height: 36.6%;
  position: absolute;
  width: 100%;
}

.home-2 .layer-1-3, .home-3 .layer-1-3 {
  margin: 10px 0 0;
}

/*----------------------------------------*/

/*  17.Home Page 3  CSS
/*----------------------------------------*/



.header-image






html {
  scroll-behavior: smooth;
}


@font-face {
  font-family: 'Microgramma';
  src: url('./fonts/Microgramma.otf') format('truetype'); /* Yolu doğru olduğundan emin olun */
  font-weight: bold;
  font-style: normal;
}

/*----------------------------------------
 .End CSS
----------------------------------------*/


/* Mobile optimization for "ORAL COMPANIES" */
@media (max-width: 768px) {
    .navbar-brand h1 {
        font-size: 24px; /* Adjust the font size for mobile */
        text-align: center; /* Center the text for better appearance */
        word-wrap: break-word; /* Prevent text overflow */
    }
    .navbar-brand h1 span {
        display: block; /* Ensure "ORAL" and "COMPANIES" stack vertically */
    }
}


/* Mobile optimization for "ORAL COMPANIES" */
@media (max-width: 768px) {
    .navbar-header a.navbar-brand span:first-child {
        color: yellow; /* "ORAL" için sarı renk */
        font-family: 'Microgramma', sans-serif;
        font-weight: bold;
        font-size: 25px;
        display: block; /* Mobilde daha iyi görünüm için blok yap */
        text-align: center;
    }
    .navbar-header a.navbar-brand span:last-child {
        color: white; /* "COMPANIES" için beyaz renk */
        font-family: 'Microgramma', sans-serif;
        font-weight: bold;
        font-size: 25px;
        display: block; /* Mobilde daha iyi görünüm için blok yap */
        text-align: center;
    }
}


.navbar-header a.navbar-brand span:first-child {
    color: yellow; /* "ORAL" in yellow */
    font-family: 'Microgramma', sans-serif;
    font-weight: bold;
    font-size: 25px;
    margin-right: 5px; /* Add spacing between words */
}
.navbar-header a.navbar-brand span:last-child {
    color: white; /* "COMPANIES" in white */
    font-family: 'Microgramma', sans-serif;
    font-weight: bold;
    font-size: 25px;
}

/* Sitenin genel arka planı siyah ve yazı rengi beyaz */
body {
  background-color: #000;
  color: #fff;
}

/* About area kısmı beyaz arka plan ve siyah yazı */
.about-area {
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Sadece projelerimiz.html için arka plan beyaz */
body.projeler-body {
  background-color: #fff !important;
  color: #000 !important;
}

/* Kurumsal ana menü aktifken sarı renk */
.main-menu ul.navbar-nav > li.dropdown.active > a,
.main-menu ul.navbar-nav > li.dropdown > a:focus,
.main-menu ul.navbar-nav > li.dropdown > a:hover {
  color: #f9e826 !important; /* Sarı */
  background: none !important;
}

/* Dropdown alt menüdeki linkler beyaz */
.main-menu .dropdown-menu > li > a {
  color: #fff !important; /* Beyaz */
  background: none !important;
}

/* Dropdown alt menüdeki linkler hover ve aktif olunca sarı */
.main-menu .dropdown-menu > li > a:hover,
.main-menu .dropdown-menu > li.active > a {
  color: #f9e826 !important; /* Sarı */
  background: none !important;
}

/* Dropdown alt menüye border-radius ekle */
.main-menu .dropdown-menu {
  text-align: center;
  overflow: hidden;
}


