/* @font-face {
  font-family: 'Druk Wide Bold';
  src: url('./DrukWideBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
} */

:root {
  --white-bg: #ffffff;
  --blue: #4ea6ff;
  --green-action: #9ed15a;
  --grey: #696767;
  --pink-primary: #f64fb7;
  --black: #000000;
}

body {
  background-color: var(--white-bg);
  /* font-family: "Poppins", sans-serif; */
  color: var(--grey);
}

h1,
h2,
h3,
h4,
h5,
h6,
.druk-heading {
  /* font-family: ' ', Arial, Helvetica, sans-serif; */
  color: var(--black);
}

h1 {
  color: #0d6efd;
}

.btn-primary {
  background-color: #0d6efd;
  border: none;
}

/* --- Figma-perfect Top Header & Navigation --- */
.header-top {
  font-size: 14px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  letter-spacing: 0.01em;
}

.header-top .poppins {
  font-size: 14px !important;
  color: var(--grey) !important;
  font-weight: 400 !important;
  margin-right: 18px;
}

.header-top img {
  width: 22px !important;
  height: 22px !important;
  margin-right: 6px;
}

.header-social a {
  margin-right: 10px;
  color: #696767;
  transition: transform 0.2s;
}

.header-social a:last-child {
  margin-right: 0;
}

.header-social img {
  width: 22px !important;
  height: 22px !important;
  filter: grayscale(0.2);
}

.header-social a:hover img {
  transform: scale(1.15);
  filter: grayscale(0);
}

