
/** contact-section **/

.contact-section{
  position: relative;
}

.contact-section .single-info{
  position: relative;
  display: block;
  padding: 0px 0px 0px 95px;
  margin-bottom: 30px;
}

.contact-section .single-info .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 8px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.contact-section .single-info h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact-section .single-info p{
  position: relative;
  display: block;
  max-width: 170px;
}

.contact-section .single-info p a{
  display: inline-block;
  color: var(--text-color);
}

.contact-section .single-info p a:hover{

}

.contact-section .form-inner .form-group{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.contact-section .form-inner .form-group label{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
  margin-bottom: 8px;
}

.contact-section .form-inner .form-group label span{
  
}

.contact-section .form-inner .form-group input[type='text'],
.contact-section .form-inner .form-group input[type='email'],
.contact-section .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 50px;
  font-size: 16px;
  color: var(--title-color);
  padding: 10px 20px;
  transition: all 500ms ease;
}

.contact-section .form-inner .form-group input:focus,
.contact-section .form-inner .form-group textarea:focus{
  outline: none;
  border-color: rgba(138, 111, 66, 0.55);
  box-shadow: 0 0 0 3px rgba(138, 111, 66, 0.14);
}

.contact-section .form-inner .form-group input::placeholder,
.contact-section .form-inner .form-group textarea::placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.contact-section .form-inner .form-group label span {
  color: #c45c4a;
}

.contact-section .form-inner .form-group textarea{
  height: 195px;
  resize: none;
  border-radius: 20px;
}

.contact-section .form-inner .form-group .theme-btn{
  border-radius: 40px;
}

.contact-section .map-inner{
  position: relative;
  display: block;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}

.contact-section .map-inner iframe{
  position: relative;
  width: 100%;
  height: 100%;
}

/* —— Üç mağaza kartları (Hakbilir Toptan) —— */

.irem-contact-stores {
  position: relative;
}

.irem-contact-stores__kicker {
  margin: 0 0 8px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a6f42;
}

.irem-contact-stores__title {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: var(--title-color);
  line-height: 1.25;
}

.irem-contact-stores__lede {
  margin: 0 0 28px;
  max-width: 52ch;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--text-color);
  opacity: 0.92;
}

.irem-store-card {
  height: 100%;
  padding: 22px 22px 20px;
  border-radius: 14px;
  border: 1px solid rgba(229, 229, 229, 1);
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.irem-store-card:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.09);
  border-color: rgba(138, 111, 66, 0.35);
}

.irem-store-card__name {
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(138, 111, 66, 0.35);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--title-color);
  line-height: 1.3;
}

.irem-store-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.irem-store-card__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.irem-store-card__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.irem-store-card__icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(145deg, #f7f4ee 0%, #efe8dc 100%);
  color: #7a5f32;
  font-size: 0.95rem;
}

.irem-store-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.irem-store-card__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
}

.irem-store-card__value {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--text-color);
}

.irem-store-card__link {
  color: var(--text-color);
  text-decoration: none;
  border-bottom: 1px solid rgba(138, 111, 66, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.irem-store-card__link:hover {
  color: #8a6f42;
  border-bottom-color: rgba(138, 111, 66, 0.9);
}

/* Harita kutuları */

.irem-contact-maps__heading {
  margin: 0 0 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--title-color);
}

.irem-contact-map-card__title {
  margin: 0 0 10px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--title-color);
}

.irem-contact-map-card__frame {
  border-radius: 12px;
  overflow: hidden;
  height: 280px;
}

.irem-contact-map-card__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.irem-contact-map-card__frame--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  background: linear-gradient(180deg, #f5f2eb 0%, #ebe6dc 100%);
  border: 1px dashed rgba(138, 111, 66, 0.45);
}

.irem-contact-map-card__placeholder {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.55);
  max-width: 18em;
}

html.dark_home .irem-contact-map-card__frame--placeholder {
  background: linear-gradient(180deg, #2a2926 0%, #22211e 100%);
  border-color: rgba(255, 255, 255, 0.14);
}

html.dark_home .irem-contact-map-card__placeholder {
  color: rgba(255, 255, 255, 0.55);
}

/* Koyu tema — mağaza kartları */

html.dark_home .irem-contact-stores__kicker {
  color: #e8cc8c;
}

html.dark_home .irem-contact-stores__title,
html.dark_home .irem-contact-maps__heading,
html.dark_home .irem-contact-map-card__title,
html.dark_home .irem-store-card__name {
  color: rgba(242, 240, 236, 0.96);
}

html.dark_home .irem-contact-stores__lede {
  color: rgba(255, 255, 255, 0.72);
}

html.dark_home .irem-store-card {
  background: linear-gradient(165deg, #2e2d29 0%, #252421 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}

html.dark_home .irem-store-card:hover {
  border-color: rgba(232, 204, 140, 0.35);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.55);
}

html.dark_home .irem-store-card__name {
  border-bottom-color: rgba(232, 204, 140, 0.35);
}

html.dark_home .irem-store-card__item {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

html.dark_home .irem-store-card__icon {
  background: rgba(232, 204, 140, 0.12);
  color: #e8cc8c;
}

html.dark_home .irem-store-card__label {
  color: rgba(255, 255, 255, 0.45);
}

html.dark_home .irem-store-card__value,
html.dark_home .irem-store-card__link {
  color: rgba(242, 240, 236, 0.9);
}

html.dark_home .irem-store-card__link:hover {
  color: #f0e6c8;
  border-bottom-color: rgba(232, 204, 140, 0.75);
}

.irem-contact-form-title {
  margin: 0 0 22px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--title-color);
}

html.dark_home .irem-contact-form-title {
  color: rgba(242, 240, 236, 0.96);
}

/* İletişim — sayfa gövdesi ve form (koyu tema) */

html.dark_home .contact-section {
  background: linear-gradient(180deg, #121110 0%, #0d0c0b 42%, #121110 100%);
}

html.dark_home .contact-section .form-inner .form-group label {
  color: rgba(242, 240, 236, 0.92);
}

html.dark_home .contact-section .form-inner .form-group label span {
  color: #f0a090;
}

html.dark_home .contact-section .form-inner .form-group input[type='text'],
html.dark_home .contact-section .form-inner .form-group input[type='email'],
html.dark_home .contact-section .form-inner .form-group textarea {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(242, 240, 236, 0.96);
  color-scheme: dark;
}

html.dark_home .contact-section .form-inner .form-group input::placeholder,
html.dark_home .contact-section .form-inner .form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

html.dark_home .contact-section .form-inner .form-group input:focus,
html.dark_home .contact-section .form-inner .form-group textarea:focus {
  border-color: rgba(232, 204, 140, 0.55);
  box-shadow: 0 0 0 3px rgba(232, 204, 140, 0.15);
  background: rgba(255, 255, 255, 0.08);
}

html.dark_home .irem-contact-map-card__frame.map-inner:not(.irem-contact-map-card__frame--placeholder) {
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.45);
}


/** rtl-css **/

.rtl .contact-section .single-info{
  padding-left: 0px;
  padding-right: 95px;
}

.rtl .contact-section .single-info .icon-box{
  left: inherit;
  right: 0px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .contact-section{
    padding: 65px 0px 70px 0px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){

}











































