/* dm-hero-section styles */
.dm-hero {
  background: url("/images/dm-hero-bg.png") no-repeat center center/cover;
  color: white;
  min-height: 100vh;
  width: 100%;
}
.service-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  min-height: 430px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
  color: white;
}

.service-card:hover {
  transform: scale(1.03);
}

.service-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.service-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.service-list {
  list-style: none;
  padding-left: 0;
  font-size: 0.95rem;
}

.service-list li::before {
  content: "🔸";
  margin-right: 8px;
  color: orange;
}

@media (max-width: 768px) {
  .service-card {
    min-height: 380px;
  }
}

/* dm-service-styles */
.custom-card {
  border-radius: 12px;
  min-height: 400px;
  overflow: hidden;
  box-shadow: 5px 5px 4px 0px #00000066;
  height: 100%;
  background-color: #fff;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1; /* base layer */
}

.custom-card:hover {
  transform: scale(1.02);
  z-index: 10; /* bring above neighbors */
}

.card-img-container {
  position: relative;
  height: 70%;
}

.card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  box-shadow: 0px 5px 4px 0px #00000066;

  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.card-body {
  padding: 20px;
}

.card-list {
  list-style: none;
  padding-left: 0;
}

.card-list li {
  text-align: left;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-image: url("/images/list-type.png"); /* <-- use actual path */
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .card-img-container {
    height: 200px;
  }

  .card-title-overlay {
    font-size: 1rem;
  }
}
/* dm-clinet-slider */
.slider-wrapper1 {
  width: 100%;
 
  /* max-width: 900px; */
  margin: 3rem auto;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
  /* box-shadow: 0 0 20px rgba(0,0,0,0.1); */
}

.slider-track1 {
  display: flex;
  transition: transform 0.8s ease-in-out;
}

.slide1 {
  flex: 0 0 100%;
  max-width: 100%;
}

.slide1 img {
  width: 100%;
  height:100%;
  border-radius: 1rem;
  display: block;
}

/* Unique dots style */
.slider-dots1 {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 15px;
}

.slider-dots1 .dot {
  width: 16px;
  height: 16px;
  border: 2px solid #ff9800;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: background 0.3s ease;
}

.slider-dots1 .dot::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 152, 0, 0.2);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.slider-dots1 .dot.active {
  background-color: #ff9800;
}

