/*
 Theme Name: Solak Child
 Template: solak
 Version: 1.0
*/
/* ============================
   NEO SANS - REGULAR
   ============================ */
@font-face {
    font-family: 'NeoSans';
    src: url('fonts/NeoSans.woff2') format('woff2'),
         url('fonts/NeoSans.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ============================
   NEO SANS LIGHT
   ============================ */
@font-face {
    font-family: 'NeoSans';
    src: url('fonts/NeoSans-Light.woff2') format('woff2'),
         url('fonts/NeoSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* ============================
   NEO SANS MEDIUM
   ============================ */
@font-face {
    font-family: 'NeoSans';
    src: url('fonts/NeoSans-Medium.woff2') format('woff2'),
         url('fonts/NeoSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ============================
   NEO SANS BOLD
   ============================ */
@font-face {
    font-family: 'NeoSans';
    src: url('fonts/NeoSans-Bold.woff2') format('woff2'),
         url('fonts/NeoSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ============================
   NEO SANS BLACK
   ============================ */
@font-face {
    font-family: 'NeoSans';
    src: url('fonts/NeoSans-Black.woff2') format('woff2'),
         url('fonts/NeoSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ============================
   APPLY FONT TO WHOLE WEBSITE
   ============================ */
body, h1, h2, h3, h4, h5, h6, button, a, p, input, textarea, div, span, text {
    font-family: 'NeoSans', sans-serif !important;
}
footer .menu-item a, h4.footer-info-title {
	color: #0E121D !important;
}
.form-section .consultation-form input {
    border: 1px solid #0E121D;
    color: #0E121D;
}
.form-section .consultation-form input::placeholder {
    color: #0E121D;
}
.footer-layout2 .footer-widget .widget_title:before {
    background-color: #44B45B !important;
}
.testimonial-bg .testi-sec.bg-title {
	background: #00979A !important;
}
.contact-section-home .appointment-area:before {
    background-image: none !important;
    background-color: #44B45B !important;
}
.contact-section-home button.th-btn.fw-btn {
    background-color: #00979A !important;
}
.footer-layout2 .th-widget-about .footer-info i {
    color: #fff !important;
}
.cursor-follower {
    background-color: #00979A !important;
    border-color: #00979A !important;
}
.th-widget-about .footer-info i {
    background-color: #44B45B !important;
}
.header-layout2 .main-menu.style2 > ul > li > a:hover:before {
    background-color: rgba(0, 151, 154, 0.5) !important;
}
.header-layout2 .sticky-wrapper.sticky {
    background-color: #000 !important;
}
.header-layout2 .th-btn {
    background-color: #44B45B; /* <-- Add this */
    -webkit-mask-image: url(../img/shape/button-shape.png);
    mask-image: url(../img/shape/button-shape.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
}
.th-btn:is(.style2) .btn-text:before, .th-btn:is(.style2) .btn-text:after, .th-btn:is(.style2).th-icon i {
    color: #fff !important;
}
.header-layout2 .th-btn:hover .btn-text:before, .header-layout2 .th-btn:hover .btn-text:after, .header-layout2 .th-btn:hover.th-icon i {
    color: #000 !important;
}
.copyright-text a {
    color: #44B45B !important;
}
.home-choose .media-body {
    display: flex;
    align-items: center !important;
}
.home-choose .about-feature .box-title {
    margin-bottom: 0px !important;
}
.home-choose .about-feature .box-icon {
    background-color: transparent !important;
}
.home-choose .about-feature-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.home-choose img {
    width: 60px;
      object-fit: contain;
}
.home-choose .about-feature {
    margin-bottom: 0px !important;
}
.home-choose .about-feature {
    gap: 10px !important;
}
.img-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.img-slider img {
    filter: grayscale(1);
}
.img-slider img:hover {
    filter: grayscale(0);
}
h3.progress-title {
    font-size: 48px !important;
}
.contact-media {
    min-height: 200px;
}
.service-grid {
    justify-content: space-between;
    align-items: center;
}
.service-grid .box-img img {
    width: 90% !important;
}
.service-grid .box-img {
    justify-content: end;
}
.process-box-wrap:after {
    display: none;
}
.process-box .box-img img {
    border-radius: 100% !important;
    width: 500px !important;
}
.process-box .box-img {
    width: 300px !important;
    height: 300px !important;
    border-radius: 100% !important;
}
div#hero {
    min-height: 1100px !important;
}
.hero2-image.th-anim img {
    display: none !important;
}
.menu-area {
    margin-top: 20px;
}
.footer-layout2 .widget .th-social a:hover {
    background-color: #44B45B !important;
    color: #fff !important;
}
.copyright-wrap {
    background: transparent !important;
}
.widget .th-social a {
    background-color: #000 !important;
}
.service-grid .th-btn:hover:after {
    background-color: #44B45B;
}
.service-grid .th-btn:hover {
    border-color: #44B45B;
    color: #fff !important;
}
.service-grid .th-btn:hover .btn-text:after, .service-grid .th-btn:hover .btn-text:before, .service-grid .th-btn:hover .btn-text:after, .service-grid .th-btn:hover .btn-text:before {
    color: #fff !important;
}
.service-grid .th-btn:hover:is(.border-btn) i {
    color: #fff !important;
}
.slider-box .box-title, .service-archive .box-title {
    font-size: 20px !important;
}
.slider-box .box-title:hover a {
    color: #44B45B !important;
}
.service-grid .th-btn:hover {
    border-color: #44B45B !important;
}
.service-grid .th-btn:hover:after {
    background-color: #44B45B !important;
}
.sticky-wrapper.sticky .menu-area {
    margin-top: 0px !important;
}
.process-card .number {
    background-color: #00979A !important;
}
img[src*="hero-shape2.svg"] {
    filter: brightness(0) saturate(100%) invert(84%) sepia(17%) saturate(1300%) hue-rotate(18deg) brightness(102%) contrast(96%);
}
.stat-box .box-title {
    font-size: 16px !important;
}
.choose-feature2 .box-icon {
    background-color: #44B45B !important;
}
.feature-timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
    top: 23% !important;
}
.img-box3 .discount-wrapp .box-counter, .discount-wrapp .play-btn > i {
    background-color: #44B45B !important;
}
ul#menu-our-services li:hover a, ul#menu-useful-links li:hover a {
    color: #44B45B !important;
}
@media (max-width: 1024px) {
/*  .home-choose .about-feature-wrap {
    grid-template-columns: 1fr;
} */
span.hero-img img {
    width: 40px;
}
}
@media (max-width: 767px) {
.home-choose .about-feature {

    display: block;
    text-align: center;
    }
    .about-feature .box-icon {
        width: 100% !important;
    }
    .breadcumb-content {
        padding-top: 40px;
    }
    .service-grid .box-img img {
        width: 100% !important;
    }
    div#hero {
        min-height: 600px !important;
    }
}