@import url("font.css");


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
  scroll-behavior: smooth;
    background-image: url(../content/images/hd-hero-background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
body::-webkit-scrollbar {
  width: 3px; /* Change this value to adjust the width */
}
body::-webkit-scrollbar-track {
  background: #033824 !important; /* Change this value to set the track color */
}
body::-webkit-scrollbar-thumb {
  background: #021910; /* Change this value to set the handle color */
  border-radius: 20px;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 112.328, 0, 1);
}
.mobile{
    display: none !important;
}


/* header start */

.hd-header{
position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 8vh;
    display: flex
;
    padding: 0 1.5%;
    align-items: center;
    justify-content: space-between;
}
.hd-header-logo{
height: 85%;
    width: 5%;
    margin: 2vh 0 0;
    cursor: pointer;
}
.hd-header-logo svg{
        height: 100%;
    width: 100%;
}
.hd-header-nav{
     background: #f9ebff;
    height: 100%;
     border-radius: 0 0 15px 15px;
    box-shadow: 0px 4px 7px #c271d233;
}
.hd-header-nav ul{
        list-style: none;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 6vh;
    gap: 7vh;
    text-decoration: none;
}
.hd-header-nav ul li a{
text-decoration: none;
    text-transform: uppercase;
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    font-size: 0.75vw;
    letter-spacing: 1px;
    color: #313131;
}
.hd-header-talk ul{
        list-style: none;
}
.hd-header-talk ul li a{
    text-decoration: none;
    text-transform: uppercase;
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    font-size: 0.85vw;
    letter-spacing: 1px;
    color: #8f1a85;
    list-style: none;
    position: relative;
    display: flex
;
    align-items: center;
    line-height: normal;
    gap: 1vh;
}
.hd-header-talk ul li a svg{
        height: 2.8vh;
    width: auto;
    position: relative;
}
.hd-header-talk ul li a svg path{
        fill: #8f1a85;

}
    .hd-header-talk ul li a:after {
 content: "";
    position: absolute;
    width: 15%;
    top: -10%;
    left: 3%;
    height: 80%;
    border-radius: 50%;
    background: rgb(143 26 133 / 54%);
    z-index: -1;
    animation: pulse 1.5s infinite;
    }
@keyframes pulse {
  0% { transform: scale(1); opacity: 0.5; }
  100% { transform: scale(1.8); opacity: 0; }
}
/* header end */


/* hd-hero-setion start */

.hd-hero-section{
height: 100vh;
    width: 100%;
    padding: 30vh 2% 0;
  
}   
.hd-hero-section spline-viewer{
    position: absolute;
        top: 0;
    left: 0;
    /* z-index: 1;   */
}
.hd-hero-section h2{
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    font-size: 13.5vw;
    text-transform: uppercase;
    color: #242424;
    position: relative;
}
.hd-hero-section h2 span{
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    font-size: 0.75vw;
    position: absolute;
    left: 0.7%;
    top: 4%;
    letter-spacing: 1px;
    word-spacing: 1px;
    color: #8f1a85;
}
.hd-hero-section h2.digi{
        float: right;
    margin: -8vh 0 0px;
    font-size: 13vw;
}
.hd-hero-section h2.digi span{
    top: auto;
    bottom: 8%;
    right: 1.5%;
    left: auto;
}
.hero-info{
    float: left;
        position: relative;
    width: 40%;
}

.hero-info p{
    font-family: "neue-haas-grotesk-display";
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.8vw;
    color: #212121;
    width: 100%;
    padding: 2% 0 2.5% 3%;
    line-height: 1.5;
}
.hero-info p span{
    color: #8f1a85;
    font-weight: 600;
}
.hero-info p svg {
    position: absolute;
    height: 10%;
    width: auto;
}
.hero-info p svg.genesis-hero--svg-left {
transform: rotate(-180deg);
    bottom: -13%;
    left: -2.3%;

}
.hero-info p svg.genesis-hero--svg-right {
    top: -10%;
    right: -2%;
}
.hero-info p svg path {
    fill: #ca44be;
}

