*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
}

nav {
  background: #061d31;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.nav-links-sec {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-links {
  display: flex;
  align-items: center;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  padding: 8px 0;
  margin-left: 13px;
  border-bottom: 1px solid #ffffff00;
  transition: 0.3s ease all;
}

.icon {
  display: flex;
  margin-right: 8px;
}

.nav-links a:hover {
  border-bottom: 1px solid #fff;
}

.nav-links a.active {
  border-bottom: 1px solid #fff;
}

.home-section{
  padding-top: 0px;
}

.home-section::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* background: url(img/home-bg.png); */
  width: 100%;
  height: 100%;
  z-index: -2;
}
.home-section::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/home-building.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home-container{
  padding: 20px;
  padding-top: 120px;
  max-width: 1200px;
  margin: auto;
  color: #fff;
  font-family: 'Forum', cursive;
  z-index: 2;
}
.home-header {
  font-size: 56px;
  text-transform: uppercase;
  padding: 20px 0;
}

.home-alt {
  font-size: 26px;
  width: 550px;
}

.home-btn {
  margin-top: 60px;
  padding: 20px 35px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 11px;
  text-transform: uppercase;
  outline: none;
  border: none;
  background: linear-gradient(to bottom, #fff, #ccc);
  box-shadow: 0 0 15px #ffffff20;
  cursor: pointer;
  color: black;
}

.home-btn:hover {
  box-shadow: 0 0 30px #00000020;
}

.default-section{
  /* background: url(img/bg-mask.png);
  background-repeat: no-repeat;
  background-size: cover; */
}

.default-section .header {
  font-size: 52px;
  padding: 150px 0;
  text-align: center;
  font-family: "Forum", cursive;
}

.defaults-section {
  background: url(img/portrait-mask.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.defaults-section .header {
  font-size: 52px;
  padding: 100px 0;
  text-align: center;
  font-family: "Forum", cursive;
  margin-top: 150px;
}

.box-container {
  max-width: 1200px;
  margin: auto;
}

.about-header {
  text-align: center;
  padding: 60px 0;
  color: #031724;
  text-align: center;
  font-family: Forum;
  font-size: 47.1px;
  font-style: normal;
  font-weight: 400;
  line-height: 83px;
}

.box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #153f66;
  border-radius: 4px;
}

.box-title {
  font-weight: 600;
  font-size: 22px;
  padding: 10px 0;
}

.box-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.box-settings {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 150px;
  width: 33.3%;
}

.box {
  width: 280px;
}

.box-content {
  height: 100px;
}

.slash-section {
  background: url(img/sec-mask.png),
  linear-gradient(to bottom, #071724 60%, #11395a);
  background-repeat: no-repeat;
  background-position: 80% 80%;
  height: 100%;
}

.slash-section .header {
  font-size: 52px;
  text-align: center;
  font-family: "Forum", cursive;
  color: #fff;
  padding: 110px 0;
}

.slash-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.box-slash {
  display: flex;
  align-items: center;
  width: 33.3%;
  flex-direction: column;
}

.slashed-box-content {
  position: relative;
  color: #fff;
  padding: 20px 0;
  height: 200px;
  font-size: 20px;
  width: 250px;
}

.slashed-box {
  display: flex;
  align-items: end;
  background: linear-gradient(to bottom, #143c62, transparent 62%);
  width: 200px;
  height: 200px;
  border-radius: 10px;
}

.slash-container {
  max-width: 1200px;
  margin: auto;
}

.box-slash-img {
  position: relative;
  left: -20px;
  display: flex;
  align-items: end;
  height: 200px;
  width: 100%;
}

.box-slash-img span {
  font-size: 52px;
  color: #fff;
  font-family: "Forum", cursive;
}

.trailer-img-container {
  position: relative;
}

.trailer-content-box {
  position: absolute;
  top: 160px;
  left: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
  transform: translate(-50%);
}

.space-between-section-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.section-t {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 225px;
  padding: 29px;
  height: 95px;
  margin: 30px;
  background: #ffffff60;
  backdrop-filter: blur(10px);
  color: #fff;
  border-radius: 11px;
}

.project-gallery .swiper-slide {
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 15px #00000020;
  margin: 32px 0;
  border-radius: 30px;
  overflow: hidden;
}

.project-gallery {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px auto;
}

.project-gallery .swiper-wrapper {
  display: flex;
}

project-gallery .swiper-slide {
  height: 600px;
  border-radius: 15px;
  overflow: hidden;
  flex-shrink: 0;
}

/* Убедиться, что .swiper-wrapper не ломает вёрстку */
.project-gallery .swiper-wrapper {
  display: flex;
}

.project-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



.project-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.swiper-slide img {
  display: block;
  width: 100%;
}

.card {
  position: relative;
}

.card-img img {
  width: 400px;
  height: 470px;
  background: #153f66;
}

.card-img2 img {
  width: 400px;
  height: 400px;
  background: #153f66;
}

:root {
  --swiper-navigation-size: 35px !important;
  --swiper-navigation-color: #353535 !important;
}

.card-text {
  position: absolute;
  bottom: 0;
  z-index: 99;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, #000000, transparent);
  color: #fff;
}

.card-text2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 20px;
  background: #071724;
  color: #fff;
  height: 100px;
}

.card-header {
  font-size: 22px;
  padding: 5px 0;
}

.fa-location-dot {
  margin-right: 6px;
  font-size: 18px;
}

.faq-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 30px;
  color: #363636;
  margin-bottom: 20px;
  background: #ffffff;
  cursor: pointer;
  font-size: 20px;
  box-shadow: 0 0 30px #00000020;
  border-radius: 15px;
}

.faq-header:after {
  position: absolute;
  right: 30px;
  content: "\2b";
  color: #555555;
  font-size: 22px;
}

.accordion-item {
  margin-bottom: 8px;
  position: relative;
}

.paragraph {
  max-height: 0px;
  height: 0%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 15px #00000012;
  transition: 1s all;
  color: #353535;
  font-size: 18px;
  border-radius: 11px;
}

.accordion-item .paragraph {
  transition: 0.3s all;
}

.faq-active .paragraph {
  height: 100%;
  max-height: 500px;
}

.accordion-menu {
  max-width: 800px;
  margin: auto;
}

.paragraph-content {
  padding: 22px;
}

.mail-modal {
  max-width: 700px;
  margin: auto;
  background: #fff;
  padding: 80px;
  box-shadow: 0 0 15px #00000020;
  border-radius: 15px;
  margin-bottom: 50px;
}

.mail-header {
  font-size: 36px;
  margin-bottom: 50px;
  text-align: center;
  color: #071724;
  font-weight: 600;
}

.mail-inputs {
  display: flex;
  flex-direction: column;
}

.mail-inputs input {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 12px;
  outline: none;
  border: none;
  background: #f6f6f6;
  font-size: 19px;
  text-align: center;
}

.mail-inputs input::placeholder {
  color: #d6d6d6;
  text-align: center;
  font-size: 19px;
}

.fullwidth {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mail-inputs button {
  color: #fff;
  background: #071724;
  padding: 20px;
  outline: none;
  border: none;
  border-radius: 12px;
  font-size: 19px;
  cursor: pointer;
}

.footer .header {
  padding: 25px;
  color: #fff;
}

.contact-card {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 15px #00000020;
  border-radius: 20px;
  padding: 50px;
}

.footer {
  margin-top: 100px;
  position: relative;
}

.map-list {
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.map-icon {
  color: #ffffff;
  font-size: 16px;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000000b7;
  backdrop-filter: blur(10px);
  z-index: 9998;
  cursor: pointer;
}

.map-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.map-list-text {
  font-size: 18px;
}

.fa-circle-chevron-down {
  display: none !important;
}

.map-list a {
  color: #000;
  text-decoration: none;
}

.map-list a:hover {
  text-decoration: underline;
}

.map-header {
  font-size: 24px;
  font-weight: 600;
  margin-left: 40px;
}

.contact-card .flex-img {
  width: 100%;
}

.m-top {
  margin-top: 50px;
}

.footer-alt .logo img {
  width: 350px;
}

.footer-alt .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-contact {
  position: relative;
  top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 150px;
  background: var(--linear-gradient-blue);
  border-radius: 100px;
  color: #fff;
  padding: 0 25px;
}

.footer-alt {
  padding: 80px 0;
  background: #061d31;
}

.form-c-btn {
  padding: 15px 25px;
  background: #000;
  outline: none;
  border: none;
  color: #fff;
  border-radius: 50px;
  font-size: 22px;
  cursor: pointer;
}

.rotate {
  transform: rotate(180deg);
}

.footer-flex {
  display: flex;
  justify-content: space-around;
  max-width: 1200px;
  margin: auto;
}

.address .flex-links a {
  color: #000000;
  text-decoration: none;
}

.address .flex-links a:hover,
.address .flex-links .active {
  color: #000000;
  text-decoration: underline;
}

.address .map-icon {
  color: #153f66;
}

.contact-section {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
  padding: 10px;
  gap: 50px;
  padding-bottom: 100px;
}

.flex-item-header {
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  padding: 25px 0;
}

.flex-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.flex-links a {
  color: #fff;
  text-decoration: none;
}

.map iframe {
  width: 450px;
  height: 450px;
  border-radius: 15px;
  box-shadow: 0 0 15px #00000022;
}

.flex-links a:hover,
.flex-links .active {
  color: #ffffff;
  text-decoration: underline;
}

.flex-links .map-list-text {
  font-size: 16px;
}

.flex-links .map-list {
  margin: 5px 0;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ffffff;
  color: #353535;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  box-shadow: 0 0 15px #00000020;
}

/* page section */

/* Ana Section Stili */
.page-section {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
}

/* Başlık Alanı */
.section-header {
  text-align: center;
  margin-bottom: 20px;
}

.header-title {
  font-size: 2rem;
  color: black;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* İçerik Alanı */
.section-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.content-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.text-content {
  flex: 1 1 55%;
  max-width: 55%;
}

.content-title {
  font-size: 1.5rem;
  color: #061d31;
  margin-bottom: 10px;
}

.content-description {
  font-size: 1rem;
  color: black;
  line-height: 1.8;
  text-align: justify;
}

/* page section end */

/* Projeler Section */
.projects-section {
  padding: 70px 50px;
  background-color: #f9f9f9;
}

.projects-header {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 45px;
}

.projects-title {
  font-size: 2.5rem;
  color: black;
  text-transform: uppercase;
  margin: 0;
}

.project-hero {
  padding: 55px;
}

.project-hero .container {
  max-width: 1200px;
  margin: 0 auto;
}

.hero-title h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #061d31;
  text-align: center;
  margin-bottom: 60px;
}

.hero-body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5px;
}

.hero-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
}

.hero-text {
  flex: 1;
  padding: 25px 35px;
}

.hero-text h2 {
  font-size: 2rem;
  color: #061d31;
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 1rem;
  line-height: 1.8;
  color: black;
  margin-bottom: 20px;
  text-align: justify;
}

.general-features {
  margin-top: 40px;
  border-radius: 10px;
}

.general-features h2 {
  text-align: left;
  font-size: 2rem;
  color: #061d31;
  margin-bottom: 20px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.features-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.features-grid ul li {
  font-size: 1rem;
  color: #333;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.checkmark {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #061d31;
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  margin-right: 10px;
  line-height: 24px;
  flex-shrink: 0;
}

.checkmark {
  color: white;
}

.features-grid ul  {
  color: #ffffff;
}

.housing-types {
  padding: 40px 20px;
  background-color: #ffffff;
  text-align: center;
}

.housing-types h2 {
  font-size: 2.5rem;
  color: #061d31;
  margin-bottom: 50px;
}

.housing-grid {
  display: flex;
  gap: 20px;
  justify-content: space-around;
  margin-bottom: 40px;
}

.housing-card {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 15px;
  width: 370px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.housing-card img {
  width: 100%;
  height: 220px;
}

.housing-card .card-info {
  background-color: #061d31;
  color: white;
  padding: 25px 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.housing-card .card-info h3 {
  font-size: 1.5rem;
  margin: 0;
}

.housing-card .card-info p {
  font-size: 1rem;
  margin: 0;
}

.housing-card:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.project-info {
  margin-top: 20px;
}

.project-info table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
  text-align: left;
}

.project-info td {
  padding: 10px;
  border: 1px solid #ddd;
}

.project-info td:first-child {
  font-weight: bold;
}

.project-details .swiper {
  width: 50%;
  height: auto;
  border-radius: 20px;
  max-width: 400px;
}

.project-details .swiper-slide {
  background-position: center;
  background-size: cover;
  box-shadow: none;
}

.project-details .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: 500px;
  border-radius: 10px;
  object-fit: cover;
}

.project-details .swiper {
  width: 100%;
  height: auto;
  border-radius: 20px;
  max-width: 400px;
}

.project-details .swiper-slide {
  background-position: center;
  background-size: cover;
}

.project-details .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: 400px;
  border-radius: 10px;
  object-fit: cover;
}

.dynamic-page {
  padding: 20px;
  max-width: 1200px;
  margin: 20px auto;
}

.dynamic-page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.dynamic-page-title {
  font-size: 2.5rem;
  color: rgb(9, 9, 9);
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.page-banner {
  margin-bottom: 30px;
}

.page-banner img {
  width: 100%;
  height: 500px;
  margin: 0 auto 20px auto;
  display: block;
  border-radius: 20px;
}

.dynamic-page-content {
  padding: 2px;
}

.dynamic-page-content p {
  font-size: 1.1rem;
  color: #090909;
  text-align: justify;
  line-height: 1.8;
}

.dynamic-page-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 5px;
}

.dynamic-page-content h2 {
  font-size: 2.5rem;
  color: rgb(9, 9, 9);
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.dynamic-page-content a {
  color: #008bdb;
  text-decoration: none;
  font-weight: 500;
}

.dynamic-page-content a:hover {
  text-decoration: underline;
}

.news-section {
  padding: 27px 40px 27px 60px;
}

.news-main-image {
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}

.news-main-image img {
  width: 100%;
  height: 80vh;
  display: block;
  overflow: hidden;
}

.news-image {
  width: 100%;
  height: 500px;
  margin: 0 auto 20px;
  display: block;
  border-radius: 8px;
}

/* Makale Bölümleri */
.news-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 100px;
}

.news-image-container img {
  width: 100%;
  height: 300px;
  object-fit: cover !important;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.news-container h4 {
  font-size: 23px;
  margin: 0 0 20px 12px;
  text-align: left;
}

.news-content {
  padding: 20px;
  padding-bottom: 40px;
}

.news-content h2 {
  font-size: 2.5rem;
  color: rgb(9, 9, 9);
  text-align: left;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.news-content p {
  font-size: 1rem;
  color: #090909;
  text-align: justify;
  line-height: 1.8;
}

/* Makale Öğeleri */
.article-item {
  text-align: center;
  position: relative;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin-bottom: 40px;
  min-height: 300px;
}

.article-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: transform 0.5s ease;
}

.article-item h3 {
  color: #222222;
  margin: 30px 15px 15px;
}

.article-item p {
  color: black;
  font-size: 17px;
  padding: 5px 0 14px;
}

.article-item:hover {
  box-shadow: 0 8px 6px rgba(0, 0, 0, 0.3);
}

.news-feature-image {
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.news-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
  padding: 120px 40px;
  justify-items: center;
  width: 100%;
  box-sizing: border-box;
}

.news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 40px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
  background-color: white;
  height: 100%;
  padding: 0;
  min-height: 494px;
  width: 100%;
  max-width: 430px;
  transition: box-shadow 0.3s ease;
  margin: 0 auto;
}

.news-card:hover {
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.news-card-title {
  padding: 10px 20px;
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
  color: #061d31;
  margin: 15px 0 10px;
  line-height: 1.4;
}

.news-card-meta {
  font-size: 0.9rem;
  color: #010101;
  padding: 20px 30px;
  border-top: 1px solid #e0e0e0;
  text-align: left;
  box-sizing: border-box;
}

.news-card-meta ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.news-card-meta ul li {
  display: inline;
  margin-right: 10px;
}

.news-card p {
  font-size: 16px;
  line-height: 1.5;
  color: #030303;
  margin-bottom: 20px;
}

.news-card h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
}

.category-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 40px 0;
}

.category-buttons button {
  padding: 10px 20px;
  background-color: #061d31;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}

.pagination a {
  padding: 10px 15px;
  background-color: #061d31;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
}

.pagination a:hover {
  background-color: #007bff;
}

.pagination a.active {
  background-color: #007bff;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  padding: 20px;
}

.project-card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.2s;
}

.project-card:hover {
  transform: scale(1.02);
}

.project-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.project-title {
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
}
.project-gallery {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px auto;
}

.project-gallery .swiper-slide {
  width: 100%;
  height: 600px;
  border-radius: 15px;
  overflow: hidden;
}

.project-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.project-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-color: #fff;
}

