
    .table-single ul li a{
    list-style: none;
    font-size: 20px;
    color: #61ff33;
}
.table-single ul li:hover a{
    text-decoration:underline!important;
}
    @keyframes scaleBackground {
        0% {
            background-size: 100%;
            /* Start with normal size */
        }

        100% {
            background-size: 120%;
            /* Gradually zoom in to 120% */
        }
    }

    .video {
        background: #0000001f;
    }

    .youtube-info {
        padding: 50px 0 20px;
        background: url(../images/crowd.webp);
        background-blend-mode: overlay;
        background-color: rgba(0, 0, 0, 0.9);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        animation: scaleBackground 10s infinite;
        transition: background-size 2s ease;
    }

    .title-contain {
        margin: 2rem 0;
    }

    .video-title {
        font-size: 3rem;
        padding-bottom: 1rem;
        color: #000;
    }

    .video-title::after {
        position: absolute;
        content: "";
        background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
        height: 4px;
        width: 60px;
        top: 86%;
        right: 47%;
    }

    .row.col-contain {
        padding: 20px 0;
    }

    .info-youtube {
        margin: 4rem;
    }

    .info-youtube p {
        font-size: 2rem;
        font-style: italic;
        color: #fff;
    }

    .info-youtube p i.fa-info {
        background: #fff;
        color: blue;
        font-size: 2.5rem;
        border-radius: 50%;
        padding: 15px 30px;
    }

    .youtube-link {
        color: #fff;
        /* White color for text */
        background-color: #ff0000;
        /* Red background */
        padding: 12px 24px;
        /* Add some padding for better appearance */
        border-radius: 25px;
        /* Rounded corners */
        text-decoration: none;
        /* Remove underline */
        transition: background-color 0.3s ease, transform 0.2s ease;
        /* Smooth transition for background color and transform */
        display: inline-block;
        /* Make it a block element */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        /* Add shadow */
        font-size: 18px;
        /* Larger font size */
        font-weight: bold;
        /* Bold text */
    }

    .youtube-link:hover {
        background-color: #ff4500;
        /* Darker red color on hover */
        transform: translateY(-2px);
        /* Move up slightly on hover */
    }

    .video-contain {
        padding: 20px;
    }

    .owl-carousel img {
        display: block;
        width: 100%;
        height: auto;
    }

    .gallery {

        padding: 30px 0 30px;
    }

    .gallery-title {
        font-size: 3rem;
        padding-bottom: 1rem;
    }

    .gallery-title::after {
        position: absolute;
        content: "";
        background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
        height: 4px;
        width: 60px;
        top: 86%;
        right: 47%;
    }

    .image-all {
        margin: 30px 0;
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 32, 69, 1), rgba(0, 32, 69, 0.8), rgba(0, 131, 178, 0.5), rgba(255, 255, 255, 0.2));


        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .overlay i {
        font-size: 50px;
        color: #fff;
    }

    .item:hover .overlay {
        opacity: 1;
    }

    .owl-carousel img {
        /*display: block;*/
        width: 100%;
        height: 350px;
        object-fit: cover;
        ratio: 1/1;
    }

    .custom-navigation-icons {
        margin-top: 10px;
        text-align: center;
    }

    .custom-navigation-icons i {
        font-size: 20px;
        color: #007bff;
        cursor: pointer;
        margin: 0 15px;
    }

    .custom-navigation-icons i:hover {
        color: #0056b3;
    }

    .item {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }
    
   .recaptcha-container {
        width: 50% !important; 
        /*margin: 0 auto; */
        margin-right:55px;
        
    }

    .recaptcha-input {
        transform: scale(0.8); 
        transform-origin: center; 
    }

    .top-heading{
          color: #1973a2;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.4rem;
    }

    .service-card {
      border: 1px solid #031e7c;
      border-radius: 10px;
      background: #edf2fa;
      padding-top: 50px !important;
      position: relative;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
      transition: 0.3s ease-in-out;
      /* height: 100%; */
      height:190px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }

    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .icon-circle {
      position: absolute;
      top: -25px;
      left: 50%;
      transform: translateX(-50%);
      background: #1973a2;
      border: 1px solid #ddd;
      border-radius: 50%;
      padding: 10px 14px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    .text-box h3 {
      font-weight: 600;
    }

    .service-col {
      margin-bottom: 32px;
    }

    .row-equal {
      display: flex;
      flex-wrap: wrap;
    }

    .row-equal > [class*='col-'] {
      display: flex;
    }

.service-card:hover {
  border-radius: 10px;
  transform: translateY(-5px);
  background-color: #1973a2;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.service-card:hover .icon-circle {
  background-color: #fd6c1e;
}

.service-card:hover .text-box h3,
.service-card:hover .text-box p {
  color: #ffffff;
}

  .cta-box {
    text-align: center;
    background: linear-gradient(65deg, #031e7c, #1973a2);
    color: #ffffff;
    padding: 45px 20px;
    border-radius: 8px;
  }

  .cta-title {
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 15px;
  }

  .cta-subtitle {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 30px;
  }

  .cta-buttons {
    margin-top: 25px;
  }

  .new-cta-btn {
    display: inline-block;
    padding: 10px 30px;
    margin: 8px 12px;
    font-size: 20px;
    font-weight: 800;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .contact-btn {
    background-color: #ffffff;
    color: #031e7c;
    border: 2px solid #ffffff;
  }

  .contact-btn:hover {
    background-color: #f3f3f3;
    color: #1973a2;
  }

  .call-btn {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
  }

  .call-btn:hover {
    background-color: #ffffff;
    color: #031e7c;
  }

  .whatsapp-btn {
    background-color: #25d366;
    color: #ffffff;
    border: 2px solid #25d366;
  }

  .whatsapp-btn:hover {
    background-color: #1ebe5d;
    border-color: #1ebe5d;
    color: #ffffff;
  }

  @media (max-width: 767px) {
  .cta-box {
    padding: 30px 15px;
    border-radius: 6px;
  }

  .cta-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .cta-subtitle {
    font-size: 16px;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .new-cta-btn {
    width: 100%;
    max-width: 280px;
    font-size: 16px;
    padding: 10px;
    margin: 0;
  }
}

/* section.gallery-section {
    background-image: url(../images/testimonial.jpg);
    background-repeat: no-repeat;
} */ 

 @media (max-width: 767px) {
  .election-services {
    margin-top:20px !important;
  } 
} 

 @media (max-width: 767px) {
  .youtube {
    margin-top:16px !important;
  } 
}

 @media (max-width: 992px) {
  .digital-marketing {
    margin-top:25px !important;
  } 
}  


@media (min-width: 768px) and (max-width: 991.98px) {
  .marketing {
    margin-top: 20px;
  }
}
.state-map-img{
  height:360px !important;
} 

 @media (min-width: 992px){
  .about-text ul li {
    text-align: initial !important; 
  }
}


