*{
    	font-family: 'Helvetic', sans-serif;
        font-weight: normal;

}

@font-face {
  font-family: 'Helvetic';
  src: url('/font/HelveticaNeueMedium') format('opentype');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Helvetic';
  src: url('/font/HelveticaNeueBold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetic';
  src: url('/font/HelveticaNeueLight.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.stats-box .columm {
	align-items: flex-start;
}
#form-select {
	background-color: #EEF6FF;
	border: 1px solid #7BBBFF;
}
.banner .text-secondary {
	width: 100%;
	max-width: 88%;
	color: #18304A !important;
	font-size: 20px;
  font-weight: 500 !important;
}
p{font-size: 18px;}
body {
  font-family: 'Helvetic', sans-serif;
}
.top-banner {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.83) -8.94%, rgba(123, 187, 255, 0.621686) 109.82%);
}


    .hero-title {
      font-size: 59px;
      font-weight: 700;
      line-height: 1.2;
    font-family: 'Helvetic', sans-serif;
    }

    .hero-title span {
      color: #02597A;
      font-weight: 700;
    }

 .audit-box {
	background: #fff;
	padding: 55px 34px;
	border-radius: 23px;
	box-shadow: 0 4px 25px rgba(0,0,0,0.08);
	max-width: 100%;
	border: 3px solid #7BBBFF;
}
    .stats-box {
      background: #0c2440;
      color: #fff;
      padding: 35px 0;
    }

    .stats-box h4 {
      font-size: 26px;
      font-weight: 700;
    }

    .stats-box p {
	opacity: 0.8;
	margin: 0;
	line-height: 1.2;
	font-size: 16px !important;
	font-weight: 500;
}
.logo img {
	width: fit-content;
}
.logo-second {
	width: 110px !important;
}

.logo-first {
	width: 56px !important;
}
#header {
	padding: 70px 15px;
	padding-top: 10px;
}
    .logo {
	display: flex;
	align-items: center;
}

#header .row {
	display: flex;
	justify-content: space-between;
    align-items: center;
}

#header .row  button {margin-left: auto;float: right;}
#header .row button {
	margin-left: 0;
	float: right;
	background: #18304A;
	color: #fff;
	padding: 10px 25px;
	border-radius: 50px;
	border: none;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 1;
	margin-right: 76px;
	margin-top: 8px;
}

#header .row button span{font-weight: 400 !important;font-size: 14px !important;}

.saved {
	display: block;
	background: #fff;
	width: fit-content;
	padding: 6px 25px;
	border-radius: 50px;
	border: 1px solid #18304A;
	font-family: "Outfit", sans-serif;
  font-weight: 600;
}
.top-banner h1{
  font-family: 'Helvetic', sans-serif;
font-style: Bold;
leading-trim: NONE;
letter-spacing: 0%;

}
.top-banner .list-unstyled li{font-size: 20px; font-weight: 600 !important;   font-family: 'Helvetic', sans-serif;margin: 5px 0;text-transform: uppercase;}

.top-banner .list-unstyled img {
	width: 19px;
}

.audit-box form input{width: 100%;}
.audit-box .form {
	display: grid;
	grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
}
.f-1 {
	font-size: 18px;
}

.audit-box h4 {
	font-family: 'Helvetic', sans-serif;
	font-weight: 600;
	color: #18304A;
}


.audit-box button {
	background: #18304A;
	border: none;
	border-radius: 3px;
    	font-family: 'Helvetic', sans-serif;
        font-weight: 600;
}


.info {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 20px !important;
}

.services-business {
	display: flex;
	align-items: center;
}


.services-business img {
	width: 50%;
}

.services-business {
	display: flex;
	align-items: center;
	margin-top: 21px;
	padding: 15px;
	background: #F1FAFF;
	border-radius: 10px;
	gap: 5px;
}

.info small{font-weight: 500;}
.info {
	font-size: 22px;
	margin-top: 22px !important;
	font-weight: 600 !important;
}


.columm {
	display: flex;
	text-align: left;
	gap: 20px;
	align-items: center;
}


.columm  img{width: 73px !important;}


.info-box {
  border: 3px solid #7BBBFF;
  border-radius: 8px;
  transition: 0.3s;
}

.info-box:hover {
  border-color: #0d6efd;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.08);
}

