/* PAGE CSS */
.spesific-container .section-wrapper {
  max-width: 1440px;
  box-sizing: content-box !important;
  margin: 0 auto;
  padding: 0 64px;
}

.spesific-container a {
  text-decoration: none;
}

.spesific-container p,
.spesific-container h1,
.spesific-container h2,
.spesific-container h3,
.spesific-container h4,
.spesific-container h5,
.spesific-container h6,
.spesific-container form,
.spesific-container ul,
.spesific-container label {
  margin: 0;
}

.spesific-container .section-wrapper .section-title {
  color: #1C244B;
  font-family: Inter !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

@media (max-width: 1280px) {
  .spesific-container .section-wrapper {
    padding: 0 24px;
  }
}

@media (max-width: 1024px) {
  .spesific-container .section-wrapper {
    padding: 0 16px;
  }
}

#SpesificIntro.delivery-section-wrapper {
  position: relative;
}

#SpesificIntro.delivery-section-wrapper .delivery-options-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: calc(100% - 128px);
  z-index: 4;
  max-width: 1440px;
}

@media (max-width: 1280px) {
  #SpesificIntro.delivery-section-wrapper .delivery-options-container {
    width: calc(100% - 48px);
  }
}

@media (max-width: 1024px) {
  #SpesificIntro.delivery-section-wrapper .delivery-options-container {
    width: calc(100% - 32px);
  }
}

@media (max-width: 767.98px) {
  #SpesificIntro.delivery-section-wrapper .delivery-options-container {
    background: #f6faff;
    padding: 40px 16px 32px;
    width: calc(100% + 32px);
    margin: 0 -16px;
    position: relative;
    transform: unset;
    left: unset;
  }
}

#SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #1c244b;
  text-align: center;
  margin-bottom: 16px;
}

@media (min-width: 767.98px) {
  #SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-title {
    display: none;
  }
}

#SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options {
  background: #fff;
  border: 1px solid #e8e9ea;
  box-shadow: 0px 9px 26px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 10px 0;
  display: flex;
}

@media (max-width: 1024px) {
  #SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options {
    padding: 7px 0;
  }
}

@media (max-width: 767.98px) {
  #SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options {
    flex-direction: column;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
  }
}

#SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt {
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
}

@media (max-width: 1024px) {
  #SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt {
    padding: 15px 0;
  }
}

@media (max-width: 767.98px) {
  #SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt {
    width: 100%;
    padding: 8px 0;
    justify-content: flex-start;
  }
}

#SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt:not(:last-child) {
  border-right: 1px solid #f4f5f7;
}

@media (max-width: 767.98px) {
  #SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt:not(:last-child) {
    border-bottom: 1px solid #f4f5f7;
    border-right: none;
  }
}

#SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .photo {
  width: 65px;
  height: 65px;
  margin-right: 16px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .photo {
    width: 47px;
    height: 47px;
    margin-right: 8px;
  }
}

@media (max-width: 767.98px) {
  #SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .photo {
    width: 86px;
    height: 86px;
  }
}

#SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content {
  max-width: calc(100% - 102px);
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content {
    max-width: calc(100% - 55px);
  }
}

#SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 10px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .title {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 5px;
  }
}

#SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #555e6d;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (max-width: 767.98px) {
  #SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail {
    font-size: 16px;
    line-height: 19px;
  }
}

#SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail span,
#SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail a {
  font-weight: 600;
}

#SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail a {
  color: #005eff;
  text-decoration: none;
  font-size: 14px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail a {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (max-width: 767.98px) {
  #SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail a {
    font-size: 16px;
    line-height: 19px;
  }
}

#SpesificIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail span {
  color: #1c244b;
}

.grecaptcha-badge {
  display: none !important;
}

/* END OF PAGE CSS */

/*#region CITY INTRO */
#SpesificIntro {
  padding: 46px 0 0;
}

@media (max-width: 1024px) {
  #SpesificIntro {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  #SpesificIntro {
    padding: 24px 0 0;
  }
}

#SpesificIntro .intro_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1024px) {
  #SpesificIntro .intro_wrapper {
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  #SpesificIntro .intro_wrapper {
    flex-direction: column;
    padding-bottom: 50px;
  }
}

#SpesificIntro .intro-mob-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8px;
  width: 100%;
}

/* @media (min-width: 767.98px) {
  #SpesificIntro .intro-mob-title {
    display: none;
  }
} */

/* @media (max-wdith: 767.98px) {
  #SpesificIntro .intro-mob-title {
    order: 1;
    text-align: center;
  }
} */

#SpesificIntro .intro-mob-title .title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 45px;
  color: #1C244B;
}

#SpesificIntro .google-reviews {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  #SpesificIntro .google-reviews {
    margin-top: 16px;
  }
}

@media (max-width: 767.98px) {
  #SpesificIntro .google-reviews {
    margin: 0;
  }

  #SpesificIntro .intro-mob-title .title {
    text-align: center !important;
  }
}

#SpesificIntro .google-reviews .ti-widget>.ti-widget-container {
  display: flex;
}

@media (min-width: 767.98px) {
  #SpesificIntro .google-reviews .ti-widget>.ti-widget-container>.ti-header {
    flex-wrap: nowrap !important;
    padding-left: 0;
  }
}

#SpesificIntro .intro-content {
  /* width: calc(100% - 560px); */
  margin-bottom: 70px;
}

@media (max-width: 1024px) {
  #SpesificIntro .intro-content {
    /* width: calc(50% - 12px); */
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  #SpesificIntro .intro-content {
    width: 100%;
    order: 3;
  }
}

#SpesificIntro .intro-mob-title .title {
  color: #1C244B;
  font-family: Inter !important;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 24px;
  text-align: start;
}

@media (max-width: 1260px) {
  #SpesificIntro .intro-mob-title .title {
    font-size: 32px;
    text-align: start;

  }
}

@media (max-width: 1024px) {
  #SpesificIntro .intro-mob-title .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 10px;
    text-align: start;

  }
}

/* @media (max-width: 767.98px) {
  #SpesificIntro .intro-mob-title .title {
    display: none;
  }
} */

#SpesificIntro .intro-content .text {
  color: #354156;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
  margin-bottom: 24px;
}

#SpesificIntro .intro-content .text span {
  font-weight: 700;
}

@media (max-width: 767.98px) {
  #SpesificIntro .intro-content .text {
    display: none;
  }
}

#SpesificIntro .intro-content .title .custom-word-break {
  white-space: nowrap;
}

#SpesificIntro .intro-content .intro-features {
  list-style: none;
  padding: 0;
  margin-bottom: 28px;
}

@media (max-width: 1024px) {
  #SpesificIntro .intro-content .intro-features {
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  #SpesificIntro .intro-content .intro-features {
    background: #fff;
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #e6e8ea;
    padding: 16px 26px 14px;
    border-radius: 8px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
  }
}

#SpesificIntro .intro-content .intro-features .feature {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #232528;
  position: relative;
  padding: 7px 0 7px 30px;
}

@media (max-width: 767.98px) {
  #SpesificIntro .intro-content .intro-features .feature {
    font-size: 18px;
    padding: 0 0 0 28px;
    margin-bottom: 12px;
  }

  #SpesificIntro .intro-content .intro-features .feature:first-child {
    order: 4;
  }

  #SpesificIntro .intro-content .intro-features .feature:nth-child(2) {
    order: 3;
  }

  #SpesificIntro .intro-content .intro-features .feature:nth-child(3) {
    order: 1;
  }
}

@media (max-width: 767.98px) {
  #SpesificIntro .intro-content .intro-features .feature.v-mob-none {
    display: none;
  }
}

#SpesificIntro .intro-content .intro-features .feature:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background-image: url("/uploads/12037607/File/embroidery/assets/tick-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

@media (max-width: 767.98px) {
  #SpesificIntro .intro-content .intro-features .feature:before {
    top: 1px;
  }
}

@media (max-width: 767.98px) {
  #SpesificIntro .intro-content .g-reviews {
    display: none;
  }
}

#SpesificIntro .intro-content .button-wrapper {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  #SpesificIntro .intro-content .button-wrapper {
    flex-direction: column;
    gap: 16px;
    margin-top: 28px;
  }
}

#SpesificIntro .intro-content .button-blue,
#SpesificIntro .intro-content .button-outline {
  padding: 10px;
  width: 50%;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  border-radius: 26px;
  text-align: center;
}

@media (max-width: 1024px) and (min-width: 767.98px) {

  #SpesificIntro .intro-content .button-blue,
  #SpesificIntro .intro-content .button-outline {
    font-size: 14px;
    line-height: 22px;
    max-width: 136px;
    font-weight: 500;
    padding: 6px;
    min-height: 36px;
  }
}

@media (max-width: 767.98px) {

  #SpesificIntro .intro-content .button-blue,
  #SpesificIntro .intro-content .button-outline {
    width: 100%;
    max-width: 316px;
    min-height: 52px;
  }
}

#SpesificIntro .intro-content .button-blue {
  margin-right: 16px;
  text-transform: capitalize;
}

@media (min-width: 1024px) {
  #SpesificIntro .intro-content .button-blue {
    max-width: 242px;
  }
}

@media (max-width: 767.98px) {
  #SpesificIntro .intro-content .button-blue {
    margin: 0;
  }
}

#SpesificIntro .intro-content .button-outline {
  display: flex;
  align-items: center;
}

