/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  background-color: #093770;
}


.btn {
  padding: 14.5px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  border-radius: 24px;
  border: none;
}

.btn-primary {
  background: linear-gradient(99.56deg, #0D92F4 0%, #0A74C2 100%);
  color: #FFF;
  transition: 0.5s ease-in-out;
}

.btn-primary:hover {
  opacity: 0.8;
}

.container {
  padding: 0 15px;
  max-width: 1140px;

}


h2 {
  font-family: Inter;
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  color: #020E1D;

}

h3 {
  color: #020E1D;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;

}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h6 {
  color: #020E1D;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;


}

p {
  color: #576A82;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;

}

img {
  max-width: 100%;
  height: auto;
}

.section-heading {
  margin-bottom: 40px !important;
}

.section-sub-title {
  margin-bottom: 16px;
  font-size: 16px;
  text-align: center;
  color: #0D92F4;
  line-height: 100%;
  text-transform: uppercase;
}

.section-title {
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 44px;
  line-height: 100%;
  text-align: center;
  color: #020E1D;

}

.section-title-description {
  color: #576A82;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}

.ptb-100 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

/* ===== HEADER ===== */

.main-header .container {
  max-width: 1220px;
  position: relative;

}

.main-header .custom-navbar {
  border-radius: 50px;
  box-shadow: unset;
  padding: 12px 24px;
  background: #ffffffcc;
  border: 2px solid rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  width: 100%;
  z-index: 999;
}
.navbar-close{
  display: none;
}
.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  width: 50px;
  height: 50px;
  padding: 0;
}

.navbar-nav {
  gap: 35px;
  align-items: center;
}

.main-header .header-btns {
  gap: 16px;
}

.main-header .header-btns .btn-primary {
  font-size: 14px;
  padding: 13px 24px;
}

.main-header .header-btns .login-btn {
  color: #576A82;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  transition: 0.5s ease-in-out;

}

.main-header .header-btns .login-btn:hover {
  color: #093770;
}

.main-header .custom-navbar .navbar-nav .nav-link {
  font-size: 16px;
  line-height: 16px;
  color: #020E1D;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 8px 10px;
  padding: 0;
  border-bottom: 2px solid transparent;
}

.main-header .custom-navbar .navbar-nav .nav-link:hover {
  color: #093770;
  border-bottom: 2px solid #093770;

}

.main-header .custom-navbar .navbar-nav .nav-link.active {
  color: #093770;
  border-bottom: 2px solid #093770;
}

.main-header .navbar-toggler {
  border: none;
  padding: 0;
}

.main-header .navbar-toggler-icon {
  width: 28px;
  height: 28px;
}

.navbar-toggler:focus {
  box-shadow: unset;
  outline: 0;
}

.main-header.sticky .custom-navbar {
  position: sticky;
  max-width: 1214px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), 0 2px 1px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  background-color: #fff !important;
  position: fixed;
  top: 16px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  animation: slideDown 0.9s ease forwards;
}


@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* .main-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
} */

/* banner start */
.home-banner {
  margin-top: 0;
  background-image: url(../images/banner-bg.png);
  background-size: 100% 770px;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  z-index: 0;
  background-color: #E6EBF1;
  padding-bottom: 80px;
  padding-top: 175px;
}

.hero-section-inner {
  position: relative;
  z-index: 1;
}

.banner-element .bg-icon {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(117, 199, 255, 0.5) 100%);
  border: 1px solid #a9d6f7;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.banner-element .bg-icon:hover{
  transform: scale(1.3);
}

.banner-element .bg-icon.one-img {
  top: -20px;
  left: 140px;
}

.banner-element .bg-icon.two-img {
  top: 20px;
  right: 0;
}
.banner-element .bg-icon.two-img{
  height: 57px;
  width: 57px;
}

.banner-element .bg-icon.three-img {
  top: 260px;
  left: 60px;
}

.banner-element .bg-icon.three-img{
  height: 67px;
  width: 67px;
}
.banner-element .bg-icon.three-img img{
  height: 32px;
  width: 32px;
}

.banner-element .bg-icon.four-img {
  top: 270px;
  right: 0;
}

.home-banner .hero-section-inner .hero-content {
  text-align: center;
  margin-bottom: 48px;
  padding-top: 20px;
}

.home-banner .hero-section-inner .hero-content h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  padding: 0;
  margin-bottom: 16px;
}

.home-banner .hero-section-inner .hero-content h1 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
  padding: 0 75px;
}

.home-banner .hero-section-inner .hero-content h1 span {
  color: #8AC142;
}

.home-banner .hero-section-inner .hero-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}

.home-banner .hero-section-inner .hero-content .start-btn {
  margin: 32px auto 0;
  text-align: center;
}

