
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Libertinus+Serif:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

body{
  /*font-family: "Libertinus Serif", serif;*/
   font-family: "DM Sans", sans-serif;
   font-size:16px!important;
}


h1 ,h2,h3,h4,h5,h6{
  font-family: "Libertinus Serif", serif;
}

p{
  /*font-family: "Libertinus Serif", serif;*/
   font-family: "DM Sans", sans-serif;
}

button{
     font-family: "DM Sans", sans-serif!important;
}

a{
     font-family: "DM Sans", sans-serif!important;
}

ul li span{
    font-family: "DM Sans", sans-serif!important;
}

.font-bold {
    font-weight: 700;
    color: #F7A31B;
}


.whyus img{
    width:50px!important;
}

.material-symbols-outlined {
     font-family: 'Material Symbols Outlined'!important;
    }
.cta-btn{
     font-family: "DM Sans", sans-serif;
}
.dropdown-link {
  display: block;
  padding: 10px 20px;
  transition: all 0.25s ease;
}

.dropdown-link:hover {
  background: #f7f5f2;
  color: #6d1f60;
  padding-left: 26px;
}


.parallax {
  will-change: transform;
}

.footer-parallax-inner {
  will-change: transform;
  transition: transform 0.1s linear;
}


.process-heading h2{
  font-size: 48px;
}

.process-title{
  font-size: 20px!important;
  line-height:20px!important;
}


.why-headnig h2{
  font-size: 48px;
}


        /* Button base */
.cta-btn {
  position: relative;
  cursor: pointer;
  transition: color 0.35s ease;
}

/* Radial background spread */
.cta-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  transform: translateX(-50%) scale(0);
  transition: transform 0.65s cubic-bezier(.22,1,.36,1);
  z-index: 0;
}

/* Expand from bottom center */
.cta-btn:hover::before {
  transform: translateX(-50%) scale(28);
}

/* Text wrapper */
.cta-text-wrap {
  position: relative;
  height: 1.2em;
  overflow: hidden;
  display: block;
}

/* Text base */
.cta-text {
  display: block;
  transition:
    transform 0.45s cubic-bezier(.22,1.2,.36,1),
    color 0.35s ease;
}

/* First text */
.cta-text-main {
  transform: translateY(0);
}

/* Second text hidden below */
.cta-text-hover {
  position: absolute;
  left: 0;
  top: 100%;
  color: #6d1f60;
}

/* Slide animation */
.cta-btn:hover .cta-text-main {
  transform: translateY(-100%);
}

.cta-btn:hover .cta-text-hover {
  transform: translateY(-100%);
}



.cta-btn:hover .cta-text2 {
  transform: translateY(-2px);
  color: #6d1f60;
  font-weight: 600;
}


/* Button base */
.cta-btn {
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

/* Radial background spread from bottom-center */
.cta-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  transform: translateX(-50%) scale(0);
  transition: transform 0.7s cubic-bezier(.22,1,.36,1);
  z-index: 0;
}

/* Expand background */
.cta-btn:hover::before {
  transform: translateX(-50%) scale(28);
}

/* Text wrapper */
.cta-text-wrap {
  position: relative;
  height: 1.4em;
  overflow: hidden;
}

/* Text base */
.cta-text {
  transition:
    transform 0.5s cubic-bezier(.22,1.2,.36,1),
    color 0.4s ease;
  white-space: nowrap;
}

/* Default state */
.cta-text-main {
  transform: translateY(0);
}

/* Hover text below */
.cta-text-hover {
  position: absolute;
  left: 0;
  top: 100%;
  color: #F7A31B;
}

/* Slide bottom → top */
.cta-btn:hover .cta-text-main {
  transform: translateY(-100%);
}

.cta-btn:hover .cta-text-hover {
  transform: translateY(-100%);
}


.hero-alt {
  display: flex;
  align-items: center;
  padding: 80px 8%;
  gap:100px
/*  background: linear-gradient(120deg, #f7f3ef 60%, #1e2a3a 40%);*/
}

.hero-text {
  width: 50%;
}

.hero-tag {
  color: #c08a2d;
  font-weight: 600;
  letter-spacing: 1px;
}

.hero-text h1 {
  font-size: 50px;
  line-height:45px;
  margin: 20px 0;
}


