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

  body {
    font-family: 'Inter', sans-serif;
    font-size: 1rem; /* Base font size (16px) */
    line-height: 1.6;
    color: #000;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
  }

  p, a, span, button {
    font-family: 'Inter', sans-serif;
  }

  /* Optional: Responsive font scaling */
  html {
    font-size: 100%; /* 16px base */

    /* Responsive font-size with clamp */
    font-size: clamp(14px, 1.2vw, 16px);
  }



header .hero-btn {
	margin: 0 !important;
}
   .nav-link {
	font-family: Inter;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -2%;
	margin-right: 5px;
	color: #1A1A1A;
}

    .nav-link:hover {
      text-decoration: underline;
    }
.faq-answer img {
	width: 50px;
	border-radius: 50px;
}
  .navbar {
	padding-top: 20px;
	padding-bottom: 20px;
}
#navbarContent a {
	text-decoration: none !important;
}
   html body main a {
	text-decoration: none !important;
}


html body .hero-btn:hover {
	background: #472682;
}
.great_founds h2 span{margin-bottom: 5px;}
.great_founds h2 br {
	display: none;
}
.status-text {
	font-family: Inter;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: -2%;
	text-align: center;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 0px;
}
.status-dot {
	width: 15px;
	height: 15px;
	background: #66BE74;
	display: block;
	border-radius: 50px;
}

.hero-heading {
	font-family: Inter;
	font-weight: 800;
	font-size: 75px;
	line-height: 100%;
	letter-spacing: -2%;
	text-align: center;
	text-transform: capitalize;
    margin: 30px 0;
	margin-top: 14px;
}

