* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background-color: #f9f9f9;
}
/* <!-- =============header================= --> */
.topbar {
  background-color: rgba(20, 177, 254, 1);
  text-align: end !important;
  padding-right: 52px !important;
}
.navbar-toggler-icon {
  font-size: 2rem;
}
/* .navbar-toggler {
  border: 1px solid #14b1fe;
} */
.topbar img {
  width: 30px;
  height: 20px;
}
.container-info a {
  /* text-decoration: none; */
  font-family: "Montserrat";
  font-weight: 400;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-inline: 15px;
  color: #474747;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color:  rgba(20, 177, 254, 1) !important;
}

.sticky-navbar {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0;
    z-index: 999; /* Ensures it stays above other elements */
    background-color: white; /* Optional: Ensure it has a background */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow for visual effect */
}

.container-info img {
  margin-right: 36px !important;
}

/* <!-- =============navbar================= --> */
.nav-item a {
  font-size: 1.1rem;
  color: rgba(71, 71, 71, 1);
  font-family: monospace;
}
.navbar-button {
  background-color: rgba(20, 177, 254, 1);
  color: white !important;
  width: 171.19px;
  height: 63px;
  border-radius: 25px !important ;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
margin-left:20px

}
.navbar-button:hover {
  border: 2px solid  rgba(20, 177, 254, 1);
  background-color: transparent;
  color:  rgba(20, 177, 254, 1) !important;
}
.headerlogo img {
  width: 75px;
}
.footerlogo img {
  width: 100px;
}
.navbar-button:hover {
  background-color: white;
  color: rgba(20, 177, 254, 1);
}

.navbar-nav {
  margin-right: auto;
}

/* .navbar-button {
  margin-left: -204px;
} */



/* <!-- =============hero section================= --> */
.hero {
  background-image: url("../images/hero-section/background.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.right-section img {
  margin-top: 9rem;
}
.hero-heading {
  font-family: "Montserrat";
  font-size: 3.5rem;
  font-weight: 800;

  color: rgba(20, 177, 254, 1);
}
.hero-heading-span {
  font-family: "Montserrat";
  font-size: 3.1rem;
  font-weight: 800;
  color: rgba(20, 177, 254, 1);
}
.logo-img {
  width: 7rem;
}
.hero-para {
  color: rgba(20, 177, 254, 1);
  font-family: "montserrat";
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-right: 7.5rem;
}
.hero-button {
  background-color: rgba(82, 198, 69, 1);
  border-radius: 3rem;
  font-family: "montserrat";
  /* height: 3rem; */
font-size: 20px;
font-weight: 400;
line-height: 45px;
text-align: center;

border: 2px solid transparent;

}
.hero-button:hover {

    border: 2px solid  rgba(20, 177, 254, 1) ;
  background-color:transparent;
  color: rgba(20, 177, 254, 1) !important;
}



/* <!-- =============page 2================= --> */
.section-two {
  background: url("../images/section-2-imgs/section2-background.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 70% 100%;
  height: 890px;
}
.section2-heading {
  font-family: "Montserrat";
  font-size: 4rem;
  font-weight: 600;
  color: rgba(20, 177, 254, 1);
  padding-top: 4rem;
  padding-bottom: 3rem;
}
.section2-btn {
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2rem;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(20, 177, 254, 1);
  padding: 1rem 2rem;
  border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid transparent;
}
.section2-btn:hover {
    border: 2px solid rgba(20, 177, 254, 1);
    background-color: transparent;
    color: rgba(20, 177, 254, 1) !important;

}
.paso-heading h1 {
  font-family: "Montserrat";
  font-size: 2rem;
  font-weight: 700;
  color: rgba(20, 177, 254, 1);
}
.paso-heading p {
  font-family: "Montserrat";
  font-size: 1.1rem;
  font-weight: 600;
  color: #0000005e;
  margin-top: 0.4rem;
  margin-left: 1rem;
}
.sec2-label {
  font-family: Montserrat;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3rem;
  color: rgba(0, 0, 0, 0.37);
}
.sec2-input {
  background-color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(20, 177, 254, 1);
  height: 4rem;
  border-radius: 0.6rem;
}
.sec2-input::placeholder {
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.37);
}

.design-process-content {
  border: 1px solid #e9e9e9;
  position: relative;
  padding: 16px 34% 30px 30px;
}
.process-model {
  list-style: none;
  padding: 0;
  position: relative;
  max-width: 100%;
  margin: 20px auto 26px;
  border: none;
  z-index: 0;
  height: 2.1rem;
}
.process-model li.visited::after {
  background: #57b87b;
}
.process-model li:last-child::after {
  width: 0;
}
.nav-tabs {
  background-color: rgba(217, 217, 217, 1);
  border-radius: 15px;
}
.process-model li {
  display: inline-block;
  width: 30%;
  text-align: center;
  float: none;
  color: #474747;
}
/* page2 tabs css */
.nav-tabs.process-model > li.active > a,
.nav-tabs.process-model > li.active > a:hover,
.nav-tabs.process-model > li.active > a:focus,
.process-model li a:hover,
.process-model li a:focus {
  border: none;
  background: transparent;
}
.process-model li a {
  padding: 0;
  border: none;
  color: #606060;
}
.process-model li.active,
.process-model li.visited {
  color: #20bff1;
  background-color: #20bff1;
}
.process-model li.active:hover,
.process-model li.visited {
  background-color: #20bff1;
}
.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
  color: #20bff1;
  background-color: #20bff1 !important;
}
.process-model li.active p,
.process-model li.visited p {
  font-weight: 600;
}
.process-model li i {
  margin-left: 95% !important;
  overflow: hidden;
  display: block;
  height: 33px;
  width: 34px;
  text-align: center;
  margin: 0 auto;
  background: #f5f6f7;
  font-size: 30px;
  border-radius: 50%;
  padding-top: 1px;
}
.process-model li.active i,
.process-model li.visited i {
  background: #fff;
}
.process-model li p {
  font-size: 14px;
  margin-top: 11px;
}
.process-model.contact-us-tab li.visited a,
.process-model.contact-us-tab li.visited p {
  color: #606060 !important;
  font-weight: normal;
}
.process-model.contact-us-tab li::after {
  display: none;
}
.process-model.contact-us-tab li.visited i {
  border-color: #e5e5e5;
}

