:root{
    --primary: #27a449;
    --bg-logo:#16241a;
    --text-meta:#767676;
    --text-meta2:#515151;
    --text-primary:#1d261d;
    --white:#fff;
    --bg-comment:#F4F2F9;
}
/*search*/
html{
  overflow-x:hidden;
}
.search-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.search-modal.active {
    opacity: 1;
    visibility: visible;
}

.search-box {
    position: relative;
    width: 600px;
    max-width: 90%;
}

.search-box input {
    width: 100%;
    height: 56px;
    border-radius: 30px;
    border: none;
    padding: 0 60px 0 24px;
    font-size: 16px;
    outline: none;
}

.search-box p {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    cursor: pointer;
}
.close-search {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 32px;
    color: var(--white);
    cursor: pointer;
}
/**/
.header {
  background: var(--white);
  border-bottom: 1px solid #e5e5e5;
}

.header-wrap {
  display: flex;
}

.logo {
  background: var(--bg-logo);
  padding: 20px 25px;
  display: flex;
  align-items: center;
    width: 17%;
    justify-content: center;
    height: 113px;
}
.logo img {
    width: auto;
    height: 41px;
}
.header-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.header-topbar {
    display: flex;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  margin-left: 40px;
}

.topbar-info {
  margin-right: 20px;
  color: var(--text-meta);
  font-size: 14px;
  width: 40%;
  padding: 10px 0;
}
.topbar-mail{
    width: 40%;
    padding: 10px 20px;
}
.topbar-mail span{
    color: var(--text-meta);
    font-size: 14px;
    padding: 0 15px;
}
.topbar-mail i{
    color: var(--primary);
    padding: 0 10px;
}
.topbar-info i {
  color: var(--primary);
  margin-right: 6px;
}
.topbar-icon{
    background: var(--bg-comment);
    width: 20%;
    display: flex;
    height: 100%;
    padding: unset;
}
.topbar-icon-item{
    display: flex;
    align-items: center;
    margin: 0 auto;
  
}
.topbar-icon-item a {
  margin-left: 12px;
  color: var(--text-primary);
  transition: .3s;
}

.topbar-icon-item a:hover {
  color: #2ca44f;
}

.header-bottom {
  display: flex;
  align-items: center;
  height: 100%;
}


.menu ul li a {
  font-weight: 500;
  color: var(--text-meta);
  padding: 20px 0;
  position: relative;
}

.menu ul li a:hover,
.menu ul li.active a {
  color: #2ca44f;
}

.header-action {
  display: flex;
  align-items: center;
  padding: 0 50px;
  margin-left: 20%;
}
.menu_top{
    width: 59.999%;
}

.search-icon {
  font-size: 28px;
  cursor: pointer;
}

.hotline {
  background: #2ca44f;
  color: var(--white);
    padding: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  width: 50px;
  font-size: 20px;
  margin: 0 20px;
}

.hotline-phone{
       font-size: 18px;
    flex-direction: column;
    display: flex;
}
.hotline-phone a{
  color: var(--text-primary);
}
.hotline-phone span{
    font-size: 13px;
}
.main-menu {
  height: 100%;
}
.menu {
    width: 58%;
    padding: 0 40px;
}

