/*
1 Thin
3 Light
5 Medium
7 Bold
*/

/* Thin */
@font-face {
  font-family: 'Esclot';
  src: url('../assets/fonts/helveticaneue/HelveticaNeue-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

/* Light */
@font-face {
  font-family: 'Esclot';
  src: url('../assets/fonts/helveticaneue/HelveticaNeue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

/* Medium */
@font-face {
  font-family: 'Esclot';
  src: url('../assets/fonts/helveticaneue/HelveticaNeue-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'Esclot';
  src: url('../assets/fonts/helveticaneue/HelveticaNeue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}




body {
  font-family: 'Avenir Next', 'Esclot', 'Segoe UI', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.2px;
  color: #363636;
  background-color: #ffffff;
  overflow-x: hidden;
}

.importantgray{
  color:#363636!important;
}

.importantgray-ozel{
  color:#363636!important;
}

.importantgray-ozel:hover{
  color:#363636!important;
  background-color: #d1d1d1;
}

.importantgray-ozel.active{
  border: 1px solid black !important;
  color: black !important;
  font-weight: bold;
}




.filter-size.active,
.filter-color.active,
.filter-fit.active,
.filter-material.active,
.filter-pattern.active {
  border: 1px solid black !important;
  color: black !important;
  font-weight: bold;
}

.sort-btn.active {
  border: 1px solid black !important;
  background-color: #fff !important;
  color: black !important;
  font-weight: bold;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: #0e0e0e;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.hero_area .hero_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
}

.sub_page .hero_area {
  min-height: auto;
}

.header_section .header_top {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}

.header_section .header_top .header_top_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  background-color: #159ec0;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
}

.header_section .header_top .contact_nav a:hover i {
  background-color: #0e0e0e;
}

.header_section .header_top .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 200px;
}

.header_section .header_top .social_box a i {
  margin-right: 5px;
  background-color: #159ec0;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
}

.header_section .header_top .social_box a:hover i {
  background-color: #0e0e0e;
}

.header_section .header_bottom {
  padding: 15px 0;
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
}

.navbar-brand span {
  color: #0e0e0e;
}

.navbar-brand:hover {
  color: inherit;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 30px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item .nav-link i {
  margin-right: 5px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #0e0e0e;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #0e0e0e;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
  text-align: center;
}

.slider_section .detail-box h1 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

/* Homepage hero copy - sits left of the model, editorial and restrained */
.hero-copy-col {
  margin-right: auto;
}

/* nudge the copy further left, outside the centred container gutter */
@media (min-width: 992px) {
  .hero-copy-col {
    margin-left: -70px;
  }
}

.hero-copy {
  text-align: left !important;
  max-width: 470px;
}

.hero-copy > * {
  animation: heroFade 1s ease both;
}

.hero-copy h1 { animation-delay: .12s; }
.hero-copy .hero-rule { animation-delay: .22s; }
.hero-copy p { animation-delay: .3s; }
.hero-copy .btn-box { animation-delay: .4s; }

@keyframes heroFade {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}

.hero-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 20px;
}

.hero-copy h1 {
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 300 !important;
  letter-spacing: 1px;
  line-height: 1.18;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

.hero-rule {
  display: block;
  width: 54px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 26px 0;
}

.hero-copy p {
  font-size: clamp(11px, 1.15vw, 15px);
  font-weight: 400;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
  text-align: center;
}

.hero-copy .btn-box {
  justify-content: flex-start;
  margin-top: 34px;
}

.hero-cta {
  display: inline-block;
  width: auto !important;
  padding: 14px 34px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 0;
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: background-color .35s ease, color .35s ease, border-color .35s ease;
}

.hero-cta:hover,
.hero-cta:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1A1A1A;
}

/* soft scrim so the copy stays legible over the photograph */
.hero-scrim-left {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.15) 45%, transparent 70%),
              linear-gradient(to top, #00000075, transparent);
}

@media (max-width: 991.98px) {
  .hero-copy-col {
    margin-left: auto;
  }

  .hero-copy {
    max-width: none;
    text-align: center !important;
  }

  .hero-copy .btn-box {
    justify-content: center;
  }

  .hero-rule {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-scrim-left {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.25));
  }
}

/* Mobile-only hero tweaks */
@media (max-width: 767.98px) {
  .hero-copy h1 {
    font-size: 22px;
  }

  .slider_section .detail-box h1 {
    font-size: 2.1rem;
  }

  .home-hero-bg {
    background-position: 35% center !important;
  }
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slider_section .detail-box .btn-box a {
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #0e0e0e;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #0e0e0e;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #0e0e0e;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 45px auto 0 auto;
  width: 110px;
  height: 50px;
}

.slider_section .carousel_btn-box a {
  top: 50%;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  opacity: 1;
  color: #004445;
  font-size: 14px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.slider_section .carousel_btn-box a:hover {
  background-color: #0e0e0e;
  color: #ffffff;
}

.slider_section .carousel_btn-box .carousel-control-prev {
  left: 25px;
}

.slider_section .carousel_btn-box .carousel-control-next {
  right: 25px;
}

.service_section .heading_container {
  margin-bottom: 35px;
}

.service_section .box {
  margin: 10px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  padding: 25px 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .box .img-box {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .box .img-box img {
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
}

.service_section .box .detail-box p {
  margin: 0;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #0e0e0e;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #0e0e0e;
}

.service_section .btn-box a:hover {
  background-color: transparent;
  color: #0e0e0e;
}

.service_section .owl-stage .owl-item.active {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.service_section .owl-stage .owl-item.active.center {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.service_section .owl-stage .owl-item.active.center .box {
  background-color: #004445;
  color: #ffffff;
}

.service_section .owl-stage .owl-item.active.center .box .img-box img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.service_section .owl-nav {
  display: none;
}

.service_section .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.service_section .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 100%;
  margin: 0 2px;
  background-color: #ccc;
  border: none;
  outline: none;
}

.service_section .owl-dots .owl-dot.active {
  background: #0e0e0e;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #0e0e0e;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #0e0e0e;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #0e0e0e;
}

.team_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #004445;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 45px;
}

.team_section .box .img-box {
  width: 100%;
}

.team_section .box .img-box img {
  width: 100%;
}

.team_section .box .detail-box {
  width: 100%;
  color: #ffffff;
  padding: 25px 15px;
  text-align: center;
}

.team_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.team_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #0e0e0e;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #0e0e0e;
}

.team_section .btn-box a:hover {
  background-color: transparent;
  color: #0e0e0e;
}

.contact_section {
  position: relative;
  background-color: #f9f9f9;
}

.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .form_container {
  padding: 45px;
}

.contact_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  border-radius: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.contact_section .form_container .form-control::-webkit-input-placeholder {
  color: #565554;
}

.contact_section .form_container .form-control:-ms-input-placeholder {
  color: #565554;
}

.contact_section .form_container .form-control::-ms-input-placeholder {
  color: #565554;
}

.contact_section .form_container .form-control::placeholder {
  color: #565554;
}

.contact_section .form_container .form-control.message-box {
  height: 95px;
}

.contact_section .form_container .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_section .form_container .btn_box button {
  border: none;
  display: inline-block;
  padding: 12px 55px;
  background-color: #0e0e0e;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #0e0e0e;
  width: 100%;
}

.contact_section .form_container .btn_box button:hover {
  background-color: transparent;
  color: #0e0e0e;
}

.contact_section .img-box {
  overflow: hidden;
}

.contact_section .img-box img {
  min-width: 100%;
}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: auto;
  margin-top: 15px;
}

.client_section .client_container .img-box {
  width: 125px;
}

.client_section .client_container .img-box img {
  width: 100%;
  border-radius: 5px;
}

.client_section .client_container .detail-box {
  margin-top: 25px;
}

.client_section .client_container .detail-box h5 {
  color: #1d1b28;
  margin-bottom: 15px;
}

.client_section .client_container .detail-box p {
  color: #1d1b28;
  margin: 20px;
}

.client_section .client_container .detail-box span {
  margin-top: 25px;
  color: #1eb36a;
  font-size: 28px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 50px;
  height: 50px;
  border-radius: 0px;
  background-color: #000000;
  opacity: 1;
  top: 28%;
  color: #ffffff;
  font-size: 12px;
  margin: 0 2.5px;
}

.client_section .carousel-control-prev {
  left: 15%;
}

.client_section .carousel-control-next {
  right: 15%;
}

.client_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section {
  background-color: #004445;
  color: #ffffff;
  padding: 45px 0 10px 0;
}

.info_section h5 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.info_section .info_top {
  margin-bottom: 25px;
}

.info_section .info_top .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 245px;
}

.info_section .info_contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.info_section .info_contact a i {
  margin-right: 5px;
  font-size: 24px;
}

.info_section .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.info_section .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  color: #ffffff;
  margin-right: 5px;
  font-size: 24px;
}

.info_section .info_bottom .row > div {
  margin-bottom: 30px;
}

.info_section .info_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
}

.info_section .info_menu li {
  list-style-type: none;
  margin-bottom: 10px;
}

.info_section .info_menu li a {
  color: #ffffff;
}

.info_section .info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.info_section .info_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #0e0e0e;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #0e0e0e;
}

.info_section .info_form button:hover {
  background-color: transparent;
  color: #0e0e0e;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #252525;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */


.filter-sidebar-c{
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.filter-sidebar {
            width: 450px;
            height: 100vh;
            position: fixed;
            top: 0;
            right: -450px;
            background: #ffffff;
            transition: all 0.3s ease-in-out;
            z-index: 1001; 
            overflow: auto;
        }

        @media (max-width: 767.98px) {
          .filter-sidebar {
            width: 350px;
            right: -350px;
          }
        }
        

.filter-sidebar::-webkit-scrollbar {
    width: 6px;
}

.filter-sidebar::-webkit-scrollbar-thumb {
    background-color: #888; 
    border-radius: 10px;
    transition: background-color 0.3s;
}

.filter-sidebar::-webkit-scrollbar-thumb:hover {
    background-color: #555; 
}

        .filter-sidebar a {
            padding: 10px 15px;
            display: block;
            color: #696969;
            text-decoration: none;
            font-weight: 400;
        }

        .filter-sidebar a:hover {
            background: #dfdfdf;
        }


        .filter-sidebar.active {
            right: 0;
        }




        .customize-sidebar-c{
          padding-top: 15px;
          padding-left: 15px;
          padding-right: 15px;
        }
        
        .customize-sidebar {
                    width: 450px;
                    height: 100vh;
                    position: fixed;
                    top: 0;
                    right: -450px;
                    background: #ffffff;
                    transition: all 0.3s ease-in-out;
                    z-index: 1001; 
                    overflow: auto;
                }
        
                @media (max-width: 767.98px) {
                  .customize-sidebar {
                    width: 350px;
                    right: -350px;
                  }
                }
                
        
        .customize-sidebar::-webkit-scrollbar {
            width: 6px;
        }
        
        .customize-sidebar::-webkit-scrollbar-thumb {
            background-color: #888; 
            border-radius: 10px;
            transition: background-color 0.3s;
        }
        
        .customize-sidebar::-webkit-scrollbar-thumb:hover {
            background-color: #555; 
        }
        
                .customize-sidebar a {
                    padding: 10px 15px;
                    display: block;
                    color: #696969;
                    text-decoration: none;
                    font-weight: 400;
                }
        
                .customize-sidebar a:hover {
                    background: #dfdfdf;
                }
        
        
                .customize-sidebar.active {
                    right: 0;
                }





.sort-sidebar-c{
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.sort-sidebar {
     
            width: 450px;
            height: 100vh;
            position: fixed;
            top: 0;
            right: -450px;
            background: #ffffff;
            transition: all 0.3s ease-in-out;
            z-index: 1001; 
            overflow: auto;
        }

        @media (max-width: 767.98px) {
          .sort-sidebar {
            width: 350px;
            right: -350px;
          }
        }

.sort-sidebar::-webkit-scrollbar {
    width: 6px;
}

.sort-sidebar::-webkit-scrollbar-thumb {
    background-color: #888; 
    border-radius: 10px;
    transition: background-color 0.3s;
}

.sort-sidebar::-webkit-scrollbar-thumb:hover {
    background-color: #555; 
}

        .sort-sidebar a {
            padding: 10px 15px;
            display: block;
            color: #696969;
            text-decoration: none;
            font-weight: 400;
        }

        .sort-sidebar a:hover {
            background: #dfdfdf;
        }


        .sort-sidebar.active {
            right: 0;
        }


        .sidebar {
            font-family: 'Avenir Next', 'Esclot', sans-serif!important;
            width: 350px;
            height: 100vh;
            position: fixed;
            top: 0;
            right: -350px;
            background: #ffffff;
            transition: all 0.3s ease-in-out;
            padding-top: 20px;
            z-index: 1001; 
            padding: 25px;
            overflow: auto;
        }

        @media (max-width: 767.98px){
          .sidebar {
            width: 300px;
            right: -300px;
            padding:9px;
          }
        }

        .sidebar::-webkit-scrollbar {
    width: 6px;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #888; 
    border-radius: 10px;
    transition: background-color 0.3s;
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background-color: #555; 
}

        .sidebar a {
            padding: 10px 15px;
            display: block;
            color: #696969;
            text-decoration: none;
            font-weight: 400!important;
            font-size: 16px;
            letter-spacing: 0.6px;
        }

        .sidebar a:hover {
            background: #dfdfdf;
        }


        .sidebar.active {
            right: 0;
        }


        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: rgba(0, 0, 0, 0.5);
            visibility: hidden;
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
            z-index: 1000;
        }


        .overlay.active {
            visibility: visible;
            opacity: 1;
        }

.hero-bg-ozel {
  background: linear-gradient(to top, #00000075, transparent)

}

.submenu {
    max-height: 0;
    overflow: hidden;
    padding-left: 20px;
    opacity: 0;
    transition: opacity 0.5s ease, max-height 0.5s ease-in-out;
}



.toggle-menu.active + .submenu {
    max-height: 500px; /* Bu değeri ihtiyaca göre ayarlayın */
    opacity: 1;
}

.submenu a {
    display: block;
    margin: 5px 0;
}

/* Icon için düzenleme */
.toggle-menu i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

/* Açıldığında iconu döndür */
.toggle-menu.active i {
    transform: rotate(180deg);
}


.right-section {
    background-color: #e0e0e0; /* Light gray background /
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50%; / Adjust based on layout */
    height: 100%;
    padding: 20px;
}

.right-section h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.right-section p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.see-collection {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #333;
    padding-bottom: 2px;
    transition: opacity 0.3s;
}

.see-collection:hover {
    opacity: 0.7;
}



.container-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px; /* Adjust as needed */
    margin: auto;
}

.left-section img {
    max-width: 100%;
    height: auto;
    display: block;
}

.right-section {
    background-color: #e0e0e0;
    padding: 20px;
    width: 50%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.right-section h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.right-section p {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.read-more {
    display: inline-block;
    background-color: #2c6453; /* Adjust color */
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.read-more:hover {
    background-color: #1f4a3d;
}

        .footer {
            background-color: #d3d3d3;
            padding: 40px 0;
            margin: 50px;
        }
        @media (max-width: 767.98px){
          .footer{
            margin: 0px;
            padding-bottom:150px;
          }
        }
        .footer a {
            text-decoration: none;
            color: black;
        }

        .social-icons a {
            font-size: 24px;
            margin: 0 10px;
            color: black;
            text-decoration: none;
        }


        .tenor-sans-text {
            font-family: 'Avenir Next', 'Esclot', sans-serif;
            font-weight: 400;
            letter-spacing: 0.2px;
        }

        .tenor-sans-text-bold {
          font-family: 'Avenir Next', 'Esclot', sans-serif;
          font-weight: 700;
        }

        .tenor-sans-text-thin {
          font-family: 'Avenir Next', 'Esclot', sans-serif;
          font-weight: 100;
        }

        /* Section headings - refined, smaller and more elegant */
        .section-title {
          font-family: 'Avenir Next', 'Esclot', sans-serif;
          font-size: clamp(22px, 3vw, 30px);
          font-weight: 400;
          letter-spacing: 2px;
          text-transform: uppercase;
          margin-bottom: 0;
        }

        .section-subtitle {
          font-family: 'Avenir Next', 'Esclot', sans-serif;
          font-size: clamp(15px, 2vw, 18px);
          font-weight: 500;
          letter-spacing: 1.4px;
          text-transform: uppercase;
        }

        .body-copy {
          font-size: clamp(14px, 1.6vw, 16px);
          font-weight: 400;
          line-height: 1.8;
        }

        .like-description{
          color:#696969;
        }

/* Legal / policy pages */
.legal-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 20px 70px;
}

.legal-page h1 {
  margin-bottom: 14px;
}

.legal-page .legal-intro {
  color: #6B6B6B;
  border-bottom: 1px solid #E4E0DB;
  padding-bottom: 26px;
  margin-bottom: 34px;
}

.legal-page h2 {
  font-family: 'Avenir Next', 'Esclot', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #1F1F1F;
  margin-top: 42px;
  margin-bottom: 14px;
}

.legal-page h3 {
  font-family: 'Avenir Next', 'Esclot', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #3A3A3A;
  margin-top: 26px;
  margin-bottom: 10px;
}

.legal-page p,
.legal-page li {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.85;
  color: #4A4A4A;
}

.legal-page p {
  margin-bottom: 16px;
}

.legal-page ul,
.legal-page ol {
  padding-left: 22px;
  margin-bottom: 16px;
}

.legal-page li {
  margin-bottom: 8px;
}

.legal-page a {
  color: #4A4A4A;
  text-decoration: underline;
}

.legal-page .subclause {
  margin-left: 26px;
}

.legal-page .legal-contact {
  background-color: #F3F1EF;
  border: 1px solid #E4E0DB;
  border-radius: 8px;
  padding: 22px 26px;
  margin-top: 20px;
}

.legal-page .legal-contact p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .legal-page {
    padding: 6px 16px 50px;
  }

  .legal-page p,
  .legal-page li {
    font-size: 14px;
  }
}

/* Testimonials - muted, speech-bubble style */
.testimonial_section {
  background-color: #F3F1EF;
  padding: 70px 0 80px;
}

.testimonial-eyebrow {
  text-align: center;
  color: #8C8781;
  margin-bottom: 42px;
  font-size: 12px !important;
  letter-spacing: 3px;
}

.testimonial-col {
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
  padding-left: 14px;
  padding-right: 14px;
}

.testimonial-card {
  position: relative;
  background-color: #FBFAF9;
  border: 1px solid #E4E0DB;
  border-radius: 10px;
  padding: 28px 30px;
  flex: 1;
}

/* bubble tail */
.testimonial-card::after,
.testimonial-card::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 34px;
  width: 0;
  height: 0;
  border-style: solid;
}

.testimonial-card::before {
  border-width: 15px 15px 0 0;
  border-color: #E4E0DB transparent transparent transparent;
}

.testimonial-card::after {
  border-width: 13px 13px 0 0;
  border-color: #FBFAF9 transparent transparent transparent;
  left: 35px;
}

.testimonial-quote {
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  color: #5F5B57;
  margin-bottom: 0;
}

.testimonial-author {
  padding: 22px 0 0 34px;
}

.testimonial-name {
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #4A4642;
}

.testimonial-role {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #9B958E;
}

@media (max-width: 767.98px) {
  .testimonial_section {
    padding: 50px 0 55px;
  }
}

        .like-description-more{
          color:#002D81!important;
        }

        .service-section {
            text-align: center;
            margin-bottom: 30px;
        }
        .service-section img {
            display: block;
            width: 100%;
            max-width: 555px;
            height: 350px;
            object-fit: cover;
            object-position: top;
            border-radius: 3px;
        }
        .service-section h2 {
            margin-top: 10px;
            font-size: 17px;
            font-weight: 400;
            letter-spacing: 1.6px;
            text-transform: uppercase;
            color: black;
            font-family: 'Avenir Next', 'Esclot', sans-serif;
            text-align: left;
        }

/* Tailoring hero CTA - solid dark */
.btn-appointment-dark {
  background-color: #1A1A1A;
  border: 1px solid #1A1A1A;
  color: #ffffff;
  border-radius: 2px;
  transition: background-color .3s, border-color .3s;
}

.btn-appointment-dark:hover,
.btn-appointment-dark:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

        .left-column {
            margin-top: 0;
        }

        .right-column {
            margin-top: 0;
        }


@media (max-width: 767.98px) {
      .bottom-navbar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.4);
        border-radius: 10px 10px 0 0;
        background-color: #fff;
      }
    }

    .icon-bar {
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding: 10px 0;
      width: 100%;
    }

    .icon-bar a {
      font-size: 30px;
      color: #000000;
      position: relative;
      transition: transform 0.3s ease, color 0.3s ease;
    }

    .icon-bar a:active {
      transform: scale(1.2); 
      color: gray; 
    }

    /* Shopping cart badge */
    .badge-cart {
      position: absolute;
      top: -4px;
      right: -14px;
      background-color: #dc3545;
      color: white;
      border-radius: 50%;
      padding: 3px 7px;
      font-size: 14px;
    }


    .button-bar {
      display: flex;
      justify-content: space-between;
      width: 100%;
      padding: 10px 20px;
    }

    .button-bar .btn {
      width: 48%;
      font-size: 16px;
    }

     /* Gizleme bilgisayarda */
    @media (min-width: 768px) {
      .bottom-navbar {
        display: none;
      }

      .right-top-icons {
        display: flex!important;
      }
    }
    @media (max-width: 767.98px) {
      .right-top-icons {
        display: none!important; 
      }
    }

/* Shared navbar layout - logo centred, actions right, identical height on every page */
.esclot-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 92px;
  padding: 0;
}