@media screen and (max-width: 560px) {
  .more-icon-preocess.process-model li span {
    font-size: 23px;
    height: 50px;
    line-height: 46px;
    width: 50px;
  }
  .more-icon-preocess.process-model li::after {
    top: 24px;
  }
}
@media screen and (max-width: 380px) {
  .process-model.more-icon-preocess li {
    width: 16%;
  }
  .more-icon-preocess.process-model li span {
    font-size: 16px;
    height: 35px;
    line-height: 32px;
    width: 35px;
  }
  .more-icon-preocess.process-model li p {
    font-size: 8px;
  }
  .more-icon-preocess.process-model li::after {
    top: 18px;
  }
  .process-model.more-icon-preocess {
    text-align: center;
  }
}

/* <!-- =============page 3================= --> */
.section-three {
  background-color: rgba(20, 177, 254, 1);
}

/* <!-- =============page 4================= --> */
.section-four-container {
  background: url("../images/section-4-imgs/offerbackgeound.png");
  width: 100%;
  background-size: 100% 100%;
  position: relative;
}
.right-heading {
  padding-right: 5rem;
  padding-top: 74px;
  font-family: "Montserrat";
  font-size: 55px;
  font-weight: 700 !important;
  line-height: 69.48px;

}

@media (max-width:1094px) {
  .right-heading {
        padding-top: 1px !important;

  }
}


.card-1 {
  background: url("../images/section-4-imgs/card1\ bg.png");
  width: 100%;
  height: 100% !important;
  background-size: 100% 100%;
  height: 450px;
}

.offer-text {
  color: #ff77b3;
  /* font-family: "Montserrat"; */
  -webkit-text-stroke: 2px white;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 4rem;
  text-align: left;
}
.custom-seven {
  position: relative;
  top: 22px;
  font-family: Montserrat;
  font-size: 128px;
  font-weight: 500 !important;
  line-height: 156.03px;
  text-align: left;
  color: #FFFFFF;
  /* margin-top: 5px !important; */
}

.custom-afterseven {
  position: relative;
  top: -12px;
  font-size: 68px;
  font-weight: 400 !important;
  line-height: 82.89px;
  margin-left: -46px
}

.cust-pink {
  padding-inline: 20px;
  font-size: 38px !important;
  font-weight: 400;
  line-height: 46.32px;


}
.card-3offer {
  background: url("../images/ofer.jpg");
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  height: 450px;
}
.card-4offer {
  background: url("../images/offer3.png");
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  height: 450px;
}
.offer4-text {
  font-family: "Montserrat";
  font-size: 48px;
  font-weight: 400 !important;
  line-height: 58.51px;


}
.textcon h1 {
  font-size: 63px;
  color: white;
}