.home-banner .hero-section-inner .hero-content .start-btn .btn {
  border: 1px solid var(--White, #ffffff);
  padding: 15px 24px !important;
  border-radius: 24px !important;
  background: transparent !important;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff !important;
  transform: 0.3s ease-in-out;
  transform: unset !important;
}

.home-banner .hero-section-inner .hero-content-img {
  backdrop-filter: blur(30px);
  border: 1px solid transparent;
  border-image: radial-gradient(circle at center,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%) 1;
  background: linear-gradient(153deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%);
  box-shadow:
    0px 23px 51px 0px #0000001A,
    0px 584px 164px 0px #00000000;
  padding: 25px;
  border-radius: 30px;
}

.home-banner .hero-section-inner .hero-content-img img {
  width: 100%;
}

.banner-element {
  position: relative;
}

/* banner end */

/* feature-section start*/
.feature-section {
  background-color: #E6EBF1;
  padding-bottom: 40px;
  border-radius: 0 0 30px 30px;
}

.feature-section .section-heading {
  max-width: 690px;
  margin: 0 auto;
  text-align: center;

}

.feature-details-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.feature-details-list .feature-details-column {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.feature-details-list .feature-details-column .card {
  background: #ffffff80;
  cursor: pointer;
  border-radius: 24px;
  padding: 24px 20px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
  flex-direction: row;
  position: relative;
}

.feature-details-list .feature-details-column .card figure {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
  border-radius: 50%;
  background: linear-gradient(99.56deg, #0d92f4 0%, #0a74c2 100%);
}

.feature-details-list .feature-details-column .card figure img {
  height: 32px;
  width: 32px;
}

.feature-details-list .feature-details-column .card h5 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #020e1d;
}

.feature-details-list .feature-details-column .card-img {
  position: relative;
  height: calc(100% - 64px);
}

.feature-details-list .feature-details-column .card-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(180deg,
      rgba(0, 0, 0, 0) 43.74%,
      rgba(0, 0, 0, 0.408) 73.9%,
      rgba(0, 0, 0, 0.8) 100%);
  border-radius: 27px;
}

.feature-details-list .feature-details-column .card-img img {
  border-radius: 27px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top left;
}

.feature-details-list .feature-details-column .card figure.green {
  background: #8ac142;
}

/* feature-section end */

/* tools section start */
.section-tools .section-heading {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

/* tools section end */

/* MAIN SLIDER */
.section-tools .mainSwiper {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.section-tools .mainSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-tools.mainSwiper img {
  width: 100%;
  border-radius: 20px;
}

/* THUMB SLIDER */
.section-tools .thumbSwiper {
  width: 71%;
  margin: 0px auto 0;
}

.section-tools .thumbSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.section-tools .thumb-card {
  background: #0f4c81;
  color: #fff;
  padding: 18px 25px;
  border-radius: 16px;
  font-size: 14px;
  opacity: 0.6;
  transition: 0.3s;
}

/* ACTIVE THUMB */
.section-tools .thumbSwiper .swiper-slide-thumb-active .thumb-card {
  background: #1e90ff;
  opacity: 1;
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

#mainSlider .swiper-slide {
  width: 55%;
  /* center slide big */
  opacity: 1;
  transform: scale(1);
  transition: 0.3s;
}

.section-tools #mainSlider .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

/* optional: make images clean */
.section-tools #mainSlider img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.section-tools .educastic-tool-content {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.08) 100%);
  border: 2px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  padding: 0;
  padding-left: 32px;
  position: relative;
  padding-top: 60px;
}

.section-tools .educastic-tool-content::before {
  position: absolute;
  width: 316px;
  height: 316px;
  border-radius: 50%;
  border: 0.7px solid transparent;
  border-image-source: radial-gradient(69.43% 69.43% at 50% 50%,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%),
    radial-gradient(60% 51.57% at 50% 50%,
      #1e90ff 0%,
      rgba(30, 144, 255, 0) 100%),
    radial-gradient(54.8% 53% at 50% 50%, #151515 0%, rgba(21, 21, 21, 0) 100%);
  opacity: 0.3;
  background: #8ac142;
  filter: blur(41px);
  backdrop-filter: blur(100px);
  z-index: -1;
  content: "";
  top: 35px;
  left: 0;
}

.section-tools .educastic-feature-content {
  max-width: 281px;
}

.section-tools .educastic-feature-content h4 {
  color: #8AC142;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}

.section-tools .educastic-feature-content h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 12px;
}

.section-tools .educastic-feature-content p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.3;
  color: #fff;
}

.section-tools .educastic-feature-content .btn {
  background-color: #fff;
  color: #020e1d;
  max-width: 124px;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  border-radius: 10px;
}

.section-tools .educastic-tool-img {
  margin-bottom: -1px;
  margin-right: -2px;
  max-height: 433px;
}

.section-tools .educastic-tool-img img {
  height: 100%;
  width: 100%;
  border-top: 6px solid #ffffff33;
  border-left: 6px solid #ffffff33;
  border-radius: 12px 0 24px 0;
  object-fit: cover;
}

.section-tools .educastic-tool-content {
  margin: 0 15px;
}

.section-tools .swiper-bottom-nav {
  border-top: 1px solid #e6e9ec33;
  padding-top: 0;
  margin-top: 40px;
}

.section-tools .swiper-bottom-nav .swiper-slide button {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 126px;
  width: 139px;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 0;
  background-color: transparent;
  white-space: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}

.section-tools .swiper-bottom-nav .swiper-slide button :hover {
  color: #fff;
}

.section-tools .swiper-bottom-nav .swiper-slide-thumb-active button {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%);
  border-top: 3px solid #8ac142;
  color: #fff;
}


/* section feature end */


/* section-about-us start*/
.section-about-us {
  background-color: #E6EBF1;
  border-radius: 30px 30px 0 0;
}

.section-about-us .section-heading {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.about-content .about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-content .about-img img {
  width: 100%;
  border-radius: 24px;

}

.about-content .right-list ul li .card figure {
  background: linear-gradient(99.56deg, #0D92F4 0%, #0A74C2 100%);
  height: 64px;
  width: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
}

.about-content .right-list ul li .card figure img {
  height: 32px;
  width: 32px;
}

.about-content .right-list ul li .card figure.bg-green {
  background: #8ac142;
}

.about-content .right-list ul li .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background-color: #FFFFFF80;
  border: 2px solid rgba(255, 255, 255, 0.7);
  padding: 24px 20px;
  cursor: pointer;
  border-radius: 24px;

}

.about-content .right-list ul {
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.about-content .right-list ul li .card h5 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #020E1D;
}

/* section-about-us end*/

/* section-price start */
.section-price {
  background-color: #E6EBF1;
  border-radius: 0 0 30px 30px;
}

.section-price .section-heading {
  margin-bottom: 24px;
}


.billing-toggle {
  margin-bottom: 76px;
}

.billing-toggle .form-check-label {
  font-size: 40px;
  font-weight: 700;
  color: #0F172A;
  transition: 0.3s ease;
}

.billing-toggle .form-check {
  padding: 0;
  gap: 12px;
  display: flex;
  align-items: center;
}

.billing-toggle .form-check label {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #020E1D;
}

.billing-toggle .form-check label.disabled-label {
  color: #576A82;
}

.billing-toggle .form-check-input {
  width: 32px;
  height: 18px;
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image:
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"),
    linear-gradient(99.56deg, #0D92F4 0%, #0A74C2 100%);
}

.billing-toggle .form-check-input:focus {
  box-shadow: unset;
  border: unset;
}

.pricing-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.pricing-list li {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #576A82;
}

.price-details .price-card.active {
  background: linear-gradient(99.56deg, #0D92F4 0%, #0A74C2 100%);
  border: 2px solid #0D92F4;
}
.price-details .price-card:hover{
  transition: 0.5s ease-in-out;
  border: 2px solid #0D92F4;
  box-shadow: 0px 0.5px 2px 0px #19213D1A;
}
.price-details .price-card {
  background-color: #FFFFFF80;
  border: 2px solid rgba(255, 255, 255, 0.7);
  padding: 24px;
  height: 100%;
  border-radius: 24px;
  display: flex;
  z-index: 0;
  flex-direction: column;
  position: relative;
}
.price-details .price-card::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.5s ease-in-out;
  height: 100%;
  background: linear-gradient(99.56deg, #0D92F4 0%, #0A74C2 100%);
  border-radius: 24px;
  opacity: 0;
  visibility: hidden;
  border: 2px solid transparent;
  z-index: 0;
}

.price-details .price-card:hover::before{
  opacity: 1;
  visibility: visible;
  z-index: -1;
}
.price-details .price-card:hover h3,.price-details .price-card:hover p,.price-details .price-card:hover p.price-text,.price-details .price-card:hover p.price-text span{
color: #fff;
}
.price-details .price-card:hover figure{
  background: #fff;
}
.price-details .price-card figure img.hide{
  display: none;
}
.price-details .price-card:hover figure img.hide{
  display: block;
}
.price-details .price-card:hover figure img.show{
  display: none;
}
.price-details .price-card:hover .btn-primary{
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.price-details .price-card figure {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8AC142;
  border-radius: 50%;
  margin-bottom: 0;
}

.price-details .price-card.active figure {
  background-color: #fff;
}

.price-details .price-card figure img {
  height: 24px;
  width: 24px;
}

.price-details .price-card h3 {
  font-weight: 600;
  transition: 0.5s ease-in-out;
  font-size: 18px;
  margin: 24px 0;
  line-height: 24px;
  letter-spacing: 0%;
  color: #020E1D;
}

.price-details .price-card.active h3 {
  color: #fff;
  
}

.price-details .price-card p {
  transition: 0.5s ease-in-out;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #576A82;
}

.price-details .price-card.active p {
  color: #fff;
}

.price-details .price-card .btn-primary {
  transition: 0.5s ease-in-out;
  border: 1px solid transparent;
  margin-top: auto;
}

.price-details .price-card.active .btn-primary {
  background: transparent;
  border: 1px solid #fff;
}

.price-details .price-card p.price-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 44px;
  color: #576A82;
}

.price-details .price-card p.price-text span {
  transition: 0.5s ease-in-out;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #020E1D;
}

.price-details .price-card.active p.price-text span {
  transition: 0.5s ease-in-out;
  color: #fff;
}

.price-details .price-card.active p.price-text {
  color: #fff;
}

.check-img-price {
  display: flex;
  gap: 32px;
  text-align: center;
  margin-bottom: 16px;
  flex-direction: column;
  justify-content: center;
}

.check-img-price li{
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-img-price li img{
  transition: 0.5s ease-in-out;
  height: 22px;
  width: 22px;
}
.check-img-price li img.hide{
  display: none;
}
.price-details .price-card:hover .check-img-price li img.hide{
  display: block;
  margin: 0 auto;
}
.price-details .price-card:hover .check-img-price li img.show{
  display: none;
  
}

/* section-price end */

/* section process start */
.section-process .section-heading {
  max-width: 696px;
  margin: 0 auto;
}

.process-details .process-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.08) 100%);
  border: 2px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  padding: 24px 0 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
}
 
.process-details .process-card .process-img::after {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 0.7px solid transparent;
  border-image-source: radial-gradient(
  69.43% 69.43% at 50% 50%,
  #ffffff 0%,
  rgba(255, 255, 255, 0) 100%
),
radial-gradient(
  60% 51.57% at 50% 50%,
  #1e90ff 0%,
  rgba(30, 144, 255, 0) 100%
),
radial-gradient(54.8% 53% at 50% 50%, #151515 0%, rgba(21, 21, 21, 0) 100%);
  opacity: 0.3;
  background: #8ac142;
  filter: blur(41px);
  backdrop-filter: blur(100px);
  z-index: -1;
  content: "";
  top: 35px;
  left: 40px;
}

.process-details .process-card.active .proces-content {
  max-width: 200px;
  
}

.process-details>.row {
  --bs-gutter-x: 22px;
}

.process-details .process-card h4 {
  font-weight: 400;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 100%;
  color: #FFFFFF;
}

.process-details .process-card h2 {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 100%;
  color: #FFFFFF;
}

.process-details .process-card p {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #FFFFFF;
}

.process-details .process-card .process-img {
  width: 100%;
  position: relative;
  /* display: flex;
  justify-content: end;
  text-align: end; */
}
.process-details .process-card.active .process-img{
  display: flex;
  justify-content: end;
}

.process-details .process-card .process-img img {
  max-width: 100%;
  border-radius: 12px 12px 12px 0;

}
.process-details .process-card .proces-content{
  padding-right: 12px;
}
.process-details{
  display: flex;
  gap: 20px;
}
.process-details .process-card{
  width: 33.33%;
  transition: 0.5s ease-in-out;
  min-height: 380px;
}
.process-details .process-card.active{
  width: 50%;
}

/* section process end */

/* extension section start */

.extension-section {
  background-color: #E6EBF1;
  border-radius: 30px 30px 0 0;
}

.extension-details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 800px;
  margin: 0 auto;
}

.extension-details .extension-card.active {
  background: #FFFFFF80;
  box-shadow: 0px 0px 41px 11px #0D92F426 inset;
}

.extension-details .extension-card {
  height: 200px;
  transition: 0.3s ease-in-out;
  width: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.07);
  background: #FFFFFF80;
}
 
.extension-details .extension-card:hover {
  background: #FFFFFF80;
  box-shadow: 0px 0px 41px 11px #0D92F426 inset;
}
.extension-details .extension-card img{
  transition: 0.5s ease-in-out;
}
.extension-details .extension-card:hover img{
  transform: scale(1.2);
}
.extension-section .section-heading {
  max-width: 660px;
  margin: 0 auto;
}

/* extension section start */

/* client-partner-section start */
.client-partner-section {
  background-color: #E6EBF1;
  border-radius: 0 0 30px 30px;
}

.client-partner-section .section-heading {
  margin-bottom: 56px !important;
}

.client-logo-details {
  display: flex;
  align-items: center;
  column-gap: 24px;
  row-gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 828px;
  margin: 0 auto;
}

.client-logo-details .client-card {
  background: #FFFFFF80;
  border: 2px solid rgba(255, 255, 255, 0.7);
  width: 146px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 106px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.client-logo-details .client-card:hover{
  background: #8AC142;
}
.client-logo-details .client-card:hover img{
  transition: 0.5s ease-in-out;
  filter: brightness(0) invert(1);

}
/* .client-logo-details .client-card:hover img{
  filter: invert(67%) sepia(43%) saturate(569%) hue-rotate(45deg) brightness(95%) contrast(90%);
} */
/* client-partner-section end */

/* blog-section start */
.blog-section {
  background-color: #E6EBF1;
  border-radius: 30px;
}

.blog-section .section-heading {
  max-width: 600px;
  margin: 0 auto;
}

.blog-details .blog-card {
  background-color: #FFFFFF80;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  height: 100%;
  overflow: hidden;
}

.blog-btn {
  margin-top: 40px !important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: max-content;

}

.blog-details .blog-card figure {
  margin: 0;
  overflow: hidden;

}

.blog-details .blog-card figure img {
  width: 100%;
  border-radius: 24px 24px 0 0;
  transition: 0.5s ease-in-out;
}
.blog-details .blog-card:hover figure img{
  transform: scale(1.1);
}

.blog-details .blog-card .card-content {
  padding: 30px 32px 32px;
}

.blog-details .blog-card .card-content h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 16px;
  line-height: 100%;
  color: #020E1D;
  transition: 0.5s ease-in-out;
}
.blog-details .blog-card:hover .card-content h3{
  color: #0D92F4;
}
.blog-details .blog-card .card-content>p {
  color: #576A82;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E6E9EC;

}

.blog-details .blog-card .card-content .pro-text {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-details .blog-card .card-content .pro-text li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-details .blog-card .card-content .pro-text li img {
  height: 32px;
  width: 32px;
}

.blog-details .blog-card .card-content .pro-text li p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #576A82;
}

.blog-details .right-card .blog-card {
  flex-direction: row;
  display: flex;
  align-items: center;

}

.blog-details .right-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 22px;
}