.hd-hero-btn svg{
    height: 2vh;
        width: auto;
}
.hd-hero-btn {
align-items: center;
    border-radius: 0;
    color: #8f1a85;
    display: flex;
    font-family: "neue-haas-grotesk-display";
    font-weight: 700;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    margin: 3vh 3% 2vh;
    background: #f9ebffb0;
    width: fit-content;
    border-radius: 4px;
    font-size: 0.75vw;
    padding: 2.2vh 5vh;
    text-decoration: none;
}
.hd-hero-btn:before {
    content: "";
}
.hd-hero-btn span:first-child {
    -webkit-animation: animate1 2s linear infinite;
    animation: animate1 2s linear infinite;
    background: linear-gradient(to right, rgba(12, 0, 43, 0), #8f1a85);
    height: .1470588235vw;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@keyframes animate1 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.hd-hero-btn span:nth-child(2) {
    -webkit-animation: animate2 2s linear infinite;
    animation: animate2 2s linear infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background: linear-gradient(to bottom, rgba(12, 0, 43, 0), #8f1a85);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: .1470588235vw;
}

@keyframes animate2 {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.hd-hero-btn span:nth-child(3) {
    -webkit-animation: animate3 2s linear infinite;
    animation: animate3 2s linear infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    background: linear-gradient(to left, rgba(12, 0, 43, 0), #8f1a85);
    bottom: 0;
    height: .1470588235vw;
    left: 0;
    position: absolute;
    width: 100%;
}


@keyframes animate3 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}


.hd-hero-btn span:nth-child(4) {
    -webkit-animation: animate4 2s linear infinite;
    animation: animate4 2s linear infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background: linear-gradient(to top, rgba(12, 0, 43, 0), #8f1a85);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: .1470588235vw;
}

@keyframes animate4 {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

/* Stats Wrapper */
.hd-about-left-svg,
.hd-about-left-svg1{
        position: absolute;
    top: 2%;
    right: 3%;
    height: auto;
    width: 6%;
}
.hd-about-left-svg1{
  width: 3%;
    top: 4%;
    right: auto;
    left: 2.5%;
}
.hd-about-left-svg path,
.hd-about-left-svg1 path{
    fill: #8f1a857a;
}
.stats-wrapper {
display: flex
;
    justify-content: end;
    align-items: center;
       gap: 2%;
    flex-wrap: wrap;
    position: absolute;
    bottom: 100%;
    width: fit-content;
    right: 0;
}

/* Stat Card */
.stat-card {
background-color: #f9ebff;
    border-radius: 13px;
    padding: 2vh;
    text-align: center;
    width: 25%;
    height: 20vh;
    transition: all 0.3s ease;
    box-shadow: inset 0px 0 7px #c271d26e;
}

.stat-card:hover {
  transform: translateY(-8px);
  /* box-shadow: 0 0 25px rgba(255, 0, 255, 0.2); */
}

.stat-card h2 {
font-size: 1vw;
    font-weight: 600;
    line-height: 1.3;
    text-align: right;
}

.stat-card h2 span {
  font-size: 2.5rem;
  font-weight: 200;
  color: #8f1a85;
  position: relative;
}

.stat-card p {
font-family: "neue-haas-grotesk-display";
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.55vw;
    color: #212121;
    width: 100%;
    padding: 1vh 0 0;
    line-height: 1.5;
    text-align: right;
        letter-spacing: 1px;
}
/* hd-hero-setion end */



/* ===== Refined Smooth & Fast Entrance Animations ===== */

/* Header quick drop-in */
.hd-header {
  opacity: 0;
  transform: translateY(-25px);
  animation: fadeDown 0.6s ease-out forwards;
  z-index: 999;
}

/* Hero section soft fade-up */
.hd-hero-section {
  opacity: 0;
  transform: translateY(25px);
  animation: fadeSlideUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  animation-delay: 0.2s;
}

/* Hero main headings */
.hd-hero-section h2 {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeSlideUp 0.7s ease-out forwards;
  animation-delay: 0.4s;
}

/* Hero info text */
.hero-info p {
  opacity: 0;
  animation: quickPop1 0.6s ease-out forwards;
  animation-delay: 0.7s;
}

/* CTA Button */
.hd-hero-btn {
  opacity: 0;
  transform: scale(0.97);
  animation: quickPop 0.6s ease-out forwards;
  animation-delay: 0.7s;
}

/* Stat cards quick float-in */
.stat-card {
  opacity: 0;
  transform: translateY(20px) scale(0.98);
  animation: floatIn 0.7s ease-out forwards;
}
.stat-card:nth-child(1) { animation-delay: 0.8s; }
.stat-card:nth-child(2) { animation-delay: 0.9s; }
.stat-card:nth-child(3) { animation-delay: 1s; }

/* ===== Keyframes ===== */
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(25px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-25px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes quickPop {
  0% { opacity: 0; transform: scale(0.95); }
  80% { opacity: 1; transform: scale(1.02); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes quickPop1 {
  0% { opacity: 0;  }
  100% { opacity: 1; }
}
@keyframes floatIn {
  0% { opacity: 0; transform: translateY(20px) scale(0.98); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}




 /* hd-about us start */

 .hd-about-us{
height: 90vh;
    width: 100%;
    display: flex
;
    padding: 10vh 2% 2vh;
 }
.hd-about-left{
height: 100%;
    width: 25%;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    padding: 1vh 0 4vh;
    background: #8f1a8517;
    backdrop-filter: blur(18px);
    border-radius: 12px;
    padding: 2% 2%;
}
.hd-about-left h3{
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    font-size: 1.2vw;
    text-transform: uppercase;
    line-height: 1.3;
}
.hd-about-left h3 span {
    color: #8f1a85;
    font-weight: 600;
}

 .hd-about-left h4{
font-family: "neue-haas-grotesk-display";
    font-size: 0.85vw;
    font-weight: 500;
    width: 100%;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
}
.hd-about-left h4 span {
    color: #8f1a85;
    font-weight: 600;
}


.hd-about-right{
height: 100%;
    width: 75%;
    padding: 0 0% 1.5vh 3%;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
.hd-about-right h2{
    font-family: "neue-haas-grotesk-display";
    font-weight: 500;
    text-transform: capitalize;
    font-size: 2.4vw;
    padding: 0 0 3vh;
    color: #212121;
}
.hd-about-right h2 span {
    color: #8f1a85;
    font-weight: 500;
}
.hd-about-right .hd-about-top h2{
      font-family: "neue-haas-grotesk-display";
    font-weight: 500;
    text-transform: capitalize;
    font-size: 3.2vw;
    color: #212121;
}
.hd-about-right .hd-about-top h2 span {
    color: #8f1a85; 
    font-weight: 500;
}

.hd-about-bottom{
  width: 100%;
  display: flex;
}

 /* hd-about us end */

 /* what we do start */

.hd-ww-do{
    height: 90vh;
    width: 100%;
    display: flex
;
    padding: 10vh 2%;
}


   .hd-carousel-container {
      margin-top: 60px;
      position: relative;
      display: flex;
      align-items: center;
         overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    }

    .hd-carousel {

    display: flex
;
    transition: transform 0.5s 
ease;
    width: 100%;
    }

    .hd-card {
    flex: 0 0 28%;
    background: #f9ebff00;
    color: #fff;
    border-radius: 20px;
    margin: 0 5px;
    padding: 2vh 2%;
    box-sizing: border-box;
    transition: 0.3s;
    min-height: 40vh;
    height: 40vh;
    box-shadow: inset 0px 0 8px 3px #c271d233;
    display: flex
;
    backdrop-filter: blur(8px);
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    }
.hd-card::after{
    content: "";
    position: absolute;
    top: -22%;
    left: -22%;
    height: 20vh;
    width: 20vh;
    background: #d016c13b;
    border-radius: 3rem;
}
    .hd-card.active {
background: #ea9be3ba;
    color: #111;
    /* border: 2px solid #8f1a85; */
    box-shadow: inset 0px 0 7px #c271d26e;
    box-shadow: inset 0px 0 7px #c271d26e;
    }

    .hd-card h3 {
  color: #8f1a93;
    }
.hd-card h3 svg{
        width: 4.5vh;
}
.hd-card-content{
        min-height: 50%;
}
.hd-card-content h4{
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.88vw;
    /* text-transform: uppercase; */
    color: #8f1a85;
    /* word-spacing: 5px; */
    padding: 0 0 1vh 0;
    letter-spacing: 1px;
}
    .hd-card p {
    font-size: 0.95rem;
    line-height: 1.3;
    font-family: "neue-haas-grotesk-display";
    font-size: 0.85vw;
    font-weight: 500;
    width: 100%;
    letter-spacing: 1px;
    /* line-height: 1.5; */
    color: #212121;
    text-transform: capitalize;
    }
.hd-about-left-top-h5{
font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    text-transform: capitalize;
    font-size: 0.95vw;
    /* text-transform: uppercase; */
    color: #8f1a85;
    word-spacing: 5px;
}
.hd-about-left-top-h5 span{
    color: #212121;
    font-weight: 600;
    word-spacing: 0;
    font-size: 0.75vw;
}
    /* ---------- Arrow Buttons ---------- */
    .hd-carousel-buttons {
display: flex
;
    gap: 10px;
    padding: 3vh 0 0;
    }

    .hd-carousel-buttons button {
    background: #ea9be354;
    border: none;
    width: 30%;
    height: 5.5vh;
    border-radius: 8px;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
    display: flex
;
    align-items: center;
    justify-content: center;
    }

    .hd-carousel-buttons button:hover {
      background: #8f1a85;
      color: #fff;
    }


    .hd-about-top-parent {
width: 32%;
    height: 100%;
    perspective: 1000px;
}

.hd-about-top-parent-card {
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(135deg, rgb(143 26 133 / 26%) 0%, rgb(156 26 133 / 64%) 100%);
    transition: all 0.5s 
ease-in-out;
    transform-style: preserve-3d;
    box-shadow: rgb(146 26 133 / 21%) 40px 50px 25px -40px, rgb(143 26 133 / 24%) 0px 25px 25px -5px;
}

.hd-about-top-parent-card-glass {
    transform-style: preserve-3d;
    position: absolute;
    inset: 8px;
    border-radius: 19px;
    border-top-right-radius: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.349) 0%, rgba(255, 255, 255, 0.815) 100%);
    transform: translate3d(0px, 0px, 25px);
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    transition: all 0.5s 
ease-in-out;
}

.hd-about-top-parent-card-content {
    padding: 24vh 10vh 0 7%;
    transform: translate3d(0, 0, 26px);
}
.hd-about-top-parent-card-content h1{
        position: absolute;
    top: 8%;
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    font-size: 3.2vw;
    color: #ce98cb80;
    left: 6%;
}
.hd-about-top-parent-card-content .title {
    display: block;
    color: #8f1a85;
    font-weight: 900;
    font-size: 20px;
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    font-size: 1.2vw;
    text-transform: uppercase;
}

.hd-about-top-parent-card-content .text {
    display: block;
    color: #212121;
    font-size: 15px;
    margin-top: 20px;
    font-family: "neue-haas-grotesk-display";
    font-size: 0.85vw;
    font-weight: 500;
    /* width: 70%; */
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: capitalize;
}

.bottom {
  padding: 10px 12px;
  transform-style: preserve-3d;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translate3d(0, 0, 26px);
}

.bottom .view-more {
  display: flex;
  align-items: center;
  width: 40%;
  justify-content: flex-end;
  transition: all 0.2s ease-in-out;
}

.bottom .view-more:hover {
  transform: translate3d(0, 0, 10px);
}

.bottom .view-more .view-more-button {
  background: none;
  border: none;
  color: #00c37b;
  font-weight: bolder;
  font-size: 12px;
}

.bottom .view-more .svg {
  fill: none;
  stroke: #00c37b;
  stroke-width: 3px;
  max-height: 15px;
}

.bottom .social-buttons-container {
  display: flex;
  gap: 10px;
  transform-style: preserve-3d;
  width: 100%;
}

.bottom .social-buttons-container .social-button {
    width: 100%;
    /* aspect-ratio: 1; */
    padding: 1.2vh 0;
    background-color: #f9ebff;
    border-radius: 5px;
    border: none;
    display: grid
;
color: #8f1a85;
    place-content: center;
    box-shadow: inset 0px 0 7px #c271d26e;
    transition: 0.3s;
    text-transform: uppercase;
    font-family: "neue-haas-grotesk-display";
    font-size: 0.75vw;
    font-weight: 600;
}

.bottom .social-buttons-container .social-button:first-child {
  transition: transform 0.2s ease-in-out 0.4s, box-shadow 0.2s ease-in-out 0.4s, background ease-in-out 0.3s, color ease-in-out 0.5s;
}

.bottom .social-buttons-container .social-button:nth-child(2) {
  transition: transform 0.2s ease-in-out 0.6s, box-shadow 0.2s ease-in-out 0.6s, background ease-in-out 0.3s, color ease-in-out 0.5s ;
}

.bottom .social-buttons-container .social-button .svg {
  width: 15px;
  fill: #00894d;
}

.bottom .social-buttons-container .social-button:hover {
  background:#8f1a85;
    color: #fff;
}

.bottom .social-buttons-container .social-button:hover .svg {
  fill: white;
}

.bottom .social-buttons-container .social-button:active {
  background: rgb(255, 234, 0);
}

.bottom .social-buttons-container .social-button:active .svg {
  fill: black;
}

.hd-about-top-parent-card-logo {
  position: absolute;
  right: 0;
  top: 0;
  transform-style: preserve-3d;
}

.hd-about-top-parent-card-logo .circle {
display: block;
    position: absolute;
    aspect-ratio: 1;
    border-radius: 50%;
    top: 0;
    right: 0;
    box-shadow: rgb(149 38 140 / 45%) -10px 10px 20px 0px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgb(206 126 202 / 25%);
    transition: all 0.5s 
ease-in-out;
}

.hd-about-top-parent-card-logo .circle1 {
  width: 170px;
  transform: translate3d(0, 0, 20px);
  top: 8px;
  right: 8px;
}

.hd-about-top-parent-card-logo .circle2 {
  width: 140px;
  transform: translate3d(0, 0, 40px);
  top: 10px;
  right: 10px;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  transition-delay: 0.4s;
}

.hd-about-top-parent-card-logo .circle3 {
    width: 15vh;
  transform: translate3d(0, 0, 60px);
  top: 17px;
  right: 17px;
  transition-delay: 0.8s;
}

.hd-about-top-parent-card-logo .circle4 {
 width: 12vh;
  transform: translate3d(0, 0, 80px);
  top: 23px;
  right: 23px;
  transition-delay: 1.2s;
}

.hd-about-top-parent-card-logo .circle5 {
    width: 8vh;
    transform: translate3d(0, 0, 100px);
    top: 30px;
    right: 30px;
    display: flex
;
    justify-content: center;
    transition-delay: 1.6s;
    align-items: center;
}

.hd-about-top-parent-card-logo .circle5 .svg {
    width: 45%;
    height: auto;
    fill: white;
}
.hd-about-top-parent-card-logo .circle5 .svg path{
    fill: #fff;
}

.hd-about-top-parent:hover .hd-about-top-parent-card {
  transform: rotate3d(1, 1, 0, 30deg);
  box-shadow: rgba(5, 71, 17, 0.3) 30px 50px 25px -40px, rgba(5, 71, 17, 0.1) 0px 25px 30px 0px;
}
.hd-about-top{
    height: 100%;
        display: flex
;
    gap: 1%;
    justify-content: space-between;
}

.hd-about-top-parent:hover .hd-about-top-parent-card .bottom .social-buttons-container .social-button {
  transform: translate3d(0, 0, 50px);
  box-shadow: rgb(149 38 140 / 27%) -10px 10px 20px 0px;
}

.hd-about-top-parent:hover .hd-about-top-parent-card .hd-about-top-parent-card-logo .circle2 {
  transform: translate3d(0, 0, 60px);
}

.hd-about-top-parent:hover .hd-about-top-parent-card .hd-about-top-parent-card-logo .circle3 {
  transform: translate3d(0, 0, 80px);
}

.hd-about-top-parent:hover .hd-about-top-parent-card .hd-about-top-parent-card-logo .circle4 {
  transform: translate3d(0, 0, 100px);
}

.hd-about-top-parent:hover .hd-about-top-parent-card .hd-about-top-parent-card-logo .circle5 {
  transform: translate3d(0, 0, 120px);
}



 /* what we do end */


 /* offer section start */

.hd_project_details {
    width: 70%;
    padding: 12vh 0 10vh;
    text-align: center;
    margin: 15vh auto 10vh;
    position: relative;
    backdrop-filter: blur(30px);
    background: #b2c2fa5c;
    border-radius: 50px;
    background: #8f1a8517;
    backdrop-filter: blur(18px);
}
.hd_project_details .hd-hero-btn{
place-self: center;
    margin: 7vh 3% 2vh;
    padding: 2.7vh 7vh;
    font-size: 0.85vw;
    display: flex
;
    gap: 1.2vh;
}

    .hd-hero-btn svg path {
        fill: #8f1a85;
    }
.hd_project_details h1 {
    font-size: 3vw;
    line-height: 1.3;
    color: #212121;
    font-family: "neue-haas-grotesk-display";
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0 0 8px rgb(143 26 133 / 32%);
}
.hd_project_details p {
    font-family: 'Helvetica';
    font-size: 1.2vw;
    padding: 0 9%;
    line-height: 1.5;
    text-align: center;
    padding-top: 5vh;
    color: #000;
}
 .hd_project_details h1 span {
    color: #8f1a85;
    /* font-weight: 600; */
}


 /* offer section end */


 /* hs-case study start */
.hd-case-study-heading{
text-align: center;
    font-size: 2.5vw;
    line-height: 1.3;
    color: #212121;
    font-family: "neue-haas-grotesk-display";
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0 0 8px rgb(143 26 133 / 32%);
    padding: 15vh 0 5vh;
}
.hd-case-study-heading span {
    color: #8f1a85;
    font-weight: 600;
}
.hd-case-study{
    height: 100vh;
    width: 100%;
}
 .hd-case-study-content{
height: 100%;
    width: 100%;
    display: flex
;
    padding: 0% 3% 1%;
    gap: 1%;
 }
.hd-case-study-content-left{
       height: 100%;
    width: 60%;
    display: flex
;
    flex-wrap: wrap;
    gap: 2%; 
}
.hd-case-study-card{
    height: 49%;
    width: 49%;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    /* background: #dab0d6; */
}
.hd-case-study-card.td{
    height: 49%;
    width: 100%;
    /* background: #dab0d6; */
    display: flex
;
    flex-direction: row-reverse;
    align-items: end;
}
.hd-case-study-card.td .hd-case-study-card-top{
        width: 60%;
    height: 100%;
}
.hd-case-study-card.td .hd-case-study-card-bottom{
        width: 40%;
    height: 10%;
        flex-direction: row-reverse;
}
.hd-case-study-card video,
.hd-case-study-card img{
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
    filter: brightness(0.9);
      transition: transform 0.6s ease, filter 0.4s ease;
}
.hd-case-study-card-top{
         height: 90%;
  overflow: hidden;
  position: relative;
}
.hd-case-overlay {
position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.85) 100%);
    display: flex
;
    justify-content: center;
    align-items: flex-end;
    /* opacity: 0; */
    /* transform: translateY(20px); */
    transition: all 0.5s 
ease;
    border-radius: 8px;
    padding: 4% 4% 4%;
}

/* Overlay Content */
.overlay-content {
color: #fff;
    text-align: center;
    /* transform: translateY(20px); */
    transition: transform 0.5s 
ease, opacity 0.5s 
ease;
    display: flex
;
    flex-direction: column-reverse;

}

/* Tag-style highlights */
.tags {
display: flex
;
    justify-content: end;
    align-items: end;
    flex-wrap: wrap;
    gap: 2vh;
    flex-direction: column;
}

.tag {
font-size: 0.9rem;
    font-weight: 600;
    /* backdrop-filter: blur(4px); */
    transition: background 0.3s 
ease, transform 0.3s 
ease;
    color: #fff4fe;
    place-content: center;
    /* box-shadow: inset 0px 0 7px #c271d26e; */
    transition: 0.3s;
    text-transform: capitalize;
    font-family: "neue-haas-grotesk-display";
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 0.8;
    text-align: end;
}
.tag span {
    font-size: 0.65vw;
    color: #e33ed5;
    text-transform: capitalize;
    letter-spacing: 1px;
}
/* .tag:hover {
  background: rgba(255,255,255,0.25);
  transform: translateY(-3px);
} */

/* Text Below */
.overlay-content p {
line-height: 1.5;
    opacity: 0.9;
    font-family: "neue-haas-grotesk-display";
    font-weight: 500;
    /* color: #212121; */
    text-transform: uppercase;
    font-size: 0.7vw;
    color: #fff0fe;
    letter-spacing: 1px;
    text-align: start;
  max-height: 0;
  overflow: hidden;
      margin-top: 15px;
  transition: max-height 2s ease;
}
.hd-case-study-card-top:hover .overlay-content p{
  max-height: 500px; /* enough to fit content */
}
/* Hover Effects */
.hd-case-study-card-top:hover img {
  transform: scale(1.05);
  filter: brightness(0.6);
}

.hd-case-study-card-top:hover .hd-case-overlay {
  opacity: 1;
  transform: translateY(0);
}

.hd-case-study-card-top:hover .overlay-content {
  transform: translateY(0);
  opacity: 1;
}

.hd-case-study-content-right{
    width: 39%;
    height: 100%;
}
.hd-case-study-content-right .hd-case-study-card-top{
        height: 80%;
}
.hd-case-study-content-right .hd-case-study-card-bottom{
        height: 5%;
}
.hd-case-study-content-right .hd-hero-btn{
        width: 65%;
    place-self: center;
    margin: 3vh 0 0;
}
.hd-case-study-content-right .hd-case-study-card{
        height: 100%;
    width: 100%;
}
.hd-case-study-content-right .hd-case-study-card video{
        height: 100%;
    object-fit: cover;
    width: 100%;
}
.hd-case-study-card-bottom{
        display: flex
;
    justify-content: space-between;
    padding: 0 2%;
    height: 10%;
    align-items: center;
}
.hd-case-study-card-bottom h3{
        font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    color: #212121;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8vw;
}
.hd-case-study-card-bottom p{
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    color: #212121;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75vw;
    color: #8f1a85;
}





 /* hs-case study end */


 /* hd_info_section start */
.hd_info_section{
width: 100%;
    height: auto;
    position: relative;
    display: flex
;
    justify-content: center;
    margin: 15vh 0 15vh;
  }

  .hd_info_section-main{
    width: 80%;
    /* height: 70%; */
    display: flex
;
    flex-direction: column;
    padding: 10vh 0 5vh;
    backdrop-filter: blur(20px);
    background: #daa4dc5c;
    border-radius: 40px;
    gap: 10vh;
  }
  .hd_info_section-main-div2 .hd-hero-btn{
place-self: center;
    margin: 7vh 3% 2vh;
    padding: 2.7vh 7vh;
    font-size: 0.85vw;
  }

  .hd_info_section-main-div1{
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #000;
    position: relative;
  }

  .hd_info_section-main-div1 h3{
    font-size: 3vw;
    /* line-height: 1.3; */
    color: #212121;
    font-family: "neue-haas-grotesk-display";
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0 0 8px rgb(143 26 133 / 32%);
  }
    .hd_info_section-main-div1 h3 span{
            color: #8f1a85;
    /* font-weight: 600; */
    }

  .hd_info_section-main-div1 svg{
    width: 12%;
    height: auto;
    position: absolute;
    right: -0.5vw;
    bottom: -2.5vh;
  }

  .hd_info_section-main-div2 {
    width: 100%;
    display: flex
;
    flex-direction: column;
    gap: 5vh;
    align-items: center;
    height: 70%;
    justify-content: center;
    border-radius: 50rem;
    margin: 0 auto;
    padding: 0;
}

  .hd_info_section-main-div2-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3vw;
    color: #000;
    font-size: 6vh;
}
  .hd_info_section-main-div2-top-hover p{
      text-align: center;
    display: flex
;
    font-family: "neue-haas-grotesk-display";
    color: #212121;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.3vw;
   }
   
   .hd_info_section-main-div2-top-hover p sup{
    font-size: 1vw;
    font-family: 'Helvetica';
    padding: 0 0 0 0.5vw;
      color: #8f1a85;
   }

   /*----------------- hover 1 start ------------ */

   .hd_info_section-main-div2-top-hover{
    text-decoration: none;
     color: #000;
     position: relative;
  }

  /* .hd_img_container {
    display: block;
    position: absolute;
    top: -16.5vh;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 30vh;
    width: 100%;
} */

.hd_img_container img{
  width: 15vw;
  height: 100%;  
  object-fit: cover;
  border-radius: 6px;
 
}
.hd_img_container video{
    width: 20vw;
    height: 60%;
    object-fit: cover;
    /* border-radius: 6px; */
    border-radius: 50rem;
   
  }
  .hd_info_section-main-div2-bottom-hover .hd_img_bottom_container video{
    width: 20vw;
    height: 60%;
    object-fit: cover;
    /* border-radius: 6px; */
    border-radius: 50rem;
  }

.hd_info_section-main-div2-top-hover .hd_img_container{
  /* transition:  clip-path 0.45s ease; 
  transform-origin: center center;
  z-index: 1;
  pointer-events: none;
  clip-path: inset(100% 0 0% 0%) !important; */
  top: -7vh;
  left: 0;
   display: flex;
   position: absolute;
   height: 30vh;
    width: 100%;
   transform: scale(0); 
   transition: transform 0.5s ease, opacity 0.5s ease; 
   transform-origin: center center; 
   opacity: 0;
   z-index: 1;
   pointer-events: none;
   justify-content: center;
}

.hd_info_section-main-div2-top-hover:hover .hd_img_container{
  display: flex;
    transform: scale(1); 
    opacity: 1;
}



  .hd_info_section-main-div2-bottom{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    gap: 3vw;
    position: relative;
    font-size: 6vh;
  }

  .hd_info_section-main-div2-bottom-hover p{
text-align: center;
    display: flex
;
    font-family: "neue-haas-grotesk-display";
    color: #212121;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.3vw;
  }

  .hd_info_section-main-div2-bottom-hover p sup{
    font-size: 1.1vw;
    font-family: 'Helvetica';
    float: inline-end;
    padding: 0 0 0 0.5vw;
    color: #8f1a85;
   }

   .hd_info_section-main-div2-bottom-hover{
    text-decoration: none;
    color: #000;
    position: relative;
   }

/* hd_info_section end */

/* hd_process_section start */
.pin-spacer{
        width: 100% !important;
}
.process-box {
    height: 100vh;
    width: 100%;
    background: #daa4dc5c;
    /* background-image: url(https://cdn.shopify.com/s/files/1/0697/4898/1978/files/svg_video_sec_maindiv_img_1_2.jpg?v=1721399609); */
    display: flex
;
    flex-direction: column;
    scrollbar-width: none;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    background: #8f1a8517;
    backdrop-filter: blur(18px);
}

.process-data {
    width: 100%;
    height: 30%;
    display: flex;
    z-index: 2;
}

.process-data .p-data-left{
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-data-left h1{
font-size: 3vw;
    color: #fff;
    font-family: 'peckhampress';
    font-size: 3vw;
    /* line-height: 1.3; */
    color: #212121;
    font-family: "neue-haas-grotesk-display";
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0 0 8px rgb(143 26 133 / 32%);
}
.p-data-left h1 span{
        color: #8f1a85;
    font-weight: 600;
}

.process-data .p-data-right{
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: start;
    align-items: center;

}

.p-data-right p{
color: #212121;
    font-family: 'Helvetica';
    font-family: "neue-haas-grotesk-display";
    font-size: 0.95vw;
    font-weight: 500;
    width: 100%;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;

}

.process-element {
    width: fit-content; 
    height: 70%;
    display: flex;
    scrollbar-width: none;
    padding-left: 15vw;
}

.trust-item {
    height: 100%;
    min-width: 27vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: bounce2 1s ease-in-out alternate infinite;
}
@keyframes bounce2 {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(30px);
    }
}

.trust-item svg {
    height: 80%;
    width: 80%;
    object-fit: cover;
}
.trust-item svg path{
        fill: #e5b1e5;
}
.trust-item svg path#Rectangle_9{
fill: #db69db38;
}
.trust-item h1{
    position: absolute;
    top: 0.5vw;
    left: 6vw;
    font-size: 7vw;
    color: white;
    -webkit-text-stroke: 0.03rem #8f1a85;
    color: transparent;
    color: #ce98cb80;
    font-family: "neue-haas-grotesk-display";
    /* font-family: 'Helvetica-bold'; */
    font-weight: 600;
}

.trust-item svg .title-medium {
font-size: 2vw;
    fill: #8f1a85;
    font-family: 'Helvetica';
    font-family: "neue-haas-grotesk-display";
    font-weight: 700;
    text-transform: uppercase;

}

.trust-item svg .desc {
fill: #212121;
    opacity: 70%;
    font-family: 'Helvetica';
    font-family: "neue-haas-grotesk-display";
    font-size: 1.08vw;
    font-weight: 600;
    text-transform: uppercase;

}

.rounded-shape {
    width: 50%;
    height: 110%;
         background-color: #eb94e64d;
    border-radius: 0 50% 50% 0;
    position: absolute;
    top: -38px;
    left: -415px;
    z-index: 0;
}

.trust-item .fix-svg {
    position: absolute;
    top: 1%;
    right: -23%;
    z-index: -1;
    height: 17vw;
    width: 52vw;
}
/* hd_process_section end */

/* rating section start */

.hd-about-us.rating-section .hd-about-top{
    height: auto;
}
.hd-about-us.rating-section .hd-about-bottom {
  height: 85%;
}
.rating-video-section{
        width: 100%;
    height: 100%;
    display: flex
;
gap: 2%;
}
.rating-video-cards{
     width: 32%;
    height: 100%;
    background: #8f1a8517;
    padding: 1% 1% 0.5%;
    border-radius: 8px;
}
.rating-video-cards video {
    width: 100%;
    height: 95%;
    object-fit: cover;
    border-radius: 6px;
    filter: brightness(0.8);
    transition: all 0.3s ease;
}
.rating-video-cards:hover video {
    filter: brightness(1);
}
.hd-about-us.rating-section .hd-case-study-card-bottom{
    height: 5%;
}
.hd-about-us.rating-section .hd-case-study-card-bottom p{
        color: #212121;
}
 .hd-about-us.rating-section .hd-case-study-card-bottom p span{
    color: #8f1a85;
}
/* rating section start */

.client-logo-container-logo {
width: 100%;
    display: flex
;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    padding: 10vh 0;
    
}
/* Duplicate the content visually using a pseudo-element for seamless looping */
.client-logo-container-logo-track::before,
.client-logo-container-logo-track::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.client-logo-container-logo-track {
    display: flex
;
    gap: 0%;
    /* animation: marquee 30s 
linear infinite; */
    row-gap: 8vh;
    flex-wrap: nowrap;
    justify-content: flex-start;
    /* overflow: hidden; */
    /* animation: logo-marquee 60s 
linear infinite; */
    position: relative;
      display: grid;
  grid-template-rows: repeat(3, auto);
  /* overflow: hidden; */
  row-gap: 12vh; /* space between marquee rows */
  position: relative;
}
@keyframes logo-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.client-logo-container-logo-track:hover .client-logo-row {
  animation-play-state: paused;
}

.client-logo-row {
   display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  animation: logo-marquee 60s linear infinite;
  width: max-content; /* allow it to expand horizontally */
}
.client-logo-row:nth-child(2) {
  animation-direction: reverse;
  /* animation-duration: 80s; */
}
.client-logo-row:nth-child(3) {
  animation-duration: 80s;
}

.client-logo-container-logo-div {
min-width: 30vh;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 30vh;
}

.client-logo-container-logo-div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* filter: grayscale(1); */
    transition: 0.2s 
ease;
    max-width: 150px;
    max-height: 10vh;
    object-fit: contain;
    display: block;
}

/* marquee animation */
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
.P-client-logo-containeR-top{
width: 100%;
    height: 50vh;
    border-radius: 0 0 50px 50px;
    background: linear-gradient(to bottom, #ffffff00 0%, #ffffff29 10%, #fef3ff42 57%, #c94ed23b 83%);
    /* backdrop-filter: blur(10px); */
    display: flex
;
    align-items: center;
    justify-content: end;
    padding: 2vh 0 5vh;
    flex-direction: column;
}
.P-client-logo-containeR-top h2{
    font-size: 2.5vw;
    line-height: 1.2;
    color: #2f2f2f;
    font-family: "neue-haas-grotesk-display";
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 8px rgb(143 26 133 / 32%);
    text-align: center;
}
.P-client-logo-containeR-top h2 span{
    color: #8f1a85;
    font-weight: 600;
}
.P-client-logo-containeR-top p{
        font-family: 'Helvetica';
    font-size: 0.8vw;
    padding: 0 9%;
    line-height: 1.5;
    text-align: center;
    padding-top: 4vh;
    color: #000;
    width: 60%;
    text-transform: uppercase;
}
.P-client-logo-containeR-bottom{
    width: 100%;
    height: 55vh;
    border-radius: 50px 50px 0 0;
    background: linear-gradient(to top, #ffffff00 0%, #ffffff61 10%, #fef3ff91 57%, #c94ed23b 83%);
    /* backdrop-filter: blur(10px); */
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.P-client-logo-containeR-bottom h2{
font-size: 2.5vw;
    line-height: 1.2;
    color: #2f2f2f;
    font-family: "neue-haas-grotesk-display";
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 8px rgb(143 26 133 / 32%);
    text-align: center;
}

.P-client-logo-containeR-bottom h2 span{
    color: #8f1a85;
    font-weight: 600;
}
.P-client-logo-containeR-bottom p{
font-family: 'Helvetica';
    font-size: 0.8vw;
    padding: 0 9%;
    line-height: 1.5;
    text-align: center;
    padding-top: 5vh;
    color: #000;
    width: 70%;
    text-transform: uppercase;
}
.P-client-logo-containeR-bottom .hd-hero-btn{
        margin: 7vh 3% 0vh;
}

.faq-wrapper {
  width: 85%;
}

h1 {
  margin-bottom: 20px;
}

.faq-container {
    background-color: white;
    color: black;
    border-radius: 8px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%);
    margin: 2.5vh 0;
    /* box-shadow: rgb(149 38 140 / 11%) -10px 10px 20px 0px; */
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgb(206 126 202 / 25%);
}

.question {
font-size: 1.2rem;
    font-weight: 600;
    padding: 2.3% 3%;
    position: relative;
    display: flex
;
    align-items: center;
    cursor: pointer;
    font-family: "neue-haas-grotesk-display";
    /* font-weight: 600; */
    font-size: 0.85vw;
    text-transform: uppercase;
    color: #212121;
  
}

.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
    font-weight: 300;
    color: #8f1a85;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
    font-family: 'Helvetica';
    font-size: 0.8vw;
    padding: 0 5% 2%;
    line-height: 1.5;
    color: #000;
    text-transform: uppercase;
}

.question.active + .answercont {
}

@media screen and (max-width: 790px){
  html {
    font-size: 14px;
  }
  .wrapper {
  width: 80%;
}
}



.footer {
    padding: 25vh 5% 5vh;
    font-family: Arial, sans-serif;
    color: #1f1f36;
    height: auto;
        background: linear-gradient(to bottom, #ffffff00 0%, #ffffff8a 10%, #fef3ff91 57%, #b905c63d 83%);
}
.footer-container {
display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
    margin: auto;
}
.footer-left {
  /* flex: 1; */
  width: 100%;
}
.footer-text-small {
font-size: 0.85vw;
    margin-bottom: 20px;
    color: #2f2f2f;
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.footer-title {
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    /* display: flex
; */
    font-size: 9vw;
    line-height: 1.2;
    color: #2f2f2f;
    font-family: "neue-haas-grotesk-display";
    font-weight: 700;
    text-transform: uppercase;
    align-items: center;
}
.footer-title-light {
  /* font-weight: 500;
  color: #a0a0a0; */
}
.footer-contact {
  display: flex;
  gap: 60px;
  margin-top: 20px;
}
.contact-item h4 {
    margin-bottom: 1.5vh;
    font-size: 1.1vw;
    color: #2f2f2f;
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    text-transform: uppercase;
}
.contact-item p {
margin: 1vh 0;
    font-size: 1vw;
    color: #2f2f2f;
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
}
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 250px;
}
.send-message {
     display: flex
;
    align-items: center;
    gap: 3vw;
    margin-bottom: 0;
}
.send-message .line {
    width: 8vw;
    height: 2px;
    background-color: #1f1f36;
}
.send-message h3 {
font-size: 2vw;
    /* font-weight: bold; */
    margin: 0;
    color: #2f2f2f;
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
}
.social-icons a {
  margin-left: 15px;
  text-decoration: none;
}
.social-icons img {
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-right {
    align-items: flex-start;
    margin-top: 40px;
  }
}
.footer-title-container{
    display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5vh 0 15vh;
}

/* our-services-section start */

.hiara-services h2{
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    font-size: 9vw;
    text-align: center;
    padding: 15vh 0 0;
    text-transform: capitalize;
    background: #F8F8F8;
    background: linear-gradient(to top, #F8F8F8 15%, #f000dc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hiara-services .hd-ww-do{
       padding: 10vh 7% 2vh; 
}
.hiara-services .hd-about-right{
    width: 100%;
    padding: 0 0% 1.5vh 0%;
}
.hiara-services h4 {
    font-family: "neue-haas-grotesk-display";
    font-size: 0.85vw;
    font-weight: 500;
    width: 45%;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
    place-self: center;
}
.hiara-services h4 span {
    color: #8f1a85;
    font-weight: 600;
}
.hiara-services h5{
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    text-transform: capitalize;
    font-size: 0.95vw;
    /* text-transform: uppercase; */
    color: #8f1a85;
    word-spacing: 5px;
    padding: 5vh 0 0;
}
.hiara-services h5 span {
    color: #212121;
    font-weight: 600;
    word-spacing: 0;
    font-size: 0.75vw;
}
.hiara-services-about{
        padding: 2vh 20% 0;
    justify-content: space-between;
    text-align: center;
}
.why-hiara h2{
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    font-size: 9vw;
    text-align: center;
    padding: 15vh 0 0;
    text-transform: capitalize;
    background: #F8F8F8;
    background: linear-gradient(to top, #F8F8F8 15%, #f000dc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.why-hiara .hiara-services-about h4 {
    font-family: "neue-haas-grotesk-display";
    font-size: 0.85vw;
    font-weight: 500;
    width: 65%;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
    place-self: center;
}
.why-hiara .hiara-services-about h4 span {
    color: #8f1a85;
    font-weight: 600;
}
/* === Section === */
.comparison-section {
display: flex
;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    padding: 15vh 5% 0;
}

/* === Card === */
.comparison-card {
  flex: 1 1 300px;
  padding: 2.5rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.comparison-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

/* === Headings === */
.comparison-card h2 {
    font-size: 2.5vw;
    font-weight: 600;
    margin-bottom: 5vh;
    padding: 0;
    background: none;
    -webkit-text-fill-color: unset;
}

/* === List === */
.comparison-card ul {
  list-style: none;
}

.comparison-card ul li {
display: flex
;
    align-items: center;
    margin-bottom: 1vh;
    font-size: 0.9vw;
    line-height: 1.6;
    color: #333;
    transition: color 0.3s 
ease;
    font-family: "neue-haas-grotesk-display";
    letter-spacing: 1px;
    font-weight: 600;
}
.comparison-card.others ul li{
        color: #444444;
}
.comparison-card ul li:hover span {
  color: #8f1a8b;
}
.comparison-card ul li .icon{
color: #8f1a8b;
    margin-right: 10px;
    font-weight: bold;
    font-size: 2.5vh;
}


.comparison-card.hiara span.cmc-hiara:first-child {
    -webkit-animation: animate15 2s linear infinite;
    animation: animate15 2s linear infinite;
    background: linear-gradient(to right, rgba(12, 0, 43, 0), #8f1a85);
    height: .1470588235vw;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@keyframes animate15 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.comparison-card.hiara span.cmc-hiara:nth-child(2) {
    -webkit-animation: animate25 2s linear infinite;
    animation: animate25 2s linear infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background: linear-gradient(to bottom, rgba(12, 0, 43, 0), #8f1a85);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: .1470588235vw;
}

@keyframes animate25 {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.comparison-card.hiara span.cmc-hiara:nth-child(3) {
    -webkit-animation: animate35 2s linear infinite;
    animation: animate35 2s linear infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    background: linear-gradient(to left, rgba(12, 0, 43, 0), #8f1a85);
    bottom: 0;
    height: .1470588235vw;
    left: 0;
    position: absolute;
    width: 100%;
}


@keyframes animate35 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}


.comparison-card.hiara span.cmc-hiara:nth-child(4) {
    -webkit-animation: animate45 2s linear infinite;
    animation: animate45 2s linear infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background: linear-gradient(to top, rgba(12, 0, 43, 0), #8f1a85);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: .1470588235vw;
}

@keyframes animate45 {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}



/* === "Others" Style === */
.others {
    background: #8f1a8517;
    backdrop-filter: blur(18px);
}

.others h2 {
    color: #cd8bc7;
}

/* .others ul li::before {
  content: "–";
  color: #7b3df0;
  font-weight: bold;
  margin-right: 10px;
} */

/* === "Hiara Digitals" Style === */
.hiara {
    background: #8f1a8517;
    backdrop-filter: blur(18px);
}

.hiara h2 {
    color: #8f1a8b;
    position: relative;
    width: fit-content;
    place-self: center;
    display: flex
;
    justify-content: center;
}
/* .hiara h2::after {
content: "";
    background-color: #8f1a8b;
    position: absolute;
    bottom: -0.5vh;
    width: 40%;
    height: 3px;
        border-radius: 15px;
} */

.hiara ul li .icon {
  color: #7b3df0;
  margin-right: 10px;
  font-weight: bold;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .comparison-section {
    flex-direction: column;
    align-items: center;
  }
}



/* our-services-section end */


/* our-case-study start */

.case-study h2{
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    font-size: 9vw;
    text-align: center;
    padding: 15vh 0 0;
    text-transform: capitalize;
    background: #F8F8F8;
    background: linear-gradient(to top, #F8F8F8 15%, #f000dc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.case-study .hiara-services-about{
padding: 5vh 20% 15vh;
    justify-content: space-between;
    text-align: center;
}
 .case-study .hiara-services-about h4 {
    font-family: "neue-haas-grotesk-display";
    font-size: 0.85vw;
    font-weight: 500;
    width: 45%;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
    place-self: center;
}
  .case-study .hiara-services-about h4 span {
    color: #8f1a85;
    font-weight: 600;
}
  .case-study .hd-case-study-content-left{
       height: 100%;
    width: 100%;
}
.case-study .hd-case-study {
    height: auto;
    width: 100%;
}
.case-study .hd-case-study-card {
    height: 65vh;
    width: 49%;
    border-radius: 8px;
}
.case-study .hd-case-study-card-bottom {
    height: 7%;
}
/* our-case-study end */
.case-study-detailed{
    padding: 0vh 2% 15vh;
}
.case-study-detailed-top{
    width: 100%;
    height: 60vh;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-study-detailed-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.3);

}
.case-study-detailed-top h2{
    position: absolute;
    /* bottom: 5%;
    left: 2%; */
    background: linear-gradient(to top, #F8F8F8 15%, #f000dc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-transform: uppercase; */
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    font-size: 3vw;
    width: 60%;
}
.case-study-detailed-bottom {
      height: 90vh;
    width: 100%;
    padding: 5vh 0;
    display: flex
;
}
.case-study-detailed-bottom-left{
    width: 50%;
    height: 100%;
}
.case-study-detailed-bottom-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    filter: brightness(0.75);
    transition: all 0.5s linear;
}
.case-study-detailed-bottom-left img:hover{
       filter: brightness(1);
}
.case-study-detailed-bottom-left img.fullscreen-img {
     position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    filter: brightness(1);
    border-radius: 0;
    object-fit: contain;
    transition: all 0.5s 
ease;
}
.case-study-detailed-bottom-right{
    width: 50%;
    height: 100%;
    padding: 2%;
    display: flex
;
    flex-wrap: wrap;
}
.case-study-detailed-bottom-right-card{
    min-width: 100%;
    width: 100%;
    height: auto;
}
.case-study-detailed-bottom-right-card.introduction{
    min-width: 100;
    width: 100%;
}
.case-study-detailed-bottom-right-card h2{
    text-transform: uppercase;
    font-family: "neue-haas-grotesk-display";
    font-weight: 700;
    font-size: 1.25vw;
    letter-spacing: 1px;
    color: #8f1a85;
}
.case-study-detailed-bottom-right-card p{
font-family: "neue-haas-grotesk-display";
    font-weight: 500;
    font-size: 0.85vw;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #4c4c4c;
    padding: 2vh 0 0;
}
.partners-logo{
    width: fit-content;
    /* height: 4vh; */
    padding: 1vh 1.5%;
    margin: 2.5vh 0 0;
    border: 1px solid #cc00d333;
    border-radius: 30rem;
    backdrop-filter: blur(10px);
    background: #efd4f247;
}
.partners-logo img{
height: 4vh;
    width: 100%;
    object-fit: contain;
}

/* about-mentor-container start */
.about-mentor-container{
    height: 100vh;
    padding: 1% 1.5% 1%;
    width: 100%;
    margin: 15vh 0 10vh;
}
.about-mentor-container h2 {
    position: relative;
    place-self: center;
    text-align: center;
    font-size: 2.5vw;
    line-height: 1.3;
    color: #212121;
    font-family: "neue-haas-grotesk-display";
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0 0 8px rgb(143 26 133 / 32%);
}

.about-mentor-container h2 span {
  color: #8f1a85;
    font-weight: 600;
}
.about-mentor-content-container {
    height: 90%;
    width: 100%;
    margin: 1.5% 0 0;
    display: flex
;
    padding: 2%;
    /* border: 1px solid #1e4e3a66; */
    padding: 2% 2%;
    justify-content: space-between;
    background: #8f1a8517;
    backdrop-filter: blur(18px);
    border-radius: 5px;
}
.about-mentor-content-container-left{
    width: 35%;
    height: 100%;
    padding: 0% 0% 0 0;
    transition: box-shadow 0.5s 
ease;
    display: flex
;
    justify-content: center;
    position: relative;
        background: #8f1a8517;
    backdrop-filter: blur(18px);
    border-radius: 5px;
    position: relative;
}
.about-mentor-content-container-left-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 3%;
    z-index: 9;
    display: flex
;
    justify-content: space-between;
    padding: 2vh 4%;
    height: auto;
    align-items: center;
    background: #ffe6fdb8;
    border-radius: 10px 10px 0 0;
    backdrop-filter: blur(18px);
}
 .about-mentor-content-container-left-bottom h3{
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    color: #212121;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1vw;
    /* color: #8f1a85; */
    letter-spacing: 0px;
}
  .about-mentor-content-container-left-bottom p{
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    color: #212121;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75vw;
    color: #8f1a85;
}
.about-mentor-content-container-left img{
        height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 9;
}
.hero-circle-section.about-mentor-hero-circle-section{
    right: auto;
    z-index: 0;
    top: 38%;
}
.tts-about-us-section-right.tts-about-mentor-right{
        width: 60%;
    height: 100%;
    padding: 0% 0% 0% 2%;
}
.tts-about-us-section-right-content p{
font-family: "neue-haas-grotesk-display";
    font-size: 0.8vw;
    font-weight: 500;
    width: 100%;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 0 0 2vh;
    width: 85%;
}
.tts-about-us-section-right-content h5{
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    text-transform: capitalize;
    font-size: 0.95vw;
    /* text-transform: uppercase; */
      color: #212121;
    word-spacing: 5px;
    width: 60%;
}
.tts-about-us-section-right-content h5 span {

      color: #8f1a85;
    font-weight: 600;
    word-spacing: 0;
    font-size: 0.75vw;
}
.tts-about-us-section-right-content{
        display: flex
;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
        padding: 1vh 0;
}
.tts-about-us-section-right-content h3 {
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    font-size: 1.2vw;
    text-transform: uppercase;
    line-height: 1.3;
}
.tts-about-us-section-right-content h3 span {
    color: #8f1a85;
    font-weight: 600;
}
/* about-mentor-container end */