/* * {
	border: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
:root {
	--hue: 223;
	--bg: hsl(var(--hue),10%,90%);
	--fg: hsl(var(--hue),10%,10%);
	font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1280 - 320));
}
.wrapper {
	background: var(--bg);
	color: var(--fg);
	font: 1em/1.5 sans-serif;
	height: 100vh;
	display: grid;
	place-items: center;
}

.pl {
	display: block;
	width: 6.25em;
	height: 6.25em;
}
.pl__ring, .pl__ball {
	animation: ring 2s ease-out infinite;
}
.pl__ball {
	animation-name: ball;
}

/* Dark theme  */
/* @media (prefers-color-scheme: dark) {
	:root {
		--bg: hsl(var(--hue),10%,10%);
		--fg: hsl(var(--hue),10%,90%);
	}
} */

/* Animation */
/* @keyframes ring {
	from {
		stroke-dasharray: 0 257 0 0 1 0 0 258;
	}
	25% {
		stroke-dasharray: 0 0 0 0 257 0 258 0;
	}
	50%, to {
		stroke-dasharray: 0 0 0 0 0 515 0 0;
	}
}
@keyframes ball {
	from, 50% {
		animation-timing-function: ease-in;
		stroke-dashoffset: 1;
	}
	64% {
		animation-timing-function: ease-in;
		stroke-dashoffset: -109;
	}
	78% {
		animation-timing-function: ease-in;
		stroke-dashoffset: -145;
	}
	92% {
		animation-timing-function: ease-in;
		stroke-dashoffset: -157;
	}
	57%, 71%, 85%, 99%, to {
		animation-timing-function: ease-out;
		stroke-dashoffset: -163;
	}
} */
 


*{
    font-family: "Manrope", sans-serif;
  
}
.row{
  margin: 0px !important;
}
body{
  height: max-content;
  width: 100%;
}

.container-fluid{
  padding: 0px 40px !important;
}
.full{
  padding: 0px 0px !important;
}

.navbar-nav{
  /* margin-top: 4.3rem !important; */
}
.hero-nav{
  padding: 5px 0px !important;
  /* align-items: start !important; */
  /* padding-top: 1.5rem !important; */
}
header{
  background-color: #F5F5F7;
      margin-top: -22px;
    margin-bottom: -22px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: black;
}
.navbar-nav {
  margin: 1rem !important;
}



.new_image_carousel {
  background-color: black !important; /* Change background to black */
  background-image: none; /* Remove the background image if needed */
  position: relative;
  padding: 40px 0px 60px 0;
}
.new_image_carousel .main-heading {
    margin-bottom: 40px !important;
}
.new_slider_main {
    background-color: #ffffff !important;
    color: #000000 !important;
    padding: 70px 50px;
    border-radius: 40px;
    border: 1px solid #ffffff;
    min-height: 482px ;
    margin: 0 10px;
}

.new_slider_main h4, .new_slider_main p {
    color: #000000 !important;
}
.new_slider_main h4 {
    font-weight: 800;
    margin-bottom: 24px;
    letter-spacing: -1px;
}
.new_slider_main_img img {
  max-width: 70px !important;
  margin-bottom: 20px;
}

.new_image_carousel .main-heading {
  color: white !important; /* Change heading color to white */
}

.new_image_carousel .slider_text {
  color: white !important; /* Change text below the slider to white */
}

#paypal-button-container {
    display: block !important;
    visibility: visible !important;
    min-height: 50px;
}





.why_choose_section {
  background-color: #000;
  position: relative;
  padding: 60px 20px;
  /* padding-bottom: 0; */
  overflow: hidden;
  color: white;
  opacity: 0.9;
}

.why_choose_img_box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.why_choose_img_box img {
  animation: topBottom 5s infinite;
}

@keyframes topBottom {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.why_choose_boxes_main {
  /* background-color: red; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.why_choose_boxes_main_two {
  align-items: flex-end;
}

.why_choose_section_headings {
  /* text-align: center; */
  margin-bottom: 30px;
}

.why_choose_section_headings h1 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 30px;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 3px 15px;
  display: inline-block;
}

.why_choose_section_headings p {
  font-weight: 400;
  font-size: 3rem;
  font-weight: 500;
  /* max-width: 75%;
  margin: auto; */
}

.why_choose_section_headings p span {
  color: #58ce44;
}

.why_choose_boxes {
  /* text-align: center; */
  margin-bottom: 0px;
  background-color: #222222;
  padding: 40px 40px 40px 40px;
  /* background-color: #fff; */
  /* position: relative;
  border: 1px solid #fff; */
  /* border-top-right-radius: 30px;
  border-bottom-left-radius: 30px; */
  margin: 10px;
  margin-bottom: 30px;
      border-radius: 25px;
    border-bottom: 2px solid #adadad;
    box-shadow: -3px 5px 20px 1px #f7f7f70f;

}

