@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Loved+by+the+King&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nothing+You+Could+Do&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
* {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

header {
  background-color: #8adb67;
}
@media (max-width: 1000px) {
  header {
    height: 100px;
  }
}

.navbar a {
  text-decoration: none;
}
@media (max-width: 500px) {
  .navbar a {
    font-size: 12px;
  }
}

.downnav {
  justify-content: center;
  display: flex;
  gap: 50px;
  width: 90%;
}
@media (max-width: 500px) {
  .downnav {
    gap: 20px;
    width: 100%;
  }
}
.downnav a {
  width: 200px;
  text-decoration: none;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  color: #e84dab;
}
.downnav a i::before {
  font-size: 40px;
}
@media (max-width: 500px) {
  .downnav a i::before {
    font-size: 20px;
  }
}

.hero-section {
  margin-top: 8%;
  background-color: #e84dab;
  color: #ffffff;
  padding: 60px 5%;
  height: 600px;
  border-bottom-right-radius: 200px;
}
@media (max-width: 1000px) {
  .hero-section {
    height: 750px;
  }
}
.hero-section .hero-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .hero-section .hero-container {
    padding-top: 5%;
    flex-direction: column;
  }
}
.hero-section .hero-container .hero-text {
  flex: 1;
  max-width: 600px;
}
.hero-section .hero-container .hero-text h5 {
  font-weight: normal;
  font-size: 1.3rem;
}
.hero-section .hero-container .hero-text h1 {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #8adb67;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.hero-section .hero-container .hero-text h1 span {
  color: #8adb67;
}
.hero-section .hero-container .hero-text p {
  font-size: 1.1rem;
  margin-top: 20px;
  line-height: 1.6;
  font-weight: bold;
}
.hero-section .hero-container .hero-text .hero-button {
  display: inline-block;
  margin-top: 30px;
  background-color: #8adb67;
  color: #1f1f1f;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}
.hero-section .hero-container .hero-text .hero-button i {
  margin-right: 10px;
}
.hero-section .hero-container .hero-text .hero-button:hover {
  background-color: #b89a64;
}
@media (max-width: 1000px) {
  .hero-section .hero-container .hero-text .hero-button {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1000px) {
  .hero-section .hero-container .hero-text h1 {
    font-size: 3rem;
  }
  .hero-section .hero-container .hero-text p {
    font-size: 1.1rem;
  }
}
.hero-section .hero-container .hero-image {
  flex: 1;
  text-align: center;
}
@media (max-width: 1000px) {
  .hero-section .hero-container .hero-image {
    width: 35%;
    height: auto;
  }
}
.hero-section .hero-container .hero-image img {
  width: 100%;
  max-width: 600px;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

#privacy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1%;
  font-size: 14px;
}
#privacy h5 {
  color: #e84dab;
}

.hero-alt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 10%;
  gap: 50px;
}
@media (max-width: 768px) {
  .hero-alt {
    flex-direction: column;
    text-align: center;
  }
}
.hero-alt .hero-alt-content {
  flex: 1;
}
.hero-alt .hero-alt-content h5 {
  font-size: 1.3em;
  color: #555;
  position: relative;
  margin-bottom: 10px;
}
.hero-alt .hero-alt-content h5::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #a78b49;
  transform: translateY(-50%);
}
.hero-alt .hero-alt-content h1 {
  font-size: 4.5em;
  font-weight: bolder;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .hero-alt .hero-alt-content h1 {
    font-size: 3em;
  }
}
.hero-alt .hero-alt-content h1 .altin {
  color: #b1976b;
  font-weight: 700;
}
.hero-alt .hero-alt-content h1 .mavi {
  color: #e84dab;
  font-weight: 800;
}
.hero-alt .hero-alt-content p {
  font-size: 1.1em;
  color: #333;
  max-width: 500px;
}
.hero-alt .hero-alt-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-alt .hero-alt-image img {
  width: 100%;
  max-width: 600px;
  height: 400px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 500px) {
  .hero-alt .hero-alt-image img {
    width: 250px;
    height: 350px;
  }
}