.menu-list {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-item {
  position: relative;
}

.menu-item a {
  display: inline-block;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  transition: color .3s ease;
}

.menu-item a:hover,
.menu-item a.active {
  color: #2ca44f;
}


.menu-item a:hover::after,
.menu-item a.active::after {
  width: 100%;
}
/*slider*/
header {
  overflow: hidden;
}

.hero-text h2 {
  margin-bottom: 50px;
}

.hero-text .hero {
  position: relative;
}
.hero-slide{
  position:relative;
}

.hero-text .hero .hero-slide a:hover span {
  color: #000000;
}

.hero .hero-slide img {
  max-width: 100%;
  height: 700px;
  object-fit: cover;
}

.hero .hero-slide .header-content {
  top: 35%;
  margin-left: 300px;
  max-width: 700px;
  width: 100%;
  padding: 2rem;
  z-index: 2;
  position:relative;
}

.slide-content {
  padding: 10px 20px 10px 0;
}

.slide-content .h1 {
  font-size: 62px;
}
.slick-list {
  cursor: grab;
}

.slick-list:active {
  cursor: grabbing;
}

.slick-dots {
  bottom: 20px;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 6px;
}

.slick-dots li button:before {
  content: '';
}

.slick-dots li button {
  width: 15px;      
  height: 3px;          
  padding: 0;
  background: var(--text-meta);
  border-radius: 0;
  transition: .3s ease;
}
.slick-dots li.slick-active button {
  background: var(--primary);
  width: 20px;         
}


/* .desc-slide::after{
  content: "";
  position: absolute;
  left: 0%;
  bottom: 10px;
  width: 35%;
  height: 10px;
  background: linear-gradient(
    90deg,
    yellow,
    black,
    var(--primary)
  );
  border-radius: 30px;
  transform: rotate(-2deg);
  opacity: 0.95;
  z-index: -1;
} */
.circle-wrap{
  position: absolute;
  left: 75%;
  top: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: spin 12s linear infinite;
}

.over-cicale{
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,1);
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.over-cicale2{
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,1);
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
}

