.dot-box {
    border-style: dashed;
    border-radius: 20px;
    padding: 45px 12px 19px 19px;
    border-width: thin;
}


.home-hero{
 
    box-shadow: 0px 1px 10px 9px #88888869;
    border-radius: 20px;
    padding: 31px 14px 40px 28px;
}
.pb-30{
    padding: 30px;
}
.sms-title {
        font-size: 39px;
    font-weight: 600;
    line-height: 47px;
    color:#ffff;
}
.white{
	color:#fff;
}

.black{
	color: #000;
	border: solid 1px #34b37f75;
    padding: 16px 0 15px;
}

.digital-background {
    background-color: #b3c2d6;
    padding: 54px 0 9px;
}
.seo-blue {
    background: #081d36;
}

.seo-green {
    background: #30ac6d;
}

.laptop-section {
    font-size: 14px;
    font-weight: 400;
        margin: 0 0 -37px;
}


.laptop-section-font {
    text-align: center;
    padding: 38px 0 0;
    font-weight: 700;
    font-size: 17px;
}

.description-list2 li i {
    color: #5f5f5f;
    line-height: 26px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    font-size: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
}

.site-bg-light-purple2 {
  background-color: #051324;
}

.site-bg-blue2 {
    background-color: #05223e;
}

.justify{
    text-align: justify;
    color: #ffff;
}

.f-16{
    font-size: 16px;
}

.mt-10{
    margin-top: 10px;
}

.mt-72{
    margin-top: -72px;
}
.f-32 {
    font-size: 32px;
}

.box-green{
    background-color: #11976a5c;
}

.f-14 {
    font-size: 14px;
}

.br-72 {
    border-radius: 72px;
}
.p-40{
    padding: 40px;
}

.mt-50{
    margin-top: 50px;
}

.mt-46 {
    margin-top: -46px;
}

.mt-10{
    margin-top: 10px;
}

.center{
    text-align: center;
}

.copy-write {
    color: #a1a1a7;
    font-weight: 400;
}

/* Media query for mobile devices */
    @media (max-width: 767px) {
      .hidden-on-mobile {
        display: none;
      }
    }

    .centered{
        text-align: center;
    }

    .back-btn{
        /* background-color: #042552; */
    margin: 0 9px 0;
    border-radius: 4px;
    }

    .gold{
        color: #785903;
    }

        .seven h2 {
                text-align: center;
                    /* font-size: 30px; */
                    /* font-weight: 300; */
                    color: #222;
                    /* letter-spacing: 1px; */
                    /* text-transform: uppercase; */
                    display: grid;
                    grid-template-columns: 1fr max-content 1fr;
                    grid-template-rows: 27px 0;
                    grid-gap: 20px;
                    align-items: center;
                    font-family: "Rubik", sans-serif;
        }
    
        .seven h2:after,
        .seven h2:before {
            content: " ";
                display: block;
                border-bottom: 1px solid #59a77f;
                border-top: 1px solid #785903;
                height: 5px;
                /* background-color: #f8f8f8; */
            
}
 .font-sty {
    font-size: 20px;
    font-weight: 600;
}

.process-box{
       border: 0.5px #fff;
    /* margin: 0 0.1px 12px; */
    /* background: #002760; */
    border-style: dashed;
    padding: 0 19px 8px;
    /* text-align: center;*/
}

.dark-blue{
           background: #002760;
    /* margin: 0 127px 43px; */
    padding: 86px 0 50px;
}



.box-num {
  /*margin: 15px 0 4px;*/
  margin: 15px 112px 4px;
    background: #f45123;
    /* padding: 10px; */
    border-radius: 25px;
    width: 46px;
    height: 43px;
}

.box-topic {
    margin: 12px 0 20px;
}

.green-box{
    background-color: #327b6b;
    color:#fff;
}

.mb-40 {
    margin-bottom: -40px;
}