.info-box .icon i {
  color: #0d6efd;
}
.reality-section .text-center > p strong {
	color: #006F8C !important;
}
.info-box p {
	font-size: 16px;
	font-weight: 500;
}
.reality-section h2 span{font-weight: 700;color: #006F8C !important;}

.reality-section h2 {
	font-size: 50px;
}
body .reality-section .info-box {
	display: flex;
	gap: 10px;
    align-items: center;
    padding: 15px !important;
}
.section-header p b {
	color: #006f8c !important;
}

.reality-section .text-center > p {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 25px;
	display: block;
	color: #18304A !important;
}


.info-box img{ width: 80px; border-radius:20px ; -webkit-border-radius:20px ; -moz-border-radius:20px ; -ms-border-radius:20px ; -o-border-radius:20px ; }



.audit-section {
  background: #DBEDFF;

}

.guarantee-section .g-btn-dark {
	width: fit-content;
	margin: 0 auto !important;
	margin-top: 35px !important;
}
.g-small.mb-4.mm-2 b {
	color: #006F8C !important;
}
.audit-section h2 {
	font-size: 45px;
	font-weight: 700;
}
.audit-section p{font-size: 25px !important;font-weight: 500 !important;}
.audit-section p a{color: #006F8C !important; text-decoration: none;}
.audit-section p span{color: #006F8C !important;}
 .audit-section h2 span {
    color: #006F8C !important;
	font-weight: 700;}

    .audit-section a.btn-dark {
	background: #18304A !important;
	font-weight: 600;
	font-size: 20px;
	border-radius: 10px;
}
  .audit-section a.btn-success img{width: 25px;}
    .audit-section a.btn-success {
        background: #25D366 !important;
        gap: 10px;
        border-radius: 50px;

        font-size: 20px;
        margin: 5px;
        border:2px solid #ccc;
      
}



.timeline-section {
            padding: 80px 20px;
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-header h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #18304A;
            margin-bottom: 15px;
        }

       .section-header .highlight {
	color: #006F8C;
	font-weight: 700;
}

      .section-header p {
	font-size: 23px;
	color: #18304A;
	max-width: 70%;
	font-weight: 500;
	margin: 0 auto;
}

        .timeline-container {
            max-width: 90%;
            margin: 0 auto;
            position: relative;
            padding: 0 20px;
        }

        /* Vertical line */
       .timeline-container::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 5px;
	height: 79%;
	background: url(../img/asdasdasd.png);
	top: 0;
}

        .timeline-item {
            margin-bottom: 50px;
            display: flex;
            position: relative;
            z-index: 1;
        }

        /* Left items */
        .timeline-item:nth-child(odd) {
            justify-content: flex-start;
        }

        .timeline-item:nth-child(odd) .step-box {
            margin-left: 0;
            margin-right: auto;
            max-width: 45%;
        }

        /* Right items */
        .timeline-item:nth-child(even) {
            justify-content: flex-end;
        }

        .timeline-item:nth-child(even) .step-box {
            margin-right: 0;
            margin-left: auto;
            max-width: 45%;
        }

        .timeline-dot {
	position: absolute;
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
	width: 30px;
	height: 30px;
	background: white;
	border: 4px solid #18304A;
	border-radius: 50%;
	z-index: 2;
}

        /* Step boxes */
        .step-box {
            background: white;
            border-radius: 20px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            -o-border-radius: 20px;
}

        .step-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
        }

        .step-header {
            background: #18304A;
            color: white;
            padding: 20px;
            font-weight: 700;
            font-size: 1.1rem;
        }

        .step-content {
            padding: 25px;
        }

        .step-content h4 {
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 12px;
            font-size: 1rem;
        }

     .step-content p {
	font-size: 16px;
	color: #002A3A;
	margin-bottom: 15px;
	line-height: 1.6;
	font-weight: 500;
}

        .step-content ul {
            padding-left: 20px;
            margin-bottom: 0;
        }

        .step-content li {
	font-size: 16px;
	color: #002A3A;
	margin-bottom: 8px;
	line-height: 1.5;
	font-weight: 500 !important;
}

        .button-group {
            display: grid;
            gap: 12px;
            justify-content: center;
            margin-top: 50px;
            flex-wrap: wrap;
        }

.btn-dark-custom {
	background: #18304A !important;
	font-weight: 600;
	font-size: 20px;
	border-radius: 10px;
	text-align: center !important;
	color: #fff;
	padding: 10px;
	text-decoration: none !important;
	width: fit-content;
	margin: 0 auto;
}

        .btn-dark-custom:hover {
            background-color: #1a252f;
            color: white;
        }
 .btn-success-custom  img {
	width: 25px;
}
        .btn-success-custom {
  background: #25D366 !important;
  gap: 10px;
  border-radius: 50px !important;
  font-size: 20px;
  margin: 5px;
  border: 2px solid #ccc;
  padding: 10px 20px;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}

        .btn-success-custom:hover {
            background-color: #218838;
            color: white;
        }

        @media (max-width: 768px) {
            .section-header h2 {
                font-size: 30px;
            }

            .timeline-item:nth-child(odd) .step-box,
            .timeline-item:nth-child(even) .step-box {
                max-width: 100%;
                margin: 0 !important;
            }

            .timeline-container::before {
                left: 15px;
            }

            .timeline-dot {
                left: 15px;
            }
        }



        .step-content > div {
	padding: 10px;
	background: #EEF6FF;
	border-radius: 10px;
	margin-bottom: 10px;
}
.right-content > div .tag {
	padding: 5px 34px;
	margin: 20px 0;
	font-size: 16px;
	font-weight: 500 !important;
}

#case-study .swiper-button-next, #case-study .swiper-button-prev {
	width: 35px !important;
	height: 35px !important;
}
#case-study .swiper-button-next::after, #case-study .swiper-button-prev::after {
	font-size: 13px !important;
  filter: brightness(0) invert(1);
}
.second-color .testimonial-left > div {
	background: #fff;
}
.testimonial-left > div {
	margin: 10px !important;
	border-radius: 10px !important;
	overflow: hidden !important;
	height: 100%;
}

.testimonial-img {
	width: 100%;
	height: 100%;
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
	object-fit: cover;
}
.right-content > div .tag::before {
	content: "";
	background: #7BBBFF;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: block;
	position: absolute;
	left: 15%;
	top: 45%;
}
.right-content > div .tag {
    position: relative;
    padding: 10px;
    border: 1px solid #ccc;
    padding: 10px 46px;
    display: block;
    width: fit-content;
    box-sizing: border-box;
    white-space: inherit;
    border-radius: 50px;
    margin: 20px 0;
    border:1px solid #7BBBFF ;
}

.testimonial_content {
	padding: 25px;
	position: absolute;
	bottom: 0;
	background: transparent;
	width: auto;
	color: #fff;
}

.testimonial_content p {
	text-align: left !important;
}

.testimonial_content p {
	font-size: 0.95rem;
	color: #555;
	margin-bottom: 15px;
	line-height: 1.6;
}
#case-study .testimonial-left {
	padding: 0 !important;
  height: 649px !important;
  overflow: hidden;
}


.testimonial-left > div{
	margin: 0 !important;
}

.logo-box img {
    width: 50px;
    border-radius: 10px;
    height: 50px;
    object-fit: cover;
}
.d-flex.testimonial-card {
	background: #fff;
	border-radius: 20px;
	border: 5px solid #7BBBFF;
}
#case-study {
	background: #DBEDFF;
	padding: 55px 14px;
	border-radius: 50px;
}
.testimonial_content small, .testimonial_content strong {
	color: #fff !important;
}
.testimonial_content strong{font-size: 20px;}


.right-content > div > div {
	display: flex;
	align-items: center;
	gap: 10px;
    margin-bottom: 24px;
}

.right-content > div > div  img{width: 40px;}
.right-content > div > div p {
	font-size: 18px;
	font-weight: 500;
	color: #18304A !important;
}
.right-content > p {
	font-size: 20px;
	font-weight: 500;
	color: #18304A !important;
}



#case-study > p {
	text-align: center !important;
	font-size: 25px;
}

#case-study h2 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #18304A;
	margin-bottom: 15px;
}

#case-study h2 span{
    color: #006F8C;
    font-weight: 700;
}

 #case-study .right-content p b{color: #006F8C;}
 #case-study > p strong{
    color: #006F8C !important;
 }

.line {
	height: 3px;
	width: 82px;
	background: #18304A;
	margin-bottom: -13px;
	border-radius: 50px;
}

.swiper-button-next::after, .swiper-button-prev::after {
	font-family: swiper-icons;
	font-size: 20px !important;
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;

	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-button-next, .swiper-button-prev {
    	width: 49px !important;
	height: 49px !important;
	border-radius: 50px;
	background: #18304A;

}

.swiper-button-next {
	position: absolute;
	bottom: 86px !important;
	right: 23px !important;
	top: unset !important;
}

.swiper-button-prev {
	position: absolute;
	bottom: 86px !important;
	right: 85px !important;
	top: unset !important;
    left: unset !important;
}



.review-section{
        background: #fff;
        padding: 48px 0;
      }

      .review-section .wrapper{
        max-width: 100%;
        margin: 0 auto;
        background: #ffffff;
        border-radius: 45px;
        padding: 36px 30px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.83) -25.31%, rgba(238, 246, 255, 0.83) 91.13%);
        box-shadow: 0px 4px 28.4px 0px #7BBBFF69 inset;
        -webkit-border-radius: 45px;
        -moz-border-radius: 45px;
        -ms-border-radius: 45px;
        -o-border-radius: 45px;
}

      .review-section .heading {
        text-align: center;
        margin-bottom: 6px;
      }
     .review-section .heading h2 {
	margin: 0;
	font-weight: 700;
	color: #18304A;
	font-size: 40px;
}
  .review-section .heading p {
	margin: 6px 0 0;
	color: #18304A;
	font-size: 20px;
	width: 100%;
	max-width: 75%;
	margin: 0 auto;
	font-weight: 500;
}
     .review-section .pill {
	display: inline-block;
	margin: 18px auto;
	padding: 7px 18px;
	border-radius: 999px;
	border: 1px solid rgba(11,54,104,0.08);
	background: rgba(240,248,255,0.9);
	font-weight: 500;
	color: #18304A;
	font-size: 20px;
}

      /* Features list */
      .review-section .features {
        margin-top: 18px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
      }


      .review-section .container-fluid {
	padding: 0 !important;
}

