.services-color
{
  color:#16243d !important;
}

.contact-s
{
    background-color: #1a86b1;
    border-radius: 10px;
}
.contact-s i {
font-size:40px;
padding: 25px;
}

.contact-s span {
    padding-top: 10px;
}

.ysn-btn{
  display: block;
  margin-left:100px;
  margin-top: 10px;
  background-color: #261e16; /* Butonun arka plan rengi (kahverengi) */
  color: white; /* Yazı rengi beyaz */
  border: none; /* Kenarlık yok */
  padding: 10px 20px; /* Buton içindeki boşluk */
  font-size: 16px; /* Yazı boyutu */
  font-weight: bold; /* Yazıyı kalın yap */
  border-radius: 25px; /* Yuvarlak köşeler */
  text-transform: uppercase; /* Büyük harflerle yazı */
  cursor: pointer; /* Fare üzerine geldiğinde tıklanabilir olduğunu gösteren imleç */
  transition: background-color 0.3s ease; /* Hover efekti için geçiş animasyonu */

    align-items: center; 
    border: none !important;
    padding-left:20px
}

.ysn-btn a{

  
   
align-items: center !important; 
border: none !important;
padding-left:20px !important;
}

.ysn-btn:hover {
  background-color: #9d6728 ; /* Hover durumunda butonun arka plan rengi değişir */
}


.font-clr-alkis {
    color: #45423f !important;
}

.font-clr-alkis:hover {
    color: #45423f !important;
}


.nav-bar-a
{
    margin-left:1rem;
}

.navbar-1
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar-bg
{
    background-color: white !important;

}

.btn-mobile{
    font-size:xx-large;
}

.font{
    font-family: "Montserrat", sans-serif !important;

}

.font-color{
  color: #4b2f1e !important;
}

.services-font-color{
  color: white !important;
}


.header-section
{
    padding-top: 18px;
    margin-right: 50px;
}

.nav-butn
{
    background-color: #e4e3e4 !important;
}

.nav-butn:hover
{
    background-color: #629ab0 !important;
}

.nav-active
{
    background-color: #629ab0 !important;
}


.about-section
{
    margin-top:3rem;
}

.hr-s{
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 2rem;
    height: 3px !important;
    background-color: #45423f;
}

.ref-color{
    color:#3d3a37 !important;
}

.contact-s
{
    background-color: #1a86b1;
    border-radius: 10px;
}
.contact-s i {
font-size:40px;
padding: 25px;
}

.contact-s span {
    padding-top: 10px;
}

.hizmetler
{
    background-image:url(../img/outdoor-unit.png);
    background-repeat: no-repeat;
    width: 25px;
    height:25px;
}