.blog-details .right-card .blog-card figure {
  width: 208px;
  height: 194px;
  flex-shrink: 0;

}

.blog-details .right-card .blog-card figure img {
  border-radius: 24px 0px 0px 24px;
  height: 100%;
  width: 100%;
  object-fit: cover;

}

.blog-details .right-card .blog-card .card-content {
  padding: 18px;
}

.blog-details .right-card .blog-card .card-content h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #020E1D;
  transition: 0.5s ease-in-out;

}
.blog-details .right-card .blog-card:hover .card-content h3{
  color: #0D92F4;
}

.blog-details .right-card .blog-card .card-content .pro-text li {
  gap: 6px;
}

.blog-details .right-card .blog-card .card-content .pro-text li img {
  height: 16px;
  width: 16px;
}

.blog-details .right-card .blog-card .card-content .pro-text li p {
  font-size: 12px;
}



/* blog-section end */

/* testmonial start */
.testmonial-section .section-heading {
  max-width: 570px;
  margin: 0 auto;
}

.testmonial-details {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.08) 100%);
  border: 2px solid rgba(255, 255, 255, 0.07);
  padding: 56px 24px;
  border-radius: 24px;

}

.testmonial-details .testimonial-card {
  display: flex;
  padding: 0 70px;
  gap: 32px;
}