#SpesificIntro .intro-content .button-outline.v-desktop {
  text-transform: capitalize;
}

#SpesificIntro .intro-content .button-outline:not(:hover) {
  background: #fff;
}

@media (min-width: 1024px) {
  #SpesificIntro .intro-content .button-outline {
    max-width: 214px;
  }
}

#SpesificIntro .intro-content .button-outline:hover svg path {
  fill: #fff;
}

#SpesificIntro .intro-content .button-outline svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

@media (max-width: 700px) {
  #SpesificIntro .intro-content .button-outline svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
}

@media (max-width: 576px) {
  #SpesificIntro .intro-content .button-outline svg {
    display: none;
  }
}

#SpesificIntro .intro-content .button-outline svg path {
  transition: 0.3s;
}

#SpesificIntro .intro-photo {
  /* width: 750px; */
  height: 500px;
  position: relative;
}

@media (max-width: 1024px) {
  #SpesificIntro .intro-photo {
    height: 400px;
    /* width: 50%; */
    padding-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  #SpesificIntro .intro-photo {
    order: 2;
    height: unset;
    width: 100%;
    max-width: 400px;
  }
}



#SpesificIntro .intro-photo img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  /* object-position: bottom; */
}

@media (max-width: 767.98px) {
  #SpesificIntro .intro-photo img {
    height: unset !important;
  }
}

/*#endregion END OF CITY INTRO */

/*#region CITY PRODUCTS SECTION */
#spesific-products {
  padding: 140px 0 58px;
  background: #f6faff;
}

@media (max-width: 1024px) {
  #spesific-products {
    padding: 120px 0 40px;
  }
}

@media (max-width: 767.98px) {
  #spesific-products {
    background-color: #fff;
    padding: 40px 0 32px;
  }
}

#spesific-products .section-title-box {
  margin-bottom: 38px;
}

@media (max-width: 1024px) {
  #spesific-products .section-title-box {
    margin-bottom: 14px;
  }
}

@media (max-width: 767.98px) {
  #spesific-products .section-title-box {
    margin-bottom: 16px;
  }
}

#spesific-products .section-title {
  line-height: normal;
  margin-bottom: 12px;
  text-align: center;
  color: #1C244B;
  font-family: Inter !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}

@media (max-width: 1024px) {
  #spesific-products .section-title {
    font-size: 32px;
  }
}

#spesific-products .section-subtitle {
  color: #172640;
  font-family: Inter !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin: 0 auto;
}

#spesific-products .section-subtitle a {
  text-decoration: underline;
  color: #172640;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

@media (max-width: 1024px) {
  #spesific-products .section-subtitle {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.24px;
  }
}

#spesific-products .products-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  margin: 0 -12px;
}

@media (max-width: 1024px) {
  #spesific-products .products-wrapper {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}

#spesific-products .products-wrapper .home-product-card {
  width: calc(100% / 4 - 24px);
  position: relative;
  background: #fff;
  margin: 12px;
  text-decoration: none;
  padding: 60px 6px 0 6px;
  transition: 0.3s;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  /*new*/
  border-radius: 6px;
}

@media (max-width: 1024px) {
  #spesific-products .products-wrapper .home-product-card {
    width: calc(100% / 2 - 20px);
    margin: 10px;
    height: 200px;
    border-radius: 4px;
    padding: 53px 12px 0 12px;
  }
}

@media (max-width: 767.98px) {
  #spesific-products .products-wrapper .home-product-card {
    padding: 48px 4px 0;
    margin: 8px 10px;
  }

  #spesific-products .products-wrapper .home-product-card:first-of-type,
  #spesific-products .products-wrapper .home-product-card:nth-of-type(4) {
    width: 100%;
    height: 240px;
  }
}

@media (hover: hover) and (pointer: fine) {
  #spesific-products .products-wrapper .home-product-card:hover {
    box-shadow: 0px 5px 15px 0px rgba(2, 41, 107, 0.39);
  }
}

#spesific-products .products-wrapper .home-product-card .photo {
  height: 100%;
}

#spesific-products .products-wrapper .home-product-card .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

#spesific-products .products-wrapper .home-product-card .name {
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  padding: 0 4px;
  text-align: center;
  color: #2d3645;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

@media (max-width: 1024px) {
  #spesific-products .products-wrapper .home-product-card .name {
    line-height: normal;
    font-size: 16px;
    top: 20px;
    font-weight: 500;
    color: #0b1629;
  }
}

@media (max-width: 767.98px) {
  #spesific-products .products-wrapper .home-product-card .name {
    top: 16px;
  }
}

/*#endregion END OF CITY PRODUCTS SECTION */

/*#region CITY SERVICES SECTION */
.spesific-services-ls {
  padding: 70px 0;
}

@media only screen and (max-width: 768px) {
  .spesific-services-ls {
    background-color: #F7F8FA;
    padding: 50px 0;
  }
}

.spesific-services-ls .section-title {
  font-size: 36px;
  font-weight: 700 !important;
  text-transform: capitalize;
  line-height: normal;
  text-align: center;
  margin-bottom: 12px;
  font-family: "Geologica", sans-serif !important;
}

@media only screen and (max-width: 768px) {
  .spesific-services-ls .section-title {
    font-size: 28px;
    font-weight: 600 !important;
  }
}

.spesific-services-ls .section-subtitle {
  color: var(--Neutral-colors-Dark-700, #172640);
  text-align: center;
  font-family: Inter !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 768px) {
  .spesific-services-ls .section-subtitle {
    width: 100%;
    margin: 0 auto 40px;
  }
}

.spesific-services-ls .service-container {
  overflow-x: auto;
}

.spesific-services-ls .service-container::-webkit-scrollbar-track {
  background: transparent !important;
}

.spesific-services-ls .service-container::-webkit-scrollbar-thumb {
  background: transparent !important;
}

.spesific-services-ls .service-container::-webkit-scrollbar {
  width: 12px;
  height: 5px;
}

.spesific-services-ls .service {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  min-width: max-content;
  border-bottom: 5px solid #e8e9ea;
  position: relative;
  margin-bottom: 25px;
}

.spesific-services-ls .service::before {
  content: '';
  height: 5px;
  width: var(--before-width, 50px);
  background-color: #3578ea;
  position: absolute;
  bottom: -5px;
  left: var(--before-left, 0);
  transition: left 0.3s ease;
}

.spesific-services-ls .service-type {
  color: #172640;
  font-size: 17px;
  font-weight: 500;
  line-height: 23.8px;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .spesific-services-ls .service-type {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }
}

.spesific-services-ls .service-type.active p {
  color: #003ca3;
  font-weight: 600;
}

.spesific-services-ls .content-item {
  display: flex;
  gap: 14px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease;
}

.spesific-services-ls .content-item-text {
  width: calc((100% - 14px) * 0.62);
  padding: 24px 20px;
  border-radius: 4px;
  background: #FFF0D7;
  height: max-content;
}

@media only screen and (max-width: 768px) {
  .spesific-services-ls .content-item-text {
    width: 100%;
    padding: 20px;
  }
}

.spesific-services-ls .content-item-text .desc {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.spesific-services-ls .content-item-text .desc p,
.spesific-services-ls .content-item-text .desc li {
  color: #1c244b;
  font-family: Inter !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.spesific-services-ls .content-item-text .desc b,
.spesific-services-ls .content-item-text .desc em {
  font-family: "Georgia", sans-serif !important;
  font-size: 15px;
}

.spesific-services-ls .content-item-text .desc em {
  font-style: italic !important;
}

.spesific-services-ls .content-item-text .desc a {
  text-decoration: underline;
  color: #1c244b !important;
  font-family: Inter !important;
}

.spesific-services-ls .content-item-text a.btn {
  width: 270px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  padding: 14px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
}

@media only screen and (max-width: 768px) {
  .spesific-services-ls .content-item-text a.btn {
    width: 100%;
  }
}

.spesific-services-ls .content-item .photo {
  width: calc((100% - 14px) * 0.38);
  padding: 18px;
  background-color: #B1D1FF;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .spesific-services-ls .content-item .photo {
    display: none;
  }
}

.spesific-services-ls .content-item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 300px;
}

.spesific-services-ls .content-item.active {
  opacity: 1;
  height: auto;
}


/*#endregion END OF CITY SERVICES */

/*#region CITY GET QUOTE SECTION */
.city-get-quote {
  background-color: #003ca3;
  padding: 34px 0;
  position: relative;
}

@media (max-width: 1280px) {
  .city-get-quote {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1024px) {
  .city-get-quote {
    padding: 38px 0;
  }
}

@media (max-width: 767.98px) {
  .city-get-quote {
    padding: 46px 0;
  }
}

.city-get-quote .section-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .city-get-quote .section-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}

@media (max-width: 767.98px) {
  .city-get-quote .section-wrapper {
    gap: 32px;
  }
}

.city-get-quote .section-wrapper .x-l,
.city-get-quote .section-wrapper .x-s,
.city-get-quote .section-wrapper .line-group {
  position: absolute;
}

.city-get-quote .section-wrapper .x-l {
  top: 8px;
  right: 44px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .city-get-quote .section-wrapper .x-l {
    top: 66px;
    right: 49px;
    width: 28px;
    height: 28px;
  }
}

.city-get-quote .section-wrapper .x-s {
  right: 22px;
  bottom: 17px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .city-get-quote .section-wrapper .x-s {
    width: 13px;
    height: 13px;
  }
}

@media (max-width: 767.98px) {
  .city-get-quote .section-wrapper .x-s {
    right: 17px;
    top: 88px;
  }
}

.city-get-quote .section-wrapper .line-group {
  left: 0;
  bottom: 0;
}

.city-get-quote .section-wrapper .section-title {
  color: #fff !important;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
  max-width: 70%;
}

@media (max-width: 1024px) {
  .city-get-quote .section-wrapper .section-title {
    max-width: 570px;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 767.98px) {
  .city-get-quote .section-wrapper .section-title {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .city-get-quote .section-wrapper .section-btns {
    width: 100%;
  }
}

.city-get-quote .section-wrapper .section-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none;
  border-radius: 25px;
  transition: all 0.3s;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding: 10px 38px;
  border: 2px solid #fff;
  color: #fff;
}

.city-get-quote .section-wrapper .section-btns a svg path {
  transition: all 0.3s;
}

@media (max-width: 767.98px) {
  .city-get-quote .section-wrapper .section-btns a {
    max-width: 100%;
    padding: 10px;
    width: 256px;
    margin: 0 auto;
  }
}

.city-get-quote .section-wrapper .section-btns .call-btn {
  display: none;
}

@media (max-width: 767.98px) {
  .city-get-quote .section-wrapper .section-btns .call-btn {
    display: flex;
  }
}

@media (max-width: 767.98px) {
  .city-get-quote .section-wrapper .section-btns .quick-quote-btn {
    display: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .city-get-quote .section-wrapper .section-btns a:hover {
    background-color: #fff;
    color: #003ca3;
  }

  .city-get-quote .section-wrapper .section-btns a:hover svg>path {
    stroke: #003ca3;
  }
}

/*#endregion END OF CITY GET QUOTE SECTION */

/* city GALLERY */
#spesific-gallery {
  background: #F7F8FA;
  padding: 70px 0;
}

@media (max-width: 1024px) {
  #spesific-gallery {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  #spesific-gallery {
    background-color: #fff;
    padding: 50px 0 34px;
  }
}

#spesific-gallery .title {
  color: #1C244B;
  text-align: center;
  font-family: Inter !important;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 50.4px;
  margin-bottom: 12px;
}