.u-image-1 {
    width: 500px;
    height: 500px;

  }

  .u-image-circle.u-image {
    border-radius: 50% !important;
  }
  .u-image,
  .u-background-effect-image,
  .u-video-poster {
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;

  }

  .mg-rig{
    margin-right: 2rem;
  }

  .box {
    border-radius: 50px; /*1*/
    border: 10px solid transparent; /*2*/
    /* background:  linear-gradient(to right,#fff, #182f86) border-box; 3 */
    -webkit-mask: /*4*/
       linear-gradient(#fff 0 0) padding-box,
       linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; /*5'*/
            mask-composite: exclude; /*5*/
  }

  .bg-gradiant {

    background-color: #45423f;

}
.bg-gradiant2 {

    background-image: linear-gradient(#3eaad5, #f2f5f9 );

}



/* Bize Ulaşın Form CSS Start */


.loginbox{
  width: 100%;
  background: transparent;
  color: #fff;
  box-sizing: border-box;


}
.pic{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: -10%;
  left: calc(50% - 50px);


}
h1{
  margin: 0;
  padding: 0 0 20px;
  text-align: center;

}
.loginbox p{
  margin: 0;
  padding: 0;
  font-weight: bold;

}
.loginbox input{
  width: 100%;

}
.loginbox input[type="text"],input[type="password"],input[type="textarea"]
{
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  outline: none;
  font-family: "Montserrat" !important;
  color: #FFF;
  font-size: 16px;
  margin-bottom: 1rem;
}

.loginbox input::placeholder {

    color: white;
  }
  .loginbox textarea::placeholder {
    color: white;
  }

.loginbox textarea
{
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  outline: none;
  border: solid 1px white;
  border-radius: 8px;
 width: 100%;
  color: #FFF;
  font-size: 16px;
}



.loginbox input[type="submit"]:hover
{
  cursor: pointer;
  background: white;
  color: darkgrey;
}



/* Bize Ulaşın Form CSS End */


/* Copyright Color  */

.copyright-text{
    color:#032b5e !important;
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.border{
    color: #fff;
     background: #000;
     background-clip: padding-box;
     border: solid 5px transparent;
     border-radius: 1em;
    /* !importanté */
    /* !importanté */

    }
     .border::before {
         content: '';
         position: absolute;
         top: 0;
         right: 0;
         bottom: 0;
         left: 0;
         z-index: -1;
         margin: -5px;
        /* !importanté */
         border-radius: inherit;
        /* !importanté */
         background: linear-gradient(to right, red, orange);
    }


    .footer-1
    {
        padding:3rem;
       padding-top:6.5rem;
        width: 100%;
    }
    .footer-2
    {
        padding-right: 3rem

    }

    .footer-3
    { padding-top: 4rem

    }

    .footer-4
    {
        padding-top: 9rem
    }


.customer-rw-w{
  width: 1500px !important;
}

    /*** Testimonial Start ***/
    .testimonial-carousel .owl-stage-outer {
        margin-top: 58px;
        margin-right: -1px;
    }

    .testimonial .owl-nav .owl-prev {
        position: absolute;
        top: -58px;
        left: 0;
        background: var(--bs-primary);
        color: var(--bs-white);
        padding: 5px 30px;
        border-radius: 30px;
        transition: 0.5s;
    }

    .testimonial .owl-nav .owl-prev:hover {
        background: var(--bs-dark);
        color: var(--bs-white);
    }

    .testimonial .owl-nav .owl-next {
        position: absolute;
        top: -58px;
        right: 0;
        background: var(--bs-primary);
        color: var(--bs-white);
        padding: 5px 30px;
        border-radius: 30px;
        transition: 0.5s;
    }

    .testimonial .owl-nav .owl-next:hover {
        background: var(--bs-dark);
        color: var(--bs-white);
    }
    /*** Testimonial End ***/


    .why-proje-img{
      width: 28rem !important;
    }

    .why-proje-content-image img {
    height: auto !important; /* istediğin yükseklik */
    object-fit: cover; /* taşma olursa kırpma */
}
  
  
    .h-img1{
      height: 450px;
    }

     .h-img2{
      height: 500px;
    }

    .thick-line {
        height: 5px;
        background-color: #9d6728;
        margin: 20px 0;
        border-radius: 2px;
    }
    .wood-texture-section {
      width: 100%;
      height: 120px;
      overflow: hidden;
      position: relative;
    }
    
    .wood-texture-image {
      width: 100%;
      height: 100%;
      position: relative;
    }
    
    .wood-texture-image img {
      
      object-fit: cover;
      object-position: center;
    }
    
    /* Responsive adjustments */
    @media (max-width: 768px) {
      .wood-texture-section {
        height: 80px;
      }
    }


    .gallery-section {
      background-color: #45423f;
      position: relative;
    }
    
    .gallery-section h2 {
      font-size: 2.5rem;
      text-transform: uppercase;
      letter-spacing: 2px;
    }
    
    .gallery-section p {
      font-size: 1.1rem;
      color: #bdc3c7;
      font-style: italic;
    }
    
    .gallery-item {
      position: relative;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .gallery-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    }
    
    .gallery-item img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      transition: transform 0.3s ease;
    }
    
    .gallery-item:hover img {
      transform: scale(1.05);
    }
    
    /* Responsive adjustments */
    @media (max-width: 768px) {
      .gallery-section h2 {
        font-size: 2rem;
      }
      
      .gallery-item img {
        height: 200px;
      }
    }

    .mr-0{
      margin-right: 0 !important;
    }


  .top-nav-bar{
    background-color: #45423f;
    color: white;
    height:80px;
    position: fixed; 
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 1030; 
    width: 100%;
  }
    
  /* Social media container vertical centering */
.social-media-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 100%;
}

.social-media-container .elements-social {
  display: flex;
  align-items: center;
}

.social-media-clr a{
  color:#9d6728;
}
.social-media-clr a:before{
  color:white;
}

.navbar {
  align-items: center !important;
}

.navbar-nav {
  align-items: center !important;
  margin: 0 !important;
}

.navbar-nav .nav-item {
  display: flex;
  align-items: center;
}

.navbar-nav .nav-link {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: flex;
  align-items: center;
  height: 100%;
}

.navbar-brand img {
  max-height: 60px;
  width: auto;
}

/* Ensure all elements are vertically centered */
.navbar .container {
  display: flex;
  align-items: center;
  min-height: 80px;
}

.menu-order {
  display: flex;
  align-items: center;
}

.header-online {
  display: flex;
  align-items: center;
}






/* Eğik çizgi tasarımı */
.diagonal-line {
  display: block;
  width: 60px;
  height: 80px;
  background: linear-gradient(90deg, #9d6728 0%, #9d6728 70%, transparent 70%, transparent 100%);
  position: relative;
  transform: skewX(15deg);
}

/* İletişim bilgileri bar tasarımı */
.contact-info-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 20px;
  color: white;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.contact-item i {
  font-size: 16px;
  color: white;
}

.contact-divider {
  width: 1px;
  height: 40px;
  background-color: white;
  margin: 0 15px;
}



/* Responsive adjustments */
@media (max-width: 991px) {
  .navbar-nav {
    margin-top: 1rem !important;
  }

  .navbar .container {
    min-height: auto;
  }
  

}


.ust-ft-cont{
  height: 0px;
    position: relative;
    top: -149px;
}
.ust-ft-row{
  height: 150px !important;
  background-color: #332f2b !important;
}


.ust-ft-img{
  
  position: relative;
  bottom: 42px;
  left: 20px;
  height: 192px;
}


/* Arka plan ve başlık */
.customer-reviews-bg{
  background:#3d3a37; /* koyu gri/kahverengi arka plan */
  padding:60px 0 80px;
  padding-bottom: 300px;
}
.reviews-title{
  font-size:44px;
  line-height:1.15;
  font-weight:800;
  letter-spacing:.02em;
  color:#fff;
  text-transform:uppercase;
  margin:0;
}

/* Kart */
.review-card{
  position:relative;
  background:#fff;
  padding:36px 36px 32px;
  box-shadow:0 10px 30px rgba(0,0,0,.12);
  height:100%;
  display:flex;
  flex-direction:column;
  gap:14px;
}

/* Avatar + alıntı karesi (sol üst köşede taşmalı görünsün) */
.review-badge{
  position:relative;
  height:0;
}
.review-avatar{
  position:absolute;
  top:-28px; /* kartın üstünden taşıyor */
  left:70px;
  width:56px;
  height:56px;
  
  object-fit:cover;
  border:4px solid #fff;
  box-shadow:0 4px 16px rgba(0,0,0,.2);
}
.quote-badge{
  position:absolute;
  top:-26px;
  left:24px;
  width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#b77a4d;       /* görseldeki turuncu/kahve */
  color:#fff;
  font-size:24px;
  font-weight:700;
}

/* Metinler */
.review-content{ margin-top:14px; }
.review-text{
  font-size:14px;
  line-height:1.6;
  color:#1e1e1e;
  margin:0;
  padding-top:20px;
}
.review-name{
  margin-top:16px;
  text-align:right;
  font-weight:700;
  font-size:16px;
  text-transform:uppercase;
  color:#2b2b2b;
}

/* Swiper pagination – kare noktalar */
.reviews-pagination{
  margin-top:26px;
  text-align:center;
}
.reviews-pagination .swiper-pagination-bullet{
  width:12px;
  height:12px;
  border-radius:2px; /* köşeleri hafif kırık kare */
  background:#8e7360;
  opacity:1;
  margin:0 6px !important;
  transform:scale(.95);
}
.reviews-pagination .swiper-pagination-bullet-active{
  background:#c08958;
  transform:scale(1);
}

/* Küçük ekranlar */
@media (max-width: 767.98px){
  .reviews-title{ font-size:30px; }
  .review-card{ padding:28px 24px 26px; }
  .review-avatar{ left:60px; }
  .quote-badge{ left:18px; }
}



.pt-200{
  padding-top:200px;
}
.pad-50{
  padding:50px;
}

.mt-50{
  margin-top:50px;
}

.mab-25{
  margin-bottom:-25px;
}

/* ===== CUSTOM GALLERY LIGHTBOX ===== */

.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.02);
}