.icon-box img {
	width: 50px;
}

.feature {
	display: flex;
	align-items: center;
	width: 60%;
	margin: 0 auto;
	background: #fff;
	padding: 15px 30px;
	border: 5px solid #7BBBFF;
	border-radius: 10px;
    gap:20px;
}

.icon-box {
	height: 90px;
	width: 90px;
	background: #7BBBFF5E;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}


.feature div.text {
	font-size: 20px !important;
	font-weight: 600;
	color: #18304A;
}


.lines {
	width: 1px;
	height: 62px;
	background: #18304A;
}


.micro-pill {
	width: fit-content;
	margin: 20px auto;
	background: #fff;
	padding: 10px 55px;
	border-radius: 50px;
	border: 2px solid #7BBBFF;
	font-weight: 600;
	font-size: 18px;
}
.footer-section .footer-line{color: #fff;text-decoration: none;}
.footer-section .footer-social a{color: #fff;}

.cta-row .btn.btn-primary-custom {
	background: #18304A;
	color: #fff;
	font-weight: 600;
	padding: 10px 35px;
	border-radius: 10px;
	display: block;
	margin: 0 auto !important;
  width: fit-content !important;
}
#wtsps {
	border: 1px solid #ccc;
	padding: 1px;
	width: fit-content;
	margin: 0 auto;
	border-radius: 50px;
}

.thank-page .mt-3.text-dark {
	width: 60%;
	margin: 0 auto;
	font-size: 20px;
}
.thank-page .fw-bold.text-secondary {
	font-size: 22px;
	color: #006F8C !important;
}
.testimonial-title {
	font-size: 41px;
	font-family: "Outfit", sans-serif;
}
#wtsps a {
	padding: 11px 33px !important;
	border-radius: 50px;
	background: #25D366 !important;
	border: none !important;
	font-size: 20px;
	font-weight: 500;
}

.thank-page{height: 100%;}
.thank-page p.text-muted {
	font-size: 22px;
	width: 100%;
	max-width: 32%;
	margin: 0 auto;
	color: #002A3A !important;
	font-weight: 500;
}
.thank-page p.fw-semibold {
	font-weight: 600 !important;
	font-size: 22px;
	color: #002A3A !important;
}
.thank-page p.text-secondary {
	font-weight: 600;
	font-size: 20px;
	color: #002A3A !important;
}
.thank-box h1 {
	font-family: 'Helvetic', sans-serif;
	font-size: 59px;
	color: #002A3A !important;
  margin-top: 55px ;
}
.thank-box h1 span{
  font-weight: 700;
  color: #02597A !important;
}
.thank-pages{height: 100vh;overflow-y: scroll;}
.thank-page {
  padding-top: 8px !important;
	padding: 60px 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.83) -8.94%, rgba(123, 187, 255, 0.621686) 109.82%);
	height: auto;
}
        .thank-box {
            max-width: 100%;
            margin: auto;
            text-align: center;
        }
        .thank-box h1 span {
            color: #1a73e8; /* Blue */
        }
        .whatsapp-btn img {
            width: 22px;
            margin-right: 8px;
        }
        .divider {
            width: 100%;
            height: 1px;
            background: #bbb;
            margin: 40px 0;
        }
        .testimonial-title {
            color: #004b80;
            font-weight: 700;
        }


        .btn-main{
            padding: 12px 28px;
            font-size: 16px;
            margin-top: 25px;}

.btn.btn-whatsapp {
	width: fit-content;
	margin: 0px auto;
	display: flex;
	padding: 10px 55px;
	align-items: center;
	background: #25D366;
	border-radius: 50px;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}


.wtsp {
    width: fit-content;
    margin: 20px auto;
    padding: 2px;
    border: 2px solid #ccc;
    height: fit-content;
    border-radius:50px ;
    -webkit-border-radius:50px ;
    -moz-border-radius:50px ;
    -ms-border-radius:50px ;
    -o-border-radius:50px ;
}

.fa-brands.fa-whatsapp.me-2 {
	font-size: 24px;
}


.perfect {
	display: flex;
	margin: 20px auto;
	width: fit-content;
	padding: 10px 20px;
	background: transparent;
	border-radius: 33px;
	color: #18304A;
	text-decoration: none;
	border: 1px solid #18304A;
    margin-top: 55px !important;
}


.review-section .heading p strong {
	color: #006F8C;
  display: block !important;
}


 .why-section {
    background: #DBEDFF;

  }

  .why-title {
    font-weight: 700;
    color: #0b3767;
  }

  .why-title .highlight {
    color: #006F8C;
    font-weight: 700;
  }