/* animation */
@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* ===== KEYFRAMES ===== */
@keyframes fadeInDownSD {
    0% {
    opacity: 0;
    filter: blur(1px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpSD {
  from {
    opacity: 0;
    filter: blur(1px);
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
  
}
@keyframes fadeInDownSD1 {
    0% {
    opacity: 0;
    filter: blur(1px);
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
@keyframes fadeInZoomSD {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.08);
  }
}

.hero-text .slick-active img {
  animation: fadeInZoomSD 6s ease-out forwards;
}


.slick-active .desc-slide {
  animation: fadeInDownSD 4s ease forwards;
  width: 100%;
  padding: 10px 20px 30px 0;
  animation-delay: 0.2s;
  z-index: 1;
}
.slick-active .header-content span {
  animation: fadeInDownSD 3.5s ease forwards;
  width: 100%;
}

.slick-active .btn-slider {
  animation: fadeInUpSD 4s ease forwards;
  width: 160px;
}


.overlay-slide{
  position: absolute;
  inset: 0; 
  background: rgba(0, 0, 0, 0.3); 
  z-index: 1;

}

.btn-slider{
  background: var(--primary);
  height: 62px;
  font-size: 16px;
  border-radius: 10px;
  color: var(--white);
  transition: all 0.5s ease-in;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 160px;
}

.btn-slider:hover{
    background: var(--text-primary);
    color: var(--white) ;
}
.name-slide{
    text-transform: uppercase;
    color: var(--white);
    font-size: 14px;
    font-weight: bold;
}
.desc-slide{
    text-transform: uppercase;
    font-size: 50px;
    padding: 10px 0 30px;
    font-weight: bold;
}
.hero .hero-slide .header-content span{
  position: absolute;
  top: 10px;
}
/**/
.about-section {
  padding: 80px 0;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

.about-wrap {

}

/* LEFT */
.about-left {
  position: relative;

}

.about-images {
  position: relative;
}


.img-back {
  width: 400px;
  height: 500px;
}

.img-front {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 350px;
  box-shadow: 0 10px 40px rgba(0,0,0,.15);
  height: 350px;
}

@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: true;
}

.about-counter {
  position: absolute;
  top: 10%;
  right: 10%;
  background: #7acb2b;
  color: #fff;
  padding: 25px 30px;
}
.about-counter .number {
  font-size: 32px;
  font-weight: 700;
  display: block;
  padding-bottom: 10px;
  animation: countUp 2.5s cubic-bezier(0.1, 0, 0.3, 1) forwards;
  counter-reset: currentNum var(--num);
}

.about-counter .number::before {
  content: counter(currentNum);
}

@keyframes countUp {
  from {
    --num: 0;
  }
  to {
    --num: 1000;
  }
}
.about-counter .number::after{
  content: "";
  width:0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #7acb2b;
  position: absolute;
  left: -20px;
  top: 50%;
  
}
.about-counter .text {
  font-size: 14px;
  margin-top: 5px;
}

.sub-title {
  color: #7acb2b;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.title-abouts {
  font-size: 38px;
  margin: 10px 0 20px;
}

.desc {
  color: #666;
  line-height: 1.7;
}

/* FEATURE */
.about-feature {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-item .icon {
  width: 45px;
  height: 45px;
  background: #eaf6e4;
  border-radius: 50%;
}

/* LIST */
.about-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.about-list li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 12px;
}

.about-list li::before {
  content: "";
  color: #7acb2b;
  position: absolute;
  left: 0;
  top: 0;
}

.btn-main {
  position: relative;
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 12px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  overflow: hidden;
  z-index: 1;
  margin-top: 20px;
}
.btn-main::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: top 0.35s ease;
  z-index: -1;
}
.btn-main:hover{
     color: var(--white);
}
.btn-main:hover::before {
  top: 0;
 
}


.section-workflow{
  max-width: 1200px;
  margin: auto;
}
.section-card-title{
  text-align:center;
  display:flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}
.card-title-item{
  font-size: 16px;
  color: var(--primary);
  padding: 20px;
}
.card-title-sub{
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
}
.grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    
}
.card-section {
  width: 100%;    
  max-width: 400px; 
  height: auto;     
  box-shadow: 0 8px 22px rgb(0 0 0 / 10%);
  border-radius: 15px;
  background: var(--white);
  padding: 20px; 
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin: 0 auto;
}
.card-section img {
  height: 60px;
  width: 60px;
  margin: 10px;
}
.card-block {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.card-block h3 {
  font-size: 22px;
  padding: 5px;
}
.card-block span {
  font-size: 15px;
  color: var(--text-meta);
  text-align: justify;
  padding: 0 20px;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;  
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-section::after{
    position: absolute;
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    top: 0;
    height: 100%;
    transition: transform 0.75s ease;
    z-index: -1;
    background: var(--primary);
    width: 100%;
    inset: 0;
}
.card-section:hover h3,
.card-section:hover span{
    color: var(--white);
    
}
.card-section:hover .card-block img{
  filter: brightness(0.01) invert(1);
}
.card-section:hover::after{
    transform: scaleX(1);
    transition-duration:0.75s;

}
.card-hover {
  display: inline-flex;
  position: absolute;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  overflow: hidden;
  bottom: 0;
  left: 40px;
  padding: 15px 0;
}

.card-hover i{
  transform: translateX(-60px);
   transition: transform 0.3s ease;
   font-size: 14px;
}
.hover-title {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  font-size: 14px;
    color: #fff;

}
.card-section:hover .card-hover i{
  transform: translateX(0);
   transition-delay: 0.3s ;
}
.card-section:hover .hover-title
{
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.3s ;
  color: var(--white);
}
.card-block h3,
.card-block span{
  background:linear-gradient(
    to left,
    #fff 50%,
    var(--text-primary) 50%
  );
  background-size:200% 100%;
  background-position:0 0;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  transition:background-position 0.8s cubic-bezier(0.4,0,0.1,1);
}

.card-section:hover h3,
.card-section:hover span{
  background-position:100% 0;
}
/**/
.wrapper{
  overflow: hidden;
  margin:0 auto;
  width: 70%;
}
.wrapper .slick-dots{
  bottom: -30px;
  left: 0;
}
.my-slider{
  padding: 0 70px 40px;
}
.wrapper .slick-initialized .slick-slide{
  color: #FFF;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.service-card-img{
  position: relative;
  overflow: hidden;
}


.service-card-img::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65%;
  background: linear-gradient(
    to top,
    rgba(34, 154, 72, 0.95),
    rgba(34, 154, 72, 0.75),
    rgba(34, 154, 72, 0)
  );
  z-index: 1;
  opacity: 0;
  transition: 0.4s ease;
}
 .service-card-img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; 
  width: 100%;
  height: 100px;
  background: linear-gradient(
    to top,
    rgba(13, 19, 15, 0.95),
    rgba(34, 154, 72, 0)
  );
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}

.service-card-img span{
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
}

.service-card-img img{
  transition: 0.5s ease;
}

.service-card-img:hover img{
  transform: scale(1.08);
}
.service-card-img:hover::after{
  opacity: 1;
}
.section-service{
  padding: 100px 0;
}
  

.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}
/**/
.section-comment{
  background: var(--bg-comment);

}
.testimonial-item {
  border: 2px solid var(--primary);
  border-radius: 16px;
  padding: 25px;
  background: #fff;
 
}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.client-info img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.client-text h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-primary);
}