.navbar {
  min-height: 80px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar-nav {
  gap: 36px !important;
}

.nav-link {
  /* font-family: 'Rubik' , sans-serif; */
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000 !important;
  padding: 0 0 2px 0 !important;
  position: relative;
  background: none !important;
}

/* .nav-link.active,
.nav-link.text-green {
  color: var(--green-action) !important;
} */

.nav-link:hover {
  color: var(--green-action) !important;
}

.btn-pink,
.btn-green {
  /* border-radius: 999px !important; */
  padding: 10px 32px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 12px 0 rgba(246, 79, 183, 0.10);
  border: none !important;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.btn-pink:hover {
  background: #d93fa2 !important;
  color: #fff !important;
}

.btn-green:hover {
  background: #7ebd3a !important;
  color: #fff !important;
}

.logo {
  width: 136px !important;
  height: 80px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.figma-btn {
  /* border-radius: 999px !important; */
  padding: 12px 38px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 12px 0 rgba(246, 79, 183, 0.10);
  border: none !important;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  min-width: 180px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Small, square hero buttons */
.btn-square {
  border-radius: 0% !important;
  width: 50px !important;
  height: 50px !important;
  min-width: 180px !important;
  min-height: 44px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px 0 rgba(246, 79, 183, 0.10);
  border: none !important;
  letter-spacing: 0.01em;
  padding: 0 !important;
}

/* Smaller nav button */
.btn-small {
  border-radius: 999px !important;
  padding: 6px 20px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  min-width: 0 !important;
  min-height: 0 !important;
  box-shadow: 0 2px 12px 0 rgba(246, 79, 183, 0.10);
  border: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.hero-title {
  font-size: 40px !important;
  /* color: #fff !important; */
  width: 790px !important;
  line-height: 1.1 !important;
  letter-spacing: 0.01em !important;
  /* font-family: 'Druk Wide Bold', Arial, Helvetica, sans-serif !important; */
  font-weight: bold !important;
  margin-bottom: 20px !important;
}

.hero-subtext {
  font-size: 16px !important;
  /* color: #fff !important; */
  
  margin-top: 20px !important;
  margin-bottom: 32px !important;
  line-height: 1.5 !important;
  letter-spacing: 0.01em !important;
  
}


@media(min-width: 800px){
  .hero-subtext{
width: 600px !important;
  }
}

.hero-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 178px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  pointer-events: none;
  z-index: 2;
}

.services-section {
  background: var(--white-bg);
  /* padding-top: 40px !important;
  padding-bottom: 0px !important; */
}

.services-title {
  font-size: 32px !important;
  letter-spacing: 0.04em !important;
  line-height: 1.1 !important;
  margin-bottom: 18px !important;
  font-weight: bold !important;
  text-transform: uppercase;
}

.services-accent {
  width: 56px;
  height: 4px;
  background: var(--blue);
  border-radius: 2px;
  margin-top: 12px;
  margin-bottom: 32px;
}

.services-card {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 32px;
  /* overflow: hidden; */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.04);
}

.services-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.services-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--pink-primary);
  opacity: 0.75;
  z-index: 2;
}

.services-content {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.services-card-title {
  font-size: 20px !important;
  color: var(--black) !important;
  margin-bottom: 12px !important;
  text-align: center;
  letter-spacing: 0.01em;
}

.btn-services {
  padding: 10px 32px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  min-width: 140px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* .brands-section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
} */

.brands-title {
  font-size: 32px !important;
  letter-spacing: 0.04em !important;
  line-height: 1.1 !important;
  margin-bottom: 18px !important;
  font-weight: bold !important;
  text-transform: uppercase;
}

.brands-accent {
  width: 61px;
  height: 4px;
  background: var(--blue);
  border-radius: 2px;
  margin-top: 12px;
  margin-bottom: 32px;
}

.brands-row {
  gap: 32px !important;
}

.brand-logo {
  width: 230px;
  height: auto;
  object-fit: cover;
  transition: transform 0.2s, box-shadow 0.2s;
}

/* .brand-logo:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.12);
} */

.brand-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  transition: background 0.2s, box-shadow 0.2s;
  padding: 0;
}

.brand-arrow img {
  width: 30px;
  height: 30px;
}

.brand-arrow:hover {
  background: var(--pink-primary);
  box-shadow: 0 4px 16px 0 rgba(246, 79, 183, 0.10);
}

.btn-brands {
  /* border-radius: 999px !important; */
  /* padding: 12px 48px !important; */
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  min-width: 180px;
  color: #000 !important;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* .works-section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
} */

.works-title {
  font-size: 32px !important;
  letter-spacing: 0.04em !important;
  line-height: 1.1 !important;
  margin-bottom: 18px !important;
  font-weight: bold !important;
  text-transform: uppercase;
}

.works-accent {
  width: 61px;
  height: 4px;
  background: var(--blue);
  border-radius: 2px;
  margin-top: 12px;
  margin-bottom: 32px;
}

.works-row {
  gap: 32px !important;
}

.works-card {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  /* border-radius: 32px; */
  overflow: hidden;
  min-height: 350px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.works-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.works-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 2;
}

.works-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 24px 18px 18px 18px;
  text-align: left;
}

.works-card-title {
  font-size: 15px !important;
  color: #fff !important;
  margin-bottom: 8px !important;
  text-align: left;
  letter-spacing: 0.01em;
}

.works-card-desc {
  font-size: 12px !important;
  color: #fff !important;
  margin-bottom: 0 !important;
  line-height: 1.4;
}

.btn-works {
  /* border-radius: 999px !important; */
  padding: 12px 38px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  min-width: 160px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* .testimonials-section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
} */

.testimonials-title {
  font-size: 32px !important;
  letter-spacing: 0.04em !important;
  line-height: 1.1 !important;
  margin-bottom: 18px !important;
  font-weight: bold !important;
  text-transform: uppercase;
}

.testimonials-accent {
  width: 69px;
  height: 4px;
  background: var(--blue);
  border-radius: 2px;
  margin-top: 12px;
  margin-bottom: 32px;
}

.testimonial-arrows {
  gap: 24px !important;
}

.btn-testimonial {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  transition: background 0.2s, box-shadow 0.2s;
  padding: 0;
}