.gallery-item a {
  display: block;
  text-decoration: none;
}

.gallery-thumbnail {
  transition: filter 0.3s ease;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-overlay i {
  color: white;
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item:hover .gallery-overlay i {
  transform: scale(1.1);
}

/* Custom Lightbox Modal Styles */
.custom-lightbox-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
}

.custom-lightbox-content {
  position: relative;
  margin: auto;
  display: block;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  top: 50%;
  transform: translateY(-50%);
}

.custom-lightbox-image {
  width: 100%;
  height: auto;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.custom-lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10002;
  background: rgba(0, 0, 0, 0.7);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.custom-lightbox-close:hover {
  background: rgba(0, 0, 0, 0.9);
  border-color: rgba(255, 255, 255, 0.6);
  transform: scale(1.1);
}

.mb-250{
  margin-bottom: 250px !important;
}

.custom-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #f1f1f1;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  transition: all 0.3s ease;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.3);
  z-index: 10001;
}

.custom-lightbox-nav:hover {
  background: rgba(0, 0, 0, 0.9);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-50%) scale(1.1);
}

.custom-lightbox-prev {
  left: 20px;
}

.custom-lightbox-next {
  right: 20px;
}

.custom-lightbox-caption {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #f1f1f1;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
}

/* Responsive Custom Lightbox */
@media (max-width: 768px) {
  .custom-lightbox-content {
    width: 95%;
  }
  
  .custom-lightbox-close {
    top: 10px;
    right: 15px;
    font-size: 30px;
    width: 50px;
    height: 50px;
  }
  
  .custom-lightbox-nav {
    font-size: 24px;
    padding: 15px;
    width: 50px;
    height: 50px;
  }
  
  .custom-lightbox-prev {
    left: 10px;
  }
  
  .custom-lightbox-next {
    right: 10px;
  }
  
  .custom-lightbox-caption {
    bottom: 10px;
    font-size: 14px;
    padding: 8px 15px;
  }
}

