@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");

body {
  line-height: 31px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
}

.container {
  max-width: 1250px !important;
}

p,
.paragraph {
  font-weight: 400;
  color: #1d1c1c;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #091337;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.5;
}

h1,
.h1 {
  font-size: 56px;
}

h2,
.h2 {
  font-size: 43px;
}

h3,
.h3 {
  font-size: 37px;
}

h4,
.h4 {
  font-size: 22px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 13px;
}

.btn {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  padding: 4px 15px;
  font-weight: 400;
  border: 0;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn:active {
  box-shadow: none;
}

.btn-primary {
  background-image: linear-gradient(25deg,
      rgb(23, 255, 211) 0%,
      rgb(137, 134, 255) 95%);
  color: #091337;
  transition: background 1s ease-out;
}

.btn-primary:active {
  background: linear-gradient(25deg,
      rgb(23, 255, 211) 0%,
      rgb(211, 252, 113) 95%) !important;
}

.btn-primary:hover {
  background: linear-gradient(205deg,
      rgb(23, 255, 211) 0%,
      rgb(211, 252, 113) 95%);
  color: #091337;
}

.btn-secondary {
  background-image: linear-gradient(6deg,
      rgb(23, 255, 211) 0%,
      rgb(35, 227, 238) 100%);
  background-color: transparent;
  color: #091337;
}

.btn-secondary:active {
  background: linear-gradient(6deg,
      rgb(23, 255, 211) 0%,
      rgb(35, 227, 238) 100%) !important;
}

.btn-secondary:hover {
  background: linear-gradient(186deg,
      rgb(23, 255, 211) 0%,
      rgb(35, 227, 238) 100%);
  color: #091337;
}

.btn-ternary {
  background: transparent;
  border: 2px solid #00235e;
  color: #1d1c1c;
  border-radius: 1px;
}

.bg-app-info{
background-color: #1c86c8;
 color: #fff; 
 border-color: #1c86c8 !important;
}
.bg-app-info:hover{
  background-color: #3a86b6 !important;
}
.bg-app-dark{
  background-color: #222324;
  color: #fff;
  border-color:#222324 !important ;
}

.bg-app-dark:hover{
background-color: #424446 !important;
}


.btn-ternary:hover,
.btn-ternary.active {
background-color: #1c86c8;
 color: #fff; 
 border-color: #1c86c8 !important;
}

.btn-lg {
  padding: 15px 85px;
}

.bg-light-primary {
  background-color: #eff6fc;
}

.bg-semilight-primary {
  background-color: #d8e9f3;
}

/************************************************
          Form Control Css
************************************************/

.form-control::placeholder {
  color: #6c757d;
  /* Bootstrap's default text-muted color */
  opacity: 1;
  /* Override Firefox default opacity */
  font-size: 12px;
  font-style: italic;
}


.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #b9b2b2;
  background: transparent;
}

.form-group label {
  color: #091337;
  font-weight: 500;
  font-size: 16px;
}

/* .form-group label:after {
  color: #ff0000;
  content: " *";
  display: inline;
  font-size: 18px;
} */

/********************Form Control CSS End****************************/
body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #20a5ff;
  color: #fff;
}