.testmonial-details .testimonial-card .testimonial-image {
  flex-shrink: 0;
  width: 196px;
}

.testmonial-details .swiper-button-next,
.testmonial-details .swiper-button-prev {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #FFFFFF80;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.testmonial-details .swiper-button-next:after,
.testmonial-details .swiper-button-prev:after {
  color: #fff;
  font-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  height: 12px;
  width: 12px;
}

.testmonial-details .swiper-button-prev:after {
  background-image: url(../images/arrow.svg);
}

.testmonial-details .swiper-button-next:after {
  background-image: url(../images/arrow.svg);
  transform: rotate(180deg);
}

.testmonial-details .testimonial-content {
  padding: 34px 40px;
  background-color: #E7F4FE1A;
  border-radius: 16px;
}

.testmonial-details .testimonial-content .stars {
  color: #8AC142;
  margin-bottom: 40px;
  font-size: 24px;
}

.testmonial-details .testimonial-content h2 {
  font-family: Inter;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 16px;
}

.testmonial-details .testimonial-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.testmonial-details .testimonial-content h4 {
  margin-top: 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
}

.testmonial-details .testimonial-content h4 span {
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding-left: 18px;
}

.testmonial-details .testimonial-content h4 span:after {
  position: absolute;
  content: '';
  top: 0;
  left: 6px;
  height: 17px;
  background-color: #B4B9C9;
  width: 1px;
}


.testmonial-btn {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  width: max-content;
}

/* testmonial end */
.ftr-top {
  padding: 72px 0 64px;
  border-bottom: 1px solid #E1E4ED;
}

.ftr-top .footer-logo img {
  margin-bottom: 24px;
}

.ftr-top .footer-logo p {
  font-weight: 400;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
}

.ftr-top .footer-logo h6 {
  color: #FFFFFF;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 16px;
}

.ftr-top .footer-logo input {
  background-color: #E7F4FE1A;
  border: 0;
  border-radius: 16px;
  padding: 13px 16px;
  font-size: 14px;
  margin-bottom: 12px;
  color: #fff;

  line-height: 20px;
  width: 90%;
}
.ftr-top .footer-logo input:focus{
  outline: 0;
  box-shadow: unset;
}

.ftr-top .footer-logo input::placeholder {
  color: rgba(255, 255, 255, 0.6);

}

.ftr-top .footer-logo btn {
  padding: 16px 24px;
}

.ftr-top h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  margin-bottom: 32px;
}

