.menu-container {
  display: flex;
  justify-content: center;
  padding: 0 5rem !important;
  max-width: 1440px;
  margin: auto;
}

.navbar-nav {
  margin-top: 0 !important;
}

.navbar-brand img {
  width: 188px;
  height: 23px;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  margin-left: auto;
  margin-right: 0;
  border: none;
  background: transparent !important;
  padding: 0;
  outline: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23484848' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  width: 28px;
  height: 25px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
}

.nav-link {
  text-decoration: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #9a9ea5;
}

.nav-link.active {
  color: #08a3da !important;
}

.nav-link:hover {
  color: #9a9ea5;
}

.nav-link:not(a.nav-link) {
  pointer-events: none;
}

.nav-item a {
  color: #052a44;
}

.nav-item a:hover {
  color: #08a3da;
}

.nav-item span {
  color: #d8d8d8;
}

.nav-item span.nav-link:hover {
  background-color: inherit;
  text-decoration: none;
  color: #9e9e9e;
}

.nav-item-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px; /* Elemanlar arasındaki mesafeyi ayarlayabilirsiniz */
}

.nav-item-content button {
  width: 36px;
  height: 35px;
  color: #052a44;
  background-color: transparent;
  border: 1px solid #052a44;
  border-radius: 6px;
  cursor: pointer;
}

.nav-item-content button:hover {
  color: #ffffff;
  background-color: #052a44;
}

.nav-item-content img {
  width: 24px;
  height: 24px;
  background-color: transparent;
}

#btnSearch {
  width: 36px;
  height: 35px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.1s, border 0.1s;
  display: flex;
  justify-content: center;
  align-items: center;
}

button .translate {
  width: 16px;
  height: 15px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #052a44;
}

.nav-item-content button:hover .translate {
  color: #ffffff;
  background-color: #052a44;
}

#seperator-pipe {
  width: 18px;
  /* border: 1px solid #ffffff; */
  /* background-color: #ffffff; */
  font-weight: 100;
  color: #052a44;
  font-size: 25px;
}

@media (max-width: 1200px) {
  .menu-container {
    padding: 0 3rem !important;
  }
}

@media (max-width: 992px) {
  .menu-container {
    padding: 0 2rem !important;
  }

  .separator {
    display: none;
  }
}

@media (max-width: 768px) {
  .menu-container {
    padding: 0 1rem !important;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: center;
  }

  .nav-item {
    margin-bottom: 10px;
  }

  .separator {
    display: none;
  }
}

@media (max-width: 576px) {
  .menu-container {
    padding: 0 30px !important;
    justify-content: flex-start;
  }

  .navbar-nav {
    width: 100%;
  }

  .navbar-collapse {
    justify-content: center;
  }

  .navbar-nav {
    flex-direction: column;
    margin-top: 1rem !important;
  }

  .separator {
    display: none;
  }
}

.container {
  margin-top: 5rem !important;
  background: #f4faff no-repeat center center;
  background-size: cover;
  text-align: left;
  width: 1280px;
  max-width: 1280px;
  padding: 50px;
  border-radius: 10px;
  position: relative;
}

.header {
  /* padding-left: 15px; */
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.header .highlight {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.16em;
  color: #b8b8b8;
}

.header h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.16em;
  color: #000000;
}

.blue-line {
  width: 40px;
  height: 0px;
  border: 2px solid #08a3da;
  margin-right: 10px; /* h2 ile aradaki boşluk için */
  border-radius: 0px 10px 10px 0px;
}

.content {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.content h1 {
  width: 580px;
  height: 256px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 64px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #052a44;
}

.content h1 span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 64px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #052a44;
}

.content .paragraphs {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 580px;
  height: 141px;
  margin-bottom: 1rem;
}

.content .text1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #4a4a4a;
}

.content .text2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #8c8c8c;
}