::selection {
  background: #20a5ff;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}

a:focus,
button:focus,
select:focus {
  outline: 0;
}

a:hover {
  color: #008dec;
}

.slick-slide {
  outline: 0;
}

.section {
  padding-top: 130px;
  padding-bottom: 130px;
}

.section-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-lg {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media (max-width: 575px) {
  .section-lg {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.section-title {
  margin-bottom: 30px;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* overlay */
.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.page-title {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-primary {
  background: #008dec !important;
}

.bg-gray {
  background: #f2f3f5;
}

.text-primary {
  color: #008dec !important;
}

.text-dark {
  color: #091337 !important;
}

.text-purple {
  color: #9491ff !important;
}

.text-color {
  color: #4d546f;
}

.primary-shadow {
  box-shadow: 0px 35px 46px 0px rgba(172, 189, 199, 0.28);
}

.border-blue {
  border-color: #dcebf4 !important;
}

.shadow-primary {
  box-shadow: 0px 35px 46px 0px rgba(172, 189, 199, 0.28);
}

.facebook {
  color: #334bff;
}

.twitter {
  color: #45d9f0;
}

.linkedin {
  color: #1b91ff;
}

.black {
  color: #000;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.translate-y-150 {
  transform: translateY(150px);
}

@media (max-width: 575px) {
  .translate-y-150 {
    transform: translateY(0);
  }
}

.left-right-animation {
  animation: left_right 3s ease-in infinite alternate-reverse;
}

@-webkit-keyframes left_right {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-20px);
  }
}

@keyframes left_right {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-20px);
  }
}

.up-down-animation {
  animation: up_down 3s ease-in infinite alternate-reverse;
}

@-webkit-keyframes up_down {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes up_down {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

.zindex-1 {
  z-index: 1;
}

/******************************************************************
                       HEADER 
*******************************************************************/
.navbar-light .navbar-nav .nav-link {
  color: #1d1c1c;
  font-weight: 500;
  font-size: 18px;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #1c86c8;
}

.navigation {
  transition: 0.3s ease;
}

.navbar {
  transition: 0.3s ease;
}

.navbar .navbar-brand img {
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
  width: 35%;
}

.navbar .navbar-brand {
  color: #1f4160;
  font-size: 34px;
  font-weight: 600;
}

.nav-bg {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 141, 236, 0.1);
}

.nav-bg .navbar {
  padding: 10px 0;
}

.nav-item {
  padding: 20px 10px;
}

@media (max-width: 991px) {
  .nav-item {
    padding: 0;
  }

  .navbar-collapse {
    padding-bottom: 20px;
  }
}

/**************Megamenu starts here**************/
.dropdown-toggle::after {
  display: none;
}

.mega-dropdown {
  position: static;
}

.mega-dropdown .dropdown-menu {
  left: 0;
  right: 0;
  position: absolute;
  padding: 5px;
  border-top: 2px solid #00235e;
  background: #ffffff;
  z-index: 99999;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  height: 350px;
}

.mega-dropdown:hover>.dropdown-menu {
  opacity: 1;
  top: 85%;
  visibility: visible;
}

.media-heading h6 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
}

.media-heading p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.mega-menu-columns:nth-child(1),
.mega-menu-columns:nth-child(2),
.mega-menu-columns:nth-child(3),
.mega-menu-columns:nth-child(4) {
  border-right: 1px solid #dfd3d3;
}

.mega-menu-columns:nth-child(1),
.mega-menu-columns:nth-child(2),
.mega-menu-columns:nth-child(3),
.mega-menu-columns:nth-child(4),
.mega-menu-columns:nth-child(5) {
  padding-left: 3px;
}

.feature-title {
  font-size: 14px;
  font-weight: 700;
  color: #965e3e;
}

/* Show on mobile click */
/* @media (max-width: 991.99px) {
  .mega-dropdown .dropdown-menu {
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    display: none;
    box-shadow: none;
    border-top: none;
    z-index: 99999;
  }

  .mega-dropdown.show .dropdown-menu {
    display: block;
  }

  .mega-menu {
    height: 400px;
    overflow-y: auto;
  }
} */

/* Hover on desktop */
/* @media (min-width: 992px) {
  .mega-dropdown:hover .dropdown-menu {
    display: block;
  }
} */

.icon-1 {
  color: #e20404;
}

.icon-2 {
  color: #eecc23;
}

.icon-3 {
  color: #ffae18;
}

.icon-4 {
  color: #1d0896;
}

.icon-5 {
  color: #0b75e0;
}

.icon-6 {
  color: #bb0909;
}

.icon-7 {
  color: #713cec;
}

.icon-8 {
  color: #063a9b;
}

.icon-9 {
  color: #048bad;
}

.icon-10 {
  color: #6008bf;
}

.btn-link-megamenu {
  color: #00235e;
  font-size: 12px;
  font-weight: 600;
}

.btn-link-megamenu:hover {
  color: #b14e0d !important;
}

.media {
  height: 80px;
  margin-top: 10px;
}

.media i {
  font-size: 22px;
}

/* Megamenu ends here  */
/*************************************************************
                      Hero-Section
*************************************************************/
.hero-section {
  padding-top: 250px;
  padding-bottom: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-bottom: 300px;
}


.hero-section h1{
  font-size: 50px;
}

.hero-section h3{
  font-size: 24px;
}



.banner-image {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
}

.hero-bg-1 {
  position: absolute;
  left: 30px;
  top: 200px;
}

@media (max-width: 767px) {
  .hero-bg-1 {
    display: none;
  }
}

.hero-bg-2 {
  position: absolute;
  top: 50%;
  left: 20%;
}

@media (max-width: 767px) {
  .hero-bg-2 {
    display: none;
  }
}

.hero-bg-3 {
  position: absolute;
  bottom: 0%;
  left: 10%;
}

@media (max-width: 767px) {
  .hero-bg-3 {
    display: none;
  }
}

.hero-bg-4 {
  top: 210px;
  right: 40%;
  position: absolute;
}

@media (max-width: 767px) {
  .hero-bg-4 {
    display: none;
  }
}

.hero-bg-5 {
  position: absolute;
  top: 250px;
  right: 17%;
}

@media (max-width: 767px) {
  .hero-bg-5 {
    display: none;
  }
}

.hero-bg-6 {
  position: absolute;
  right: 10%;
  bottom: 20%;
}

@media (max-width: 767px) {
  .hero-bg-6 {
    display: none;
  }
}

.hero-bg-7 {
  position: absolute;
  left: 20%;
  bottom: -17%;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero-bg-7 {
    display: none;
  }
}

.hero-bg-8 {
  position: absolute;
  bottom: -30%;
  right: 50%;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero-bg-8 {
    display: none;
  }
}

.hero-bg-9 {
  position: absolute;
  right: 20%;
  bottom: -10%;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero-bg-9 {
    display: none;
  }
}

/**************************************************
                Banner Area
**************************************************/
.banner-area {
  margin-top: 120px;
  background-image: url('../images/banner_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 50px 0;
}

/*****************************************************************
                        * Feature Section
*****************************************************************/
.features {
  margin: 50px 0;
}

.features .image-box {
  padding: 25px 15px;
}

.features ul {
  list-style: none;
  margin-top: 10px;
}

.features li {
  font-size: 17px;
  font-weight: 500;
}

.features li b {
  color: #965e3e;
}

.features li::before {
  content: "\EB81";
  font-family: "remixicon";
  position: absolute;
  margin-left: -25px;
  color: #c04413;
  font-size: 18px;
  font-weight: 500;
}

.features h4 {
  font-weight: 600;
}

.desc-text {
  color: #965e3e;
  font-weight: 500;
}

/************Feature-End*******************/

.team {
  overflow: visible;
  position: relative;
}

.team-slider {
  overflow: hidden;
  padding-bottom: 100px;
}

.team-slider .slick-list {
  overflow: visible;
}

.team-slider .slick-arrow {
  border: 0;
  background: transparent;
  color: #008dec;
  position: absolute;
  bottom: 0;
  z-index: 1;
  font-size: 25px;
}

.team-slider .slick-arrow.slick-disabled {
  color: #86ceff;
}

.team-slider .prevArrow {
  left: 10px;
}

.team-slider .nextArrow {
  left: 50px;
}

.team-slider .slick-slide {
  display: flex !important;
  align-items: stretch;
}

.team-member {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 45px;
  background: #fff;
  box-shadow: 0px 23px 43px 0px rgba(172, 189, 199, 0.49);
  margin: 0 20px;
}

/* @media (max-width: 1200px) {
  .team-member {
    padding: 30px;
  }
} */

.team-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.team-bg-shape-1 {
  position: absolute;
  top: 100px;
  left: 20px;
  z-index: -1;
}

@media (max-width: 767px) {
  .team-bg-shape-1 {
    display: none;
  }
}

.team-bg-shape-2 {
  position: absolute;
  top: 100px;
  right: -5px;
  z-index: -1;
}

@media (max-width: 767px) {
  .team-bg-shape-2 {
    display: none;
  }
}

.team-bg-shape-3 {
  position: absolute;
  bottom: 20%;
  right: 40%;
  z-index: -1;
}

@media (max-width: 767px) {
  .team-bg-shape-3 {
    display: none;
  }
}

.team-bg-shape-4 {
  position: absolute;
  bottom: 20%;
  right: 180px;
  z-index: -1;
}

@media (max-width: 767px) {
  .team-bg-shape-4 {
    display: none;
  }
}

.pricing {
  position: relative;
  overflow: visible;
}

.pricing-table {
  padding: 50px 35px 30px;
  transition: 0.2s ease;
}

@media (max-width: 1200px) {
  .pricing-table {
    padding: 30px 20px;
  }
}

.pricing-table h1 {
  font-size: 65px;
}

.pricing-table h1 span {
  font-size: 20px;
  vertical-align: top;
  line-height: 65px;
  margin-right: 5px;
}

.pricing-table:hover {
  box-shadow: 0px 59px 43px 0px rgba(216, 233, 243, 0.3);
}

.pricing-table.table-1 {
  background-image: linear-gradient(59deg,
      rgb(213, 252, 113) 0%,
      rgb(100, 254, 171) 95%);
}

.pricing-table.table-2 {
  background-image: linear-gradient(59deg,
      rgb(6, 255, 223) 0%,
      rgb(66, 219, 239) 95%);
}

.pricing-table.table-3 {
  background-image: linear-gradient(59deg,
      rgb(11, 252, 224) 0%,
      rgb(197, 253, 120) 95%);
}

.pricing-btn {
  font-size: 25px;
  font-weight: 700;
  color: #091337;
}

@media (max-width: 1200px) {
  .pricing-btn {
    padding: 5px;
  }
}

.pricing-btn:hover {
  color: #008dec;
}

.pricing-bg-shape-1 {
  position: absolute;
  left: 30%;
  top: 100px;
  z-index: -1;
}

@media (max-width: 767px) {
  .pricing-bg-shape-1 {
    display: none;
  }
}

.pricing-bg-shape-2 {
  position: absolute;
  right: 10%;
  top: 110px;
  z-index: -1;
}

@media (max-width: 767px) {
  .pricing-bg-shape-2 {
    display: none;
  }
}

.pricing-bg-shape-3 {
  position: absolute;
  bottom: 20%;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .pricing-bg-shape-3 {
    display: none;
  }
}

.client-logo-slider img {
  transition: 0.2s ease;
}

.client-logo-slider a:hover img {
  transform: scale(1.2);
}

.about {
  position: relative;
  overflow: visible;
}

.about-video {
  position: relative;
}

.about-video .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about-bg-1 {
  position: absolute;
  left: 30%;
  top: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-bg-1 {
    display: none;
  }
}

.about-bg-2 {
  position: absolute;
  top: 30%;
  right: 40px;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-bg-2 {
    display: none;
  }
}

.about-bg-3 {
  position: absolute;
  bottom: 20%;
  left: 30px;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-bg-3 {
    display: none;
  }
}

.about-bg-4 {
  position: absolute;
  top: 20%;
  left: 40px;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-bg-4 {
    display: none;
  }
}

.about-bg-5 {
  position: absolute;
  bottom: 10%;
  right: 40px;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-bg-5 {
    display: none;
  }
}

.about-bg-6 {
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-bg-6 {
    display: none;
  }
}

.play-btn {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  color: #fff;
  line-height: 70px;
  font-size: 20px;
  text-align: center;
  background: #7aff91;
  display: inline-block;
  transition: 0.2s ease;
  box-shadow: 0px 23px 43px 0px rgba(94, 254, 198, 0.3);
}

.play-btn:hover {
  color: #fff;
  font-size: 30px;
}

.product {
  position: relative;
  overflow: visible;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.about-bg {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -1;
}

/************************************************************
                       Contact Us
***********************************************************/
.contact-bg {
  background-color: #f3f7fb;
}

.contact {
  position: relative;
}

/**********************************************************
                   REQUEST A DEMO
***********************************************************/
.demo-section {
  padding: 150px 0 100px 0;
  background-image: url("../images/home-page-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  /* margin-bottom: 300px; */
}

.demo-section form {
  background-color: rgb(255, 255, 255, 0.7);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  border-radius: 10px;
}

/********************************************************************
                     Account Section
********************************************************************/
.accounts-section {
  margin: 200px 0;
}

.accounts-section .circle-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
  margin-bottom: 100px;
}

.accounts-section .circle-box {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transform: scale(0.9) translateY(30px);
  transition: transform 0.5s ease, opacity 0.5s ease, box-shadow 0.3s ease;
}

.circle-heading {
  font-size: 18px;
  font-weight: 600;
  color: #555556;
  margin-top: 10px;
}

.forgot-account-text,
.account-type-text {
  color: #2c73a1;
  font-size: 16px;
  font-weight: 500;
}

.back-btn,
.btn-forget-text {
  color: #585656;
  font-size: 16px;
  font-weight: 500;
}

/*********Business Account*************/
.forgot-account,
.business-account {
  margin: 150px 0 100px 0;
}


/******************************************************

******************************************************/
.newsletter {
  position: relative;
 
  padding: 50px 0;
}

.newsletter-form:focus {
  outline: 0;
  box-shadow: 0;
}

.newsletter-btn {
  position: absolute;
  height: 100%;
  background: #8986ff;
  top: 0;
  right: 0;
  border-radius: 0 5px 5px 0;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

/************************************************************
 footer css starts here  
 ************************************************************/

.footer .footer-link {
  color: #1d1c1c;
  font-weight: 400;
  font-size: 17px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer .footer-link:hover {
  color: #0d6efd;
}

.social-icons {
  gap: 20px;
}

.footer .social-link {
  color: #7F6DB1;
  font-size: 1.1rem;
  transition: transform 0.3s ease, color 0.3s ease;
  border: 1px solid #7F6DB1;
  border-radius: 50%;
  padding: 3px 9px 3px 9px;
}

.footer .social-link:hover {
  transform: scale(1.15);
  color: #E34786;
}

.footer .footer-url-color {
  color: #1d1c1c;
}

.footer p {
  color: #091337;
  font-weight: 500;
  font-size: 15px;
}

.footer h5 {
  color: #965e3e;
  font-size: 20px;
}

.footer hr {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer .list-unstyled li {
  color: #091337;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.footer .list-unstyled li a {
  color: #091337;
  font-weight: 500;
  font-size: 15px;
}

footer .Copyright {
  border-radius: 0;
  color: #091337;
  font-weight: 400;
  font-size: 14px;
}

footer .GetInTouch_icon {
  color: #7F6DB1;
  display: block;
}

/*****************************************************************************
                     Feature Section CSS 
******************************************************************************/
.chalk-features {
  background: #ffffff;
  padding: 60px 0;
}

.chalk-features ul {
  list-style: none;
  margin-top: 10px;
}

.chalk-features li {
  font-size: 17px;
  font-weight: 500;
  margin-left: -10px;
}

.chalk-features li span {
  color: #965e3e;
  font-weight: 600;
}

.chalk-features li::before {
  content: '\EB81';
  font-family: 'remixicon';
  position: absolute;
  left: 20px;
  /* margin-left: -36px; */
  color: #c04413;
  font-size: 18px;
  font-weight: 600;
}

.chalk-features p {
  color: #965e3e;
  font-weight: 600;
}

.chalk-features h2 {
  font-weight: 700;
  color: #1d3557;
}

.feature-box h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.bg-semilight-primary {
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
}

.feature-box:nth-child(1) .bg-semilight-primary {
  background: linear-gradient(135deg, #caf0f8, #ade8f4);
}

.feature-box:nth-child(2) .bg-semilight-primary {
  background: linear-gradient(135deg, #d8f3dc, #b7e4c7);
}

.feature-box:nth-child(3) .bg-semilight-primary {
  background: linear-gradient(135deg, #fff0d9, #ffe5b4);
}

.feature-box:nth-child(4) .bg-semilight-primary {
  background: linear-gradient(135deg, #fde2e4, #f9bec7);
}

.feature-box:nth-child(5) .bg-semilight-primary {
  background: linear-gradient(135deg, #e0c3fc, #8ec5fc);
}

.feature-box img {
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.feature-box:hover img {
  transform: scale(1.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .feature-box {
    text-align: center;
  }

  .bg-semilight-primary {
    margin-top: 2rem;
  }
}

/*************************************************************************
                        About Chalk Section 
**************************************************************************/

.about-chalk {
  margin-top: 100px;
}

.chalk-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
  height: 100%;
}

.chalk-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.icon-circle {
  width: 130px;
  height: 130px;
  background: linear-gradient(135deg, #eff6fc, #d8e9f3);
  /* background: linear-gradient(135deg, #ffe0c3, #ffcfad); */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.chalk-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #965e3e;
  font-size: 18px;
}

.chalk-card p {
  font-size: 17px;
  font-weight: 500;
}

/******************************************************
          About Us Section
*****************************************************/
.about-section {
  margin-top: 500px;
}

.about-section .about-content {
  border-left: 8px solid #1DAC4B;
  padding: 10px;
}



.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}