.btn-testimonial img {
  width: 30px;
  height: 30px;
}

.btn-testimonial:hover {
  background: var(--pink-primary);
  box-shadow: 0 4px 16px 0 rgba(246, 79, 183, 0.10);
}

/* .testimonial-card {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.12); 
  padding: 48px 40px;
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
} */


.testimonial-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.testimonial-quote {
  width: 50px;
  height: 50px;
}

.testimonial-text {
  font-size: 20px !important;
  color: var(--black) !important;
  max-width: 800px;
  margin-bottom: 0 !important;
  line-height: 1.5;
}

.testimonial-author {
  font-size: 15px !important;
  color: var(--black) !important;
  font-weight: 600;
}

.blogs-section {
  /* padding-top: 80px !important; */
  /* padding-bottom: 80px !important; */
}

.blogs-title {
  font-size: 32px !important;
  letter-spacing: 0.04em !important;
  line-height: 1.1 !important;
  margin-bottom: 18px !important;
  font-weight: bold !important;
  text-transform: uppercase;
}

.blogs-accent {
  width: 61px;
  height: 4px;
  background: var(--blue);
  border-radius: 2px;
  margin-top: 12px;
  margin-bottom: 32px;
}

.blogs-row {
  gap: 32px !important;
}

.blog-card {
  background: #fff;
  /* border-radius: 32px; */
  /* box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.04); */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /* min-height: 540px; */
}

.blog-img {
  width: 100%;
  /* height: 368px; */
  object-fit: cover;
  /* border-top-left-radius: 32px;
  border-top-right-radius: 32px; */
}