/* .why_choose_boxes::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 50px;
  height: 15px;
  background: white;
  border-bottom: 3px solid #ddd;
  transform: skewX(-30deg);
} */

.why_choose_boxes h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px 8px;
  white-space: nowrap;
  font-weight: 400;
  line-height: 16px;
  font-size: 12px;
  letter-spacing: 0.5px;
  background-color: #6c8595;
  display: inline-block;
  border-radius: 20px;

  /* margin-bottom: 16px; */
}

.why_choose_boxes h3 {
  font-size: 24px;
  line-height: 32px;
  color: #edf0f2;
  margin-bottom: 20px;
}

.why_choose_boxes p {
  color: #edf0f2;
  font-size: 1.2rem;
  line-height: 28px;
  font-weight: 400;
}

/* 
.outer_row .row>* {
  padding-left: 0;
  padding-right: 0;
} */

.why_choose_boxes_img {
  /* background-color: #fff; */
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute;
  top: -30px;
  left: 40px; */
  border-radius: 3px;
  margin-bottom: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.why_choose_boxes_img img {
  max-width: 36px;
}







.navbar-toggler {
  border: none;
  font-size: 1.2rem;
  }
  
  .navbar-toggler:focus, .btn—ctose:focus{
  box-shadow:none;
  outline: none;
  }
  .nav-link {
  
  font-weight:700;
  position: relative;
  
  }
  .nav-link:hover{
      /* color: #ffffff; */
  }
  .nav-link::before{
      content:"";
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 0;
      height: 2px;
      /* background-color: rgb(253, 253, 253); */
      visibility: hidden;
      transition: 0.2s ease-in-out;
  }
  .nav-link:hover::before, .nav-link.active::before{
      visibility: visible;
      width: 100%;
  }
  /* Fixed navbar with glassmorphism effect */

   a{
      text-decoration: none !important;
      /* color: black; */
  }  
  .nav-item{
    padding: 1px 3px 2px 3px;
    border-radius: 7px;
    color: white!important;
  }
  .nav-item:hover{
   /* background: blue; */
   /* color: blue !important; */
   /* text: white !important; */
  }

  .center-section {
    height: 10vh; /* Full height of the viewport */
}
.circle-btn {
    width: 50px;
    height: 50px;
    background-color: white;
    color: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 24px;
}




 
  
  .hero-heading {
    font-family: "Manrope", sans-serif;
    /* font-optical-sizing: auto; */
    font-weight: 500;
    /* font-style: normal; */
    font-size: 3.8rem ;
    line-height: 1.2 !important;
    /* margin-top: 2rem; */
    color: white;
    
  }
  
  .hero-heading .highlight {
    color: #ffffff; /* Primary color for highlight */
    font-family: "Meow Script", cursive;
    /* font-optical-sizing: auto; */
    font-weight: 300;
    /* font-style: normal; */
    font-size: 4.1857rem ;
  }
  
  .hero-subheading {
    font-family: "Manrope", sans-serif;
    /* font-optical-sizing: auto; */
    font-weight: 700;
    /* font-style: normal; */
    font-size: 2.2057rem ;
    line-height: 1.4 !important;
    padding-bottom: 30px;
    color: white;
   
  }
  .d-flex.flex-column.justify-content-center.align-items-center p {
    color: white;
}
  /* hero section's buttton css  */

  .call-btn{
    /*padding: 10px 40px !important;*/
    padding: 12px 80px !important;
    /* border: 1px solid black !important; */
    border-radius: 980px !important;
    background-image: linear-gradient(to right, #0400CE,#8310AC);
    color: white !important;

    
  }
  .hero-section {
    overflow: hidden;
    margin-bottom: 25px;
    background: #000000;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .call-btn a{
     text-decoration: none !important;
     color: rgb(0, 0, 0) !important;
  } 

  .call-btn:hover{
    /* padding: 15px 80px !important; */
    border: 1px solid black !important;
    border-radius: 980px !important;
    background-image: linear-gradient(to right, white,white);
    
    color: black !important;

    
  }
  .plan-btn{
    padding: 15px 80px !important;
    border: 1px solid black !important;
    border-radius: 0px !important;
    
  }
  .plan-btn:hover{
    /* padding: 15px 80px !important; */
    border: 1px solid black !important;
    border-radius: 0px !important;
    background-image: linear-gradient(to right, #0400CE,#8310AC);
    color: white !important;

  }

  /* steps section css  */

  .big-number {
    font-family: "Manrope", sans-serif;
    /* font-optical-sizing: auto; */
    font-weight: 600;
    /* font-style: normal; */
    font-size: 10.2057rem ;
    line-height: 1 !important;
    
}
.steps-heading{
  /* margin-bottom: 4rem !important; */
  font-size: 3rem !important;
  font-weight: 400;
}
.content-lines {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-left: 20px;
   
  
}
.line {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 1.9rem ;
    line-height: 1.4 !important;
}
.ps-lg-5{
  padding-left: 16rem !important;
}
.special-image{
  margin-right:-10.7rem !important;
}
.big-star {
    font-size: 100px;
    color: #6f42c1;
    /* text-align: right; */
}

.step-1, .step-2, .step-3{
  border-bottom: 1px solid black !important;
  padding-bottom: 10px !important;
}
.steps-heading{
  border-bottom: 1px solid black !important;
  padding-bottom: 3rem !important;

}

.list-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 10px 20px;
}
.list-icon {
  font-size: 13px;
  color: #ffffff;
  margin-right: 10px;
  border-radius: 50%;
  padding: 3px 8px;
  background-image: linear-gradient(to right, #0400CE, #8310AC);
}

.list-container {
  justify-content: center;
  display:flex;
  align-items: center;
  border-bottom: none !important;
  padding: 2.5rem 0rem;
}
 /* steps section animation code   */

 /* Animation Keyframes */
 @keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Applying Animations */
.step-1 {
  animation: slideInLeft 1s ease-out;
 
  animation-play-state: running;
}

.step-2 {
  animation: slideInRight 1s ease-out;


}

.step-3 {
  animation: slideInLeft 1s ease-out;
  

}

.big-star img,
.big-number {
  animation: fadeIn 1.5s ease-in;
  

}

.list-container {
  animation: fadeIn 2s ease-in;


} 













/* Testimonial section's css  */

.testimonials-slider {
  background-color: black;
  color: white;
  padding: 25px 20px;
}

.testimonial-item {
  text-align: center;
  margin: 2rem 0rem;
}

.testimonial-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.testimonial-heading {
  font-size: 1.5rem;
  line-height: 1.30;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 0rem 0rem;
}
.carousel-indicators {
  margin-bottom: -4px !important;
}
.carousel-inner {
  padding: 2rem 0rem;

}
.carousel-indicators [data-bs-target] {
  background-color: #0400CE !important;
  width: 11px !important;
  height: 9px !important;
  padding: 1px 0px !important;
  border-radius: 50% !important;
}
/* four features boxes css  */
.icon-box {
  text-align: left;
  padding: 20px;
  transition: all 0.3s ease;
}

.icon-box img {
  width: 45px;
  height: 50px;
  margin-bottom: 15px;
}

.icon-box h5 {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 10px;
}
.icon-box p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
.icon-box:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.features-boxes{
  padding: 2rem 0.2rem;
}

/* six boxes css  */

.icon-box-six {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.icon-box-six h5 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.2;
}

.icon-box-six img {
  width: 100px;
  height: 100px;
}

.icon-box-six:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


/* services section css  */


/* .image-carousel {
  background-color: black;
  padding: 1rem 0rem 5rem 0rem;
} */
.image-carousel {
background-image: url('../Assets/images/hellos\ \(1\).webp');
  position: relative;
  padding: 1rem 0rem 5rem 0rem;
  overflow: hidden; /* To hide extra parts of the wave */
  background-repeat: no-repeat;
}



.image-box {
  background-color: white; /* White background for each box */
  padding: 20px; /* Padding inside each box */
  border-radius: 8px; /* Optional: rounded corners for image boxes */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional: slight shadow for depth */
  transition: transform 0.3s ease-in-out; /* Optional: zoom effect on hover */
  margin-top:0.6rem ;
}

.image-box:hover {
  transform: translateY(-10px); /* Optional: lift effect on hover */
}

.image-box img {
  border-radius: 8px; /* Optional: rounded corners for images */
  transition: transform 0.3s ease-in-out; /* Optional: zoom effect on hover */
  margin-top: 15px; /* Space between the heading and the image */
  height: 280px;
  width: 280px;
}
.image-box video {
  border-radius: 10px !important; /* Optional: rounded corners for images */
  transition: transform 0.3s ease-in-out; /* Optional: zoom effect on hover */
  margin-top: 15px; /* Space between the heading and the image */
  height: 280px !important;
  /* width: 304px !important; */

}


.image-box:hover img {
  transform: scale(1.05); /* Zoom in effect on hover */
}
.image-box:hover video {
  transform: scale(1.05); /* Zoom in effect on hover */
}

.service-heading {
  font-size: 1.8rem;
  font-weight: 500;
  /* font-weight: bold; */
  color: #333;
  margin-bottom: 15px; /* Space between heading and image */
}

.feature-heading {
    color: white;
}


.feature-heading {
  font-size: 1.2rem;
  /* font-weight: bold; */
  margin-top: 25px;
  color: white;
}

.text-center {
  text-align: center;
}
/* 
.btn {
  padding: 10px 20px;
  font-size: 1rem;
} */
.plan-btn-2{
  padding: 15px 80px !important;
  border: 1px solid rgb(255, 255, 255) !important;
  border-radius: 0px !important;
  color: white;
  
}
.plan-btn-2:hover{
  /* padding: 15px 80px !important; */
  border: 1px solid black !important;
  border-radius: 0px !important;
  background-image: linear-gradient(to right, #0400CE,#8310AC);
  color: white !important;

}



.carousel-inner {
  padding: 0 15px; /* Adds space between items on each slide */
}

@media (max-width: 768px) {
  .carousel-item img {
    width: 100%; /* Make images responsive on smaller screens */
  }
  
}
@media (max-width: 768px) {
  .carousel-item img {
    width: 27%; /* Make images responsive on smaller screens */
  }
  header{
      margin-top: -10px;
    margin-bottom: -10px;
}
.hero-section {
   padding-bottom: 80px !important;
        padding-top: 69px !important;
        margin-bottom: 68px !important;
}
}


/* three strips section csss   */
/* Custom Section */

.three-strips{
  padding-top: 3rem;
}
.icon-img {
  max-width: 100px;
  height: auto;
}

/* six boxes animation code  */

/* Animation Keyframes */
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes rotateImage {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Applying Animations */
.step-1 {
  animation: slideInLeft 1s ease-out;
}

.step-2 {
  animation: slideInRight 1s ease-out;
}

.step-3 {
  animation: slideInLeft 1s ease-out;
}

.big-star img,
.big-number {
  animation: fadeIn 1.5s ease-in;
}

.list-container {
  animation: fadeIn 2s ease-in;
}

.icon-box-six {
  animation: fadeIn 1.5s ease-in;
}

.icon-box-six img {
  animation: rotateImage 3s linear infinite;
}






/* Ribbons Styles */
.ribbons {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 3rem;
  padding-bottom: 2rem;
}

.ribbon {
  background-color: black;
  padding: 8px;
  border-radius: 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.ribbon-content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.ribbon-heading {
  color: white;
  font-size: 2.5rem;
  font-weight: 300;

  margin: 0rem 1.9rem !important;
}

.ribbon-icon {
  max-width: 45px;
  height: auto;
}

/* Centered Final Heading */
.final-heading {
  font-size: 1.8rem;
  font-weight: 400;
  padding-bottom: 4rem;

  
}
.fw-500 {
  font-size: 1.9rem;
  font-weight: 700;
  
  
}

/* ribbon animation code   */


/* <style> */
.scrolling-container {
  overflow: hidden;
  position: relative;
}

.scrolling-wrapper {
  display: flex;
  animation: scroll 15s linear infinite;
  width: 200%;
}

.scrolling-wrapper-reverse {
  display: flex;
  animation: scroll-reverse 15s linear infinite;
  width: 200%;
}

.ribbon-content {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-shrink: 0;
}

/* .ribbon-heading {
  margin: 0;
  font-size: 16px;
  color: #000;
} */

/* .ribbon-icon {
  height: 20px;
  width: 20px;
} */

@keyframes scroll {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes scroll-reverse {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}




  /* two columns css */



  .gradient-section {
    background-color: #000; /* Black background */
    position: relative;
    padding: 60px 20px;
    overflow: hidden;
    color: white;
    opacity: 0.9;
    
  
  }
  
  

  /* Gradient Column Styling */
  .gradient-column {
    background: linear-gradient(110deg, #140226b6 30%, #000000 70%);
    padding: 60px 35px;
    border-radius: 15px;
    border:1px solid rgba(209, 202, 202, 0.283);
    border-radius: 10px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    transition: transform 0.3s ease;
  }
 .main-heading{
  font-weight: 600;
    font-size: 2.8rem;
    line-height: 1.2;
    padding: 20px 0px;
    
 }
  .gradient-column h5 {
    font-weight: 500;
    font-size: 2.3rem;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-right: 4px;
  }

  .gradient-column p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
  }

  .gradient-column i {
    font-size: 1.5rem;
  }

  .gradient-column:hover {
    transform: translateY(-5px);
  }

  /* Background Vector */
  .background-vector {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: url('../Assets/images/background-vector.png') no-repeat center;
    background-size: contain;
    /* opacity: 0.1; */
    pointer-events: none;
  }


    /* Styling for Section */


    .centered-section {
      padding: 60px 20px;
      text-align: center;
    }

    .centered-section h2 {
      font-weight: 600;
      font-size: 2.4rem;
      line-height: 1.3;
    }

    .centered-section p {
      font-size: 1rem;
      color: #6c757d;
      margin-bottom: 2.5rem;

    }

    .centered-section img {
      margin-top: 5rem;
      width: 80px; /* Adjust as needed */
      height: auto;
    }
    .call-btnbottom{
      padding: 10px 100px !important;
      /* border: 1px solid black !important; */
      /*border-radius: 0px !important;*/
      border-radius: 980px !important;
      background-image: linear-gradient(to right, #0400CE,#8310AC);
      color: white !important;
      margin-top: 2.2rem;
      margin-bottom: 2rem;
   }
    
    .call-btnbottom:hover{
      /* padding: 10px 100px !important; */
      border: 1px solid black !important;
      /*border-radius: 0px !important;*/
      border-radius: 980px !important;
      background-image: linear-gradient(to right, white,white);
      color: black !important;
      
    }
     /* FAQ Section Styling */
     
     
     .faq-section {
      padding: 60px 20px;
      
    }

    .faq-heading {
      margin-bottom: 30px;
      font-weight: 700;
      font-size: 2.5rem;
      line-height: 1.5;
    }

    .faq-item {
      border-bottom: 1px solid black;
      padding: 15px 0;
    }

    .faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      font-weight: 600;
      font-size: 1.3rem;
      line-height: 1.3;
      
      
    }

    .toggle-icon {
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: black;
      color: white;
      border-radius: 50%;
      font-size: 20px;
    }

    .faq-answer {
      padding-top: 10px;
      font-size: 14px;
      color: #6c757d;
    }


    .custom-section-1 {
      position: relative;
      background: url('../Assets/images/maockup\ 2.png') no-repeat center center;
      background-size: cover;
      height: 70vh; /* Adjust as needed */
      color: rgb(119, 154, 225);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      /* background-attachment: fixed; */
    }
    .content-1 {
      position: absolute;
      bottom: 5rem;
      left: 5rem;
    }
    .content-1 h1 {
        color:#5619e0 ;
        font-size: 5rem;
        margin: 20px 0px;
    }
    .content-1 a {
      background-color: #5619e0;
      color: white;
      padding: 10px 20px;
      border-radius: 0px;
      text-decoration: none;
      
    }





    .rev-r {
      justify-content: end ;
     
    }

    /* centered section-2 css  */
    .hand-icon{
      
        font-size: 3rem;
          
    }
    footer{
      background-color: black;
      color: white;
    }
    
    
.apple p{
  font-size: 12px !important;
    line-height: 1.3333733333 !important;
    font-weight: 400 !important;
    letter-spacing: -0.01em !important;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
   color: #0000008f !important;
}
.bg-light{
  background-color: #f5f5f7  !important;
}
.apple{
  padding: 0px 5rem !important;
}

/* ========== Responsive css ========== */

@media screen and (max-width: 480px) {
  .steps {
    font-family: Arial, sans-serif;
  }
  
  .steps-heading {
    font-size: 24px;
    /* font-weight: bold; */
    margin-top: 30px;
  }
  .offcanvas-header img{
    height: 40px !important;
    width: 145px !important;
  }
  .offcanvas-body .nav-link{
    text-align: center !important;
  }
  .icon-box{
    text-align: center;
  }
  
  .icon-box-six {
    padding: 10px !important;
  }
  .step-item {
    display: flex;
    align-items: start;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
  }
  
  .big-number {
    font-size: 50px;
    font-weight: 400;
    color: black;
  }
  
  .step-item p{
    font-size: 27px !important;
    font-weight: 500 !important;
    line-height: 43px !important;
  }
  .step-content {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }
  
  .step-icon img {
    width: 100px;
    height: 100px;
}
  
.hero-heading
{
   font-size: 2.8rem;
  }
  .hero-subheading
{
   font-size: 1.3057rem;
  }
  .container-fluid{
    padding: 0px 14px !important;
  }
  .highlight{
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 320px) {

  .steps {
    font-family: Arial, sans-serif;
  }
  .apple{
    padding: 0px 0.6rem !important;
  }
  
  .steps-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .step-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
  }
  
  .big-number {
    font-size: 50px;
    font-weight: bold;
    color: black;
  }
  
  .step-content {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }
 
  .step-icon img {
    width: 50px;
    height: 50px;
  }
  
  .highlight{
    font-size: 2.5rem !important;
  }
  .hero-subheading
  {
     padding-bottom: 14px;
    }
    .plan-btn
  {
     padding: 14px 84px !important;
     margin-top: 5px;
    }
    .new-logo{
      height: 74px !important;
      width: 107px !important;
    }
    .container-fluid{
      padding: 0px 8px !important;
    } 
    .steps-heading {
      margin-top: 1rem !important;
      font-size: 1.8rem !important;
      align-items: start!important;
      font-weight: 400;
      /* padding-bottom: 2rem !important; */
  } 
  .big-number {
   
    font-size: 6.2057rem;
    
}

/* Updated CSS for steps section - Mobile Only */
@media (max-width: 768px) {
  .updated-steps {
      display: block;
      text-align: center;
      margin: 20px 0;
  }

  .step-container {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      padding: 20px;
      border-bottom: 1px solid #ddd;
  }

  .step-number {
      font-size: 48px;
      font-weight: bold;
      color: #000;
      text-align: left;
      flex: 0 0 auto;
  }

  .step-content {
      font-size: 18px;
      color: #333;
      text-align: left;
      flex: 1;
      padding: 0 10px;
  }

  .step-icon {
      flex: 0 0 auto;
  }

  .step-icon img {
      max-width: 50px;
  }
}

@media (min-width: 769px) {
  .updated-steps {
      display: none;
  }
}





.custom-section-1 {
  height: 36vh !important;
}
.content-1 {
  position: absolute;
  bottom: 1rem !important;
  left: 1rem !important;
}
.content-1 h1 {
  
  font-size: 2rem !important;
  
}
.line{
  font-size: 11px !important;
  line-height: 15px !important;
}

.big-star img{
  height: 80px !important;
}
.step-1 .justify-content-end{
  justify-content: center !important;
}
.step-3 .justify-content-end{
  justify-content: start !important;
}
.step-3 .special{
  margin-left: -54px !important;
}
.step-3 .ms-5{
  padding-left: 4px !important;
  margin-left: 0px !important;
}
.step-1, step-2, step-3 {
  padding: 0px 0px !important;
}
.list-item{
  padding:0px !important;
  font-size: 10px !important;
  font-weight: 500 !important;

}
.uniqe-line {
  padding-left: 3rem !important;
}
.testimonials .row{
  padding: 0px !important;
}
.testimonial-heading {
  font-size: 1rem;
  line-height: 1.30;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 1rem 0rem !important;
}
.testimonial-image {
  width: 74px;
  height: 71px;

}

.testimonial-item {
 
  margin: 0rem 0rem;
}
.hero-section{
  margin-top: 25px;
    margin-bottom: 25px;
}

.big-number {
   
  font-size: 6.2057rem;
  
  text-align: start;
}
.step-content p{
text-align: start;
}
.rev-r {
  justify-content: start !important;
 
}

}



@media screen and (max-width: 425px) {

  .highlight {
    font-size: 4rem !important;
    font-weight: 100 !important;
}
.apple{
  padding: 0px 0.6rem !important;
}
  .hero-subheading
  {
     padding-bottom: 14px;
    text-align: center;

    }
    .custom-section-1 {
      height: 36vh !important;
    }

    .ps-sm-1{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding-top: 2.6rem !important;
    }
    .hero-heading
  {
    margin-top: 0.4rem !important;
    text-align: center;
    line-height: 1 !important;
    }
    .call-btn{
      padding: 11px 15px !important;
    }
    .plan-btn
  {
     padding: 10px 25px !important;
     margin-top: 5px;
    }
    .plan-btn-2
    {
       padding: 10px 25px !important;
       /* margin-top: 5px; */
      }
      .content-1 {
        position: absolute;
        bottom: 1rem !important;
        left: 1rem !important;
      }
      .content-1 h1 {
        
        font-size: 2rem !important;
        
      }
    @media screen and (max-width: 425px) {
      .new-logo {
        height: 37px !important;
            width: 183px !important;
            margin-left: 4px;
        
    }
    .big-number {
   
      font-size: 6.2057rem;
      
      text-align: start;
  }
  .step-content p{
    text-align: start;
  }
    .custom-section-1 {
      height: 36vh !important;
    }
  }
 
  @media screen and (max-width: 700px) {
    .steps-heading {
     /* margin-left: 1rem !important; */
  } 
  .custom-section-1 {
    height: 36vh !important;
  }
  
  .apple{
    padding: 0px 0.6rem !important;
  }
  
  .step-1{
    flex-direction: row-reverse !important;
  }
  .mobile-reverse{
    /* flex-direction: row-reverse !important; */
    justify-content: start !important;
  }
  .mobile-reverse-1 .big-1{
    margin-left: -4rem !important;
  }
    
}
    .container-fluid{
      padding: 0px 0px !important;
    } 
    .steps-heading {
      margin-bottom: 0rem !important;
      font-size: 1.8rem !important;
      font-weight: 400;
      padding-top: 7rem !important;
  } 
  .big-number {
   
    font-size: 7.2057rem;
    
    text-align: start;
}


.line{
  font-size: 11px !important;
  line-height: 15px !important;
}

.big-star img{
  height: 80px !important;
}
.step-1 .justify-content-end{
  justify-content: start !important;
}
.step-3 .justify-content-end{
  justify-content: start !important;
}
.step-3 .special{
  margin-left: -70px !important;
}
.step-3 .ms-5{
  padding-left: 4px !important;
  margin-left: 0px !important;
}
.step-1, step-2, step-3 {
  padding: 0px 0px !important;

}
.list-item{
  padding:2px !important;
  font-size: 10px !important;
  font-weight: 500 !important;

}
.uniqe-line {
  padding-left: 2rem !important;
}
.third-lines {
  padding-left: 2rem !important;
}
.testimonials .row{
  padding: 0px !important;
}
.testimonial-heading {
  font-size: 1rem;
  line-height: 1.30;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 1rem 0rem !important;
}
.image-box{
  padding: 11px 7px !important;
}
.image-box img{
  height: 217px !important;
}
.testimonial-image {
  width: 74px;
  height: 71px;

}
.rev-r {
  justify-content: start !important;
 
}
@media (min-width: 425px) and (max-width: 768px) {
  .testimonial-image {
    width: 28% !important;
    
  
  }
  .apple{
    padding: 0px 0.6rem !important;
  }
  .rev-r {
    justify-content: start !important;
   
  }
  .testimonial-image {
    /* width: 74px; */
    height: 88px !important;
  
  }
  .list-icon{
    padding: 0px 4px !important;
  }
}

.testimonial-item {
 
  margin: 0rem 0rem;
}
.service-heading{
  font-size: 1.3rem !important;
  
}

.icon-box h5 {
  font-size: 1.8rem !important;
}

.main-heading {
  font-weight: 600;
  font-size: 1.8rem;
  padding: 14px 14px !important;
  margin-top: 3rem !important;
}
.content-1 {
  position: absolute;
  bottom: 1rem !important;
  left: 1rem !important;
}
.content-1 h1 {
  
  font-size: 2rem !important;
  
}

}


@media (min-width: 425px) and (max-width: 768px) {
  .icon-box-six{
    display: flex;
    flex-direction: column !important;
    align-items: start !important;
    padding: 15px  18px !important;
  }
  .apple{
    padding: 0px 0.6rem !important;
  }
  .icon-box-six h5 {
    font-size: 1.8rem !important;
    padding-bottom: 12px;
}
.icon-box-six img {
  width: 80px !important;
  height: 80px !important;
}
.content-1 {
  position: absolute;
  bottom: 1.5rem !important;
  left: 1.5rem !important;
}
.content-1 h1 {
  
  font-size: 2.5rem !important;
  
}
}
@media screen and (max-width: 425px) {
  .icon-box-six img {
    width: 56px !important;
    height: 56px !important;
  }
}

@media screen and (max-width: 425px) {
  .ribbon-icon{
max-width: 33px !important;
  }
 
  .ribbons{
    padding: 0px 10px !important;
  }
  .ribbon-heading{
    font-size: 1rem !important;
    margin: 0px 0px !important;
  }
  .final-heading{
    padding-bottom: 0px !important;
  }
  .gradient-section {
    padding: 0px 0px !important;
  }
  .gradient-column{
    padding: 27px 15px !important;
    margin-bottom: 15px !important;
  }
  .gradient-column h5{
    font-size: 1.3rem !important;
  }
  .centered-section h2 {
    font-size: 1.5rem !important;
  }
  .centered-section h5 {
    font-size: 1.12rem !important;
  }
  .centered-section img {
    margin-top: 3rem !important;
    width: 60px !important;
  }
  .call-btnbottom {
    padding: 10px 40px !important;
  }
  .faq-heading {
   
    font-size: 1.6rem;
    
}
.toggle-icon {
  width: 24px !important;
  height: 19px !important;

}
.faq-question {
  font-size: 1rem !important;

}
.center-section{
  height: 7vh !important;
}
.ft-logo{
  width: 175px !important;
  height: auto !important;
  margin: 10px auto 25px !important;
  display: block !important;
}
}
@media screen and (max-width: 375px) {
  .icon-box-six h5{
    font-size: 1.3rem !important;
  }
}

@media screen and (max-width: 320px) {
  
        .mobile-reverse-1 .big-1 {
            margin-left: -3rem !important;
        }
        @media screen and (max-width: 320px) {
          .step-3 .special {
              margin-left: -52px !important;
          }
          
        }
          @media screen and (max-width: 320px) {
      
                .testimonial-image {
                    /* width: 74px; */
                    height: 55px !important;
                }
            }
        }
      
        @media (min-width: 427px) and (max-width: 768px) {


          .testimonial-heading {
          
            padding: 0rem 5rem !important;
          }
          .call-btn{
            padding: 11px 25px !important;
          }
          .plan-btn
        {
           padding: 10px 25px !important;
           margin-top: 5px;
          }
          .icon-box h5 {
            font-size: 1.8rem !important;
          }
          .image-box{
            padding: 6px !important;
          }
          .image-box img{
            height: 135px !important;
          }
          .plan-btn-2{
            padding: 10px 27px !important;
          }
          .icon-box-six h5{
            font-size: 1.6rem !important;
          }
          .icon-box-six{
            padding: 16px !important;
          }
          .icon-box p{
            font-size: 0.8rem !important;
          }
          .icon-box h5 {
            font-size: 1.5rem !important;
        }
        .service-heading {
          font-size: 1rem !important;
        }
        .ribbon-heading{
          font-size: 1.5rem !important;
          margin: 0px 0px !important;
        }
        .main-heading {
         
          padding: 0px 20px !important;
         

        }
        .gradient-column h5 {
          font-size: 1.5rem !important;
        }
        .gradient-column  {
         padding: 25px 35px !important;
        }
        .carousel-item .col-md-3{
          padding: 5px !important;
        }
        .step-1{
          flex-direction: row-reverse !important;
        }
        .mobile-reverse {
          justify-content: start !important;
      }
    
    .step-3 .justify-content-end{
      justify-content: start !important;
    }
    .mobile-reverse-1 .big-1 {
      margin-left: -4rem !important;
  }
  .step-3 .special {
    margin-left: -71px !important;
}
.line{
  font-size: 1.5rem !important;
}

.hero-heading {

  font-size: 2.6rem;

  margin-top: 4rem;
}
.hero-subheading {

  font-size: 2rem;
}
.big-number {
  font-size: 7.2057rem;
}

@media screen and (max-width: 375px) {

.testimonial-heading {
          
  padding: 1rem 2rem !important;
}
.image-box img{
  height: 208px !important;
}
} 
        }
        @media (min-width: 768px) and (max-width: 1450px) {
          .rev-r{
            justify-content: start !important;
          }
          .apple{
            padding: 0px 0.6rem !important;
          }
        }
 @media (min-width: 500px) and (max-width: 768px) {

  .post-card img{
    height: 163px !important;
  }
.big-1{
  margin-left: -4rem !important;
}
  .testimonial-heading {
  
    padding: 0rem 2rem !important;
    font-size: 1.3rem !important;
    margin-bottom: 0.5rem !important;
  }
  .carousel-item img {
    width: 17%;
}

  .call-btn{
    padding: 11px 25px !important;
  }
  .plan-btn
{
   padding: 10px 25px !important;
   margin-top: 5px;
  }
  .icon-box h5 {
    font-size: 1.2rem !important;
  }
  .image-box{
    padding: 10px !important;
  }
  .image-box img{
    height: 200px !important;
  }
  .plan-btn-2{
    padding: 10px 27px !important;
  }
  .icon-box-six h5{
    font-size: 1.2rem !important;
  }
  .icon-box-six{
    padding: 16px !important;
  }
  .icon-box p{
    font-size: 0.8rem !important;
  }
  .icon-box h5 {
    font-size: 1.3rem !important;
}
  .icon-box-six img {
    width: 70px !important;
    height: 50px !important;
}
.service-heading {
  font-size: 1.4rem !important;
}
.ribbon-heading{
  font-size: 1.5rem !important;
  margin: 0px 0px !important;
}
.main-heading {
 
  padding: 0px 10px !important;
 

}
.gradient-column h5 {
  font-size: 1.5rem !important;
}
.gradient-column  {
 padding: 25px 35px !important;
 margin-bottom: 1rem !important;
}
.carousel-item .col-md-3{
  padding: 5px !important;
}
.step-1{
  flex-direction: row-reverse !important;
}
.mobile-reverse {
  justify-content: start !important;
}

.step-3 .justify-content-end{
justify-content: start !important;
}
.mobile-reverse-1 .big-1 {
margin-left: -4rem !important;
}
.step-3 .special {
margin-left: -71px !important;
}
.line{
font-size: 1rem !important;
}

.hero-heading {

font-size: 4rem;

margin-top: 4rem;
}
.hero-subheading {

font-size: 1rem;
}
.big-number {
font-size: 5.2057rem;
}
} 




.step-section {
  text-align: center;
  padding: 20px;
}
.step-number {
  font-size: 2.5rem;
  font-weight: bold;
}
.step-icon {
  font-size: 3rem;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .big-screen {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .small-screen {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hero-section {
    position: relative;
    text-align: center;
  }
  .post-card img{
    height: 163px !important;
  }

  .animation-placeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.7; /* Adjust opacity for better readability */
    width: 100%;
    max-width: 500px; /* Adjust size as needed */
  }

  .animation-placeholder img {
    width: 100%;
    height: auto;
  }

  .hero-heading,
  .hero-subheading {
    position: relative;
    z-index: 2;
  }

  .call-btn {
    position: relative;
    z-index: 2;
  }
}






.post-card {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  text-align: start;
}
.post-card:hover {
  transform: translateY(-5px);
}
.post-card .btn-primary {
background-image: linear-gradient(to right, #0400CE, #8310AC) !important;
border-radius: 980px !important;
}
.post-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 6px;
  padding-bottom: 20px !important;
}
@media (min-width: 768px) and (max-width: 1600px) {
  .d-md-block{
    margin-top: 6.9rem !important;
  }

}
@media (max-width: 768px) {


  .new_image_carousel .main-heading {
    margin-top: 0px !important;
    padding-left: 0 !important;
  }

  .new_image_carousel {
    padding: 20px 24px;
    padding-bottom: 30px;
  }

  .why_choose_section_headings p {
    max-width: 100%;
    font-size: 24px;
  }

  .why_choose_section {
    padding: 40px 10px;
  }

  .why_choose_boxes_img {
    height: 50px;
    width: 50px;
  }

  .why_choose_boxes_img img {
    max-width: 30px;
  }

  .why_choose_boxes {
    margin: 0;
    margin-bottom: 20px;
    padding: 15PX;
  }

  .why_choose_boxes p,
  .new_slider_main p {
    font-size: 1rem;
  }

  .new_slider_main_img img {
    max-width: 50px !important;
  }

  .new_slider_main h4 {
    font-size: 28px;
  }

  .new_slider_main {
    min-height: 350px;
  }
}
