/* New Banner Start */

 .new__home {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: center;
}

#new_home {
    min-height: 100vh;
}
.topbaneernew{
background-image: url('https://www.cvinfotech.com/wp-content/uploads/2025/12/top_hero_image.webp');
    background-size: cover;
    background-position: center;
/*    height: 90vh;
    min-height: 500px;*/
    position: relative;
}

.overlay__img {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, rgba(47, 50, 147, 0.35), rgba(0, 0, 0, 1.50));
    background-blend-mode: overlay;
    z-index: 1;
     min-height: 500px;
}

.top__content {
     text-align: center;
    position: relative;
    z-index: 2;
    max-width: 1024px;
    margin: 0 auto;
    padding: 90px 20px 200px;
    color: #fff;
    overflow-wrap: break-word;
     min-height: 300px;
}

.top__content h1 {
    font-size: 37px;
}
  a.cont-btn.a1 {
    background: #fff;
    color: #313E94;
    border-radius: 1px;
    font-size: 14px;
    margin-bottom: 10px;
}
a.cont-btn.a2  { border-radius: 1px; font-size: 14px; margin-bottom: 10px;}


section#breadcrumb-section {
    display: none;
}
section#service-section {
    display: none;
}



.blue_bg {
    background: #F3F8FE;
}

.client-home .post-slide {
    background: transparent;}

.imgsec{
 vertical-align: middle;
 display: flex;
 background: #170868;
 border-radius: 100%;
 padding: 10px;}

.theme-cornd {
 border: 1px solid #170868;
 border-radius: 100%;
 padding: 6px;
 width: 70px;
 height: 70px;
 justify-content: center;
 display: flex;
 margin: 0 auto;
}

.topsec .theme-icon svg {
    color: #ffffff; /* normal state */
    transition: color 0.3s ease-in-out;
}

.topsec:hover .theme-icon svg {
    color: #007BFF; /* red on hover */
}

section#top_banner_block {
    position: relative;
    margin-top: -7%;
    z-index: 9;
}

