/* Custom CSS for Lemon Interiors Website */

:root {
  --accent-color: #f8df1d;
  --dark-color: #0f1525;
  --text-light: #666666;
  --text-muted: #a2a2a2;
  --bg-light: #f9f9f9;
  --bg-accent: #f3f3e1;
  --shadow: 0px -1px 5px 0px rgba(0,0,0,0.06);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'DM Sans', sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.text-accent {
  color: var(--accent-color) !important;
}

.text-muted {
  color: var(--text-muted) !important;
}

.bg-accent {
  background-color: var(--bg-accent) !important;
}

/* Header */
.header-section {
  position: relative;
  z-index: 1000;
}

.navbar {
  padding: 1rem 0;
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.95) !important;
  box-shadow: var(--shadow);
}

.logo {
  height: 40px;
  width: auto;
}

.navbar-nav .nav-link {
  color: var(--dark-color);
  font-weight: 400;
  margin: 0 1rem;
  text-transform: capitalize;
  font-size: 15px;
  letter-spacing: -0.3px;
}

.btn-contact {
  background-color: var(--accent-color);
  color: var(--dark-color);
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15px;
}

.btn-contact:hover {
  background-color: #e6c91a;
  color: var(--dark-color);
}

/* Hero Section */
.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 65px 0 ;

  display: flex;
  align-items: end;
  justify-content: space-between;
}

.hero-bg-image {
  width: 100%; 
  height: 100vh;
  object-fit: cover;
}
.banner-slider{
  margin-bottom: 0 !important;
}
.banner-slider .slick-dots li button{
  display: none;
}
.banner-slider .slick-dots{
  bottom: 0;
  width: 25px;
  height: 100%;
  right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-slider .slick-dots li {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin: 10px;
}

.banner-slider .slick-dots li.slick-active {
  background-color: white;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  position: relative;
}
.banner-slider .slick-dots li::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
  opacity: 0;
}

.banner-slider .slick-dots li.slick-active::before {
   opacity: 1;
}

.feat-proj{
  border-radius: 7px;
background: rgba(255, 255, 255, 0.32);
backdrop-filter: blur(6px);
padding: 8px;
max-width:  314px;
margin-left: auto;
margin-top: auto;
}

.feat-proj img{
   width: 100%;
   object-fit: cover;
height: 144px;
}




.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(208.96deg, rgba(0, 0, 0, 0.26) 42.31%, rgba(0, 0, 0, 0.42) 74.91%);
  z-index: -1;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white; 
}
.hero-content h3{
font-size: 32px;
margin-bottom: 10px;
}
.hero-content h5{
font-size: 24px;
margin-bottom: 25px;
}
.hero-badge {
  position: absolute;
  top: 22px;
  left: 22px;
  background-color: var(--dark-color);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 12px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
}

.badge-dot {
  width: 6px;
  height: 6px;
  background-color: var(--accent-color);
  border-radius: 50%;
  margin-right: 0.5rem;
}

.hero-title {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 2rem;
  letter-spacing: -2.48px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 65px;
}

.hero-tags span {
  color: #d8d8d8;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: -0.64px;
  position: relative;
}

.hero-tags span:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 11px;
  height: 1px;
  background-color: #b3b3b3;
}

.btn-estimate {
  background-color: white;
  color: var(--dark-color);
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -0.68px;
  border: none;
  box-shadow: var(--shadow);
  transition: all .3s;
}
.btn-estimate i {
   transform: rotate(325deg);
   margin-left: 10px;
}
.btn-estimate:hover {
  background-color: #f8df1d;
  color: var(--dark-color);
}

.hero-slider-controls {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.slider-dots {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}


/* Hero CTA Bar */
.hero-cta-bar {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 735px;
  z-index: 2;
  backdrop-filter: blur(44px);
  background-color: rgba(0, 0, 0, 0.42);
  padding: 5px 20px;
}

.cta-text {
  color: white;
  margin: 0;
  font-size: 16px;
}

.cta-buttons {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
}

.btn-enquire {
  background-color: var(--accent-color);
  color: var(--dark-color);
  padding: 0.5rem 1rem;
  border-radius: 4px;
  border: none;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -0.68px;
}

.btn-enquire:hover {
  background-color: #e6c91a;
  color: var(--dark-color);
}

.contact-buttons {
  display: flex;
  gap: 0.5rem;
}

.btn-icon {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-color);
}

.btn-map {
  background-color: white;
}

