:root {
    --testimonials-background-color: #ebeeef;
    --testimonials-default-color: #010608;
    --testimonials-heading-color: #011e2c;
    --testimonials-accent-color: #04415f;
    --testimonials-surface-color: #ffffff;
    --testimonials-contrast-color: #ffffff;
    --testimonials-default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --testimonials-heading-font: "Raleway", sans-serif;
    --testimonials-nav-font: "Poppins", sans-serif;

    --recent-blog-background-color: #ffffff;
    --recent-blog-default-color: #394450;
    --recent-blog-heading-color: #223a58;
    --recent-blog-accent-color: #136ad5;
    --recent-blog-surface-color: #ffffff;
    --recent-blog-contrast-color: #ffffff;
    
    --recent-blog-default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --recent-blog-heading-font: "Raleway", sans-serif;
    --recent-blog-nav-font: "Ubuntu", sans-serif;
    
    --contact-default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial,
     "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --contact-heading-font: "Source Serif Pro",  sans-serif;
    --contact-nav-font: "Roboto Slab",  sans-serif;
    
     --contact-background-color: #f8efeb; /* Background color for the entire website, including individual sections */
     --contact-default-color: #352a26; /* Default color used for the majority of the text content across the entire website */
     --contact-heading-color: #291812; /* Color for headings, subheadings and title throughout the website */
     --contact-accent-color: #e07844; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
     --contact-surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes,
      or other elements that require a visual separation from the global background. */
     --contact-contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
     
     --contact-nav-color: rgba(255, 255, 255, 0.6);  /* The default color of the main navmenu links */
     --contact-nav-hover-color: #e07844; /* Applied to main navmenu links when they are hovered over or active */
     --contact-nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
     --contact-nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
     --contact-nav-dropdown-color: #352a26; /* Used for navigation links of the dropdown items in the navigation menu. */
     --contact-nav-dropdown-hover-color: #e07844; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}






#scroll-top {

  display: none !important;

}

#breadcrumbs {

  height: 450px;
}

#breadcrumbs.page-title:before {
    content: "";
    background: rgba(0, 0, 0, 0.6) !important;
    position: absolute;
    inset: 0;
}

#breadcrumbs a{


 color: #fff;

}

#breadcrumbs a:hover {

    color: color-mix(in srgb, var(--accent-color), transparent 25%);
    text-decoration: none;
}


.hero:before {

     background: rgba(0, 0, 0, 0.6) !important;


}


#hero ul {


 margin-top: 50px;

}

#hero ul li {

 padding-top: 10px;
 padding-bottom: 10px;
 text-align:left;
 font-size: 20px;
 font-weight: 900;


}

#hero h2 {

     font-size: 35px;
     margin-bottom: 20px;

}

#hero p {

     font-size: 25px !important;
     line-height: 35px !important;

}



#hero .whatsapp {


     background-color: #26B33D;
     border-color: #25D366;
     color: #fff;
     margin-right: 0px;
}

#hero .whatsapp:hover {

    background-color: #20b95a;
      border-color: #20b95a;
      color: #fff;
}

.footer h3 {
    font-size: 26px !important;
}

.footer a{

  font-size: 20px;
  margin-bottom: 15px; 
}  

.footer .copyright {
    margin-bottom: 50px !important;
}  


.sitename{

   margin-top: 10px !important;
   margin-bottom:10px !important;
  
}

#about h2{

  font-weight: 700;
}

#about .section-title{

       padding-bottom: 10px !important;
}

#about a{

       width: 70% !important;
}

#about .whatsapp {


     background-color: #26B33D;
     border-color: #25D366;
     color: #fff;
     margin-right: 0px;
}

#about .whatsapp:hover {

    background-color: #20b95a;
      border-color: #20b95a;
      color: #fff;
}

#services{
    color: #475569;
    background-color: #ffffff;
    padding: 60px 0;
    scroll-margin-top: 82px;
    overflow: clip;
}