.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.project-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #eee;
  border-radius: 8px;
}

.project-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  padding: 14px 16px;
  line-height: 1.4;
  background-color: #f9f9f9;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s ease;
}

.project-card a:hover .project-title {
  color: #0077b6;
}
.catalog-form form {
  max-width: 600px;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.catalog-form input[type="text"],
.catalog-form input[type="email"],
.catalog-form input[type="tel"] {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  width: 100%;
}

.catalog-form input[type="checkbox"] {
  margin-right: 8px;
}

.catalog-form button[type="submit"] {
  background-color: #0a2b4f;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.catalog-form button[type="submit"]:hover {
  background-color: #003d7a;
}

.catalog-form .btn-download {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 16px;
  background-color: #007bff;
  color: #fff !important;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.catalog-form .btn-download:hover {
  background-color: #0056b3;
}.catalog-form {
   padding: 40px 0;
   display: flex;
   justify-content: center;
 }

.catalog-form .container {
  max-width: 600px;
  width: 100%;
}

.catalog-form h2 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 600;
}

.catalog-form form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.catalog-form input[type="text"],
.catalog-form input[type="email"],
.catalog-form input[type="tel"] {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

.catalog-form input[type="checkbox"] {
  margin-right: 8px;
}

.catalog-form label {
  font-size: 14px;
}

.catalog-form button[type="submit"] {
  background-color: #0a2b4f;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.catalog-form button[type="submit"]:hover {
  background-color: #003d7a;
}

.catalog-form .btn-download {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 16px;
  background-color: #007bff;
  color: #fff !important;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
  text-align: center;
}

.catalog-form .btn-download:hover {
  background-color: #0056b3;
}
.news-card-title a {
  color: #222;
  text-decoration: none;
  font-weight: bold;
}

.news-card-title a:hover {
  color: #000;
  text-decoration: underline;
}
.highlighted-link-wrapper {
  text-decoration: none;
  color: #222; /* или #000 */
  display: block;
}

.highlighted-link-wrapper:hover .highlighted-title {
  text-decoration: underline;
  color: #000;
}
/* Только для мобильных устройств */
@media (max-width: 767px) {
 .swiper-slide {
    width: 100vw !important;
    height: auto;
    display: flex;
    justify-content: center;
  }

 .swiper-slide img {
    width: 100vw;
    height: auto;
    object-fit: cover;
    border-radius: 0;
  }

.swiper.project-gallery {
    width: 100vw;
    margin: 0 auto;
  }
}

.swiper-slide {
  width: auto !important;
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .project-gallery .swiper-slide {
    max-width: 400px;
    height: 500px;
  }

  .project-gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
  }
}
/******/
.swiper-button-next,
.swiper-button-prev {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.15),
    inset 0 0 2px rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Стрелка внутри */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 136, 255, 0.5);
  transition: all 0.3s ease;
}

