
iframe{
  width: 100%;
  height: 100%;
}
.bannerheading {
  color: #EFEFEF;
}

.bannerpara {
  color: #EFEFEF;
}

.video-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.video-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.video-section .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 800px;
  width: 80%;
  color: #EFEFEF;

}

/* section two design start  */
.bgcolor {
  background-color: #151416;
}

.heading-title-main {
  color: #EFEFEF;
  position: relative;
  display: inline-block;
}

.heading-title-main::after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 10px;
  background: linear-gradient(to right, #E31A68, #662D8E);
  width: 100%;
}
.why-explain
{
   color: #151416;
}
.why-decription
{
  color: #151416;
}

.whyimage {
  position: absolute;
  top: 0%;
  transform: translate(-50%, -50%);
  left: 50%;
  max-width: 800px;
  max-height: 400px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.togivewidth {
  max-width: 900px;
  width: 100%;
  font-weight: 400;
  color: #000000;
}

.insidecolor {
  background-color: #F1DDFF;
  margin-top: 200px;
  padding-top: 200px;
  padding-bottom: 20px;
  position: relative;
  overflow: visible;
}

/* what we deliver  */
.image-center {
  width: 600px;
  height: 300px;
  object-fit: cover;
}

.deliver_image {
  object-fit: cover;
}

/* quick facts section strat here  */
.quick_facts_bgcolor {
  background: linear-gradient(to bottom, #151416, #662D8E);
}

.heading-title {
  color: #151416;
}

.heading-content {
  color: #151416;
}

.deliver-content p {
  color: #efefef;
}

.designed-content p {
  color: #151416;
}


.custom_hr_line_quick_facts {
  width: 80%;
  /* or 80%, or any fixed size */
  margin-left: auto;
  margin-right: auto;
  /* center the line */
  border-top: 2px solid #EFEFEF80;
  /* optional thickness */
}


.accordion-item {
  background-color: #151416;
  color: #fff;
  border: 1px solid #fff !important;
  border-radius: 0;
}

.accordion-button {
  background-color: #151416;
  color: #fff;
}

.accordion-button:not(.collapsed) {
  background-color: #151416;
  color: #fff;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  background-color: #151416;
  color: #fff;
}

.accordion-button::after {
  filter: brightness(0) invert(1);
  /* makes the Bootstrap arrow icon white */
}
.designed-detalis
{
  color:#151416 ;
}

/* 
  boder section start    */
.pos-abs-black-top {
  position: absolute;
  top: -33px;
  right: -54px;
}

.pos-abs-black-bootom {
  position: absolute;
  left: -67px;
  bottom: -49px;
}

.contactheading {
  color: #EFEFEF;
  width: 100%;
  max-width: 800px;
  z-index: 2;
}

.ourviewall {
  background: linear-gradient(to bottom, #E31A68, #662D8E);
  display: flex;
  font-size: 20px;
  justify-content: center;
  color: white !important;
  border: none;
  border-radius: 0;
  z-index: 2;
}

/* cards section start */
.servicesbgcolor {
  background: linear-gradient(to bottom, #151416, #662D8E);
  padding-bottom: 20px;

}


.card-stack-container {
  position: relative;
}

.card-stack-container {
    position: relative;
}

.card-item {
    position: sticky;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    /* Causes cards to stack visually */
    transition: z-index 0.3s ease;
}
.card-body {
  position: relative;
  z-index: 4;
  padding: 0 !important;
}


.services {
  display: inline-block;
  position: relative;
  color: #EFEFEF;
}

.services-card-padding {
  background-color: #151416;
  border: none;
}

.services-img-layout {
  height: 300px;
  width: 100%;
}
.services_images
{

  object-fit: cover;
}
.services_img 
{
    position: relative;
  z-index: 5;
  object-fit: cover;
}
.services-card-padding {
  padding: 30px;
}

.service-card-bg-img {
  position: absolute;
  width: 150px;
  opacity: 0.15;
  z-index: 0;
  opacity: 0.6;
  filter: brightness(0.6);
}

.card-bg-top-right {
  top: 0;
  right: -10px;
  transform: rotate(180deg);
}

.card-bg-bottom-left {
  bottom: 0;
  left: -10px;
}

.card-title {
  color: #EFEFEF;
  font-family: 'montserratregular';
}

.cardpara {
  color: #EFEFEF;
  font-family: 'montserratregular';
  width: 100%;
}

.morebtn {
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #EFEFEF;
  text-decoration: none;
}

.stack-card {
  background: linear-gradient(to bottom, #7A5197, #662D8E);
  border: none;
}

.morebtn img {
  width: auto !important;
  vertical-align: middle !important;
}

.image-left,
.image-right {
  width: 100%;
  height: 300px;
}

/* case studies  */
.image-overlay-wrapper {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.image-overlay-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to bottom, #00000000 0%, #220239F5 96%);
  z-index: 1;
}

.overlay-text {
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 2;
  color: white;
}

.titel {
  color: #EFEFEF;
}

.subcontent {
  color: #EFEFEF;
}


/* scroll section start here  */
/* .dot-hidden {
  display: none !important;
}

.dot-more .dot {
  transform: scale(0.4);
  opacity: 0.5;
}
.sub_services_para,
.sub_services_para p,
.sub_services_para ul,
.sub_services_para ol,
.sub_services_para li {
    color: #fff;
    font-size: 18px;
}

.scrol-bgcolor {
  background-color: #151416;
  padding-bottom: 20px;
  transition: background-color 0.6s ease;
}

.project-slider {
  position: relative;
}

.togivewidthscroll {
  max-width: 500px;
  width: 100%;
}

.project-slider .slick-dots {
  position: absolute !important;
  top: 50% !important;
  right: 0px;
  transform: translateY(-50%);
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 2;
}

.slick-dots {
  bottom: auto !important;
  width: auto !important;
  text-align: initial !important;
}

.project-slider .slick-dots li {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.project-slider .slick-dots .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #E31A68;
  background-color: transparent;
  transition: background 0.3s ease;
}

.project-slider .slick-dots li.slick-active .dot {
  background: linear-gradient(to bottom, #E31A68, #662D8E);
}

.slide-img {
  max-width: 600px;
  height: 300px;
}

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

.slide-text {
  color: white;
  padding: 20px;
}

.slide-text h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.slide-text p {
  font-size: 1.1rem;
  color: #eee;
} */
/* scroll section start here  */
.dot-hidden {
  display: none !important;
}
.sub_services_para,
.sub_services_para p,
.sub_services_para ul,
.sub_services_para ol,
.sub_services_para li {
    color: #fff;
    font-size: 18px;
}
.dot-more .dot {
  transform: scale(0.4);
  opacity: 0.5;
}

.scrol-bgcolor {
  background-color: #151416;
  padding-bottom: 20px;
  transition: background-color 0.6s ease;
}

.project-slider {
  position: relative;
}

.togivewidthscroll {
  max-width: 500px;
  width: 100%;
}

.project-slider .slick-dots {
  position: absolute !important;
  top: 50% !important;
  right: 0px;
  transform: translateY(-50%);
  display: flex !important;
  flex-direction: column;
  gap: 7px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 2;
}

.slick-dots {
  bottom: auto !important;
  width: auto !important;
  text-align: initial !important;
}

.project-slider .slick-dots li {
  display: block;
  width: 20px;
  height: 10px;
  cursor: pointer;
}

.project-slider .slick-dots .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid #E31A68;
  background-color: transparent;
  transition: background 0.3s ease;
}

.project-slider .slick-dots li.slick-active .dot {
  background: linear-gradient(to bottom, #E31A68, #662D8E);
}

.slide-img {
  max-width: 600px;
  height: 300px;
}

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

.slide-text {
  color: white;
  padding: 20px;
}

.slide-text h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.slide-text p {
  font-size: 1.1rem;
  color: #eee;
}

@media (max-width: 768px) {
  .project-slider .slick-dots {
    position: static !important;
    transform: none !important;
    flex-direction: row;
    justify-content: center;
  }

  .slide-text {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .project-slider .slick-dots {
    position: static !important;
    transform: none !important;
    flex-direction: row;
    justify-content: center;
  }

  .slide-text {
    text-align: center;
  }
}


/* tools section style start  */
.radial-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, #E31A68 0%, #8C16DE 100%);
  border-radius: 50%;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
  filter: blur(80px);
  transform: translate(-50%, -50%);
}

.toolsbg-color {
  background-color: #151416;
  padding: 20px 0;
}

.icons_layout {
  width: 80px;
  height: 80px;
}

.icons-work {
  z-index: 5;
  object-fit: cover;
  position: relative;
  /* ✅ This makes z-index work */
}

.icons-name-work {
  z-index: 5;
  color: #EFEFEF;
}