#services .section-title {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

#services .section-title h2::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
    background: #0e66e9;
}

#services h2 {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    position: relative;
    text-align: center;
    color: #1e293b;
    font-family: "Nunito",  sans-serif;
    line-height: 1.2;
}

#services p {
    font-size: 16px;
    line-height: 1.8;
    color: color-mix(in srgb, #444444, transparent 25%);
    max-width: 900px;
    margin: 0 auto;
    text-wrap: balance;
}

#services .service-card:hover {
    border-color: color-mix(in srgb, #0e66e9, transparent 70%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

#services .service-card {
    background-color: #f5f5f5;
    border: 3px solid color-mix(in srgb, #475569, transparent 92%);
    border-radius: 6px;
    padding: 32px 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
}

#services .service-card .icon-wrapper{

  
        height: 64px;
        background-color: color-mix(in srgb, #0e66e9, transparent 92%);
        border-radius: 6px;
         display: flex;
       align-items: center;
       justify-content: center;
       margin-bottom: 24px;
       transition: all 0.3s ease-in-out;
}

#services .service-card:hover .icon-wrapper {
    background-color: #0e66e9;
}

#services .service-card:hover .icon-wrapper i {
    color: #ffffff;
}

#services .service-card .icon-wrapper i {
    font-size: 28px;
    color: #0e66e9;
    transition: all 0.3s ease-in-out;
}

#services .service-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 16px;
    line-height: 1.3;
    text-align:center;
}

#services .service-card p {
    font-size: 16px;
    line-height: 1.6;
    color: color-mix(in srgb, #475569, transparent 30%);
    margin-bottom: 24px;
    flex-grow: 1;
    text-align:center;
}



#team {
    color: #475569;
    background-color: #f1f5f9;
    padding: 60px 0;
    scroll-margin-top: 90px;
    overflow: clip;
}


#team .section-title {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

#team .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

#team .section-title p {
    margin-bottom: 0;
}

#team .section-title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #0ea5e9;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#team .team-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#team .team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

#team .team-card:hover .member-img .social-overlay {
    opacity: 1;
}



#team .team-card .member-img {
    position: relative;
    overflow: hidden;
}

#team .team-card .member-img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#team .team-card .member-img .social-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, color-mix(in srgb, #0ea5e9 90%, transparent), transparent);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 24px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

#team .team-card .member-img .social-overlay .social-links {
    display: none;
    gap: 12px;
}

#team .team-card .member-img .social-overlay .social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0ea5e9;
    font-size: 16px;
    transition: all 0.3s ease;
}

#team .team-card .member-info {
    padding: 24px;
    text-align: center;
    transition: background 0.3s ease;
}

#team .team-card .member-info .member-badge {
    display: none;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: color-mix(in srgb, #0ea5e9 15%, transparent);
    color: #0ea5e9;
    margin-bottom: 12px;
}

#team .team-card .member-info h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #1e293b;
}

#team .team-card .member-info p {
    font-size: 14px;
    color: color-mix(in srgb, #475569 70%, transparent);
    margin: 0;
}



/*--------------------------------------------------------------
# Testimonials Section Start
--------------------------------------------------------------*/


#testimonials {
  position: relative;
  overflow: hidden;
  /* Swiper Navigation */
  /* Swiper Pagination */
  /* Responsive Styles */

}

#testimonials .testimonial-slider {
  position: relative;
  padding-bottom: 50px;
}

#testimonials .testimonial-slider .swiper-wrapper {
  height: auto !important;
}

#testimonials .testimonial-item {
  background: linear-gradient(135deg, var(--testimonials-surface-color) 0%, color-mix(in srgb, var(--testimonials-surface-color), var(--testimonials-accent-color) 2%) 100%);
  border-radius: 20px;
  padding: 0;
  height: 100%;
  border: 1px solid color-mix(in srgb, var(--testimonials-default-color), transparent 90%);
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

