

.marquee {
    background: #FF4500;
    color: #fff;
    padding: 5px 0px;
    font-weight: 500;
}


/* CSS class to hide the element */
.hidden {
    display: none !important;
    /* You could also use: opacity: 0; pointer-events: none; for a fade-out effect */
}

.sbox-2 ul {
    list-style: disc;
    text-align: left;
}
.sbox-2 .p-sm {
    color: #333333;
    font-size: 17px;
    text-align: left;
    margin-bottom: 10px;
}
.sbox-2 h5.h5-md {
    font-size: 23px;
}

/* 29-10-2025  */

/* typing effect  */

/* Custom CSS to show the blinking cursor */

/* The base class for the link */
#typing-header {
    /* Required to make the ::after element positioned correctly */
    position: relative; 
    display: inline-block;
}

/* The element that creates the blinking cursor */
#typing-header.typing-cursor::after {
    content: '|'; /* The cursor character */
    display: inline;
    animation: blink 0.7s infinite;
    font-weight: 300; 
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* typing effect end  */

/* Custom CSS for the SEO Services Section */
.seo-services-specialty {
    background-color: #f8f9fa; /* Light background for the section */
}

.service-card {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #ffffff;
}

/* Hover effect for interactivity */
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; /* Stronger shadow on hover */
}

.service-icon {
    /* Style for the placeholder image/icon */
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: contain;
}

.card-title {
    color: #343a40; /* Darker color for titles */
}

/* Benefit/Value Proposition text */
.card-text {
    font-size: 1rem;
    color: #495057;
    margin-bottom: 1rem;
}

.service-features {
    padding-left: 0; /* Remove default list padding */
    font-size: 0.95rem;
    color: #6c757d;
}

/* Style for the checkmark icon (requires Bootstrap Icons link) */
.service-features i.bi-check-circle-fill {
    color: #198754; /* Use primary color for checkmarks */
}

/* price  */

.pricing-section {
    padding: 80px 0;
    background-color: #f8f9fa; /* Light background for the section */
}

.pricing-section .display-6 {
    font-weight: 700;
}

/* --- Pricing Card General Styles --- */
.pricing-card {
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    padding: 30px;
    text-align: center;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* --- Pricing Card Header --- */
.pricing-header h3 {
    font-weight: 600;
    font-size: 1.2rem;
    color: #495057;
}

.price-block {
    margin: 20px 0;
}

.price-currency {
    font-size: 1.5rem;
    vertical-align: top;
    font-weight: 600;
    color: #212529;
}

.price-amount {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    color: #dc3545; /* Red color for pricing */
}

.price-term {
    display: block;
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 5px;
}

/* --- Featured Card (SEO BASIC) Highlight --- */
.pricing-card.featured-plan {
    border-color: #0d6efd; /* Blue border */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.05); /* Slightly larger */
    z-index: 10;
}

.featured-plan .best-value-badge {
    position: absolute;
    top: 55px;
    right: 0;
    background-color: #0d6efd;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 40px;
    transform: rotate(45deg) translate(30%, -10%);
    transform-origin: 100% 0;
    width: 200px;
    text-transform: uppercase;
}

.featured-plan .price-amount {
    color: #0d6efd; /* Blue color for featured price */
}

/* --- Features List --- */
.features-group {
    text-align: left;
    margin-top: 20px;
}

.features-group h4 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #212529;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 15px;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.features-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.features-list li {
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: #495057;
    display: flex;
    align-items: center;
}

.features-list .bi-check-circle-fill {
    color: #198754; /* Green checkmark */
    margin-right: 10px;
    font-size: 1.1rem;
}

/* Call to Action Button */
.btn-plan {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    font-weight: 600;
    border-radius: 8px;
}

a.btn.btn-outline-secondary.btn-plan {
    border: 1px solid #000;
    color: #000;
}

a.btn.btn-outline-secondary.btn-plan:hover {
    border: 1px solid #6c757d;
    color: #fff;
}