.btn-map:hover i {
   color: white;
}

.btn-whatsapp {
  background-color: #4caf50;
  color: white;
}
.btn-whatsapp:hover i {
   color: white;
}
/* About Section */
.about-section {
  padding: 85px 0;
}
.about-content{
  max-width: 460px;
}
.section-badge {
  background-color: transparent;
  color: var(--dark-color);
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: -0.32px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}

.section-badge i {
  color: #ff5555;
  margin-right: 0.5rem;
}

.about-content h2 {
  font-size: 2.5rem;
  margin-bottom: 90px;
  color: var(--dark-color);
}
.about-image {
  margin-bottom: 40px;
}
.experience-badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.experience-badge .experience-number{
  font-size: 72px;
  line-height: 75px;
}
.experience-badge .experience-number span{
  color: #F8DF1D;

}
 
.experience-text {
  font-size: 14px;
  color: var(--dark-color);
  text-transform: capitalize;
  letter-spacing: -0.44px;
  border-top: 1px solid #797979;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  width: 180px;
}
.about-image-main{
  margin-bottom: 60px;
}
.about-description {
  font-size: 16px;
  color: var(--dark-color);
  line-height: 1.5;
  margin-top: 2rem;
}

/* Stats Section */
.conter-section{
  padding: 35px 0;
 border-bottom: 1px solid #A2A2A2;
}
 .conter-section .stat-item{
  max-width: 150px;
  margin: 0 auto ;
  text-align: left;
 }

.stat-item h3 {
  font-size: 3rem;
  font-weight: 500;
  color: var(--dark-color);
  margin-bottom:0;
}
.stat-item span { 
  color:  #F8DF1D; 
  font-size: 3rem;
  font-weight: 500; 
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 40px;
}
.stat-item p {
  font-size: 14px;
  color: var(--dark-color);
  text-transform: capitalize;
  letter-spacing: -0.44px;
  border-top: 1px solid #a2a2a258;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}
.stats-section h4{
  color:   #0F1525;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
letter-spacing: -0.32px;
text-transform: uppercase;
margin-left: 10px;
margin-bottom: 0;
}
/* Services Section */
.services-section {
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}
.services-section .section-header h2{
  max-width: 450px;
}
 

.section-header h2 { 
  margin: 0;
  color: var(--dark-color); 
}

.section-divider {
  border: none;
  height: 1px;
  background-color: var(--text-light);
  margin: 2rem 0;
}
.services-section .btn i{
  transform: rotate(320deg);
  margin-left: 10px;

}
.btn-accent {
  background-color: var(--accent-color);
  color: var(--dark-color);
  border: none;
  padding: 0.50rem 1.5rem;
  border-radius: 4px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -0.68px;
}

.btn-accent:hover {
  background-color: #e6c91a;
  color: var(--dark-color);
}

/* Service Cards */
.service-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 400px;
}

.service-card.featured {
  background-color: var(--accent-color);
}

.service-image {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.service-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent 13%, rgba(0, 0, 0, 0.6) 83%, #000 154%);
  padding: 2rem 1rem 1rem;
  color: white;
}
 
.price-tag {
  position: absolute;
  left: 10px;
  top: 25px;
  background-color: var(--dark-color);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 12px;
  display: inline-flex;
  align-items: center; 
  z-index: 1;
  transition: all .3s;
}

.service-image:hover .price-tag {
  background-color: var(--accent-color);
  color: var(--dark-color);
}

.price-dot {
  width: 6px;
  height: 6px;
  background-color: var(--accent-color);
  border-radius: 50%;
  margin-right: 0.5rem;
}

.price-tag.featured .price-dot {
  background-color: var(--dark-color);
}

.service-title {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -0.8px;
  margin-bottom: 0;
}

.service-btn {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  background-color: white;
  color: var(--dark-color);
  border: none;
  border-radius: 50%;
  transform: rotate(345deg);
}
.service-btn i {
   margin: 0 !important;
}

/* Create Section */
.create-section {
  margin: 5rem 0;
 
  padding: 0;
 
}
.create-section::before {
  content: "";
   height: 100%;
 background:url('../images/cr3.svg') no-repeat, #FFF8A9;
 background-position: right bottom;
 background-size: 130px auto;
 left: 0;
 top: 0;
  position: absolute;
  width: 100%;
  z-index: -2;
}
.create-section::after {
  content: "";
   height: 100%;
  background: #F9F8CE;
 left: 0;
 top: 0;
  position: absolute;
  width: 40%;
  z-index: -1;
}
.create-image{
  padding: 50px;
  background: #F9F8CE;
}
.create-content{
  padding-left: 50px;
}
.create-content h2 {
  font-size: 2.5rem;
  color: var(--dark-color);
  margin-bottom: 2rem;
  line-height: 1.1;
  max-width: 480px;
}