#testimonials .testimonial-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--testimonials-accent-color), color-mix(in srgb, var(--testimonials-accent-color), var(--testimonials-heading-color) 30%));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

#testimonials .testimonial-item:hover {
  border-color: var(--testimonials-accent-color);
}

#testimonials .testimonial-item:hover::before {
  transform: scaleX(1);
}

#testimonials .testimonial-item:hover .testimonial-header img {
  transform: scale(1.05);
}

#testimonials .testimonial-item:hover .quote-icon {
  color: var(--testimonials-accent-color);
  transform: scale(1.1);
}

#testimonials .testimonial-header {
  position: relative;
  text-align: center;
  padding: 30px 30px 20px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--testimonials-surface-color), var(--testimonials-accent-color) 3%) 0%, var(--testimonials-surface-color) 100%);
}

#testimonials .testimonial-header img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid color-mix(in srgb, var(--testimonials-accent-color), transparent 70%);
  margin-bottom: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#testimonials .testimonial-header .rating {
  display: flex;
  justify-content: center;
  gap: 3px;
}

#testimonials .testimonial-header .rating i {
  color: #ffc107;
  font-size: 0.9rem;
}

#testimonials .testimonial-body {
  padding: 0 30px 20px;
}

#testimonials .testimonial-body p {
  font-size: 1rem;
  line-height: 1.6;
  color: color-mix(in srgb, var(--testimonials-default-color), transparent 20%);
  margin: 0;
  font-style: italic;
  text-align: center;
  position: relative;
}

#testimonials .testimonial-body p::before,
#testimonials .testimonial-body p::after {
  content: '"';
  font-size: 1.5rem;
  color: var(--testimonials-accent-color);
  opacity: 0.6;
  font-family: serif;
  position: absolute;
}

#testimonials .testimonial-body p::before {
  top: -5px;
  left: -10px;
}

#testimonials .testimonial-body p::after {
  bottom: -20px;
  right: -5px;
}

#testimonials .testimonial-footer {
  padding: 20px 30px 30px;
  text-align: center;
  position: relative;
}

.testimonials .testimonial-footer h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--testimonials-heading-color);
  margin: 0 0 5px;
}

#testimonials .testimonial-footer span {
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--testimonials-default-color), transparent 40%);
  display: block;
  margin-bottom: 15px;
}

#testimonials .testimonial-footer .quote-icon {
  position: absolute;
  bottom: 15px;
  right: 25px;
  color: color-mix(in srgb, var(--testimonials-accent-color), transparent 60%);
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

#testimonials .swiper-navigation {
  position: relative;
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
}

#testimonials .swiper-button-prev,
#testimonials .swiper-button-next {
  position: static;
  width: 45px;
  height: 45px;
  margin: 0 10px;
  background: var(--testimonials-accent-color);
  border-radius: 50%;
  color: var(--contrast-color);
  font-size: 16px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

#testimonials .swiper-button-prev:hover,
#testimonials .swiper-button-next:hover {
  background: color-mix(in srgb, var(--testimonials-accent-color), var(--testimonials-heading-color) 20%);
  transform: scale(1.05);
}

#testimonials .swiper-button-prev::after,
#testimonials .swiper-button-next::after {
  font-size: 16px;
  font-weight: 600;
}

#testimonials .swiper-pagination {
  position: static;
  margin-top: 30px;
  text-align: center;
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: color-mix(in srgb, var(--testimonials-default-color), transparent 70%);
  opacity: 1;
  margin: 0 6px;
  transition: all 0.3s ease;
}

#testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--testimonials-accent-color);
  transform: scale(1.2);
}