.blog-content {
  /* padding: 32px 28px 28px 0px; */
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.blog-date {
  font-size: 16px !important;
  color: white !important;
  /* margin-bottom: 12px; */
}

.blog-title  {
  font-size: 18px !important;
  color: var(--black) !important;
  margin-bottom: 24px !important;
  font-weight: 600 !important;
  line-height: 1.3;
  font-family: 'Poppins';

  display: -webkit-box;
  -webkit-line-clamp: 2;             /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}




.btn-blog {
  /* border-radius: 999px !important; */
  padding: 10px 32px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  min-width: 120px;
  color: #000 !important;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}

.footer-section {
  background: #011444;
  color: #fff;
  /* padding-top: 80px !important; */
  padding-bottom: 0 !important;
}

.footer-logo {
  height: 95px;
  width: 161px;
  background: url('http://localhost:3845/assets/7a9d2abefad3b3db5e7a88c8fdfc176ea7488f17.png') center/cover no-repeat;
}

.footer-contact img {
  width: 30px;
  height: 30px;
}

.footer-contact .poppins {
  font-size: 20px;
  color: #fff;
}

.footer-social a img {
  width: 40px;
  height: 40px;
  filter: grayscale(0.2);
  transition: filter 0.2s, transform 0.2s;
}

.footer-social a:hover img {
  filter: grayscale(0);
  transform: scale(1.1);
}

.footer-links-title {
  font-size: 20px !important;
  color: var(--pink-primary) !important;
  font-weight: 600 !important;
}

.footer-links {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

.footer-links a {
  color: #fff !important;
  transition: color 0.2s;
}

.footer-links a.text-green {
  color: var(--green-action) !important;
}

.footer-links a:hover {
  color: var(--blue) !important;
}

.footer-copyright {
  background: var(--pink-primary);
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding: 0;
}

.footer-copyright img {
  width: 12.5px;
  height: 12.5px;
}

.footer-copyright span {
  font-size: 16px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

/* --- OUR RECENT WORKS Slick Slider Center Mode --- */
.works-slider .works-card {
  transition: transform 0.4s cubic-bezier(.4, 2, .6, 1), box-shadow 0.4s;
  opacity: 0.7;
  transform: scale(0.85);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  border-radius: 32px;
  overflow: hidden;
  min-height: 340px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}

.works-slider .slick-center>.works-card {
  opacity: 1;
  transform: scale(1.08);
  z-index: 2;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.18);
}

.works-slider .slick-slide {
  padding: 0 12px;
}

.works-slider .works-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.works-slider .works-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 2;
}

.works-slider .works-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 24px 18px 18px 18px;
  text-align: left;
}

.works-slider .works-card-title {
  font-size: 20px !important;
  color: #fff !important;
  margin-bottom: 8px !important;
  text-align: left;
  letter-spacing: 0.01em;
}

.works-slider .works-card-desc {
  font-size: 12px !important;
  color: #fff !important;
  margin-bottom: 0 !important;
  line-height: 1.4;
}

.works-slider .slick-center .works-card-title {
  font-size: 2rem !important;
}

.works-slider .slick-center .works-card-desc {
  font-size: 1.1rem !important;
}

.works-slider .slick-arrow {
  background: #fff !important;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);
  z-index: 10;
}

.works-slider .slick-arrow:before {
  color: #4ea6ff;
  font-size: 28px;
}

.works-slider .slick-dots {
  bottom: -36px;
}

@media (max-width: 991px) {
  .works-slider .slick-arrow {
    display: none !important;
  }

  .works-slider .works-card {
    min-height: 220px;
  }

  .works-slider .slick-center .works-card-title {
    font-size: 1.2rem !important;
  }

  .works-slider .slick-center .works-card-desc {
    font-size: 1rem !important;
  }
}





/* Navbar Section  */

@media (max-width: 767px) {
  .navbar-content {
    margin-top: 80px !important;
  }
}

@media (min-width: 768px) {
  .hanbruger-content {
    margin-top: -46px !important;
  }
}
@media (max-width: 768px) {
  .hanbruger-content {
    margin-top: 20px !important;
    background-color: #2d2c2c !important;
    padding: 20px !important;
  }
}

 @media (max-width: 991.98px) {
        .banner-bg {
          height: 481px !important;
          min-height: 300px !important;
        }
        .banner-bg .row {
          height: 400px !important;
          min-height: 300px !important;
        }
        .hero-title {
          font-size: 1.5rem !important;
        }
        .hero-subtext {
          font-size: 0.95rem !important;
        }
      }
      @media (max-width: 575.98px) {
        .banner-bg {
          height: 550px !important;
          min-height: 220px !important;
          padding-top: 30px;
          padding-bottom: 30px;
        }
        .banner-bg .row {
          height: 320px !important;
          min-height: 220px !important;
        }
        .hero-title {
          font-size: 1.1rem !important;
        }
        .hero-subtext {
          font-size: 0.85rem !important;
        }
        .btn-square {
          padding-left: 1.5rem !important;
          padding-right: 1.5rem !important;
          font-size: 0.95rem !important;
        }
      }



      .banner-bg-slider {
  height: 656px;
  position: relative;
  overflow: hidden;
  color: white;
}

.background-slides {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}

.bg-slide {
   position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}

.bg-slide.active {
  opacity: 1;
  z-index: 2;
}

.content-layer {
  position: relative;
  z-index: 3;
}


.slide-dots .dot {
  width: 12px;
  height: 12px;
  background: rgba(255,255,255,0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}
.slide-dots .dot.active {
  background: #ffffff;
}



/* brand we have work with */

.brand-track {
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* Hide scrollbar on WebKit (Chrome, Safari) */
.brand-track::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar on Firefox */
.brand-track {
  scrollbar-width: none;
}


/* .testimonial-card {
  display: none;
  transition: all 0.3s ease-in-out;
}

.testimonial-card.active {
  display: block;
} */

.arrow-btn {
  cursor: pointer;
  font-size: 30px;
  color: #333;
  padding: 10px;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.arrow-btn.active {
  background-color: pink !important;
  color: white; /* Optional: for better contrast */
}







.slick-section{
  padding: 25px;
  text-align: center;
  .slick-container{
    width: 700px;
    margin: 0 auto;
  }
  .slick-wrap{
    margin: 0 -10px;
    .slick-item{
      padding: 0 10px;
      &.slick-center{
        h2{
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          color: #e67e22;
          opacity: 1;
          transform: scale(1.08);
        }
      }
    }
    h2{
      background-color: #f0f0f0;
      padding: 80px 0; 
      text-transform: uppercase;
    }
  }
  /* .slick-dots {
    list-style-type: none;
    margin: 25px 0 0;
    padding: 0;
    li {
      width: auto;
      height: auto;
      display: inline-block;
      padding: 0 5px;
      button{
        width: auto;
        height: auto;
        padding: 10px;
        font-size: 12px;
        color: #666;
        border: none;
        background: #f0f0f0;
        &:before{
          content: none;
        }
      }
      &.slick-active{
        button{
          background: #ccc;
        }
      }
    }
  } */
}





img {
  max-width: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
 


.slider {
  position: relative;
  z-index: 200;
  padding: 0 0px;
  margin: 2rem auto;
  max-width: 1200px;
  width: 100%;
}

/* .slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  border: none;
  background: transparent;

  font-family: monospace;
  font-size: 5rem;
  z-index: 300;
  outline: none;
  color: #d93fa2;
}

.slick-prev {
  left: -50px;
  text-align: left;
}

.slick-next {
  right: -50px;
  text-align: right;
} */



.item.slick-slide {
  width: 400px;
  height: 350px !important;
  transition: transform .4s;
  position: relative; 
}

.slick-slide:after {
  content:'';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  transition: transform .4s;
}

.item.slick-slide {
  transform: scale(0.7)  translate(640px);
}

.item.slick-slide.slick-center + .slick-slide {
  transform: scale(0.8) translate(-250px);
  z-index: 10;
}

.item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
  transform: scale(0.7)  translate(-640px);
  z-index: 5;
}

.item.slick-slide.slick-active {
  transform: scale(0.8) translate(250px);
}

.item.slick-slide.slick-center {
  /* margin: 0 -10%; */
  transform: scale(1);
  z-index: 30;
}

.slick-center:after {
  opacity: 0;
}






/* about-us */

 .about-section {
      padding: 60px 0;
    }
    .about-title {
      font-weight: 700;
    }
    .highlight {
      color: #1e90ff; /* Light blue */
    }
    .btn-pink {
      background-color: #ec008c;
      color: white;
      font-weight: 600;
      padding: 8px 20px;
      border: none;
    }
    .btn-pink:hover {
      background-color: #c00074;
    }
  





.section-title {
      font-weight: 700;
    }

    .highlight {
      color: #1e90ff;
    }

    .check-icon {
      color: #1eeb3b;
      margin-right: 10px;
    }

 

    .text-section {
      padding: 40px 20px;
    }

    .gray-bg {
      background-color: #D5D5D5;
    }
     .contact-heading {
      font-weight: 700;
    }

    .contact-heading .highlight {
      color: #1e90ff;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
      border: 2px solid #ec008c;
      border-radius: 0;
      padding: 12px;
      margin-bottom: 15px;
      font-size: 14px;
      width: 100%;
    }

    .contact-form textarea {
      resize: vertical;
      height: 150px;
    }

    .btn-submit {
      background-color: #ec008c;
      color: white;
      font-weight: bold;
      padding: 8px 25px;
      border: none;
      transition: background-color 0.3s;
    }

    .btn-submit:hover {
      background-color: #c00074;
    }

    .contact-section {
      padding: 30px 30px;
    }

    .contact-img {
      max-width: 100%;
      border-radius: 4px;
    }

    .contact-left-text {
      font-size: 14px;
      margin-top: 10px;
      color: #333;
    }


    .side-content{
      /* font-family: Rubik; */
      font-weight: 600;
      font-size: 15px;
      line-height: 100%;
      letter-spacing: 0%;

          }


          /* grid use image */

      .image-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
      }

      .full-width img {
        width: 100%;
        height: auto;
        object-fit: cover;
      }

      .half-widths {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
      }

      .half-widths img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 0.375rem;
      }

      .sarvictext-size{
        font-family: Poppins;
        font-weight: 400;
        font-size: 16px;

      }


/* Brand Appart section */
.highlight-text {
      color: #3498ff;
      font-weight: 700;
    }
    .cta-button {
      background-color: #f0047f;
      color: #fff;
      font-weight: 600;
      border: none;
      padding: 10px 20px;
      border-radius: 5px;
    }
    .feature-box {
      padding: 20px 0;
    }
    .feature-icon {
      font-size: 24px;
      margin-right: 10px;
      color: #000;
    }
    .feature-divider {
      border-top: 1px solid #ccc;
    }


   
    .cta-button {
      background-color: #f0047f;
      color: #fff;
      font-weight: 600;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
    }

    .step-card {
      background-color: #d6ecff;
      border-left: 4px solid transparent;
      padding: 20px;
      height: 100%;
    }

    .step-number {
      display: inline-block;
      background-color: #ffffff;
      color: #000;
      font-weight: 600;
      padding: 4px 12px;
      border-radius: 4px;
      margin-bottom: 10px;
      border: 2px solid #3498ff;
    }

    .step-title {
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 8px;
      color: #000;
    }

    @media (max-width: 768px) {
      .step-card {
        margin-bottom: 15px;
      }
    }












      .highlight {
      color: #4aaeff;
      font-weight: 700;
    }

    .form-wrapper {
      border-left: 5px solid transparent;
      padding: 0 1rem;
    }

    .custom-input {
      border: none;
      border-bottom: 2px solid #f0047f;
      border-radius: 0;
      margin-bottom: 20px;
      padding: 10px 5px;
      font-size: 14px;
    }

    .custom-input:focus {
      box-shadow: none;
      border-color: #f0047f;
    }

    .submit-btn {
      background-color: #f0047f;
      color: #fff;
      font-weight: 600;
      padding: 8px 20px;
      border: none;
      border-radius: 2px;
    }

    .form-container {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .image-wrapper img {
      width: 100%;
      height: auto;
      border-radius: 6px;
    }

    @media (max-width: 768px) {
      .form-container {
        margin-top: 30px;
      }
    }



    .blog-img-wrapper {
  position: relative;
}

.blog-overlay {
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}


.social-icons i {
  font-size: 26px; /* or any size you prefer */
}

.footer-content{
  color: #fff;
}
.footer-content:hover {
  color: var(--green-action) !important;
}


.about-us-section{
  margin-top: 60px !important;
}

.our-service-section{
  margin-top: 60px !important;
}

.brands-section{
  margin-top: 60px !important;
}

.works-section{
  margin-top: 60px !important;
}
.testimonials-section{
  margin-top: 60px !important;
}
.blogs-section{
  margin-top: 60px !important;
}
.footer-section{
  margin-top: 20px !important;
}



/* Container */
.services-dropdown {
  position: relative;
}

/* Dropdown menu (hidden by default) */
.services-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  background-color: white;
  border: 1px solid #eee;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 1000;
   border-bottom: var(--pink-primary) 2px solid;
}

/* Show on hover */
.services-dropdown:hover .services-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}


/* Dropdown item styling */
.services-menu .dropdown-item {
  padding: 8px 12px;
  font-size: 14px;
  color: #333;
  white-space: normal;
 
}

.services-menu .dropdown-item:hover {
  background-color: #fff;
  color: #89c078;
   /* border-bottom: var(--pink-primary) 1px solid; */
   cursor: pointer;

}




.contact-img2 {
  max-width: 100%;
  height: auto;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
}