.departments {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 10px 10% 40px 10%;
  background-color: #fff;
}
.departments .department {
  flex: 1 1 30%;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.departments .department i {
  font-size: 2em;
}
.departments .department .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}
.departments .department .icon.beige {
  background-color: #b1976b;
}
.departments .department .icon.blue {
  background-color: #e84dab;
}
.departments .department .icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.departments .department h3 {
  font-size: 1.5rem;
  font-weight: bolder;
  margin-bottom: 15px;
  color: #1a1a1a;
}
.departments .department p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}
.departments .department a {
  display: inline-block;
  color: #b1976b;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  border-bottom: 2px solid black;
  padding-bottom: 3px;
  margin-top: auto;
}
.departments .department a:hover {
  color: #000;
}

@media (max-width: 1024px) {
  .departments {
    flex-direction: column;
    padding: 20px;
  }
  .departments .department {
    flex: 1 1 100%;
  }
}
.staff {
  background-color: #e84dab;
}
.staff .white_bcg {
  background-color: white;
  z-index: 100;
  border-top-right-radius: 150px;
  border-top-left-radius: 150px;
}
.staff .header_staff {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .staff .header_staff {
    padding-top: 5%;
  }
}
.staff .header_staff h1 {
  font-size: 4em;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .staff .header_staff h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 3em;
  }
}
.staff .header_staff h1 .altin {
  color: #e84dab;
  font-weight: 700;
}
.staff .header_staff h1 .mavi {
  color: #e84dab;
  font-weight: 800;
}
.staff .header_staff h5 {
  font-size: 1.3em;
  color: #555;
  position: relative;
  margin-bottom: 10px;
}
.staff .header_staff h5::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #a78b49;
  transform: translateY(-50%);
}
@media (max-width: 800px) {
  .staff .header_staff h5 {
    text-align: center;
  }
}
.staff .staff_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("arka-plan.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 100vh;
}
.staff .staff_content img {
  width: 300px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover; /* resmi kırpmadan sığdırır */
  /* border-radius: 70% / 70%; DİK oval şekli verir */
}
.staff .staff_content span {
  margin-top: 2%;
  margin-bottom: 2%;
}
.staff .staff_content p {
  text-align: justify;
  padding: 1% 35%;
}
@media (max-width: 1000px) {
  .staff .staff_content p {
    padding: 1% 20%;
  }
}

.staff_2 {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: row;
  background-color: #8adb67;
  border-top-right-radius: 150px;
}
@media (max-width: 1000px) {
  .staff_2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 600px;
  }
}
.staff_2 img {
  border-top-right-radius: 150px;
  width: 50%;
}
@media (max-width: 1000px) {
  .staff_2 img {
    width: 60%;
    border-radius: 70px;
    padding-bottom: 2%;
  }
}
.staff_2 .staff_2_content {
  padding-left: 5%;
  padding-right: 1%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1000px) {
  .staff_2 .staff_2_content {
    justify-content: center;
    align-items: center;
  }
}
.staff_2 .staff_2_content span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.staff_2 .staff_2_content h1 {
  font-size: 4em;
  line-height: 1.2;
  margin-bottom: 20px;
}
.staff_2 .staff_2_content h1 .altin {
  color: #e84dab;
  font-weight: 700;
}
.staff_2 .staff_2_content h1 .mavi {
  color: #e84dab;
  font-weight: 800;
}
@media (max-width: 1000px) {
  .staff_2 .staff_2_content h1 {
    font-size: 2.75em;
  }
}
.staff_2 .staff_2_content h5 {
  font-size: 1.3em;
  color: #555;
  position: relative;
  margin-bottom: 10px;
}
.staff_2 .staff_2_content h5::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #a78b49;
  transform: translateY(-50%);
}
.staff_2 .staff_2_content h5::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #a78b49;
  transform: translateY(-50%);
}
.staff_2 .staff_2_content p {
  text-align: start;
  padding: 5% 20% 2% 0;
}
@media (max-width: 1000px) {
  .staff_2 .staff_2_content p {
    padding: 0px;
    padding-bottom: 2%;
  }
}