.green{color: #7E51CC !important;}

.subtext {
	font-family: Inter;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -2%;
	text-align: center;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.hero-btn {
	width: auto;
	height: 48px;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
	gap: 8px;
	border-radius: 48px;
	margin: 0 auto;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	background: #7E51CC;
	color: #fff;
	border: none;
	font-family: Inter;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -2%;
	text-align: center;
	text-transform: capitalize;
}

.hero-section {
	padding:  100px 0;
	background: url(../image/banner.png);
	background-size: cover;
	background-position: center;
}
.dropdown-menu {
	padding: 0;
}
.dropdown-menu a:hover{background: transparent !important;}
.dropdown-menu li:hover{background: #7E51CC;}
.dropdown-menu li:hover a{color: #fff  !important;}

.dropdown-menu li {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.right-content{
	gap: 0 !important;
  white-space: unset;
  flex-direction: unset !important;
  flex-wrap: wrap !important;
  justify-content: start !important;
  overflow: hidden;
  padding-top: 11px !important;
  padding-right: 10px !important;
}
  .right-content > div{
	width: 100% !important;
}


.dropdown-menu li:last-child{border-bottom: none;}


.dropdown-menu li:last-child{border-bottom: none;}
.videos {
	border-top: 2px dashed #979797;
	border-bottom: 2px dashed #979797;
}
.videos > div{
	border-left: 2px dashed #979797;
	border-right: 2px dashed #979797;
	padding-top: 50px;
  padding-bottom: 50px;
}


.videos h2 {
	font-family: Plus Jakarta Sans;
	font-weight: 800;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -2%;
	text-align: center;
}


body p {
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -2%;
	text-align: center;
}

.video-wrapper {
      position: relative;
      max-width: 800px;
      margin: 0 auto;
      border-radius: 16px;
      overflow: hidden;
      background: #f1f1f1;
    }
    .video-thumbnail {
      width: 100%;
      display: block;
    }
   .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	border: none;
	border-radius: 50%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	z-index: 9999999;
	width: 100px;
	height: 100px;
}
#customVideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #fff;
}


.custom-play-button i {
	font-size: 40px;
	color: #7e51cc;
}
.custom-play-button  {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	border: none;
	border-radius: 50%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	z-index: 9999999;
	width: 69px;
	height: 69px;
}

#customPlayBtn i{

 font-size: 35px;
      color: #7E51CC;
}
    .play-button i {
      font-size: 42px;
      color: #7E51CC;
    }


	.play-button i {
	text-align: center;
	margin: 0 auto;
	width: fit-content !important;
}

#footer{background-color: #000314;}

#social{align-items: center;}



.testimonial-left{padding: 0  !important;}
.testimonial-card {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 4px 16px 0px #2552D01F;
}
   .first-color > div{
	background: #F7C287;
	padding: 0 !important;
}
.logo-box > img{margin: 0 !important;}
   .testimonial-img {
	width: 100%;
	height: 320px;
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
	object-fit: cover;
	margin-bottom: auto !important;
}
    .logo-box img {
      width: 53px;
	  border-radius: 10px;
    }
    .tag {
	display: inline-block;
	padding: 8px 11px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 500;
	margin-right: 5px;
	font-family: Inter;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -2%;
	text-align: center;
	vertical-align: middle;
}
.right-content > div:last-child span {
	margin: 5px;
	display: flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	float: left;
}

.right-content > div:last-child span.ecommerce > span {background: #2563EB;margin: 0;padding: 2px;height: 5px;width: 5px;display: block;border-radius: 50%;}
.right-content > div:last-child span.shopify > span {background: #cc0000;margin: 0;padding: 2px;height: 5px;width: 5px;display: block;border-radius: 50%;}
.right-content > div:last-child span.startup > span {background: #28a745;margin: 0;padding: 2px;height: 5px;width: 5px;display: block;border-radius: 50%;}


    .tag.ecommerce { background: #e6f0ff; color: #007bff; }
    .tag.shopify { background: #ffe6e6; color: #cc0000; }
    .tag.startup { background: #e6ffee; color: #28a745; }

	.testimonial_content {
	padding: 0 15px;
	padding-bottom: 15px;
	text-align: left;
}
.testimonial_content img {
	margin-bottom: 25px;
}
.video button i {
	font-size: 35px;
}
.video button{width:60px;height: 60px;}
.video {

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

.testimonial_content p {
	text-align: left !important;
	font-size: 18px;
	margin-bottom: 25px !important;
}

.right-content p {
	text-align: left !important;
}
.right-content .text-success img {
	margin-bottom: 25px;
}

.second-color .testimonial-left > div{
	background: #AAA5E9;
}

.swiper {
  padding-bottom: 40px;
}
.swiper-slide {
  width: 600px;
}
.text-left {
	text-align: left;
}
.video {margin-top: 0 !important;}
.video iframe {
	width: 100%;

	height: 280px;
	border-radius: 10px;
}

.third-color .testimonial-left > div {
	background: #A5E9B0;
    height: 100%;
}


.fourth-color .testimonial-left > div {
	background: #A5C5E9;
    height: 100%;
}


header .hero-btn {
	width: auto;
	height: 43px;
	padding-top: 12px;
	gap: 8px;
	border-radius: 48px;
	margin: 0 auto;
	display: flex;
	/* text-align: center; */
	justify-content: center;
	align-items: center;
	background: #7E51CC;
	color: #fff;
	border: none;
	font-family: Inter;
	font-weight: 500;
	font-size: 19px;
	line-height: 24px;
	letter-spacing: -2%;
	/* text-align: center; */
	text-transform: capitalize;
	padding-bottom: 11px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 41px !important;
}

.testimonial-left > div{
	margin: 10px !important;
	border-radius: 10px !important;
	overflow: hidden !important;
	overflow: hidden !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}

/* .mySwiper .swiper-wrapper {

	margin-left: 10px;
} */

.filter-btns button {
      border: none;
      margin: 5px;
      background: #e9ecef;
      padding: 6px 16px;
      border-radius: 30px;
      font-weight: 500;
      transition: all 0.3s ease;
    }
    .filter-btns .active {
      background-color: #7E51CC;
      color: white;
    }
    .blog-card {
     background-color: #f7f7f7;
  border-radius: 50px;
  position: relative;
  padding: 20px !important;
  border: 1px solid #dddddd;
  margin-bottom: 10px;
    }
    .blog-card:hover {
      transform: translateY(-5px);
    }


	.filter-btns button {
    border: none;
    margin: 5px;
    background: #e9ecef;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  .filter-btns .active {
    background-color: #7E51CC !important;
    color: white;
  }
    .blog-img {
   width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
  border-radius: 25px;
  margin-bottom: 35px;
    }
    .blog-tags span {
      background: #f1f1f1;
      border-radius: 50px;
      padding: 3px 12px;
      font-size: 0.8rem;
      margin-right: 8px;
    }
#blog-container h5 {
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 30px;
}
#pagination {
	display: flex;
	gap: 10px;
}
.active > .page-link, .page-link.active {
	z-index: 3;
	color: var(--bs-pagination-active-color);
	background-color: #7E51CC !important;
	border-color: #7E51CC !important;
}
#pagination li button {
	padding: 10px 25px;
	border-radius: 50px;
}
#blog-container .blog-tags span {
	border: 3px solid #eeeeee;
	border-radius: 30px;
	padding: 6px 30px !important;
	color: #7E51CC;
	font-weight: bold;
	font-size: 16px !important;
}
#blog-container  p {
	color: #000;
	font-size: 18px;
	letter-spacing: 0.6px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: left !important;
}

.featured-image .img-fluid {
	max-width: 100%;
	height: auto;
	border-radius: 18px;
}
aside.recent-article .recent-posts {
	position: sticky;
	top: 15px;
	height: auto;
	overflow-y: auto;
}
#blog-read ul {
	padding-left: 18px;
}
.blog-card a {
	color: #000;
}
.blog-details a.btn.btn-secondary {
	padding: 10px 25px;
	border-radius: 50px;
	background: #558a76;
}
.blog-content p  {
	color: #000;
	font-size: 16px;
	letter-spacing: 0.6px;
	font-weight: 500;
	margin-bottom: 20px;
}

.blog-content li{
	color: #000;
	font-size: 16px;
	letter-spacing: 0.6px;
	font-weight: 500;
	margin-bottom: 5px;
}
#blog-read p {
	text-align: left !important;
}
.recent-posts ul li a {
	color: #558a76;
}
.recent-posts h4 {
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
}
.recent-posts {
	background-color: #f8f9fa;
	padding: 20px;
	border-radius: 8px;
	height: auto;
	overflow: auto;
}



.study {
	background: #7E51CC1F;
	width: fit-content;
	margin: 10px auto;
	padding: 5px 16px;
	border-radius: 50px;
	font-family: Inter;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -2%;
	text-align: center;
	vertical-align: middle;
	color: #7E51CC;
	margin-top: 0;
}

.testimonial h2 {
	font-family: Plus Jakarta Sans;
	font-weight: 800;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -2%;
	text-align: center;
}

.testimonial > p {
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -2%;
	text-align: center;
	color: #000 !important;
}

.testimonial {
	padding: 80px 0;
	background: #F9F9F9 !important;
}

.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #000;
}


.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	position: relative;
	top: 31px;
}


