html,body {
    font-family: 'Poppins', sans-serif !important;
}

.MyorLogo{
	max-width:130px;
    margin-left: -12px;
}

.BgLight{
	background:#fff;
}

.baslık{
	font-weight: bold;
    color: #0f9d58;
}

/* SAYFA YÜKLEME ANİAMSYONU */

.scroll-effect  {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-out;
}

.scroll-effect.visible {
    opacity: 1;
    transform: translateY(0);
}

/* SAYFA YÜKLEME ANİAMSYONU SONU */


/* NAVBAR KISMI */

.sticky-top {
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link {
    color: #000;
}

.nav-link {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
}

/* "Ücretsiz Dene" Buton Stili */
.UcretsizDeneBtn {
    background: #0f9d58;
    border-radius: 8px;
    color: #fff !important;
    border: 2px solid #0f9d58;
    transition: 0.5s;
    margin: 3px 3px 0 3px;
}

.UcretsizDeneBtn:hover {
    background: #f9f9f9;
    color: #0f9d58 !important;
    text-decoration: none;
}

/* "Giriş Yap" Buton Stili */
.NavSeffafBtn {
    color: #fff !important;
    padding: 8px !important;
    margin: 3px;
    transition: 0.5s;
    background: #000;
    border: 2px solid #fff;
    border-radius: 7px;
}

.NavSeffafBtn:hover {
    color: #000 !important;
    background: #fff;
    border: 2px solid #000;
}

/* Dil Seçeneği butonu */

.LanguageSwitcher {
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    position: absolute;
}

.LanguageSwitchBtn {
    padding: 6px 14px;
    border: 1px solid #ddd;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    transition: background-color 0.2s, color 0.2s;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.LanguageSwitchBtn:hover {
    background-color: #f1f1f1;
    color: #000;
    text-decoration: none;
}

/* Navbar Link Altındaki Hover Çizgi */
.navUstBtn::after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #0f9d58;
    transition: width 0.3s ease;
    border-radius: 4px;
    margin-top: 5px;
}

.navUstBtn:hover{
    color: #0f9d58 !important;
}

.nav-link:hover::after {
    width: 100%;
}

