*{
    margin: 0;
    padding: 0;
}
.nav-item .nav-link i{
 color: #000;
}
.banner-section {
  height: 100vh; 
  display: flex;
  align-items: center;
  color: #000000;
  /* background: linear-gradient(-45deg, rgba(217, 242, 255, 1) 0%, #ffe8f9 25%, rgba(217, 242, 255, 1) 51%, rgba(233, 230, 255, 1) 100%); */
  background: linear-gradient(-45deg, rgb(232, 247, 255) 0%, #fff2fc 25%, rgb(230, 246, 255) 51%, rgb(241, 239, 255) 100%);
 /* background-color: #020842; */
}
.banner-section  .company-badge i{
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
    font-size: 16px;
    color: #007bff;
    
}
.fa-square{
  color: #007bff !important;
  background-color: #007bff !important;;
}
.banner-section  .company-badge{
font-weight: 600;
 background-color: #e1efff;
 padding: 5px;
 color: #020842;
 border-radius: 50px;
}

@keyframes floatDown {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/* .banner-right img {
  animation: floatDown 3s ease-in-out infinite;
} */


.banner-left {
  padding: 20px;
}

.banner-left h1 {
  font-size: 3rem;
  font-weight: 700;
}

.banner-left a {
  padding: 10px 25px;
  text-decoration: none;
}

.banner-right img {
  max-width: 100%;
  height: auto;
}

/* banner section end  */

/* safe feature  */
.features-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    position: relative;
    padding: 20px;
    top: -60px;
}

.feature-box {
  background-color: #f0f6ff;
  border-radius: 12px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 200px;
  flex: 1 1 250px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.icon {
  background-color: #d4e4ff;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}
.feature-box:hover .icon {
  background-color: #0057e7;
  color: #ffffff;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}

.feature-box:hover .icon i{
  color: #ffffff ;
}
.icon i{
  color: #007bff;
}

.feature-box p {
  margin: 0;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #000;
}

/* safe feature  */


/* service section start  */

.why{
  background-color:#f3f9ff !important;
}
.services-section {
  padding: 60px 20px;
  background: #f9fcff;
  text-align: center;
}

.banner-section .btn-primary {
    background-color: #007bff;
    
    color: #ffffff;
    padding: 0.75rem 2.5rem;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.header {
    padding: 8px 20px 8px 25px;
    background-color: #f7f8f9;
}
.btn.get_btn {
    background-color: #fff;
    padding: 8px 22px;
    color: #007bff;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #007bff;
    font-weight: 500;
}

.btn.get_btn:hover {
    background-color: #007bff;
    font-weight: 500;
    padding: 8px 22px;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #007bff;
}


.section-subtitle i{
  color: #007bff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 5px ;
  margin-right: 5px;
}
.section-subtitle {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  /* margin-bottom: 10px; */
}
.section-title {
  font-size: 36px;
  font-weight: bold;
  margin: 10px 0;
  color: #000;
}
.service-card p {
  color: #666;
  font-size: 14px;
  display: flex;
  flex-direction: row;
}
.item-img img{
  background-color: rgba(217, 242, 255, 1);
  color: #007bff;
  height: 70px;
  width: 70px !important;
  line-height: 70px;
  border-radius: 10px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    margin: 0 11px;
}


.owl-carousel .item {
    text-align: left;
    border: 1px solid #6cb3ff;
    height:270px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    padding: 20px  20px;
    border-radius: 10px;
    
}
.services-section .item:hover {
    text-align: left;
    /* border: 1px solid #d1efff; */
    /* background: rgba(217, 242, 255, 1); */
    padding: 20px  20px;
    border-radius: 10px;
}
 /* .item:hover .item-img {
    background-color: #007bff;
      color:  #ffffff;
      
} */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
   background-color: #007bff;
}
.owl-theme .owl-dots .owl-dot.active span{
  width: 27px;
  height: 8px;
  /* background: #fff; */
  /* border: 1px solid #388de7; */
}
.owl-theme .owl-dots .owl-dot span{
  width: 27px;
  height: 8px;
}
/* Responsive Styles */
@media (max-width: 991px) {
  .banner-section {
    height: auto;
    padding: 60px 0;
    text-align: center;
  }

  .banner-left h1 {
    font-size: 2rem;
  }

  .banner-left p {
    font-size: 14px;
  }

  .banner-left a {
    display: inline-block;
    margin-top: 15px;
  }

  .banner-right {
    margin-top: 30px;
  }
  .owl-carousel .item {
    text-align: left;
    border: 1px solid rgba(217, 242, 255, 1) !important;
    padding: 40px  20px;
    border-radius: 10px;
}
.owl-carousel .item:hover {
    text-align: left;
    border: 1px solid rgb(255, 255, 255);
    background: rgba(217, 242, 255, 1);
    padding: 40px  20px;
    border-radius: 10px;
}
.owl-carousel .item:hover .item-img i{
    background-color: #ffffff;
      color:  #8ad6ff;
}
}

@media (max-width: 576px) {
  .section-title {
    font-size: 24px;
  }

  .owl-carousel .item {
    padding: 20px 15px;
  }

  .item-img img {
    padding: 15px;
    font-size: 24px;
  }

  .banner-left h1 {
    font-size: 1.5rem;
  }

  .banner-left p {
    font-size: 13px;
  }

  .banner-left a {
    padding: 8px 20px;
    font-size: 14px;
  }
  .owl-carousel .item {
    text-align: left;
    border: 1px solid rgb(184, 230, 255);
    padding: 40px  20px;
    border-radius: 10px;
}
.owl-carousel .item:hover {
    text-align: left;
    border: 1px solid rgb(255, 255, 255);
    background: rgba(217, 242, 255, 1);
    padding: 40px  20px;
    border-radius: 10px;
}
.owl-carousel .item:hover .item-img i{
    background-color: #ffffff;
    color:  #8ad6ff;
}
}

/* progress bar  */
.about_icon_left{
    display: inline-block;
    flex-direction: row;
}
.count_number {

    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid#007bff;
    /* background: linear-gradient(-45deg, rgb(217, 242, 255) 0%, rgb(255, 232, 249) 25%, rgb(217, 242, 255) 51%, rgb(233, 230, 255) 100%); */
    background-color: #ffffff;
    border-radius: 10px;
    color: #007bff;
    text-align: center;
    float: left;
    /* box-shadow: 0 0 7px rgba(0, 0, 0, 36%); */
    font-size: 25px;
    margin-top: 8px;
}
.about_icon_text {
    padding-left: 70px !important;
}
.about_icon_text ,h5{
  margin-bottom: 10px;
}
.about-right h2{
  margin-bottom: 20px;
}
.step-box{

    text-align: center;
    padding: 0 20px;
}
.process-section{
    margin-top: 150px;
}


.process-section .row .step-box::before {
    position: absolute;
    content: '';
    right: -58px;
    top: 51px;
    width: 102px;
    height: 37px;
    background-repeat: no-repeat;
    background-image: url(https://wp.ditsolution.net/toptech/wp-content/uploads/2023/10/process-arrow-1.png);
}

/* Hide arrow from last .step-box (identified via extra class) */
.step-boxx::before {
  display: none;
}

/* Icon inside step */
.step-box .step-icon i {
    position: relative;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 60px;
    display: inline-block;
    color: #007BFF;
    font-size: 35px;
    border: 2px solid #007BFF;
    transition: all 500ms ease;
    text-align: center;
}

/* Step Box Container */
.step-box {
  flex: 1 1 200px;
  max-width: 220px;
  padding: 20px;
  border-radius: 20px;
  /* background-color: #f9f9f9; */
  position: relative;
  transition: transform 0.3s ease;
  margin: 0 auto 30px; /* spacing between items */
}
.step-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}


/* Step number inside icon */
.step-icon .step-number {
  position: absolute;
  right: 23%;
  top: 15px;
  z-index: 1;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background-color: #ffffff;
  /* background: linear-gradient(-45deg, rgba(217, 242, 255, 1) 0%, #ffe8f9 25%, #d9f2ff 51%, rgba(233, 230, 255, 1) 100%); */
  border: 2px solid #007bff;
  transition: 0.5s;
}
.step-box:hover .step-icon i {
     background: #eaf8ff;
    color:#a1deff ;
    border: 2px solid #a1deff;
}
.step-box:hover .step-icon .step-number {
    background-color: #007bff;
    border: 2px solid #007bff;
    color: #ffffff;;
}

/* Responsive layout for smaller devices */
@media (max-width: 991px) {
  .process-section .row .step-box::before {
    display: none; /* Hide arrows on tablets & below */
  }
}

@media (max-width: 767px) {
  .step-box {
    max-width: 100%;
    padding: 15px;
  }

  .step-box .step-icon i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
  }

  .step-icon .step-number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    right: 15%;
    top: 10px;
  }
  .step-icon .step-number {
  position: absolute;
  right: 35%;
  top: 15px;
  z-index: 1;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50px;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background-color: #0c5adb;
  transition: 0.5s;
}
}


/* blog section  */
.card-body{
  text-align: left;
}
/* blog end  */


/* call to action */
.cta-section{
  /* background: linear-gradient(to right, #0267ff, #005ce6); */
  background-color: #007bff !important;
  color: #fff;
  padding: 50px 20px;
  background-size: cover;
  background-position: center;
}

.cta-content {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.cta-text h2 {
  font-size: 2rem;
  margin: 0 0 10px;
  font-weight: bold;
}

.cta-text p {
  font-size: 1rem;
  margin: 0;
}

.cta-button .btn {
  display: inline-flex;
  align-items: center;
  background: #156dd1;
  padding: 12px 25px;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.cta-button .btn:hover {
  background:  #3b7ae2;
  
}

.cta-button .btn span {
  margin-left: 10px;
  font-size: 1.2rem;
}

/* call to action */

/* testimonial section  */

.testimonial-box img{
  z-index: 1050;
}

.testimonial-box {
  position: relative;
 
  border-radius: 20px;
  padding: 30px;
  background-color: #fff;
  color: #333;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.client-logo {
  width: 60px !important;
  height: 60px;
  object-fit: contain;
  border-radius: 10px;
}

.review-badge {
  /* height: 60px; */
  text-align: center;
  border-radius: 12px;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
}
@media (max-width: 768px) {
  .banner-left {
    text-align: center !important;
  }

  .banner-left .d-flex {
    justify-content: center;
    flex-wrap: wrap;
  }
}


.dots {
  display: flex;
  gap: 8px; /* or 10px, as needed */
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 50%;
}
.dot {
  margin-right: 8px;
}

.dot:last-child {
  margin-right: 0;
}


.owl-dots {
  text-align: center;
  margin-top: 15px;
}
.owl-dot:active {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
  margin: 0 5px;
}
.owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
  margin: 0 5px;
}
.testimonial-box {
  position: relative;
  border: 2px solid #d9f2ff;
  border-radius: 10px;
  padding: 2rem;
  background-color: #fff;
  margin: 15px 0;
}

/* Open quote icon - top-left on border */
.testimonial-box::before {
    content: "“";
    position: absolute;
    top: -40px;
    left: 31px;
    padding: 0 8px;
    font-size: 72px;
    color: #007bff;
    /* background: #ffffff; */
    padding: 0 4px;
    font-family: serif;
}

/* Closing quote icon - bottom-right on border */
.testimonial-box::after {
    content: "”";
    position: absolute;
    bottom: -70px;
    right: 35px;
    padding-bottom: 0;
    font-size: 72px;
    color: #007bff;
    /* background: #fff; */
    padding: 0 8px;
    min-height: 70px;
    font-family: serif;
}

/* Responsive quote size */
@media (max-width: 576px) {
  .testimonial-box::before,
  .testimonial-box::after {
    font-size: 1.5rem;
  }
}


.owl-dot.active {
  background: linear-gradient(to right, #ff4b2b, #007bff);
}
.testimonial-wrapper{
  background-image: url(https://wp.ditsolution.net/toptech-multipurpose/wp-content/uploads/2024/10/testi-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
 /* testimonial section end  */


 /* industry section  */
 .ind-section{
  background-color: #eef4ff;
 }
.industy{
  display: flex;
  background-color: #007bff;
  flex-direction: row;
  border-radius: 5px;
  padding: 20px 40px;
  margin-bottom: 20px;
  align-items: center;
}
.industy .icons{
  display: inline-block;
    font-size: 23px;
    color: #fff;
    height: 65px;
    width: 65px;
    line-height: 65px;
    text-align: center;
    margin-right: 23px;
    background-color: #156dd1;
    border-radius: 100%;
}
.industy .text h3{
font-size: 20px;
    font-weight: 700;
    margin: 0 0 0 0;
    color:  #fff;
}
.payment-section .we-accepted {
    font-weight: 600;
    font-size: 16px;
    color: #000
}

.payment-section .dashed-line {
    border-top: 2px dashed #000;
    margin: 0
}

.payment-icons img {
    margin-right: 10px;
    background-color: #f3f9ff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 5px;
    border-radius: 10px;
    height: 40px;
    width: 40px
}

.footer {
    background-color: #f7f7f7;
    color: #000;
    border-top: 1px solid #cfcfcf
}

.footer a {
    color: #000
}

.footer-column ul li:hover a {
    color: #007bff;
}
.footer{
   background-color: #f7f7f7;
    color: #000;
    border-top: 1px solid #9fcdff;
}
.footer-bottom {
    background-color: #f3f9ff;
     border-top: 1px solid #92c7ff;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #000
}

.footer-column ul li {
    list-style: none;
    font-size: 15px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px
}

.footer-column ul li a {
    text-decoration: none;
    color: #000
}

.foot-head {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #007bff;
}


.custom-list li {
  position: relative;
}

.custom-list li::before {
  content: "\f101"; /* Font Awesome Unicode (e.g. angle-right) */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #007bff;
  font-size: 12px;
}

.right-line {
    width: 82px;
    height: 3px;
    background-color: #007bff;
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 9px
}

@media (max-width:767.98px) {
    .banner .content {
        text-align: center;
        align-items: center
    }

    .banner .content-text {
        margin: 0 auto
    }

    .banner .stats {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 20px
    }

    .banner .stat-box {
        margin-bottom: 15px
    }

    .banner .buttons-scroll {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-top: 20px
    }

    .banner .buttons-scroll a {
        display: inline-block
    }

    .banner .image {
        margin-top: 30px;
        text-align: center
    }

    .banner .image img {
        max-width: 100%;
        height: auto
    }

    .tech {
        text-align: center;
        margin-bottom: 20px
    }

    .tech-img img {
        margin: 0 auto;
        display: block
    }

    .tech-text p {
        margin-top: 10px
    }

    .footer .accepted,
    .footer .foot-head,
    .footer .foot-para,
    .footer .footer-bottom,
    .footer .footer-column,
    .footer .payment-section {
        text-align: center !important;
        align-items: center;
        justify-content: center
    }

    .footer .row>[class^=col-] {
        width: 100%;
        margin-bottom: 20px
    }

    .footer .navbar-brand {
        display: inline-block;
        margin: 0 auto 15px
    }

    .payment-icons {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px
    }

    .footer-column ul li {
        padding-left: 0
    }

    .footer-column ul li::before {
        display: none
    }
}



.btn-read{
 background-color: #007bff;
 padding: 10px;
 font-size: 16px;
 text-decoration: none;
    font-weight: 600;
    color: #ffffff !important;
    border-radius: 5px;
}

.blog-post{
 border: 1px solid rgb(219, 219, 219);
 border-radius: 10px;
 margin-bottom: 20px !important;
}
.blog-post img{
 /* border: 1px solid rgb(219, 219, 219); */
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
}
.post-title{
    text-decoration: none;
    color: #2d4a8a;
    font-size: 17px;
    font-weight: 600;
}
 footer .f-left a {
    color: var(--white);
}
footer a {
    text-decoration: none;
}
footer .f-left {
    padding: var(--custom-sec-padding);
    padding-left: 4rem;
    /* padding-right: 4rem; */
}
.footer-bottom p{
   font-weight: 600;
   font-size: 17px;
}
footer .f-left ul {
    list-style-type: none;
    display: flex;
    column-gap: 18px;
    margin-left: -2rem;
}
.f-left p i{
   font-size: 18px;
   color: #007bff;;
}
.f-left ul li a i {
  background-color: #1877F2; /* Facebook blue (example) */
  color: white;
  padding: 10px;
  border-radius: 50%; /* makes it circular */
  font-size: 16px;
  transition: 0.3s;
}

.f-left ul {
  display: flex;
  gap: 10px;
  padding-left: 40px;
  list-style: none;
  margin-top: 10px;
}

.f-left ul li a i:hover {
  opacity: 0.8; /* Optional hover effect */
}
.nav-item {
    margin: 13px;
}
.dropdown-item:focus,.dropdown-item:hover {
    color: #0f8ff4!important;
    background-color: #eff9ff !important
}
.header .nav-link {
    font-weight: 600;
}
.header .nav-link:hover {
    color: #0f8ff4;
}
#btn-back-to-top {
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    display: none;
    padding: 8px 12px;
    transform: rotate(-90deg);
    color: #fff;
    border-radius: 4px;
    border: transparent;
}
#btn-back-to-top{
    background-color: #007bff;;
}
  