@media (max-width: 1024px) {
  #spesific-gallery .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 28px;
  }
}

@media (max-width: 767.98px) {
  #spesific-gallery .title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 32px;
  }
}

#spesific-gallery .subtitle {
  color: #172640;
  text-align: center;
  font-family: Inter !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 24px;
}

#spesific-gallery .gallery-section-box {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  margin: 0 -12px;
}

@media (max-width: 1024px) {
  #spesific-gallery .gallery-section-box {
    width: calc(100% + 20px);
    margin: -10px;
  }
}

@media (max-width: 767.98px) {
  #spesific-gallery .gallery-section-box {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
}

#spesific-gallery .gallery-section-box .gallery-item {
  display: flex;
  width: calc(22% - 24px);
  margin: 12px;
  height: 316px;
  border-radius: 4px;
  border: 1px solid #f4f5f6;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

@media (min-width: 1025px) {
  #spesific-gallery .gallery-section-box .gallery-item:nth-child(4n + 1) {
    width: calc(34% - 24px);
  }
}

@media (max-width: 767.98px) {
  #spesific-gallery .gallery-section-box .gallery-item:nth-child(3n) {
    width: 100%;
    height: 280px;
  }
}

@media (max-width: 576px) {
  #spesific-gallery .gallery-section-box .gallery-item:nth-child(3n) {
    height: 200px;
  }
}

@media (max-width: 1024px) {
  #spesific-gallery .gallery-section-box .gallery-item {
    width: calc(100% / 4 - 20px);
    margin: 10px;
    height: 165px;
  }
}

@media (max-width: 767.98px) {
  #spesific-gallery .gallery-section-box .gallery-item {
    width: calc(50% - 8px);
    margin: 0 0 16px;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(13, 16, 45, 0.1);
    border-color: #e6e8ea;
  }
}

@media (max-width: 576px) {
  #spesific-gallery .gallery-section-box .gallery-item {
    height: 155px;
  }
}

#spesific-gallery .gallery-section-box .gallery-item:hover img {
  transform: scale(1.05, 1.05);
}

#spesific-gallery .gallery-section-box .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

#spesific-gallery .button-o-outline {
  background: #fff;
  color: #3578EA;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin: 32px auto 0;
  max-width: 278px;
  padding: 13px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  border: 1px solid #3578EA;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
}

@media (max-width: 1024px) {
  #spesific-gallery .button-o-outline {
    margin-top: 28px;
    min-height: 40px;
    max-width: 232px;
    font-size: 18px;
  }
}

/* city GALLERY END */
/*#region CITY DISCOUNT SECTION */
.city-discount {
  background: #e8eeff;
  padding: 54px 64px;
}

@media (max-width: 1280px) {
  .city-discount {
    padding: 54px 24px;
  }
}

@media (max-width: 1024px) {
  .city-discount {
    padding: 50px 16px;
  }
}

@media (max-width: 767.98px) {
  .city-discount {
    padding: 35px 16px 60px;
  }
}

.city-discount .section-container {
  border-radius: 8px;
  border: 1px solid #f4f5f6;
  background: #fff;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  padding: 70px 48px;
  display: flex;
  align-items: center;
  max-width: 1342px;
}

@media (max-width: 1024px) {
  .city-discount .section-container {
    padding: 34px 24px;
  }
}

@media (max-width: 767.98px) {
  .city-discount .section-container {
    padding: 24px 12px 34px;
    flex-direction: column-reverse;
  }
}

.city-discount .section-container .discount-col-left {
  width: 55%;
  padding-right: 60px;
}

@media (max-width: 1024px) {
  .city-discount .section-container .discount-col-left {
    padding-right: 65px;
  }
}

@media (max-width: 767.98px) {
  .city-discount .section-container .discount-col-left {
    padding: 0;
    width: 100%;
    text-align: center;
  }
}

.city-discount .section-container .discount-col-left>span {
  color: #1c244b;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .city-discount .section-container .discount-col-left>span {
    margin-bottom: 4px;
  }
}

.city-discount .section-container .discount-col-left .section-title {
  color: #1c244b;
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 20px;
}

.city-discount .section-container .discount-col-left .section-title span {
  color: #ef4444;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .city-discount .section-container .discount-col-left .section-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .city-discount .section-container .discount-col-left .section-title span {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .city-discount .section-container .discount-col-left .section-title {
    color: #555e6d;
  }
}

.city-discount .section-container .discount-col-left p {
  color: #1c244b;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
}

.city-discount .section-container .discount-col-left p .city-promocode {
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.city-discount .section-container .discount-col-left p.mob-v {
  display: none;
}

@media (max-width: 1024px) {
  .city-discount .section-container .discount-col-left p {
    font-size: 13px;
    line-height: 20px;
  }

  .city-discount .section-container .discount-col-left p .city-promocode {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-top: 16px;
  }
}

@media (max-width: 767.98px) {
  .city-discount .section-container .discount-col-left p.desktop-v {
    display: none;
  }

  .city-discount .section-container .discount-col-left p.mob-v {
    display: block;
    font-size: 14px;
    line-height: 21px;
  }

  .city-discount .section-container .discount-col-left p.mob-v .city-promocode {
    font-size: 24px;
  }
}

.city-discount .section-container .discount-col-left .start-design-btn {
  border-radius: 26px;
  border: 1px solid #3578ea;
  background: #3578ea;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 48px;
  display: flex;
  max-width: max-content;
  text-decoration: none;
  transition: all 0.3s;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .city-discount .section-container .discount-col-left .start-design-btn {
    padding: 11px 34px;
  }
}

@media (max-width: 767.98px) {
  .city-discount .section-container .discount-col-left .start-design-btn {
    margin: 0 auto;
  }
}

@media (hover: hover) and (pointer: fine) {
  .city-discount .section-container .discount-col-left .start-design-btn:hover {
    box-shadow: 0px 8px 19px rgba(166, 166, 166, 0.28),
      inset 0px 4px 4px #6e8efe, inset 0px -2px 4px rgba(0, 0, 0, 0.25);
  }
}

.city-discount .section-container .discount-col-right {
  width: 45%;
  display: flex;
  position: relative;
}

@media (max-width: 767.98px) {
  .city-discount .section-container .discount-col-right {
    width: 100%;
    margin-bottom: 18px;
  }
}

.city-discount .section-container .discount-col-right .img-box {
  width: 50%;
}

.city-discount .section-container .discount-col-right .img-box:first-of-type {
  padding-bottom: 35px;
  padding-right: 7px;
}

@media (max-width: 1024px) {
  .city-discount .section-container .discount-col-right .img-box:first-of-type {
    padding-bottom: 20px;
    padding-right: 4px;
  }
}

.city-discount .section-container .discount-col-right .img-box:nth-child(2) {
  padding-top: 35px;
  padding-left: 7px;
}

@media (max-width: 1024px) {
  .city-discount .section-container .discount-col-right .img-box:nth-child(2) {
    padding-top: 20px;
    padding-left: 4px;
  }
}

.city-discount .section-container .discount-col-right .img-box img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #e8e9ea;
}