/* Hover эффект */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 136, 255, 0.3);
  transform: translateY(-50%) scale(1.08);
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #061d31;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

/* Небольшой bounce при нажатии */
.swiper-button-next:active,
.swiper-button-prev:active {
  transform: translateY(-50%) scale(0.95);
}
.swiper-button-next,
.swiper-button-prev {
  width: 56px !important;
  height: 56px !important;
  border-radius: 50% !important;
}
/*/////////////////////*/
@media (max-width: 768px) {
  .dynamic-page,
  .dynamic-page-container {
    padding: 15px !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    overflow-x: hidden;
  }

  .page-banner img {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px;
    display: block;
    margin: 0 auto 20px;
  }

  .dynamic-page-title {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }

  .dynamic-page-content {
    padding: 0 10px;
  }

  .dynamic-page-content table {
    width: 100% !important;
    display: block;
  }

  .dynamic-page-content td {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }

  .dynamic-page-content h2 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
  }

  .dynamic-page-content p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
  }
}
/*********************************/
.neden-dubai-sections {
  padding: 60px 0;
}
.neden-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.neden-row.reverse {
  flex-direction: row-reverse;
}
.neden-text {
  flex: 1;
  min-width: 300px;
}
.neden-text h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
.neden-text p {
  font-size: 16px;
  line-height: 1.6;
}
.neden-image {
  flex: 1;
  min-width: 300px;
}
.neden-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.neden-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
.neden-title {
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  color: #061d31;
  margin-top: 60px;
  margin-bottom: 40px;
}

 .neden-dubai-container {
   max-width: 1000px;
   margin: 40px auto;
   font-family: Arial, sans-serif;
   padding: 20px;
   background: #ffffff;
   box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
   border-radius: 8px;
 }