@media (max-width: 1199px) {
  #testimonials .testimonial-item .testimonial-header {
    padding: 25px 25px 15px;
  }

  #testimonials .testimonial-item .testimonial-header img {
    width: 70px;
    height: 70px;
  }

  #testimonials .testimonial-item .testimonial-body,
  #testimonials .testimonial-item .testimonial-footer {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 991px) {
  #testimonials .testimonial-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #testimonials .testimonial-item .testimonial-header {
    padding: 20px 20px 10px;
  }

  #testimonials .testimonial-item .testimonial-header img {
    width: 60px;
    height: 60px;
  }

  #testimonials .testimonial-item .testimonial-header .rating i {
    font-size: 0.8rem;
  }

  #testimonials .testimonial-item .testimonial-body {
    padding: 0 20px 15px;
  }

  #testimonials .testimonial-item .testimonial-body p {
    font-size: 0.95rem;
  }

  #testimonials .testimonial-item .testimonial-footer {
    padding: 15px 20px 20px;
  }

  #testimonials .testimonial-item .testimonial-footer h5 {
    font-size: 1rem;
  }

  #testimonials .testimonial-item .testimonial-footer span {
    font-size: 0.8rem;
  }

  #testimonials .testimonial-item .testimonial-footer .quote-icon {
    font-size: 1.3rem;
    bottom: 10px;
    right: 15px;
  }

  #testimonials .swiper-button-prev,
  #testimonials .swiper-button-next {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  #testimonials .swiper-button-prev::after,
  #testimonials .swiper-button-next::after {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .testimonials .testimonial-slider {
    padding-bottom: 30px;
  }

  #testimonials .testimonial-item .testimonial-header {
    padding: 15px 15px 10px;
  }

  #testimonials .testimonial-item .testimonial-header img {
    width: 55px;
    height: 55px;
  }

  #testimonials .testimonial-item .testimonial-body {
    padding: 0 15px 10px;
  }

  #testimonials .testimonial-item .testimonial-body p {
    font-size: 0.9rem;
  }

  .testimonials .testimonial-item .testimonial-footer {
    padding: 10px 15px 15px;
  }

  #testimonials .testimonial-item .testimonial-footer h5 {
    font-size: 0.95rem;
  }

  #testimonials .testimonial-item .testimonial-footer .quote-icon {
    font-size: 1.2rem;
  }

  #testimonials .swiper-navigation {
    margin-top: 10px;
  }
}

/*-------- Eklemeler ------------*/

#testimonials {
    color: var(--testimonials-default-color);
    background-color: #000;
    padding: 60px 0;
    scroll-margin-top: 90px;
    overflow: clip;
}

#testimonials .testimonial-header img {
  display: none;
}  

#testimonials .section-title {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

#testimonials .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #fff;
    font-family: var(--testimonials-heading-font);
}

#testimonials .section-title p {

    color: #fff;
    
}

#testimonials .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#testimonials .section-title h2:before {
    content: "";
    position: absolute;
    display: block;
    width: 160px;
    height: 1px;
    background: color-mix(in srgb, var(--testimonials-default-color), transparent 60%);
    left: 0;
    right: 0;
    bottom: 1px;
    margin: auto;
}

#testimonials .swiper-slide {
    height: auto !important;;
}

#testimonials .testimonial-item {
    height: 100% !important;;
    display: flex !important;;
    flex-direction: column !important;;
}

#testimonials .testimonial-body {
    flex: 1 !important;; /* içerik uzasa bile alanı doldurur */
}

#testimonials .testimonial-footer {
    margin-top: auto !important; /* footer'ı alta sabitler */
}



/*--------------------------------------------------------------
# Testimonials Section End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Recent Blog Posts Section Start
--------------------------------------------------------------*/
.recent-blog-posts .card {
  border: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
  height: 100%;
  background-color: var(--recent-blog-surface-color);
}

.recent-blog-posts .card:hover .card-img-wrapper img {
  transform: scale(1.1);
}

.recent-blog-posts .card .card-top {
  padding: 1rem;
}

.recent-blog-posts .card .card-top img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.recent-blog-posts .card .card-top .author-name {
  font-size: 0.9rem;
  color: var(--recent-blog-heading-color);
}

.recent-blog-posts .card .card-top .likes {
  font-size: 0.9rem;
  color: var(--recent-blog-accent-color);
}