.theme-icon.bb {margin: 0 auto 0;     padding: 30px 0px; width: auto; height: auto;}
.theme-item.topsec:hover {background: #6d6d6d;}
.theme-item.topsec:hover h4.theme-title, .theme-item.topsec:hover p{ color: #ffffff;}
.theme-item.topsec:hover .theme-cornd {border: 1px solid #ffffff;}
.theme-item.topsec:hover .imgsec {background: #ffffff;}

        .testimonial-home .owl-carousel .owl-stage {
        margin: auto !important;
        }
        .fade:not(.show) {
        opacity: 1;
        }
        .specialbloghome h2 {
        color: #2e3191;
        font-size: 1.0em;
        margin-top: 20px;
        line-height: 22px;
        }
        .read-more-button {
        font-size: 16px;
        display: inline-block;
        border: 2px solid #2e3191;
        padding: 8px 20px;
        color: #2e3191 !important;
        margin: 20px 0 0;
        }
        .homeblogread {
        display: block;
        }
        #post-section .featured-image .wp-post-image {
        width: 100%;
        height: 250px;
        }
        video::-webkit-media-controls-panel{display:none;}
        .testi_wrap .post-slide p::before {
        content: '';
        background: url('https://www.cvinfotech.com/wp-content/uploads/2022/08/Vector.png') 
        no-repeat center center/cover;
        position: absolute;
        top: 72px;
        left: 0px;
        width: 66px;
        height: 48px;
        z-index: -1;
        }
        .testi_wrap .post-slide p::after {
        content: '';
        background: url('https://www.cvinfotech.com/wp-content/uploads/2022/08/Vector-1.png') 
        no-repeat center center/cover;
        position: absolute;
        width: 66px;
        height: 48px;
        z-index: -1;
        right: 0;
        bottom: 50px;
        }

        .post-slide {
        background: #fff0;
        margin: 20px 15px 20px;
        border-radius: 15px;
        padding-top: 1px;

        }

        .post-slide .testi-thumbnail {
        display: flex;
        align-items: center;
        margin: 20px 0;
        gap: 20px;
        }

        .post-slide .post-title span {
        font-size: 16px;
        font-weight: 500 !important;
        }

        .post-slide .post-img {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        }

        .post-slide .owl-carousel .owl-stage {

        width: 100% !important;
        display: flex;
        justify-content: center;
        }

        .post-slide .post-title {
        line-height: 20px;
        }

        .post-slide .testi-thumbnail img {
        width: 50px;
        height: 50px;
        border-radius: 100px;
        }

        .post-slide .post-img img {
        width: 100%;
        height: auto;
        transform: scale(1, 1);
        transition: transform 0.2s linear;
        }

        .post-slide:hover .post-img img {
        transform: scale(1.1, 1.1);
        }

        .post-slide .over-layer {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
        transition: all 0.50s linear;
        }

        .post-slide:hover .over-layer {
        opacity: 1;
        text-decoration: none;
        }

        .post-slide .over-layer i {
        position: relative;
        top: 45%;
        text-align: center;
        display: block;
        color: #fff;
        font-size: 25px;
        }

        .post-slide .post-content {
        background: #ffffff03;
        padding: 0px 0px 5px;
        border-radius: 15px;
        }

        .post-slide .post-title a {
        font-size: 15px;
        font-weight: bold;
        color: #333;
        display: inline-block;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
        }

        .post-slide .post-title a:hover {
        text-decoration: none;
        color: #3498db;
        }

        .post-slide .post-description {
        line-height: 24px;
        font-weight:500;
        margin-bottom: 25px;
        padding: 0 10px;
        }

        .post-slide .post-date {
        color: #a9a9a9;
        font-size: 14px;
        }

        .post-slide .post-date i {
        font-size: 20px;
        margin-right: 8px;
        color: #CFDACE;
        }

        .post-slide .read-more {
        padding: 10px 0px;
        font-size: 14px;
        color: #2e3191;
        border-radius: 0;
        text-transform: uppercase;
        font-weight: 500;
        }


        .testimonial-home .owl-controls .owl-buttons {
        text-align: center;
        margin-top: 20px;
        }

        .testimonial-home .owl-controls .owl-buttons .owl-prev {
        background: #fff;
        position: absolute;
        top: -13%;
        left: 15px;
        padding: 0 18px 0 15px;
        border-radius: 50px;
        box-shadow: 3px 14px 25px -10px #92b4d0;
        transition: background 0.5s ease 0s;
        }

        .testimonial-home .owl-controls .owl-buttons .owl-next {
        background: #fff;
        position: absolute;
        top: -13%;
        right: 15px;
        padding: 0 15px 0 18px;
        border-radius: 50px;
        box-shadow: -3px 14px 25px -10px #92b4d0;
        transition: background 0.5s ease 0s;
        }

        .testimonial-home .owl-controls .owl-buttons .owl-prev:after,
        .testimonial-home .owl-controls .owl-buttons .owl-next:after {
        content: "\f104";
        font-family: FontAwesome;
        color: #333;
        font-size: 30px;
        }

        .testimonial-home .owl-controls .owl-buttons .owl-next:after {
        content: "\f105";
        }

        .testimonial-heading {
        display: none
        }

        .testimonial-content {
        font-size: unset !important;
        font-style: normal !important
        }

        span.inds-sprit-icon.inds-sprit1:before {
        background-position: 26% -3px
        }

        span.inds-sprit-icon.inds-sprit2:before {
        background-position: 13% -3px
        }

        span.inds-sprit-icon.inds-sprit3:before {
        background-position: 51% -3px
        }

        span.inds-sprit-icon.inds-sprit4:before {
        background-position: -33.3% -3px
        }

        span.inds-sprit-icon.inds-sprit5:before {
        background-position: 38.5% -3px
        }

        span.inds-sprit-icon.inds-sprit6:before {
        background-position: -39.8% -3px
        }

        span.inds-sprit-icon.inds-sprit7:before {
        background-position: -27% -3px
        }

        span.inds-sprit-icon.inds-sprit8:before {
        background-position: 32.4% -3px
        }

        span.inds-sprit-icon.inds-sprit9:before {
        background-position: 19.5% -3px
        }

        span.inds-sprit-icon.inds-sprit10:before {
        background-position: 44.8% -3px
        }

        span.inds-sprit-icon.inds-sprit11:before {
        background-position: -21% -3px
        }

        span.inds-sprit-icon.inds-sprit12:before {
        background-position: -46% -3px
        }

        .ind-single.item12 {
        left: 75%;
        top: 40%
        }

        .ind-single.item11 {
        left: 79%;
        top: 68%
        }

        div#wpcf7-f1330-o1 {
        width: 100%;
        position: absolute;
        z-index: 999;
        bottom: -120px
        }

        .service-section .col-lg-10 {
        width: 100%
        }

        form {
        justify-content: center
        }

        .info-section:not(.support-section) {
        margin-top: 0
        }

        .square {
        border-radius: 50px
        }

        #responsive-form .col {
        padding: 0 1.5rem;
        width: 90%;
        margin: auto
        }

        #responsive-form {
        display: flex;
        background-color: #0000006b;
        padding: 30px;
        border-radius: 3px;
        width: 80%;
        margin: auto
        }

        #responsive-form input[type=text]:not(.adminbar-input),
        .form-control,
        input[type=color],
        input[type=date],
        input[type=datetime-local],
        input[type=datetime],
        input[type=email],
        input[type=month],
        input[type=number],
        input[type=password],
        input[type=range],
        input[type=search],
        input[type=tel],
        input[type=time],
        input[type=url],
        input[type=week],
        textarea {
        border-radius: 50px;
        padding: .7rem 1.875rem;
        min-height: 35px
        }

       .hed h5.theme-title {
             font-weight: 700;
             font-size: 18px;
             line-height: 21.6px;
             letter-spacing: 0.3px;
             text-align: center;
             color: #170868;
         }
         .hed p{font-weight: 500;
             font-size: 16px;
             line-height: 100%;
             letter-spacing: 0.3px;
             text-align: center;
             color: #393939;
          }

          .service-section_new h5.theme-title {
    color: #170868;
}
        /*About Section */
        .heading-about h4 {
             font-weight: 500;
             font-size: 32px;
             line-height: 100%;
             text-align: left;
         }
 

         /** Why Choose CV infotech */
                    /* =========================================
               Base Feature Box
            ========================================= */
            .feature-box {
                background: #fff;
                transition: 0.3s ease;
                position: relative;
                overflow: hidden;
            }

            /* =========================================
               SPECIFIC ICON STYLES (.feature-icon)
            ========================================= */
            .feature-icon {
                font-size: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 50px;
                height: 50px;
                background: #007bff;     /* default */
                transition: all 0.3s ease;
            }

            .feature-icon svg path {
                fill: #fff;              /* default svg color */
                transition: all 0.3s ease;
            }

            /* Hover icon changes */
            .box_sec:hover .feature-icon {
                background: #fff !important;
            }

            .box_sec:hover .feature-icon svg path {
                fill: #007bff !important;
            }

            /* =========================================
               TITLE BOX
            ========================================= */
            .title__Bok {
                background: #fff;
                width: 100%;
                position: relative;
                overflow: hidden;
            }

            .title__Bok h6 {
                padding: 13px 16px;
                font-weight: 700;
                font-size: 16px;
                line-height: 24px;
                letter-spacing: 0.3px;
                color: #393939;
                position: relative;
                z-index: 2;
                transition: color 0.3s ease;
            }

            /* Sliding background (left ? right) */
            .title__Bok::before {
                content: "";
                position: absolute;
                top: 0;
                left: -100%;
                width: 100%;
                height: 100%;
                background: #007bff;
                transition: 0.4s ease;
                z-index: 1;
            }

            /* Hover animation */
            .box_sec:hover .title__Bok::before {
                left: 0;
            }

            .box_sec:hover .title__Bok h6 {
                color: #fff;
            }


          /** **/
          /* Left Image */
            .new-service-image img {
                width: 100%;
            }

            /* Each Service Item */
            .new-service-item {
                padding: 22px 0;
                border-bottom: 1px solid #EFEFEF;
            }

            .new-service-item:last-child {
                border-bottom: 1px solid #EFEFEF;
            }

            /* Icon + Title Row */
            .new-service-icon-title {
                display: flex;
                align-items: center;
                gap: 15px;
            }

            /* Icon Box */
            .new-service-icon {
                width: 50px;
                height: 50px;
                background: #007bff;
                color: #fff;
                display: flex;
                align-items: center;
                justify-content: center; 
                font-size: 22px;
            }

            /* Title */
            .new-service-title h4 {
                  font-weight: 600;
                   font-size: 16px;
                   line-height: 24px;
                   color: #1e1e1e;
            }

            /* Description */
            .new-service-text p {
                    font-weight: 500;
                   font-size: 16px;
                   line-height: 21px;
                   letter-spacing: 0.3px;
                   color: #525252;
                   margin: 10px 0 0;
            }

            /* ---- Unique Blog Section Styling ---- */

               /* Blog Card */
               .cv-blog-card { margin-bottom: 30px; display: flex; flex-direction: column; }
               .cv-card-inner {
                   background: #fff;
                   border: 1px solid #e8e8ee;
                   border-radius: 6px;
                   overflow: hidden;
                   height: 100%;
                   display: flex;
                   flex-direction: column;
                   box-shadow: 0 6px 18px rgba(0,0,0,0.05);
               }

               /* Thumbnail */
               .cv-blog-thumb {
                   width: 100%;
                   height: 220px;
                   object-fit: cover;
               }

               /* Body */
               .cv-card-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }

               .cv-card-title a {
                       font-weight: 600;
                      font-size: 20px;
                      line-height: 100%;
                      color: #000000;
               }
               .cv-card-title a:hover { text-decoration: underline; }

               /* Excerpt */
               .cv-card-excerpt p{
                      color: #2D3748;
                      margin-top: 10px;
                      flex: 1;
                      font-weight: 400;
                      font-size: 16px;
                      line-height: 150%;
               }

               /* Footer */
               .cv-card-footer {
                   display: flex;
                   align-items: center;
                   justify-content: space-between;
                   margin-top: 20px;
               }

               .cv-readmore {
                       padding: 12px 10px;
                      border: 1px solid #2E3192;
                      color: #2E3192;
                      text-decoration: none;
                      font-weight: 600;
                      font-size: 16px;
                      line-height: 100%;
                      text-align: center;
               }

               .cv-readmore:hover {
                   background-color: #f0eeff;
               }

               a.cv-viewall {
                   width: auto;
                   margin: 0 auto;
                   padding: 12px 10px;
                   border: 1px solid #2E3192;
                   color: #2E3192;
                   text-decoration: none;
                   font-weight: 600;
                   font-size: 16px;
                   line-height: 100%;
                   text-align: center;
               }

               .cv-category {
                   font-size: 13px;
                   color: #9b9bb0;
               }
               h3.cv-card-title {
                   line-height: 1;
               }

               /* Vertical divider between cards (like your screenshot) */
              
                   .cv-blog-card .cv-card-inner {
                       border-left: 5px solid #2E3192;
                   }
               


               /* BTM CTA**/
               .cta_section {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: center;
    background: #fff;
}

 