.testimonial .hero-btn.mt-5 {
	margin-top: 82px !important;
}

.pricing-section .badge {
	background: linear-gradient(90deg, rgba(176, 31, 57, 0.8) 0%, rgba(255, 255, 255, 0.8) 137.72%) !important;
	border-radius: 0 !important;
	font-size: 18px;
	font-weight: 500;
	padding: 15px 10px !important;
}

.pricing-section .card {
	width: 100%;
	max-width: 95%;
	background: #000314 !important;
	border-radius: 30px !important;
	padding: 10px !important;
}
#buttons {
	padding: 34px 10px;
}
.pricing-section .card > div {
	border: 1px solid #777373;
	padding: 29px 15px;
	border-radius: 19px;
	background: #cccccc2e;
}

.pricing-section .card  h5 {
	font-family: Inter;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -2%;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 20px !important;
}
.pricing-section .card ul {
	margin-bottom: 25px !important;
}
.border-secondary {
	margin-bottom: 35px;
}
.pricing-section .card  h2 {
	font-family: Inter;
	font-weight: 700;
	font-size: 29px;
	line-height: 32px;
	letter-spacing: -2%;
	vertical-align: middle;
	text-align: left;
}

.pricing-section .card > div > div:first-child img {
	margin-left: 0 !important;
	display: flex;
	width: 40px;
	height: 40px;
}
.bg-add {
	padding: 5px;
	background: #cccccc4f;
}
#card-2 {
	background: #fff !important;
}
.card-2{height: 100%;}
#buttons > div {
	width: 100%;
}
#card-2 #buttons > a:nth-child(3){border-color: #000314 !important;color: #000314 !important;}

#card-2 #buttons > a:nth-child(2) button{background: #000314 !important;color: #fff !important;}
.pricing-section #card-2 ul li img{filter: brightness(0%);}
#buttons {
	border: none;
	background: transparent !important;
}
.pricing-section .card ul li {
	font-family: Inter;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -2%;
	margin-bottom: 20px !important;
	display: flex;
	align-items: start;
	gap: 9px;
}

.pricing-section  .text-warning {
	font-family: Inter;
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: -2%;
	text-align: center;
	color: #FADB4C !important;
	margin-bottom: 30px;
}

.pricing-section div.d-flex .btn {
	padding: 14px 40px;
	width: 238px;
	font-size: 17px;
}

.pricing-section {
	background: #FAFAFA;
	border-bottom: 2px;
	border-top: 2px;
	border-style: dashed;
	border-left: none;
	border-right: none;
	border-color: #b3a9a9;
}


.pricing-section .container {
	padding: 70px 0;
	border: 2px solid #b3a9a9;
	border-top: none !important;
	border-bottom: none !important;
	border-style: dashed;
}

.pricing-section .container > p {
	margin-bottom: 50px !important;
	padding-bottom: 50px !important;
	border-bottom: 2px dashed #a6a6a6cc;
}

.pricing-section .container > h2 {
	font-family: Plus Jakarta Sans;
	font-weight: 800;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -2%;
	text-align: center;
}


.how-it-works .row > div{
  position: relative;
}