.city-discount .section-container .discount-col-right .discount-container {
  position: absolute;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffc15f;
  border-radius: 50%;
  width: 119px;
  height: 119px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.city-discount .section-container .discount-col-right .discount-container .d-text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.city-discount .section-container .discount-col-right .discount-container .d-percent {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 59px;
}

@media (max-width: 1024px) {
  .city-discount .section-container .discount-col-right .discount-container {
    width: 67px;
    height: 67px;
  }

  .city-discount .section-container .discount-col-right .discount-container .d-text {
    font-size: 10px;
    line-height: 15px;
  }

  .city-discount .section-container .discount-col-right .discount-container .d-percent {
    font-size: 22px;
    line-height: 33px;
  }
}

/*#endregion END OF CITY DISCOUNT SECTION */

/*#region CITY INFO V1 SECTION */
.city-info-v1 {
  padding: 70px 0;
}

@media (max-width: 1024px) {
  .city-info-v1 {
    padding: 50px 0;
  }
}

.city-info-v1 .info-box {
  margin-bottom: 24px;
  padding: 24px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #f4f5f6;
  border-radius: 4px;
}

.city-info-v1 .info-box:last-of-type {
  margin-bottom: 0;
}

.city-info-v1 .info-box .box-title {
  margin-bottom: 16px;
  color: #1c244b;
  font-size: 18px;
  font-weight: 500;
}

.box-content {
  color: #1c244b;
  font-size: 16px;
  line-height: 1.5;
}

.box-content a {
  color: #3578ea;
  font-weight: 500;
  position: relative;
  font-size: 16px;
}

.box-content a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  opacity: 0;
  border: 1px solid #3578ea;
  transition: 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .box-content a:hover {
    color: #3578ea;
  }

  .box-content a:hover:before {
    width: calc(100% - 14px);
    opacity: 1;
  }
}

/*#endregion END OF CITY V1 INFO SECTION */

/*#region CITY DESIGN SECTION */
.city-design {
  background-color: #003ca3;
  padding: 34px 0;
  position: relative;
}

@media (max-width: 1280px) {
  .city-design {
    padding: 38px 40px;
  }
}

@media (max-width: 1024px) {
  .city-design {
    padding: 46px 0;
  }
}

@media (max-width: 767.98px) {
  .city-design {
    padding: 58px 0;
  }
}

.city-design .section-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .city-design .section-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}

@media (max-width: 767.98px) {
  .city-design .section-wrapper {
    gap: 32px;
  }
}

.city-design .section-wrapper .x-l,
.city-design .section-wrapper .x-s {
  position: absolute;
}

.city-design .section-wrapper .x-l {
  top: 8px;
  right: 44px;
}

.city-design .section-wrapper .x-l:nth-of-type(1) {
  top: 18px;
  left: 17px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .city-design .section-wrapper .x-l {
    top: 66px;
    right: 49px;
    width: 28px;
    height: 28px;
  }

  .city-design .section-wrapper .x-l:nth-of-type(1) {
    top: 60px;
    left: 15px;
  }
}

@media (max-width: 767.98px) {
  .city-design .section-wrapper .x-l:nth-of-type(1) {
    top: unset;
    left: 8px;
    bottom: 47px;
    transform: rotate(55deg);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .city-design .section-wrapper .x-s {
    width: 13px;
    height: 13px;
  }
}

.city-design .section-wrapper .x-s.first {
  right: 22px;
  bottom: 17px;
}

@media (max-width: 1024px) {
  .city-design .section-wrapper .x-s.first {
    right: 14px;
    bottom: 23px;
  }
}

@media (max-width: 767.98px) {
  .city-design .section-wrapper .x-s.first {
    right: 17px;
    top: 88px;
  }
}

.city-design .section-wrapper .x-s.second {
  left: 55px;
  bottom: 12px;
  right: unset;
}

@media (max-width: 1024px) {
  .city-design .section-wrapper .x-s.second {
    left: 66px;
    bottom: 29px;
  }
}

@media (max-width: 767.98px) {
  .city-design .section-wrapper .x-s.second {
    left: 81px;
    bottom: 7px;
    transform: rotate(55deg);
  }
}

.city-design .section-wrapper .section-title {
  color: #fff !important;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .city-design .section-wrapper .section-title {
    text-align: center;
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .city-design .section-wrapper .section-title {
    font-size: 24px;
  }
}

.city-design .section-wrapper .start-design-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none;
  border-radius: 26px;
  transition: all 0.3s;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding: 10px 44px;
  border: 2px solid #fff;
  color: #fff;
}

.city-design .section-wrapper .start-design-btn svg path {
  transition: all 0.3s;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .city-design .section-wrapper .start-design-btn {
    line-height: 24px;
    padding: 12px 44px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .city-design .section-wrapper .start-design-btn:hover {
    background-color: #fff;
    color: #003ca3;
  }

  .city-design .section-wrapper .start-design-btn:hover svg>path {
    stroke: #003ca3;
  }
}

/*#endregion END OF CITY DESIGN SECTION */

/*#region CITY CONTACT SECTION */
.spesific-contact {
  padding: 70px 0;
  background-color: #F6FAFF;
}

@media (max-width: 1024px) {
  .spesific-contact {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .spesific-contact {
    padding-bottom: 0;
  }

  .spesific-contact .section-wrapper {
    padding: 0 !important;
  }

  .spesific-contact .section-wrapper .section-title,
  .spesific-contact .section-wrapper .section-subtitle,
  .spesific-contact .section-wrapper .contact-options {
    padding: 0 16px;
  }
}

.spesific-contact ul {
  list-style: none;
}

.spesific-contact .section-title {
  color: #1c244b;
  text-align: center;
  font-family: Geologica !important;
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  .spesific-contact .section-title {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 767.98) {
  .spesific-contact .section-title {
    font-size: 28px;
    line-height: 42px;
  }
}

.spesific-contact .section-subtitle {
  color: #1c244b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}

.spesific-contact .section-subtitle span {
  color: #CD480E;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.spesific-contact .section-subtitle span a {
  color: #CD480E;
  text-decoration: underline !important;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .spesific-contact .section-subtitle {
    margin-bottom: 28px;
  }
}

@media (max-width: 767.98px) {
  .spesific-contact .section-subtitle {
    margin-bottom: 32px;
  }
}

.spesific-contact .contact-options {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}

.spesific-contact .contact-options li {
  cursor: pointer;
}

@media (max-width: 1024px) {
  .spesific-contact .contact-options {
    flex-wrap: wrap;
    margin-bottom: 36px;
  }
}

@media (max-width: 767.98px) {
  .spesific-contact .contact-options {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.spesific-contact .contact-options .option a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 16px;
}

.spesific-contact .contact-options .option a .icon-container {
  padding: 14px;
  border-radius: 100%;
  display: flex;
}

.spesific-contact .contact-options .option a .option-info>p:first-of-type {
  color: #4d4f53;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
}

.spesific-contact .contact-options .option a .option-info>p:last-of-type {
  color: #232528;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.spesific-contact .contact-options .option:nth-of-type(1)>a .icon-container {
  background-color: #3578ea;
}

.spesific-contact .contact-options .option:nth-of-type(2)>a>.icon-container {
  background-color: #17d24b;
}

.spesific-contact .contact-options .option:nth-of-type(3)>a>.icon-container {
  background-color: #ef4444;
}

.spesific-contact .contact-options .option:nth-of-type(4)>a .icon-container {
  background-color: #22c7de;
}

@media (max-width: 1024px) {
  .spesific-contact .contact-options .option {
    width: calc(50% - 38px);
  }

  .spesific-contact .contact-options .option:first-of-type {
    padding-bottom: 24px;
    border-bottom: 1px solid #cdced0;
    margin-right: 38px;
  }

  .spesific-contact .contact-options .option:nth-of-type(2) {
    order: 3;
    padding-top: 24px;
  }

  .spesific-contact .contact-options .option:nth-of-type(3) {
    order: 2;
    padding-bottom: 24px;
    border-bottom: 1px solid #cdced0;
    margin-left: 38px;
  }

  .spesific-contact .contact-options .option:last-of-type {
    padding-top: 24px;
    order: 4;
  }
}

@media (max-width: 767.98px) {
  .spesific-contact .contact-options .option {
    width: 100%;
    order: 1;
    padding-bottom: 24px !important;
    padding-top: 24px;
    border-bottom: 1px solid #cdced0;
    margin: 0 !important;
  }

  .spesific-contact .contact-options .option:first-of-type {
    padding-top: 0;
  }

  .spesific-contact .contact-options .option:last-of-type {
    border: none;
    padding-bottom: 30px !important;
  }
}

.spesific-contact .contact-options .line {
  width: 1px;
  background: #cdced0;
}

@media (max-width: 1024px) {
  .spesific-contact .contact-options .line {
    display: none;
  }
}

.spesific-contact .contact-dates {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #f4f5f6;
  overflow: hidden;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767.98px) {
  .spesific-contact .contact-dates {
    background: #f6faff;
    padding: 50px 16px;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
}

.spesific-contact .contact-dates .contact-dates-wrapper {
  display: flex;
  overflow: hidden;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .spesific-contact .contact-dates .contact-dates-wrapper {
    flex-direction: column-reverse;
    border-radius: 8px;
  }
}

.spesific-contact .contact-dates .contact-dates-wrapper .map-container {
  width: 60%;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .spesific-contact .contact-dates .contact-dates-wrapper .map-container {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .spesific-contact .contact-dates .contact-dates-wrapper .map-container {
    width: 100%;
    height: 380px;
  }
}

.spesific-contact .contact-dates .contact-dates-wrapper .map-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #f4f5f6;
}

.spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper {
  width: 40%;
  padding: 40px 16px;
}

@media (max-width: 1024px) {
  .spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper {
    width: 50%;
    padding: 50px 16px;
  }
}

@media (max-width: 767.98px) {
  .spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper {
    width: 100%;
    padding: 24px 16px 28px;
  }
}

.spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper h3,
.spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper ul {
  max-width: 330px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {

  .spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper h3,
  .spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper ul {
    max-width: 100%;
  }
}

.spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper h3 {
  color: #1c244b;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  .spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper h3 {
    font-size: 18px;
    line-height: 27px;
  }
}

@media (max-width: 767.98px) {
  .spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper .date-list {
  padding-top: 20px;
  border-top: 1px solid #cdcecf;
}

.spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper .date-list li {
  padding-left: 26px;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper .date-list li span {
  color: #232528;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper .date-list li:last-of-type {
  margin-bottom: 0;
}

.spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper .date-list li:last-of-type span:last-of-type {
  color: #ea3535;
}

.spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper .date-list li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3578ea;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper .date-list li:last-of-type:before {
  background-color: #c0c3c8;
}

/*#endregion END OF CITY CONTACT SECTION */

/*#region Faq Start*/
#faq.faq {
  padding: 70px 0;
  background: #fff;
}

@media (max-width: 1024px) {
  #faq.faq {
    padding: 50px 0;
  }
}

#faq.faq ul {
  list-style: none;
}

#faq.faq .section-wrapper {
  max-width: 1440px;
  padding: 0 64px;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  #faq.faq .section-wrapper {
    padding: 0 24px;
  }
}

@media (max-width: 1024px) {
  #faq.faq .section-wrapper {
    padding: 0 16px;
  }
}

#faq.faq .section-wrapper .faq-container {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  #faq.faq .section-wrapper .faq-container {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  #faq.faq .section-wrapper .faq-container {
    padding: 0;
    padding-top: 32px;
    max-width: 625px;
  }
}