.neden-dubai-container h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #061d31;
}

.neden-dubai-container table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

.neden-dubai-container table th,
.neden-dubai-container table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.neden-dubai-container table th {
  background-color: #061d31;
  color: white;
}

.neden-dubai-container table img {
  max-width: 100px;
  border-radius: 4px;
}

.neden-dubai-container form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.neden-dubai-container input[type="text"],
.neden-dubai-container input[type="number"],
.neden-dubai-container textarea,
.neden-dubai-container select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

.neden-dubai-container input[type="file"] {
  margin-top: 6px;
}

.neden-dubai-container button {
  padding: 12px;
  background-color: #061d31;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.neden-dubai-container button:hover {
  background-color: #0c2c4a;
}

.neden-dubai-container label {
  font-weight: bold;
}

.neden-dubai-container small {
  color: #555;
}
.neden-dubai-sections {
  padding: 60px 0;
}

.neden-dubai-sections .container {
  padding: 0 40px;
}

@media (max-width: 768px) {
  .neden-dubai-sections .container {
    padding: 0 20px;
  }
}

.neden-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.neden-row.reverse {
  flex-direction: row-reverse;
}

.neden-text {
  flex: 1;
  min-width: 300px;
}

.neden-text h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.neden-text p {
  font-size: 16px;
  line-height: 1.6;
}