.recent-blog-posts .card .card-top .likes i {
  margin-right: 0.25rem;
}

.recent-blog-posts .card .card-img-wrapper {
  overflow: hidden;
  max-height: 250px;
}

.recent-blog-posts .card .card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.recent-blog-posts .card .card-body {
  padding: 1.5rem;
}

.recent-blog-posts .card .card-body .card-title {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: var(--recent-blog-heading-color);
  font-weight: 600;
}

.recent-blog-posts .card .card-body .card-title a {
  color: inherit;
}

.recent-blog-posts .card .card-body .card-title:hover {
  color: var(--recent-blog-accent-color);
}

.recent-blog-posts .card .card-body .card-text {
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--recent-blog-default-color), transparent 25%);
}

/*-------- Eklemeler ------------*/

#recent-blog-posts .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    position: relative;
}

#recent-blog-posts h2{
    color: var(--recent-blog-heading-color);
    font-family: var(--recent-blog-heading-font);
}

#recent-blog-posts .section-title h2:before, #recent-blog-posts .section-title h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: var(--recent-blog-accent-color);
    display: inline-block;
}

#recent-blog-posts .section-title h2:before {
    margin: 0 15px 10px 0;
}

#recent-blog-posts .section-title h2:after {
    margin: 0 0 10px 15px;
    position: unset;
}

#recent-blog-posts .section-title {
    text-align: center;
}    

#recent-blog-posts .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    
}

#recent-blog-posts .card .card-top {

  display: none !important;
}

#recent-blog-posts .card .card-img-wrapper img{

   height: unset !important;

}



/*--------------------------------------------------------------
# Recent Blog Posts Section End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Clients Section Start
--------------------------------------------------------------*/
.clients {
  overflow-x: hidden;
  padding: 40px 0;
  /* Responsive adjustments */
}

.clients .clients-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.clients .clients-slider:not(:last-child) {
  margin-bottom: 20px;
}

.clients .clients-track {
  display: flex;
  width: fit-content;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.clients .clients-track.track-1 {
  animation-name: scroll-left;
}

.clients .clients-track.track-2 {
  animation-name: scroll-right;
}

.clients .clients-track:hover {
  animation-play-state: paused;
}

.clients .clients-slide {
  flex: 0 0 auto;
  width: 200px;
  height: 100px;
  margin: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--surface-color);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.clients .clients-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--default-color), transparent 96%), transparent);
  transition: 0.5s;
}

.clients .clients-slide:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.clients .clients-slide:hover::before {
  left: 100%;
}

.clients .clients-slide:hover img {
  filter: none;
  opacity: 1;
}

.clients .clients-slide img {
  max-width: 80%;
  max-height: 60%;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-2080px);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-2080px);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 991px) {
  .clients .clients-slide {
    width: 180px;
    height: 90px;
    margin: 0 20px;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-1760px);
    }
  }

  @keyframes scroll-right {
    0% {
      transform: translateX(-1760px);
    }

    100% {
      transform: translateX(0);
    }
  }
}

@media (max-width: 767px) {
  .clients .clients-slide {
    width: 150px;
    height: 75px;
    margin: 0 15px;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-1440px);
    }
  }

  @keyframes scroll-right {
    0% {
      transform: translateX(-1440px);
    }

    100% {
      transform: translateX(0);
    }
  }
}

/*-------- Eklemeler ------------*/


  #clients .clients-slide img{
  
      max-width: 100% !important;
      max-height: unset !important;
  
  }

/*--------------------------------------------------------------
# Clients Section End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# img-links Section Start
--------------------------------------------------------------*/


#img-links {

  background: #e7e3e1;

}



#img-links .image-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px; /* isteğe bağlı */
}

#img-links .image-card img {
  border: solid 2px #000;
  width: 100%;
  transition: transform 0.4s ease, filter 0.4s ease;
}

/* hover */
#img-links .image-card:hover img {
  transform: scale(1.08);
  filter: brightness(0.85);
}