/* Custom Lightbox Loading animation */
.custom-lightbox-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
}

/* Custom Lightbox Fade animations */
.custom-lightbox-fade-in {
  animation: customFadeIn 0.3s ease;
}

.custom-lightbox-fade-out {
  animation: customFadeOut 0.3s ease;
}

@keyframes customFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes customFadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

.why-proje-bg .why-proje-content .why-proje-content-image
{
  margin-bottom: 0 !important;
  
}

.why-proje-bg .why-proje-content {
  padding: 0!important;
}

@media (max-width: 501px)
{
    
   .mb-about-text {
        margin-top: 100px !important;
    }
       
  .mr-0 {
    margin-right: 0px !important;}
    
  .mb-row{
    display: none;
  }

  .top-nav-bar {
    height: 70px;
  }

  .mb-30px{
    margin-bottom: 0px !important;
  }

  .about-section {
    margin-top:0;
  }

  .mb-about-w{
    width: 50%;
  }

  .mb-odun{
    padding:0 !important
  }
  .mb-odun img{
    height: 80px
  }
  .mb-mt-0{
    margin-top: 0 !important;
  }

  .mb-pad-15{
    padding: 50px 50px 0 50px!important;
  }

  .mb-pr-0{
    padding-right: 0 !important;
  }

  .ust-ft-img {    
    bottom: 30px;    
    height: 150px;
}





.contact-item {
  font-size: 9px;
  gap: 5px; /* Çok küçük ekranlarda daha az boşluk */
}

.contact-item i {
  font-size: 12px;
}

.contact-item a {
  font-size: 10px;
  line-height: 1.2;
}
 .mb-fs-12{
  font-size: 12px !important;
  line-height: 1 !important;
 }

 .lh-sm-10 {
  line-height: 20px;
}

.ust-ft-row {
  height: 120px !important;


}
.ust-ft-cont {
  margin-top:120px;
  height: 0px;
  position: relative;
  top: -120px;
}

.sm-mb-150{
  margin-bottom: 150px;
}

.mb-pb-30{
  margin-bottom: 30px;
}


.customer-reviews-bg {
  padding-bottom: 50px !important;
}

.mb-row{
  display: none;
}

.ysn-btn {
  margin-left:50px;
  margin-top:0px;
}

}