.why-subtitle u {
	font-weight: 600;
	color: #006F8C;
	text-decoration: none;
}
.why-subtitle {
	color: #18304A;
	max-width: 90%;
	margin: 0 auto;
	font-size: 23px;
	font-weight: 500;
	text-decoration: none;
}

  .why-items {
    margin-top: 32px;
    display: grid;
    gap: 20px;
  }

    .why-box .strong strong{color: #18304A;}

  .why-box .strong {
	width: fit-content;
	padding: 10px 25px;
	border: 1px solid #000;
	border-radius: 31px;
}
.why-box {
	border-radius: 12px;
	padding: 22px 26px;
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
	border: 0.5px solid #7BBBFF;
	box-shadow: 0px 0px 23.3px 0px #7BBBFF;
	background: #FFFFFF;
}

  .why-heading {
    font-weight: 700;
    color: #08305c;
    font-size: 22px;
    margin-bottom: 6px;
  }

.why-text {
	color: #18304A;
	line-height: 1.55;
	margin: 0;
	font-size: 20px;
	font-weight: 500;
}



  .pricing-section {
    background: #fff;
    padding: 56px 0;
  }

  .pricing-section .section-title {
    font-weight: 700;
    color: #0b3767;
    margin-bottom: 6px;
	
  }

  .icon-circle img {
	width: 40px;
}
 .pricing-section .section-title .text-accent {
	color: #006F8C;
	font-weight: 700;
}

.pricing-section .section-subtitle {
	color: #18304A;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 54px;
}

  .pricing-section .section-subtitle .text-strong {
    font-weight: 600;
  }

  .pricing-section .pricing-card {
    background: #F1FAFF;
    border-radius: 16px;
    padding: 22px 22px 24px;
    border: 2px solid rgba(45, 109, 239, 0.2);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.04);
    height: 100%;
  }

  .pricing-section .pricing-card-primary {
    background: linear-gradient(135deg, #062647, #0a3a73);
    border-color: #1e7fff;
    color: #ffffff;
  }
.icon-circle img {
	width: 36px;
}
  
.icon-circle {
	margin-bottom: 20px;
}


.pricing-section .plan-title {
	font-weight: 600;
	font-size: 21px;
	color: #0b3767;
}
  .pricing-section .plan-subtitle {
    font-size: 16px;
    color: #0b3767;
  }

  .pricing-section .pricing-card-primary .plan-subtitle {
    color: #d9e3f5;
  }

  .pricing-section .custom-quote {
    font-weight: 600;
    color: #0b3767;
  }
.pricing-section .small-label .Custom {font-size: 20px;}
 .pricing-section .small-label {
	color: #18304A;
	margin-top: 20px;
	font-size: 18px;
}
body .card-header-area {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
	margin-bottom: 45px !important;
}
 .pricing-section .pill-btn {
	border-radius: 999px;
	border: 1px solid rgba(45, 109, 239, 0.25);
	background: #18304A;
	padding: 6px 21px;
	font-size: 19px;
	font-weight: 500;
	color: #fff;
}

.pricing-section .pill-btn-dark {
	background: #fff;
	border-color: rgba(255, 255, 255, 0.3);
	color: #18304A !important;
}

  .pricing-section .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

body .pricing-section .feature-list li, body .pricing-section .feature-list li span:last-child {
	font-size: 17px;
	font-weight: 500 !important;
	margin-bottom: 12px;
}

body .pricing-section .feature-list li span:last-child {
	display: flex;
}
  .pricing-section .feature-list-light li {
    color: #e4ecff;
  }


 .pricing-section .check-icon {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #7BBBFF;
	margin-right: 8px;
	margin-top: 3px;
	position: relative;
	background: #7BBBFF;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
}

.pricing-section .check-icon::after {
	content: "";
	position: relative;
	left: 0;
	top: 1px;
	width: 5px;
	height: 9px;
	border-right: 2px solid #18304A;
	border-bottom: 2px solid #18304A;
	transform: rotate(45deg);
}

  .pricing-section .check-icon-light {
    border-color: #ffffff;
  }

  .pricing-section .check-icon-light::after {
    border-color: #ffffff;
  }

  .pricing-section .special-offer {
    border-radius: 12px;
    border: 2px solid #ffb1b1;
    background: #fff;
    position: relative;
    margin-top: 45px !important;
  }

.pricing-section .row {
	margin-bottom: 55px;
}
  .special-body .small-mutedd {
	width: fit-content;
	padding: 3px 20px;
	background: #F1FAFF;
	border-radius: 50px;
	color: #18304A;
	border: 1px solid #18304A;
}
.special-body .fw-semibold {
	margin-bottom: 25px !important;
	margin-top: 20px;
}

  .special-body img {
	width: 29px;
	margin-left: 10px;
}
  .pricing-section .special-header {
    padding: 8px 14px 0;
  }

.pricing-section .badge-special {
	font-size: 0.72rem;
	font-weight: 700;
	color: #fff;
	background: #F06D61;
	border-radius: 7px;
	padding: 3px 15px;
	position: absolute;
	top: -14px;
}

  .pricing-section .special-body {
    padding: 6px 14px 10px 14px;
    font-size: 0.87rem;
    color: #5f3030;
  }

  .pricing-section .special-body .small-muted {
    font-size: 0.8rem;
    color: #9b6e6e;
  }

  .pricing-section .price-pill {
    font-size: 0.8rem;
  }

  .pricing-section .price-main {
    font-weight: 800;
    font-size: 1.1rem;
  }


  .monthly-booking {
	display: block !important;
}

  .pricing-section .price-term {
    font-weight: 500;
    font-size: 0.8rem;
  }

 .pricing-section .price-sub {
	font-size: 18px;
	margin-top: 2px;
}
.pricing-section .most-popular {
	font-size: 20px;
	font-weight: 600;
	color: #0b3767;
	background: #f7fbff;
	border-radius: 15px;
	padding: 18px 20px;
	width: fit-content;
	box-shadow: 0px 0px 12px 0px #7BBBFF;
    margin-top: 35px !important;
}

  .pricing-section .btn-primary-dark {
    background: #071a2b;
    border-color: #071a2b;
    color: #ffffff;
    font-weight: 600;
    border-radius: 8px;
    padding: 8px 18px;
  }

  .pricing-section .btn-whatsapp {
    background: #25d366;
    border-color: #25d366;
    color: #ffffff;
    font-weight: 600;
    border-radius: 999px;
    padding: 8px 18px;
  }



  .card-header-area {
	flex-wrap: wrap;
}

.card-header-area div {
	width: 100%;
}

.monthly-title {
	display: flex;
	align-items: center;
	gap: 10px;
}

.pricing-section > div {
	width: 100% !important;
	max-width: 95% !important;
}



.pricing-section .monthly-booking {
	display: block !important;
	text-align: left;
}

.price-main {
	width: fit-content !important;
	padding: 5px 24px;
	border-radius: 20px;
	background: linear-gradient(1.06deg, #000000 0.91%, #18304A 129.32%);
	border: 0.5px solid #FFFFFF5C;
}
.price-pill div{width: fit-content;}

.price-pill {
	display: flex;
	align-items: center;
    margin-top: 25px;
    gap:10px;
}

.pricing-section .row > div {
	border: 1px solid #18304A;
	border-radius: 25px;
	padding: 10px;
	margin: 10px;
	width: 100%;
	max-width: 48%;
}



.security-section {
    background: #eaf4ff;
  }

  .security-section .sec-title {
    font-weight: 700;
    color: #0b3767;
    font-size: 36px;
  }

 .security-section .accent {
	color: #006F8C;
	font-weight: 700;
}

  .security-section .sec-subtitle {
    color: #18304A;
    font-size: 22px;
    margin-top: 6px;
  }

  .security-section .accent-link {
    color: #006F8C;
    font-weight: 600;
  }

.security-section .sec-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 59px 63px 41px;
	max-width: 100%;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
	border: 2px solid rgba(45, 109, 239, 0.2);
}

.security-section .pill-label {
	border-radius: 999px;
	background: #071a2b;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	padding: 10px 29px;
}

  .security-section .sec-small {
    font-size: 19px;
    color: #002A3A;
    margin-top: 10px;
	font-weight: 500;
  }

.security-section .sec-subheading {
	font-weight: 600;
	font-size: 20px;
	color: #18304A;
	padding: 10px 21px;
	background: #DBEDFF;
	border-radius: 50px;
	border: 1px solid #7BBBFF;
	margin-bottom: 25px !important;
	margin-top: 35px !important;
}

  .security-section .sec-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .security-section .sec-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 19px;
    color: #002A3A;
	font-weight: 500;
    margin-bottom: 6px;
  }

  .security-section .check-icon {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    border: 2px solid #002A3A;
    position: relative;
    margin-top: 3px;
    background: #18304A;

  }

  
 .security-section .check-icon::after {
	content: "";
	position: absolute;
	left: 3px;
	top: 1px;
	width: 6px;
	height: 9px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

  /* Shield / lock graphic */
  .security-section .shield-wrap {
    width: auto;
    height: auto;
  }

  .security-section .shield-inner {
    width: auto;
    height: auto;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .security-section .shield-inner i {
    font-size: 40px;
    color: #1b7ff0;
  }

  /* bottom strip */
 .security-section .sec-bottom {
	margin-top: 24px;
	border-radius: 12px;
	border: 1px solid #7BBBFF;
	padding: 16px 18px 43px;
	background: #F1FAFF;
}

  .security-section .sec-bottom-title {
    font-weight: 600;
    font-size: 22px;
    color: #0b3767;
    margin-bottom: 4px;
  }
.shield-inner img {
	width: 62%;
}
  .security-section .sec-bottom-text {
    font-size: 18px;
    color: #002A3A;
	font-weight: 500;
  }

  .sec-bottom .row {
	display: grid;
	justify-content: center;
	margin: 0 auto;
}

  .sec-bottom .row > div{width: 100%;max-width: 100%;text-align: center;}


  .sec-bottom .row > div:first-child {
	padding-bottom: 35px;
	margin-bottom: 20px;
	border-bottom: 2px solid #ccc;
	width: fit-content !important;
	max-width: fit-content !important;
}



  .guarantee-section {
    background: #fff;
  }

  .guarantee-section .g-title {
    font-weight: 700;
    color: #0b3767;
    font-size: 36px;
  }

  .guarantee-section .accent {
    color: #006F8C;
    font-weight: 700;
  }
.guarantee-section .g-pill {
	display: inline-block;
	padding: 6px 13px;
	border-radius: 999px;
	border: 1px solid rgba(45, 109, 239, 0.3);
	background: #f3f8ff;
	font-size: 16px;
	font-weight: 600;
	color: #0b3767;
}
 .guarantee-section .g-card {
	max-width: 900px;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 16px;
	border: 8px solid #7BBBFF;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
	padding: 28px 28px 30px;
}

  /* Badge */
  .guarantee-section .g-badge-wrap {
    position: relative;
    display: inline-block;
  }

  .guarantee-section .g-badge-circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #46a5ff, #0053ab);
    color: #ffffff;
    text-align: center;
    padding: 24px 14px;
    box-shadow: 0 12px 24px rgba(0, 83, 171, 0.45);
  }

  .guarantee-section .g-badge-top {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
  }

  .guarantee-section .g-badge-main {
    display: block;
    margin-top: 6px;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.3;
  }

  .guarantee-section .g-badge-bottom {
    display: block;
    margin-top: 10px;
    font-size: 0.7rem;
    font-weight: 600;
  }

  .guarantee-section .g-badge-ribbon {
    position: absolute;
    bottom: -14px;
    width: 46px;
    height: 16px;
    background: #00376f;
  }

  .guarantee-section .g-badge-ribbon-left {
    left: 20px;
    border-bottom-left-radius: 6px;
  }

  .guarantee-section .g-badge-ribbon-right {
    right: 20px;
    border-bottom-right-radius: 6px;
  }
.cd-2 b {
	position: relative;
	width: fit-content;
	margin: 0 auto;
}


.cd-2 b::before {
	content: "";
	background: #000;
	height: 5px;
	width: 5px;
	display: block;
	position: absolute;
	left: -11px;
	border-radius: 50px;
	top: 12px;
}
  .guarantee-section .g-body {
    max-width: 99%;
    margin: 0 auto;
  }

  .guarantee-section .g-small {
    font-size: 18px;
    color: #002A3A;
	font-weight: 500 !important;
  }

  .guarantee-section .g-strong {
    font-size: 0.95rem;
    color: #0b3767;
    font-weight: 700;
  }

  .guarantee-section .g-pill {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 999px;
    border: 1px solid rgba(45, 109, 239, 0.3);
    background: #f3f8ff;
    font-size: 22px;
    font-weight: 600;
    color: #0b3767;
  }

  .guarantee-section .g-list {
    list-style: none;
    padding-left: 0;
    max-width: 540px;
  }

  .guarantee-section .g-list li {
    position: relative;
    padding-left: 18px;
    font-size: 18px;
    color: #18304A;
	font-weight: 500;
    margin-bottom: 6px;
  }
.guarantee-section b{color: #18304A;}
.guarantee-section .g-list li {
	position: relative;
	padding-left: 18px;
	font-size: 18px;
	color: #374151;
	margin-bottom: 6px;
	display: grid;
	justify-content: center;
	text-align: center !important;
  margin-bottom: 15px;
}

  .guarantee-section .g-focus {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0b3767;
    margin-top: 10px;
  }

  .guarantee-section .g-btn-dark {
    background: #071a2b;
    border-color: #071a2b;
    color: #ffffff;
    font-weight: 600;
    border-radius: 8px;
    padding: 8px 18px;
  }

  .guarantee-section .g-btn-whatsapp {
    background: #25d366;
    border-color: #25d366;
    color: #ffffff;
    font-weight: 600;
    border-radius: 999px;
    padding: 8px 18px;
  }




  .g-badge-circles img {
	width: 300px;
}

.button-flex {
	display: grid !important;
	width: fit-content;
	margin: 0 auto;
	gap: 20px;
	margin-top: 50px !important;
}


 .case-study-section {
            background: #DBEDFF;
            padding: 60px 20px;
            min-height: 100vh;
            display: flex;
            align-items: center;
        }

        .header-content {
            text-align: center;
            margin-bottom: 50px;
            animation: fadeInDown 0.6s ease-out;
        }

        .header-content h2 {
            font-size: 36px;
            font-weight: 700;
            color: #18304A;
            margin-bottom: 10px;
        }

        .header-content h2 .highlight {
            color: #006F8C;
            font-weight: 700;
        }

        .header-content p {
            font-size: 22px;
            color: #555;
        }

        .header-content .subtitle {
            color: #006F8C;
            font-weight: 600;
        }

        .owl-carousel .owl-item {
            display: flex;
            align-items: center;
        }

        .case-study-card {
            background: white;
            border-radius: 12px;
            padding: 40px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: self-start;
            min-height: 400px;
            animation: fadeInUp 0.6s ease-out;
        }

       .case-study-content h3 {
	font-size: 20px;
	font-weight: 700;
	color: #18304A;
	margin-bottom: 20px;
}

        .case-study-content h4 {
            font-size: 1.1rem;
            font-weight: 600;
            color: #18304A;
            margin-top: 20px;
            margin-bottom: 12px;
        }

       .case-study-content p {
	font-size: 18px;
	color: #18304A;
	line-height: 1.6;
	margin-bottom: 12px;
	font-weight: 500;
}

        .case-study-content ul {
            list-style: none;
            margin: 15px 0;
        }

        .case-study-content ul li {
          	font-size: 18px;
	color: #18304A;
	font-weight: 500;
            margin-bottom: 8px;
            padding-left: 12px;
            position: relative;
        }

        .case-study-content ul li::before {
	content: ".";
	position: absolute;
	left: 0;
	color: #18304A;
	font-weight: bold;
}

       .result-highlight {
	background: #fff;
	border-left: none;
	padding: 0 0 0 15px;
	margin: 15px 0;
	border-radius: 4px;
}

        .result-highlight strong {
            color: #006F8C;
            font-size: 1.05rem;
        }

        .timeline {
            font-size: 0.9rem;
  color: #18304A;
            margin-top: 15px;
            padding-top: 15px;
            border-top: 1px solid #eee;
        }

        .case-study-image {
            height: 86%;
            min-height: 350px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        }

        .case-study-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .owl-nav {
            position: absolute;
            bottom: -60px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 15px;
        }

        .owl-nav button {
            background: white;
            border: 2px solid #0288d1;
            color: #0288d1;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            font-size: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .owl-nav button:hover {
            background: #0288d1;
            color: white;
        }

        .owl-dots {
            display: none;
        }

        .container-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            padding-bottom: 80px;
        }
        .case-study-content p {
	padding-left: 16px;
}

.case-study-content h4{position: relative;}
.case-study-content h4.line-break:before {
	content: "";
	background: #000;
	height: 108px;
	width: 2px;
	display: block;
	position: absolute;
	top: 19px;
	left: 4px;
}
.case-study-content h4:nth-child(6) {
	overflow: hidden !important;
	background: #fff;
}
.case-study-content h4.line-break-2::before {
	content: "";
	background: #000;
	height: 220px;
	width: 2px;
	display: block;
	position: absolute;
	top: 19px;
	left: 4px;
}

.case-study-section .owl-nav {
	position: absolute;
	bottom: 49px;
	right: 0 !important;
	float: right;
	margin-left: auto;
	width: fit-content;
}
.stats-box .row > div:nth-child(2) img {
	width: 64px !important;
}
.stats-box .row > div {
	margin-bottom: 0 !important;
}	
.case-study-section .owl-nav button {
	border-radius: 50px !important;
	background: #18304A !important;
	color: #fff !important;
}



  .call-section {
    background: #fff;
  }

  .call-section .call-title {
    font-weight: 700;
    color: #0b2c4a;
    font-size: 36px;
  }

 .call-section .call-subtitle {
	color: #18304A;
	max-width: 80%;
	margin: 12px auto 0;
	font-size: 22px;
    margin-bottom: 35px;
	font-weight: 500;
}

  .call-section .highlight {
    color: #006F8C;
    font-weight: 600;
  }

 .call-section .call-btn {
	background: #071a2b;
	color: #ffffff;
	padding: 10px 26px;
	border-radius: 8px;
	font-weight: 600;
	margin-bottom: 35px !important;
}

  .call-section .whatsapp-btn {
    background: #25d366;
    border-color: #25d366;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 26px;
    border-radius: 999px;
    width: fit-content;
  }

 .call-section .pill {
	background: #eef6ff;
	border: 1px solid rgba(0, 102, 204, 0.2);
	color: #0b2c4a;
	font-size: 18px;
	padding: 9px 24px;
	border-radius: 999px;
	font-weight: 500;
}


.call-section .text-muted.small {
	padding: 7px 22px;
	border: 1px solid #ccc;
	width: fit-content;
	margin: 0 auto;
	border-radius: 50px;
	margin-bottom: 17px;
	color: #18304A !important;
	font-weight: 500 !important;
}



  .faq-section {
    background: #dfeeff;
  }

  .faq-section .faq-title {
    font-weight: 700;
    color: #0b2c4a;
    font-size: 36px;
  }

  .faq-section .faq-subtitle {
    color: #18304A;
    margin-top: 6px;
    font-size: 22px;
  }

  .faq-section .faq-wrapper {
    max-width: 840px;
  }

  .faq-section .accordion {
    --bs-accordion-border-color: transparent;
    --bs-accordion-bg: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
  }

  .faq-section .faq-item {
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(45, 109, 239, 0.3);
    background: #ffffff;
    overflow: hidden;
  }

  .faq-section .faq-btn {
    font-weight: 600;
    font-size: 20px;
    color: #0b2c4a;
    background: #ffffff;
    padding: 25px 16px;
    border: 1px solid #18304A;
  border-radius: 12px;
  }

  .faq-section .accordion-button:not(.collapsed) {
    color: #0b2c4a;
    background: #f5f8ff;
    box-shadow: none;
    font-size: 20px;
    border: none !important;
  }

 .faq-section .faq-body {
	font-size: 18px;
	color: #18304A;
	padding: 10px 16px 14px;
	font-weight: 500 !important;
}

    .faq-section .accordion-button:not(.collapsed)::after {
	content: "";
	padding: 21px;
	background-color: #B2B7BC;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 20px !important;
	right: 20px;
	position: absolute;
	text-align: center;
	background-position: center;
	border-radius: 5px;
}


 .faq-section .accordion-button::after {
	content: "";
	padding: 21px;
	background-color: #B2B7BC;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 20px !important;
	right: 20px;
	position: absolute;
	text-align: center;
	background-position: center;
	border-radius: 5px;
}

.join-now {
	background: #F1FAFF;
	padding: 21px 10px;
	border-radius: 19px;
	width: 100%;
	max-width: 94%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.join-now p{font-weight: 600;color: #18304A !important;font-size: 18px;}



 body .footer-section {
	background: linear-gradient(180deg, #006F8C 0%, #000000 100%);
	color: #ffffff;
	position: relative;
	padding-top: 70px !important;
	padding-bottom: 60px !important;
	overflow: hidden;
}

  .footer-section .justify-content-end {
	justify-content: flex-end !important;
	width: 100%;
}
  /* Big faded background text */
  .footer-section .footer-bg-text img{width: 100%;}
.footer-section .footer-bg-text {
	position: relative;
	left: 0;
	top: 0;
	font-size: 120px;
	font-weight: 700;
	color: #89cbdc;
	pointer-events: none;
	user-select: none;
	width: 100%;
}
.footer-section .justify-content-end > div {
	width: 57%;
}

.footer-section .justify-content-end > div.col-md-2.mb-4{width: 28%;}
.position-relative {
	position: relative !important;
	display: flex;
}

  .footer-section .footer-heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
  }

  .footer-section .footer-line {
    font-size: 16px;
    margin-bottom: 6px;
    opacity: 0.9;
  }

  .footer-section .footer-social i {
    font-size: 1.1rem;
    margin-right: 14px;
    cursor: pointer;
    opacity: 0.9;
  }

  .footer-section .footer-social i:hover {
    opacity: 1;
  }

  .footer-section .footer-links li {
    margin-bottom: 6px;
  }

  .footer-section .footer-links a {
    color: #ffffff;
    opacity: 0.85;
    text-decoration: none;
    font-size: 16px;
  }

  .footer-section .footer-links a:hover {
    opacity: 1;
  }

  #wtsp {
	display: none;
}
#mobile-view {
	display: none;
}
#header-button{display: none;}
.case-study-content > img {
	display: none !important;
}

.call-section .whatsapp-btn {
	background: #25d366;
	border-color: #25d366;
	color: #ffffff;
	font-weight: 600;
	padding: 10px 26px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.timeline-item.left-item::before {
	content: "";
	background: url(../img/adasd.png);
	width: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 45%;
	z-index: 999999;
	top: 21%;
	display: block;
	height: 20px;
}


.timeline-item.left-item {
	position: relative;
}



.timeline-dot.timeline-dot-first {
	top: 0;
}
.timeline-item.right-item::before {
	content: "";
	background: url(../img/adasd.png);
	width: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 54%;
	z-index: 999999;
	top: 21%;
	display: block;
	height: 20px;
	transform: rotate(58deg);
}

.timeline-item.right-item {
	position: relative;
	margin-top: -141px;
}
.timeline-item.right-item {
	position: relative;
}
.call-section .call-btn:hover , #header .row button:hover , .pricing-section .btn-primary-dark:hover , .guarantee-section .g-btn-dark:hover{
  background: #123153 !important;
  color: #ffffff !important;
}
.timeline-section .btn-success:hover , .guarantee-section .g-btn-whatsapp:hover , .call-section .whatsapp-btn:hover{
  color: #fff !important;
	background-color: #1ab353 !important;
	border-color: var(--bs-btn-hover-border-color);
}
.audit-section a.btn-success:hover{
	color: #fff !important;
	background-color: #1ab353 !important;
	border-color: var(--bs-btn-hover-border-color);
}
.copyright{display: none;}
.btn-whatsapp:hover {
	color: #fff !important;
	background-color: #1ab353 !important;
	border-color: var(--bs-btn-hover-border-color);
}
#social-media{display: none;}

 @media only screen and (max-width: 767px) {

.copyright{display: block !important;}
.case-study-section .owl-nav {
	position: absolute;
	bottom: unset;
	top: 17%;
	left: 47% !important;
	transform: translateX(-50%);
	display: flex;
	gap: 0px;
	right: -35px !important;
}
#social-media{display: grid;}

.right-content > div > div.text-success.fs-3 img {
    display: none !important;
}
.footer-section .footer-heading {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 33px !important;
	position: relative;
	width: fit-content;
	margin: 20px auto;
}
.footer-section .footer-heading::before {
	content: "";
	width: 95%;
	height: 2px;
	background: #7db6c5;
	color: #fff;
	position: absolute;
	bottom: -11px;
	margin: 0 auto;
}
.copyright{padding-top: 25px;}
.copyright img {
	width: auto;
}
body .case-study-section  button {
	width: 32px;
	height: 32px;
}
.case-study-content > img {
	display: block !important;
  width: 75% !important;
}
  .case-study-image {
	display: none;
}
.stats-box {
	background: #0c2440;
	color: #fff;
	padding: 5px 0;
}

.reality-section .text-center > p {
	font-size: 19px;
}
.info-box {
	padding: 13px !important;
}
.timeline-item.right-item::before {content: "";display: none !important;}

.timeline-item.left-item::before {content: "";display: none !important;}
.audit-section h2 {
	font-size: 30px;
}
.audit-section p {
	font-size: 18px !important;
}
.section-header p {
	font-size: 19px;
	max-width: 100%;
}

.review-section .pill {
	font-size: 18px;
}
.audit-section a.btn-dark {
	font-size: 18px;
}
.timeline-section {
	padding: 30px 15px;
}
.audit-section p {
	font-size: 18px !important;
}
.info-box h5 {
	font-size: 18px;
}
.btn-dark-custom {
    background: #18304A !important;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
    text-align: center !important;
    color: #fff;
    padding: 10px;
    text-decoration: none !important;
}
.right-content > div > div img {
	width: 23px;
}
.right-content > div > div p {
	font-size: 16px;
  margin-bottom: 0 !important;
}
.testimonial-img {
	height: 350px;
}
.line {
	margin-bottom: 0;
}
.right-content > p {
	font-size: 18px;
}
.right-content {
	width: 100% !important;
}
#case-study .right-content {
	width: 100% !important;
	padding: 10px !important;
}

#case-study .right-content h3 {
	font-size: 18px;
}
#case-study .testimonial-left {
	padding: 0 !important;
	width: 100%;
  position: relative;
}