@media (min-width: 0) {
  #faq.faq .section-wrapper .faq-container {
    padding-top: 0;
    max-width: 100%;
  }
}

#faq.faq .section-wrapper .faq-container .section-title {
  font-size: 36px;
  margin-bottom: 24px;
  text-align: center;
  width: 72%;
  font-family: "Geologica", sans-serif !important;
  margin: 0 auto 30px;
  line-height: normal;
}

@media (max-width: 1024px) {
  #faq.faq .section-wrapper .faq-container .section-title {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (min-width: 0) {
  #faq.faq .section-wrapper .faq-container .section-title {
    display: none;
  }
}

#faq.faq .section-wrapper .faq-container .mob-v {
  display: none;
}

@media (min-width: 0) {
  #faq.faq .section-wrapper .faq-container .mob-v {
    display: block;
    color: #1C244B;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 43px;
  }
}

#faq.faq .section-wrapper .faq-container .section-subtitle {
  display: none;
}

@media (min-width: 0) {
  #faq.faq .section-wrapper .faq-container .section-subtitle {
    display: block;
    color: #1C244B;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
  }
}

#faq.faq .section-wrapper .faq-container .tab-item {
  border-radius: 4px;
  border-bottom: 1px solid #E8E9EA;
  padding: 16px 0;
}

#faq.faq .section-wrapper .faq-container .tab-item:last-of-type {
  margin-bottom: 0;
  border-bottom: 0px;
  padding-bottom: 0px;
}

#faq.faq .section-wrapper .faq-container .tab-item:first-of-type {
  padding-top: 0px;
}

#faq.faq .section-wrapper .faq-container .tab-item .tab-title {
  color: #353535;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  cursor: pointer;
  padding-left: 33px;
}

#faq.faq .section-wrapper .faq-container .tab-item .tab-title::before {
  content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}

#faq.faq .section-wrapper .faq-container .tab-item .tab-title::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 11px;
  height: 10px;
  width: 1.5px;
  transform-origin: center;
  background-color: #666666be;
  border-radius: 2px;
  transition: all 0.3s;
  transform: rotate(0deg);
}

@media (max-width: 1024px) {
  #faq.faq .section-wrapper .faq-container .tab-item .tab-title {
    font-size: 16px;
    line-height: 26px;
  }

  #faq.faq .section-wrapper .faq-container .tab-item .tab-title::before,
  #faq.faq .section-wrapper .faq-container .tab-item .tab-title::after {
    right: 0px;
  }
}

#faq.faq .section-wrapper .faq-container .tab-item .tab-content {
  max-height: 0;
  overflow: hidden;
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: margin 0.3s;
  padding-left: 33px;
}

#faq.faq .section-wrapper .faq-container .tab-item .tab-content a {
  color: #3578ea;
  text-decoration: underline !important;
}

#faq.faq .section-wrapper .faq-container .tab-item .tab-content ul {
  list-style-type: decimal;
  padding-left: 30px;
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#faq.faq .section-wrapper .faq-container .tab-item .tab-content ul ul {
  list-style-type: circle;
}

#faq.faq .section-wrapper .faq-container .tab-item.active>.tab-title::before {
  content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

#faq.faq .section-wrapper .faq-container .tab-item.active>.tab-title::after {
  transform: rotate(90deg);
  background-color: #3578ea;
}

#faq.faq .section-wrapper .faq-container .tab-item.active>.tab-title {
  font-weight: 500;
}

@media (min-width: 0) {
  #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-title {
    border-bottom: none;
  }
}

#faq.faq .section-wrapper .faq-container .tab-item.active {
  max-height: unset;
}

#faq.faq .section-wrapper .faq-container .tab-item.active>.tab-content {
  margin-top: 16px;
}

@media (max-width: 0) {
  #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-content {
    margin: 8px 0 16px;
  }
}

#faq.faq .section-wrapper .section-img {
  width: 45%;
  padding-left: 50px;
  height: 400px;
}

@media (max-width: 1024px) {
  #faq.faq .section-wrapper .section-img {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

@media (min-width: 0) {
  #faq.faq .section-wrapper .section-img {
    height: 320px;
  }
}

#faq.faq .section-wrapper .section-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
}

#faq.faq .order {
  display: flex;
  width: 100%;
  border-bottom: 5px solid #E8E9EA;
  position: relative;
}

@media only screen and (min-width: 0) {
  #faq.faq .order {
    display: none;
  }
}

#faq.faq .order::before {
  content: '';
  height: 5px;
  width: calc(100% / 3);
  background-color: #3578EA;
  position: absolute;
  bottom: -5px;
  left: var(--before-left, 0);
  transition: left 0.3s ease;
}

#faq.faq .order-type {
  width: calc(100% / 3);
  padding: 15px 0;
  color: #7E899B;
  font-family: Inter;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  gap: 11px;
  cursor: pointer;
  transition: all 0.8s ease;
}

#faq.faq .order-type.active {
  color: #003CA3;
}

#faq.faq .order-type.active svg {
  fill: #3578EA;
}

#faq.faq .order-type.active svg path {
  fill: #3578EA;
}

#faq.faq .faq {
  padding: 16px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  #faq.faq .faq {
    background-color: transparent;
    padding: 0;
  }
}

#faq.faq .faq-accordian {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.8s ease;
  background-color: #fff;
  cursor: pointer;
}

@media only screen and (min-width: 0) {
  #faq.faq .faq-accordian {
    opacity: 1;
    height: auto;
    margin-bottom: 16px;
    border-radius: 4px;
    border: 1px solid #E1E1E1;
    padding: 16px 16px 0 16px;
  }

  #faq.faq .faq-accordian-text {
    border-radius: 4px;
    border: none;
    background: #FFF;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.1s ease;
    margin-top: 16px;
  }

  #faq.faq .faq-accordian ul {
    padding: 0;
  }
}

#faq.faq .faq-accordian a {
  color: #3578EA;
}

#faq.faq .faq-accordian .order-mob-item {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  align-items: center;
  position: relative;
}

#faq.faq .faq-accordian .order-mob-item p {
  color: #213343;
  font-size: 18px;
  font-weight: 500;
  padding-right: 30px;
}

#faq.faq .faq-accordian .order-mob-item::before {
  content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  top: 50%;
  right: 0;
  transition: 0.3s;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

#faq.faq .faq-accordian .order-mob-item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 11px;
  height: 11px;
  width: 2px;
  transform-origin: center;
  background-color: #666666cb;
  border-radius: 2px;
  transition: all 0.3s;
  transform: rotate(0deg) translate(0, -50%);
}

@media only screen and (max-width: none) {
  #faq.faq .faq-accordian .order-mob-item {
    display: none;
  }
}

#faq.faq .faq-accordian.active {
  opacity: 1;
  height: auto;
  padding: 20px;
}

@media only screen and (min-width: 0) {
  #faq.faq .faq-accordian.active {
    padding: 16px;
    background: #fff;
    border: 1px solid #3578EA;
  }

  #faq.faq .faq-accordian.active .order-mob-item {
    margin-bottom: 16px;
  }

  #faq.faq .faq-accordian.active .order-mob-item p {
    color: #3578EA;
  }

  #faq.faq .faq-accordian.active .order-mob-item::before {
    content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }

  #faq.faq .faq-accordian.active .order-mob-item::after {
    transform: translate(0, -50%) rotate(90deg);
    background-color: #3578ea;
  }

  #faq.faq .faq-accordian.active .faq-accordian-text {
    max-height: 100vh;
    opacity: 1;
  }
}