.esclot-nav-brand {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

.esclot-nav-brand img {
  display: block;
  width: 200px;
}

.esclot-nav-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.esclot-nav-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.esclot-nav-actions .btn-right-top {
  display: flex;
  align-items: center;
  padding: 0;
  line-height: 1;
}

.esclot-nav-actions .fa {
  font-size: 21px;
  line-height: 1;
}

.esclot-nav--dark .fa {
  color: #000000;
}

.esclot-nav--dark .btn-right-top:hover .fa,
.esclot-nav--dark .btn-right-top:focus .fa {
  color: #555555;
}

@media (max-width: 767.98px) {
  .esclot-nav {
    min-height: 76px;
  }

  .esclot-nav-brand img {
    width: 160px;
  }
}

.btn-right-top {
        transition: transform 0.2s, color 0.2s;
        color: white;
    }

    .btn-right-top:hover {
        color: white;
    }

    .btn-right-top:active {
        transform: scale(1.3); 
        color: #dfdfdf;  
    }

    .btn-right-top:focus, .btn-right-top:hover {
        transform: scale(1.3);  
        color: #dfdfdf;  
    }

    .cart-badge {
        position: absolute;
        top: 9px;
        right: -4px;
        background-color: #dc3545;
        color: white;
        font-size: 12px !important;
        font-weight: bold;
        border-radius: 50%;
        padding: 0px;
        min-width: 20px;
        text-align: center;
        transition: top 0.2s; 
      }

    .btn-right-top:hover .cart-badge {
        top: 1px;
    }

    .custom-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .px-profile{

    padding-left: 9rem;
    padding-right: 9rem;
    }

    @media (max-width: 768px) {
      .d-flex-special {
        display: none;
      }
      .all-fill {
        width: 100%;
      }

      .custom-bar {
        display: inline;
      }

      .px-profile{
        padding-left: 1rem;
        padding-right: 1rem;
      }
    }

    .filt-color{
      color:#545454;
    }

    .product-card img {
      width: 100%;
      height: auto;
      object-fit: cover;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      border-radius: 5px;
      transition: transform 0.3s ease

    }

    .product-card {
      border-color: transparent;
      transition: transform 0.3s ease;
    }

    .product-link:hover .product-card {
      transform: scale(1.05);
    }

    .product-link{
      display: block;
      text-decoration: none; 
      color: black;
    }

    .card-body{
      padding-left: 0px;
      padding-right: 0px;
    }

    .card-body{
     
    }

    .card-title{
   
      margin-bottom: 0px;
    }


.zoom-container {
            position: relative;
            overflow: hidden;
        }

        .zoom-container img {
            transition: transform 0.3s ease-in-out;
        }



        .heart-icon {
          position: absolute;
          top: 3px;
          right: 10px;
          font-size: 24px;
          padding: 5px;
        }


        #extra-fields {
    opacity: 0;
    transform: translateY(-20px);
    animation: slideDown 0.5s forwards;
}