.hero-text h1 span {
  color: #F7A31B;
}


.hero-images{
  width: 30%;
}

.hero-images img{
  border-radius: 20px!important;
}

.hero-usps {
  display: flex;
  gap: 25px;
  margin: 25px 0;
}

.hero-usps div {
  text-align: center;
}

.hero-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #6b245f;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
}


 .usp-section {
  background: #FAF3E7;
  padding: 80px 20px;
  border-radius: 40px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
   font-size: 48px;
  line-height:45px;
  color: #333;
  margin-bottom: 10px;
}


.section-title span {
  color: #F7A31B;
  margin-bottom: 10px;
}
.section-title p {
  color: #6B5E54;
  font-size: 16px;
}

.usp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}


/*.usp-grid {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(2, 1fr);*/
/*  gap: 15px;*/
/*}*/

@media (min-width: 768px) {
  .usp-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
  }
}


@media (max-width: 767px) {

  .usp-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:10px;
    width:100%;
  }

  .usp-card{
    width:100%;
    min-width:0;
    padding:15px 10px;
    box-sizing:border-box;
  }

  .usp-card h3{
    font-size:14px;
    line-height:1.4;
  }

  .usp-card p{
    display:none;
  }

  .usp-icon img{
    max-width:40px;
    height:auto;
  }
  
  .usp-number {
  
    font-size: 25px!important;
    
}

}

.usp-card {
  background: #FFFFFF;
  padding: 35px 25px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}



.usp-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}


/* BIG NUMBER */
.usp-number{
  display:block;
  font-size:45px;
  line-height:1;
  font-weight:800;
  color:#6d1f60;
  margin-bottom:12px;
}


.usp-icon {
/*  font-size: 40px;*/
/*  margin-bottom: 20px;*/
/*  text-align: center;*/
}


.usp-card .usp-icon {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  position: relative;
   margin:auto;
   margin-bottom: 20px;
}

/*.usp-card .usp-icon::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  border-radius: 50%;*/
/*  animation: pulseRing 1.8s infinite;*/
/*  background: rgba(109,31,96,0.5);*/
/*}*/

/*@keyframes pulseRing {*/
/*  0% {*/
/*    transform: scale(1);*/
/*    opacity: 0.9;*/
/*  }*/
/*  70% {*/
/*    transform: scale(2.2);*/
/*    opacity: 0;*/
/*  }*/
/*  100% {*/
/*    opacity: 0;*/
/*  }*/
/*}*/

.usp-icon img{

    width:60px;
    text-align: center;
   
}

.usp-card h3 {
  font-size: 20px;
  color: #F7A31B;
  font-weight: bold;
  margin-bottom: 10px;
}

.usp-card p {
  font-size: 16px;
  color: #6B5E54;
  line-height: 1.6;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    
    
    .blog-content p {
  
    display: none;
}

  .section-title h2 {
    font-size: 36px!important;
    line-height: 40px!important;
  }
  
  .faq-header h2{
      font-size:36px!important;
      line-height: 40px!important;
  }


  .process-heading h2 {
    font-size: 36px!important;
    line-height: 40px!important;
}

}

/* USP initially hidden inside hero */
.usp-section {
  position: relative;
  z-index: 30;
  margin-top: -120px;
  padding: 90px 20px;

  transform: translateY(160px);
  opacity: 0;

  transition:
    transform 1s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.8s ease;
}

/* When revealed */
.usp-section.is-visible {
  transform: translateY(0);
  opacity: 1;
}

/* Hero image */
.hero-bg {
  transform: scale(1.1);
  will-change: transform;
}


/* Header hide / show */
.header-hide {
  transform: translateY(-100%);
}

header {
  transition: transform 0.4s ease;
  will-change: transform;
}