.image_content_box{
     background-size: cover;
    background-position: center;
    height: 52vh;
  }


    .image__content {
    position: relative;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    color: #fff;
    overflow-wrap: break-word;
    text-align: center;
}
.overlay-img1 {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, rgba(47, 50, 147, 0.35), rgba(0, 0, 0, 1.50));
    background-blend-mode: overlay;
    z-index: 1;
}



/* Tooltip base style (single, cleaned) */
.tooltips {
    position: relative;
    display: inline-block;
    padding: 6px 18px;
    font-size: 14px;
    font-weight: 600;
    background: #007BFF;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 6px;

    /* Animation: tooltipJump ke naam se chal raha hai.
       Duration 3s � chhota karenge to tez, bada karenge to dheere. */
    animation: tooltipJump 3s linear infinite;
}

/* arrow */
.tooltips::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 20px;
    background: #007BFF;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/* Instant up-down with short pauses and quick down movement */
@keyframes tooltipJump {
    /* 0% - 40% : bottom pause (tooltip stays at baseline) */
    0%   { transform: translateY(0); }
    40%  { transform: translateY(0); }

    /* 41% : instant jump UP */
    41%  { transform: translateY(-30px); }

    /* 41% - 60% : top pause (stays up) */
    60%  { transform: translateY(-30px); }

    /* 61% : instant jump DOWN (fast return) */
    61%  { transform: translateY(0); }

    /* 61% - 100% : bottom pause until next loop */
    100% { transform: translateY(0); }
}