@keyframes slideDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.d-none {
    display: none;
}


.special-container {
    max-width: 90%;
    padding-left: 20px;
    padding-right: 20px;
}


.sidebar-close-x{
  position: absolute;
  top:0;
  right: 0;
  cursor: pointer;
}

.product-card-c {
            border: 1px solid #ddd;
            padding: 20px;
            margin: 20px;
            border-radius: 5px;
        }
        .product-title-c {
            font-size: 24px;
            font-weight: bold;
        }
        .product-description-c {
            font-size: 16px;
            color: #555;
        }
        .product-price-c {
            font-size: 20px;
            color: #000;
            font-weight: bold;
        }
        .product-image-c {
            max-width: 100%;
            height: auto;
            margin-bottom: 20px;
        }


        ::-webkit-scrollbar {
    width: 8px; 
  }

  ::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 10px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #888; 
    border-radius: 10px;
    border: 2px solid #f1f1f1;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }



.cart-sidebar-c{
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.cart-sidebar {
     
            width: 450px;
            height: 100vh;
            position: fixed;
            top: 0;
            right: -450px;
            background: #ffffff;
            transition: all 0.3s ease-in-out;
            z-index: 1001; 
            overflow: auto;
        }


        @media (max-width: 767.98px) {
          .cart-sidebar  {
            width: 350px;
            right: -350px;
          }
        }

.cart-sidebar::-webkit-scrollbar {
    width: 6px;
}

.cart-sidebar::-webkit-scrollbar-thumb {
    background-color: #888; 
    border-radius: 10px;
    transition: background-color 0.3s;
}

.cart-sidebar::-webkit-scrollbar-thumb:hover {
    background-color: #555; 
}

        .cart-sidebar a {
            padding: 10px 15px;
            display: block;
            color: #696969;
            text-decoration: none;
            font-weight: 400;
        }

        .cart-sidebar a:hover {
            background: #dfdfdf;
        }


        .cart-sidebar.active {
            right: 0;
        }

        .custom-card-to {
          max-width: 250px; 
          width: 100%;
      }
  
      @media (max-width: 768px) {
          .custom-card-to {
              max-width: 100%;
          }
      }





.side-filter-badge{
  background-color: #d3d3d3!important;
  font-size: 12px;
  margin-left: 5px;
  padding: 2px 7px 2px 7px;
  border-radius: 8px;
  color: #272727;
}


.navbar-cart-section-btnhandler{
  width: 450px;
  position:fixed;
  z-index:3000;
  bottom:0;
  background-color: #FEFEFE;
}

@media (max-width: 767.98px) {
  .navbar-cart-section-btnhandler  {
    width: 350px;
  }
}

.pc-images{
  display: block;
}

.slider-container {
  display: none;
}

/* Mobilde göster */
@media (max-width: 767.98px) {
  .pc-images{
    display: none;
  }

  .slider-container {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .slider-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    touch-action: pan-y;
  }

  .slider-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .slider-item img {
    width: 100%;
    display: block;
  }

  .slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    border: none;
    color: white;
    font-size: 24px;
    padding: 8px 12px;
    cursor: pointer;
    z-index: 10;
  }

  .slider-prev { left: 10px; }
  .slider-next { right: 10px; }
}