.highlight-bg {
  background-color: var(--accent-color);
  color: var(--dark-color);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}

.create-content p {
  font-size: 1.125rem;
  color: var(--dark-color);
  margin-bottom: 2rem;
  line-height: 1.34;
}
.create-content .btn i{
  transform: rotate(325deg);
  margin-left: 10px;
}
/* Service Items */
.services-detail .btn i{
  transform: rotate(325deg);
  margin-left: 10px;
}
.service-item {
  text-align: center;
  margin-bottom: 2rem;
}

.service-item .service-image {
  height: 300px;
  margin-bottom: 1rem;
}

.service-item h5 {
  font-size: 1.25rem;
  color: var(--dark-color);
  text-transform: capitalize;
  letter-spacing: -0.8px;
  text-align: left;
  font-weight: 400;
}
.service-slider.slick-slider {
    margin:0 -15px;
}
.service-slider .slick-slide { 
    margin-right:15px;
    margin-left:15px;
}
.service-slider .slick-arrow{
width: 36px;
height: 66px;
background-color: #000;
border-radius: 20px;
z-index: 1;
}
.service-slider .slick-arrow.slick-prev{
left: 25px;
}
 .service-slider .slick-arrow.slick-next{
right: 25px;
}
 .service-slider .slick-arrow::before{
  display: none; 
}
 .service-slider .slick-arrow i{
  color: #fff;
  font-size: 20px;
}
/* Testimonials Section */
.testimonials-section {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  overflow: hidden;
  background-color: var(--bg-accent);
}

.testimonials-slider {
  margin: 3rem -15px;
}
 
.testimonials-slider .slick-slide { 
    margin-right:15px;
    margin-left:15px;
}
.testimonials-section  h2{
  max-width: 250px;
}
 

.testimonial-video {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 320px;
}

.testimonials-slider .slick-arrow{
width: 36px;
height: 66px;
background-color: #000;
border-radius: 20px;
z-index: 2;
}
.testimonials-slider .slick-arrow.slick-prev{
left: 25px;
}
 .testimonials-slider .slick-arrow.slick-next{
right: 25px;
}
 .testimonials-slider .slick-arrow::before{
  display: none; 
}
 .testimonials-slider .slick-arrow i{
  color: #fff;
  font-size: 20px;
}

/* .testimonial-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.testimonial-video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(132, 132, 132, 0.55);
  backdrop-filter: blur(8px);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  letter-spacing: -0.42px;
}

.testimonial-thumbs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-left: auto;
  max-width: 300px;
}

.thumb-item {
  width: 100%;
  padding: 0 10px  ;
  height: 52px;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.thumb-item.active {
  opacity: 1;
  border-bottom: 2px solid white;
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-box {
    position: relative;
    color: gray;
    background-color: #fff;
    padding: 55px;
    height: 100%;
}
.image-quote {
   width: 90px;
   height: 90px;
   object-fit: cover;
}
.client-img {
    position: relative;
    z-index: 1;
    margin: 0 0 -3rem 2.6rem;
    border-radius: 50%}
.client-title {
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
.client-name {
    font-size: 1.28rem;
    line-height: 1;
    color: #000;
}
.client-description {
    margin: 1.5rem 0 0;
    line-height: 1.71em;
}

/* Works Section */
.works-section {
  padding: 100px 0;
  min-height: 100vh;
}
.work-image{
  margin-bottom: 120px;
}
.works-section h2{
  max-width: 250px;
}
.works-section .btn-dark i{
  transform: rotate(325deg);
}
.works-gallery {
  position: relative;
}

.work-item {
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1rem;
  position: relative;
}

.work-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.work-item:hover img {
  transform: scale(1.05);
}
.work-item:hover .works-overlay {
   opacity: 1;
}
.works-overlay {
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 100px); 
  background-color: rgba(51, 46, 46, 0.52);
  backdrop-filter: blur(5.5px);
  color: white;
  padding: 2rem;
  border-radius: 8px;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  z-index: 1;
  opacity: 0;
  transition: all .3s;
}