.how-it-works .row > div:first-child:before {
	content: "";
	position: absolute;
	top: 21px;
	left: 65%;
	right: 10%;
	height: 16px;
	background: url(../image/line.png);
	z-index: 1;
	width: 72%;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.how-it-works .row > div:nth-child(2):before {
	content: "";
	position: absolute;
	top: 21px;
	left: 65%;
	right: 10%;
	height: 16px;
	background: url(../image/line2.png);
	z-index: 1;
	width: 72%;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.how-it-works .row > div:last-child:before {
	content: "";
	display: none;
}

.how-it-works p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -2%;
	text-align: center;
	color: #000;
}

.how-it-works h5 {
	font-family: Inter;
	font-weight: 700 !important;
	font-style: Bold;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: -2%;
	text-align: center;
}

.how-it-works img {
	width: 60px;
}

 .try-now  .badge.bg-light {
	margin-top: 25px !important;
	font-family: Inter;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 20px;
	letter-spacing: -2%;
	text-align: center;
	vertical-align: middle;
	padding: 8px 25px;
	border-radius: 50px;
	background-color: #FFFFFF3D !important;
	color: #fff !important;
	margin: 0 auto !important;
	display: flex;
	justify-content: center;
	width: fit-content;
}

.try-now .btn.btn-success img {
	width: 25px;
}
.try-now h5{
	font-family: Inter;
font-weight: 700;
font-style: Bold;
font-size: 32px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;
text-align: center;
margin-bottom: 35px;
}

.btn.btn-success {
	background: #7E51CC;
	border-color: #7E51CC;
	padding: 10px;
	font-family: Inter;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -2%;
	text-align: center;
	text-transform: capitalize;
	align-items: center;
	display: flex;
	width: fit-content;
	margin: 0 auto;
	gap:10px;
}

.try-now {
	background: url(../image/bg_img1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.how-it-works {
	border-bottom: 2px;
	border-style: dashed;
	border-left: none;
	border-right: none;
	border-color: #b3a9a9;
	border-top: none;
}

.how-it-works .container {
	padding: 70px 30px;
	border: 2px solid #b3a9a9;
	border-top: none !important;
	border-bottom: none !important;
	border-style: dashed;
}
.footer_deatails{
	display: flex;
	justify-content: space-between;
}
.compare-section .compare-row > div:nth-child(2) {
	background-color: #ccc;
	z-index: 9;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	background: #F3F6F7 !important;
}
#Construction .testimonial-img {
	width: 100%;
	height: 437px;
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
	object-fit: cover;
	object-position: top center;
}
#read_more {
	display: flex;
	position: relative;
	width: 100%;
	height: auto !important;
	float: left;
	justify-content: start;
	margin-top: 25px;
}
#read_more  a{margin: 0  !important;}

.compare-col ul{position: relative;}
.compare-section {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 4px 16px 0px #7E51CC14;
}

/* .compare-col ul:hover::before {
	content: "";
	background: #dfdfdf;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
} */
    .compare-list {
      margin: 0;
      padding: 0;
      list-style: none;
      border-right: 1px solid #e0e0e0;
    }

    .compare-list:last-child {
      border-right: none;
    }

   .compare-list li {
	padding: 16px 20px;
	border-bottom: 1px solid #eaeaea;
	font-size: 14.5px;
	color: #333;
	height: 73px;
	line-height: 1.5;
	display: flex;
	align-items: center;
	z-index: 9;
	position: relative;
	font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: -2%;

}

.image-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

.image-wrapper::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(to bottom, rgba(165, 233, 176, 0.06) 0%, rgb(165, 233, 176) 100%);
	pointer-events: none;
}

    .compare-list li:first-child {
     font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 20px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: -2%;

    }

  .compare-row {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	background: #fff;
}

    .compare-col {
      flex: 0 0 25%;
      max-width: 25%;
    }

	.why_founder {
	border-bottom: 2px;
	border-style: dashed;
	border-left: none;
	border-right: none;
	border-color: #b3a9a9;
	border-top: none;
}

.why_founder .container {
	border: 2px solid #b3a9a9;
	border-top: none !important;
	border-bottom: none !important;
	border-style: dashed;
	padding-bottom: 55px !important;
}
.why-choose {
	padding-top: 51px;
}
.why_founder .container > div.table{padding: 20px 30px;}
.why_founder h2 {
	font-family: Plus Jakarta Sans;
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 32px;
	leading-trim: NONE;
	line-height: 120%;
	letter-spacing: -2%;
	text-align: center;
}

.why_founder .container p {
	margin-bottom: 55px;
	padding-bottom: 35px;
	border-bottom: 2px dashed #ccc;
}

#try_now {
	width: 100%;
	max-width: 95%;
	margin: 0 auto;
}

#try_now {
	width: 100%;
	max-width: 95%;
	margin: 0 auto;
	background: #7E51CC !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#try_now .btn.btn-success {
	background: #fff !important;
	color: #7E51CC !important;
}

.great_founds h2 span {
	font-size: 31px;
	padding: 9px 11px !important;
	font-family: Inter;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -2%;
	text-align: left !important;
	background: linear-gradient(90deg, rgba(126, 81, 204, 0.4) 0%, rgba(0, 0, 0, 0) 121.47%);
	border-left: 5px solid #7E51CC;
	background-color: unset !important;
}

.great_founds h2 {
	display: grid;
	flex-wrap: wrap;
	width: fit-content;
	margin: 0 auto;
	gap: 5px;
}

.great_founds h2 span:last-child {
	text-align: left;
	background: linear-gradient(90deg, rgba(228, 150, 131, 0.4) 0%, rgba(0, 0, 0, 0) 137.72%);
	border-left: 5px solid #E49683;
}

html body .great_founds .btn {
	border-radius: 25px;
	padding: 10px 25px;
	font-family: Inter;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -2%;
	text-align: center;
	text-transform: capitalize;
	background: #7E51CC !important;
	color: #fff;
}
.great_founds {
	background: #000314 !important;
	padding: 0 !important;
}
.great_founds > div {
	border-left: 2px dashed #d5d1d1;
	padding-left: 0 !important;
	padding-right: 0 !important;
	border-right: 2px dashed #d5d1d1;
	padding-top: 100px;
	padding-bottom: 100px;
}
.great_founds .bg-black.p-4.rounded.mb-4.border.border-secondary {
	border-top: 2px dashed #807c7c !important;
		border-bottom: 2px dashed #807c7c !important;
		border-left: none !important;
		border-right: none !important;

	background: #111320 !important;
}
html body .great_founds .btn.btn-outline-secondary {
	background: #94784B66 !important;	color: #fff;
}