/*--------------------------------------------------------------
# img-links Section End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Contact Section Start
--------------------------------------------------------------*/
.contact .contact-info-box {
  background-color: var(--surface-color);
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  padding: 25px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.contact .contact-info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.contact .contact-info-box .icon-box {
  background-color: color-mix(in srgb, var(--contact-accent-color), transparent 90%);
  color: var(--contact-accent-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact .contact-info-box .icon-box i {
  font-size: 24px;
}

.contact .contact-info-box .info-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact .contact-info-box .info-content p {
  margin-bottom: 5px;
  color: color-mix(in srgb, var(--contact-default-color), transparent 20%);
  font-size: 15px;
  line-height: 1.5;
}

.contact .contact-info-box .info-content p:last-child {
  margin-bottom: 0;
}

.contact .map-section {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.contact .map-section iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.contact .form-container-overlap {
  position: relative;
  margin-top: -150px;
  margin-bottom: 60px;
  z-index: 10;
}

.contact .contact-form-wrapper {
  background-color: var(--contact-surface-color);
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

.contact .contact-form-wrapper h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}

.contact .contact-form-wrapper h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: var(--contact-accent-color);
}

.contact .contact-form-wrapper .form-group {
  margin-bottom: 20px;
}

.contact .contact-form-wrapper .form-group .input-with-icon {
  position: relative;
}

.contact .contact-form-wrapper .form-group .input-with-icon i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: color-mix(in srgb, var(--contact-default-color), transparent 40%);
  font-size: 18px;
  z-index: 10;
}

.contact .contact-form-wrapper .form-group .input-with-icon i.message-icon {
  top: 28px;
}

.contact .contact-form-wrapper .form-group .input-with-icon textarea+i {
  top: 25px;
  transform: none;
}

.contact .contact-form-wrapper .form-group .input-with-icon .form-control {
  border-radius: 8px;
  padding: 12px 15px 12px 45px;
  height: 3.5rem;
  color: var(--contact-default-color);
  background-color: var(--surface-color);
  font-size: 15px;
  border: 1px solid color-mix(in srgb, var(--contact-default-color), transparent 80%);
}

.contact .contact-form-wrapper .form-group .input-with-icon .form-control:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--contact-accent-color), transparent 90%);
}

.contact .contact-form-wrapper .form-group .input-with-icon .form-control::placeholder {
  color: color-mix(in srgb, var(--contact-default-color), transparent 40%);
}

.contact .contact-form-wrapper .form-group .input-with-icon textarea.form-control {
  height: 180px;
  resize: none;
  padding-top: 15px;
}

.contact .contact-form-wrapper .btn-submit {
  background-color: var(--contact-accent-color);
  border: none;
  color: var(--contact-contrast-color);
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px color-mix(in srgb, var(--contact-accent-color), transparent 70%);
}

.contact .contact-form-wrapper .btn-submit:hover {
  background-color: color-mix(in srgb, var(--contact-accent-color), transparent 15%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--contact-accent-color), transparent 60%);
}

.contact .contact-form-wrapper .btn-submit:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px color-mix(in srgb, var(--contact-accent-color), transparent 70%);
}