.container-middle {
  width: 1380px;
  height: 345px;
  position: relative;
  border-radius: 40px 4px 40px 0px;
  margin: auto;
  margin-top: 7rem !important;
  /* background: url(../img/contactImage.svg) no-repeat center center; */
  background-size: cover;
}

.center-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay-image {
  width: 103px;
  height: 103px;
}

.container-form {
  display: flex;
  justify-content: space-between;
  width: 1280px;
  margin: auto;
}

.left-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.map-section {
  width: 674.79px;
  height: 360px;
  background: linear-gradient(
    0deg,
    rgba(17, 36, 55, 0.6),
    rgba(17, 36, 55, 0.6)
  );
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-family: "URW Geometric";
  position: relative;
}

.map-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  /* gap: 10px; */
  height: 22px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.contact-info-section {
  display: flex;
  justify-content: space-around;
  width: 674.79px;
  height: 255px;
  background: #ffffff;
  border-radius: 40px;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  margin-top: 29.85px;
}

.contact-info {
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  color: #112437;
}

.contact-info h2 {
  font-family: "URW Geometric";
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 131px;
  height: 36px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #112437;
}

.contact-info p {
  margin: 5px 0;
  width: 100%;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  color: #112437;
}

.contact-icon {
  margin-right: 10px;
}

.show-map {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
  gap: 15px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #326182;
  width: 135px;
}

.show-map:hover {
  text-decoration: underline;
  color: #8c8c8c;
}

.form-section {
  width: 515px;
  padding: 40px;
  background: #112437;
  border-radius: 40px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

form {
  display: flex;
  flex-direction: column;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  font-family: "URW Geometric";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #9e9e9e;
  margin-bottom: 5px;
  display: block;
}

.form-group input,
.form-group textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  background: rgba(8, 163, 218, 0.1);
  border: 1px solid rgba(49, 96, 130, 0.4);
  border-radius: 12px;
  color: #ffffff;
  font-family: "URW Geometric";
  font-size: 16px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  font-family: "URW Geometric";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #dcdcdc;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.half {
  width: calc(50% - 10px);
  box-sizing: border-box;
}

.form-group textarea {
  height: 129.58px;
  resize: none; /* Yeniden boyutlandırmayı engeller */
}

form button {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px;
  gap: 8px;
  height: 71.76px;
  background: rgba(8, 163, 218, 0.1);
  border: 1px solid rgba(49, 96, 130, 0.4);
  border-radius: 12px;
  color: #ffffff;
  margin-top: 1rem;
  cursor: pointer;
}

form button:hover {
  background-color: #204d73;
}

.downward-space {
  /* margin-top: -17rem !important; */
  height: 200px;
  /* margin: auto; */
  width: 100%;
  background-color: #f4faff !important;
}

.footer-container {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  padding: 20px;
  border-radius: 40px 40px 0px 0px;
  background: url(../img/rubuheader.jpg) no-repeat center center fixed;
  margin-top: -2rem !important;
  background-size: cover;
}

.contact-section {
  text-align: center;
  margin: 40px 0;
}

.contact-section h1 {
  color: #ffffff;
  width: 100%;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.contact-section p {
  width: 100%;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 29px;
  line-height: 44px;
  letter-spacing: -0.03em;
  color: #08a3da;
}

.contact-button {
  margin-top: 20px;
  padding: 10px 20px;
  border: 1px solid #00b1ff;
  background-color: transparent;
  color: #00b1ff;
  border-radius: 5px;
  cursor: pointer;
}

.contact-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 99.3%;
  padding: 20px;
  max-width: 1440px;
  margin: auto;
}

.footerText {
  /* flex: 2; */
  text-align: left;
  display: flex;
  flex-direction: column;
  width: 50%;
}

.footerButton {
  /* flex: 2; */
  display: flex;
  justify-content: flex-end;
  /* margin-left: 11rem !important; */
  /* width: 35%; */
}