.slider-dots1 .dot.active::before {
  opacity: 1;
  animation: pulse 1.2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.4;
  }
  70% {
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    transform: scale(0.9);
    opacity: 0;
  }
}
/* Responsive tweaks */
@media (max-width: 768px) {
 
 .slide1 img {
  height:200px;
 }

  .slider-dots1 .dot1 {
    width: 12px;
    height: 12px;
  }

  .slider-dots1 .dot1::before {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 480px) {
  .slider-dots1 {
    gap: 8px;
  }
}


 
/* Social Media Marketing in dm page  */
 
.service-card1 {
      background-color: #0056d2;
      color: #fff;
      border:2px solid #0056d2;
      border-radius: 12px;
      
      position: relative;
      
      overflow: hidden;
      transition: all 0.3s ease-in-out;
      height: 100px;
      text-align: center;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      cursor: pointer;
    }

    .service-header1 {
      margin-top: 30px;
      font-size: 1.2rem;
      text-align: center;
      font-weight: 600;
    }

    .service-body1 {
      background: #ffffff;
      font-size: 5rem;
      line-height: 30px;
      color: #000;
      padding: 15px 20px;
      margin-top: 15px;
      /* border-radius: 10px; */
      opacity: 0;
      max-height: 100px;
      transition: all 0.4s ease;
      overflow: hidden;
    }

    .service-card1:hover {
      height: auto;
      /* padding-bottom: 30px; */
    }

    .service-card1:hover .service-body1 {
      opacity: 1;
      max-height: 200px;
    }

    .service-body1 ul {
      padding-left: 18px;
      margin: 0;
    }
.row.g-4{
  align-items: start;
}
    .service-body1 li {
      font-size: 0.9rem;
      text-align: left;
    }

    /* Responsive tweak for small screens */
    @media (max-width: 767px) {
      .service-card1:hover .service-body1 {
      opacity: 1;
      max-height: 300px;
    }
    }
      
         
    
    /* design services styles */
      .card-holder {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      
        /* background-color: #f5f5f5; */
        overflow: hidden;
      }

      .card-carousel-container {
        width: 100%;
        max-width: 1200px;
        height: 450px;
        position: relative;
        overflow: visible;
        perspective: 1000px;
        margin-top: 80px;
      }

      .card-carousel-track {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        transform-style: preserve-3d;
        transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      }

      .scrolling-card {
        position: absolute;
        width: 280px;
        height: 380px;
        flex-shrink: 0;
        /* background: white; */
        border-radius: 20px;
        overflow: hidden;
        /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); */
        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        cursor: pointer;
        opacity: 1;
        visibility: visible;
      }

      /* 
      .card-carousel-track img {
        opacity: 1 !important;
        visibility: visible !important;
        max-width: 100%;
        height: auto;
        display: block;
      } */

      .scrolling-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        /* opacity: 1 !important;
  visibility: visible !important; */
      }

      .scrolling-card.card-center {
        z-index: 10;
        transform: scale(1.1) translateZ(0);
      }

      .scrolling-card.card-center img {
        filter: none;
      }

      .scrolling-card.card-left-2 {
        z-index: 1;
        transform: translateX(-400px) scale(0.8) translateZ(-300px);
        opacity: 0.7;
      }

      .scrolling-card.card-left-2 img {
        filter: grayscale(100%);
      }

      .scrolling-card.card-left-1 {
        z-index: 5;
        transform: translateX(-200px) scale(0.9) translateZ(-100px);
        opacity: 0.9;
      }

      .scrolling-card.card-left-1 img {
        filter: grayscale(100%);
      }

      .scrolling-card.card-right-1 {
        z-index: 5;
        transform: translateX(200px) scale(0.9) translateZ(-100px);
        opacity: 0.9;
      }

      .scrolling-card.card-right-1 img {
        filter: grayscale(100%);
      }

      .scrolling-card.card-right-2 {
        z-index: 1;
        transform: translateX(400px) scale(0.8) translateZ(-300px);
        opacity: 0.7;
      }

      .scrolling-card.card-right-2 img {
        filter: grayscale(100%);
      }

      .scrolling-card.card-hidden {
        opacity: 0;
        pointer-events: none;
      }

      .member-info {
        text-align: center;
        margin-top: 40px;
        transition: all 0.5s ease-out;
      }

      .member-name {
        color: rgb(8, 42, 123);
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
      }

      .member-name::before,
      .member-name::after {
        content: "";
        position: absolute;
        top: 100%;
        width: 100px;
        height: 2px;
        background: rgb(8, 42, 123);
      }

      .member-name::before {
        left: -120px;
      }

      .member-name::after {
        right: -120px;
      }

      .member-role {
        color: #000000;
        font-size: 1rem;
        font-weight: 500;
        width:800px;
        /* opacity: 0.8; */
        /* text-transform: uppercase; */
        letter-spacing: 0.1em;
        padding: 10px 0;
        /* margin-top: -10px; */
        position: relative;
      }
      .card-dots {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 60px;
      }

      .round-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(8, 42, 123, 0.2);
        cursor: pointer;
        transition: all 0.3s ease;
      }

      .round-dot.active {
        background: rgb(8, 42, 123);
        transform: scale(1.2);
      }

      .card-nav-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(8, 42, 123, 0.6);
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 20;
        transition: all 0.3s ease;
        font-size: 1.5rem;
        border: none;
        outline: none;
        padding-bottom: 4px;
      }

      .card-nav-arrow:hover {
        background: rgba(0, 0, 0, 0.8);
        transform: translateY(-50%) scale(1.1);
      }

      .card-nav-arrow.card-left {
        left: 20px;
        padding-right: 3px;
      }

      .card-nav-arrow.card-right {
        right: 20px;
        padding-left: 3px;
      }

      @media (max-width: 576px) {
  .card-carousel-container {
    height: 300px;
    margin-top: 40px;
  }

  .scrolling-card {
    width: 160px;
    height: 220px;
  }

  /* .scrolling-card.card-left-2 {
    transform: translateX(-180px) scale(0.75) translateZ(-200px);
  } */

  .scrolling-card.card-left-1 {
    transform: translateX(-90px) scale(0.85) translateZ(-100px);
  }

  .scrolling-card.card-right-1 {
    transform: translateX(90px) scale(0.85) translateZ(-100px);
  }

  /* .scrolling-card.card-right-2 {
    transform: translateX(180px) scale(0.75) translateZ(-200px);
  } */

  .member-name {
    font-size: 1.6rem;
  }

  .member-role {
    font-size: 1rem;
    width: 90%;
    margin: 0 auto;
  }

  .member-name::before,
  .member-name::after {
    width: 30px;
  }

  .member-name::before {
    left: -40px;
  }

  .member-name::after {
    right: -40px;
  }

  .card-nav-arrow {
    width: 32px;
    height: 32px;
    font-size: 1.2rem;
  }

  .card-dots {
    margin-top: 40px;
  }
}

@media (max-width: 400px) {
  .scrolling-card {
    width: 140px;
    height: 200px;
  }

  .member-name {
    font-size: 1.4rem;
  }

  .member-role {
    font-size: 0.95rem;
    width: 95%;
  }

  .card-nav-arrow {
    width: 28px;
    height: 28px;
    font-size: 1rem;
  }

  .card-dots {
    gap: 6px;
  }

  .round-dot {
    width: 10px;
    height: 10px;
  }
}