/*Animated button*/
.generate-button {
  --generate-button-star-1-opacity: .25;
  --generate-button-star-1-scale: 1;
  --generate-button-star-2-opacity: 1;
  --generate-button-star-2-scale: 1;
  --generate-button-star-3-opacity: .5;
  --generate-button-star-3-scale: 1;

  --generate-button-dots-opacity: 0;

  appearance: none;
  outline: none;
  border: none;
  padding: 16px 24px 16px 20px;
  border-radius: 29px;
  margin: 0;
  background-color: #328dcb;
  color: #fff;
  min-width: 192px;
  display: flex;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  transition: transform .3s, background-color .3s, box-shadow .3s, color .3s;

  &:before {
    content: '';
    display: block;
    position: absolute;
    right: 20%;
    height: 20px;
    left: 20%;
    bottom: -10px;
    background: #030b2d;
    filter: blur(12.5px);
    z-index: 2;
    clip-path: inset(-200% -30% 10px -30% round 29px);
    opacity: 0;
    transition: opacity .4s;
    transform: translateZ(0);
  }

  span {
    position: relative;
    z-index: 1;
    font-family: 'Poppins', Arial;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.005em;
    display: block;

    &:before {
      content: '';
      background-image: linear-gradient(to right, transparent, #1D1D1D);
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      opacity: 0;
      transition: opacity .4s;
    }
  }

  .stroke {
    mix-blend-mode: hard-light;

    svg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      fill: none;
      stroke-width: .75px;
      stroke: #E2D9FF;
      stroke-dasharray: 1.5 14;
      stroke-dashoffset: 22;
      opacity: 0;

      &:nth-child(2) {
        stroke-width: 1px;
        stroke-opacity: .5;
        filter: blur(3px);
      }
    }
  }

  svg {
    display: block;
    overflow: visible;
    pointer-events: none;

    &.dots {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      fill: 051c79;
      opacity: var(--generate-button-dots-opacity);
    }

    &.icon {
      width: 24px;
      height: 26px;
      margin-right: 12px;
      fill: currentColor;

      path {
        &:nth-child(1) {
          opacity: var(--generate-button-star-1-opacity);
          transform: scale(var(--generate-button-star-1-scale)) translateZ(0);
          transform-origin: 25% 14.58%;
        }

        &:nth-child(2) {
          opacity: var(--generate-button-star-2-opacity);
          transform: scale(var(--generate-button-star-2-scale)) translateZ(0);
          transform-origin: 60.42% 50%;
        }

        &:nth-child(3) {
          opacity: var(--generate-button-star-3-opacity);
          transform: scale(var(--generate-button-star-3-scale)) translateZ(0);
          transform-origin: 25% 85.42%;
        }
      }
    }
  }

  &:hover {
    --generate-button-scale: 1.1;
    --generate-button-shadow-wide: rgba(208, 173, 255, 0.4);
    --generate-button-shadow-inset: rgba(255, 255, 255, 0.35);
    --generate-button-shadow-outline: 3px;

    color: #fff;
    background-color: #051c79;

    .stroke {
      svg {
        animation: stroke 2s linear infinite;
      }
    }

    &:before {
      opacity: 1;
    }

    span {
      &:before {
        opacity: 0;
      }
    }

    &:active {
      --generate-button-scale: 1.05;
    }
  }
}

@keyframes stroke {
  0% {
    opacity: 0;
  }

  25%,
  75% {
    opacity: 1;
  }

  95%,
  100% {
    stroke-dashoffset: 6;
    opacity: 0;
  }
}

.blue-font {
    font-size: 24px;
    color: #328dcb;
}

.dark-blue-home {
    font-size: 47px;
    color: #051c79;
}

.font-52 {
    font-size: 52px;
}

.sub-heading {
    font-size: 31px;
    font-weight: 500;
}

.title-sub {
    font-size: 26px;
    color: #b2d4eb;
    font-weight: 500;
}

.dark-blue-pricing {
    font-size: 26px;
    color: #051c79;
}

.tab-section {
    background: #051c79;
    color: #fff;
    padding: 39px 33px 62px 40px;
    border-radius: 20px;
}

.tab-img {
    background: #fff;
    border-radius: 7px;
}


