/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@font-face {
  font-family: "Righteous";
  src: url("../fonts/BalooChettan-Regular.ttf");
  src: url("../fonts/BalooChettan-Regular.ttf");
}

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

:root {
  --esas-reng: #091057;
  --ikinci-reng: #024caa;
  --komekci-reng: #ec8305;
  --fon-rengi: #dbd3d3;
  --yazi-rengi: #232222;
}

* {
  box-sizing: border-box !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
  font-family: "Sen", sans-serif;
}

a {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

a {
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.paddind_bottom_0 {
  padding-bottom: 0 !important;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 0px;
}

.padding_0 {
  padding: 0px;
}

/* header section start */

.header_section {
  width: 100%;
  float: left;
  background-color: var(--esas-reng);
  height: auto;
  background-size: 100%;
}

.bg-light {
  background-color: transparent !important;
}

.ml-auto,
.mx-auto {
  margin: 0 auto !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 3px 20px;
  font-size: 17px;
  color: var(--fon-rengi);
  border-radius: 5px;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--komekci-reng);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: var(--komekci-reng);
}

.navbar-brand {
  width: 24%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-brand img {
  width: 75px;
  height: 75px;
  border-radius: 8px;
  margin-left: 36px;
}

.navbar-brand p {
  font-size: 26px;
  color: var(--fon-rengi);
  margin-left: -4px;
}

.navbar-brand p:hover {
  color: var(--komekci-reng);
}

/* .navbar {
  padding: 15px 0px;
} */

/* header section end */

/* hero section start */

.hero {
  width: 100%;
  min-height: 70vh;
  position: relative;
  padding: 40px 0 60px 0;
  display: flex;
  align-items: center;
  background-image: url(../images/pexels-chuchuphinh-3653269.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 88%;
  object-fit: cover;
  z-index: -1;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.hero-text p {
  margin: 0;
  font-size: 18px;
  padding: 16px;
  font-weight: 500;
  color: black;
}

.hero-h3 {
  text-align: center;
}

@media (max-width: 640px) {
  .hero {
    text-align: center;
  }

  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }

  .hero-img {
    margin-bottom: 20px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/* hero section end */

/* service section start */

@media (max-width: 991px) {
  .service-item:nth-of-type(n+5) {
    display: none !important;
  }
  .service_box {
    padding: 20px 10px !important;
  }
  .service_box h4 {
    font-size: 14px !important;
  }
  .readmore_bt {
    width: 100% !important;
    max-width: 100%;
    padding: 8px 5px !important;
    font-size: 12px !important;
  }
}

@media (min-width: 992px) {
  .service-item:nth-of-type(n+9) {
    display: none !important;
  }
}

.service_icon img {
  width: 130px;
  height: 130px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.service_icon img:hover {
  transform: scale(1.1);
}

.service_box {
  word-break: break-word;
  word-wrap: break-word;
  display: flex !important;
  flex-direction: column;
  height: 350px; /* fixed height for uniform boxes */
  align-items: stretch;
  overflow: hidden;
}
.service_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin: 0 auto 15px auto;
}

.service_box p {
  flex-grow: 1;
}

.readmore_bt {
  max-width: 100%;
  white-space: normal;
}

.service_section {
  width: 100%;
  float: left;
  padding-top: 90px;
}

.service_taital {
  width: 100%;
  float: left;
  font-size: 50px;
  color: var(--yazi-rengi);
  font-weight: 800;
  text-align: center;
}

.service_taital::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background: var(--esas-reng);
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.service_section_2 {
  width: 100%;
  float: left;
  padding-top: 30px;
}

.service_box {
  width: 100%;
  background-color: var(--ikinci-reng);
  height: 350px; /* fixed height to match first boxes */
  padding: 40px 20px;
  border-radius: 10px;
  margin-top: 30px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.service_box:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.building_icon {
  width: 100%;
  text-align: center;
  padding: 0px 0px 20px 0px;
  min-height: 93px;
}

.residential_text {
  width: 80%;
  font-size: 26px;
  color: #fcfcfd;
  text-align: center;
  margin: 0 auto;
}

.service_text {
  width: 100%;
  font-size: 15px;
  color: #fcfcfd;
  text-align: center;
  margin: 0px;
}

.readmore_bt {
  width: 170px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}

.readmore_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #fcfcfd;
  background-color: var(--esas-reng);
  text-align: center;
  padding: 12px 0px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

.readmore_bt a:hover {
  color: #fcfcfd;
  background-color: var(--fon-rengi);
}

.readmore_bt.active a {
  color: #fcfcfd;
  background-color: #f9b116;
}

.service_section {
  background: #f8f9fa;
}

.service_taital {
  font-weight: 700;
  margin-bottom: 40px;
}

.service_box {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  height: 350px; /* uniform height */
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.service_box:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.building_icon img {
  width: 60px;
  margin-bottom: 15px;
}

.residential_text {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service_text {
  font-size: 14px;
  color: #555;
  min-height: 60px;
}

.readmore_bt {
  margin-top: 15px;
  border: none;
  background: #007bff;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
}

.readmore_bt:hover {
  background: #0056b3;
}

.service_section {
  background: #f4f6f9;
  padding: 60px 0;
}

.service_taital {
  font-weight: 700;
  margin-bottom: 50px;
}

.service_box {
  background: #fff;
  padding: 30px 25px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: 100%;
}

.service_box:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.service_icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.service_box h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service_box p {
  font-size: 14px;
  color: #555;
}

.readmore_bt {
  margin-top: 15px;
  padding: 8px 22px;
  border-radius: 25px;
  border: none;
  background: #007bff;
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}

.readmore_bt:hover {
  background: #0056b3;
} 

.services-page .service-item {
  display: block !important;
}

/* service section end */

/* about section start */

.about_section {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  /* background-color: red; */
}

.about_taital {
  width: 100%;
  font-size: 50px;
  color: #232222;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.about_taital::after {
   content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background: var(--esas-reng);
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.slightly_text {
  text-align: center;
}

.about_img {
  max-width: 600px;
  height: 500px;
  background-image: url(../images/test.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
}

.p-r-15-lg {
  padding-right: 15px;
}

.cl6 {
  color: #888;
}
.cl8 {
  color: #555;
}
.cl2 {
  color: #333;
}

.bor16 {
  border-left: 3px solid #e6e6e6;
}
.p-r-0-md {
  padding-right: 0;
}
.p-l-15-lg {
  padding-left: 15px;
}
.p-b-16 {
  padding-left: 15px;
}

.mtext-111 {
  font-family: Poppins-Bold;
  font-size: 25px;
  line-height: 1.2;
}

.stext-113 {
  font-family: Poppins-Light;
  font-size: 16px;
  line-height: 1.7857;
}

.textheight {
  margin-top: 40px;
}

.stext-114 {
  font-family: Poppins-Italic;
  font-size: 15px;
  line-height: 1.666667;
}

.stext-111 {
  font-family: Poppins-Regular;
  font-size: 13px;
  line-height: 1.6923;
}

.how-bor2,
.how-bor1 {
  position: relative;
  z-index: 1;
}

.how-bor2::before,
.how-bor1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 3px solid #ccc;
}

.how-bor1::before {
  bottom: -21px;
  left: -21px;
}

@media (max-width: 767px) {
  .how-bor1::before {
    bottom: -21px;
    right: -21px;
    left: auto;
  }
}

.how-bor2::before {
  bottom: -21px;
  right: -21px;
}

.hov-img0 {
  display: block;
  overflow: hidden;
}

.hov-img0 img {
  width: 100%;
  height: 500px;
  -webkit-transition: transform 0.9s ease;
  -o-transition: transform 0.9s ease;
  -moz-transition: transform 0.9s ease;
  transition: transform 0.9s ease;
}

.hov-img0:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.readmore_btn {
  width: 170px;
  margin: 0 auto;
  margin-bottom: 120px;
}

.readmore_btn a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #fcfcfd;
  background-color: #f9b116;
  text-align: center;
  padding: 12px 0px;
  border-radius: 5px;
  font-weight: bold;
}

.readmore_btn a:hover {
  color: #ffffff;
  background-color: #232222;
}

/* about section end */

/* testimonial section start */

.testimonial_section {
  width: 100%;
  float: left;
  padding-bottom: 65px;
}

.testimonial_taital {
  width: 100%;
  float: left;
  font-size: 50px;
  color: #111111;
  text-align: center;
  font-weight: bold;
}

.testimonial_taital::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background: var(--esas-reng);
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial_text {
  width: 100%;
  float: left;
  font-size: 16px;
  text-align: center;
  color: #232222;
  margin-left: 0px;
}

.testimonial_section_2 {
  width: 70%;
  margin: 0 auto;
  display: flex;
  padding-top: 40px;
  margin-bottom: 10px;
}

.testimonial_left {
  width: 30%;
  float: left;
}

.testimonial_right {
  width: 70%;
  float: left;
}

.client_img {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 20px;
  padding-left: 20px;
}

.client_img::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 214px;
  border: 2px solid #f9b116;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.markro_text {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #232222;
  font-weight: bold;
}

.many_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #2f2f2e;
  margin: 0px;
}

.quick_icon {
  width: 100%;
  float: left;
  padding-top: 20px;
}

#my_slider a.carousel-control-prev {
  position: absolute;
  left: 200px;
  top: 105%;
}

#my_slider a.carousel-control-next {
  position: absolute;
  right: inherit;
  top: 105%;
  left: 260px;
}

#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
  width: 50px;
  height: 50px;
  background: #f9b116;
  opacity: 1;
  font-size: 30px;
  color: #ffffff;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
  background: #252525;
  color: #ffffff;
}

/* testimonial section end */

/* team page section start */
.team_page_section {
  width: 100%;
  background-color: #f8f9fa;
  padding: 60px 0;
}

.team_page_title {
  font-size: 40px;
  font-weight: 800;
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.team_page_subtitle {
  font-size: 16px;
  color: #666666;
  max-width: 700px;
  margin: 0 auto;
}

/* Kartın Dizaynı */
.team_page_card {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  display: flex;
  align-items: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #eeeeee;
}

.team_page_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(249, 177, 22, 0.18);
  border-color: #f9b116;
}

.team_page_card_img {
  width: 140px;
  height: 170px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid #f9b116;
  margin-right: 20px;
}

.team_page_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team_page_card_info {
  flex-grow: 1;
}

.team_page_member_name {
  font-size: 22px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 2px;
}

.team_page_member_role {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #f9b116;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.team_page_member_desc {
  font-size: 14px;
  color: #555555;
  line-height: 1.5;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.team_page_contact_quick {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  color: #666;
  margin-bottom: 15px;
}

.team_page_contact_quick i {
  color: #f9b116;
  margin-right: 5px;
}

.team_page_btn {
  background-color: #f9b116;
  color: #ffffff;
  border: none;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.team_page_btn:hover {
  background-color: #222222;
  color: #ffffff;
}

/* MODAL DİZAYNI */
.team_page_modal .modal-content {
  border-radius: 12px;
  border: none;
  overflow: hidden;
}

.team_page_modal_header {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 20px 25px;
  border-bottom: 3px solid #f9b116;
}

.team_page_modal_user {
  display: flex;
  align-items: center;
  gap: 15px;
}

.team_page_modal_user img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px solid #f9b116;
  object-fit: cover;
}

.team_page_modal_header .modal-title {
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  font-size: 22px;
}

.team_page_modal_role {
  color: #f9b116;
  font-size: 13px;
  font-weight: 600;
}

.team_page_modal_header .close {
  color: #ffffff;
  opacity: 0.8;
  font-size: 28px;
}

.team_page_modal_header .close:hover {
  opacity: 1;
  color: #f9b116;
}

.team_page_modal_body {
  padding: 25px;
  background-color: #ffffff;
  max-height: 80vh;
  overflow-y: auto;
}

/* Modal Daxili Bloklar */
.team_page_detail_block {
  background: #fdfdfd;
  border: 1px solid #f0f0f0;
  border-left: 4px solid #f9b116;
  padding: 15px 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.team_page_block_title {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.team_page_block_title i {
  color: #f9b116;
}

.team_page_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.team_page_list li {
  margin-bottom: 10px;
}

.team_page_list li strong {
  display: block;
  color: #333;
}

.team_page_list li span {
  font-size: 13px;
  color: #777;
}

.team_page_sub_duties {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px dashed #ddd;
}

.team_page_sub_duties h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.team_page_sub_duties ul {
  list-style: none;
  padding-left: 0;
}

.team_page_sub_duties li {
  font-size: 13px;
  color: #555;
  margin-bottom: 5px;
}

.team_page_sub_duties i {
  color: #f9b116;
  margin-right: 6px;
}

/* Layihə Tag-ləri */
.team_page_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.team_tag {
  background: #f0f4f8;
  color: #2c3e50;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #dcdfe6;
}

.team_page_check_list, 
.team_page_lang_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.team_page_check_list li {
  font-size: 13px;
  color: #444;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.team_page_check_list i {
  color: #f9b116;
}

.team_page_lang_list li {
  font-size: 13px;
  padding: 4px 0;
  border-bottom: 1px solid #eee;
}

/* Responsivlik */
@media (max-width: 768px) {
  .team_page_card {
    flex-direction: column;
    text-align: center;
  }

  .team_page_card_img {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .team_page_contact_quick {
    align-items: center;
  }

  .team_page_modal_header {
    flex-direction: column;
    text-align: center;
  }

  .team_page_modal_user {
    flex-direction: column;
  }
}
/* team page section end */

/* references */

.references_section {
  width: 100%;
  overflow: hidden; 
  padding: 40px 0;
  background-color: #ffffff;
}

.references_section .container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

.references_wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 20px; 
}

.references_slider {
  display: flex;
  width: max-content;
  gap: 50px; 
  animation: scrollInfinite 40s linear infinite;
}

.reference_item {
  width: 160px; 
  height: 90px;  
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.reference_item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.reference_item img:hover {
  filter: grayscale(0%);
  opacity: 1;
} 

.references_section .references_title {
  
  font-size: 36px;
  margin-bottom: 40px;
  color: var(--yazi-rengi);
  position: relative;
   width: 100%;
  font-size: 50px;
  color: #111111;
  text-align: center;
  font-weight: bold;
}
.references_section .references_title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background: var(--esas-reng);
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes scrollInfinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); 
  }
}

/* contact section start */

.contact_section {
  width: 100%;
  float: left;
  background-image: url(../images/contact-bg.png);
  height: auto;
  background-size: cover;
  background-position: center;
}

.contact_section_2 {
  width: 100%;
  float: left;
}

/* Başlığı xəritənin yuxarı sərhədi ilə tam eyni hündürlükdən başladaq */
.contact_taital {
  width: 100%;
  float: left;
  color: #0d0d0d;
  font-weight: 700;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 15px;
  line-height: 1;
}

.mail_section_1 {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

/* Input-ların yığcamlaşdırılması */
.mail_text {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #363636;
  border: 1px solid #1a2b3c !important;
  background-color: #ffffff !important;
  padding: 8px 12px; /* Daxili hündürlüyü azaldıldı */
  margin-bottom: 10px; /* Elementlər arası məsafə azaldıldı */
  outline: none;
  box-shadow: none;
  border-radius: 0px;
}

/* Textarea-nın xəritənin alt hissəsini keçməməsi üçün boyu azaldıldı */
.massage-bt {
  width: 100%;
  float: left;
  height: 80px; /* Hündürlük optimal həddə salındı */
  font-size: 14px;
  color: #363636;
  border: 1px solid #1a2b3c !important;
  background-color: #ffffff !important;
  padding: 10px 12px;
  margin-bottom: 12px;
  outline: none;
  resize: none;
  border-radius: 0px;
}

.mail_text::placeholder,
.massage-bt::placeholder {
  color: #797979;
  opacity: 1;
  font-family: inherit;
}

/* Düymə sahəsi: Genişliyi azaldıldı, hündürlüyü artırıldı */
.send_bt {
  width: 100%;
  float: left;
}

.send_bt a,
.send_bt button {
  width: 160px !important; /* Uzunluğu çox azaldıldı */
  display: inline-block;
  background-color: #ffb413 !important;
  color: #ffffff !important;
  text-align: center;
  padding: 12px 0px !important; /* Hündürlüyü artırıldı */
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 3px;
  border: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: none;
}

.send_bt a:hover,
.send_bt button:hover {
  background-color: #252525 !important;
  color: #ffffff !important;
}

.padding_right0 {
  padding-right: 0px;
}

/* Xəritənin yuxarı boşluğunun tənzimlənməsi */
.map_main {
  width: 100%;
  float: left;
}

.map-responsive iframe {
  width: 100%;
  height: 440px; /* Forma ilə tam bərabərləşdirildi */
  border: 0;
}

/* contact section end */


/* footer section start */

.footer_section {
  width: 100%;
  float: left;
  background-color: var(--esas-reng);
  height: auto;
  background-size: 100%;
  padding-bottom: 30px; /* baxx */
  background-repeat: no-repeat;
  margin-top: 40px;
  padding: 30px 0px;
}

.useful_text {
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: bold;
}

.footer_menu {
  width: 100%;
  float: left;
}

.footer_menu ul {
  margin: 0px;
  padding: 0px;
}

.footer_menu li {
  font-size: 16px;
  color: #f8f8f8;
}

.footer_menu li a {
  color: #f8f8f8;
}

.footer_menu li a:hover {
  color: #f9b116;
}

.footer_text {
  width: 74%;
  float: left;
  color: #f8f8f8;
}

.footer_text ul {
  margin: 0px;
  padding: 0px;
}

.footer_text li {
  font-size: 16px;
  color: #f8f8f8;
}

.footer_text li a {
  color: #f8f8f8;
}

.social_icon {
  width: 20%;
  float: left;
  text-align: center;
  margin-left: 40px;
}

.social_icon li a {
  padding: 20px 30px 0px 0px;
  color: #f8f8f8;
  font-size: 22px;
}

.social_icon li a:hover {
  color: #f9b116;
}

@media (max-width: 768px) {
 
  .footer_section {
    text-align: center;
    padding: 30px 15px; 
  }

  
  .footer_menu,
  .footer_text,
  .social_icon {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-bottom: 30px; 
  }

  
  .social_icon {
    margin-bottom: 0;
  }

  
  .footer_menu ul,
  .social_icon ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  
  .footer_text ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_text li {
  font-size: 16px;
  margin-bottom: 12px;
  text-align: center; 
  
 

  
  .footer_menu li {
    margin-bottom: 12px;
  }

  
  .social_icon ul {
    display: flex !important;
    justify-content: center; 
    align-items: center;
    flex-wrap: wrap; 
    gap: 15px; 
  }

  .social_icon li {
    display: inline-block;
  }

  .social_icon li a {
    padding: 10px !important; 
    display: inline-block;
  }
}}

/* footer section end */

/* copyright section start */
.copyright_section {
  width: 100%;
  float: left;
  background-color: var(--esas-reng);
}

.copyright_text {
  width: 100%;
  color: #f8f8f8;
  text-align: center;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}
/* copyright section end */


.hov-img0 {
  display: block;
  overflow: hidden;
}

.hov-img0 img {
  width: 100%;
  -webkit-transition: transform 0.9s ease;
  -o-transition: transform 0.9s ease;
  -moz-transition: transform 0.9s ease;
  transition: transform 0.9s ease;
}

.hov-img0:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*---------------------------------------------*/

/*===============================
    Scroll Top
===============================*/
/* WhatsApp Button */
#whatsapp-button {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  color: white;
  font-size: 28px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 9999;
}

#whatsapp-button:hover {
  background-color: #20ba5a;
  transform: scale(1.1);
}

/* scroll top end */
