@charset "utf-8";
@font-face {font-family: HurmeLight;src: url("../fonts/HurmeLight.otf");}
@font-face {font-family: HurmeBold;src: url("../fonts/HurmeBold.otf");}
@font-face {font-family: HurmeBlack;src: url("../fonts/HurmeBlack.otf");}
@font-face {font-family: HurmeSemiBold;src: url("../fonts/HurmeSemiBold.otf");}

@font-face {font-family: Roboto-Light;src: url("../fonts/Roboto/Roboto-Light.ttf");}
@font-face {font-family: Roboto-Regular;src: url("../fonts/Roboto/Roboto-Regular.ttf");}
@font-face {font-family: Roboto-Bold;src: url("../fonts/Roboto/Roboto-Bold.ttf");}
@font-face {font-family: Roboto-Black;src: url("../fonts/Roboto/Roboto-Black.ttf");}

@font-face {font-family: Blogger_Sans;src: url("../fonts/Blogger_Sans.otf");}
@font-face {font-family: Blogger_Sans-Bold;src: url("../fonts/Blogger_Sans-Bold.otf");}
@font-face {font-family: Blogger_Sans-Light;src: url("../fonts/Blogger_Sans-Light.otf");}
@font-face {font-family: Blogger_Sans-Medium;src: url("../fonts/Blogger_Sans-Medium.otf");}

@font-face {font-family: Mada-Light;src: url("../fonts/Mada-Light.ttf");}
@font-face {font-family: Mada-Bold;src: url("../fonts/Mada-Bold.ttf");}
@font-face {font-family: Mada-Black;src: url("../fonts/Mada-Black.ttf");}
@font-face {font-family: Mada-SemiBold;src: url("../fonts/Mada-SemiBold.ttf");}

@font-face {font-family: Geogtq-Rg;src: url("../fonts/Geogrotesque/Geogtq-Rg.otf");}
@font-face {font-family: Geogtq-Bd;src: url("../fonts/Geogrotesque/Geogtq-Bd.otf");}
@font-face {font-family: Geogtq-Th;src: url("../fonts/Geogrotesque/Geogtq-Th.otf");}
@font-face {font-family: Geogtq-Ul;src: url("../fonts/Geogrotesque/Geogtq-Ul.otf");}


/* Sık Sorulan Sorular */
.faq-section {
    background: #fdfdfd;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 35px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #775e26;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #0d71bc;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(122, 96, 39, 0.26);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
	line-height:30px;
	width: 100%;
	text-align: right;
	padding: 0px;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 1px;
	color: #000000;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	padding-bottom: 10px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 21px;
  float: right;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #0773c4;
  color: #fff;
  font-size: 21px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 20px;
  padding-left:30px;
  font-weight: 400;
  font-size: 21px;
  color: #000;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 0px;
  }
  .faq .card .card-header .faq-title {
    /* line-height: 26px; */
    /* margin-top: 10px; */
  }
}