.show-border{
  border: 1px solid #2d2e2c!important;
}

.close-border{
  border: 0px solid #2d2e2c;
}




.modern-select {
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22292%22%20height%3D%22292%22%20viewBox%3D%220%200%20292%20292%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M287%2069c5%200%207%202%207%207%200%202-1%204-2%206L151%20290c-2%202-4%203-7%203s-5-1-7-3L0%2082c-1-2-2-4-2-6%200-5%202-7%207-7h280z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  font-size: 16px;
  color: #333;
  transition: border 0.3s, box-shadow 0.3s;
}

.modern-select:focus {
  border-color: #4A90E2;
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
  outline: none;
}



/*
Appointments Css
*/


.appointment-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.banner-text {
  white-space: nowrap;
  font-size: 16px;
  font-family: 'Tenor Sans', sans-serif;
}

.diamond {
  width: 6px;
  height: 6px;
  background-color: black;
  transform: rotate(45deg);
}

.custom-line-section {
  margin: 40px 0;
}

.line {
  width: 40px;
  height: 1px;
  background-color: #000;
}


/*
Calender
*/


.calendar-container {
  font-family: 'Avenir Next', 'Esclot', sans-serif;
  margin-left: 35px;
  margin-right: 35px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
}


@media (max-width: 1024px) {
  .calendar-container {
    margin-left:0px;
    margin-right:0px;
  }
}


.calendar-header {
  background: #ccc;
  color: #000;
  padding: 15px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  position: relative;
}

.calendar-header button {
  background: transparent;
  border: none;
  color: #000;
  font-size: 20px;
  position: absolute;
  top: 10px;
}

.calendar-header .prev {
  left: 10px;
}

.calendar-header .next {
  right: 10px;
}

.weekdays, .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);

}

.weekdays div {
  background: #1c1c1c;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
}

.days div {
  text-align: center;
  padding: 15px 0;
  border: 1px solid #eee;
  cursor: pointer;
}

.days div.today {
  border: 2px solid #007bff;
  border-radius: 12px;
  font-weight: bold;
  color: #007bff;
}

.days div.disabled {
  color: #bbb;
  cursor: not-allowed;
  background-color: #f4f4f4;
}

.days div.selected {
  background-color: #1c1c1c;
  color: white;
  border-radius: 12px;
}

.appointments {
  padding: 20px;
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}

.appointment-slot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 5px;
}

.appointment-slot .time {
  font-weight: bold;
}

.appointment-slot .book-btn {
  background-color: #a17950;
  color: white;
  border: none;
  padding: 5px 12px;
  border-radius: 4px;
}