.dropdown-toggle::after {
    content: '';
    
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-item {
    position: relative;
    transition: all 0.3s ease;
    padding-left: 25px;
}

.dropdown-item::before {
    content: "\2022";
    color: #0f9d58;
    position: absolute;
    left: 5px;
    margin-top: -4px;
    font-size: 1.5rem; /* Noktayı büyütüyoruz */
    transition: all 0.3s ease;
    opacity: 0;
}

.dropdown-item:hover::before {
    left: 20px;
    opacity: 1;
}

.dropdown-item:hover {
    color: #0f9d58;
    padding-left: 40px;
}

.dropdown-item:hover {
    color: #0f9d58;
    background-color: #fff;
    padding-left: 40px;
}


/* NAVBAR SONU */


/* BANNER */

.HomeBannerSec {
    display: flex;
    align-items: center;
    padding: 60px 0;
    width: 100%;
    height: 425px;
    position: relative; 
}

.HomeBannerImage {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    z-index: -1; 
    object-position: right top;
}

.SliderHomeSloganContent {
    max-width: 600px;
    margin-left: 10px;
    z-index: 1; 
}

.SliderH5 {
    font-size: 3vw;
    line-height: 60px;
    color: #fff;
}

.SliderH6 {
    font-size: 2vw;
    line-height: 50px;
    color: #fff;
}


/* BANNER SONU */



/* MYOR NEDİR? */

.myorNedir-content1{
    font-size: 20px;
}

.myorNedir-content2{
    font-size: 18px;
}

/* MYOR NEDİR? SONU */



/* NEDEN MYOR  */

.text-box {
    position: relative;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    height: 310px;
}

.icon-plain-small {
    margin-bottom: 10px;
}

.hidden-text {
    position: relative;
    bottom: -10px; 
    width: 300;
    padding: 0px 15px;
    border-radius: 4px;
    box-sizing: border-box;
	font-weight: 500;
}

.text-box:hover .hidden-text{
	background-color: #f5f5f5;
	color: #0f9d58;
	transition: 1.2s;
}

.text-box:hover{
	transition: 0.5s;
	background-color: #f5f5f5;
	color: #0f9d58;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.iconNeden{
	height: 2.3rem;
    width: auto;
}

.sectionNedenMyor{
	margin-top: 11rem;
	background-color:#f5f5f5
}

.h5NedenMyor{
	color: #0f9d58;
}
.title{
	font-weight: bolder;
    padding: 0px 5px 0px 5px;
}


/* NEDEN MYOR SONU */



/* REFERANSLARIMIZ */

.slider-container {
	position: relative;
	width: 80%;
	max-width: 800px;
	height: 80px;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 10px;
  }
  
  .slider {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
  }
  
  .slider-track {
	display: flex;
	align-items: center;
	height: 100%;
	animation: scroll 20s linear infinite;
  }

  .slider-title{
	color: #0f9d58;
  }
  
  .slider-item {
	flex: none;
	height: 40px;
	margin: 0 40px; 
	transition: opacity 0.5s;
  }

  .item-div{
	border: 1px solid #bababa;
	margin-left: 1rem;
	border-radius: 1rem;
	text-align: center;
	padding: 5px;
  }
  
  .slider::before,
  .slider::after {
	content: '';
	position: absolute;
	width: 100px;
	height: 100%;
	top: 0;
	z-index: 1;
	pointer-events: none;
  }
  
  .slider::before {
	left: 0;
	background: linear-gradient(to right, rgba(240, 240, 240, 1), rgba(240, 240, 240, 0));
  }
  
  .slider::after {
	right: 0;
	background: linear-gradient(to left, rgba(240, 240, 240, 1), rgba(240, 240, 240, 0));
  }
  
  @keyframes scroll {
	0% {
	  transform: translateX(0);
	}
	100% {
	  transform: translateX(-50%);
	}
  }

  a.more-link {
    background-color: #0f9d58;
    border: 2px solid #0f9d58;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
	border-radius: 10px;
}

a.more-link:hover {
    background-color: #ffff;
    color: #0f9d58;
    border-color: #0f9d58;
}


  


/* REFERANSLARIMIZ SONU */




/* MODÜLLERİMİZ */


.section-title {
    text-align: center;
    margin-top: 20px;
}

.section-subtitle {
    text-align: center;
    margin-bottom: 20px;
    font-weight: normal;
}

.cont-mod {
    display: flex;
    flex-direction: column;
}

.buttons {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
    width: 100%; /* Mobilde tam genişlikte */
}

.buttons button {
    background-color: #ffffff;
    color: #0f9d58;
    cursor: pointer;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    flex: 1 1 18%; /* 4 buton bir satıra sığacak şekilde %23 genişlik */
    margin: 10px 0;
    max-width: 200px; /* Butonların genişliği için maksimum sınır */
    border: none;
    border-radius: 10px;
    height: 50px;
    width: auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.buttons button.active {
    background-color: #0f9d58;
    color: #ffffff;
}

.buttons button:hover {
    opacity: 0.8;
}

.buttons button:focus {
    outline: none;
}

.spacer {
    width: 20px;
}

.content-area {
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #fff;
}

.content {
    display: none;
}

.content.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

.text-image {
    display: flex;
    justify-content: space-between;
}

.text ul {
    list-style-type: disc;
    padding-left: 20px; /* Liste işaretlerini biraz içeride başlatmak için */
}

.text li {
    margin-bottom: 10px; /* Listeler arasında boşluk */
}

.text {
    width: 40%;
}

.text p {
    margin: 0;
    padding-bottom: 10px;
}

.image {
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}

.image img {
    max-width: 95%;
	position: relative;
	z-index: 100;
    margin-right: 33px;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

.image::before, .image::after {
    content: "";
    position: absolute;
    width: 18rem; /* Genişlik */
    height: 18rem; /* Yükseklik */
    border-radius: 20px;
}

.image::before {
    top: -1rem;
    right: .5rem;
    background: linear-gradient(90deg, #b7f8db 0%, #0f9d58 100%)
    /* Sağ üst köşeye yerleştirildi */
}

.image::after {
    bottom: 0.3rem;
    left: -1.5rem;
    background: linear-gradient(180deg, #b7f8db 0%, #0f9d58 100%)
    /* Sol alt köşeye*/
}

.section-mod{
	background-color: #f5f5f5;
}

.mod-baslik{
	color: #0f9d58;
}

.content-area h5{
	color: #0f9d58;
}

.text a {
    display: inline-block;
    padding: 5px 10px;
    color: #ffffff;
    background-color: #0f9d58;
    border: 2px solid #0f9d58;
    text-decoration: none;
    transition: all 0.3s ease;
	border-radius: 10px;
}

.text a:hover {
    color: #0f9d58;
    background-color: #ffffff;
    border-color: #0f9d58;
	border-radius: 10px;
}



@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}


/* MODÜLLERİMİZ SONU */



/* SEKTÖRLER */


.sektorler-section {
	background-color: #f5f5f5;
    text-align: center;
    padding: 20px 20px 70px 20px;

}

.sektorler-section h3 {
    margin-bottom: 30px;
    color: #0f9d58;
}

.sektorler-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.sektor-box {
    background-color: #ffffff;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, opacity 0.3s ease;
    text-decoration: none;
}

.sektor-box:hover {
    transform: scale(1.05);
    opacity: 0.9;
    text-decoration: none;
}

.icon {
    font-size: 25px; /* İkon boyutu */
    margin-bottom: 10px;
}

.sektor-box p {
    margin: 0;
    font-weight: bold;
    text-align: center;
	color: #0f9d58;
}

/* SEKTÖRLER SONU */




/* DENEME FORM */

.OpenKvkkModal {
    background: transparent;
    color: #1770d5;
    border: none;
    cursor: pointer;
	transition:0.5s;
}

.OpenKvkkModal:hover{
	color:#000;
}

.HomeKvkkLinkAlt{
	color:#109d59;
}

.HomeKvkkLinkAlt:hover{
	text-decoration:underline;
	color:#000;
}

.Sec-form .container{
	padding: 2rem;
	border: 1px solid #f5f5f5;
	border-radius: 1rem;
	background-color: #f5f5f5;
	
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}


/* DENEME FORM SONU */




/* BLOG ALANI */

.blog-btn{
    text-decoration: none !important;
    color: #0f9d58;
}

.blog-btn:hover{
    color: #167547;
}

.blog-boxs {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    height: 400px;
    width: auto;
}

.blog-boxs:hover {
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

/* Resim kapsayıcı */
.box-image {
    width: 100%;
    height: 200px; /* İstediğiniz yükseklik */
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    margin-bottom: 15px;
}

/* Resim stili */
.box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Resmin kutuya tam oturmasını sağlar */
}

/* Başlık ve metin */
.box-title {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
}

.box-text {
    font-size: 0.8rem;
    color: #666;
}

.faq-section{
    margin-top: 120px;
}


/* BLOG ALANI SONU */





/* SSS */

.faq-title {
    display: inline-block;
    font-size: .8rem;
    color: #0f9d58;
    background-color: #c1eed0;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 7px 20px 7px 20px; 
}

.faq-subtitle {
    font-size: 1.4rem;
    color: #0f9d58;
    margin-bottom: 30px;
    font-weight: 600;
}

.accordion-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.accordion-eleman {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 40px;
    margin: 10px;
    padding: 22px 25px 15px 25px;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.accordion-eleman:hover {
    background-color: #ffffff;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-header h5 {
    margin: 0;
    font-size: 1rem;
}

.accordion-icon {
    font-size: 1.5rem;
    color: #0f9d58;
    transition: transform 0.4s ease;
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    margin-top: 10px;
    font-size: 0.9rem;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.accordion-eleman.active .accordion-body {
    max-height: 300px;
    opacity: 1;
}

.accordion-eleman.active .accordion-icon {
    transform: rotate(45deg);
}


/* SSS SONU */




/* FOOTER */


.FooterMenu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.brgray {
	border-right: 1px solid #ddd;
}

.btgray {
	border-top: 1px solid #ddd;
}

footer a {
    color: #000;
    transition: 0.1s;
	text-decoration: none;
}

footer a:hover {
	color: #0f9d58;
	text-decoration: none;
}

.footerGloparkLogo {
    margin-top: 35px;
    max-width: 150px;
    box-shadow: none !important;
}

/* FOOTER SONU */


/* WHATSAPP */

.whatsapp{
	position:fixed;
	right:30px;
	bottom:30px;
}

.whatsapp img{
	height:60px;
	width:60px;
	transition:0.5s;
}

.whatsapp img:hover{
	opacity:0.6;
}

/* WHATSAPP SONU */


@media(max-width: 768px) {

    .navbar-collapse {
        text-align: center;
    }
    .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .SliderHomeSloganContent{
       padding:30px 0;
       text-align:center !important;
   }
   
   .SektorlerMadde {
       max-width:90%;
       margin:0 auto;
       margin-top:5px;
       text-align:left;
       padding-left:25px;
   }
   
   .MyorLogo {
    max-width: 100px;
}

.nav-link {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
}

.UcretsizDeneBtn, .NavSeffafBtn {
    margin: 5px 0;
    padding: 10px 15px;
    font-size: 14px;
}

.HomeBannerSec {
    height: 15rem;
    padding: 40px 0;
}

.HomeBannerImage {
    object-position: right top;
}

.SliderH5 {
    font-size: 6vw;
}

.SliderH6 {
    font-size: 5vw;
}

.sec-myorNedir h3 {
    font-size: 24px;
}

.MyorNedir {
    font-size: 0.9rem;
    padding: 15px;
}

.HomeMyorGorsel1 {
    box-shadow: none;
}

.text-box {
    padding: 15px;
}

.text-box:hover .hidden-text {
    padding: 5px;
}

.slider-container {
    width: 90%;
    height: auto;
}

.slider-item {
    margin: 0 20px;
    height: 30px;
}

.item-div {
    margin-left: 0.5rem;
    height: 100px;
    
}

#MobilReferansOrtalama {
    margin-top: 14px;
}





.slider-track {
    display: flex;
    align-items: center;
    height: 100%;
    width: 670px;
    animation: scroll 20s linear infinite;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }

.text-image {
    flex-direction: column;
}

.text, .image {
    width: 100%;
}

.image img {
    max-width: 60%;
}

.sektorler-container {
    flex-direction: row;
    gap: 10px;
}

.sektor-box {
    width: 100px;
    height: 100px;
}

.sektor-box p {
    font-size: 14px;
}

.cont-div {
    flex-direction: column;
    align-items: center;
}

.box {
    width: 90%;
    margin-bottom: 20px;
}

.accordion .card-header {
    padding: 10px;
    font-size: 16px;
}

.whatsapp {
    right: 15px;
    bottom: 15px;
}

.whatsapp img {
    height: 50px;
    width: 50px;
}

.card-body {
    padding: 10px;
}

.footerGloparkLogo {
    margin-top: 20px;
    max-width: 120px;
}

#KısaReferans {
    margin-top: 15px;
}

/* modüller  */


.buttons button {
    flex: 1 1 40%; 
    max-width: none; 
}

.content-area {
    padding: 10px;
    height: 720px;
}

.text-image {
    flex-direction: column;
}

.text, .image {
    width: 100%; /* Tam genişlikte */
}

.content-area .image img {
    max-width: 100%; 
    margin-right: 0;
    margin-bottom: 0 !important;
}

.image::before, .image::after {
    display:none;
}


.accordion-eleman {
    width: 100%;
}


}