.footerBtnIletisim {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 25px 18px 35px;
  background-color: transparent;
  width: 250px;
  height: 55px;
  left: calc(50% - 250px / 2);
  top: 574px;
  border: 0.87108px solid #dcdcdc;
  border-radius: 50.5226px;
}

.footerBtnIletisim:hover {
  background-color: #dcdcdc;
  border: 0.87108px solid #dcdcdc;
  color: #dcdcdc;
}
.footerBtnIletisim:hover .footerBtnIletisimText {
  color: #000000; /* Mavi renk */
  transition: filter 0.1s;
}
.footerBtnIletisim:hover .footerBtnIletisimIcon {
  /* filter: brightness(0) invert(1); */
  transition: filter 0.1s;
}

.footerBtnIletisimText {
  width: 123px;
  height: 17px;
  /* font-family: "Inter"; */
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #ffffff;
  border: 0;
}

.footerBtnIletisimIcon {
  width: 12px;
  height: 12px;
  margin-right: 17px;
}

@media (max-width: 1200px) {
  .footerText h1 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .footerText p {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .contact-section {
    flex-direction: column;
    text-align: center;
  }

  .footerText {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
  }

  .footerText h1 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .footerText p {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .footerButton {
    margin-left: 0rem !important;
  }
}

@media (max-width: 768px) {
  .footerText h1 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .footerText p {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  .footerButton {
    margin-left: 0rem !important;
  }
}

@media (max-width: 576px) {
  .footerText h1 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .footerText p {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .footerButton {
    margin-left: 0rem !important;
  }
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  padding: 20px;
  max-width: 1440px;
  margin: auto;
}

.footerLogo {
  display: flex;
  justify-content: start;
}

.footer-column-logo {
  margin: 25px 0;
  flex: 2;
  min-width: 200px;
  display: flex;
}

.footer-column {
  margin: 25px 0;
  flex: 1;
  min-width: 200px;
  display: flex;
  justify-content: flex-end;
}

.content-wrapper {
  text-align: left;
}

.footer-column h3 {
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 15px;
}

.footer-column ul li a {
  margin-bottom: 20px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #bcbdc0;
}

.footer-column ul li a:hover {
  color: #007bff;
}

.news-text-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin-top: -6rem !important;
}

.newsletter {
  margin: 10px;
  flex: 1;
  display: flex;
  justify-content: flex-start; /* İstediğiniz hizalamaya göre ayarlayabilirsiniz */
  margin-top: 8.3rem !important;
}

.newsletter p {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #ffffff;
  max-width: 231px;
  text-align: left;
}

/* Büyük Ekranlar İçin */
@media (min-width: 1200px) {
  .footer-column h3 {
    font-size: 1.5rem;
  }
  .footer-column ul li a {
    font-size: 1rem;
  }
}

/* Orta Ekranlar İçin */
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-column h3 {
    font-size: 1.4rem;
  }
  .footer-column ul li a {
    font-size: 0.9rem;
  }
}

/* Küçük Ekranlar İçin */
@media (max-width: 991px) {
  .footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-column {
    justify-content: center;
  }
  .footer-column-logo {
    justify-content: center;
  }
  .footer-column h3 {
    font-size: 1.2rem;
    justify-content: center;
  }
  .footer-column ul li a {
    font-size: 0.9rem;
    justify-content: center;
  }
  .news-text-line {
    justify-content: center;
    margin-top: 0rem !important;
  }

  .newsletter {
    flex: 1 1 45%;
    margin: 10px;
  }

  .newsletter p {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
}

/* Ekstra Küçük Ekranlar İçin */
@media (max-width: 576px) {
  .footer-column h3 {
    font-size: 1.1rem;
    justify-content: center;
  }
  .footer-column ul li a {
    font-size: 0.8rem;
    justify-content: center;
  }
  .news-text-line {
    flex-direction: column;
    align-items: center;
    margin-top: 0rem !important;
  }

  .newsletter {
    flex: 1 1 100%;
    margin: 5px;
    margin-top: 3.3rem !important;
  }

  .newsletter p {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
}

/* Genel stil */
.footer-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 99%;
  padding: 1rem 2rem;
  max-width: 1425px;
  margin: auto;
}

/* 1440px ve altı ekranlar için medya sorgusu */
@media screen and (max-width: 1439px) {
  .footer-column {
    text-align: center;
  }
}

.input-container {
  display: flex;
  width: 30%;
  height: 60px;
  max-width: 600px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 40px;
  overflow: hidden;
}

.input-container.focused {
  border: 2px solid #dcdcdc;
}

.footer-social input[type="email"] {
  flex: 1;
  padding: 16px 24px;
  border: none;
  color: #ffffff;
  background: transparent;
  outline: none;
}

.footer-social input[type="email"]:focus {
  border: none;
  border-color: transparent;
}

.footer-social button {
  padding: 16px 24px;
  margin: 5px;
  border: none;
  background: #08a3da;
  color: #ffffff;
  border-radius: 40px;
  cursor: pointer;
}

.footer-social button:hover {
  background: #dcdcdc;
  color: #000000;
  border-radius: 40px;
}

.social-icons {
  display: flex;
  justify-content: center;
  /* width: 35%; */
  gap: 16px;
}

.social-icons a {
  width: 50px;
  height: 50px;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  justify-content: center;
}

.social-icons a img {
  margin: auto;
}

/* a hoverlandığında img'ye filter uygulanır */
.social-icons a:hover img {
  filter: brightness(0) invert(1);
}

.social-icons a:hover {
  color: #ffffff;
  background-color: #007bff;
  border-radius: 10px;
  width: 50px;
  height: 50px;
}

/* Büyük ekranlar (1200px ve üzeri) */
@media (min-width: 1200px) {
  .footer-social {
    padding-left: 2rem;
  }

  .input-container {
    width: 35%;
    max-width: 600px;
  }

  .footer-social input[type="email"],
  .footer-social button {
    padding: 16px 24px;
    width: 25%;
  }
}

/* Orta boy ekranlar (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-social {
    padding-left: 2rem;
  }

  .input-container {
    width: 42%;
    max-width: 600px;
  }

  .footer-social input[type="email"],
  .footer-social button {
    padding: 16px 24px;
    width: 25%;
  }
}

/* Küçük ekranlar (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .footer-social {
    padding-left: 1.5rem;
  }

  .input-container {
    width: 50%;
    max-width: 500px;
  }

  .footer-social input[type="email"],
  .footer-social button {
    padding: 14px 20px;
    width: 25%;
  }
}

/* Mobil cihazlar (768px ve altı) */
@media (max-width: 767px) {
  .footer-social {
    flex-direction: column;
    padding-left: 1rem;
  }

  .input-container {
    width: 100%;
    max-width: none;
  }

  .footer-social input[type="email"],
  .footer-social button {
    padding: 12px 16px;
    width: 25%;
  }

  .social-icons {
    justify-content: center;
    margin-top: 20px;
    width: 100%;
  }

  .social-icons a {
    margin: 0 20px;
  }
}

/* Mobil cihazlar (375px ve altı) */
@media (min-width: 375px) and (max-width: 766px) {
  .footer-social {
    flex-direction: column;
    padding-left: 1rem;
  }

  .input-container {
    width: 100%;
    max-width: none;
  }

  .footer-social input[type="email"],
  .footer-social button {
    padding: 8px 6px;
    width: 25%;
  }

  .social-icons {
    justify-content: center;
    margin-top: 20px;
    width: 100%;
  }

  .social-icons a {
    margin: 0 20px;
  }
}

/* Mobil cihazlar (375px ve altı) */
@media (max-width: 375px) {
  .footer-social {
    flex-direction: column;
    padding-left: 1rem;
  }

  .input-container {
    width: 100%;
    max-width: none;
  }

  .footer-social input[type="email"],
  .footer-social button {
    padding: 8px 6px;
    width: 25%;
  }

  .social-icons {
    justify-content: center;
    margin-top: 20px;
    width: 100%;
  }

  .social-icons a {
    margin: 0 20px;
  }
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 99.4%;
  max-width: 1440px;
  margin: auto;
}

.footer-bottom p {
  color: #bcbdc0;
  margin: 0;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 25px;
  /* width: 33%; */
}

.footer-links a {
  color: #bcbdc0;
  text-decoration: none;
}

.footer-links a:hover {
  color: #007bff;
}

/* Büyük ekranlar için (1200px ve üstü) */
@media (min-width: 1200px) {
  .footer-bottom {
    flex-direction: row;
  }

  .footer-links {
    justify-content: center;
  }
}

/* Orta ekranlar için (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-bottom {
    flex-direction: row;
  }

  .footer-links {
    justify-content: center;
  }
}

/* Küçük ekranlar için (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .footer-bottom {
    flex-direction: column;
    /* align-items: flex-start; */
  }

  .footer-links {
    justify-content: center;
    width: 100%;
  }
}

/* Mobil ekranlar için (767px ve altı) */
@media (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    align-items: center;
  }

  .footer-column {
    max-width: 300px;
  }
}