/* Wrapper */
.heading-default1 {
    text-align: center;
}

/* Heading styling */
.about-h {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
}


.ctaa_sec{background: #fff;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.12);
    z-index: 999;}


   .page-template-template-frontpage_new footer.custom-footer {
    padding-top: 16%;
    margin-top: -11%;
}

@media (max-width: 768px) { 
       .about-h{font-size: 30px;}
}

 .dual-btn {margin-top: 15px;}
@media (max-width: 500px) { 
       .about-h{font-size: 26px;}
       .dual-btn { padding: 14px 24px;}
}
@media (max-width: 375px) { 
    .dual-btn { padding: 16px 20px; font-size: 14px;}
       .about-h{font-size: 21px;}
}
@media (max-width: 320px) { 
    .dual-btn { padding: 13px 13px; font-size: 13px;}
}


/* FIlter Portfolio **/
/* ---------------------------
   CVP PORTFOLIO � GRID + CARDS
   Replace your old cvp CSS with this
   --------------------------- */

/* ensure grid rules are not overridden by other styles */
.cvp-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 28px;
  width: 100%;
  box-sizing: border-box;
  transition: all 260ms ease;
}

/* responsive */
@media (max-width: 991px) {
  .cvp-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 576px) {
  .cvp-grid { grid-template-columns: 1fr !important; }
}