@media (max-width: 820px)
{
.about-section{
  margin-top: 0 !important;
}
.mb-about-w{
  width: 50%;
}

.mb-about-text{
  margin-top:300px;}

.mb-tbt-mb-150px{
    margin-bottom:150px;}

.mb-mb-0{
  margin-bottom: 0 !important;
}

.mb-odun{
  padding:0 !important
}
.mb-odun img{
  height: 120px
}
.top-nav-bar {
  height: 70px;
}

.mr-0{
  margin-right: -20px;
}

.lh-sm-10 {
  line-height: 15px;
}


.mb-mb-250{
  margin-bottom: 250px !important;
}

/* Sayfa sonu için padding */
.custom-page {
  min-height: 60vh;
}

.custom-page .container {
  padding-bottom: 50px;
}
.contact-info-bar
{
  padding: 0 0 !important;
}

.fs-ft-alt{
  font-size: 10px !important;
}

.gnl-contact{
  display: none !important;
}
.gnl-contact-tbt{
  display: block !important;
}

.mb-row{
  display: none;
}


}


.gnl-contact-tbt{
  display: none;
}

.gnl-contact{
  display: block;
}






/* WP icon */
.whatsapp-widget-container {
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 9999;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.whatsapp-trigger {
  background: #25D366;
  color: white;
  padding: 15px 20px;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  position: relative;
  min-width: 200px;
}

.whatsapp-trigger:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
}

.whatsapp-text {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.whatsapp-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff4444;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.whatsapp-chat-content {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 300px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.whatsapp-chat-content.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.chat-header {
  background: #25D366;
  color: white;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.chat-avatar {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-info h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.chat-info span {
  font-size: 12px;
  opacity: 0.9;
}

.close-chat {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  margin-left: auto;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s ease;
}

.close-chat:hover {
  background: rgba(255, 255, 255, 0.2);
}

.chat-body {
  padding: 15px;
}

.agent-item {
  margin-bottom: 10px;
}

.whatsapp-button {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  transition: background 0.2s ease;
  border: 1px solid #e0e0e0;
}

.whatsapp-button:hover {
  background: #f5f5f5;
  color: #333;
  text-decoration: none;
}

.agent-avatar {
  width: 40px;
  height: 40px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.status-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 2px solid white;
}

.status-indicator.online {
  background: #4CAF50;
}

.agent-info {
  display: flex;
  flex-direction: column;
}

.agent-name {
  font-weight: 600;
  font-size: 14px;
}

.agent-status {
  font-size: 12px;
  color: #666;
}

.chat-footer {
  padding: 15px;
  background: #f8f9fa;
  border-radius: 0 0 10px 10px;
  text-align: center;
}

.chat-footer p {
  margin: 0;
  font-size: 12px;
  color: #666;
}

@media (max-width: 768px) {
  .whatsapp-widget-container {
    bottom: 80px;
    right: 20px;
  }
  
  .whatsapp-trigger {
    min-width: 180px;
    padding: 12px 16px;
  }
  
  .whatsapp-chat-content {
    width: 280px;
    right: -10px;
  }
}