/*index page*/
/* background colors */
.bg-yellow { background:#fff6cf; }
.bg-blue   { background:#e9f2ff; }
.bg-green  { background:#eafcf2; }

/* base box styling */
.box {
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
}

/* smaller image box */
.image-box {
  background:#fff;
  border-radius:12px;
  box-shadow:0 4px 12px rgba(0,0,0,.1);
  padding:8px;
  max-width:100%;
}
.image-box img { width:100%; border-radius:10px; display:block; }

/* larger white content box */
.content-box {
  background:#fff;
  border-radius:14px;
  box-shadow:0 8px 20px rgba(0,0,0,.1);
  padding:18px 22px;
  max-width:80%;
}
.stat-strong { font-size:26px; font-weight:800; margin-bottom:4px; }

/* bullet list with check marks */
.check-list { list-style:none; padding:0; margin:0 0 14px; }
.check-list li {
  position:relative; padding-left:26px; margin:8px 0; font-size:14px;
}
.check-list li::before {
  content:""; position:absolute; left:0; top:4px;
  width:16px; height:16px; border-radius:50%;
  border:2px solid #28a745;
}
.check-list li::after {
  content:"";     
  position: absolute;
    left: 5px;
    top: 8px;
    width: 5px;
    height: 7px;
    border-right: 2px solid #28a745;
    border-bottom: 2px solid #28a745;
    transform: rotate(45deg);
}
.check-list a { color:#2d2de8; font-weight:600; text-decoration:none; }

/* CTA link */
.cta-link { color:#2d2de8; font-weight:700; font-size:13px; text-decoration:none; }
.cta-link:hover { text-decoration:underline; }

/* overlay for chart */
.overlay-chart {
  position:absolute; top:20px; right:20px; width:80px;
  border-radius:8px; box-shadow:0 4px 10px rgba(0,0,0,.1);
}

/* button */
.btn-green {
  display:inline-block; padding:6px 14px;
  font-size:12px; font-weight:700;
  color:#fff; background:#00a35c;
  border-radius:20px; text-decoration:none;
}
.btn-green:hover { background:#009152; }

.index-box {
    padding: 34px 46px 0;
}

/*end index section*/
.justify-pera{
    text-align:justify;
}

/* ===== Network sol ===== */

.wp-migrate{
  background: var(--callout-bg);
  border-radius: var(--radius-xl);
  padding: 42px 20px;
  margin: 24px 0;
}

.wp-migrate__inner{
  max-width: 1200px;
}

/* Image */
.wp-migrate__media{
  border-radius: var(--radius-md);
  overflow: hidden;
}
.wp-migrate__media img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-md);
  object-fit: cover;
}

/* Eyebrow pill */
.wp-migrate__eyebrow{
  display: inline-block;
  background: var(--pill-bg);
  color: var(--pill-text);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .04em;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}

/* Title & text */
.wp-migrate__title{
  color: var(--title);
  font-weight: 800;
  line-height: 1.15;
  font-size: clamp(28px, 3.2vw, 42px);
  margin: 4px 0 14px;
}
.wp-migrate__text{
  color: var(--body);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 22px;
}

/* CTA with blue highlight underline */
.wp-migrate__cta{
  position: relative;
  display: inline-block;
  font-weight: 800;
  color: #111827;
  text-decoration: none;
  padding-bottom: 6px;
  background-image: linear-gradient(var(--blue), var(--blue));
  background-size: 100% 12px;           /* height of the blue bar */
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size .25s ease;
}
.wp-migrate__cta span{ margin-left: 4px; }
.wp-migrate__cta:hover{
  background-size: 100% 16px;           /* slightly taller on hover */
}

/* Responsive spacing */
@media (max-width: 991px){
  .wp-migrate{ padding: 28px 16px; }
  .wp-migrate__title{ font-size: clamp(26px, 6vw, 36px); }
  .wp-migrate__media{ margin-bottom: 16px; }
  
  /* ===== Network sol end ===== */
  
  
  
  /* ===== Pramotion ===== */


.pro-banner{
  padding: 16px;                  /* breathing room around the rounded block */
}
.pro-banner__wrap{
  position: relative;
  border-radius: var(--radius-xxl);
  overflow: hidden;
  min-height: 360px;              /* adjust height as needed */
  background: #000;               /* fallback while image loads */
}

/* Background image */
.pro-banner__bg{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(105%);
}

/* Subtle top-to-bottom darkening so white text pops */
.pro-banner__shade{
  position: absolute; inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.12) 0%,
    rgba(0,0,0,0.12) 35%,
    rgba(0,0,0,0.45) 100%
  );
}

/* Brand row (top-left) */
.pro-banner__brand{
  position: absolute; left: 28px; top: 22px;
  display: flex; align-items: center; gap: 10px;
  color: #ffffff; opacity: 0.95;
  font-weight: 600; font-size: var(--brand-size);
  letter-spacing: .2px;
}
.pro-banner__mark{
  width: 20px; height: 20px; display: block;
}
.pro-banner__dot{
  opacity: .7; margin: 0 2px;
}
.pro-banner__sub{
  font-weight: 500; opacity: .9;
}

/* Big headline near bottom-left */
.pro-banner__title{
  position: absolute; left: 28px; bottom: 28px;
  margin: 0;
  color: #fff;
  font-weight: 800;
  line-height: 1.05;
  font-size: var(--title-size);
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}

/* Responsive tweaks */
@media (max-width: 768px){
  .pro-banner__wrap{ min-height: 300px; }
  .pro-banner__brand{ left: 18px; top: 16px; }
  .pro-banner__title{ left: 18px; bottom: 18px; }
}

 /* ===== Pramotion End ===== */
 
 
/*-----------------------------------------*/
 
 /* Section background (blue full-width) */
.live-section {
  background-color: #0F2D4C; /* deep DreamHost blue */
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* Headings and text */
.live-section h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #fff;
}
.live-section p {
  font-size: 1rem;
  max-width: 520px;
  color: #D9E4F2; /* lighter text */
}

/* Button */
.live-section .btn-primary {
  background-color: #1877F2;
  border: none;
  border-radius: 8px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}
.live-section .btn-primary:hover {
  background-color: #0F67DE;
}

/* Phone mockup */
.main-phone {
  max-width: 300px;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

/* Small product card overlay */
.small-card {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-120%);
  max-width: 140px;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(0,0,0,0.25);
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .live-section {
    text-align: center;
  }
  .small-card {
    position: relative;
    transform: none;
    bottom: -10px;
    left: auto;
    margin-top: -40px;
  }
}

 /*---------------------------------------------------*/