.footer-parallax-wrapper {
  position: relative;
  z-index: 10;

  transform: translateY(180px); /* hidden inside bottom */
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.footer-parallax-wrapper.is-visible {
  transform: translateY(0);
}




/*.blueprint-section {*/
/*  padding: 100px 8%;*/
/*  background: #faf3e7;*/
/*  color: #eaf4ff;*/
/* font-family: "Libertinus Serif", serif;*/
/*  position: relative;*/
/*}*/

/*.blueprint-section::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  background-image:*/
/*    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),*/
/*    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);*/

/*        background-image: linear-gradient(rgb(250 243 231) 1px, transparent 1px), linear-gradient(90deg, rgb(250 243 231 / 90%) 1px, #faf3e7 1px);*/

/*  background-size: 40px 40px;*/
/*}*/

/*.blueprint-header {*/
/*  max-width: 480px;*/
/*  margin-bottom: 60px;*/
/*}*/

/*.blueprint-header h2 {*/
/*  font-size: 50px;*/
/*  line-height:45px;*/
/*  color:#000;*/
/*}*/


/*.blueprint-header span {*/
/*  color: #F7A31B;*/
/*}*/

/*.blueprint-header p {*/
/*  opacity: 0.85;*/
/*  color:#000;*/
/*}*/

/*.blueprint-grid {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(3, 1fr);*/
/*  gap: 40px;*/
/*  position: relative;*/
/*  z-index: 2;*/
/*}*/

/* Tablets (≤ 1024px) */
/*@media (max-width: 1024px) {*/
/*  .blueprint-grid {*/
/*    grid-template-columns: repeat(2, 1fr);*/
/*    gap: 30px;*/
/*  }*/
/*}*/

/* Mobile (≤ 768px) */
/*@media (max-width: 768px) {*/
/*  .blueprint-grid {*/
/*    grid-template-columns: 1fr;*/
/*    gap: 24px;*/
/*  }*/
/*}*/

/* Small mobile (≤ 480px) */
/*@media (max-width: 480px) {*/
/*  .blueprint-grid {*/
/*    gap: 20px;*/
/*  }*/
/*}*/

/*.blueprint-box {*/
/*  border: 1px solid rgba(109,31,96,1);*/
/*  padding: 30px;*/
/*  position: relative;*/
/*}*/

/*.blueprint-box .label {*/
/*  position: absolute;*/
/*  top: -15px;*/
/*  left: -15px;*/
/*  background: #F7A31B;*/
/*  color: #000;*/
/*  padding: 6px 10px;*/
/*  font-weight: 700;*/
/*}*/

/*.blueprint-box h3 {*/
/*  margin-bottom: 10px;*/
/*      color: #f7a31b;*/
/*    font-size: 25px;*/
/*}*/


/*.blueprint-box img{*/
/*  width: 60px;*/
/*}*/


/*.blueprint-box p {*/
/*  color:#000;*/
/*}*/


/* Base button */
/*.blueprint-box a.cta-btn {*/
/*  display: inline-flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/

/*  background: #6d1f60;*/
/*  border: 1px solid #6d1f60;*/
/*  padding: 8px 18px;*/
/*  border-radius: 10px;*/
/*  margin-top: 15px;*/

/*  color: #fff;*/
/*  font-weight: 600;*/
/*  text-decoration: none;*/

/*  position: relative;*/
/*  overflow: hidden;*/
/*}*/

/* Radial background spread */
/*.blueprint-box a.cta-btn::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  bottom: -4px;*/
/*  width: 22px;*/
/*  height: 22px;*/
/*  background: #fff;*/
/*  border-radius: 50%;*/
/*  transform: translateX(-50%) scale(0);*/
/*  transition: transform 0.9s cubic-bezier(.16,1,.3,1);*/
/*  z-index: 0;*/
/*}*/

/*.blueprint-box a.cta-btn:hover::before {*/
/*  transform: translateX(-50%) scale(26);*/
/*}*/

/* Text wrapper */
/*.blueprint-box .cta-text-wrap {*/
/*  position: relative;*/
/*  height: 1.4em;*/
/*  overflow: hidden;*/
/*  z-index: 1;*/
/*}*/

/* Text layers */
/*.blueprint-box .cta-text {*/
/*  display: block;*/
/*  transition: transform 0.55s cubic-bezier(.22,1.2,.36,1),*/
/*              color 0.35s ease;*/
/*  white-space: nowrap;*/
/*}*/

/* Default text */
/*.blueprint-box .cta-text-main {*/
/*  transform: translateY(0);*/
/*}*/

/* Hover text starts below */
/*.blueprint-box .cta-text-hover {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 100%;*/
/*  color: #6d1f60;*/
/*  font-weight: 600;*/
/*}*/

/* Slide animation */
/*.blueprint-box a.cta-btn:hover .cta-text-main {*/
/*  transform: translateY(-100%);*/
/*}*/

/*.blueprint-box a.cta-btn:hover .cta-text-hover {*/
/*  transform: translateY(-100%);*/
/*}*/


/* ================= BLUEPRINT SECTION ================= */

.blueprint-section {
  padding: 60px 8%;
  background: #faf3e7;
  font-family: "Libertinus Serif", serif;
}

.blueprint-header h2 {
  font-size: 48px;
  color: #3b2b24;
/*  margin-bottom: 12px;*/
}

.blueprint-header h2 span {
  color: #F7A31B;
}

.blueprint-header p {
  font-size: 17px;
  color: #6b5e55;
}

/* ================= GRID ================= */

.blueprint-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-top: 70px;
}

