/* BREADCRUMB SECTION  */
.clip-section {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.clip_wrapper {
  background: #e6fafa;
  padding-block: 6rem 5rem;
  text-align: center;
  position: relative;
  clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
}

.clip_wrapper h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #111;
}

.clip_wrapper p {
  font-size: 16px;
  color: #333;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

.clip_wrapper strong {
  font-weight: 600;
}

.clip-section .shapes-wrapper>div {
  position: absolute;
  width: 3.25rem;
  aspect-ratio: 1 / 1;
}

.facebook {
  top: 40.5%;
  left: 18.5%;
}

.youtube {
  top: 12%;
  right: 21.5%;
  transform: rotate(347deg);
}

.google {
  top: 33.5%;
  right: 14.75%;
}

.instagram {
  top: 57%;
  right: 21%;
  transform: rotate(42deg);
}

.xmark {
  top: 13%;
  left: 22%;
}

.star {
  bottom: 2%;
  left: 24.8%;
}

.sparkle {
  bottom: 1.2%;
  right: 28.75%;
}

@media (max-width: 1024px) {
  .clip_wrapper {
    padding-block: 5rem 4rem;
  }

  .clip_wrapper h1 {
    font-size: 28px;
  }

  .clip_wrapper p {
    font-size: 15px;
    padding: 0 15px;
  }

  .shape {
    width: 2.25rem;
  }

  .facebook {
    top: 52.5%;
    left: 11.7%;
  }

  .youtube {
    top: 14%;
    right: 18%;
  }

  .google {
    top: 32%;
    right: 7.9%;
  }

  .instagram {
    top: 58%;
    right: 14.5%;
  }

  .star {
    bottom: 3.5%;
    left: 19.5%;
  }

  .sparkle {
    top: 79.2%;
    right: 22.6%;
  }

  .xmark {
    top: 11.7%;
    left: 17.6%;
  }
}

@media (max-width: 768px) {
  .clip-section {
    margin-bottom: 10px;
  }

  .clip_wrapper h1 {
    font-size: 22px;
  }

  .clip_wrapper p {
    font-size: 14px;
    padding: 0 10px;
  }

  .shape {
    width: 1.75rem;
  }

  .facebook {
    top: 35%;
    left: 1.4%;
    transform: rotate(335deg);
  }

  .youtube {
    top: 4%;
    right: 5.2%;
  }

  .google {
    display: none;
  }

  .instagram {
    right: 1.8%;
    top: 36%;
  }

  .star {
    bottom: 9.75%;
    left: 2.2%;
  }

  .sparkle {
    top: 78.25%;
    right: 10.4%;
  }

  .xmark {
    top: 5.25%;
    left: 7.3%;
  }
}

.padding {
  padding: 60px 0;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #012970;
}

.bg-green {
  background: #deffe1;
}

.bg-pink {
  background: #ffe6f2;
}

.bg-orange {
  background: #ffd16f73;
}

.bg-yellow {
  background: #f1f1af;
}

.highlighted {
  background: linear-gradient(135deg, #1e40af, #3b82f6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.flex-property {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-btn {
  display: inline-block;
  padding: 14px 32px;
  color: #fff;
  border: none;
  border-radius: 20px;
  background: linear-gradient(to right, #f92c8b 0, #b02cd6 100%);
  font-size: 17px;
  font-weight: 500;
}

/* COMMON CSS END HERE */

.feature-imgcard {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
  max-width: 358px;
  width: 100%;
  height: 250px;
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-imgcard img {
  object-fit: cover;
  display: block;
}

/* .feature-card {
    margin-top: 14px;
    background: #ebedff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    border-right: 3px solid #d5d7e5;
    border-bottom: 3px solid #d5d7e5;
} */
.feature-card {
  margin-top: 14px;
  background: #ebedff00;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid #d5d7e5;
  border-right: 3px solid #d5d7e5;
  border-bottom: 3px solid #d5d7e5;
}

.feature-card h4 {
  color: #34495e;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-card p {
  color: #555;
  font-size: 1rem;
  line-height: 1.5;
}

.video_section {
  height: 570px;
}

.video_section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.box_wrapper {
  background: #fffa;
  box-shadow: 0px 0 20px #ddd;
  padding: 20px 0px;
  text-align: center;
  border-radius: 10px;
  margin-block: 10px;
}

.box_wrapper h5 {
  font-size: 1.2rem;
  margin: 0;
  font-weight: 600;
}

.ecommerce-services {
  background: linear-gradient(135deg, #eef3ff, #fff8f4);
}

.ecommerce-img {
  position: relative;
}

.ecommerce-img img {
  position: relative;
  z-index: 0;
  max-width: 100%;
}

.ecommerce-img .main-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.ecommerce-img .main-icons .icon {
  position: absolute;
  width: 50px;
  height: 50px;
  animation: scaleUpDown 2.5s ease-in-out infinite;
  opacity: 0.95;
}

.icon:nth-child(1) {
  top: 22%;
  left: 32%;
}

.icon:nth-child(2) {
  top: 13%;
  left: 82%;
}

@keyframes scaleUpDown {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }
}

.ecommerce-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  /* background: radial-gradient(circle, #e6fafaaa, rgba(255, 248, 244, 0.2)); */
  background: linear-gradient(135deg, rgba(255, 248, 244, 0.2), #e6fafaaa);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  filter: blur(5px);
}

.service-card {
  background: #fff;
  border-radius: 16px;
  border: 2px dotted #012970;
  padding: 2rem 1.2rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.icon-wrapper {
  /* background: linear-gradient(145deg, #f4f7ff, #fff);
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.05),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
    width: 70px;
    height: 70px; */
  margin: 0 auto 1rem;
  /* border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #012970; */
}

.icon-wrapper img {
  width: 70px;
}

.service-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #012970;
}

.service-card p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 0;
}

.ecom-card {
  background: linear-gradient(282deg, #b6f0e6, #e8d9ff);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ecom-card h4 {
  color: #012970;
  font-weight: 600;
}

.ecom-card.glass-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.ecom-imgbox img {
  width: 80px;
}

/* CTA section */
.cta-section {
  /* background: url(../img/web/24.jpg) no-repeat center center / cover; */
  background: linear-gradient(rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.6)),
    url(../img/web/24.jpg) no-repeat center center / cover;
  background-attachment: fixed;
  background-color: #f0f8ff;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.cta-btn {
  position: relative;
  display: inline-block;
  margin-block: 15px;
  padding: 15px 25px;
  color: #fff;
  border-radius: 20px;
  background: -moz-linear-gradient(145deg, #4154f1, #012970);
  background: -webkit-linear-gradient(145deg, #4154f1, #012970);
  background: linear-gradient(145deg, #4154f1, #012970);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.6s;
  z-index: 3;
}

.whatsapp-icon .whatsapp-img {
  width: 60px;
  height: 60px;
  padding: 12px;
  margin-left: 25px;
  border-radius: 50%;
  background-color: #25d366;
  box-shadow: inset 0 0 0 50px #25d366;
  animation: whatsapp-pulse 2.5s infinite;
  outline: 1px solid #25d365;
  cursor: pointer;
}

@keyframes whatsapp-pulse {
  50% {
    outline: 3px solid #25d365a7;
    outline-offset: 2px;
  }

  100% {
    outline: 6px solid #25d3653e;
    outline-offset: 3px;
  }
}

.cta-image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 44%;
  border-radius: 500px 0 0 240px;
  border-left: 24px solid rgba(65, 84, 241, 0.4);
  overflow: hidden;
}

@media (max-width: 768px) {
  .cta-image-wrapper {
    display: none;
  }
}

.web_devimg img {
  max-width: 136%;
}

.hap-about-feature-area:before {
  content: "";
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  position: absolute;
  background-color: #eeeeee;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.hap-about-feature-item {
  width: calc(100% / 2 - 8px);
  padding: 1rem 0.5rem 0.75rem 1.1rem;
}

.hap-about-feature-item h6 {
  font-weight: 400;
  width: 98%;
  margin-bottom: 0;
}

.hap-about-feature-area:after {
  top: 0;
  left: 50%;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #eeeeee;
}

.ch_button {
  display: inline-block;
  position: relative;
  background: linear-gradient(to right, #908e8e, #000);
  color: #fff;
  padding: 14px 32px;
  border-radius: 10px;
  margin-top: 1rem;
  transition: 0.2s;
}

.ch_button:hover {
  color: #fff;
  background: linear-gradient(to right, #000, #908e8e);
}

.web-feature .featurevideo {
  width: 100%;
  height: 100%;
}

.web-feature .featurevideo video {
  max-width: 855px;
  height: auto;
  border-radius: 20px;
}

.web-feature .featureimg {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
  width: 100%;
}

.web-feature .featurecard {
  /* margin-top: 14px; */
  background: #e4f3f0;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
}

.web_services .web_services_content {
  max-width: 640px;
  width: 100%;
}

.web_services_content h2 {
  margin-bottom: 0.75rem;
}

.web_services_content p {
  margin-bottom: 0.65rem;
}

.web_services .web_services_box {
  position: relative;
  background: var(--service-bg, #f3f6ff);
  padding: 25px 20px 20px;
  border-radius: 10px;
  /* margin-bottom: 2rem; */
  box-shadow: 0px 2px 6px #ddd;
}

.web_services .web_services_box.web_services1 {
  background: linear-gradient(to bottom, #dde7ff 20%, #c5d5ff);
}

.web_services .web_services_box h4 {
  font-size: 1.45rem;
  font-weight: 600;
  text-shadow: -2px -2px 0px #fff;
  margin-bottom: 0.5rem;
  color: #012970;
}

.web_services .web_services_box h2 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-block: 10px;
}

.web_services .web_services_box h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #4966c2;
  margin-block: 0.4rem 0.8rem;
}

.web_services .web_services_box .social_img {
  position: absolute;
}

.web_services .web_services_box p {
  /*color: #3c4275bb;*/
  line-height: 1.55;
  /*font-size: 1rem;*/
}

/* Box 3 image positioning */
.web_services .web_services_box.web_services3 .social_img {
  top: -10%;
  right: -5%;
  max-width: 5.8rem;
  width: 26%;
  opacity: 0.9;
}

/* Box 3 extra image */
.web_services .web_services_box.web_services3 .fb_img {
  height: 250px;
  margin-bottom: 0.9rem;
}

@media (max-width: 991px) {
  .web_devimg img {
    max-width: 100% !important;
  }

  .web-feature .featurevideo video {
    max-width: 100%;
    width: 100%;
    border-radius: 16px;
  }

  .featureimg img {
    width: 100%;
  }

  .web-feature .featurecard {
    padding: 16px;
    font-size: 0.95rem;
  }

  .web-feature h3.section-heading {
    font-size: 1.6rem;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .web-feature .featurecard p {
    text-align: center;
  }

  .web_devimg {
    text-align: center;
  }
}

@media (max-width: 567px) {
  .web_services .web_services_box.web_services3 .social_img {
    top: -14%;
    right: -2%;
    max-width: 4rem;
  }
}

.web-hosting {
  background: linear-gradient(to bottom, #fff, #d2e8e7fa);
}

.hero-content {
  color: #333;
  height: 100%;
  padding-right: 20px;
}

.web-hosting .hero-subheading {
  font-size: 0.95rem;
  color: #007bff;
  font-weight: 600;
  margin-bottom: 10px;
}

.web-hosting .hero-description {
  font-size: 15px !important;
  color: #555;
  margin-bottom: 10px;
}

.web-hosting .cta-btn {
  max-width: 250px;
}

.hosting_features .section-heading .accent {
  display: block;
  font-style: italic;
  font-weight: 700;
  font-size: 3.2rem;
  margin-top: 0.25rem;
}

.hosting_box {
  position: relative;
  background: #f6f6f6;
  border-radius: 16px;
  padding: 2.5rem 1.5rem 0.5rem;
  min-height: 300px;
}

.host_img {
  position: absolute;
  top: -30px;
  width: 88px;
  max-width: 60%;
  height: auto;
  z-index: 5;
  transition: transform 0.25s ease;
}

.host_img--left {
  left: 20px;
  transform: rotate(-6deg);
}

.host_img:hover {
  transform: translateY(-8px);
}

.stat-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  color: #0a0a0a;
}

@media (max-width: 768px) {
  .host_img {
    top: -22px;
    max-width: 30%;
  }

  .host_img--left,
  .host_img--right {
    left: 20%;
    transform: translateX(-50%) rotate(0deg);
  }

  .hosting_box {
    padding-top: 1.8rem;
  }
}

@media (max-width: 567px) {
  .section-heading .accent {
    font-size: 2.6rem;
  }
}

.domain_services h3 {
  font-size: 2rem;
}