.testimonial_content {
	bottom: 0;
}
.info-box p {
	font-size: 16px;
	font-weight: 500;
	color: #002A3A !important;
}
.d-flex.testimonial-card {
	display: grid !important;
}
#case-study > p {
	text-align: center !important;
	font-size: 18px;
  margin-bottom: 0;
}

#case-study h2 {
	font-size: 32px;
}
.stats-box p {
	font-size: 17px;
}
.stats-slider .item {
	padding: 20px;
	width: 100%;
}
.reality-section h2 {
	font-size: 31px;
}
.stats-box h4 {
	font-size: 22px;}
  .stats-slider .owl-item img {
	display: block;
	width: 50px !important;
	margin: 0 auto;
  margin-bottom: 0 !important;
}
.columm {
	display: grid;
}
.stats-box p {
	text-align: center;
}
.stats-box h4 {
	text-align: center;
}
.review-section {
	padding-bottom: 10px;
}
  .stats-box .columm img {
    width: 60px;
    margin-bottom: 15px;
}
.stats-slider .item {
	padding: 10px;
}
#desck-view{display: none;}
#mobile-view {
	display: block;
	width: 166px;
	margin: 0 auto;
}
#case-study {
	padding: 20px 14px;
}
.services-business img:last-child {
	width: 230px;
	margin: 0 auto;
}
.banner .text-secondary {
	font-size: 16px;
}
.thank-page{height: inherit;}
.thank-page p.text-muted {
	font-size: 20px;
	width: 100%;
	max-width: 100%;
}