/*#endregion Faq End */


/*#region LIGHTBOX GALLERY POPUP */
.lightbox {
  position: fixed;
  display: none;
  background-color: rgba(35, 37, 40, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1000000000000;
  animation: fadeIn 0.5s forwards;
}

.lightbox .lightbox-content {
  width: 100%;
  height: calc(100% - 200px);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .lightbox .lightbox-content {
    height: calc(100% - 120px);
  }
}

@media (max-width: 1024px) {
  .lightbox .lightbox-content {
    padding: 16px;
    justify-content: space-between;
    gap: 12px;
  }
}

@media (max-width: 767.98px) {
  .lightbox .lightbox-content {
    padding: 16px 0;
    gap: 0px;
  }
}

.lightbox .lightbox-content .gallery-img {
  width: calc(100% - 64px);
  max-width: 1000px;
  height: 100%;
}

@media (max-width: 1440px) {
  .lightbox .lightbox-content .gallery-img {
    max-width: 750px;
  }
}

@media (max-width: 767.98px) {
  .lightbox .lightbox-content .gallery-img {
    max-width: unset;
    width: 100%;
  }
}

.lightbox .lightbox-content .gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
}

.lightbox .lightbox-content .lightbox-prev,
.lightbox .lightbox-content .lightbox-next {
  height: 100%;
  width: calc(50% - 500px);
  min-width: 56px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
}

@media (max-width: 1440px) {

  .lightbox .lightbox-content .lightbox-prev,
  .lightbox .lightbox-content .lightbox-next {
    width: calc(50% - 375px);
  }
}

@media (max-width: 1024px) {

  .lightbox .lightbox-content .lightbox-prev,
  .lightbox .lightbox-content .lightbox-next {
    min-width: unset;
    width: 36px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
  }
}

@media (max-width: 767.98px) {

  .lightbox .lightbox-content .lightbox-prev,
  .lightbox .lightbox-content .lightbox-next {
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1025px) {
  .lightbox .lightbox-content .lightbox-prev {
    padding-left: 24px;
  }
}

@media (max-width: 767.98px) {
  .lightbox .lightbox-content .lightbox-prev {
    left: 16px;
  }
}

@media (min-width: 1025px) {
  .lightbox .lightbox-content .lightbox-next {
    padding-right: 24px;
  }
}

@media (max-width: 767.98px) {
  .lightbox .lightbox-content .lightbox-next {
    right: 16px;
  }
}

.lightbox .lightbox-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
}

@media (max-width: 1024px) {
  .lightbox .lightbox-header {
    padding: 14px 16px;
  }
}

.lightbox .lightbox-header .lightbox-close {
  cursor: pointer;
}

.lightbox .lightbox-header .slide-number {
  color: #d6d7d9;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/*#endregion END OF LIGHTBOX GALLERY POPUP */

/*#region -- DESIGN PRODUCTS CSS -- */
#design-products {
  background: #003CA3;
  padding: 70px 0;
}

@media (max-width: 1024px) {
  #design-products {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  #design-products {
    padding: 40px 0;
  }
}

#design-products .title {
  font-size: 44px;
  font-weight: 600;
  line-height: 65.12px;
  margin-bottom: 36px;
  color: #fff;
  text-align: center;
}

@media (max-width: 1024px) {
  #design-products .title {
    font-size: 24px;
    line-height: 35px;
  }
}

#design-products .sub-title {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.2px;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 855px;
}

#design-products .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media (max-width: 767.98px) {
  #design-products .button-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
}

#design-products .button-wrapper .button-white,
#design-products .button-wrapper .button-outline {
  font-weight: 600;
  line-height: 20px;
  border: 1px solid #f6faff;
  border-radius: 28px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  padding: 15px 70px;
  font-size: 20px;
  width: max-content;
}

@media (max-width: 1024px) {

  #design-products .button-wrapper .button-white,
  #design-products .button-wrapper .button-outline {
    font-size: 16px;
    line-height: 14px;
    width: 156px;
  }
}

@media (max-width: 767.98px) {

  #design-products .button-wrapper .button-white,
  #design-products .button-wrapper .button-outline {
    padding: 11px 8px;
    width: calc(50% - 8px);
    line-height: 20px;
  }
}

#design-products .button-wrapper .button-white {
  background: #fff;
  color: #3578EA;
  border: none;
}

@media (hover: hover) and (pointer: fine) {
  #design-products .button-wrapper .button-white:hover {
    background-color: transparent;
    border: 1px white solid;
    color: #fff;
  }
}

#design-products .button-wrapper .button-outline {
  background-color: transparent;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  #design-products .button-wrapper .button-outline:hover {
    background: #fff;
    color: #3578EA;
  }
}

@media (max-width: 767.98px) {
  #design-products .button-wrapper .button-outline {
    font-weight: 500;
  }
}

/*#endregion -- DESIGN PRODUCTS CSS END -- */

/*#region --  TABLE CSS -- */
.spesific-table {
  padding: 70px 0;
}

@media (max-width: 1024px) {
  .spesific-table {
    background-color: #F7F8FA;
    padding: 50px 0;
  }
}

.spesific-table-scroll-wrapper {
  overflow-x: auto;
  width: 100%;
}

.spesific-table-scroll-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.spesific-table-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.spesific-table-scroll-wrapper::-webkit-scrollbar {
  height: 6px;
}

.spesific-table-container {
  min-width: 1000px;
  /* table minimum geniÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€¦Ã‚Â¸lik */
  width: 1310px;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 auto;
}

.spesific-table .title {
  color: #1C244B;
  text-align: center;
  font-family: Inter !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto;
  margin-bottom: 12px;
}

.spesific-table .subtitle {
  color: #172640;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin: 0 auto;
  margin-bottom: 48px;
}

.spesific-table-container {
  width: 1310px;
  border-collapse: collapse;
  margin: 0 auto;
  table-layout: fixed;
}

th,
td {
  padding: 15px;
  text-align: left;
  border: 1px solid #E5E5E5;
  white-space: nowrap;
  vertical-align: middle;
}

th {
  background-color: #1C244B;
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 35.52px;
}

th:nth-child(1) {
  width: 25%;
}

th:nth-child(2) {
  width: 30%;
}

th:nth-child(3) {
  width: 45%;
}

td:nth-child(1) {
  color: #1C244B;
  background-color: #fff;
  font-family: Geologica, sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.68px;
  width: 25%;
}

td:nth-child(2) {
  background-color: #FCFCFC;
  color: #666;
  font-family: Geologica, sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.68px;
  width: 30%
}

td:nth-child(3) {
  background-color: #F0F4FF;
  color: #666;
  font-family: Geologica, sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.68px;
  width: 45%
}

td img {
  display: inline-block;
  vertical-align: middle;
  max-height: 24px;
  margin-right: 8px;
}

@media (max-width: 768px) {
  .spesific-table-container {
    width: 1650px;
  }

  .spesific-table .title {
    font-size: 28px;
    font-weight: 600;
  }

  td {
    font-size: 14px;
    padding: 10px;
  }

  th:nth-child(2) {
    width: 27%;
  }

  th:nth-child(3) {
    width: 48%;
  }

  td:nth-child(2) {
    width: 27%;
  }

  td:nth-child(3) {
    width: 48%;
  }
}

/*#endregion --  TABLE CSS END-- */

/*#region CITY DESIGN PRODUCT CSS */

#spesific-design-product {
  padding: 70px 0;
  background: #F7F8FA;
}

@media (max-width: 1024px) {
  #spesific-design-product {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  #spesific-design-product {
    padding-bottom: 30px;
  }
}

#spesific-design-product .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  #spesific-design-product .content-wrapper {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1024px) and (min-width: 767.98px) {

  #spesific-design-product .content-wrapper .content,
  #spesific-design-product .content-wrapper .photo {
    width: calc(50% - 28px);
  }
}

@media (min-width: 1025px) {
  #spesific-design-product .content-wrapper .content {
    width: 50%;
  }
}

#spesific-design-product .content-wrapper .content .title-wrapper .section-title {
  color: #1C244B;
  font-family: Inter !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 47.36px;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {

  #spesific-design-product .content-wrapper .content .title-wrapper .section-title,
  #spesific-design-product .content-wrapper .content .title-wrapper .section-subtitle {
    text-align: center;
  }

  #spesific-design-product .content-wrapper .content .title-wrapper .section-title {
    font-size: 28px;
    font-weight: 600;
  }
}

#spesific-design-product .content-wrapper .content .button-wrapper {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

@media (max-width: 767.98px) {
  #spesific-design-product .content-wrapper .content .button-wrapper {
    flex-direction: column;
    max-width: 350px;
    margin: 32px auto 0;
  }
}

#spesific-design-product .content-wrapper .content .button-wrapper .button-blue,
#spesific-design-product .content-wrapper .content .button-wrapper .button-outline {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  padding: 10px 50px;
  text-align: center;
}

@media (max-width: 1024px) and (min-width: 767.98px) {

  #spesific-design-product .content-wrapper .content .button-wrapper .button-blue,
  #spesific-design-product .content-wrapper .content .button-wrapper .button-outline {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 6px 16px;
  }
}