a.btn.btn-outline-secondary.btn-best.btn-plan{
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

a.btn.btn-outline-secondary.btn-best.btn-plan:hover{
    border: 1px solid #6c757d;
    color: #fff;
    background-color: #6c757d;
}

/* .bg-06{
    background-image: url(../images/banner-s.png) !important;
} */

.tra-menu .wsmainfull {
       padding: 0px !important;

}

/* responsive start  */




  .project-1 {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
  }
  .project-1:hover {
    transform: translateY(-5px);
  }

  .project-1 img {
    border-radius: 8px;
  }

  /* .desktoplogo {
    color: #fff;
} */
.tra-menu.dark-scroll .wsmainfull.scroll small {
   color: #fff;
}

.tra-menu.dark-scroll .wsmainfull.scroll .desktoplogo img {
    width: 200px;
}


/* For SEO services carousel */
  #seoServicesCarousel.owl-theme .owl-dots .owl-dot span {
    background-color: #bbb !important;
    opacity: 0.6 !important;
  }
  #seoServicesCarousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: #ff4500 !important;
    opacity: 1 !important;
  }
    /* Fix Bootstrap overriding Owl Carousel dots */
  #projectCarousel.owl-theme .owl-dots .owl-dot span {
    background-color: #bbb !important;
    opacity: 0.6 !important;
  }
  #projectCarousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: #ff4500 !important;
    opacity: 1 !important;
  }
  
  /* review customers  */

  .reviews-holder .review-3 {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    text-align: left;
    height: 100%;
  }
  
  .owl-theme .owl-dots {
    text-align: center;
    margin-top: 20px;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #bbb !important;
    border-radius: 50%;
    display: inline-block;
    margin: 4px;
  }
  .owl-theme .owl-dots .owl-dot.active span {
    background: #ff4500 !important;
  }

  /* price button start  */



  /* Wrapper */
.price-mobileBtn{
    --accent:#2563EB;                
    position: sticky; top: 64px;       
    z-index: 20;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    padding: 10px;
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(2,8,20,.06);
    margin-top: 30px !important;
  }

  .mob-btn-plan{
    appearance: none;
    background: #fff;
    color: #0f172a;
    border: 1px solid #e6ebf2;
    border-radius: 10px;
    padding: 12px 10px;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .2px;
    line-height: 1;
    transition: transform .15s ease, box-shadow .2s ease, color .2s ease, background .2s ease, border-color .2s ease;
  }
  
  .mob-btn-plan:hover{ transform: translateY(-1px); }
  
  .mob-btn-plan.active{
    color: #fff;
    background: var(--accent);
    border-color: transparent;
    box-shadow: 0 8px 22px color-mix(in oklab, var(--accent) 35%, transparent);
  }
  
  .mob-btn-plan.mob-btn1.active{
    background: #dc3545 !important;
  }

  .mob-btn-plan.mob-btn3.active{
    background: #333 !important;
  }



  @media (max-width: 380px){
    .plan-switch{ grid-template-columns: 1fr; }
  }
  

  /* responsive start  */

@media(max-width:767px) {
    .pricing-mobile{
        padding: 0 10px;
        gap: 10px;
    }

    .v-pricing{
        padding: 0 20px;
    }

    .section-title {
        margin-bottom: 0px !important;
    }
    .wide-60 {
        padding-top: 40px !important;
    }

    #brands-2 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    #hero-2 {
        padding-top: 40px !important;
    }

    #brands-2 .brand-logo {
        width: 30% !important;
        padding: 0 !important;
    }

    .img-85{
        width: 85px !important;
    }

    .wide-100 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .pricing-section{
        padding: 40px 0 !important;
      }
    
}

/* .owl-carousel { display: block !important; } */

.whatsapp_btn img {
    position: fixed;
    height: 70px;
    width: 70px;
    right: 11px;
    bottom: 20px;
    z-index: 999999;
}