.btn.btn-whatsapp {
	padding: 10px 40px;

}
.thank-page .fw-bold.text-secondary {
	font-size: 20px;
}

.thank-page .mt-3.text-dark {
	width: 100%;
	margin: 0 auto;
	font-size: 17px;
}
.testimonial-title {
	font-size: 34px;
}

.thank-page {
	padding: 18px 0;
}

.divider {
	margin: 25px 0;
}
.thank-box h1 {
	font-size: 34px;
  margin-top: 35px !important;
}
.thank-page p.fw-semibold {
	font-size: 20px;
}
.thank-page p.text-secondary {
	font-size: 16px;
}
.review-section .heading p {
	font-size: 18px;
	width: 100%;
	max-width: 100%;
}
.review-section .wrapper {
	padding: 15px;
}
.feature {
	display: flex;
	width: 100%;
	padding: 30px;
	gap: 6px;
}

.icon-box img {
	width: 32px;
}
.feature div.text {
	font-size: 18px !important;
}
.micro-pill {
	padding: 10px 20px;
	font-size: 16px;
	text-align: center;
}
.why-subtitle {
	max-width: 100%;
	font-size: 18px;
}
.perfect {
	margin-top: 25px !important;
}

.why-box {
	border-radius: 12px;
	padding: 22px 15px;
	width: 100%;
	max-width: 100%;
}
.pricing-section .section-subtitle {
	font-size: 18px;
	display: block;
	padding-bottom: 25px;
}