.client-text span {
  color: #3aa64c;
  font-size: 14px;
}

.quote-icon {
  font-size: 26px;
  color: #3aa64c;
}

.testimonial-content {       
  margin: 20px 0;
  color: #555;
  line-height: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;  
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial-footer {
 display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    border-top: 1px solid #eee;
    padding-top: 15px;
    bottom: 20px;
    max-width: 40.5%;
}
.date {
  font-size: 14px;
  color: #666;
}

.stars i {
  color: #f5a623;
  margin-left: 3px;
}
.wrapper-comment .slick-initialized .slick-slide{
  color: #FFF;
  margin: 0 10px;
  align-items: center;
  justify-content: center;
  height: 300px;


}


.clean-section {
  //background: linear-gradient(120deg, #eef5ff, #ffffff);
  padding: 100px 0 0;
  background: url(https://cleanglow-services.monamedia.net/wp-content/uploads/2024/08/bg-light-16.jpg);
}

.clean-container {
  max-width: 1200px;
  margin: auto;
}

.clean-left {
  width: 50%;
}

.clean-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
}

.clean-desc {
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* ACCORDION */
.clean-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.accordion-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.accordion-header {
  padding: 18px 20px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  color: var(--text-meta2);
  transition: all 0.3s ease;
  background: #fff;
}

.accordion-item.active .accordion-content {
  padding: 15px 20px;
  max-height: 200px;
}

.accordion-item .icon {
  transition: transform 0.3s ease;
}

.accordion-item.active .icon {
  transform: rotate(90deg);
}


.clean-right img {
  max-width: 100%;
  height: auto;
}
.blog-section {
  padding: 80px 0 0;
  background: #fff;
}

.blog-container {
  max-width: 1200px;
  margin: auto;
}

.blog-header {
  text-align: center;
  margin-bottom: 50px;
}

.blog-subtitle {
  color: #3bb54a;
  font-weight: 600;
}

.blog-title {
  font-size: 34px;
  font-weight: 800;
  margin-top: 10px;
}

.blog-feature {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
}

.feature-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient( rgba(0, 0, 0, 0.4));
  color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.feature-meta {
  font-size: 16px;
  color: var(--white);
}
.feature-meta i{
  padding: 0 5px;
}

.feature-title {
  font-size: 22px;
    padding: 20px 0;
}

.feature-more {
  font-size: 16px;
  color:var(--white);


}
.blog-feature:hover  .feature-title{
  text-decoration: underline;
  color: var(--primary);
}

.blog-list {
  display: flex;
  flex-direction: column;
  gap: 20px;

}

.blog-item {
  display: flex;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
  transition: transform 0.4s ease;
      border-radius: 10px;
}

.blog-item img {
  width: 220px;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.blog-info {
  padding: 30px 15px;
  display: flex;
    flex-direction: column;
    width: 100%;
}

.blog-meta {
  font-size: 16px;
  color: var(--text-meta);

}
.blog-meta i {
    padding: 0 5px;
}

.blog-info h4 {
  font-size: 20px;
  margin-top: 6px;
  line-height: 1.6;
  color: var(--text-primary);
  display: -webkit-box;
  -webkit-line-clamp: 2;  
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  
}
.blog-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.03);
}
.blog-item:hover .blog-info h4  {
  color: var(--primary);
  text-decoration: underline;
  
}
.contact-section {
  margin: 60px 0;
  
}
.contact-title {
  text-align: center;
  margin-bottom: 40px;
}

.contact-title span {
  color: #2ea44f;
  font-size: 14px;
}

.contact-title h2 {
  font-size: 30px;
  font-weight: 700;
}

.contact-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-left{
padding: 10px;  
}
/* MAP */
.map iframe {
  width: 100%;
  height: 220px;
  border-radius: 6px;
  border: none;
  margin-bottom: 15px;
}

.contact-right {
  text-align: center;
      display: flex;
    flex-direction: column;
    justify-content: center;
  border: 2px solid #2ea44f;
  border-radius: 8px;
  padding: 30px 10px;

}



.contact-right h3 {
  margin: 20px  0 0;
  font-size: 26px;
}

.contact-right p {
  margin: 8px 0;
  font-size: 16px;
  color: var(--text-primary);
}
.btn-contact{
position: relative;
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 12px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  overflow: hidden;
  z-index: 1;
}
.btn-contact::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: top 0.35s ease;
  z-index: -1;
}
.btn-contact:hover{
     color: var(--white);
}
.btn-contact:hover::before {
  top: 0;
 
}
.social {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}