.great_founds p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 200%;
	letter-spacing: -2%;
	text-align: left;
	margin-bottom: 0;
}






    .faq-item {
      padding: 15px 0;
    }



    .faq-answer {
      display: none;
      padding-top: 10px;
      color: #333;
    }

    .faq-answer.show {
      display: block;
      animation: fadeIn 0.3s ease-in-out;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(-5px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .faq-icon {
      transition: transform 0.3s ease;
    }

    .faq-icon.rotate {
      transform: rotate(45deg);
    }
.faq-item.active h6 span {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom: none !important;
}
	.faq-item .buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 400;
	padding: 25px 20px;
	background: #F3F6F7;
	color: #000;
	width: fit-content;
	margin-left: auto;
	border-radius: 12px;
	border-bottom-right-radius: 0;
	border: 1px solid #ffffff;
	width: 100%;
	font-size: 22px;
	font-weight: 500;
}
.faq-item h6 {
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	position: relative;
	width: 100%;
}
.faq-answer.show {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.faq-item h6 .faq-icon {
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	font-size: 22px;
	line-height: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	background: transparent !important;
	background-color: transparent !important;
	position: absolute;
	right: 15px;
}

.faq-answer.show {
	width: 100%;
	max-width: 50%;
}
.faq-answer p {
	text-align: left;
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 150%;
	letter-spacing: -2%;
}

.faq-answer.show {
	display: flex;
	width: 100%;
	background: #f3f6f7;
	max-width: 100% !important;
	padding: 20px;
	margin-top: 0 !important;
	align-items: start;
	gap:16px;
}


.faq-section h2 {
	font-family: Plus Jakarta Sans;
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 32px;
	leading-trim: NONE;
	line-height: 120%;
	letter-spacing: -2%;
	text-align: center;
}


.faq-section > div {
	border-left: 2px dashed #d5d1d1;
	border-right: 2px dashed #d5d1d1;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 0;
	padding-right: 0;
}

.faq-section > div .row{padding: 0 15px !important;	border-bottom: 2px dashed #d5d1d1;
}
.faq-section{
	border-bottom: 0;
	border-style: dashed;
	border-left: none;
	border-right: none;
	border-color: #b3a9a9;
	border-top: none;
}

.faq-section > div > p {
	border-bottom: 2px dashed #b3a9a9;
	padding-bottom: 45px;
	margin-bottom: 10px !important;
}



#still_have #try_now {
	width: 100%;
	max-width: 101%;
	margin: 0 auto;
	background: #7E51CC !important;
	border-radius: 0 !important;
}

.form-container {
            background-color: white;
            border-radius: 12px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            padding: 40px;
            margin: 40px auto;
            max-width: 85%;
			box-shadow: 0px 4px 16px 0px #7E51CC14;
border: 1px solid #7E51CC14
        }
        #countryCode {
	color: #000 !important;
}

#timeDisplay {
	color: #a0a0a1 !important;
}
.form-container label {
	color: #000 !important;
	margin-bottom: 6px;
	font-size: 0.9rem;
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -2%;
}
		.form-container input ,.form-container select , .form-container textarea{color:#1A1A1A66 ;}
        .form-title {
            font-size: 2rem;
            font-weight: 600;
            color: #333;
            text-align: center;
            margin-bottom: 8px;
        }

        .form-subtitle {
            color: #666;
            text-align: center;
            margin-bottom: 30px;
            font-size: 0.95rem;
        }

        .form-label {
            font-weight: 500;
            color: #333;
            margin-bottom: 6px;
            font-size: 0.9rem;
        }

        .form-control, .form-select {
            border: 1px solid #e1e5e9;
            border-radius: 8px;
            padding: 12px 16px;
            font-size: 0.9rem;
            transition: border-color 0.2s ease;
            background-color: #fafbfc;
        }

        .form-control:focus, .form-select:focus {
            border-color: #4a90e2;
            box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.1);
            background-color: white;
        }

        .form-control::placeholder {
            color: #adb5bd;
            font-size: 0.9rem;
        }

        /* Phone Input with Flag Selector */
        .phone-input-container {
            position: relative;
            display: flex;
        }

        .country-selector {
            border-right: none;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            width: 100px;
            padding: 12px 8px;
            background-color: #fafbfc;
            font-size: 0.85rem;
        }

        .country-selector:focus {
            border-color: #4a90e2;
            box-shadow: none;
        }

        .phone-input {
            border-left: none;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            flex: 1;
        }

        .phone-input:focus {
            border-color: #4a90e2;
            box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.1);
        }

        /* Time Selector Styling */
        .time-selector-container {
            display: flex;
            gap: 8px;
        }

        .time-part {
            flex: 1;
        }

        .time-display {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 12px 16px;
            border: 1px solid #e1e5e9;
            border-radius: 8px;
            background-color: #fafbfc;
            cursor: pointer;
            transition: border-color 0.2s ease;
        }

        .time-display:hover {
            border-color: #4a90e2;
        }

        .time-display.active {
            border-color: #4a90e2;
            background-color: white;
        }

        .time-dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background: white;
            border: 1px solid #e1e5e9;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            max-height: 200px;
            overflow-y: auto;
            display: none;
        }

        .time-dropdown.show {
            display: block;
        }

        .time-option {
            padding: 8px 16px;
            cursor: pointer;
            font-size: 0.9rem;
            transition: background-color 0.2s ease;
        }

        .time-option:hover {
            background-color: #f8f9fa;
        }

        .time-option.selected {
            background-color: #4a90e2;
            color: white;
        }

        .submit-btn {
            background-color: #7E51CC;
            border: none;
            border-radius: 8px;
            padding: 14px 24px;
            font-weight: 600;
            font-size: 1rem;
            color: white;
            width: 100%;
            transition: background-color 0.2s ease;
        }

        .submit-btn:hover {
            background-color: #5718c6;
        }

        .required {
            color: #dc3545;
        }

        .row-gap {
            margin-bottom: 20px;
        }

        textarea.form-control {
            resize: vertical;
            min-height: 100px;
        }

        /* Custom scrollbar for time dropdown */
        .time-dropdown::-webkit-scrollbar {
            width: 6px;
        }

        .time-dropdown::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 3px;
        }

        .time-dropdown::-webkit-scrollbar-thumb {
            background: #c1c1c1;
            border-radius: 3px;
        }

        .time-dropdown::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }


		#form_section > div {
	border-left: 2px dashed #d5d1d1;
	border-right: 2px dashed #d5d1d1;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 0;
	padding-right: 0;
}