.pricing-section .pricing-card {
	padding: 22px 12px;
}

.pricing-section .row > div {
	padding: 5px;
}

.pricing-section .small-label {
	margin-top: 8px;
	font-size: 16px;
}
.monthly-title {
	flex-wrap: wrap;
}
.pricing-section .row > div {
	width: 100%;
	max-width: 100%;
}
.why-heading {
	font-size: 18px;
}

.thankyou-card h1 {
	font-size: 32px;
}

.thankyou-card p {
	font-size: 16px;
	color: #6c757d;
}
.thankyou-section .btn.btn-primary.btn-main {
	font-size: 16px;
}
.thankyou-card img {
	width: 73px;
	margin-bottom: 7px;
}
.why-box .strong {
	padding: 5px 16px;
  font-size: 16px;
}
.why-text {
	font-size: 18px;
}
.pricing-section .feature-list li {
	font-size: 15px;
	margin-bottom: 5px;
}
body .card-header-area {
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin-bottom: 28px !important;
}
.lines {
	width: 2px;
	height: 51px;
	background: #18304A;
	top: 10px;
	position: relative;
}
.icon-box {
	height: 59px;
	width: 107px;
}
.feature {
	padding: 15px;
}
.review-section .heading h2 {
	font-size: 30px;
}
.services-business {
	display: grid;
	gap: 15px;
}
#header-button {
	display: block;
	margin-left: auto;
	float: right;
	background: #18304A;
	color: #fff;
	padding: 16px 20px;
	border-radius: 50px;
	border: none;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 35px;
	margin-right: auto !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.audit-box {
	padding: 25px 15px;
}
.audit-box .form {
	grid-template-columns: 1fr;
}
#header-button{text-decoration: none;}
#header-button  span{font-size: 15px;}
  #wtsp {
	display: block;
}
.header-button{display: none;}
.logo img.logo-first {
	width: 35px !important;
}