/* ================= CARD ================= */

.blueprint-box {
  background: #fffaf2;
  border-radius: 28px;
  padding: 42px 36px;
  position: relative;
  box-shadow: 0 20px 40px rgba(0,0,0,0.04);
  transition: all 0.4s ease;
}

.blueprint-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(0,0,0,0.07);
}

/* ================= NUMBER ================= */

.blueprint-box .label {
  position: absolute;
  top: 26px;
  right: 28px;
  font-size: 44px;
  font-weight: 600;
  color: rgba(109, 31, 96, 0.12);
}

/* ================= TITLE ================= */

.title-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.title-row .icon {
  width: 42px;
  opacity: 0.85;
}

.title-row h3 {
  font-size: 20px;
  color: #3b2b24;
}

.blueprint-box p {
  color: #6b5e55;
  margin-bottom: 28px;
  font-size: 16px;
}

/* ================= CTA ================= */

.blueprint-box .cta-btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.blueprint-box .cta-btn .cta-text-wrap {
  position: relative;
  display: inline-block;
}

.blueprint-box .cta-btn .cta-text {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #F7A31B;
  transition: transform 0.35s ease;
}

.blueprint-box .cta-btn .cta-text-hover {
  position: absolute;
  left: 0;
   color: #6d1f60;
  top: 100%;
}

.blueprint-box .cta-btn:hover .cta-text-main {
  transform: translateY(-100%);
}

.blueprint-box .cta-btn:hover .cta-text-hover {
  transform: translateY(-100%);
}



/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
  .blueprint-grid {
    grid-template-columns: 1fr;
  }

  .blueprint-box {
    padding: 36px;
  }

  /*.blueprint-header h2 {*/
  /*  font-size: 36px;*/
  /*}*/
}

.slide-link {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
}

/* wrapper */
.text-wrap {
  position: relative;
  display: inline-block;
  height: 1.2em;
}

/* both texts */
.text {
  display: block;
  transition: transform 0.5s cubic-bezier(.22,1,.36,1),
              color 0.35s ease;
}

/* default visible */
.text-default {
  transform: translateY(0);
  color: #6d1f60;
}

/* hidden below */
.text-hover {
  position: absolute;
  left: 0;
  top: 100%;
  color: #F7A31B;
}


/* default visible */
.project-btn .text-default {
  transform: translateY(0);
  color: #F7A31B;
}

/* hidden below */
.project-btn .text-hover {
  position: absolute;
  left: 0;
  top: 100%;
  color: #6d1f60;
}
/* hover animation */
.slide-link:hover .text-default {
  transform: translateY(-100%) 
}

.slide-link:hover .text-hover {
  transform: translateY(-100%) 
}


.scale {
  position: absolute;
  bottom: 30px;
  right: 8%;
  font-size: 12px;
  opacity: 0.6;
}


.blog-section {
  padding: 60px 8%;
  background: #ffffff;
}

.blog-header h2 {
  font-size: 48px;
  line-height:45px;
  color: #000;

}

.blog-header h2 span {
  color: #F7A31B;
}

.blog-header p {
  margin-top: 8px;
  color: #6f6a63;
}

.blog-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  margin-top: 60px;
}

/* Tablet (≤ 1024px) */
@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: 1.5fr 1fr;
    gap: 30px;
  }
}

