@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Montserrat", sans-serif !important;
}

/* Animation */

@keyframes slide {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-5px, -5px);
  }
  50% {
    transform: translate(5px, 5px);
  }
  75% {
    transform: translate(-5px, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@media (min-width: 992px) {
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
}


/* Slide In Animation */
.slide-in {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out; 
}

.slide-in.show-animation {
  transform: translateY(0);
  opacity: 1;
}

/* Zoom In Animation */
.zoom-in {
  transform: scale(0.2); 
  opacity: 0; 
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.zoom-in.show-animation {
  transform: scale(1); 
  opacity: 1;
}

/* Slide in left Animation */
.slide-in-left {
  transform: translateX(-100%); 
  opacity: 0; 
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.slide-in-left.show-animation {
  transform: translateX(0); 
  opacity: 1; 
}






/* Animation End */

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  background-color: #12151c;
}

::-webkit-scrollbar-thumb {
  background-color: #02a8eb;
  border-radius: 50px;
}

.gradientEffect {
  background: linear-gradient(30deg, #21c5fb, #6246ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.container-fluid {
  max-width: 2000px; 
  margin: 0 auto;
}

/* Hero Section */

.hero-section {
  position: relative;
  height: auto;
  background-image: url("images/Heroimage.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  color: white;
  padding-bottom: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
  z-index: 1;
}

.hero-section .container-fluid {
  padding-bottom: 0;
}

.hero-section .hero-content {
  z-index: 2;
}



.navbar-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  align-items: center;
}

.navbar-content .actions {
  margin-left: 50px;
}

.navbar-content .actions i {
  font-size: 35px;
  padding-right: 20px;
  color: #21c5fb;
}

.navbar-content .actions h5 {
  font-size: 15px;
  font-weight: 600;
}

.navbar-content .actions p {
  font-size: 16px;
 
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  padding-top: 20px;
}

.hero-content h1 {
  font-size: 80px;
  font-weight: 700;
}

.hero-content .pricing {
  align-items: center;
}

.hero-content .pricing .text {
  font-size: 25px;
}

.hero-content .pricing .currency {
  font-size: 55px;
  font-weight: 800;
}

.hero-content .pricing .amount {
  padding-left: 50px;
  font-size: 95px;
  font-weight: 800;
}

.hero-content .key-values {
  padding-left: 60px;
  padding-right: 60px;
}

.hero-content .key-values p {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}

.hero-content .borderLine {
  border-right: 1px solid #21c5fb;
}

.hero-content .rating {
  margin-top: 30px;
}

.hero-content .rating p {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
}

.heroMan {
  position: absolute;
  bottom: 0;
  z-index: 2;
  max-width: 50%;
  height: auto;
  margin-left: -50px;
}

.call-back-card {
  background-color: white;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: #333;
  margin-top: 20px;
  z-index: 3;
  position: relative;
  width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.call-back-card h3 {
  font-size: 35px;
  font-weight: 600;
}

.call-back-card input {
  border: 1px solid #ccc;
  box-shadow: none;
  height: 55px;
  font-size: 13px;
  border-radius: 10px;
}

.call-back-card input:focus {
  box-shadow: none;
  border: 1px solid #21c5fb;
}

.call-back-card .iti {
  width: 100%;
}

.call-back-card .iti .iti__country-list {
  width: 360px;
}

.call-back-card p {
  font-size: 13px;
}

.call-back-card button {
  margin-top: 15px;
  width: 100%;
  padding: 12px;
  background-color: #21c5fb;
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

/* Header Section End */

/* Select Business Section */

.selectBusiness {
  padding-top: 150px;
}

.selectBusiness .leftSec h1 {
  font-size: 70px;
  font-weight: 700;
  color: #12151c;
}

.selectBusiness .leftSec .carouselBtn {
  border: 0.5px solid #ccc;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  margin: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.selectBusiness .leftSec .card {
  border-radius: 50px;
  border: none;
}

.selectBusiness .logoBrands .brands {
  margin-top: 50px;
  background-color: #f0f5fc;
  border-radius: 50px;
  width: 100%;
  height: 70px;
  padding: 10px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.selectBusiness .partnersTitle h1{
  font-size: 70px;
  font-weight: 700;
  color: #12151c;
}

.selectBusiness .logoBrands .brands img {
  filter: grayscale(100%);
  height: 40px;
  margin: 0 50px;
}

.selectBusiness .logoBrands .brands img:hover {
  filter: grayscale(0%);
  transition: 0.3s ease;
}

.selectBusiness .leftSec .carousel {
  margin-top: 60px;
  width: 650px;
}

.selectBusiness .leftSec .carousel-item .card-img {
  object-fit: cover;
  height: 650px;
  width: 100%;
  border-radius: 40px;
}

.selectBusiness .leftSec .card-img-overlay .companyLogo{
  text-align: start;
}

.selectBusiness .leftSec .card-img-overlay .companyLogo img{
  width: 30%;
}

.selectBusiness .leftSec .card-img-overlay h5 {
  font-size: 50px;
  font-weight: 700;
  color: #061d5c;
  margin-top: 50px;
  text-align: end;
}

.selectBusiness .leftSec .card-img-overlay .businessSetCard {
  background: linear-gradient(45deg, #02a8eb, #014383);
  width: 50% !important;
  height: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center; 
  justify-content: end; 
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis; 
}

.selectBusiness .leftSec .card-img-overlay .businessSetCard p {
  font-size: 20px; 
  color: #fff;
  padding-right: 10px;
  font-weight: 600;
  line-height: 1; 
  margin: 0; 
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.selectBusiness .leftSec .card-img-overlay .logoPrice .price .packageText {
  border: 1px solid #02a8eb;
  width: 180px;
  height: 50px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.selectBusiness .leftSec .card-img-overlay .logoPrice .price .packageText p {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding-top: 15px;
  padding-left: 5px;
}

.selectBusiness .leftSec .card-img-overlay .logoPrice .price .priceText {
  background: linear-gradient(45deg, #02a8eb, #014383);
  width: 200px;
  height: 50px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.selectBusiness .leftSec .card-img-overlay .logoPrice .price .priceText h5 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  padding-right: 10px;
  margin-top: 10px !important;
}

.selectBusiness .leftSec .card-img-overlay .carouselKMBtn{
  background-color: #fff;
  color: #06070a;
  border: none;
  height: 50px;
  font-weight: 700;
}

.selectBusiness .rightSec .card {
  border: none;
  border-radius: 50px;
  background-color: #f0f5fc;
}

.selectBusiness .rightSec .card h5 {
  font-size: 30px;
  font-weight: 600;
  color: #12151c;
}

.selectBusiness .rightSec .card .link {
  font-size: 20px;
  color: #12151c;
  text-decoration: none;
}

.selectBusiness .rightSec .card1 {
  height: 500px;
}

.selectBusiness .rightSec .card1 img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.selectBusiness .rightSec .card2 {
  margin-top: 120px;
  height: 250px;
}

.selectBusiness .rightSec .card2 .img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}

.selectBusiness .rightSec .card2 .col-md-4 {
  height: 100%;
  display: flex;
  justify-content: center;
}

/* Select Business Section End */

/* Benfits Section Start */

.benifitSec{
  padding-top: 0px;
}

.benifitSec h1{
  font-size: 60px;
  font-weight: 700;
  color: #12151c;
}

.benifitSec .benefit-card {
  border-radius: 50px;
  background-color: #f0f5fc;
  padding: 15px 15px 15px 0px;
  align-items: center;
  margin: 20px;
  height: 90px;
}

.benifitSec .benefit-card:hover {
  background-color: #12151c;
  transition: 0.3s ease;
}

.benifitSec .benefit-card:hover .benefit-text {
  color: #fff;
}

.benifitSec .benefit-card  .benefit-icon {
  background-color: #d6f3f7;
  color: #02a8eb;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}

.benifitSec .benefit-card  .benefit-icon i{
  font-size: 35px;
}

.benifitSec .benefit-card .benefit-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #12151c;
}

/* Benifits Section End */

/* Steps Section */

.stepsSec {
  padding: 150px;
}

.stepsSec h1 {
  font-size: 68px;
  font-weight: 700;
  color: #12151c;
}

.stepsSec .steps-container {
  margin-top: 130px;
  background-color: #f0f5fc;
  border-radius: 50px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  
}



.stepsSec .steps-card {
  width: 24%;
  min-height: 100px;
  padding: 30px;
  border-radius: 60px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 270px;
}




.stepsSec .steps-card .icon {
  margin-bottom: 20px;
}

.stepsSec .steps-card img {
  width: 80px;
  height: auto;
  margin-bottom: 20px; 
}

.stepsSec .steps-card h5 {
  font-size: 30px;
  font-weight: 700;
  color: #12151c;
  margin: 10px 0; 
}

.stepsSec .steps-card p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0; 
}

.stepsSec .steps-card:hover {
  animation: slide 0.5s ease;
  background-color: #12151c;
  transition: 0.3s ease;
}

.stepsSec .steps-card:hover h5,
.stepsSec .steps-card:hover p {
  color: #fff;
  opacity: 90%;
}

.headSec h1 {
  font-size: 68px;
  font-weight: 700;
  color: #12151c;
}

.headSec {
  padding: 50px;
  background-color: #f0f5fc;
}



/* Steps Section End */

/* Package Section */

.package {
  padding: 20px;
}

.package h1 {
  font-size: 68px;
  font-weight: 700;
  color: #12151c;
}

.package .steps-container {
  margin-top: 130px;
  background-color: #f0f5fc;
  border-radius: 50px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 50px;
}

.package .pack-card {
  width: 22%;
  min-height: 320px;
  padding: 30px;
  border-radius: 60px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}

.package .pack-card .icon {
  margin-bottom: 20px;
}

.package .pack-card img {
  width: 80px;
  height: auto;
  margin-bottom: 20px; 
}

.package .pack-card h5 {
  font-size: 26px;
  font-weight: 700;
  color: #12151c;
  margin: 10px 0; 
}

.package .pack-card p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0; 
}

.pack-content {
  text-align: center;
   margin-bottom: 20px;
}

.pack-price {
  font-size: 20px;
  font-weight: 600;
}
/* Package Section End */

/* Features Section */

.featuresSecMain {
  padding-bottom: 0;
  background-color: #f0f5fc;
  background-image: url("images/feature-shape.webp");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 50%;
}

.featuresSec .person {
  display: flex;
  align-items: flex-end;
}

.featuresSec .person-img {
  width: 75%;
  height: auto;
  margin: 0;
  padding: 0;
}

.featuresSec .details {
  margin-top: 110px;
}

.featuresSec .details h2 {
  color: #12151c;
  font-size: 70px;
  font-weight: 700;
}

.featuresSec .details ul li {
  font-size: 25px;
  color: #12151c;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 25px;
}

.featuresSec .details ul li i {
  color: #21c5fb;
  font-size: 30px;
  margin-right: 20px;
}

/* Features Section End */

/* Team Section */

.team {
  background-color: aliceblue;
  padding: 50px !important;
  border-radius: 50px;
}

/* Team Section End */

/* Clients Section */

.clients {
  padding: 0px;
}

.clients h3 {
  color: #21c5fb;
  font-size: 20px;
  letter-spacing: 5px;
  word-spacing: 10px;
}

.clients h1 {
  font-size: 66px;
  font-weight: 700;
  color: #12151c;
}

.clients .divider {
  width: 200px;
  height: 5px;
  background: linear-gradient(45deg, #21c5fb, #6246ea);
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.clients p {
  font-size: 18px;
  opacity: 70%;
}

.clients .client-logo {
  text-align: center;
  height: 150px;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}

.clients .client-logo img {
  width: 60%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  transition: transform 0.5s ease;
}

.clients .client-logo img:hover {
  filter: grayscale(0%);
  transform: scale(1.3);
}

/* Clients Section End */


/* Mobile responsiveness */
@media only screen and (max-width: 768px) {
  .whyChooseMain {
    background-size: 60%;      /* Adjust to a more suitable scale */
    background-position: top left; /* Better alignment */
    padding-left: 15px;        /* Less padding for small screens */
  }
  
  .splide__arrow splide__arrow--prev {
      visibility:hidden;
  }
  
  
}

@media only screen and (max-width: 576px) {
  .whyChooseMain {
    background-size: 100px;    /* Fixed size for very small screens */
    background-position: top left;
    padding-left: 10px;
  }

  .splide {
    flex: 0 0 243px;
    min-width: 0;
    max-width: 1150px;
  }


}

/* Why Choose Us Section */

.whyChooseMain {
  background-color: #f0f5fc;
  background-image: url("images/feature-shaper.webp");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 35%;
  padding-left: 30px; 

}

.whyChoose{
  padding: 45px;
}

.whyChoose h1 {
  color: #12151c;
  font-size: 60px;
  font-weight: 700;
}

.whyChoose p {
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
  width: 95%;
  color: #12151c;
}

.whyChoose .video-container {
  position: relative;
  width: 80%;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

.whyChoose .video-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50px;
}

.whyChoose .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  color: #21c5fb;
}

.whyChoose .video-embed {
  width: 100%;
  height: 100%;
}

.whyChoose .video-embed iframe {
  width: 100%;
  height: 450px;
  border-radius: 50px;
}

/* Why Choose Us Section End */

/* Reviews Section Start*/

.review {
  padding-top: -20px;
  padding-bottom: 0px;
}

.review .titleSec {
  margin-top: 5px;
  text-align: center;
  
}

.review .titleSec h1 {
  color: #12151c;
  font-size: 70px;
  font-weight: 700;
}

.review .titleSec h1 span {
  font-weight: 700;
}

.review .titleSec .carouselBtn {
  margin-top: 20px;
  border: 0.5px solid #ccc;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review .titleSec .carouselBtn i {
  font-size: 25px;
  color: #06070a;
}

.review .reviewSec .card {
  border: none;
  width: 80%;
}

.review .reviewSec .card .card-body {
  width: 100% !important;
}

.review .reviewSec .card .card-body .quote {
  margin-left: -30px;
  font-size: 70px;
  color: #21c5fb;
}

.carousel-item .card .card-body .quote-right {
  position: absolute;
  right: 0;        
  bottom: 10px;      
  font-size: 70px;   
}

.review .reviewSec .card .card-body p {
  font-size: 18px;
  color: #12151c;
  font-weight: 500;
}

.review .reviewSec .card .card-body .clientImg {
  position: relative;
}

.review .reviewSec .card .card-body .clientImg img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.review .reviewSec .card .card-body .clientImg .icon-overlay {
  position: absolute;
  bottom: 5px;
  right: 0px;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
}

.review .reviewSec .card .card-body .clientImg .icon-overlay img {
  width: 25px;
  height: 25px;
}

.review .reviewSec .card .card-body .clientDetails {
  margin-left: 20px;
}

.review .reviewSec .card .card-body .clientDetails h6 {
  font-size: 20px;
  font-weight: 700;
}

.review .reviewSec .card .card-body .clientDetails p {
  font-size: 13px;
}

.review .reviewSec .card .card-body .clientDetails .star-rating {
  color: gold;
  font-size: 18px;
}

/* Reviews Section End */

/* Footer Section */

.footer {
  position: relative;
  background: url("images/Footer_Background.webp") no-repeat center center/cover;
  padding: 50px;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9));
  z-index: 1;
}

.footer .callForm {
  z-index: 2;
}

.footer .callForm h6 {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
}

.footer .callForm input {
  background-color: transparent;
  border: 1px solid #ccc;
  box-shadow: none;
  height: 55px;
  font-size: 13px;
  border-radius: 10px;
  color: #ccc !important;
}

.footer .callForm input::placeholder {
  color: #ccc;
}

.footer .callForm input:focus {
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #21c5fb;
}

.footer .callForm button,
.footer .callForm button:hover,
.footer .callForm button:focus {
  margin-top: 15px;
  width: 100%;
  padding: 12px;
  background-color: #21c5fb;
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.footer .callForm .iti {
  width: 100%;
}

.footer .address {
  padding-left: 80px;
  padding-right: 80px;
  z-index: 2;
}

.footer .address i {
  color: #fff;
  font-size: 20px;
}

.footer .address h6 {
  color: #21c5fb;
  font-weight: 700;
  font-size: 20px;
}

.footer .address p {
  color: #fff;
  opacity: 60%;
}

.footer .map {
  z-index: 2;
}

.footer .map iframe {
  width: 80%;
  height: 400px;
  border-radius: 30px;
}

.copyright {
  padding: 20px;
  font-weight: 500;
  background-color: #12151c;
  color: #fff;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  box-shadow: 0 0 5px #25d366, 0 0 10px #25d366, 0 0 15px #25d366;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease;
  animation: bounce 2s infinite;
}

.whatsapp-float:hover {
  box-shadow: 0 0 15px #25d366, 0 0 20px #25d366, 0 0 25px #25d366;
  transform: scale(1.1);
}

.whatsapp-float .my-float {
  margin-top: 16px;
}


.call-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 140px;
  right: 40px;
  background-color: #21c5fb;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  box-shadow: 0 0 5px #21c5fb, 0 0 10px #21c5fb, 0 0 15px #21c5fb;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease;
  animation: bounce 2s infinite;
}

.call-float:hover {
  box-shadow: 0 0 15px #21c5fb, 0 0 20px #21c5fb, 0 0 25px #21c5fb;
  transform: scale(1.1);
}

.call-float .my-float {
  margin-top: 16px;
}



.modal-content{
  background-color: white;
  border-radius: 30px !important;
}

.modal-content h3 {
  font-size: 35px;
  font-weight: 600;
}

.modal-content input {
  border: 1px solid #ccc;
  box-shadow: none;
  height: 55px;
  font-size: 13px;
  border-radius: 10px;
}

.modal-content input:focus {
  box-shadow: none;
  border: 1px solid #21c5fb;
}

.modal-content .iti {
  width: 100%;
}

.modal-content .iti .iti__country-list {
  width: 360px;
}

.modal-content p {
  font-size: 13px;
}

.modal-content .callBtn {
  margin-top: 15px;
  width: 100%;
  padding: 12px;
  background-color: #21c5fb;
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
  }
  40% {
      transform: translateY(-10px);
  }
  60% {
      transform: translateY(-5px);
  }
}

/* Footer Section End */

/* Responsive */

/* Responsive for Hero Section */

@media (max-width: 2000px) {
  .hero-content h1 {
    font-size: 70px;
  }

  .heroMan img {
    width: 75% !important;
  }

  .hero-content .key-values {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-content .key-values p{
    font-size: 13px;
    line-height: 15px;
  }
}

@media (max-width: 1770px) {
  .hero-content h1 {
    font-size: 55px;
  }
}

@media (max-width: 1440px) {
  .hero-content h1 {
    font-size: 50px;
  }

  .hero-lady img{
    width: 65%;
  }

  .hero-content .key-values {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-content .key-values p {
    font-size: 13px;
  }

  .hero-content .rating img {
    width: 300px;
  }

  .selectBusiness .leftSec h1 {
    font-size: 55px;
  }

 .headSec h1 {
    font-size: 55px;
  }
  .selectBusiness .partnersTitle h1{
    font-size: 55px;
  }

  .selectBusiness .leftSec .carousel {
    margin-top: 30px;
    width: 90%;
  } 

  .selectBusiness .leftSec .carouselBtn {
    width: 45px;
    height: 45px;
    margin: 20px;
  }

  .selectBusiness .leftSec .carousel {
    width: 600px;
  }

  .selectBusiness .rightSec .card h5 {
    font-size: 25px;
  }
  
  .selectBusiness .rightSec .card .link {
    font-size: 15px;
  }

  .selectBusiness .rightSec .card1 {
    margin-top: 50px;
  }

  .selectBusiness .rightSec .card2 {
    margin-top: 50px;
  }

  .stepsSec h1 {
    font-size: 55px;
  }

  .stepsSec .steps-card h5 {
    font-size: 25px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    
  }
  
  .stepsSec .steps-card p {
    font-size: 13px;
  }

  .featuresSec .person-img {
    width: 100%;
    
  }

  .featuresSec .details h2 {
    font-size: 55px;
  }

  .clients h1 {
    font-size: 55px;
  }

  .whyChoose h1 {
    font-size: 55px;
  }

  .whyChoose p {
    font-size: 20px;
    line-height: 30px;
  }

  .review .titleSec h1 {
    font-size: 55px;
  }
}

@media (max-width: 1385px){
  .hero-content h1 {
    font-size: 40px;
  }

  .hero-content .key-values img{
    width: 50px;
  }

  .hero-content .key-values p{
    font-size: 10px;
    line-height: 15px;
  }
  
  .hero-content .pricing .text {
    font-size: 18px;
  }
  
  .hero-content .pricing .currency {
    font-size: 40px;
  }
  
  .hero-content .pricing .amount {
    padding-left: 25px;
    font-size: 70px;
  }

  .hero-content .rating img {
    width: 250px;
  }

  .hero-content .rating p {
    font-size: 15px;
  }

  .heroMan {
    width: 35%;
    margin-left: -50px;
  }

.call-back-card {
    margin-top: 0px !important;
  }
}

@media (max-width: 1080px) {
  .hero-content h1 {
    font-size: 45px;
  }

  .hero-content .key-values img{
    width: 50px;
  }

  .hero-content .key-values p{
    font-size: 10px;
    line-height: 15px;
  }
  
  .hero-content .pricing .text {
    font-size: 20px;
  }
  
  .hero-content .pricing .currency {
    font-size: 50px;
  }
  
  .hero-content .pricing .amount {
    font-size: 80px;
  }

  .hero-content .rating img {
    width: 250px;
  }

  .hero-content .rating p {
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  .hero-lady {
    display: none !important;
  }

  .hero-content-column{
    width: 55% !important;
  }

  .call-back-column{
    width: 45% !important;
  }

  .call-back-card{
    margin-top:50px;
  }

  .selectBusiness .leftSec .carouselBtn {
    display: none;
  }
  
}

@media (max-width: 992px) {
  .hero-content-column{
    width: 100% !important;
  }

  .call-back-column{
    width: 100% !important;
  }

  .hero-content h1 {
    text-align: center;
    font-size: 60px;
  }

  .hero-content .pricing {
    justify-content: center !important;
  }

  .hero-content .keyValues {
    justify-content: center !important;
  }

  .hero-content .rating {
    text-align: center;
  }

  .selectBusiness {
    padding-top: 100px;
  }
  
  .selectBusiness .leftSec h1 {
    text-align: center;
    font-size: 50px;
  }
  
    .headSec h1 {
    text-align: center;
    font-size: 50px;
  }

  .selectBusiness .partnersTitle h1{
    text-align: center;
    font-size: 50px;
  }

  .selectBusiness .leftSec .carousel {
    margin-top: 30px;
    width: 100%;
  } 
  
  .selectBusiness .rightSec .card1 {
    margin-top: 50px;
  }

  .selectBusiness .rightSec .card2 {
    margin-top: 50px;
  }

  .benifitSec h1{
    font-size: 50px;
    text-align: center;
  }

  .benifitSec p{
    text-align: center;
    margin-bottom: 50px;
  }

  .stepsSec {
    padding: 100px;
  }

  .stepsSec h1 {
    font-size: 50px;
  }

  .stepsSec .steps-container {
    flex-direction: column;
    align-items: center;
  }

  .stepsSec .steps-card {
    width: 100%;
    margin-bottom: 50px;
  }

  .stepsSec .steps-card h5 {
    font-size: 35px;
    font-weight: 700;
    color: #12151c;
    margin: 3px 0; 
  }
  
  .stepsSec .steps-card p {
    font-size: 16px;
    line-height: 1.4;
    margin: 0; 
  }

  .featuresSec {
    padding: 100px;
  }

  .featuresSec .details {
    margin-top: 0px;
  }

  .featuresSec .details h2 {
    font-size: 50px;
  }
  
  .featuresSec .details ul li {
    font-size: 20px;
  }

  .clients {
    padding: 50px;
  }
  
  .clients h1 {
    font-size: 50px;
    text-align: center;
  }
  
  .clients .divider {
    margin-left: auto;
    margin-right: auto;
  }
  
  .clients p {
    text-align: center;
  }
  
  .clients .client-logo {
    text-align: center;
    height: 200px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .clients .client-logo img {
    width: 70%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }
  
  .clients .client-logo img:hover {
    filter: grayscale(0%);
  }

  .whyChoose {
    padding: 100px;
  }

  .whyChoose h1 {
    font-size: 50px;
  }

  .whyChoose p {
    font-size: 20px;
    line-height: 30px;
  }

  .whyChoose .video-container {
    margin-top: 50px;
  }

  .review {
    padding: 100px;
  }
  
  .review .titleSec {
    margin-top: 0px;
  }
  
  .review .titleSec h1 {
    font-size: 50px;
    text-align: center;
  }
  
  .review .titleSec p{
    text-align: center;
  }

  .review .titleSec .buttons{
    justify-content: center !important;
    width: 100%;
  }
  
  .review .titleSec .carouselBtn i {
    font-size: 20px;
  }
  
  .review .reviewSec .card {
    width: 100%;
  }
  
  .review .reviewSec .card .card-body {
    width: 100% !important;
  }
  
  .review .reviewSec .card .card-body .quote {
    margin-left: 0px;
  }
  
  .review .reviewSec .card .card-body p {
    font-size: 15px
  }
  
  .review .reviewSec .card .card-body .clientImg {
    position: relative;
  }
  
  .review .reviewSec .card .card-body .clientImg img {
    width: 60px;
    height: 60px;
  }

  .review .reviewSec .card .card-body .clientImg .icon-overlay {
    bottom: 10px;
  }
  
  .review .reviewSec .card .card-body .clientImg .icon-overlay img {
    width: 25px;
    height: 25px;
  }
  
  .review .reviewSec .card .card-body .clientDetails h6 {
    font-size: 20px;
  }
  
  .review .reviewSec .card .card-body .clientDetails p {
    font-size: 10px;
  }
}


@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 60px;
  }

  .selectBusiness .leftSec .carousel-item .card-img {
    height: 500px;
    width: 100%;
  }
  
  .selectBusiness .leftSec .card-img-overlay h5 {
    font-size: 40px;
  }

  .selectBusiness .leftSec .card-img-overlay .logoPrice .price .packageText {
    border: 1px solid #02a8eb;
    width: 130px;
    height: 40px;
  }

  .selectBusiness .leftSec .card-img-overlay .logoPrice img {
    width: 50%;
  }
  
  .selectBusiness .leftSec .card-img-overlay .logoPrice .price .packageText p {
    margin-top: -8px;
    font-size: 13px;
  }
  
  .selectBusiness .leftSec .card-img-overlay .logoPrice .price .priceText {
    width: 150px;
    height: 40px;
  }
  
  .selectBusiness .leftSec .card-img-overlay .logoPrice .price .priceText h5 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
    
    .hero-content .rating img {
        width: 200px;
    }
    
  .navbar-content img{
    width: 300px;
  }

  .hero-content h1 {
    font-size: 35px;
    font-weight: 800;
  }

  .hero-content .pricing .text {
    font-size: 13px;
  }
  
  .hero-content .pricing .currency {
    font-size: 35px;
  }
  
  .hero-content .pricing .amount {
    font-size: 65px;
    padding-left: 20px;
  } 

  .hero-content .key-values {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .hero-content .key-values p {
    font-size: 13px;
    line-height: 20px;
  }
  
  .hero-content .borderLine {
    border-right: 1px solid #21c5fb;
  }
  
  .hero-content .rating {
    margin-top: 20px;
  }
  
  .hero-content .rating p {
    font-size: 13px;
  }

  .selectBusiness{
    padding-top: 30px;
    padding-left: 20px;
  }
  .slide-in.text-center.mb-5.show-animation{
      font-size: 30px !important;
      margin-top: 20px;
  }

  .selectBusiness .leftSec h1 {
    font-size: 30px;
  }
  
    .headSec h1 {
    font-size: 30px;
  }

  .selectBusiness .partnersTitle h1{
    font-size: 30px !important;
  }

  .selectBusiness .leftSec .carousel-item .card-img {
    height: 450px;
  }
  
  .selectBusiness .leftSec .card-img-overlay h5 {
    font-size: 30px;
  }
  
  .selectBusiness .leftSec .card-img-overlay .businessSetCard {
    width: 70% !important;
  }
  
  .selectBusiness .leftSec .card-img-overlay .logoPrice .price .packageText {
    width: 100px;
    height: 35px;
  }
  
  .selectBusiness .leftSec .card-img-overlay .logoPrice .price .packageText p {
    font-size: 10px;
    font-weight: 800;
  }
  
  .selectBusiness .leftSec .card-img-overlay .logoPrice .price .priceText {
    width: 100px;
    height: 35px;
  }
  
  .selectBusiness .leftSec .card-img-overlay .logoPrice .price .priceText h5 {
    margin-top: 8px !important;
    font-size: 15px;
  }
  
  .selectBusiness .rightSec .card {
    border: none;
    border-radius: 50px;
    background-color: #f0f5fc;
  }

  .benifitSec{
    padding-top: 0px;
  }

  .splide {
    flex: 0 0 243px !important;
  }

  .benifitSec h1{
    font-size: 30px;
    margin-top: 20px;
  
  }

  .benifitSec p{
    font-size: 13px;
  }
  
  .benifitSec .benefit-card {
    margin: 20px 0px 20px 0px;
  }

  .stepsSec h1 {
    font-size: 30px;
  }

  .stepsSec .steps-container{
    margin-top: 50px;
    padding: 20px;
  }

  .stepsSec .steps-card h5 {
    font-size: 30px;
  }

  .featuresSec {
    padding: 50px;
  }

  .featuresSec .details h2 {
    font-size: 30px;
  }

  .clients{
    padding: 50px;
  }

  .clients h1 {
    font-size: 30px;
  }

  .whyChoose {
    padding: 50px;
  }

  .whyChoose h1 {
    font-size: 30px;
    text-align: center;
  }

  .whyChoose p {
    font-size: 18px;
    line-height: 28px;
  }

  .review {
    padding: 20px;
  }

  .review .titleSec h1 {
    font-size: 30px;
  }

  .review .titleSec p{
    font-size: 15px;
  }

  .review .reviewSec .card .card-body .quote {
    font-size: 25px;
  }
  
  .carousel-item .card .card-body .quote-right { 
    font-size: 25px;   
  }
  
  
  .slide-in.text-center.pt-5.show-animation {
      font-size: 30px !important;
      margin-top:20px;
  }
  
  
  

  .footer{
    padding: 20px;
  }

  .footer .callForm h6 {
    font-size: 30px;
  }

  .footer .callForm input {
    height: 45px;
    font-size: 10px;
  }

  .footer .callForm button {
    font-size: 15px;
  }

  .footer .address {
    padding-left: 0px;
    padding-right: 0px;
  }

  .footer .address i {
    font-size: 15px;
  }

  .footer .address h6 {
    font-size: 15px;
  }

  .footer .map {
    padding-left: 0px;
    padding-right: 0px;
  }

  .footer .map iframe {
    width: 100%;
    height: 300px;
  }
    #faq > h1 {
    font-size: 30px !important;
  }
  
      .review .titleSec {
    margin-top: 30px;
  }
   
  

}


@media (max-width: 376px){
    
        .hero-content .rating img {
        width: 200px;
    }
    
    .review .titleSec {
    margin-top: 20px;
  }
        .stepsSec .steps-card h5 {
                    margin: -7px 0px;
            
        }
        h1.slide-in.text-center.pt-5.show-animation {
        margin-top: 20px;
        }
         .whyChoose h1 {
    text-align: center;
        }
              .review .titleSec {
    margin-top: 30px;
  }
  
  .benifitSec h1 {
 
    margin-top: 20px;
  }
}