.ftr-list ul li {
  margin-bottom: 24px;
}

.ftr-list ul li a {
  font-weight: 400;
  font-size: 16px;
  transition: 0.3s ease-in-out;
  line-height: 100%;
  color: #fff;
}

.ftr-list ul li a:hover {
  color: #E1E4ED;
}

.scoial-icon ul li {
  margin-bottom: 16px;
}

.scoial-icon ul {
  display: flex;
  align-items: center;
  gap: 24px;
}

.scoial-icon ul li a {
  transition: 0.3s ease-in-out;
  background: #E7F4FE1A;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scoial-icon ul li a:hover {
  background: linear-gradient(99.56deg, #0D92F4 0%, #0A74C2 100%);

}

.ftr-btm ul {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;

}

.ftr-btm ul li {}

.ftr-btm ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  padding: 0 7px;
  display: inline;
}

.mobile-backdrop.show {
  z-index: 99;
}

/* return to top btn start */
#return-btn {
  display: inline-block;
  background: linear-gradient(99.56deg, #0D92F4 0%, #0A74C2 100%);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
}

#return-btn img{
    transform: rotate(90deg);
    height: 14px;
    width: 14px;
}
/* #return-btn:hover {
  cursor: pointer;
  background: #8ac142;
  transition: 0.5s ease-in-out;
} */

#return-btn:active {
  background-color: #555;
}

#return-btn.show {
  opacity: 1;
  visibility: visible;
}

/* return to top btn end */



/* responsive start */
@media(max-width: 1399px) {
  .section-tools .educastic-tool-content {
    padding-top: 20px;
    padding-left: 16px;
    padding-bottom: 16px;
  }
}

@media(max-width: 1215px) {
  .main-header .custom-navbar {
    border-radius: 0;
    top: 0;
  }

  .main-header.sticky .custom-navbar {
    top: 0;
  }
}