/* Mobile (≤ 768px) */
@media (max-width: 768px) {
    
    .blueprint-header h2 {
    font-size: 36px!important;
    line-height: 40px;
  }
    
    .blog-header h2{
        font-size:36px!important;
         line-height: 40px;
    }
    
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 40px;
  }
}

/* Small mobile (≤ 480px) */
@media (max-width: 480px) {
  .blog-grid {
    gap: 24px;
    margin-top: 30px;
  }
}

.blog-card {
  background: #f6f1e9;
  border-radius: 24px;
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured .blog-img {
  height: 340px;
}

.small .blog-img {
  height: 160px;
}

.blog-content {
  padding: 26px;
}

.tag {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #c6a15b;
}

.blog-content h3 {
  font-size: 20px;
  margin: 12px 0;
}

.blog-content h4 {
  font-size: 20px;
  margin: 10px 0;
}

.blog-content p {
  color: #6f6a63;
}

.blog-content a {
  display: inline-block;
  margin-top: 12px;
  font-weight: 600;
  color: #6b4a1f;
  text-decoration: none;
}

.blog-side {
  display: flex;
  flex-direction: column;
  gap: 30px;
}


.faq-section {
  padding: 60px 8%;
  background: #ffffff;
}

.faq-header h2 {
   font-size: 48px;
  line-height:45px;
  color: #000;
}

.faq-header h2 span {
  color: #F7A31B;
}

.faq-header p {
  color: #6f6a63;
  margin-top: 8px;
}

.faq-list {
/*  max-width: 900px;*/
  margin-top: 60px;
}

.faq-item {
  background: #f6f1e9;
  border-radius: 18px;
  margin-bottom: 18px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 22px 26px;
  font-size: 18px;
  font-weight: 600;
  color: #2c2c2c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question .icon {
  font-size: 26px;
  color: #6d1f60;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer p {
  padding: 0 26px 22px;
  color: #6f6a63;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-item.active .faq-question .icon {
  transform: rotate(45deg);
}


/* Base button */
.cta-btn-purple {
  position: relative;
  cursor: pointer;
  padding: 0px;
}

/* Radial background spread */
.cta-btn-purple::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 20px;
  height: 20px;
  background: #6d1f60;
  border-radius: 50%;
  transform: translateX(-50%) scale(0);
  transition: transform 0.7s cubic-bezier(.22,1,.36,1);
  z-index: 0;
}

/* Expand from bottom center */
.cta-btn-purple:hover::before {
  transform: translateX(-50%) scale(26);
}

/* Text wrapper */
.cta-text-wrap {
  position: relative;
  height: 1.3em;
  overflow: hidden;
}

/* Text animation */
.cta-text-main,
.cta-text-hover {
  transition: transform 0.45s cubic-bezier(.22,1.2,.36,1),
              color 0.35s ease;
  white-space: nowrap;
}

/* Default text */
.cta-text-main {
  transform: translateY(0);
}

/* Hover text (below) */
.cta-btn-purple .cta-text-hover {
  position: absolute;
  left: 0;
  top: 100%;
  color: #6d1f60;
  font-weight: 600;
}

/* Slide effect */
.cta-btn-purple:hover .cta-text-main {
  transform: translateY(-100%);
}

.cta-btn-purple:hover .cta-text-hover {
  transform: translateY(-100%);
}


/* Text wrapper */
.text-wrap {
  position: relative;
  height: 1.2em;
  overflow: hidden;
  z-index: 1;
}

/* Default text */
.cta-text3 {
  display: block;
  color: #6d1f60;
  transform: translateY(-4px);
  transition: transform 0.45s cubic-bezier(.22,1.2,.36,1);
}

/* Hover text (hidden below) */
.cta-text4 {
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  color: #fff;
  font-weight: 600;
  transition: transform 0.45s cubic-bezier(.22,1.2,.36,1);
}

/* Slide bottom → top */
.cta-btn-purple:hover .cta-text3 {
  transform: translateY(-100%);
}

.cta-btn-purple:hover .cta-text4 {
  transform: translateY(-100%);
}

/* Dark mode */
.dark .cta-btn-purple {
  border-color: #fff;
}

.dark .cta-btn-purple::before {
  background: #fff;
}

.dark .cta-btn-purple .cta-text3 {
  color: #fff;
}

