@charset "UTF-8";
body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
}

body {
  background: #e3f2fd;
  color: #0d47a1;
}

.section-bg {
  background: #f5f5f5;
}

.woocommerce div.product form.cart .button {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: rgb(0, 107, 179);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  gap: 10px;
  font-weight: bold;
  border: 3px solid rgba(255, 255, 255, 0.3019607843);
  outline: none;
  overflow: hidden;
  font-size: 15px;
}

.button {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: rgb(0, 107, 179);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  gap: 10px;
  font-weight: bold;
  border: 3px solid rgba(255, 255, 255, 0.3019607843);
  outline: none;
  overflow: hidden;
  font-size: 15px;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.button:hover {
  transform: scale(1.05);
  border-color: rgba(255, 255, 255, 0.6);
}

.button:hover .icon {
  transform: scale(1.2);
}

.button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: rgb(0, 107, 179);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  gap: 10px;
  font-weight: bold;
  border: 3px solid rgba(255, 255, 255, 0.3019607843);
  outline: none;
  overflow: hidden;
  font-size: 15px;
}

body {
  margin: 0;
  font-family: Helvetica, sans-serif;
  background-color: #f4f4f4;
}

a {
  color: #000;
  text-decoration: none;
  color: #f5f5f5;
}

a:visited {
  color: #f5f5f5;
}

/* header */
.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.header li:last-child a {
  border-right: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #0d47a1;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

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

.menu-toggle-wrapper {
  position: relative;
  margin-left: auto;
  order: 2;
  z-index: 9999;
}

.navbar-links {
  order: 3;
}

/* menu */
.menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.menu-btn:checked ~ .menu {
  max-height: 30rem;
}

.menu-btn {
  display: none;
}

.menu-icon {
  cursor: pointer;
  padding: 28px 20px;
  position: relative;
  user-select: none;
  z-index: 100;
  display: none; /* Hidden by default */
}

#main-menu {
  position: absolute;
  top: 100%;
  right: 2rem;
  width: 100vw;
  background: #113545;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 8px 8px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

.menu-btn:checked ~ #main-menu {
  max-height: 30rem;
}

.site-logo-img {
  max-height: 5rem;
  width: auto;
}

.menu-container {
  background-color: #1769aa;
}

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