@media(max-width: 1199px) {
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .section-title {
    font-size: 38px;
  }

  .section-title-description {
    font-size: 16px;
  }

  /* banner start */
  .home-banner {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .banner-element .bg-icon.one-img {
    top: -19px;
    left: 90px;
  }

  .home-banner .hero-section-inner .hero-content h1 {
    font-size: 54px;
  }

  .home-banner .hero-section-inner .hero-content-img {
    padding: 18px;
  }

  /* banner end */

  /* feature-section start */
  .feature-details-list .feature-details-column .card {
    padding: 18px;
  }

  .feature-details-list .feature-details-column .card figure {
    height: 54px;
    width: 54px;
  }

  .feature-details-list .feature-details-column .card h5 {
    font-size: 18px;
  }

  .feature-details-list .feature-details-column .card figure img {
    height: 24px;
    width: 24px;
  }

  /* feature-section end */

  /* about use section start */
  .about-content .right-list ul li .card {
    padding: 16px;
  }

  .about-content .right-list ul li .card figure {
    width: 54px;
    height: 54px;
  }

  .about-content .right-list ul li .card figure img {
    height: 24px;
    width: 24px;
  }

  /* about use section end */
  .extension-details .extension-card {
    height: 150px;
    width: 150px;
  }

  .client-logo-details .client-card {
    height: 54px;
  }

  .client-logo-details .client-card img {
    height: 20px;
  }

  .testmonial-details .testimonial-content {
    padding: 28px;
  }

  .testmonial-details .testimonial-content h2 {
    font-size: 24px;
  }

  .blog-details .blog-card .card-content {
    padding: 24px;
  }

  .blog-details .blog-card .card-content h3 {
    font-size: 24px;
  }

  .ftr-top {
    padding: 50px 0 50px;
  }
}

/* responsive end */










@media(max-width:991px) {
  .navbar-close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 16px;
    right: 16px;
}
  .navbar-close img{
    width: 100%;
    height: 100%;
  }
  .pt-100 {
    padding-top: 40px;
  }

  .ptb-100 {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .pb-100 {
    padding-bottom: 40px;
  }

  .section-title {
    font-size: 34px;
  }

  /* header start */
  .main-header .navbar-collapse {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    padding: 80px 0px 20px;
    display: block;
    transition: .4s;
    overflow-y: auto;
  }

  .main-header .navbar-collapse.show {
    left: 0;
  }

  .main-header .custom-navbar .navbar-nav .nav-link {
    padding-bottom: 10px;
    border: 0;
    margin-bottom: 10px;
    padding-left: 16px;
    padding-right: 10px;

  }
  .main-header .custom-navbar .navbar-nav .nav-link:hover,.main-header .custom-navbar .navbar-nav .nav-link.active{
    border-bottom: 1px solid #eee;
  }
  

  .main-header .custom-navbar .navbar-nav .nav-item {
    width: 100%;
  }

  .main-header .navbar-nav {
    flex-direction: column;
    gap: 0;
    align-items: start;
    justify-content: start;
  }

  .main-header .nav-link {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px !important;
  }

  .main-header .header-btns {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    gap: 15px;
  }

  .main-header .custom-navbar {
    padding: 10px 16px;

  }

  .navbar-brand img {
    height: 45px;
    width: 45px;
  }

  .mobile-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 999;
  }

  .mobile-backdrop.show {
    opacity: 1;
    visibility: visible;
  }

  /* header end */

  /* banner start */
  .home-banner .hero-section-inner .hero-content h1 {
    padding: 0 40px;
    font-size: 44px;
  }

  .home-banner .hero-section-inner .hero-content .start-btn .btn {
    font-size: 14px;
    padding: 13px 24px !important;
  }

  .banner-element .bg-icon.three-img {
    top: 220px;
    left: 30px;
    height: 42px;
    width: 42px;
  }
  .banner-element .bg-icon.three-img img{
    height: 20px;
  }
  .banner-element .bg-icon.two-img{
    height: 42px;
    width: 42px;
  }

  .banner-element .bg-icon.four-img {
    top: 220px;
    right: 0;
  }

  .banner-element .bg-icon {
    height: 42px;
    width: 42px;
  }

  .banner-element .bg-icon img {
    height: 22px;
  }

  /* banner end */

  /* feature section start */
  .feature-details-list .feature-details-column .card {
    padding: 12px;
  }

  .feature-details-list .feature-details-column .card figure {
    height: 48px;
    width: 48px;
  }

  .feature-details-list {
    gap: 16px;
  }

  .feature-details-list .feature-details-column .card h5 {
    font-size: 16px;
  }

  .section-tools .swiper-bottom-nav .swiper-slide button {
    font-size: 14px;
  }

  .section-tools .swiper-bottom-nav .swiper-slide button {
    height: 95px;
    width: 196px;
  }

  .section-tools .educastic-feature-content .btn {
    height: unset;
    padding: 10px 24px;
  }

  /* feature section end */

  /* about us start */
  .about-content .right-list ul {
    margin-top: 30px;
  }

  .about-content .right-list ul li .card h5 {
    font-size: 16px;
  }

  .about-content .right-list ul li .card figure {
    height: 48px;
    width: 48px;
  }

  .about-content .right-list ul li .card figure img {
    height: 20px;
    width: 20px;
  }

  .about-content .right-list ul {
    gap: 24px;
  }

  /* about us start */

  /* price section start */
  .billing-toggle {
    margin-bottom: 20px;
  }

  .price-details .price-card {
    padding: 12px;
  }

  .price-details .price-card p.price-text span {
    font-size: 28px;
  }

  .price-details .price-card h3 {
    margin: 12px 0;
  }

  .pricing-list {
    gap: 20px;
  }

  .price-details .price-card .btn-primary {
    margin-top: auto;
    font-size: 14px;
    padding: 14px 16px;
  }

  .process-details>.row {
    --bs-gutter-y: 16px;
  }

  /* price section end */

  /* extension start */
  .extension-details {
    max-width: 480px;
  }

  .extension-details .extension-card {
    height: 120px;
    width: 120px;
  }

  .extension-details .extension-card img {
    height: 35px;
  }

  /* extension end */

  /* testmonial section start */
  .testmonial-details {
    padding: 20px;
  }

  .testmonial-details .testimonial-card {
    padding: 0 55px;
  }

  .testmonial-details .testimonial-content {
    padding: 16px;
  }

  .testmonial-details .testimonial-content h4 {
    margin-top: 16px;
  }

  .testmonial-details .testimonial-content h4 {
    font-size: 14px;
  }

  /* testmonial section end */


  /* blog start */
  .blog-details .right-card .blog-card figure {
    height: 154px;
    width: 150px;
  }

  .blog-details .blog-card .card-content {
    padding: 18px;
  }

  .blog-details .blog-card .card-content h3 {
    font-size: 20px;
  }

  .blog-details .blog-card .card-content>p {
    font-size: 16px;
  }

  .blog-details .blog-card .card-content h3 {
    font-size: 18px;
  }

  /* blog end */
  /* clients partner section start */
  .client-logo-details .break{
    display: none;
  }
  /* clients partner section end */

  /* footer start */
  .ftr-top>.row {
    --bs-gutter-y: 40px;
  }

  .scoial-icon ul li a {
    height: 42px;
    width: 42px;
  }

  .scoial-icon ul li a img {
    height: 16px;
  }

  /* footer end */


}