.form-subtitle {
	border-bottom: 2px dashed #b3a9a9;
	padding-bottom: 45px;
	margin-bottom: 10px !important;
}

#form_section {
	background: #FAFAFA !important;
}
.why_founder {
	background: #FAFAFA;
}

.testimonial .right-content .text-success {
	margin-top: 85px;
}
#form_section h2 {
	font-family: Plus Jakarta Sans;
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -2%;
	text-align: center;
}


.border-bottom {
	border-bottom: 2px dashed #ccc !important;
}










 .resources-section {
            padding: 60px 0;
            background-color: #f8f9fa;
        }

        /* Navigation Tabs Styling */
        .nav-tabs-container {
	margin-bottom: 40px;
	padding: 0 15px;
}

       .custom-nav-tabs {
	border: none;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	align-items: center;
	padding: 4px 7px;
	border-radius: 50px;
	width: 100%;
	margin: 0 auto;
}

      .custom-nav-tabs .nav-link {
	border: none;
	border-radius: 25px;
	padding: 10px 20px;
	background-color: white;
	color: #666;
	font-weight: 500;
	font-size: 0.9rem;
	transition: all 0.3s ease;
	white-space: nowrap;
	margin-bottom: 8px;
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -2%;
	vertical-align: middle;
	margin: 0;
}

        .custom-nav-tabs .nav-link:hover {
            background-color: #e8f5e8;
            color: #5a9b7a;
        }

        .custom-nav-tabs .nav-link.active {
            background-color: #5a9b7a;
            color: white;
            box-shadow: 0 2px 8px rgba(90, 155, 122, 0.3);
        }

        /* Resource Cards */
        .resource-cards {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            max-width: 100%;
            margin: 0 auto;
        }

        .resource-card {
            background: white;
            border-radius: 35px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .resource-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        }

       .card-header {
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 15px 0;
}

        .ecommerce-header {
            background: linear-gradient(135deg, #4fc3f7 0%, #81c784 100%);
        }

        .cost-cutting-header {
            background: linear-gradient(135deg, #4fc3f7 0%, #29b6f6 100%);
        }

        .card-title-overlay {
            position: absolute;
            top: 20px;
            left: 20px;
            right: 20px;
            color: white;
            z-index: 2;
        }

        .card-category {
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 5px;
            opacity: 0.9;
        }

        .card-main-title {
            font-size: 1.4rem;
            font-weight: 700;
            line-height: 1.2;
            margin: 0;
        }

        .card-subtitle {
            font-size: 0.8rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-top: 5px;
            opacity: 0.8;
        }

        .card-illustration {
            position: absolute;
            bottom: -10px;
            right: 20px;
            font-size: 4rem;
            opacity: 0.3;
        }

        .signpost-illustration {
            width: 80px;
            height: 80px;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect x="45" y="10" width="10" height="80" fill="%23654321"/><rect x="20" y="20" width="40" height="8" rx="4" fill="%23D2691E"/><rect x="25" y="35" width="35" height="8" rx="4" fill="%23CD853F"/><rect x="30" y="50" width="30" height="8" rx="4" fill="%23DEB887"/><rect x="35" y="65" width="25" height="8" rx="4" fill="%23F4A460"/><polygon points="60,24 65,20 65,28" fill="%23654321"/><polygon points="60,39 65,35 65,43" fill="%23654321"/><polygon points="60,54 65,50 65,58" fill="%23654321"/><polygon points="60,69 65,65 65,73" fill="%23654321"/></svg>') no-repeat center;
            background-size: contain;
        }

        .money-scissors-illustration {
            width: 80px;
            height: 80px;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect x="20" y="40" width="40" height="20" rx="5" fill="%2381C784"/><text x="40" y="55" text-anchor="middle" fill="white" font-size="12" font-weight="bold">$</text><path d="M65 30 L75 20 L80 25 L70 35 Z" fill="%23FF5722"/><path d="M65 35 L75 45 L80 40 L70 30 Z" fill="%23FF5722"/><circle cx="77" cy="22" r="3" fill="%23424242"/><circle cx="77" cy="43" r="3" fill="%23424242"/></svg>') no-repeat center;
            background-size: contain;
        }

        .card-body {
            padding: 25px;
			padding-top: 0;
        }

        .card-title {
	color: #333;
	margin-bottom: 12px;
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: -2%;
}

        .card-description {
	color: #666;
	margin-bottom: 20px;
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 150%;
	letter-spacing: -2%;
	text-align: left;
}

       .expectations-section h6 {
	color: #03A03E;
	margin-bottom: 15px;
	font-family: Inter;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -2%;
}


.expectations-list li {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -2%;
}
        .expectations-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .expectations-list li {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
            font-size: 16px;
            color: #555;
        }

       .expectations-list li::before {
	content: "";
	margin-right: 10px;
	background: url(../image/lucide_check.png);
	width: 24px;
	height: 24px;
	display: block;
}
       .download-btn {
	border: none;
	border-radius: 50px;
	padding: 13px 25px;
	font-weight: 500;
	font-size: 18px;
	color: white;
	width: 100%;
	transition: background-color 0.3s ease;
	margin-top: 20px;
	background: #7E51CC;
}
        .download-btn:hover {
            background-color: #4a8566;
            color: white;
        }


		.resources-section > div {
	border-left: 2px dashed #979797;
	border-right: 2px dashed #979797;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 0 !important;
  padding-right: 0 !important;
}


.resources-section {
	border-top: 2px dashed #979797;
	border-bottom: 2px dashed #979797;
	padding-top: 0;
	padding-bottom: 0;
}

.swiper-slide > div {
	height: 100%;
}
.swiper-slide {
	height: auto !important;
}
#resourceTabContent {
	padding: 15px;
}
.footer_deatails .text-success {
	margin-left: 47px;
}




.logo2 {
	width: 50px;
	height: 50px;
	display: flex;
	object-fit: contain;
	align-items: center;
	background: #fff;
	padding: 5px;
	border-radius: 10px;
}
.logo2 img {
	margin: 0 !important;
	width: 100%;
}

.fourth-color .testimonial-left > div{position: relative;}
.fourth-color .testimonial-left > div::before {
	content: "";
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.02), rgb(165, 197, 233));
	width: 100%;
	height: 59px;
	display: block;
	position: absolute;
	top: 41%;
}