/* menu icon */
.menu-icon {
  z-index: 100;
  display: inline-block;
  cursor: pointer;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */
.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.navbar-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.search-cart {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.search-cart form {
  margin: 0;
}

.search-toggle {
  position: relative;
  display: flex;
  align-items: center;
}

.search-icon {
  font-size: 1.5rem;
  color: #f5f5f5;
  cursor: pointer;
  padding: 0.75rem;
  transition: all 0.2s;
  border-radius: 50%;
  background: rgba(33, 150, 243, 0.1);
  border: 2px solid transparent;
}

.search-icon:hover {
  color: #fff;
  background: #1769aa;
  border-color: #1769aa;
  transform: scale(1.05);
}

.search-form-wrapper {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  transform: translateY(-10px);
  min-width: 280px;
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 1001;
  border: 1px solid #e0e0e0;
}

.search-form-wrapper::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.search-toggle:hover .search-form-wrapper,
.search-toggle:focus-within .search-form-wrapper,
.search-form-wrapper:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.search-form-wrapper form {
  margin: 0;
  display: flex;
  gap: 0.5rem;
}

.search-form-wrapper input[type=search] {
  flex: 1;
  padding: 0.75rem;
  border: 2px solid #e0e0e0;
  border-radius: 25px;
  font-size: 1rem;
  transition: border-color 0.2s;
}

.search-form-wrapper input[type=search]:focus {
  outline: none;
  border-color: #1769aa;
}

.search-form-wrapper button {
  background: #1769aa;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-form-wrapper button:hover {
  background: rgb(16.9222797927, 77.2538860104, 125.0777202073);
}

.search-toggle:hover .search-icon,
.search-toggle:focus-within .search-icon {
  color: #0d47a1;
}

.search-form-wrapper form {
  margin: 0;
}

@media (max-width: 768px) {
  .main-navigation li {
    margin: 0;
  }
  .menu-icon {
    display: block !important;
    cursor: pointer;
  }
  .menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100vw;
    background: #113545;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 8px 8px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    display: flex;
    flex-direction: column;
    z-index: 1000;
  }
  .menu-btn:checked ~ .menu {
    max-height: 400px;
  }
  .menu-toggle-wrapper {
    position: relative;
  }
  .navbar-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .search-cart {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    flex-wrap: nowrap;
  }
  .header-cart {
    max-width: 48px;
    overflow: hidden;
    text-align: center;
  }
  .header-cart .cart-contents {
    display: inline-block;
    max-width: 100%;
    font-size: 1.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .search-form-wrapper {
    left: 1rem;
    right: 1rem;
    min-width: unset;
    max-width: 95vw;
    width: 95vw;
    top: 5rem;
    transform: translateY(-1.5rem);
    padding: 1.5rem 1rem;
    position: fixed;
  }
  .search-form-wrapper::before {
    right: 50%;
    transform: translateX(50%);
  }
  .search-toggle:hover .search-form-wrapper,
  .search-toggle:focus-within .search-form-wrapper,
  .search-form-wrapper:hover {
    transform: translateY(0);
  }
  .search-icon {
    padding: 0.5rem;
    font-size: 1.3rem;
  }
}
/* 48em = 768px */
@media (min-width: 48rem) {
  #main-menu {
    position: static;
    width: auto;
    background: none;
    box-shadow: none;
    border-radius: 0;
    max-height: none !important;
    overflow: visible;
    display: flex !important;
    flex-direction: row;
  }
  .menu-icon {
    display: none;
  }
  .header li {
    float: left;
  }
  .header li a {
    display: block;
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}
@media (max-width: 600px) {
  .search-form-wrapper {
    top: 70px;
    left: 0.5rem;
    right: 0.5rem;
    padding: 0.75rem;
  }
  .search-form-wrapper input[type=search] {
    padding: 0.6rem;
    font-size: 0.9rem;
  }
  .search-form-wrapper button {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 768px) {
  .main-navigation {
    position: relative;
    z-index: 1;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 9999;
    width: 48px;
    height: 48px;
    border: none;
    padding: 0;
    background: none;
  }
  .menuIcon {
    font-size: 2rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .main-navigation ul {
    display: none;
    flex-direction: column;
    background: #112c38;
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    min-width: 10rem;
    z-index: 100;
    margin: 0;
    padding: 0;
  }
  .main-navigation.toggled ul {
    display: flex;
  }
  .main-navigation li {
    margin: 0;
  }
}
@media (min-width: 769px) {
  .main-navigation ul {
    display: flex !important;
    position: static;
    flex-direction: row;
    background: none;
    margin: 0;
    padding: 0;
    width: max-content;
  }
  .menu-toggle {
    display: none;
  }
}
.site-main {
  margin: 0 auto;
  max-width: 100rem;
}

.right_conatct_social_icon {
  background: linear-gradient(to top right, #0d47a1 -5%, #2196f3 100%);
}

.contact_us {
  background-color: #f1f1f1;
  padding: 120px 0px;
}

.container {
  min-width: 100vw;
}

.contact_inner {
  background-color: #fff;
  position: relative;
  box-shadow: 20px 22px 44px rgba(204, 204, 204, 0.8);
  border-radius: 25px;
}

.contact_field {
  padding: 60px 340px 90px 100px;
}

.right_conatct_social_icon {
  height: 100%;
}

.contact_field h3 {
  color: #000;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact_field p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.contact_field .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}

.contact_field .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #0d47a1;
}

.contact_field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}

.contact_info_sec {
  position: absolute;
  background-color: #2d2d2d;
  right: 1px;
  top: 18%;
  height: max-content;
  width: 340px;
  padding: 40px;
  border-radius: 25px 0 0 25px;
  color: #fff;
}

.contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 15px;
}

.contact_field .form-control:focus,
.contact_field .form-control:active {
  border-bottom: 2px solid #2196f3;
  background: #f0f8ff;
  transition: border-bottom 0.2s, background 0.2s;
}

.contact-form-msg {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  transition: color 0.2s;
}

button.contact_form_submit:hover,
button.contact_form_submit:focus {
  background: #2196f3;
  color: #fff;
  box-shadow: 0 2px 8px rgba(33, 150, 243, 0.15);
  transition: background 0.2s, box-shadow 0.2s;
}

button.contact_form_submit:active {
  background: #0d47a1;
  color: #fff;
}

input:invalid,
textarea:invalid {
  border-bottom: 2px solid #e53935;
  background: #fff0f0;
  transition: border-bottom 0.2s, background 0.2s;
}

.info_single {
  margin: 30px 0px;
}

.info_single i {
  margin-right: 15px;
}

.info_single span {
  font-size: 14px;
  letter-spacing: 1px;
}

.socil_item_inner {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
}

.socil_item_inner li a {
  color: #2196f3;
  font-size: 2rem;
  transition: color 0.2s;
}

.socil_item_inner li a:hover {
  color: #0d47a1;
}

button.contact_form_submit {
  background: #1769aa;
  border: none;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  margin-top: 25px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
}

.socil_item_inner li {
  list-style: none;
}

.socil_item_inner li a {
  color: #fff;
  margin: 0px 15px;
  font-size: 14px;
}

.socil_item_inner {
  padding-bottom: 10px;
}

@media (max-width: 800px) {
  .row {
    max-width: 100rem;
  }
  .contact_us {
    max-width: 100vw;
    margin: 0 auto;
  }
  .container {
    min-width: 100%;
  }
  .contact_inner {
    box-shadow: 0 4px 16px rgba(204, 204, 204, 0.8);
    border-radius: 15px;
    padding: 0 10px;
  }
  .contact_field {
    padding: 30px 15px 30px 15px;
  }
  .contact_info_sec {
    position: static;
    width: 100%;
    border-radius: 15px 15px 0 0;
    margin-bottom: 20px;
    padding: 20px;
    top: auto;
    right: auto;
  }
  .right_conatct_social_icon {
    justify-content: center !important;
    padding: 10px 0;
  }
  .socil_item_inner {
    justify-content: center !important;
    gap: 1rem;
    padding-bottom: 0;
  }
  .socil_item_inner li a {
    font-size: 1.7rem;
    margin: 0 8px;
  }
  .contact_field h3 {
    font-size: 1.5rem;
  }
  .contact_field p {
    font-size: 1rem;
  }
  button.contact_form_submit {
    font-size: 1rem;
    padding: 12px 10px;
    border-radius: 25px;
  }
}
.contact_field .form-control {
  font-size: 1rem;
  padding: 12px 10px;
  margin-bottom: 18px;
}

@media (min-width: 1200px) {
  .row {
    max-width: 100rem;
  }
}
/*FOOTER*/
footer {
  background: #16222A;
  background: -webkit-linear-gradient(59deg, #3A6073, #16222A);
  background: linear-gradient(59deg, #3A6073, #16222A);
  color: white;
  margin-top: 100px;
}

footer a {
  color: #fff;
  font-size: 14px;
  transition-duration: 0.2s;
}

footer a:hover {
  color: #FA944B;
  text-decoration: none;
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #FFFFFF;
}

.footer-middle {
  padding-top: 2em;
  color: white;
}

.newsletter-subscribe {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.newsletter-subscribe .input-group {
  display: flex;
  width: 100%;
}

.newsletter-subscribe .form-control {
  border: 2px solid #1769aa;
  border-radius: 25px 0 0 25px;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  flex: 1 1 auto;
}

.newsletter-subscribe .form-control:focus {
  outline: none;
  border-color: #1769aa;
  background: #f0f8ff;
}

.newsletter-subscribe .btn {
  border: 2px solid #1769aa;
  border-radius: 0 25px 25px 0;
  background: #1769aa;
  color: #fff;
  padding: 0 1.5rem;
  font-size: 1rem;
  transition: background 0.2s, color 0.2s;
}

.newsletter-subscribe .btn:hover,
.newsletter-subscribe .btn:focus {
  background: #1769aa;
  color: #fff;
}

/*SOCİAL İCONS*/
/* footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

/* footer social icons */
.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoInstagram:hover {
  background-image: linear-gradient(#4f5bd5, #962fbf, #d62976, #fa7e1e, #feda75);
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}

input[type=email] {
  border-radius: 0.5rem;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #2196f3;
  color: #f5f5f5;
  border: 2px solid #0073aa;
  border-radius: 0.5rem;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled] {
  background-color: #1769aa;
  color: #ffffff;
  border: 2px solid #1769aa;
}

.woocommerce ul.products li.product .price del {
  color: #1769aa;
}

a.post-edit-link {
  color: #f5f5f5;
}

.woo-cart-icon {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #0d0d0d;
  padding: 5px 10px;
}

.woo-cart-icon:hover {
  color: #0073aa;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button {
  background-color: #2196f3;
  color: #f5f5f5;
  border: 2px solid #0073aa;
  border-radius: 0.8rem;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
  background-color: #2196f3;
  color: #f5f5f5;
  border: 2px solid #0073aa;
  border-radius: 0.8rem;
}

.header {
  background: #1769aa;
  color: #ffffff;
  display: block;
}

.site-logo-img {
  color: #fff;
  fill: #fff;
  filter: brightness(0) invert(1);
}

.site-logo-img:hover {
  filter: brightness(1) invert(0);
}

.shop-gallery {
  padding: 20rem 2rem;
}

@media (min-width: 768px) {
  .page-content, .entry-content, .entry-summary {
    margin: 2.5rem !important;
  }
}
@media (min-width: 360px) {
  .page-content, .entry-content, .entry-summary {
    margin: 1.5rem !important;
  }
}