.logo img.logo-second {
	width: 82px !important;
}

#header {
	padding: 12px 0px;
}


#header .row div {
	width: fit-content;
}


.saved {
	margin: 0 auto;
}

.hero-title {
	font-size: 38px;
	text-align: center;
}
.top-banner .list-unstyled li {
	font-size: 16px;
	text-align: center;
}
.banner .text-secondary {
	max-width: 100%;
	text-align: center;
}

.info small {

	font-size: 16px;
}

.timeline-container::before {
	content: '';
display: none !important;
}
.timeline-dot{display: none !important;}

.timeline-container {
	max-width: 100%;
	padding: 0 0px;
}
.step-content {
	padding: 15px;
}
.section-header {
	margin-bottom: 25px;
}
.timeline-item {
	margin-bottom: 25px;
}

.pricing-section .badge-special {
	font-size: 16px;
}
.special-body .fw-semibold {
	margin-bottom: 13px !important;
	font-size: 16px;
}
.special-body .mb-0 {
	font-size: 15px;
	margin-bottom: 15px !important;
}
.special-body .small-mutedd {
	font-size: 16px;
}
.price-pill {
	display: grid;
}
.pricing-section .price-sub {
	font-size: 15px;
	margin-bottom: 6px;
}

.pricing-section .pill-btn {
	padding: 6px 12px;
	font-size: 16px;
}
.pricing-section .check-icon-light::after {
	border-color: #000;
}
.pricing-section .check-icon-light {
	border-color: #ffffff;
	background: #fff !important;
}


.pricing-section .most-popular {
	font-size: 11px;
	padding: 14px 13px;
	margin-top: 19px !important;
}


.pricing-section .row {
	margin-bottom: 16px;
}

.pricing-section {
	padding: 25px 0;
}
.security-section .sec-subtitle {
	font-size: 17px;
}
.security-section .sec-title {
	font-size: 27px;
}
.security-section .sec-card {
	padding: 30px 15px;
	max-width: 100%;
}
.security-section .pill-label {
	font-size: 18px;
    margin-bottom: 4px !important;
}
.security-section .sec-small {
	font-size: 18px;
}
.security-section .sec-subheading {
	font-size: 16px;
	padding: 10px 25px;
	line-height: 1.2;
	text-align: center;
}
.security-section .sec-list li {
	font-size: 17px;
}


.security-section .sec-bottom {
	padding: 5px;
}

.security-section .sec-bottom-text {
	font-size: 16px;
}

.security-section .sec-bottom-text {
	font-size: 16px;
}
.sec-bottom .row > div:first-child {
	padding-bottom: 21px;
	margin-bottom: 8px;
	border-bottom: 2px solid #ccc;
	width: fit-content !important;
	max-width: fit-content !important;
}

.guarantee-section .g-title {
	font-size: 29px;
}

.guarantee-section .g-card {
	max-width: 100%;
	padding: 15px;
}
.g-badge-circles img {
	width: 174px;
}
.guarantee-section {
	padding-bottom: 1rem !important;
	padding-top: 1rem !important;
}
.guarantee-section .g-pill {
	font-size: 16px;
	padding: 6px 13px;
}


.guarantee-section {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.container-wrapper {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 0;
}
.case-study-section {
	min-height: unset;

}
.faq-section .accordion-button:not(.collapsed)::after {
	content: "";
	padding: 13px;
	top: 20px !important;
	right: 12px;

}

.faq-section .accordion-button::after {
	content: "";
	padding: 14px !important;
}
.faq-section .faq-body {
	font-size: 16px;
}
.faq-section .faq-btn {
	font-size: 16px;
	padding-right: 61px;
}
.faq-section .accordion-button:not(.collapsed) {
	font-size: 18px;
}
.call-section .pill {
	font-size: 15px;
	padding: 6px 10px;
}

body .footer-section {
	padding-top: 23px !important;
	padding-bottom: 8px !important;
	overflow: hidden;
}
.footer-section .footer-social i {
	font-size: 26px;
}
.join-now p {
	font-size: 16px;
	margin-bottom: 0;
}
.footer-bg-text {
	order: 2;
}

.footer-section .justify-content-end  .list-unstyled {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0 !important;
}
.footer-section .justify-content-end > div.col-md-2.mb-4 {
	width: 100%;
	padding: 0 !important;
  margin-bottom: 0 !important;
}
.footer-section .justify-content-end > div {
	width: 100%;
	text-align: center;
}
.footer-section .justify-content-end {
	justify-content: center !important;
	width: 100%;
	display: grid;
	margin: 0 auto !important;
}
.footer-section .position-relative {
	position: relative !important;
	display: grid;
}

.timeline-item.right-item {
    position: relative;
    margin-top: 0;
}

.pricing-section .price-sub {

    text-align: left;
}
.call-section.py-5 {
	padding-bottom: 25px !important;
	padding-top: 14px !important;
}
.join-now {
	padding: 21px 10px;
	border-radius: 29px;
	width: 100%;
	max-width: 100%;
}
.call-section .call-subtitle {
	font-size: 18px;
	margin-bottom: 25px;
  max-width: 100%;
  font-weight: 500;
  color: #18304A;
}
.call-section .call-title {
	font-size: 30px;
}
.case-study-card {
	padding: 15px;
	grid-template-columns: 1fr;
	gap: 12px;
	min-height: auto;
}

.result-highlight strong {
	font-size: 15px;
}
.header-content h2 {
	font-size: 30px;
}
.header-content p {
	font-size: 18px;
}

.case-study-section {
	padding: 23px 15px;
	min-height: unset !important;
}
.reality-section .info-box {
	padding: 10px !important;
}
.case-study-content h4.line-break-2::before {
	content: "";
	height: 259px;
}
#case-study .testimonial-left {
	padding: 0 !important;
	height: auto !important;
	overflow: hidden;
}
#social-media {
	display: grid;
	position: fixed;
	right: 15px;
	bottom: 7%;
	justify-content: center;
	gap: 15px;
	z-index: 99999999999;
}
#social-media a {
	display: flex;
	justify-content: center;
	align-items: center;
}
#social-media img{
margin: 0;
padding: 0;
width: 50px;
}
#wtsp img {
	width: 27px;
}

#header .row > div:last-child {
	padding-left: 0;
}
#wtsp {
	padding: 5px 10px;
	background: #fff;
	text-decoration: none;
	color: #000;
	font-size: 13px;
	border: 1px solid #60D669;
	border-radius: 27px !important;
}


#wtsps a {
	font-size: 16px;
	font-weight: 500;
}
 }