.works-overlay h5 {
  font-size: 1.125rem;
  text-transform: capitalize;
  margin-bottom: 1rem;
}

.works-overlay p {
  color: var(--accent-color);
  font-size: 14px;
}

/* Contact Section */
.contact-section {
  padding: 5rem 0;
  color: white;
  background-attachment: fixed !important;
}

.contact-section h2 {
  color: white;
  font-size: 2.5rem;
  margin-bottom: 95px;
}

.map-container {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  max-width: 680px;
  margin-left: auto;
  height: 550px;
    padding: 36px 36px 35px 36px;
  background-color: #fff;
}
.map-placeholder   {
  width: 100%;
  height: 100%; 
}
.map-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-placeholder iframe {
  width: 100%;
  height: 100%; 
}
.map-overlay {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%);
}

 

.social-links {
  display: flex;
  gap: 1rem;
}

.social-link {
  width: 40px;
  height: 40px;
 background-color: transparent;
   /* border: 1px solid white; */
  color: white;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s;
}

.social-link:hover {
  background-color: white;
  color: var(--dark-color);
}

.contact-item {
  display: flex;
  align-items:center;
  gap: 1rem;
  padding: 1rem 0;
}

.contact-text {
  flex: 1;
}

.contact-text p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 1.3;
}

.contact-icon {
  color: white;
  font-size: 1.5rem;
}

.status-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
}

.status-dot {
  width: 10px;
  height: 10px;
  background-color: #4fbe5a;
  border-radius: 50%;
}

/* Transform Section */
.transform-section {
  padding: 5rem 0;
  position: relative;
}
.transform-data{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 85px 0;
}
.transform-content h2 {
  font-size: 2.25rem;
  color: var(--dark-color);
  margin-bottom: 1rem;
}

.transform-content p {
  font-size: 1rem;
  color: var(--text-light);
  margin-bottom: 2rem;
  line-height: 1.61;
}
.transform-image {
  width: 60%;
  margin-left: auto;
}
.transform-image img{
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.transform-text{
  max-width: 400px;
 
}
.illustration-elements{
 margin: 40px 0;
}
/* Footer */
.footer-section {
  background-color: #000;
  color: white;
  padding: 1rem 0;
}

.footer-section p {
  font-size: 12px;
  margin: 0;
}

.back-to-top {
  width: 55px;
  height: 55px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #000;
  color: #fff;
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  z-index: 999;  
  transition: opacity 0.3s ease, transform 0.3s ease;
}

 

.back-to-top:hover {
  background-color: #333;
}
.works-sticky{
  position: sticky;
  top: 100px;
}


 .flip-card {
      background-color: transparent;
      width: 100%;
      height: 450px;
      overflow: hidden;
      perspective: 1000px; /* Adds 3D perspective */
    }

    .flip-card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      transition: transform 0.6s;
      transform-style: preserve-3d;
    }

    .flip-card:hover .flip-card-inner {
      transform: rotateY(180deg);
    }

    .flip-card-front, .flip-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
 
      font-size: 24px;
      color: white;
    }

    .flip-card-front {
      background-color: #fff;
    }

    .flip-card-back {
      position: relative;
      background:url('../images/serv.png') no-repeat, #fff;
      background-size: contain;
padding: 40px 50px 80px;
      transform: rotateY(180deg);
      display: flex;
      flex-direction: column; 
      justify-content: space-between;
    }

      .flip-card-back h4{
     color: #FFF;
font-family: "DM Sans";
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: 36px; /* 128.571% */
text-transform: capitalize;
text-align: left;
    }


    .flip-card-back p{
      color: #FFF;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
letter-spacing: -0.64px;
text-transform: capitalize;
text-align: left;
    }
        .flip-card-back a{
      display: block;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background-color: #fff;
      text-align: center;
      line-height: 45px;
      margin-left: auto;
    }
          .flip-card-back a i{
       color: #000;
       transform: rotate(325deg);

    }

    .modal-engq{
      border-radius: 3px;
background: #FFF;
padding: 12px;
    }
 
  .modal-engq .modal-header{
      padding: 0 0  25px ;
      display: flex;
      flex-direction: row;
justify-content: space-between;
align-items: center;
    }
    .modal-engq .modal-header h1{
       color: #1A1A1A; 
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 101%; /* 24.24px */
letter-spacing: -0.96px;
text-transform: capitalize;
    }
    
        .modal-engq .modal-header h2{
       color: #1A1A1A; 
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 101%; /* 24.24px */
letter-spacing: -0.96px;
text-transform: capitalize;
    }
    
    .modal-header h2 span {
    font-size: 16px !important;
    font-weight: 600;
}
    .modal-engq .modal-body{
      padding: 12px  ;
      background: #F5F5F5;
      margin-top: 15px;
    }

    .modal-engq .form-control{
      outline: none;
      border: 0;
      border-bottom: 1px solid #111;
      border-radius: 0;
      background: transparent;
      padding: 10px 0;
    }

     .modal-engq .btn{
       border-radius: 2px;
background: #000;
box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.06);
border: 0;
width: 100%;
color: #FFF; 
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: 101%; /* 17.17px */
letter-spacing: -0.68px;
text-transform: capitalize;
padding: 13px 10px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
transition: all .3s;
    }

        .modal-engq .btn i{
      width: 30px;
height: 30px;
background-color: #FF5555;
border-radius: 50%;
line-height: 30px;
text-align: center;
transform: rotate(25deg);
    }

      .modal-engq .btn:hover{
   background-color: #FF5555;
    }