.dark .cta-btn-purple .cta-text4 {
  color: #181611;
}



.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  font-size: 16px;
  font-weight: 500;

  color: #181611;
  text-decoration: none;
  border-bottom: 1px solid #181611;
  padding-bottom: 4px;

  transition: gap 0.35s ease;
}

/* Increase gap slightly on hover */
.text-link:hover {
  gap: 18px;
}

/* Text wrapper */
.text-link-wrap {
  position: relative;
  height: 1.4em;
  overflow: hidden;
}

/* Text layers */
.text-link-wrap span {
  display: block;
  transition: transform 0.5s cubic-bezier(.22,1.2,.36,1);
}

/* Hover text starts below */
.text-link-hover {
  position: absolute;
  left: 0;
  top: 100%;
  color: #6d1f60;
}

/* Slide animation */
.text-link:hover .text-link-main {
  transform: translateY(-100%);
}

.text-link:hover .text-link-hover {
  transform: translateY(-100%);
}

/* Arrow movement */
.arrow {
  display: inline-block;
  transition: transform 0.35s ease;
}

.text-link:hover .arrow {
  transform: translateX(6px);
}


/* Base button */
.cta-btn-purple2 {
  position: relative;
  overflow: hidden;
  transition: color 0.35s ease;
}

/* Radial white background */
.cta-btn-purple2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  transform: translateX(-50%) scale(0);
  transition: transform 0.9s cubic-bezier(.16,1,.3,1);
  z-index: 0;
}

/* Expand from bottom center */
.cta-btn-purple2:hover::before {
  transform: translateX(-50%) scale(28);
}

/* Text wrapper */
.cta-text-wrap {
  position: relative;
  height: 1.4em;
  overflow: hidden;
}

/* Text layers */
.cta-text-main,
.cta-text-hover {
  transition: transform 0.55s cubic-bezier(.22,1.2,.36,1),
              color 0.35s ease;
  white-space: nowrap;
}

/* Hover text starts below */
.cta-btn-purple2 .cta-text-hover {
  position: absolute;
  left: 0;
  top: 100%;
  color: #6d1f60;
  font-weight: 700;
}

/* Slide animation */
.cta-btn-purple2:hover .cta-text-main {
  transform: translateY(-100%);
}

.cta-btn-purple2:hover .cta-text-hover {
  transform: translateY(-100%);
}

/* Text color switch */
.cta-btn-purple2:hover {
  color: #6d1f60;
}

/*footer*/
.hh-footer {
  background: #ffffff;
  color: #1f2933;
  font-family: "Inter", sans-serif;
}

/* USP STRIP */
.hh-footer-usp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 60px 8%;
  border-bottom: 1px solid #e5e7eb;
}

.usp-item {
  background: #faf3e7;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
}

.usp-item h4 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #111827;
}

.usp-item p {
  font-size: 16px;
  color: #4b5563;
}

/* MAIN FOOTER */
.hh-footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.3fr;
  gap: 40px;
  padding: 70px 8%;
}

.footer-logo {
  width: 160px;
  margin-bottom: 18px;
}

.footer-col p {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.7;
}

.footer-col h5 {
  font-size: 20px;
  margin-bottom: 16px;
  color: #6d1f60;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #374151;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
   font-family: "DM Sans", sans-serif!important;
}

.footer-col ul li{
    font-family: "DM Sans", sans-serif!important;
}

.footer-col ul li a:hover {
  color: #f7a31b;
}

/* SOCIAL */
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #F7A31B;
  transition: all 0.3s;
  border:1px solid #F7A31B;
}

.footer-social a:hover {
  background: #f7a31b;
  color: #ffffff;
}

/* CTA */
.footer-cta {
  display: inline-block;
  margin-top: 16px;
  padding: 12px 22px;
  background: #6d1f60;
  color: #ffffff;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
}

/* BOTTOM */
.hh-footer-bottom {
  text-align: center;
  padding: 18px;
  font-size: 13px;
  color: #6b7280;
  border-top: 1px solid #e5e7eb;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    
    .blog-header h2{
        font-size:36px!important;
    }
  .hh-footer-usp {
    grid-template-columns: 1fr;
  }

  .hh-footer-main {
    grid-template-columns: 1fr;
  }
}



