.custom-footer-wrapper {
  border-color: rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 2;
}

.custom-footer-layout1 {
  background-color: #0A0A0A;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 9;
}

.custom-footer-layout1:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #121212 42.92%, rgba(18, 18, 18, 0.97) 100%);
  z-index: -1;
}

.custom-footer-layout1 .custom-copyright-wrap {
  background-color: #000000;
}

.custom-footer-layout1 .custom-opyright-wrap .custom-copyright-text, {
  color: #CDCDCD;
  font-size: 13px;
}

.custom-footer-layout1.custom-cta-sec {
  padding: 0;
}

.custom-shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.custom-footer-widget-area {
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 80px;
}

@media (min-width: 1300px) {
.custom-footer-container {
  max-width: 1314px;
  padding-left: 12px;
  padding-right: 12px;
  }
}

@media (min-width:1200px and max-width:1299px) {
  .custom-footer-container {
    max-width: 1140px;
  }
}

@media (min-width:992px and max-width:1199px) {
  .custom-footer-container {
    max-width: 960px;
  }
}

@media (min-width:768px and max-width:991px) {
  .custom-footer-container {
    max-width: 720px;
  }
}

@media (min-width:576px and max-width:767px) {
  .custom-footer-container {
    max-width: 540px;
  }
}

.custom-justify-content-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.custom-footer-widget {
  color: #8b8e95;
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.custom-footer-title {
  color: #FFFFFF;
  border-bottom: none;
  margin: -3px 0 30px 0;
  padding: 0 0 14px 0;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Syne', sans-serif;
  line-height: 1em;
}

.custom-footer-title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #EB3300;
}

.custom-footer-menu ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 0 0 0;
}

.custom-footer-widget ul {
  padding-left: 0 !important;
}

.custom-footer-menu li {
  display: block;
  position: relative;
  margin-bottom: 18px;
}

.custom-footer-contact {
  max-width: 265px;
}

.custom-footer-info {
  display: flex;
  margin-bottom: 23px;
}

.custom-info-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  line-height: 29px;
  font-size: 25px;
  color: #EB3300;
  border-radius: 999px;
  text-align: center;
  margin-right: 10px;
}

.custom-info-text {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin-top: -0.20em;
  margin-bottom: 0;
  color: #FFFFFF;
}

.custom-info-label {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #D2D2D2;
  display: block;
}

.custom-info-link {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 500;
}

.custom-th-social a {
  background-color: #363739;
  color: #FFFFFF;
  border: 1px solid #363739;
  box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
}

.custom-th-social a:hover {
  background-color: #EB3300;
  color: #FFFFFF;
}

.custom-footer-copyright {
  background-color: #000000;
  padding: 26px 26px;
  background-size: 100% auto;
  padding-left: 80px;
}

.custom-copyright-text {
  color: #CDCDCD;
  font-size: 13px;
  margin: 0;
}

.custom-title {
  color: #CDCDCD;
  font-size: 13px;
}

.custom-footer-shape-left {
  bottom: 0%;
  left: 0%;
  position: absolute;
  z-index: -1;
}

.custom-footer-shape-right {
  right: 0%;
  bottom: 0%;
  position: absolute;
  z-index: -1;
}

.custom-footer-menu a {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	color: #8b8e95;
	display: block;
	max-width: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 0 0 0 20px;
	background-color: transparent;
	border-bottom: none;
	border: none;
	position: relative;
}

.custom-footer-menu a:hover {
	background: transparent;
	color: #EB3300;
}

.custom-copyright-text a {
	color: #EB3300;
} 

.custom-copyright-text a:hover {
	color: #FFFFFF;
} 

@media (max-width: 768px) {
    .custom-footer-col {
        flex: 0 0 100%; /* Her kolon %100 genişlikte olsun */
		text-align: center;
    }
}

@media (min-width: 769px) {
	.custom-footer-links {
		text-align: right;
	}
}

.custom-footer-menu a:before {
	content: "\f101";
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
    left: 0;
    top: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 0.8em;
    background-color: transparent;
    border: none;
    color: #8b8e95;
}