* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

.navbar-toggler {
  background-color: #fff !important;
}

/* Header  */
/* top header  */
.top_header {
  padding: 4px 0;
  background-color: #1d4cae;
}

.top_header a {
  color: #fff;
  margin-right: 20px;
  text-decoration: none;
  transition: 0.4s;
}

.top_header a:hover {
  color: #006633;
}

.top_section {
  position: relative;
}

.nav-item .btn {
  font-size: 18px;
  margin-left: 15px;
  font-weight: 500;
  background-color: #1d4cae;
  border-radius: 100px;
  color: #fff;
  transition: 0.4s;
  padding: 9px 20px 9px 26px;
}

.nav-item .btn:hover {
  background-color: #006633 !important;
  color: #fff !important;
}

.nav-link {
  font-weight: 500 !important;
  margin: 0 6px;
  font-size: 18px !important;
  border-radius: 5px;
  color: #000 !important;
  padding: 7px 12px !important;
}

.nav-link:hover {
  color: #006633 !important;
}

.header {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
}

/* banner section  */
.banner {
  position: relative;
  padding: 50px 0;
  background-color: #fff;
  /* background-image: url("../images/banner-bg.jpg"); */
  background-size: cover;
  z-index: 1;
}

.sub_heading {
  color: #006633;
  font-size: 21px;
  font-weight: 600;
}

.heading {
  color: #1d4cae;
  font-weight: 700;
}

.banner h1 {
  font-size: 60px;
}

.banner p {
  font-size: 17px;
  font-weight: 400;
}

.getstart_btn {
  text-decoration: none;
  background-color: #1d4cae;
  color: #fff;
  border-radius: 10px 10px 0;
  padding: 13px 35px 13px 25px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
  transition: ease 0.5s;
}

.getstart_btn:hover {
  background-color: #006633;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .banner h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .banner h1 {
    font-size: 38px;
  }

  .banner-text {
    padding: 20px;
  }
}

/* About Section  */
.about-us {
  padding: 60px 0;
}

.about-point {
  height: 100%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 15px #cfcfcf;
  border-bottom: 3px solid #138806;
}

.about-point-wrap {
  height: 100%;
}

/* Service Section  */
.services-section {
  text-align: center;
  padding: 70px 0;
  background: #f7f9fc;
  font-family: "Poppins", sans-serif;
}

.services-section .subtitle {
  color: #0e824e;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}

.services-section .title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #0b2e73;
}

.service-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  transition: 0.3s;
  cursor: pointer;
  border: 2px solid transparent;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: #1a73ff;
  background: #eaf2ff;
}

.icon-box {
  width: 70px;
  height: 70px;
  background: #1a73ff;
  color: #fff;
  border-radius: 10px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 30px;
  transition: 0.3s;
}
.icon-box img{
  filter: brightness(1111);
}

.service-card:hover .icon-box {
  background: #0b53c3;
  transform: scale(1.15);
}

.service-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
  color: #003a8c;
  font-weight: 600;
}

.service-card p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

/* Responsive Fix */
@media (max-width: 600px) {
  .services-section {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 550px) {
  .service h1.heading {
    font-size: 27px;
  }
}

/* counter  */
.counter-sec {
  position: relative;
  background: linear-gradient(45deg, #063776, #1d4cae);
  background-image: url(../images/service-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 30px 0;
  z-index: 1;
  color: #fff;
}

.counter-sec::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(45deg, #063776d2, #1d4baee0);
}
.counter-sec .count_wrap img{
  filter: invert(1);
}
.counter-wrapper {
  position: relative;
  z-index: 1;
}

/* Features Section  */
.why-us {
  background: #f8fafc;
  font-family: "Poppins", sans-serif;
}

/* Title Area */
.why-content .tag {
  font-weight: 600;
  color: #0574ff;
  margin-bottom: 8px;
}

.why-content h2 {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.why-content h2 span {
  color: #0a265f;
  font-weight: 800;
}

.why-content .desc {
  max-width: 700px;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

.why-box {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 1px solid transparent;
  height: 100%;
}

.why-box:hover {
  transform: translateY(-6px);
  border-color: #4c8fff;
}

.why-box .icon {
  width: 60px;
  height: 60px;
  background: #e9f2ff;
  color: #0657d4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 26px;
  margin-bottom: 18px;
  transition: background 0.3s ease;
}
.why-box .icon img {
  width: 40px;
  height: 40px;
}

.why-box:hover .icon {
  background: #0657d4;
  color: #fff;
}
.why-box:hover .icon img {
  filter: invert(1);
}

.why-box h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #081f45;
}

.why-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}
/* Features end  */

/* Business Steps Section  */
.steps {
  background: #f8fafc;
  font-family: "Poppins", sans-serif;
}

.section-subtitle {
  color: #0b8a34;
  font-weight: 600;
  font-size: 18px;
}

.section-title {
  font-weight: 700;
  color: #073ea4;
  font-size: 32px;
}

.step-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 16px;
  position: relative;
  transition: all .4s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  height: 100%;
}

.step-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.step-number {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #004ac9;
  color: #fff;
  font-size: 18px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border-radius: 50%;
}

.step-icon {
  width: 75px;
  height: 75px;
  margin: 20px auto;
  transition: .3s;
}

.step-card:hover .step-icon {
  transform: scale(1.15);
}

.step-title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
}

.step-text {
  margin-top: 10px;
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

/* Business steps end  */


/* platforms section  */
.platforms {
  font-family: "Poppins", sans-serif;
  /* background: #f7faff; */
}

.section-subtitle {
  color: #0b8a34;
  font-weight: 600;
  font-size: 18px;
}

.section-title {
  color: #073ea4;
  font-weight: 700;
  font-size: 32px;
}

.platform-card {
  background: white;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
}

.platform-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.img-wrapper {
  overflow: hidden;
  height: 200px;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.platform-card:hover .img-wrapper img {
  transform: scale(1.15);
}

.content {
  padding: 20px;
}

.content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.content p {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

/* Platform section end  */

/* footer section  */
.footer {
  background: linear-gradient(135deg, #1445a7, #0b265c);
  padding: 50px 0 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.footer p {
  color: #e3e6eb;
  font-size: 15px;
  line-height: 1.6;
}

.footer h5 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin: 10px 0;
}

/* Responsive */
@media (max-width: 768px) {
  .footer .col-md-4 {
    margin-bottom: 30px;
    text-align: center;
  }
  
  .footer-social {
    justify-content: center;
  }
}


.social-icons a {
  color: #1d4cae;
  margin: 0 5px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: ease-out 0.3s;
}

.social-icons a:hover {
  background-color: #006633;
  transform: translateY(5px);
  color: #fff;
}

.page-links a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  transition: 0.4s;
  display: block;
}

.page-links a:hover {
  text-decoration: overline;
  color: #1d4cae;
}

.call a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}

.call a:hover {
  color: #1d4cae;
}

.cpoyright {
  background: #1d4cae;
}

.cpoyright p a {
  color: #1d4cae;
  text-decoration: none;
  font-weight: 700;
}