.border-space {
  display: flex;
  justify-content: center;
  width: 99%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: auto;
}

@media (max-width: 480px) {
  .footer-container {
    position: relative;
    border-radius: 0px 40px 0px 0px;
    padding: 10px;
  }
  .contact-section {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px !important;
    position: relative;
  }
  .footerText {
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
  }
  .footerText h1 {
    font-size: 36.75px;
    line-height: 47px;
    margin-bottom: 45px;
  }
  .footerText p {
    font-size: 21px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 45px;
  }
  .footerButton {
    margin-left: 0rem !important;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }
  .footerBtnIletisim {
    width: 183.59px;
    height: 50.52px;
    gap: 13px;
  }
  .border-space {
    width: calc(100% + 40px);
    margin-left: -30px;
    margin-right: -30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer {
    align-items: flex-start;
    padding: 50px 20px 0px 20px !important;
  }
  .footer-column {
    max-width: 300px;
    display: none;
  }
  .newsletter p {
    font-size: 22px;
    line-height: 30px;
    text-align: left;
  }
  .footer-social {
    padding: 0 20px 0 0 !important;
    margin: 0;
  }
  .social-icons {
    justify-content: flex-start;
    margin-top: 35px;
    width: 100%;
    gap: 0;
    padding: 10px;
  }
  .social-icons a {
    margin: 0;
  }
  .input-container {
    padding: 0px 0px 0px 15px;
  }
  .footer-bottom {
    padding: 20px !important;
    margin: 25px 0px;
  }
  .footer-bottom p {
    text-align: left;
    width: 100%;
  }
  .footer-links {
    justify-content: flex-start;
  }
  .downward-space {
    height: 200px;
  }
}

.body-blank-container {
  background-color: #08a3da;
  height: 20px;
  width: 100%;
}

/* Modal Özelleştirmeleri */
.modal-content {
  background-color: #f8f9fa; /* Arka plan rengi */
  border-radius: 24px;
  width: 727.58px;
  /* height: 834.71px; */
  padding: 40px;
  position: relative;
}

.modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-body {
  color: #333; /* Yazı rengi */
  font-size: 18px; /* Yazı boyutu */
}

.m-header {
  width: 150.58px;
  height: 18.76px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #2e3a59;
}

.m-caption {
  width: 286.7px;
  height: 15.72px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: -0.01em;
  color: #2e3a59;
}

.p-text {
  width: 134.92px;
  height: 11.72px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
  color: #2e3a59;
}

.p-main {
  display: flex;
  width: 610.21px;
  height: 466.59px;
  padding: 0px 20px;
  overflow: hidden;
  overflow-y: visible;
}

.p-main-text {
  /* width: 366.21px; */
  /* height: 466.59px; */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.p-button {
  box-sizing: border-box;
  width: 610.21px;
  height: 73.86px;
  background: #131f36;
  border-radius: 16px;
  color: #ffffff;
  margin-top: 86.75px;
}

.p-button:hover {
  background-color: #133253;
}

.kvkk {
  list-style-type: none;
  padding-left: 0;
}

.kvkk li {
  margin-left: 20px;
}

.kvkk li::before {
  content: "✓ ";
  font-weight: bold;
}

.bgys {
  list-style-type: none;
  padding-left: 0;
}

.bgys li {
  margin-left: 20px;
}

.bgys li::before {
  content: "•";
  font-weight: bold;
}

/* 1440px'den küçük ekranlar için */
@media (max-width: 1439px) {
  .modal-content {
    width: 100%;
    padding: 35px;
  }

  .p-main {
    width: 100%;
    overflow: hidden;
    overflow-y: visible;
  }

  .p-button {
    width: 100%;
  }
}

/* 1024px'den küçük ekranlar için */
@media (max-width: 1024px) {
  .modal-content {
    width: 100%;
    padding: 30px;
  }

  .m-caption {
    font-size: 28px;
  }

  .p-main {
    width: 100%;
    flex-direction: column;
    padding: 0px 10px;
  }

  .p-button {
    width: 100%;
    margin-top: 50px;
  }
}

/* 768px'den küçük ekranlar için */
@media (max-width: 768px) {
  .modal-content {
    width: 85%;
    padding: 20px;
  }

  .m-caption {
    font-size: 24px;
  }

  .modal-body {
    font-size: 16px;
  }

  .p-main-text {
    font-size: 13px;
    line-height: 20px;
  }

  .p-button {
    height: 60px;
    margin-top: 30px;
  }
}

/* 480px'den küçük ekranlar için */
@media (max-width: 480px) {
  .modal-content {
    width: 85%;
    padding: 15px;
  }

  .m-caption {
    font-size: 20px;
  }

  .p-main-text {
    font-size: 12px;
    line-height: 18px;
  }

  .p-button {
    height: 50px;
    font-size: 14px;
  }
}

.map-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  border: none;
}

/* 1440px ve daha küçük ekranlar için */
@media screen and (max-width: 1439px) {
  .container {
    width: 95%;
    padding: 40px;
    margin-top: 2rem;
  }

  .container-middle,
  .container-form {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }

  .content h1 {
    font-size: 48px;
    line-height: 60px;
    width: 100%;
  }

  .content .paragraphs {
    width: 100%;
  }

  .map-section {
    width: 90%;
    /* height: auto; */
    /* border-radius: 40px; */
    margin: auto;
  }

  .contact-info-section {
    width: 90%;
    /* margin-top: 20px; */
    margin: 30px auto;
  }

  .form-section {
    width: 90%;
    padding: 30px;
    margin-top: 20px;
    margin: auto;
  }

  .form-group input,
  .form-group textarea {
    font-size: 14px;
  }

  form button {
    padding: 20px;
    height: 60px;
  }
}

/* 1024px ve daha küçük ekranlar için */
@media screen and (max-width: 1024px) {
  .container {
    padding: 30px;
  }

  .content {
    flex-direction: column;
    align-items: flex-start;
  }

  .content h1 {
    font-size: 52px;
    line-height: 50px;
    text-align: left;
    width: 100%;
  }

  .content .paragraphs {
    gap: 20px;
  }

  .contact-info-section {
    flex-direction: column;
    height: auto;
    padding: 20px;
  }

  .form-section {
    padding: 20px;
    margin-top: 20px;
  }

  .form-group label {
    font-size: 14px;
  }

  .form-group input,
  .form-group textarea {
    font-size: 14px;
  }

  form button {
    padding: 15px;
    height: 55px;
  }
}

/* 768px ve daha küçük ekranlar için */
@media screen and (max-width: 768px) {
  .header h2 {
    font-size: 11px;
  }

  .header .highlight {
    font-size: 11px;
  }

  .content h1 {
    font-size: 42px;
    line-height: 60px;
    width: 100%;
    height: auto;
  }

  .content h1 span {
    font-size: 42px;
  }

  .container {
    padding: 20px;
  }

  .map-section,
  .contact-info-section,
  .form-section {
    width: 100%;
    margin: 0;
    padding: 10px;
  }

  .map-section {
    /* padding-bottom: 100%; */
    width: 90%;
    margin: auto;
  }

  .contact-info-section {
    height: auto;
    padding: 15px;
    /* margin-top: 20px; */
    width: 90%;
    margin: 30px auto;
  }

  .contact-info h2 {
    font-size: 16px;
  }

  .contact-icon {
    width: 12px;
    height: 12px;
  }

  .contact-info p {
    font-size: 10px;
  }

  .show-map {
    font-size: 11px;
    gap: 10px;
  }

  .show-map img {
    width: 10px;
    height: 10px;
  }

  .form-section {
    padding: 20px;
    margin-top: 20px;
    width: 90%;
    margin: auto;
  }

  .form-group input,
  .form-group textarea {
    font-size: 13px;
    padding: 12px;
  }

  form button {
    padding: 15px;
    height: 50px;
    font-size: 15px;
  }

  .form-group input::placeholder,
  .form-group textarea::placeholder {
    font-size: 13px;
  }
}
/* 480px ve daha küçük ekranlar için */
@media screen and (max-width: 480px) {
  .container {
    margin-top: 4rem !important;
  }

  .blue-line {
    width: 27px;
    margin-right: 15px;
  }

  .header h2 {
    font-size: 12px;
  }

  .header .highlight {
    font-size: 12px;
  }

  .content h1 {
    font-size: 40px;
    line-height: 54px;
    width: 100%;
    height: auto;
  }

  .content h1 span {
    font-size: 40px;
    line-height: 54px;
  }

  .content .paragraphs {
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 0;
    height: auto;
    display: none;
  }

  .container-form {
    margin-top: 0 !important;
  }

  .map-section {
    width: 86%;
    height: 162px;
    border-radius: 21.93px;
  }

  .map-section iframe {
    border-radius: 21.93px !important;
  }

  .contact-info-section {
    padding: 44.18px;
    width: 86%;
  }

  .contact-info {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .contact-info h2 {
    font-size: 19.88px;
    line-height: 39.76px;
    width: 100%;
    height: auto;
    order: 2;
  }

  .contact-info p {
    font-size: 16.57px;
    line-height: 28.72px;
    order: 3;
  }

  .contact-info ul {
    order: 1;
  }

  .contact-info ul li {
    flex-direction: column;
  }

  .form-group label {
    font-size: 16px;
  }

  .form-group input,
  .form-group textarea {
    font-size: 12px;
    padding: 24px;
  }

  .form-section {
    margin-top: 20px;
    width: 100%;
    border-radius: 0;
    padding: 50px 30px !important;
  }

  form button {
    padding: 24px;
    height: 72px;
    font-size: 16px;
    font-weight: 600;
  }

  .contact-icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }

  .show-map {
    font-size: 15.46px;
    line-height: 18.71px;
    gap: 15px;
    margin-top: 1rem !important;
    width: auto;
  }

  .show-map img {
    width: 12px;
    height: 12px;
  }

  .p-empty {
    display: none !important;
  }

  .form-group input::placeholder,
  .form-group textarea::placeholder {
    font-size: 15px;
    line-height: 19.58px;
    font-weight: 400;
  }
}