.section-five-cards {
  background-color: transparent !important;
}
.cardbgsett {
  background-color: transparent !important;
}
.list-group-item {
  background-color: transparent !important;
}
.cardlastsectioher h4 {
  color: rgba(20, 177, 254, 1) !important;
}
.cardlastsectioher a {
  color: #14b1fe !important;
  text-decoration: none;
}
.cardlastsectioher p {
  color: 656B6F !important;
}
/* .card-1 img {
  margin-block: 4.7rem;
} */
.image-heading h1 {
  font-size: 4.5rem;
  color: white;
  border: 3px;
}
.card-1 p {
  font-size: 2rem;
  text-transform: uppercase;
  color: white;
}
.card-1-button {
  color: rgba(255, 119, 179, 1);
  background-color: white;
  font-size: 1.2rem;
}

/* <!-- =============page 5================= --> */

.section-five-headings h1 {
  color: rgba(20, 177, 254, 1);
  font-size: 3rem;
}
.section-five-headings h3 {
  color: rgba(128, 128, 128, 1);
  font-size: 2rem;
}
/* <!-- =============footer================= --> */
.footer {
  background-color: white;
}
.footer-heading {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
.footer-para {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
  color: rgb(206, 133, 133);
}
.footer-head {
  font-family: Times New Roman;
  font-size: 16px;
  font-weight: 520;
  line-height: 32px;
  color: rgba(0, 0, 0, 1);
}

.footer-link {
  font-family: Times New Roman;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: rgba(52, 52, 52, 1);
}
.footer-contact {
  font-family: Times New Roman;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: rgba(52, 52, 52, 1);
}

.social-links a {
  text-decoration: none;
  font-family: Times New Roman;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: rgba(52, 52, 52, 1);
}
.social-links a:hover {
  text-decoration: none;
  color: rgba(0, 148, 247, 1);
  transition: 0.3s;
}
.link2 a {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(52, 52, 52, 1);
}
.footer-button {
  background-color: rgba(0, 148, 247, 1);
  color: white;
  font-size: 1.2rem;
}
.footer-button:hover {
  background-color: rgba(0, 148, 247, 1) !important;
  color: white !important;
  font-size: 1.2rem;
}
.payment1 {
  width: 30px;
  height: auto; /* Maintain aspect ratio */
  image-rendering: -webkit-optimize-contrast; /* For WebKit (Safari, Chrome) */
  image-rendering: -moz-crisp-edges;          /* For Firefox */
  image-rendering: -o-crisp-edges;            /* For Opera */
  image-rendering: crisp-edges;
  image-rendering: pixelated;

}
.payment2 {
  width: 30px;

}
.payment3 {
  width: 80px;

}

/*############> Plans Page Start <############## */
.planbanner {
  width: 100%;
  /* height: 100vh; */
}
.plansinner {
  position: relative;
}
.plansinner h1 {
  font-family:Montserrat;
  position: absolute;
  top: 50px;
  left: 120px;
  font-size: 52px;
  font-weight: 800;
  color: #14b1fe;

}
.recomend-btn{
  font-family: Montserrat;
  font-size: 19px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(74, 155, 46, 1);
  box-shadow: rgba(0, 0, 0, 0.25) 3px 0px 5px 3px;
}
.recomend-btn:hover{
   background-color: rgba(74, 155, 46, 1);
}
.plansinnerser {
  background-color: white;
  text-align: center;
  position: relative;
}
.plansinnerser h1 {
  font-weight: 800;
  font-size: 70px;
  color: #14b1fe;
  left: 50%;
  top: 35px;
  position: absolute;
}
.card-section {
  background-color: #d5e7ff;
}
.planbglinecoor {
  width: 100%;
  height: 50px;
  background-color: #4c9c2e;
}
.pricingcardmain {
  border: 2px solid #14b1fe;
  box-shadow: rgba(0, 0, 0, 0.35) 5px 0px 15px;
  height: 600px;
}
.pricingcardmain h3 {
  font-family: Montserrat;
  color: #14b1fe;
  font-size: 32px;
  font-weight: 800;
}
.pricingcardmain h1 {
  color: #14b1fe;
  font-size: 32px;
  font-weight: 800;
}
.pricingcardmain h1 span{
  font-size: 45px;
  font-weight: 800;
  color: #14b1fe;
}
.pricingcardmain span {
  font-size: 20px;
  font-weight: 600;
  color: #8e8e8e;
}
.plantext p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  color: rgba(81, 81, 81, 1);
}
.plansbutton button {
  background-color: #14b1fe;
  color: white;
  font-weight: 600;
}
.appplyplan p {
  color: #808080;
  font-weight: 600;
}

.Planregisterbanner {
  background-color: #295819;
}