/* card styling */
.cvp-card {
  display: block;              /* ensure block-level for grid item */
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  transition: transform .28s ease, box-shadow .28s ease;
  overflow: hidden;
}

.cvp-card:hover { transform: translateY(-6px); }

/* thumbnail */
.cvp-thumb { height: auto; border-radius: 10px; overflow: hidden; display:block; }
.cvp-thumb img { width:100%; height:100%; object-fit:cover; display:block; }

/* meta */
.cvp-meta { margin-top:12px; display:flex; justify-content:space-between; align-items:center; }
.cvp-card-title { font-weight:700; font-size:16px;color: #1E1E1E; }
.cvp-tag { background: #F1F5FD; color: #20264B; padding: 4px 12px; border-radius: 5px; font-weight: 500; font-size: 12px; border: 1px solid #C8D7F5; }

/* FILTER BUTTONS (kept safe) */
.cvp-filter-row { display:flex; gap:10px; flex-wrap:wrap; justify-content:center; margin:30px 0 40px; }
.cvp-filter-btn { background:#fff; border:1px solid rgba(0,0,0,0.08); padding:8px 16px; border-radius:999px; cursor:pointer; font-weight:600; color:#6b7280; }
.cvp-filter-btn.active { background:#eef6ff; color:#007ffd; border-color:#007ffd33; }
.cvp-dot { width:14px; height:14px; border-radius:50%; margin-right:6px; border:2px solid #ddd; display:inline-block; }
.cvp-filter-btn.active .cvp-dot { background:#007ffd; border-color:#007ffd; }

/* IMPORTANT: use display:none to remove hidden items (this ensures grid reflows) */
.cvp-card.cvp-hide { display: none !important; }





 
 
/* Unique FAQ styles prefixed with cv-faq- */
 .cv-faq-wrapper { max-width:920px; margin:0 auto; }
    .cv-faq-item { border-bottom:1px solid #e6e6e6; }
    .cv-faq-button {
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      width:100%;
      padding:18px 16px;
      font-size:18px;
      font-weight:600;
      background:transparent;
      border:0;
      cursor:pointer;
      text-align:left;
    }
    .cv-faq-question { flex:1;  font-size: 16px;   color: #1E1E1E; font-weight: 600; }
    .cv-faq-chevron {
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:34px; height:34px; border-radius:4px;
      transition: transform .28s ease, color .2s;
      color:#000000;
    }
    .cv-faq-chevron.open { transform: rotate(180deg); color:#000000; }

    /* panel (animated) */
    .cv-panel {
      overflow:hidden;
      max-height:0;
      transition: max-height 320ms ease;
      background:transparent;
    }
    .cv-panel.show {
      /* max-height set in JS to panel.scrollHeight + 'px' for accurate animation */
    }
    .cv-faq-body {
      padding:16px 18px 28px;
      color:#525252;
      font-size:16px;
      line-height:24px;
      font-weight: 500;
    }

    @media (max-width:767.98px){
      .cv-faq-button{ font-size:16px; padding:14px 12px; }
      .cv-faq-body{ font-size:14px; padding:12px; }

      section#top_banner_block {
        margin-top: -30%;
        }
    }



.abc input.wpcf7-form-control.wpcf7-submit{ background-color: #313E94;}

/**CTA Contact Form**/
.ellipse-5 {
            position: absolute;
            top: 100px;
            left: 110px;
        }
        .rectangle-53 {
            position: absolute;
            bottom: 200px;
            left: 80px;
        }
        .rectangle-51 {
            position: absolute;
            bottom: 0;
            left: 50px;
        }


        .polygon-17 {
            position: absolute;
            right: 50px;
            bottom: 150px;
        }
        .ellipse-4 {
            position: absolute;
            right: 0px;
            bottom: 0;
        }
        .rectangle-52 {
            position: absolute;
            right: 100px;
            bottom: 200px;
        }
        .home-cta.abc .cta-wrapper {
            padding: 90px 0;
        }

        @media (max-width: 1440px) {
            .rectangle-52 {
                 right: 3px;
             }
             .ellipse-5 {
                top: 5px;
                left: 5px;
                }
            .rectangle-53 {
                left: 14px;
                }
          }
      @media (max-width: 768px) {
        .rectangle-52 {
                 right: 0px;
             }
             .rectangle-53 {
             bottom: 50px;
            left: 20px;
            }
        }


        /** Service List Block **/
        .service_blok:nth-child(2) .theme-item .circles-spin .circle-one{background-color:#007FFD;}
        .service_blok:nth-child(3) .theme-item .circles-spin .circle-one{background-color:#116961;}
        .service_blok:nth-child(4) .theme-item .circles-spin .circle-one{background-color:#FF9432;}
        .service_blok:nth-child(5) .theme-item .circles-spin .circle-one{background-color:#DE6BA8;}
        .service_blok:nth-child(6) .theme-item .circles-spin .circle-one{background-color:#313E94;}
        .service_blok:nth-child(7) .theme-item .circles-spin .circle-one{background-color:#1F93C1;}
        .service_blok:nth-child(8) .theme-item .circles-spin .circle-one{background-color:#007FFD;}