/* sample design works deisgn */
 .equal-height-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.equal-height-col {
  flex: 1 1 250px; /* responsive basis */
  max-width: 300px;
}

.design-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.custom-image {
  width: 100%;
  height: auto;
  max-height: 250px; /* default max height for responsiveness */
  object-fit: contain;
}

/* Custom dimensions per image */
.logo-img {
  width: 280px;
  height: 180px;
}

.business-card-img {
  width: 250px;
  height: 400px;
}

.menu-card-img {
  width: 280px;
  height: 350px;
}

.flyer-img {
  width: 300px;
  height: 420px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .equal-height-col {
    max-width: 100%;
  }
  .custom-image {
    width: 90%;
    height: auto;
    max-height: none;
  }
}


/* 
 Feedback and profile designs */
.feedback-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
}
 .left {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 80px;
  min-height: 500px;
}

.right {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: white;
  text-align: left;
}

.right p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.outer {
  position: relative;
  width: 100%;
  max-width: 430px;
  height: 300px;
}

.card {
  background: #fff;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  justify-content: flex-start;
  border-radius: 100px 20px 20px 100px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  animation: animate 15s linear infinite;
  animation-delay: calc(3s * var(--delay));
}

.outer:hover .card {
  animation-play-state: paused;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0.5);
  }
  5%,
  20% {
    opacity: 0.4;
    transform: translateY(100%) scale(0.7);
  }
  25%,
  40% {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0%) scale(1);
  }
  45%,
  60% {
    opacity: 0.4;
    transform: translateY(-100%) scale(0.7);
  }
  65%,
  100% {
    opacity: 0;
    transform: translateY(-100%) scale(0.5);
  }
}

.card.content {
  display: flex;
  justify-content: center;
}

.img {
  height: 90px;
  width: 90px;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin-right: 20rem;
}

.img img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 40%;
  left: 5%;
}

.details span {
  font-weight: 600;
  font-size: 20px;
  display: block;
  white-space: nowrap; /* Prevent wrapping if you want it in one line */
}

.details p {
  margin: 0;
  font-size: 1rem;
  display: block;
}

@media (max-width: 768px) {
  .img{
    height:100px;
    width:100px;
    margin-left: 100px;
  }
  .details{
  margin-left: 30px;
  margin-top: -20px;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .left,
  .right {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    align-items: center !important;
  }
  .card {
 
  width: 90%;
  height: 150px;
  margin-left:20px;
  }

  .right {
    padding-top: 2rem;
  }
}
.white-meeting-section {
  background: url("/images/white-meeting-bg.png") no-repeat center center;
  background-size: cover;

  padding: 60px 0;
  position: relative;
  z-index: 0;
}
/* card slider styles */
/* .slider-container {
        width: 100%;
        height: 100vh;
        background-image: url("Images/bg-img.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .slider-images {
        display: flex;
        align-items: center;
        gap: 20px;
      }
      .slider-images img {
        width: 70%;
        height: 70%;
        object-fit: cover;
        border-radius: 6px;
      }
      .slider-img {
        width: 110px;
        border-radius: 6px;
        cursor: pointer;
        position: relative;
        transition: 0.7s ease;
      }
      .slider-images .slider-img:first-child,
      .slider-images .slider-img:last-child {
        height: 480px;
      }
      .slider-images .slider-img:nth-child(2),
      .slider-images .slider-img:nth-child(6) {
        height: 560px;
      }
      .slider-images .slider-img:nth-child(3),
      .slider-images .slider-img:nth-child(4),
      .slider-images .slider-img:nth-child(5) {
        height: 665px;
      }
      h1 {
        font-family: "Jost", sans-serif;
        font-size: 40px;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
        color: #fff;
        position: absolute;
        top: 50%;
        left: -10%;
        transform: rotate(270deg);
        transition: 0.7s ease;
      }
      .details {
        position: absolute;
        bottom: 43px;
        left: 43px;
      }
      .details h2 {
        font-family: "Jost", sans-serif;
        font-size: 26px;
        font-weight: 700;
        text-align: left;
        line-height: 44px;
        text-align: left;
        color: #fff;
        text-transform: uppercase;
        transition: 0.7s ease;
        display: none;
      }
      .details p {
        font-family: "Jost", sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        line-height: 33px;
        text-align: left;
        color: #fff;
        text-transform: uppercase;
        transition: 0.7s ease;
        display: none;
      }
      .slider-img.active {
        width: 766px !important;
        height: 750px !important;
      }
      .slider-img.active h1 {
        display: none;
      }
      .slider-img.active .details p,
      .slider-img.active .details h2 {
        display: block;
      } */
