.enUst{
	background-color: #A32035 !important;
}
.hoverBtn:hover{
	background-color: #A32035 !important;
}
.backBtn{
	background-color: #A32035 !important;
}

/* Popup Arkaplan */
.teklif-popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999; /* her şeyin üstünde olsun */
}

/* İçerik Alanı */
.teklif-popup-inner {
  position: relative;
  background: #fff;
  padding: 35px 25px 30px;
  border-radius: 12px;
  width: 90%;
  max-width: 720px;
  text-align: center;
  box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

/* Kapatma Butonu */
.popup-close {
  position: absolute;
  right: 40px;
  top: 10px;
  font-size: 48px;
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
  line-height: 1;
}

/* Başlık */
.teklif-popup-inner h2 {
  margin-bottom: 20px;
  color: #002F6C;
}

/* Sigorta Butonları */
.sigorta-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.sigorta-btn {
  background: #002F6C;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.sigorta-btn:hover {
  background: #003e90;
}

.sigorta-btn.active {
  background: #A32035;
}

/* Form Grid */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 15px;
}
/* Mobilde alt alta gelsin */
@media (max-width: 600px) {
  .form-grid {
    grid-template-columns: 1fr !important;
  }
  .form-grid input {
    padding:10px !important;
  }	
}

.form-grid-textarea {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 15px;
}
.form-grid input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
}

/* Checkbox ve Button */
.checkboxes {
  text-align: left;
  margin-bottom: 15px;
  font-size: 14px;
}

.checkboxes a {
  color: #002F6C;
  text-decoration: underline;
}

.submit-btn {
  background: #A32035;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
}

.submit-btn:hover {
  background: #8a1b2c;
}

.title-style-two .bg-content {
    font-size: 150px;
    position: absolute;
    font-weight: 900;
    letter-spacing: 0;
    left: -90px;
    z-index: -1;
    top: -65px;
    font-family: var(--font-primary);
    min-width: max-content;
    color: #0000000f !important;
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: rgba(0, 0, 0, 0.1); */
    line-height: 1;
}

.rts-breadcrumb-area .title-area-left .bg-title{
    font-size: 150px;
    position: absolute;
    font-weight: 900;
    letter-spacing: 0;
    left: -90px;
    z-index: -1;
    top: -65px;
    font-family: var(--font-primary);
    min-width: max-content;
    color: #0000000f !important;
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: rgba(0, 0, 0, 0.1); */
    line-height: 1;
}

.partner-breadcrumb .title-area-left .bg-title {
    font-size: 150px;
    font-weight: 700;
    font-family: var(--font-secondary);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: none !important;
    letter-spacing: 2px;
}
/**/
.ust-menu > li > ul{
	min-width:330px !important;
}

.ust-menu > li > ul > li > a:hover {
    background-color: #e5bdc3 !important;
    
}

.submenu .hidden-item {
    display: none;
}

.submenu .show-more-btn {
    cursor: pointer;
    padding: 8px 10px;
    text-align:center;
    font-weight: 600;
    margin-top: 5px;
}

.submenu .show-more-btn:hover {
    background: #e5bdc3;
	border-radius:10px;
}

@media (max-width: 767px) {
    .about-invena-large-image {
        display: none !important;
    }
	.rts-breadcrumb-area{
	height:270px !important;
	}
	.rts-section-gap{
	margin-top:-140px !important;
	}
	.mb--150{
		margin-bottom:0px !important;
	}
	.rts-faq-area{
	margin-top:0px !important;
	}
	.blog-details-area-inner-content{
	margin-top:-400px !important
	}
	.rts-single-wized{
	margin-bottom:50px !important;
	}
	.mt-dec-blog-bread{
	margin-top:0px !important;
	}
	.contact-info-area-wrapper-p{
	margin-top:50px !important;
	margin-bottom:50px !important;
	}
	.thumbnail-contact-form{
	display:none !important;
	}
	
}

@media only screen and (max-width: 575px) {
    .rts-banner-area-two {
        height: 780px !important;
    }
	.rts-banner-area-two > .container{
	margin-top: 30% !important;
	}
}

.hidden {
  display: none !important;
}