.generaldiv {
  background-color: #e84dab;
}
.generaldiv ul {
  list-style-type: none;
  padding: 0;
  font-size: 14px;
}
.generaldiv ul li {
  padding: 15% 0 15% 0;
}
.generaldiv a {
  text-decoration: none;
  color: white;
}
.generaldiv h3 {
  font-family: "Open Sans";
  font-size: 16px;
  padding-bottom: 0;
}

.contentpart {
  padding: 2% 0 0;
  display: flex;
  flex-direction: row;
  gap: 12%;
  height: 310px;
}
.contentpart .explanationdiv {
  padding-left: 5%;
  display: flex;
  flex-direction: column;
  width: 25%;
  row-gap: 10%;
  line-height: 2;
}
.contentpart .explanationdiv .subscribediv {
  display: flex;
  flex-direction: row;
  gap: 10%;
}
.contentpart .explanationdiv .subscribediv i {
  font-size: 40px;
  color: #000;
  transition: transform 0.3s ease;
}
.contentpart .explanationdiv .subscribediv i:hover {
  transform: scale(1.5);
}
.contentpart .explanationdiv .explanationp {
  font-family: "Raleway";
  color: #8adb67;
  font-size: 24px;
}
.contentpart .explanationdiv .logo {
  height: 15%;
  display: flex;
  align-items: center;
  justify-self: start;
  gap: 0.5rem;
  text-decoration: none;
}
.contentpart .explanationdiv .logo p {
  margin: 0;
  font-family: "Raleway";
  color: #8adb67;
  font-size: 24px;
}
.contentpart .place {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contentpart .place h3 {
  text-align: center;
  font-family: "Raleway";
  color: #8adb67;
  font-size: 24px;
}
.contentpart .place img {
  width: 300px;
  height: auto;
}
.contentpart .place a {
  color: #000;
  font-family: "Raleway";
  text-align: center;
  transition: transform 0.3s ease;
}
.contentpart .place a:hover {
  transform: scale(1.5);
}
.contentpart .community {
  width: 20%;
}
.contentpart .community h3 {
  text-align: center;
  font-family: "Raleway";
  color: #8adb67;
  font-size: 24px;
  margin-bottom: 13%;
}
.contentpart .community li {
  list-style-type: none;
  margin-bottom: 3%;
  font-size: 0.8em;
}
.contentpart .community p {
  padding: 5% 0 5% 0;
  color: white;
  font-family: "Open Sans";
}
.contentpart .community a {
  color: black;
}

.lastline {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: white;
}
@media (max-width: 640px) {
  .lastline {
    font-size: 0.8em;
  }
}
.lastline p {
  color: black;
}

@media screen and (max-width: 1010px) and (min-width: 800px) {
  .contentpart {
    gap: 50px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  .contentpart {
    gap: 10%;
    height: 250px;
  }
  .contentpart .explanationdiv {
    padding-left: 1%;
    row-gap: 5%;
    width: 20%;
    font-size: 18px;
  }
  .contentpart .explanationdiv .explanationp {
    font-size: 18px;
  }
  .contentpart .explanationdiv .subscribediv {
    gap: 5%;
  }
  .contentpart .explanationdiv .subscribediv i {
    font-size: 20px;
  }
  .contentpart .explanationdiv .logo {
    height: 10%;
  }
  .contentpart .explanationdiv .logo p {
    font-size: 18px;
  }
  .contentpart .place {
    justify-content: flex-start;
  }
  .contentpart .place h3 {
    font-size: 18px;
  }
  .contentpart .place img {
    width: 200px;
    height: auto;
  }
  .contentpart .community h3 {
    font-size: 18px;
    margin-bottom: 7%;
  }
  .contentpart .community li {
    margin-bottom: 1%;
    font-size: 0.7em;
  }
  .contentpart .community p {
    padding: 2% 0 2% 0;
  }
}
@media (max-width: 500px) {
  .contentpart {
    flex-direction: column;
    height: 900px;
    gap: 5%;
    justify-content: center;
    align-items: center;
  }
  .contentpart .community {
    width: 80%;
  }
  .contentpart .explanationdiv {
    padding: 2%;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .contentpart .explanationdiv .explanationp {
    width: 100%;
    padding-left: 28%;
  }
}
.about_us_html {
  background-image: url("images/aboutus_back.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
  background-size: contain;
  background-position: right center;
}
@media (max-width: 1020px) {
  .about_us_html {
    background-size: cover;
  }
}
.about_us_html .about_us_up {
  margin-top: 100px;
  background-color: #e84dab;
  width: 50%;
  height: 600px;
  border-bottom-right-radius: 150px;
}
.about_us_html .about_us_up .about_us_content {
  padding: 25% 10% 15% 15%;
}
@media (max-width: 600px) {
  .about_us_html .about_us_up .about_us_content {
    padding: 15% 10% 5% 15%;
  }
}
.about_us_html .about_us_up .about_us_content h1 {
  font-size: 4em;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .about_us_html .about_us_up .about_us_content h1 {
    font-size: 3em;
  }
}
.about_us_html .about_us_up .about_us_content h1 .altin {
  color: #8adb67;
  font-weight: 700;
}
.about_us_html .about_us_up .about_us_content h1 .mavi {
  color: #8adb67;
  font-weight: 800;
}
.about_us_html .about_us_up .about_us_content h5 {
  font-size: 1.3em;
  color: white;
  position: relative;
  margin-bottom: 10px;
}
.about_us_html .about_us_up .about_us_content h5::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #a78b49;
  transform: translateY(-50%);
}
.about_us_html .about_us_up .about_us_content p {
  font-size: 18px;
  color: white;
  font-weight: bolder;
}
@media (max-width: 650px) {
  .about_us_html .about_us_up .about_us_content p {
    font-size: 14px;
  }
}

.about_us_down {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 10% 2% 10%;
}
@media (max-width: 1200px) {
  .about_us_down {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}

.about-image {
  display: flex;
  flex-direction: column;
}
.about-image h2 {
  display: flex;
  margin-bottom: 20%;
  text-align: center;
  font-size: 4em;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #8adb67;
  font-weight: 700;
  justify-content: center;
}
@media (max-width: 768px) {
  .about-image h2 {
    font-size: 3em;
  }
}
.about-image img {
  max-width: 100%;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 500px;
  height: auto;
}
@media (max-width: 768px) {
  .about-image img {
    width: 95%;
    padding-top: 3%;
  }
}

.about-text {
  flex: 1;
  font-size: 1rem;
  line-height: 1.7;
  padding-top: 10%;
}
@media (max-width: 1200px) {
  .about-text .about-list {
    text-align: left;
  }
}
.about-text ul {
  padding-left: 1.2em;
  margin-top: 1em;
}
.about-text ul li {
  margin-bottom: 8px;
}
.about-text p {
  margin-bottom: 1em;
}
@media (max-width: 1200px) {
  .about-text p {
    text-align: left;
  }
}

.work_spaces {
  margin-top: 7%;
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.work_spaces::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/workspace_back_try.png");
  background-size: cover;
  background-position: center;
  filter: blur(6px);
  z-index: 1;
}
.work_spaces .work_spaces_content {
  position: relative;
  z-index: 2;
  text-align: left;
  margin-top: 10%;
  padding: 0 15% 0 10%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 730px) {
  .work_spaces .work_spaces_content {
    width: 100%;
    padding: 0;
    padding-top: 15%;
    justify-content: center;
    align-items: center;
  }
}
.work_spaces .work_spaces_content h1 {
  font-size: 4em;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 730px) {
  .work_spaces .work_spaces_content h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.6em;
  }
}
.work_spaces .work_spaces_content h1 .altin {
  color: #8adb67;
  font-weight: 700;
}
.work_spaces .work_spaces_content h1 .mavi {
  color: #8adb67;
  font-weight: 800;
}
.work_spaces .work_spaces_content h5 {
  font-size: 1.3em;
  color: #e84dab;
  position: relative;
  margin-bottom: 10px;
}
.work_spaces .work_spaces_content h5::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #a78b49;
  transform: translateY(-50%);
}
.work_spaces .work_spaces_content p {
  padding-right: 40%;
  font-weight: bold;
}
@media (max-width: 730px) {
  .work_spaces .work_spaces_content p {
    padding: 5%;
  }
}

.work_spaces_middle {
  display: flex;
  flex-direction: row;
  margin-top: 5%;
}
@media (max-width: 850px) {
  .work_spaces_middle {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.work_spaces_middle img {
  border-radius: 70%;
  width: 400px;
  height: 400px;
}
@media (max-width: 850px) {
  .work_spaces_middle img {
    width: 300px;
    height: 300px;
  }
}
.work_spaces_middle .ws_middle_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 10%;
  padding-top: 2%;
  width: 800px;
}
@media (max-width: 850px) {
  .work_spaces_middle .ws_middle_content {
    width: 100%;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
}
.work_spaces_middle .ws_middle_content h1 {
  font-size: 4em;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .work_spaces_middle .ws_middle_content h1 {
    font-size: 3em;
  }
}
.work_spaces_middle .ws_middle_content h1 .altin {
  color: #8adb67;
  font-weight: 700;
}
.work_spaces_middle .ws_middle_content h1 .mavi {
  color: #8adb67;
  font-weight: 800;
}
.work_spaces_middle .ws_middle_content h5 {
  font-size: 1.3em;
  color: #e84dab;
  position: relative;
  margin-bottom: 10px;
}
.work_spaces_middle .ws_middle_content h5::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #a78b49;
  transform: translateY(-50%);
}
.work_spaces_middle .ws_middle_content p {
  padding-right: 40%;
  font-size: 1.1em;
}
@media (max-width: 850px) {
  .work_spaces_middle .ws_middle_content p {
    padding: 1% 10% 1% 10%;
  }
}

.mini-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  padding: 7% 5%;
  justify-items: center;
  background-color: #fff;
}
.mini-items .law-item {
  text-align: center;
  max-width: 300px;
}
.mini-items .law-item img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%/40%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.mini-items .law-item img:hover {
  transform: scale(1.05);
}
.mini-items .law-item h3 {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111;
}
.mini-items .law-item p {
  margin-top: 0.4rem;
  font-size: 0.95rem;
  color: #333;
}

.contact {
  display: flex;
  flex-direction: row;
  gap: 5%;
  padding-top: 5%;
}
@media (max-width: 850px) {
  .contact {
    gap: 1%;
    flex-direction: column;
  }
}
.contact .contact_content {
  padding-left: 10%;
  width: 800px;
}
@media (max-width: 850px) {
  .contact .contact_content {
    padding-left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.contact .contact_content h1 {
  font-size: 4em;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .contact .contact_content h1 {
    font-size: 3em;
  }
}
.contact .contact_content h1 .altin {
  color: #8adb67;
  font-weight: 700;
}
.contact .contact_content h1 .mavi {
  color: #8adb67;
  font-weight: 800;
}
.contact .contact_content h5 {
  font-size: 1.3em;
  color: #e84dab;
  position: relative;
  margin-bottom: 10px;
}
.contact .contact_content h5::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #a78b49;
  transform: translateY(-50%);
}
.contact .contact_content p {
  padding-right: 20%;
  font-size: 1.1em;
}
@media (max-width: 850px) {
  .contact .contact_content p {
    font-size: 0.9em;
    padding: 5%;
  }
}
.contact .contact_symbols {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5%;
}
.contact .contact_symbols i {
  font-size: 80px;
  color: #e84dab;
  transition: transform 0.3s ease;
}
@media (max-width: 850px) {
  .contact .contact_symbols i {
    font-size: 50px;
  }
}
.contact .contact_symbols i:hover {
  transform: scale(1.2);
}
.contact .contact_symbols h5 {
  font-size: 1em;
  color: black;
}
@media (max-width: 850px) {
  .contact .contact_symbols span {
    font-size: 12px;
  }
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 5%;
  background-color: #fefefe;
}
.contact-form .form-box {
  flex: 1 1 400px;
}
.contact-form .form-box p {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #333;
}
.contact-form .form-box form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-form .form-box form input,
.contact-form .form-box form textarea {
  width: 100%;
  padding: 1rem;
  border-radius: 2rem;
  border: 1px solid #ccc;
  font-size: 1rem;
  background-color: #fafafa;
  color: #111;
}
.contact-form .form-box form textarea {
  border-radius: 1rem;
  resize: vertical;
}
.contact-form .form-box form button {
  background-color: #d5be97;
  color: white;
  font-weight: bold;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 2rem;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease;
}
.contact-form .form-box form button:hover {
  transform: scale(1.05);
}
.contact-form .map-box {
  flex: 1 1 400px;
  min-height: 400px;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.floating-menu {
  position: fixed;
  right: 0;
  top: 40%;
  display: flex;
  flex-direction: column;
  gap: 0px;
  z-index: 1000;
}
.floating-menu a,
.floating-menu .chat-toggle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background-color: #8adb67;
  color: black;
  text-align: center;
  padding: 0.6rem 0.8rem;
  border-radius: 10px;
  font-weight: bold;
  font-size: 0.8rem;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .floating-menu a,
  .floating-menu .chat-toggle {
    font-size: 0.6rem;
  }
}
.floating-menu a:hover,
.floating-menu .chat-toggle:hover {
  background-color: #5c38c2;
}
.floating-menu .whatsapp-button {
  display: flex;
  flex-direction: column;
  background-color: #25d366;
  font-size: 0.6rem;
}
@media (max-width: 768px) {
  .floating-menu .whatsapp-button {
    font-size: 0.5rem;
  }
}
.floating-menu .whatsapp-button i {
  font-size: 15px;
}
@media (max-width: 768px) {
  .floating-menu .whatsapp-button i {
    font-size: 0.5rem;
  }
}
.floating-menu .whatsapp-button:hover {
  background-color: #1ebc58;
}
.floating-menu .whatsapp-button,
.floating-menu .call-button {
  writing-mode: initial;
  transform: none;
}
.floating-menu .call-button {
  display: flex;
  flex-direction: column;
  background-color: #FFD323;
  font-size: 0.6rem;
}
@media (max-width: 768px) {
  .floating-menu .call-button {
    font-size: 0.5rem;
  }
}
.floating-menu .call-button i {
  font-size: 15px;
}
@media (max-width: 768px) {
  .floating-menu .call-button i {
    font-size: 0.5rem;
  }
}
.floating-menu .call-button:hover {
  background-color: #333;
}

.chat-popup {
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  width: 320px;
  max-width: 90%;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  z-index: 1001;
  display: none;
  flex-direction: column;
}
.chat-popup .chat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-popup .chat-header h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #7d4cf2;
}
.chat-popup .chat-header button {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: #555;
}
.chat-popup form {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  gap: 0.75rem;
}
.chat-popup form input,
.chat-popup form textarea {
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 1.5rem;
  font-size: 0.95rem;
}
.chat-popup form textarea {
  resize: none;
  border-radius: 1rem;
}
.chat-popup form button {
  background-color: #7d4cf2;
  color: white;
  border: none;
  border-radius: 2rem;
  padding: 0.6rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}
.chat-popup form button:hover {
  transform: scale(1.05);
}

/* Telefon boyutları için ayarlar (768px'den küçük ekranlar) */
@media (max-width: 768px) {
  .floating-menu a,
  .floating-menu .chat-toggle {
    /* Padding'i küçülterek genişliği azaltıyoruz */
    padding: 0.2rem 0.2rem;
  }
}/*# sourceMappingURL=help.css.map */