@media(max-width:767px) {
  .section-title {
    font-size: 28px;
  }

  .pt-100 {
    padding-top: 30px;
  }

  .section-heading {
    margin-bottom: 30px !important;
  }

  .pb-100 {
    padding-bottom: 30px;
  }

  .ptb-100 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-title-description {
    font-size: 14px;
  }

  /* banner start */
  .home-banner {
    padding-top: 130px;
  }

  .home-banner .hero-section-inner .hero-content h1 {
    font-size: 36px;
    margin-bottom: 16px;
  }

  .banner-element .bg-icon.one-img {
    top: -27px;
    left: 30px;
  }

  .home-banner {
    background-size: 100% 610px;
  }

  /* banner end */

  /* feature start */
  .feature-details-list {
    grid-template-columns: repeat(1, 1fr);
  }

  /* feature end */
  /* section tools start */
  .section-tools .educastic-feature-content {
    margin-bottom: 20px;
  }

  .section-tools .educastic-tool-content {
    padding-bottom: 0;
  }

  /* section tools end */

  /* section price start */
  .price-details .row {
    --bs-gutter-y: 20px;
  }

  /* section price start */

  /* about us section start */
  .about-content .right-list ul{
    gap: 16px;
  }
  .about-content .right-list ul{
    margin-top: 20px;
  }
  /* about us section end */

  /* section testmonial start */
  .testmonial-details .testimonial-card .testimonial-image {
    width: auto;
  }

  .testmonial-details .testimonial-card .testimonial-image img {
    height: 60px;
    object-fit: cover;
    width: 60px;
    border-radius: 50%;

  }

  .testmonial-details {
    padding: 12px;
  }

  .testmonial-details .testimonial-content .stars {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .testmonial-details .testimonial-content h2 {
    font-size: 18px;
  }

  .testmonial-details .testimonial-content p {
    font-size: 14px;
  }

  .testmonial-details .testimonial-content h4 {
    line-height: 1.4;
  }

  .testmonial-btn {
    margin-top: 30px;
  }

  .testmonial-details .swiper-button-next,
  .testmonial-details .swiper-button-prev {
    height: 35px;
    width: 35px;
  }

  .btn {
    font-size: 14px;
  }

  /* section testmonial end */


  /* blog start */
  .blog-details>.row {
    --bs-gutter-y: 20px;
  }

  .blog-details .right-card {
    gap: 20px;
  }

  .blog-details .right-card .blog-card {
    width: 100%;
  }

  /* blog end */

/* section process start */
.process-details{
  gap: 12px;
  flex-direction: column;
}
.process-details .process-card.active{
  width: 100%;
}
.process-details .process-card{
  width: 100%;
  min-height: unset;
}
.process-details .process-card .process-img{
  display: flex;
  justify-content: end;
}
.process-details .process-card.active .proces-content{
  max-width: 100%;
}
/* section process end */

  /* footer start */
  .ftr-list ul li {
    margin-bottom: 16px;
  }

  .ftr-btm ul {
    flex-wrap: wrap;
  }

  .ftr-btm ul li a {
    font-size: 14px;
  }

  .testmonial-details .testimonial-card {
    padding: 0 45px;
    gap: 16px;
  }

  /* footer end */
}

@media(max-width:575px) {

  .section-title {
    font-size: 24px;
  }

  .section-sub-title {
    font-size: 14px;
    margin-bottom: 12px;
  }
  /* header start */


  .navbar-brand img{
    height: 35px;
    width: auto;
  }
  /* header end */

  /* banner start */
  .home-banner .hero-section-inner .hero-content h1 {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .banner-element .bg-icon.three-img {
    top: 190px;
    left: 0px;
  }

  /* banner end */

  /* feature section start */
  .feature-details-list .feature-details-column .card figure {
    height: 40px;
    width: 40px;
  }

  .feature-details-list .feature-details-column .card figure img {
    height: 20px;
    width: 20px;
  }

  /* feature section end */

  /* section tools start */
  .section-tools .educastic-feature-content h2 {
    font-size: 18px;
  }

  .section-tools .educastic-feature-content {
    max-width: 100%;
    padding-right: 16px;
  }

  /* section tools end */

  /* about us start */
  .about-content .right-list ul li .card figure {
    height: 40px;
    width: 40px;
  }

  .about-content .right-list ul li .card figure img {
    height: 20px;
    width: 20px;
  }

  /* about us end */

  /* section price start */
  .price-details .price-card p.price-text {
    margin-bottom: 16px;
  }

  /* section price end */

  /* section process start */
  .process-details .process-card.full-width .proces-content {
    max-width: 100%;
  }
 

  .process-details .process-card h2 {
    font-size: 20px;
  }

  /* section process end */

  /* section extension start */
  .extension-details .extension-card {
    height: 80px;
    width: 80px;
  }

  .extension-details {
    max-width: 360px;
  }

  .extension-details .extension-card img {
    height: 28px;
  }

  .client-partner-section .section-heading {
    margin-bottom: 30px !important;
  }

  .client-logo-details .client-card {
    width: 115px;
  }

  .client-logo-details .client-card img {
    height: 16px;
  }

  .client-logo-details {
    gap: 16px;
  }

  /* section xtension start */

  /* testmonial section start */
  .testmonial-details .testimonial-card {
    padding: 0 40px;
    gap: 12px;
  }

  .testmonial-details .swiper-button-next {
    right: 0;
  }

  .testmonial-details .testimonial-content .stars {
    margin-bottom: 12px;
  }

  /* testmonial section end */

  /* footer start */
  .ftr-top {
    padding: 40px 0 30px;
  }

  .ftr-top h2 {
    margin-bottom: 20px;
  }

  .ftr-list ul li a {
    font-size: 14px;
  }

  .ftr-top .footer-logo img {
    height: 40px;
  }

  .ftr-top .footer-logo p {

    font-size: 14px;
  }

  .ftr-top .footer-logo input {
    padding: 11px 12px;
  }

  .scoial-icon ul li a {
    height: 36px;
    width: 36px;
  }

  .scoial-icon ul li a img {
    height: 13px;
  }

  .ftr-list ul li:last-child {
    margin-bottom: 0;
  }

  /* footer end */




}

@media(max-width:479px) {
  .btn {
    padding: 12px 20px;
    font-size: 13px;
  }

  .extension-details {
    grid-template-columns: repeat(2, 1fr);
  }

  .ftr-top>.row .col {
    width: 100%;
    max-width: 100%;
  }

  .home-banner .hero-section-inner .hero-content h1 {
    font-size: 24px;
    padding: 0;
  }

  .banner-element .bg-icon {
    height: 36px;
    width: 36px;

  }

  .banner-element .bg-icon img {
    height: 18px;
  }

  .banner-element .bg-icon.one-img {
    top: -27px;
    left: 0;
  }

  .banner-element .bg-icon.two-img {
    top: 0;
    right: 0;
  }

  .home-banner {
    background-size: 100% 540px;
    padding-bottom: 16px;
  }

  .section-title {
    font-size: 22px;
  }

  .price-details .price-card p.price-text span {
    font-size: 24px;
  }

  .extension-details {
    max-width: 184px;
  }

  .extension-details .extension-card {
    height: 90px;
    width: 90px;
  }

  .client-logo-details {
    gap: 11px;
  }

  .client-logo-details .client-card {
    height: 50px;
  }

  .testmonial-details .testimonial-card {
    flex-direction: column;
    gap: 12px;
  }

  .testmonial-details .testimonial-card .testimonial-image img {
    width: auto;
    object-position: top;
    border-radius: unset;
    width: 100%;
    height: 300px;
  }

  .testmonial-details {
    padding: 12px 0;
  }

  .testmonial-details .swiper-button-prev {
    left: 0;
  }

  .blog-details .right-card .blog-card figure {
    height: auto;
    width: 90px;
  }

  .blog-details .blog-card .card-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .blog-details .blog-card .card-content>p {
    font-size: 14px;
  }

  .blog-details .blog-card .card-content {
    padding: 12px;
  }

  .blog-details .right-card .blog-card .card-content {
    padding: 12px;
  }

  .blog-details .right-card .blog-card .card-content h3 {
    font-size: 14px;
  }

  .ftr-top>.row .col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .ftr-top>.row .col:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .ftr-top>.row {
    --bs-gutter-y: 0;
  }

  .ftr-top {
    padding: 40px 0 10px;
  }

}





/* .process-details .row{
    display: flex;
    gap: 20px;
}

.process-card{
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 24px;
    height: 100%;

    background: linear-gradient(180deg,#3d6296 0%, #1e4f8f 100%);
    
    transition: all 0.4s ease;
    cursor: pointer;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.col-lg-3 .process-card{
    transform: scale(0.95);
    opacity: 0.9;
}

.process-card.active,
.process-card:hover{
    transform: scale(1.05);
    opacity: 1;
    z-index: 2;
}

.col-lg-3:has(.process-card:hover){
    flex: 0 0 42%;
    max-width: 42%;
}

.col-lg-6:has(.process-card:not(:hover)){
    flex: 0 0 29%;
    max-width: 29%;
}

.process-img img{
    width: 100%;
    border-radius: 20px;
}

.proces-content h2{
    color: #fff;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
}

.proces-content h4,
.proces-content p{
    color: #fff;
}

@media(max-width:991px){

    .process-details .row{
        flex-direction: column;
    }

    .col-lg-6,
    .col-lg-3{
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    .process-card,
    .process-card:hover{
        transform: scale(1);
    }

} */