.neden-image {
  flex: 1;
  min-width: 300px;
}

.neden-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.neden-title {
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  color: #061d31;
  margin-top: 60px;
  margin-bottom: 40px;
}
/************/


/****************/

@media (max-width: 768px) {
  
  .linguise_switcher,
  .linguise_switcher > *:not(img) {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background-image: none !important;
    text-decoration: none !important;
  }

  
  .linguise_switcher *:not(img) {
    border-bottom: 0 !important;
  }


  .linguise_current_lang,
  .linguise_current_lang > *:not(img) {
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
  }

 
  .linguise_current_lang::before,
  .linguise_current_lang::after {
    content: none !important;
    display: none !important;
  }

  
  .linguise_caret,
  .lccaret {
    display: none !important;
  }


  .linguise_switcher a:not(:has(img)),
  .linguise_switcher a:link:not(:has(img)),
  .linguise_switcher a:visited:not(:has(img)),
  .linguise_switcher a:hover:not(:has(img)),
  .linguise_switcher a:active:not(:has(img)) {
    text-decoration: none !important;
    border: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
  }

  
  .linguise_switcher img {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  /*******/
}

@media (max-width: 768px) {
  .linguise_switcher {
    position: absolute !important;
    top: 448.5px !important;    /* ← отступ сверху */
    right: 209px !important;    /* ← отступ справа (сдвиг влево/вправо) */

    z-index: 9999 !important;  /* ← слой (выше/ниже других элементов) */
  }
}
/***********/
@media (min-width: 769px) {
  /* сам блок переключателя */
  .linguise_switcher {
    position: absolute !important;
    top: 32.1px !important;       /* регулируй по вертикали */
    right: 30px !important;     /* ← увеличь значение, чтобы ушло ещё правее */
    z-index: 1000 !important;

    display: inline-flex !important;
    align-items: center !important;

    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  /* Убираем только рамку/фон у кнопки с текущим языком */
  .linguise_current_lang {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  /* Флаги остаются как есть */
  .linguise_switcher img {
    display: inline-block !important;
    width: 20px !important;
    height: auto !important;
    border: none !important;        /* без рамки вокруг флага */
    box-shadow: none !important;
  }

  /* Дропдаун-список языков тоже без рамки */
  .linguise_switcher .linguise-list {
    border: none !important;
    box-shadow: 0 8px 20px rgba(0,0,0,.15) !important;
    background: #0f1e2d !important; /* фон совпадает с шапкой */
    border-radius: 8px !important;
  }
  html[lang="ru"] .home-alt,
html[lang="ru"] .project-title,
html[lang="ru"] .card-header {
    font-size: 0.95em;
    line-height: 1.4;
}

html[lang="ru"] .nav-links-sec {
    gap: 15px;
    flex-wrap: nowrap;
}

html[lang="ru"] .nav-links {
    flex-wrap: nowrap;
}

html[lang="ru"] .nav-links a {
    margin-left: 8px;
    font-size: 0.95em;
    white-space: nowrap;
    padding: 8px 4px;
}

html[lang="ru"] .home-header {
    font-size: clamp(32px, 5vw, 50px);
    line-height: 1.15;
}

html[lang="ru"] .home-btn {
    padding: 18px 25px;
}

html[lang="ar"] .home-alt,
html[lang="ar"] .project-title,
html[lang="ar"] .card-header {
    font-size: 0.95em;
    line-height: 1.4;
}

html[lang="ar"] .nav-links-sec {
    gap: 15px;
    flex-wrap: nowrap;
}

html[lang="ar"] .nav-links {
    flex-wrap: nowrap;
}

html[lang="ar"] .nav-links a {
    margin-left: 0;
    margin-right: 8px;
    font-size: 0.95em;
    white-space: nowrap;
    padding: 8px 4px;
}

html[lang="ar"] .home-header {
    font-size: clamp(32px, 5vw, 50px);
    line-height: 1.15;
}

html[lang="ar"] .home-btn {
    padding: 18px 25px;
}
}