/* Responsive Design */



@media (max-width: 991px) {

    .create-content {
        padding-left: 0;
        padding-bottom: 30px;
    }
    
    section.about-section.py-5 {
        position: relative !important;
        top: auto !important;
    }
}


@media (max-width: 768px) {

  .navbar {
    padding: 0; 
}
.testimonials-slider {
    margin: 3rem 0;
}

  .hero-title {
    font-size: 2.5rem;
  }
 
  
  .hero-tags {
    /* flex-direction: column; */
    gap: 1rem;
    margin: 35px 0;
  }
  
  .hero-tags span::after {
    display: none;
  }
  
  .cta-buttons {
    
    gap: 1rem;
  }
  
  .about-content h2,
  .create-content h2,
  .section-header h2 {
    font-size: 2rem;
  }
  
  .stat-item h3 {
    font-size: 2rem;
  }
  
 
  .contact-info {
    padding-left: 0;
    margin-top: 2rem;
  }
  
  .service-card {
    height: 300px;
  }
  
  .testimonial-video {
    height: 250px;
  }
  
  .work-item {
    height: 200px;
  }

  .transform-image {
    width: 100%; 
}
.transform-data {
    position: relative;
 
    padding: 0 15px 80px;
}
.map-container {
   margin-top: 25px;
}

.feat-proj { 
    max-width: 230px; 
    display: none;
}
.feat-proj img { 
    height: 110px;
}
.mob-none{
  display: none;
}

.about-content h2 { 
    margin-bottom: 30px; 
}
.service-title {
    font-size: 1rem; 
}
.create-image {
    padding: 20px 0;
    background: #F9F8CE;
    margin: 0 -13px;

 
}
.services-detail{
  overflow: hidden;
}

.create-section {
    margin:  0; 
}



}

@media (max-width: 576px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .about-content h2,
  .create-content h2,
  .section-header h2 {
    font-size: 1.75rem;
  }
  
  .contact-section h2 {
    font-size: 2rem;
  }
  
  .navbar-nav .nav-link {
    margin: 0;
    padding: 0.5rem 0;
  }
  
  .hero-cta-bar {
    padding: 0.5rem 0;
  }
  
    .cta-text {
        font-size: 12px;
        text-align: left;
        margin-bottom: 0;
        line-height: 14px;
    }
  
 
  .hero-cta-bar .btn-accent {
    background-color: var(--accent-color);
    color: var(--dark-color);
    border: none;
    padding: 0.70rem 1rem ;
    border-radius: 4px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: -0.68px;
    font-size: 12px;
}

.conter-section .stat-item {
    max-width: 100%;
    margin: 35px auto 0; 
}

.experience-badge{
  margin-bottom: 25px;
}
.services-section .section-header h2 {
    margin-bottom: 25px;
}

.create-section::after {
  display: none;
}
 
.create-content {
    padding-left: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
  .section-header h2 {
       margin-bottom: 25px;
    }
.testimonials-section {
    padding: 50px 0; 
}
    .work-item {
        height: 320px;
    }

.transform-image img{ 
  height: 100vh;
  min-height: unset;

}
}






/* Animation Classes */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s, transform 0.6s;
}

.fade-in.animate {
  opacity: 1;
  transform: translateY(0);
}

/* Utility Classes */
.cursor-pointer {
  cursor: pointer;
}

.overflow-hidden {
  overflow: hidden;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}