@media (max-width: 767.98px) {

  #spesific-design-product .content-wrapper .content .button-wrapper .button-blue,
  #spesific-design-product .content-wrapper .content .button-wrapper .button-outline {
    font-size: 18px;
    line-height: 30px;
  }
}

#spesific-design-product .content-wrapper .content .google-reviews {
  margin-top: 8px;
}

@media (max-width: 767.98px) {
  #spesific-design-product .content-wrapper .content .google-reviews {
    margin-top: 12px;
  }
}

#spesific-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container {
  display: flex;
}

@media (max-width: 767.98px) {
  #spesific-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container {
    justify-content: center;
  }
}

#spesific-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
  padding: 20px 0;
}

@media (min-width: 768px) {
  #spesific-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
    flex-wrap: nowrap !important;
  }
}

#spesific-design-product .content-wrapper .photo {
  border-radius: 4px;
  overflow: hidden;
}

@media (min-width: 1025px) {
  #spesific-design-product .content-wrapper .photo {
    width: calc(50% - 100px);
  }
}

@media (max-width: 767.98px) {
  #spesific-design-product .content-wrapper .photo {
    margin-bottom: 32px;
  }
}

#spesific-design-product .content-wrapper .photo img {
  width: 100%;
  object-fit: contain;
}

/*#endregion CITY DESIGN PRODUCT CSS END */

/*#region CITY GOOGLE REVIEWS */
#google-reviews {
  padding: 44px 0px;
}

@media (max-width: 1024px) {
  #google-reviews {
    background-color: #F7F8FA;
    padding: 50px 0;
  }
}

#google-reviews .reviews-wrapper {
  width: calc(100% + 40px);
  margin: 0 -20px 40px;
}

@media (max-width: 1024px) {
  #google-reviews .reviews-wrapper {
    width: 100%;
    margin: 0 0 40px;
  }
}

#google-reviews .title {
  color: #1C244B;
  font-family: Inter !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  #google-reviews .title {
    font-size: 28px;
    font-weight: 600;
  }
}

#google-reviews .subtitle {
  color: #172640;
  text-align: center;
  font-family: Inter !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin-bottom: 40px;
}

#google-reviews .button-blue {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  border-radius: 26px;
  padding: 11px 56px;
  width: 100%;
  max-width: max-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3578EA;
  box-shadow: 0px 7px 29px 0px rgba(0, 16, 43, 0.33);
}

@media (max-width: 1024px) {
  #google-reviews .button-blue {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding: 8px 50px;
  }
}

@media (max-width: 767.98px) {
  #google-reviews .button-blue {
    font-weight: 600;
    max-width: 330px;
    min-height: 52px;
  }
}

#google-reviews .ti-header.source-Google.ti-clickable-link {
  display: none !important;
}

/*#endregion CITY GOOGLE REVIEWS END */

/*#region CITY BRANDS */
#spesific-brands {
  background: #f6faff;
  padding: 24px 0;
}


@media (max-width: 767.98px) {
  #spesific-brands {
    padding: 50px 0;
  }
}

#spesific-brands .title {
  color: #333;
  font-family: Inter !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.46px;
  margin-bottom: 16px;
  text-align: center;
}


@media (max-width: 767.98px) {
  #spesific-brands .title {
    margin-bottom: 10px;
  }
}

#spesific-brands .brands-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 24px);
  margin: 0 -12px;
}

@media (max-width: 1024px) {
  #spesific-brands .brands-list {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}

@media (max-width: 767.98px) {
  #spesific-brands .brands-list {
    width: calc(100% + 14px);
    margin: 0 -7px;
    justify-content: center;
  }
}

#spesific-brands .brands-list .brand-item {
  width: calc(100% / 8 - 24px);
  height: 80px;
  margin: 0 12px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 30px 40px 0px rgba(212, 217, 232, 0.25);
  padding: 8px 4px;
}

@media (max-width: 1024px) {
  #spesific-brands .brands-list .brand-item {
    width: calc(100% / 8 - 16px);
    margin: 0 8px;
    height: 64px;
  }
}

@media (max-width: 767.98px) {
  #spesific-brands .brands-list .brand-item {
    width: calc(100% / 3 - 14px);
    margin: 0 7px 16px;
    max-width: 100px;
  }
}

#spesific-brands .brands-list .brand-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  #spesific-brands .brands-list .brand-item img.v_desk {
    display: none;
  }
}

@media (min-width: 767.98px) {
  #spesific-brands .brands-list .brand-item img.v_mobile {
    display: none;
  }
}

/*#endregion CITY BRANDS END */

/*#region CITY BLOG start*/
.spesific-blog {
  padding: 70px 0;
  background-color: #f6faff;
}

@media only screen and (max-width: 768px) {
  .spesific-blog {
    padding: 50px 0;
  }
}

.spesific-blog .blog-container {
  overflow-x: auto;
}

.spesific-blog .blog-container::-webkit-scrollbar-track {
  background: transparent !important;
}

.spesific-blog .blog-container::-webkit-scrollbar-thumb {
  background: transparent !important;
}

.spesific-blog .blog-container::-webkit-scrollbar {
  width: 12px;
  height: 5px;
}

.spesific-blog .section-title {
  font-family: "Geologica", sans-serif !important;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .spesific-blog .section-title {
    font-size: 28px;
    font-weight: 600;
  }
}

.spesific-blog .blog-boxs {
  display: flex;
  gap: 16px;
}

.spesific-blog .blog-boxs-item {
  min-width: 316px;
  border-radius: 4px;
  border: 1px solid #e8e9ea;
  background: #fff;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  max-width: calc((100% - 3 * 16px) / 4);
}

@media only screen and (max-width: 768px) {
  .spesific-blog .blog-boxs-item {
    min-width: 284px;
  }
}

.spesific-blog .blog-boxs-item .photo {
  width: 100%;
  height: 210px;
}

.spesific-blog .blog-boxs-item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spesific-blog .blog-boxs-item .text {
  padding: 15px;
}

.spesific-blog .blog-boxs-item .text .title {
  color: #1c244b;
  font-size: 17px;
  font-weight: 600;
  line-height: 25.16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.spesific-blog .blog-boxs-item .text .desc {
  margin: 10px 0;
  color: #1c244b;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.spesific-blog .blog-boxs-item .text a {
  color: #3578ea;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.72px;
  text-decoration: none
}

.spesific-blog .blog-boxs-item .text a:hover {
  text-decoration: underline;
}

/*#endregion CITY BLOG end*/
/*#region Design-area Start*/
#design-area {
  background-color: #F7F8FA;
  padding: 70px 0;
}

@media (max-width: 1024px) {
  #design-area {
    background-color: #fff;
    padding: 50px 0;
  }
}


#design-area .design-content-boxs-item {
  padding: 16px;
  background-color: #fff;
  border-bottom: 1px solid #E8E9EA;
}

#design-area .design-content-boxs-item .title {
  color: #1C244B;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.6px;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  padding-right: 35px;
}

@media (max-width: 1024px) {
  #design-area .design-content-boxs-item .title {
    font-size: 16px;
    line-height: 24px;
  }
}

#design-area .design-content-boxs-item .title::before {
  content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%23666666" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

#design-area .design-content-boxs-item-content {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

#design-area .design-content-boxs-item-content .subtitle {
  color: #354156;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  margin: 16px 0;
}

#design-area .design-content-boxs-item-content .cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
  #design-area .design-content-boxs-item-content .cards {
    gap: 4px;
  }
}

#design-area .design-content-boxs-item-content .cards-item {
  padding: 12px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #E8E9EA;
  width: calc((100% - 16px * 4) / 4);
}

@media only screen and (max-width: 992px) {
  #design-area .design-content-boxs-item-content .cards-item {
    width: calc((100% - 4px) / 2);
    padding: 10px;
  }
}

#design-area .design-content-boxs-item-content .cards-item-photo {
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E8E9EA;
  border-radius: 2px;
}

#design-area .design-content-boxs-item-content .cards-item-photo img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

#design-area .design-content-boxs-item-content .cards-item-text {
  margin-top: 16px;
  text-align: center;
}

#design-area .design-content-boxs-item-content .cards-item-text-title {
  color: #354156;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
}

#design-area .design-content-boxs-item-content .cards-item-text-desc {
  color: #354156;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
  margin-top: 16px;
}

#design-area .design-content-boxs-item.active {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #F4F5F6;
}

#design-area .design-content-boxs-item.active .design-content-boxs-item-content {
  height: auto;
}

#design-area .design-content-boxs-item.active .title {
  color: #3578EA;
}

#design-area .design-content-boxs-item.active .title::before {
  content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%233578EA" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
  transform: translateY(-50%) rotate(180deg);
}

/*#endregion Design-area End */
/*#region CITY CONTACT SECTION */
.spesific-contact {
  padding: 70px 0;
  background-color: #F6FAFF;
}

