body {
	 font-family: "Poppins", sans-serif;
	color: #1a1a1a;
	font-size: 16px;
}
  .wow {
      visibility: hidden; /* 👈 keeps elements hidden until animated */
    }
/* Hero Section */
.hero-section {
  background: linear-gradient(90deg, #2e56e0 0%, #243db3 100%);
  color: #fff;
  padding: 80px 0;
}

.badge {
	background-color: #4465e2;
	color: white;
	padding: 10px 20px;
	border-radius: 20px;
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	font-weight: normal;
}
.badge  .icon {
    margin-right: 8px; 
    font-size: 18px;
}
.hero-section h1 {
	font-weight: 600;
	font-size: 56px;
	line-height: 1.2;
  margin: 10px 0 0;
  line-height: 60px;
}
.hero-section p {
	font-size: 20px;
	-webkit-user-select: ;
	padding-right: 12%;
}
.hero-section .btn-primary, #welcomeModal .btn-primary{
 background: #FAC615;
background: linear-gradient(90deg, rgba(250, 198, 21, 1) 0%, rgba(249, 120, 22, 1) 100%);
  border: none;
  color: #000;
  font-weight: 500;
  padding: 12px 25px;
  border-radius: 6px;
}
.hero-section .btn-primary i{margin-right: 5px;}
.hero-section .btn-primary:hover, #welcomeModal .btn-primary:hover {
  background: linear-gradient(90deg, rgba(249, 120, 22, 1) 0%, rgba(250, 198, 21, 1) 100%);

}
.modal-dialog.modal-dialog-centered {
	max-width: 400px;
}
.hero-section .form-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  padding: 25px;
  color: #000;
  width: 80%;
  float: right;
}
.btn.btn-outline-light {
	background: #5052d3 !important;
	border-color: #777add !important;
	font-size: 14px;
	padding: 8px 17px;
}
.btn.btn-outline-light.whatsup-btn {
	background: #3a57b6 !important;
	border-color: #3b74a8 !important;
}
.form-control {
	font-size: 14px;
}
.btn.btn-outline-light i{font-size: 16px; margin-right: 5px;}
.btn, .btn:hover{
    transition: background 0.4s ease, transform 0.3s ease; 
}
.btn.btn-outline-light:hover{background: #fcbe42 !important;}
/* General */
.section-title {
	font-weight: 600;
	font-size: 44px;
	text-align: center;
	margin-bottom: 15px;
}
.section-subtitle {
	text-align: center;
	color: #666;
	margin-bottom: 40px;
	font-size: 18px;
}
.feature-card, .step-card, .testimonial-card {
	background: #eaeef4;
	border-radius: 8px;
	padding: 25px;
	box-shadow: none;
	height: 100%;
	border: 1px solid #dfe3e8;
	box-shadow: 1px 2px 6px 0px #ddd;
}
.testimonial-box .bg-info {
  background: #57C785;
	background: linear-gradient(90deg,rgba(87, 199, 133, 1) 50%, rgba(8, 154, 104, 1) 100%);
	display: inline-block;
	font-size: 12px;
	padding: 6px 15px !important;
	border-radius: 30px !important;
	margin-top: 10px;
}
.card-icon {
	width: 57px;
	height: 58px;
	text-align: left;
	margin-bottom: 10px;
	background: #4463ED;
	background: linear-gradient(90deg, rgba(68, 99, 237, 1) 0%, rgba(74, 83, 233, 1) 100%);
	border-radius: 8px;
	color: #fff !important;
	font-size: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.feature-card h5{margin: 20px 0;}

/* Process Section */
.process-section {
	background: linear-gradient(90deg,#121e3e 0%,#1f398a 100%);
	color: #fff;
}
.why-icon2{
background: linear-gradient(90deg, rgba(24, 180, 98, 1) 0%, rgba(12, 162, 102, 1) 100%);
}
.why-icon3{

  background: #C33DB3;
background: linear-gradient(90deg, rgba(195, 61, 179, 1) 0%, rgba(211, 46, 138, 1) 100%);
}
.why-icon4{
background: #EA9E09;
background: linear-gradient(90deg, rgba(234, 158, 9, 1) 0%, rgba(234, 107, 11, 1) 100%);
}
.why-icon5{
background: #EC3D45;
background: linear-gradient(90deg, rgba(236, 61, 69, 1) 0%, rgba(228, 36, 71, 1) 100%);
}
.why-icon6{
background: #0CA5D9;
background: linear-gradient(90deg, rgba(12, 165, 217, 1) 0%, rgba(33, 111, 232, 1) 100%);
}
.step-card {
	background: #31457d;
	color: #fff;
	text-align: center;
	border: 1px solid #54679f;
	position: relative;
	padding: 50px 30px 15px;
	box-shadow: none;
}
.step-card::after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
	background: linear-gradient(90deg, rgba(250, 198, 21, 1) 0%, rgba(249, 120, 22, 1) 100%);
	height: 2px;
	width: 40px;
	right: -20px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}
.step-last .step-card:after{display: none;}
.step-number {
	font-size: 16px;
	font-weight: 600;
	background: linear-gradient(90deg, rgba(250, 198, 21, 1) 0%, rgba(249, 120, 22, 1) 100%);
	color: #000;
	display: inline-block;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin-bottom: 10px;
	position: absolute;
	left: -20px;
	top: -20px;
	box-shadow: 0px 1px 4px 1px #182d66;
}
.step-card h6 {
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	margin: 20px 0;
}
.step-card p {
	font-size: 14px;
	text-align: left;
}
.form-control {
	min-height: 50px;
}




/* FAQ */
.faq-section .accordion-button:not(.collapsed) {
  color: #2a5298;
  background-color: #f2f6ff;
}
#faqAccordion {
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
}
.accordion-item:not(:first-of-type) {
	border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item {
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
}

/* Footer */
footer {
  background: #0a1931;
  color: #fff;
  padding: 50px 0 15px;
}
footer a {
	color: #74aec2;
	text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
.footer-info i {
	margin-right: 6px;
}
/* Responsive */
@media (max-width: 768px) {
  .hero-section h1 { font-size: 32px; }
  .hero-section { text-align: center; }
}
.h5, h5 {

	font-weight: bold;
}
footer h6 {
	font-size: 18px;
	margin-bottom: 20px;
}
footer li {
	margin-bottom: 10px;
}
footer .h5, footer h5 {
	font-weight: bold;
	color: #7099f9;
	font-size: 24px;
	margin-bottom: 15px;
}
.footer-about p {
	color: #74aec2;
	max-width: 80%;
	font-size: 14px;
}
.footer-bottom {
	color: #74aec2;
	font-size: 16px;
	border-top: 1px solid #313C3C;
	padding-top: 20px;
}
 .stats-section {
      background-color: #eff5ff;
      padding: 60px 0;
      text-align: center;
    }
   .stat-box {
	padding: 0px 15px;
	transition: 0.3s ease;
	margin-bottom: 50px;
}
  
  .stat-number {
	font-size: 48px;
	font-weight: 600;
	color: #3a55e8;
}
    .stat-text {
	color: #555;
	font-size: 16px;
	margin-top: 0;
	font-weight: 500;
}

 .testimonial-box {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      padding: 25px;
      text-align: left;
      transition: all 0.3s ease;
      height: 100%;
    }
    .testimonial-box:hover {
      transform: translateY(-5px);
    }
    .testimonial-icon {
	font-size: 36px;
	color: #3e52e7;
	margin-bottom: 10px;
}
    .stars i {
      color: #ffc107;
      margin-right: 2px;
    }
    .testimonial-text {
	font-size: 14px;
	color: #555;
	margin: 12px 0;
	line-height: 1.5;
	font-style: italic;
}
  .client-name {
	font-weight: 600;
	color: #333;
	margin-bottom: 3px;
	border-top: 1px solid #ddd;
	padding-top: 16px;
	margin-top: 25px;
	display: block;
}
    .client-role {
      font-size: 13px;
      color: #777;
    }
.list-section h2 {
	font-size: 48px;
	font-weight: 600 !important;
}
  .highlight-box {
	background: #eff5ff;
	border-radius: 12px;
	padding: 20px;
	margin-top: 25px;
	border: 1px solid #cee4fe;
	max-width: 80%;
}
    .feature-item {
      display: flex;
      align-items: start;
      margin-bottom: 20px;
    }
  .feature-item i {
	font-size: 19px;
	margin-right: 12px;
	color: #1a73e8;
	background: #dbeafe;
	padding: 13px;
	border-radius: 50%;
}
    .feature-item.green i {
      color: #34c759;
    }
    .feature-item.purple i {
      color: #a259ff;
    }
    .feature-item.blue i {
      color: #5a9ef8;
    }
  .call-btns .btn {
	padding: 12px 24px;
	font-weight: normal;
	border-radius: 8px;
	font-size: 14px;
	width: 48%;
}
    .btn-call {
      background: #1a73e8;
      color: #fff;
    }
    .btn-call:hover {
      background: #0b5ed7;
      color: #fff;
    }
    .btn-whatsapp {
      background: #25d366;
      color: #fff;
    }
    .btn-whatsapp:hover {
      background: #1ebe5c;
      color: #fff;
    }
    .info-box {
	background: #fafafa;
	border-radius: 10px;
	padding: 18px;
	margin-bottom: 15px;
	border: 1px solid #d7dfea;
}
 .info-box i {
	font-size: 16px;
	color: #1a73e8;
	margin-right: 10px;
}
 .info-box h6 {
	font-size: 18px;
	display: flex;
	align-items: center;
	margin-bottom: 16px !important;
}
.faq-section {
	background: #eff5ff;
}
.btn.btn-primary.banner-button {
	max-width: 315px;
}
@media(max-width:1199px){
  body {
	font-size: 14px;
}
  .call-btns .btn {
	padding: 12px 7px;
	width: 44%;
}
.info-box li {
	font-size: 14px;
}
.hero-section h1 {
	
	font-size: 42px;
	line-height: 1.2;
	line-height: 43px;
}
.hero-section p {
	font-size: 14px;
}
.step-card {
	padding: 30px 20px 10px;
}
.hero-section .form-card{width: 90%;}
}

@media(max-width:992px){
  .hero-section {
	text-align: center;
	padding: 30px 0;
}
.hero-section p {

	padding-right: 0;
}
.section-title {
	font-size: 30px;
	margin-bottom: 10px;
}
.section-subtitle {
	margin-bottom: 35px;
	font-size: 14px;
}
.feature-card, .testimonial-card {

	padding: 15px;

}
.feature-card h5 {
	margin: 15px 0 10px;
	font-size: 16px;
	font-weight: 600;
	max-width: 80%;
}
.card-icon {
	width: 46px;
	height: 46px;
	margin-bottom: 10px;
	font-size: 18px;
}
.process-section .col-md-3 {

	width: 50%;
}
.stat-number {
	font-size: 30px;
}
.stat-text {
	font-size: 14px;
}
.testimonial-box {
	padding: 15px;
	
}
.list-section{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.list-section h2 {
	font-size: 36px;
}
.highlight-box {
	max-width: 100%;
}
.info-box {
	padding: 18px;
	margin-bottom: 0;
	margin-top: 22px;
}
footer .h5, footer h5 {
	font-size: 18px;
	margin-bottom: 9px;
}
.footer-about p {
	max-width: 100%;
	font-size: 14px;
}
.col-md-4.footer-info {
	padding-left: 0;
	padding-right: 0;
}
.accordion-button{font-size: 14px;}
.hero-section .form-card {

	width: 100%;
	float: none;
}
.footer-button.d-none {
	display: block !important;
	position: fixed;
	bottom: 7px;
	left: 0;
	right: 0;
}
}
@media(max-width:767px){
  .hero-section h1 {
	font-size: 24px;
	line-height: 28px;
	padding: 0 15px;
	margin-bottom: 0 !important;
}
.hero-section p {
	font-size: 14px;
	margin-top: 8px !important;
	margin-bottom: 0 !important;
}
.form-control {
	min-height: 44px;
}
.section-title {
	font-size: 24px;
	margin-bottom: 10px;
	padding: 0 15px;
}
.feature-card, .testimonial-card {
	padding: 25px 25px;
}
.process-section .col-md-3 {
	width: 90%;
	margin: 0 auto 50px;
}
.step-card {
	padding: 30px 20px 33px;
}
.step-section-row {
	margin-top: 34px;
}
.step-card::after {
	height: 40px;
	width: 2px;
	right: inherit;
	top: inherit;
	margin-top: 0;
	bottom: -20px;
	left: 50%;
	margin-left: -1px;
}
.py-5.process-section {
	padding-bottom: 0 !important;
}
.gap1-mobile {
	--bs-gutter-y: 1rem;
}
.list-section h2 {
	font-size: 24px;
}
.col-md-4.footer-info {
	padding-left: 12px;
	padding-right: 12px;
}
.step-card {
	padding: 40px 20px 33px;
}
.step-number {
	left: 15px;
	top: -24px;
}
.hero-section .btn-primary {
	font-size: 14px;
}
#welcomeModal .btn-primary {
	padding: 12px 16px;
}
.card-icon {
	width: 60px;
	height: 60px;
	margin-bottom: 16px;
	font-size: 26px;
}
.step-section-row, .g-md-1, .gap1-mobile  {
	margin-left: 0;
	margin-right: 0;
}
.stats-section .col-md-4 {
	padding: 0;
}
.list-section .col-lg-7, .list-section .col-lg-5 {
	padding: 0;
	margin: 0;
}
.list-section {
	padding-top: 40px !important;

}
.detail-phone {
	justify-content: center;
}

}
@media(max-width:576px){
	.step-number {
	left: -15px;
	top: -25px;
}
}
@media(max-width:370px){
  .form-card h4 {
	font-size: 16px;
}
.hero-section .form-card {
	padding: 20px;
}
.btn.btn-outline-light {
	padding: 8px 13px;
}
.stat-box {
	margin-bottom: 20px;
}
.stat-text {
	font-size: 12px;
}
.call-btns .btn {
	padding: 9px 5px;
	width: 45%;
	font-size: 13px;
}
.g-md-1 {
	--bs-gutter-y: 0;
}
.info-box h6 {
	font-size: 14px;
	margin-bottom: 10px !important;
}
.accordion-button {
	font-size: 12px;
}
.detail-phone {
	
	flex-wrap: wrap;
	gap: 7px !important;
}
.detail-phone div {
	width: 100%;
}
}