.social a i{
  font-size: 30px;
  color: var(--primary);

}

/* RESPONSIVE */
@media (max-width: 768px) {
  .contact-wrap {
    grid-template-columns: 1fr;
  }
}
.footer {
  position: relative;
  background: #000;
  color: #fff;
  overflow: hidden;

}

.footer-img{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.footer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.footer-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  padding: 80px 15px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-col img {
  max-width: 100%;
}

.footer-logo img {
  height: 40px;
}

.footer-desc {
  margin: 20px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #ddd;
}

.footer-social {
  display: flex;
  gap: 10px;
  z-index: 4;
}

.footer-social i {
  width: 40px;
  height: 40px;
  background: var(--bg-comment);
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer-social i::after{
  position: absolute;
  content: "";
  height: 100%;
  transform: translateY(-100%);
  width: 100%;
  border-radius: 50%;
  z-index: -1;
  transition: transform 0.3s ease;

}

.footer-social i:hover::after{
  background: var(--primary);
  color: #fff;
  transform: translateY(0);
}
.footer-social i:hover::before{
  color: var(--bg-comment);
}

.footer-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.contact-list a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.contact-list a:hover {
  color: #27a449;
}

.contact-list .icon {
  color: #27a449;
  font-size: 16px;
  margin-top: 3px;
}


.menu-list-footer {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-list-footer li {
  margin-bottom: 10px;
}

.menu-list-footer a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.menu-list-footer a:hover {
  color: var(--primary);
}


.subscribe-desc {
  font-size: 15px;
  margin-bottom: 15px;
  color: #ddd;
}

.subscribe-form {
  display: flex;
  border: 1px solid #fff;
  height: 44px;
}

.subscribe-form input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 0 12px;
  color: #fff;
  outline: none;
}

.subscribe-form input::placeholder {
  color: #ccc;
}

.subscribe-form button {
  width: 50px;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.subscribe-form button:hover {
  background: #27a449;
}

.footer-bottom {
  border-top: 1px solid #4f4f4f;
  margin-top: 60px;
  padding: 22px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: transparent;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .footer-container {
    padding: 40px 15px 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    padding: 16px 0;
  }
}
.contact-form .btn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
}

.contact-form .btn-primary:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(171, 137, 101, 0.3);
}
.contact-form .btn-primary:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-form .btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.contact-form .btn-primary {
  background-color: var(--primary);
  border-color: 2px solid var(--primary);
  color: var(--white);
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}


.contact-form .btn-secondary {
  background-color: transparent;
  border:1px solid #e0e0e0;
  color: var(--dark-text);
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-form .btn-secondary:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