@media (max-width: 1024px) {
  .spesific-contact {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .spesific-contact {
    padding-bottom: 0;
  }

  .spesific-contact .section-wrapper {
    padding: 0 !important;
  }

  .spesific-contact .section-wrapper .section-title,
  .spesific-contact .section-wrapper .section-subtitle,
  .spesific-contact .section-wrapper .contact-options {
    padding: 0 16px;
  }
}

.spesific-contact ul {
  list-style: none;
}

.spesific-contact .section-title {
  color: #1c244b;
  text-align: center;
  font-family: Geologica !important;
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  .spesific-contact .section-title {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 767.98) {
  .spesific-contact .section-title {
    font-size: 28px;
    line-height: 42px;
  }
}

.spesific-contact .section-subtitle {
  color: #1c244b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}

.spesific-contact .section-subtitle span {
  color: #3578EA !important;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.spesific-contact .section-subtitle span a {
  color: #3578EA;
  text-decoration: underline !important;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .spesific-contact .section-subtitle {
    margin-bottom: 28px;
  }
}

@media (max-width: 767.98px) {
  .spesific-contact .section-subtitle {
    margin-bottom: 32px;
  }
}

.spesific-contact .contact-options {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}

.spesific-contact .contact-options li {
  cursor: pointer;
}

@media (max-width: 1024px) {
  .spesific-contact .contact-options {
    flex-wrap: wrap;
    margin-bottom: 36px;
  }
}

@media (max-width: 767.98px) {
  .spesific-contact .contact-options {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.spesific-contact .contact-options .option a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 16px;
}

.spesific-contact .contact-options .option a .icon-container {
  padding: 14px;
  border-radius: 100%;
  display: flex;
}

.spesific-contact .contact-options .option a .option-info>p:first-of-type {
  color: #4d4f53;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
}

.spesific-contact .contact-options .option a .option-info>p:last-of-type {
  color: #232528;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.spesific-contact .contact-options .option:nth-of-type(1)>a .icon-container {
  background-color: #3578ea;
}

.spesific-contact .contact-options .option:nth-of-type(2)>a>.icon-container {
  background-color: #17d24b;
}

.spesific-contact .contact-options .option:nth-of-type(3)>a>.icon-container {
  background-color: #ef4444;
}

.spesific-contact .contact-options .option:nth-of-type(4)>a .icon-container {
  background-color: #22c7de;
}

@media (max-width: 1024px) {
  .spesific-contact .contact-options .option {
    width: calc(50% - 38px);
  }

  .spesific-contact .contact-options .option:first-of-type {
    padding-bottom: 24px;
    border-bottom: 1px solid #cdced0;
    margin-right: 38px;
  }

  .spesific-contact .contact-options .option:nth-of-type(2) {
    order: 3;
    padding-top: 24px;
  }

  .spesific-contact .contact-options .option:nth-of-type(3) {
    order: 2;
    padding-bottom: 24px;
    border-bottom: 1px solid #cdced0;
    margin-left: 38px;
  }

  .spesific-contact .contact-options .option:last-of-type {
    padding-top: 24px;
    order: 4;
  }
}

@media (max-width: 767.98px) {
  .spesific-contact .contact-options .option {
    width: 100%;
    order: 1;
    padding-bottom: 24px !important;
    padding-top: 24px;
    border-bottom: 1px solid #cdced0;
    margin: 0 !important;
  }

  .spesific-contact .contact-options .option:first-of-type {
    padding-top: 0;
  }

  .spesific-contact .contact-options .option:last-of-type {
    border: none;
    padding-bottom: 30px !important;
  }
}

.spesific-contact .contact-options .line {
  width: 1px;
  background: #cdced0;
}

@media (max-width: 1024px) {
  .spesific-contact .contact-options .line {
    display: none;
  }
}

.spesific-contact .contact-dates {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #f4f5f6;
  overflow: hidden;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767.98px) {
  .spesific-contact .contact-dates {
    background: #f6faff;
    padding: 50px 16px;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
}

.spesific-contact .contact-dates .contact-dates-wrapper {
  display: flex;
  overflow: hidden;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .spesific-contact .contact-dates .contact-dates-wrapper {
    flex-direction: column-reverse;
    border-radius: 8px;
  }
}

.spesific-contact .contact-dates .contact-dates-wrapper .map-container {
  width: 60%;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .spesific-contact .contact-dates .contact-dates-wrapper .map-container {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .spesific-contact .contact-dates .contact-dates-wrapper .map-container {
    width: 100%;
    height: 380px;
  }
}

.spesific-contact .contact-dates .contact-dates-wrapper .map-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #f4f5f6;
}

.spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper {
  width: 40%;
  padding: 40px 16px;
}

@media (max-width: 1024px) {
  .spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper {
    width: 50%;
    padding: 50px 16px;
  }
}

@media (max-width: 767.98px) {
  .spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper {
    width: 100%;
    padding: 24px 16px 28px;
  }
}

.spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper h3,
.spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper ul {
  max-width: 330px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {

  .spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper h3,
  .spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper ul {
    max-width: 100%;
  }
}

.spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper h3 {
  color: #1c244b;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  .spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper h3 {
    font-size: 18px;
    line-height: 27px;
  }
}

@media (max-width: 767.98px) {
  .spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper .date-list {
  padding-top: 20px;
  border-top: 1px solid #cdcecf;
}

.spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper .date-list li {
  padding-left: 26px;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper .date-list li span {
  color: #232528;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper .date-list li:last-of-type {
  margin-bottom: 0;
}

.spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper .date-list li:last-of-type span:last-of-type {
  color: #ea3535;
}

.spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper .date-list li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3578ea;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.spesific-contact .contact-dates .contact-dates-wrapper .dates-wrapper .date-list li:last-of-type:before {
  background-color: #c0c3c8;
}

/*#endregion END OF CITY CONTACT SECTION */
/* GALLERY POPUP */
.gallery-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #232528e6;
  z-index: 10000000000;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  display: none;
  overflow-y: auto;
}

.gallery-popup.active {
  display: flex;
  animation: fadeIn 0.5s forwards;
}

.gallery-popup .g_popup--header {
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1024px) {
  .gallery-popup .g_popup--header {
    padding: 14px 16px;
  }
}

.gallery-popup .g_popup--header .image-count {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #d6d7d9;
}

.gallery-popup .g_popup--header .close-g_popup {
  background: transparent;
  width: 24px;
  height: 24px;
  border: none;
  outline: none;
  padding: 0;
}

.gallery-popup .g_popup--header .close-g_popup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-popup .g_popup--body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
  height: calc(100% - 200px);
}

@media (max-width: 1440px) {
  .gallery-popup .g_popup--body {
    height: calc(100% - 120px);
  }
}

@media (max-width: 1024px) {
  .gallery-popup .g_popup--body {
    padding: 16px;
    justify-content: space-between;
    gap: 12px;
  }
}

@media (max-width: 767.98px) {
  .gallery-popup .g_popup--body {
    gap: 0;
    padding: 16px 0;
  }
}

.gallery-popup .g_popup--body .gallery-image {
  width: calc(100% - 64px);
  max-width: 1000px;
  height: 100%;
}

@media (max-width: 1440px) {
  .gallery-popup .g_popup--body .gallery-image {
    max-width: 750px;
  }
}

@media (max-width: 767.98px) {
  .gallery-popup .g_popup--body .gallery-image {
    width: 100%;
    max-width: unset;
  }
}

.gallery-popup .g_popup--body .gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

.gallery-popup .g_popup--body .g_nav--button {
  min-width: 56px;
  width: calc((100% - 1000px) / 2);
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1440px) {
  .gallery-popup .g_popup--body .g_nav--button {
    width: calc((100% - 750px) / 2);
  }
}

@media (max-width: 1024px) {
  .gallery-popup .g_popup--body .g_nav--button {
    min-width: unset;
    width: 36px;
    height: 36px;
    background: #00000080;
    border-radius: 2px;
  }
}

@media (max-width: 767.98px) {
  .gallery-popup .g_popup--body .g_nav--button {
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
  }
}

.gallery-popup .g_popup--body .g_nav--button.disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media (min-width: 1025px) {
  .gallery-popup .g_popup--body .g_nav--button.g_nav-next {
    padding-right: 24px;
  }
}

@media (max-width: 767.98px) {
  .gallery-popup .g_popup--body .g_nav--button.g_nav-next {
    right: 16px;
  }
}

@media (min-width: 1025px) {
  .gallery-popup .g_popup--body .g_nav--button.g_nav-prev {
    padding-left: 24px;
  }
}

@media (max-width: 767.98px) {
  .gallery-popup .g_popup--body .g_nav--button.g_nav-prev {
    left: 16px;
  }
}

.gallery-popup .g_popup--body .g_nav--button svg {
  width: 32px;
  height: 32px;
}

.gallery-popup .g_popup--body .g_nav--button svg g rect {
  transition: 0.3s;
}

.gallery-popup .g_popup--body .g_nav--button:hover svg g rect {
  fill: #fff;
}

/* GALLERY POPUP END */


@media only screen and (min-width:768px) {
  #SpesificIntro .intro_wrapper {
    display: grid !important;
    grid-template-areas: "a c" "b c" !important;
    grid-template-columns: 50% 50% !important;
  }

  #SpesificIntro .intro-mob-title {
    grid-area: a !important;
    align-self: end;
    margin-bottom: 0px !important;
  }

  #SpesificIntro .intro-content {
    grid-area: b !important;
    align-self: start;
  }

  #SpesificIntro .intro-photo {
    grid-area: c !important;
  }

  #SpesificIntro .intro-photo img {
    max-width: 100%;
  }
}

@media only screen and (min-width:1024px) {
  #SpesificIntro .intro_wrapper {
    grid-template-columns: 1fr 660px !important;

  }
}