.custom-footer::after {
	content: "";
	background: rgb(0, 0, 0);
	opacity: 0.5;
	position: absolute;
	inset: 0px;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.custom-footer {
	background: url("../image/pexels-thepaintedsquare-8459492.png") center center / cover;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.custom-footer > div {
	position: relative;
	z-index: 2;
}
.custom-footer .btn i {
	margin-left: 5px;
	padding: 10px;
	background: rgb(19, 19, 19);
	border-radius: 5px;
	color: rgb(255, 255, 255);
}
.custom-footer h2 {
	font-weight: 700;
	font-style: Bold;
	font-size: 69.1px !important;
	leading-trim: NONE;
	line-height: 1.2 !important;
	letter-spacing: -2%;
	vertical-align: middle;
}
.finacial h5 {
	font-weight: 800;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: -2%;
	width: 100%;
}
.footer-nav li {
	text-align: left;
}
.nav-link {
	font-family: Inter;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -2%;
	margin-right: 5px;
	color: #1A1A1A;
	padding-bottom: 0px;
}
.finacial p {
	font-size: 15px;
	text-align: center;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.social-icons {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
}
.finacial p {
	height: auto !important;
	text-align: center;
}
.footer-nav li.fw-bold {
	color: #fff !important;
	font-size: 18px !important;
	line-height: 1.5;
	border-bottom: 1px solid #ccc;
	width: fit-content;
	margin-bottom: 15px !important;
}
.finacial {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	justify-content: start;
	margin-left: auto;
	gap: 0px;
	opacity: 1;
	padding: 32px 40px;
	border-radius: 32px;
	background: radial-gradient(254.38% 143.37% at -76.18% -24.5%, rgba(143, 143, 143, 0) 0%, rgba(5, 5, 5, 0.64) 56.59%);
	border-width: 2px;
	border-style: solid;
	border-color: currentcolor;
	border-image: linear-gradient(171.62deg, rgba(255, 255, 255, 0.12) 2.72%, rgba(153, 153, 153, 0.12) 108.44%);
}
.btn {
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
}
.custom-footer .btn {
	opacity: 1;
	padding: 18px 8px 18px 24px !important;
	border-radius: 8px;
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -2%;
	text-align: center;
	vertical-align: middle;
	background: #fff;
}
.custom-footer h1 {
	color: #8a8888 !important;
	position: relative;
	z-index: 999;
	font-size: 167px;
	text-align: center;
	opacity: 1 !important;
	padding: 0 15px;
	text-transform: uppercase;
}









#faqs .faq-item img {
	display: none !important;
}


.stats-section {
	background: #fff;
	border-radius: 20px;
	padding: 90px 40px;
	border: 1px solid #fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
    .stat-item {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .stat-icon {
      font-size: 20px;
      color: #4b5563;
    }
.stat-icon i {
	font-size: 27px;
}
.stats-section h4 {
	font-size: 32px;
	color: #7e51cc;
}


.hero-section .container {
  opacity: 0;
  transform: translateY(90px);
  animation: slideUp 1s ease-out forwards;
  -webkit-animation: slideUp 1s ease-out forwards;
  -webkit-transform: translateY(90px);
  -moz-transform: translateY(90px);
  -ms-transform: translateY(90px);
  -o-transform: translateY(90px);
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(180px);
    -webkit-transform: translateY(180px);
    -moz-transform: translateY(180px);
    -ms-transform: translateY(180px);
    -o-transform: translateY(180px);
}
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

	.stats-section p {
	text-align: left;
}
    .stat-value {
      font-size: 27px;
      font-weight: bold;
      color: #000000;
    }
    .stat-label {
      font-size: 14px;
      color: #000000;
      margin-top: -5px;
    }

	.counters {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.counters > div {
	width: 100%;
}
        /* Responsive Design */
        @media (max-width: 768px) {

.stats-section {
	background: #fff;
	border-radius: 20px;
	padding: 26px 15px;
	border: 1px solid #fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.counters {
	display: grid;
	grid-template-columns: 1fr;
}

			.hero-heading {
	font-size: 45px;

}
.fourth-color .testimonial-left > div::before {
	content: "";
	top: 262px;
}
.footer_deatails .text-success {
	margin-left: 0;
}
.right-content {
	padding: 15px 13px !important;
}
#card-2 {
	margin-top: 25px;
}
#Construction .swiper-wrapper {
	margin-bottom: 35px;
}

.great_founds h2 span {
	font-size: 24px;
}
.why_founder h2 {
	font-size: 27px;

}

.faq-item .buttons {
	font-size: 18px;
	font-weight: 500;
}
.faq-item.active .buttons {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom: none;
}
.form-subtitle {
	padding-left: 15px;
	padding-right: 15px;
}
.why_founder .container p {
	margin-bottom: 55px;
	padding-bottom: 35px;
	border-bottom: 2px dashed #ccc;
	padding: 0 15px !important;
	padding-bottom: 20px !important;
}
.custom-footer h1 {
	font-size: 60px;
}
.custom-footer h2 {
	font-size: 39px !important;
}
.custom-footer .btn {
	padding: 18px 8px 18px 15px !important;
	font-size: 16px !important;
}
.custom-footer h2 {
	font-size: 39px !important;
}
.finacial {
	padding: 32px 15px;
}
.faq-item h6 .faq-icon {

	height: 35px;
	display: flex;

	border-radius: 50%;

}
.swiper-slide {
	height: auto !important;
}
.hero-heading br{display:none;}
.hero-section {
	padding: 65px 0;

}
.pricing-section .card {
	width: 100%;
	max-width: 95%;
}
.how-it-works .row > div:first-child::before {
	content: "";
	display: none;
}

.how-it-works .row > div:nth-child(2)::before {
	content: "";
	display: none;
}
main {
	overflow: hidden !important;
}
.try-now h5 {
	font-size: 26px;

}

.btn.btn-success {
	font-size: 15px;

}
.faq-section > div {

	padding-top: 47px;
	padding-bottom: 47px;

}
.great_founds > div {

	padding-top: 47px;
	padding-bottom: 47px;
}
#form_section > div {
	padding-top: 47px;
	padding-bottom: 47px;

}
.why_founder .container > div.table {
	padding: 20px 15px;
	padding-top: 0 !important;
}
.form-container {
	padding: 40px 15px;
	max-width: 95%;

}
.compare-section {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 4px 16px 0px #7E51CC14;
	width: 100%;
	overflow: hidden;
	overflow-x: scroll;
}
.compare-row {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	background: #fff;
	width: 1000px;
	overflow-x: scroll;
}

.pricing-section .text-warning {

	text-align: left;

}
.faq-answer.show {
	width: 100%;
	max-width: 100%;
}
.compare-col {
	flex: 0 0 25%;
	max-width: 100%;
}
.pricing-section .badge {
	width: 100%;
	max-width: 90%;
	text-wrap: wrap;
}
.play-button i{font-size: 22px;}
.play-button {

	width: 65px;
	height: 65px;
}
.hero-btn {

	font-size: 18px;

}

.video iframe {
	width: 100%;
	height: 192px;
	border-radius: 10px;
}
header .hero-btn {

	margin-left: 0px !important;
}
#footer .mb-2.mb-md-0.small {
	order: 4;
    margin-bottom: 0 !important;
}

.footer_deatails {
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 30px;
    margin-bottom: 10px;
}
.testimonial-left {
	padding: 0 !important;
	width: 100%;
	flex-direction: unset !important;
}
.right-content {
	width: 100%;
}
.testimonial .right-content .text-success {
	margin-top: 0px;
}
.faq-answer p {
	font-size: 16px;

}

.pricing-section .card > div {
	padding: 30px 15px;
}
.compare-list li {
	padding: 9px 6px;

}
.pricing-section .card ul li {
	font-size: 16px;
	display: flex;
	align-items: start;
	gap: 5px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	position: relative;
	top: 10px;
}

.how-it-works .container {
	padding: 70px 15px;
}
.swiper-pagination-bullets {
	margin-bottom: 25px;
}
.testimonial {
	padding-bottom: 10px !important;
}
.testimonial .hero-btn.mt-5 {
	margin-top: 0px !important;
}
.testimonial-card {
margin: 0 15px;
	display: grid !important;
}
            .custom-nav-tabs {
                justify-content: flex-start;
                overflow-x: auto;
                flex-wrap: nowrap;
                padding-bottom: 10px;
            }


            .custom-nav-tabs .nav-link {
                flex-shrink: 0;
            }

            .resource-cards {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .card-main-title {
                font-size: 1.2rem;
            }
			.card-img img{width: 100%;}
        }

        @media (max-width: 576px) {
            .resources-section {
                padding: 0px 10px;
            }

            .card-body {
                padding: 20px;
            }


        }