.planreginner h1 {
  font-size: 50px;
  color: white;
}
.planregister-btn{
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(20, 177, 254, 1);
}
.planregister-btn:hover{
  background-color: rgba(20, 177, 254, 1); ;
}
.managesect h1 {
  color: #14b1fe;
}
.managesect a {
  color: #14b1fe;
  text-decoration: none;
}
/*############> Pans Page End <############## */

/* Ahmar Css Start */

:root {
  --primary-blue: rgba(20, 177, 254, 1);
  --dark-green: rgba(74, 155, 46, 1);
  --text-color: rgba(81, 81, 81, 1);
  --grey-color: rgb(224, 218, 218);
}

/***** banner section *****/
.banner-section {
  background-color: #474747;
}
.banner-container {
  background: rgba(255, 255, 255, 1);
  height: 70vh;
  position: relative;
}
.banner-heading {
  color: var(--primary-blue);
  font-weight: bold;
  position: absolute;
  top: 22%;
  left: 50%;
}
.banner-img {
  width: 100%;
  height: 100%;
}
.icon-envelop{
  color: #14B1FE;
}

/***** End banner section *****/

/***** card section *****/
.info-card-img {
  height: 130px;
  width: 130px;
}
.info-card {
  border-radius: 12px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  border: 0;
  height: 100%;
}
.info-card-title {
  color: var(--primary-blue);
}
.info-card-link {
  width: auto;
  background-color: var(--primary-blue);
  border-radius: 5px;
}
/***** End card section *****/

/*************** plans page css ebd ********************/

@media (width<992px) {
  .link-container {
    gap: 20px;
  }
  .section-2-card-link {
    width: 45% !important;
    text-align: center;
  }
}
@media (width<768px) {
  .section-1 {
    height: auto;
  }
  .section-2-card-link {
    width: 100% !important;
    margin-inline: 0 !important;
    /* text-align: start; */
  }
}
@media (width<576px) {
  .banner-container {
    display: flex;
    align-items: end;
  }
  .banner-img {
    height: 90%;
  }
  .section-2-card-title {
    font-size: 38px;
  }
  .planreginner h1{
    font-size: 36px;
  }
  .planregister-btn{
    font-size: 24px;
    font-weight: 500;
  }
}

/* Ahmar Css End */

/*##############> FAQS Start <##########  */
.faqshead {
  font-size: 50px;
  color: #14b1fe;
}
.headfaqs {
  color: #14b1fe;
}

@media (max-width: 554px) {
  .faqshead {
    font-size: 35px;
    color: #14b1fe;
  }
}

.accordion-button:not(.collapsed) {
  background-color: #f4f4f4;
  box-shadow: none;
  border: none;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  background-color: #f4f4f4;
}
.accordion-button {
  background-color: #f4f4f4;
}
.accordion-header {
  background-color: #f4f4f4;
  position: relative;
}
.accordion-item {
  background-color: #f4f4f4;
  border: none;
}
.accordion-body {
  background-color: #f4f4f4;
}
.accordion-button:focus {
  box-shadow: none;
  border: none;
}
.accordion-button:not(.collapsed)::after {
  display: none;
}
.accordion-button::after {
  display: none;
}
.plusocns {
  position: absolute;
  left: 15px;
  width: 49px;
  background-color:rgba(0, 0, 0, 0.05);
  margin-top: 6px;
  border-right: 1px solid rgb(220, 219, 219);
}
.plusocns i {
  font-size: 16px;
  margin-bottom: 20px;

}
/*##############> FAQS End <##########  */
.more-info i{
  color: #14b1fe;
}
#discover {
  background-color: rgba(32, 191, 241, 1) !important;
}
#strategy {
  background-color: rgba(217, 217, 217, 1);
}
#optimization {
  background-color: rgba(217, 217, 217, 1);
}

/* sjdhfsjhf */

.masterstepactive{
 background-color: #20BFF1; color: #20BFF1;
 border-top-left-radius: 30px;
 border-bottom-left-radius: 30px;
}

.cardtsttext{
  color: #656B6F;
}

.navbartogglebutn button:focus{
  border: none !important;
  box-shadow: none !important;
  outline: none !important;

}


@media (max-width: 992px) {
  .navbar-button {
      margin-left: 0px !important;
  }
}








.sticky-navbar.scrolled {
  background-color:rgba(20, 177, 254, 1) !important;
}

.sticky-navbar.scrolled .nav-link  {
  color: white !important;
}
.sticky-navbar.scrolled .navbar-button  {
  color: rgba(20, 177, 254, 1) !important;
  background: white !important;
}