.contact .contact-form-wrapper .loading,
.contact .contact-form-wrapper .error-message,
.contact .contact-form-wrapper .sent-message {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .contact .form-container-overlap {
    margin-top: -120px;
  }

  .contact .contact-form-wrapper {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .contact .contact-info-box {
    margin-bottom: 20px;
  }

  .contact .form-container-overlap {
    margin-top: -100px;
  }

  .contact .contact-form-wrapper {
    padding: 25px;
  }

  .contact .contact-form-wrapper h2 {
    font-size: 24px;
  }

  .contact .map-section {
    height: 450px;
  }
}

@media (max-width: 576px) {
  .contact .form-container-overlap {
    margin-top: -80px;
  }

  .contact .contact-form-wrapper {
    padding: 20px;
  }

  .contact .btn-submit {
    width: 100%;
  }

  .contact .map-section {
    height: 400px;
  }
}

/*-------- Eklemeler ------------*/


 #contact {
    color: var(--contact-default-color);
    background-color: var(--contact-background-color);
    padding: 60px 0;
    scroll-margin-top: 78px;
    overflow: clip;
    position: relative;
}

 #contact .section-title {
    text-align: center;
 
}

 #contact .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
    color: var(--contact-heading-color);
    font-family: var(--contact-heading-font);
}

  #contact .section-title p {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

 #contact .section-title span {
    position: absolute;
    top: -20px;
    color: color-mix(in srgb, var(--contact-heading-color), transparent 95%);
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    line-height: 1;
}

   #contact .section-title h2:after {
    content: none;
}

   .contact-info-box.whatsapp{
   
          background-color: green;
   }
   
   .contact-info-box.whatsapp h4{
   
      color: white;
   }
   
    .contact-info-box.whatsapp .icon-box{
   
      color: white;
   }
   
      .contact-info-box.whatsapp a{
   
      color: white;
   }
   
   
   #contact .contact-info-box {
   
       display: flex !important;
       flex-direction: column !important;
       align-items: center !important;
       text-align: center !important;
   }
   
   #contact .map-section {
   
   
      margin-bottom: 80px;
   
   }

/*--------------------------------------------------------------
# Contact Section End
--------------------------------------------------------------*/


#img-links{

   padding-top: 50px;


}


#bottomBar{

   display: block !important;
   position: fixed;
   bottom: 0;
   left: 0;
   width: 100%;
   z-index: 9999;

}

#bottomBar a {

   color: white !important;

}

 #bottomBar .whatsapp {
         background-color: #26B33D !important;
         padding-top: 10px !important;
         padding-bottom: 10px !important;
         font-size: 16px !important;
}

 #bottomBar .phone {
        background-color: #0d6efd !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        font-size: 16px !important;
}




/*--------------------------------------------------------------
# Gallery Section Start
--------------------------------------------------------------*/
.gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery .gallery-item img {
  transition: 0.3s;
}

.gallery .gallery-links {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}

.gallery .gallery-links .preview-link,
.gallery .gallery-links .details-link {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  line-height: 1.2;
  margin: 30px 8px 0 8px;
}

.gallery .gallery-links .preview-link:hover,
.gallery .gallery-links .details-link:hover {
  color: #ffffff;
}

.gallery .gallery-links .details-link {
  font-size: 30px;
  line-height: 0;
}

.gallery .gallery-item:hover .gallery-links {
  opacity: 1;
}

.gallery .gallery-item:hover .preview-link,
.gallery .gallery-item:hover .details-link {
  margin-top: 0;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

.glightbox-clean .gslide-description {
  background: #272727;
}

.glightbox-clean .gslide-title {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}


/*-------- Eklemeler ------------*/

#gallery {

      background: #000;
}


#gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}



#gallery .btn-outline-primary {

      background: #000;
}

.glightbox-clean .gdesc-inner {
    display: none;
}    

/*--------------------------------------------------------------
# Gallery Section End
--------------------------------------------------------------*/






/*--------------------------------------------------------------
# Responsive Breakpoints (min-width)
--------------------------------------------------------------*/



@media (min-width: 360px) {}

    
@media (min-width: 768px) {

  #hero .whatsapp, #about .whatsapp  {

        margin-right: 25px;
  }
  
  #hero ul li {

 padding-top: 10px;
 padding-bottom: 10px;
 text-align:left;
 font-size: 30px;
 font-weight: 900;


}
  
  
  #hero h2 {

     font-size: 60px;

   }
   
   
   #services h2 {
      font-size: 32px;
  }    
   
   #bottomBar{

     display: none !important;

   }
   
    #bottomBar .whatsapp {
         
         font-size: 20px !important;
    }

    #bottomBar .phone {
        
        font-size: 20px !important;
    }
  
}
