:root {
  --primary: #015fc9;
  --secondary: #0dd3f1;
  --light: #f6f7fc;
  --dark: #15233c;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}
#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
.btn {
  transition: 0.5s;
}
.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
  color: #fff;
}
.btn.btn-primary:hover {
  background: var(--primary);
  border-color: var(--primary);
}
.btn.btn-secondary:hover {
  background: var(--primary);
  border-color: var(--primary);
}
.btn-square {
  width: 38px;
  height: 38px;
}
.btn-sm-square {
  width: 32px;
  height: 32px;
}
.btn-lg-square {
  width: 48px;
  height: 48px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}
.navbar .navbar-brand img {
  max-height: 50px;
}
.custom-dropdown {
  margin-top: 10px;
  right: 0;
  width: fit-content;
}
.navbar .navbar-nav .nav-link {
  margin-left: 35px;
  padding: 10px 0;
  width: 10 0;
  color: #696e77;
  font-weight: 500;
  outline: none;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}
.navbar-nav {
  background-color: #f5f5f5;
  border-radius: 10px;
}
.nav-link {
  color: #333;
  font-weight: 600;
  transition: color 0.3s ease;
}
.nav-link:hover,
.nav-link.active {
  color: #007bff;
}
.dropdown-menu.custom-dropdown {
  background-color: #fff;
  border: none;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
  border-radius: 10px;
  transition: all 0.3s ease;
}
.dropdown-item {
  color: #333;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.dropdown-item:hover {
  background-color: #f0f0f0;
  color: #007bff;
}
.dropdown-item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand img {
    max-height: 45px;
  }
  .navbar .navbar-nav {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .navbar .nav-item .dropdown-menu {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}
.carousel-caption {
  top: 250px;
  left: 0;
  right: 0;
  bottom: 300;
  display: flex;
  align-items: center;
  text-align: start;
  z-index: 1;
}
.carousel-p {
  color: #0e0d0d;
}
.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--primary);
  border: 15px solid var(--primary);
  border-radius: 50px;
}
@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }
  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
    display: flex;
    align-items: center;
  }
  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-weight: 500;
}
.page-header .breadcrumb-item a,
.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: #696e77;
}
.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
  color: var(--primary);
}
@media (min-width: 992px) {
  .container.facts {
    max-width: 100% !important;
  }
  .container.facts .facts-text {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }
  .container.facts .facts-counter {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
}
@media (min-width: 1200px) {
  .container.facts .facts-text {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }
  .container.facts .facts-counter {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}
@media (min-width: 1400px) {
  .container.facts .facts-text {
    padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  }
  .container.facts .facts-counter {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}
.container.facts .facts-text {
  background: linear-gradient(rgba(241, 242, 245, 0.9), rgba(6, 71, 108, 0.8)),
    url(../img/computer-screen-with-colorful-background-colorful-image-monitor_1013341-217731.jpg)
      center right no-repeat;
  background-size: cover;
  border-radius: 9px;
}

.container.facts .facts-counter {
  background: linear-gradient(
      rgb(255 255 255 / 0.9),
      rgba(245, 245, 245, 0.149)
    ),
    url(../img/gear.jpg) center right no-repeat;
  background-size: cover;
  border-radius: 9px;
}
.container.facts .facts-text .h-100,
.container.facts .facts-counter .h-100 {
  padding: 6rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 45px rgb(0 0 0 / 0.07);
}
.service-item .service-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-item .service-icon img {
  max-width: 60px;
  max-height: 60px;
}
.service-item a.btn {
  color: var(--primary);
}
.service-item a.btn:hover {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary);
}
.appointment {
  background: linear-gradient(
      rgba(206, 210, 215, 0.9),
      rgba(210, 213, 215, 0.9)
    ),
    url(../img/hands.jpg) center center no-repeat;
  background-size: cover;
}
.team-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 45px rgb(0 0 0 / 0.07);
}
.team-item img {
  transition: 0.5s;
}
.team-item:hover img {
  transform: scale(1.1);
}
.team-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
  opacity: 0;
  transition: 0.5s;
}
.team-item:hover .team-text {
  bottom: 0;
  opacity: 1;
}
.team-item a.btn {
  color: var(--primary);
}
.team-item a.btn:hover {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary);
}
.animated.pulse {
  animation-duration: 1.5s;
}
.testimonial-left,
.testimonial-right {
  position: relative;
}
.testimonial-left img,
.testimonial-right img {
  position: absolute;
  padding: 5px;
  border: 1px dashed var(--primary);
  border-radius: 10px;
}
.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
  width: 70px;
  height: 70px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
  width: 50px;
  height: 50px;
  bottom: 10%;
  right: 10%;
}
.testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
}
.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin: 0 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--primary);
  border-radius: 10px;
  font-size: 22px;
  transition: 0.5s;
}
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--light);
}
.footer {
  color: #a7a8b4;

  background-size: contain;
}
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #a7a8b4;
  font-weight: 400;
  text-transform: capitalize;
  transition: 0.3s;
}
.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #a7a8b4;
  margin-right: 10px;
}
.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}
.footer .btn.btn-square {
  color: #a7a8b4;
  border: 1px solid#A7A8B4;
}
.footer .btn.btn-square:hover {
  color: var(--secondary);
  border-color: var(--light);
}
.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgb(256 256 256 / 0.1);
}
.footer .copyright a {
  color: var(--primary);
}
.footer .copyright a:hover {
  color: #fff;
}
.slider {
  position: relative;
  background: url(../img/old-couple.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slider {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .slider {
    padding: 100px 0;
  }
}
.slider::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 2;
}
.slider::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}
.slider .slide-effect {
  position: absolute;
  top: 0;
  width: 100px;
  background: rgb(0 0 0 / 0.2);
  z-index: 9;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
.slider .slide-effect .social-media {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider .slide-effect .social-media ol li {
  transition: 0.3s;
  padding: 15px 20px;
  color: #7b7b7b;
  font-size: 25px;
}
.slider .slide-effect .social-media ol li:hover {
  transform: translateX(-10px);
}
#checkboxContainer p {
  max-width: 650px;
  margin-right: 2opx;
  margin-left: 26px;
}
.form-box {
  background-color: #f2f2f2;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
  padding: 12px;
  border-radius: 10px;
}
.form-control {
  background-color: #f2f2f2;
}
.form-box h2 {
  color: #f3eeee;
}
#checkboxContainer label {
  display: flex;
  align-items: center;
  color: #e7e1e1;
  margin-left: 5px;
}
#checkboxContainer p {
  margin: 0;
}
.form-box {
  margin-left: 300px;
  border: 1px solid #f3f3f3;
  border-top: none;
  box-shadow: 0 -14px 35px 0 rgb(0 0 0 / 0.03);
  -webkit-box-shadow: 0 -14px 35px 0 rgb(0 0 0 / 0.03);
  -moz-box-shadow: 0 -14px 35px 0 rgb(0 0 0 / 0.03);
  -o-box-shadow: 0 -14px 35px 0 rgb(0 0 0 / 0.03);
  background: #ececec;
  margin-bottom: 200px;
  width: 80%;
  height: 90%;
}
.form-box h2 {
  margin: 0;
  color: #fff !important;
  background-color: #4275ed;
  line-height: 65px;
  padding: 0 25px;
}
.form-box .form-content {
  padding: 25px;
}
.form-box .form-content input[type="text"],
.form-box .form-content textarea {
  margin-bottom: 25px;
}
.form-box .form-content input[type="submit"] {
  margin: 25px 0;
}
.btn-default {
  background-color: #4275ed;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  width: 250px;
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
  height: 100%;
  background: #06b2ff;
}
.btn-default:hover {
  background-color: #6b90ee;
}
.btn-default:active {
  background-color: #22438f;
}
.form-control input[type="tel"] {
  width: 100%;
  padding: 10px;
  border: 4px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-control input[type="tel"]:focus {
  border-color: #00b2ce;
  outline: none;
}
.get-quote-form {
  position: relative;
  z-index: 1;
  background-color: rgb(91 157 244 / 0.9);
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 50px rgb(251 251 251 / 0.4);
  margin: 0 auto;
  max-width: 600px;
}
.get-quote-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  color: #1b1a1a;
}
.get-quote-form input[type="text"],
.get-quote-form input[type="tel"],
.get-quote-form input[type="email"],
.get-quote-form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-weight: 700;
}
.checkbox-container {
  max-height: 100px;
  overflow-y: auto;
  border-radius: 4px;
  padding: 10px;
}
.checkbox-scroll p {
  margin: 0;
  word-wrap: break-word;
  color: #151515;
}
.checkbox-scroll::-webkit-scrollbar {
  width: 8px;
}
.checkbox-scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}
.checkbox-scroll::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.get-quote-form button[type="submit"] {
  background-color: #ea6f0b !important;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.get-quote-form button[type="submit"]:hover {
  background-color: rgb(247 167 82 / 0.968) !important;
}
#checkboxContainer p {
  max-width: 650px;
  margin-right: 20px;
  margin-left: 26px;
}
.form-box {
  background-color: #f2f2f2;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
  padding: 12px;
  border-radius: 10px;
  margin-left: 300px;
  border: 1px solid #f3f3f3;
  border-top: none;
  box-shadow: 0 -14px 35px 0 rgb(0 0 0 / 0.03);
  background: #ececec;
  margin-bottom: 200px;
  width: 80%;
  height: 90%;
}
.form-box h2 {
  margin: 0;
  color: #fff;
  background-color: #4275ed;
  line-height: 65px;
  padding: 0 25px;
}
.form-control {
  background-color: #f2f2f2;
}
.form-control input[type="tel"] {
  width: 100%;
  padding: 10px;
  border: 4px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-control input[type="tel"]:focus {
  border-color: #00b2ce;
  outline: none;
}
#checkboxContainer label {
  display: flex;
  align-items: center;
  color: #e7e1e1;
  margin-left: 5px;
}
#checkboxContainer p {
  margin: 0;
}
.btn-default {
  background-color: #4275ed;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  width: 250px;
}
.btn-default:hover {
  background-color: #6b90ee;
}
.btn-default:active {
  background-color: #22438f;
}
.display-6 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333232;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 0.5);
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .display-6 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .display-6 {
    font-size: 1.75rem;
  }
}
#servic {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
#service {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.service-item {
  padding: 2.5rem;
  margin-bottom: 2rem;
}
.service-icon {
  margin-right: 1.5rem;
}
@media (min-width: 992px) {
  .row.g-5 > [class*="col-"] {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  #servic {
    font-size: 2rem;
  }
  #service {
    font-size: 1.1rem;
  }
}
.container-services {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .container-services {
    margin-top: 2rem;
  }
}
.icon-colorful-3d {
  filter: drop-shadow(0 0 2px rgb(0 0 0 / 0.5));
}
.splide__track {
  height: 660px;
  overflow: hidden;
}
.splide__slide {
  height: 100%;
}
.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.fact-item {
  border: 1px solid #dee2e6;
  transition: box-shadow 0.3s ease;
}
.fact-item:hover {
  box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
}
.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  background-color: #fff0;
  transition: color 0.3s;
  font-size: 20px;
}
.btn-square:hover .fa-twitter {
  color: #1da1f2;
}
.btn-square:hover .fa-facebook-f {
  color: #1877f2;
}
.btn-square:hover .fa-youtube {
  color: red;
}
.btn-square:hover .fa-linkedin-in {
  color: #0a66c2;
}
.bg-white .icon-custom-color {
  color: #007bff !important;
}
.container-services {
  padding: 50px 0;
}
.service-item {
  background: #f8f9fa;
  box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
}
.service-icon {
  width: 60px;
  height: 60px;
  background: #007bff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.service-icon i {
  font-size: 24px;
}
.accordion-button {
  background-color: #f8f9fa;
  color: #343a40;
  border: none;
  border-radius: 0.25rem;
  padding: 1rem;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.accordion-button:hover {
  background-color: #e9ecef;
}
.accordion-button:not(.collapsed) {
  background-color: #007bff;
  color: #fff;
}
.accordion-body {
  background-color: #fff;
  color: #343a40;
  border: 1px solid #dee2e6;
  border-radius: 0 0 0.25rem 0.25rem;
  padding: 1rem;
  font-size: 1rem;
}
.accordion-item {
  border: none;
}
.accordion-item {
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0.15);
}
.accordion-item + .accordion-item {
  margin-top: 1rem;
}
.hero-section {
  position: relative;
  background-image: url(img/family-home.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 0.3);
  background-image: repeating-linear-gradient(
    to right,
    rgb(0 0 0 / 0.1),
    rgb(0 0 0 / 0.1) 2px,
    transparent 2px,
    transparent 4px
  );
  z-index: 1;
}
.hero-section-content {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .hero-section {
    height: 100vh;
  }
}
@media (min-width: 992px) {
  .hero-section {
    height: 100vh;
  }
}
@media (max-width: 576px) {
  .hero-section {
    height: 100vh;
  }
}
.card {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
  position: relative;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgb(0 0 0 / 0.15);
}
.card:hover .card-body {
  background-color: #e0e4e9;
}
.card-body {
  transition: background-color 0.2s ease;
  position: relative;
  z-index: 1;
}
.card-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 2px;
  background-color: #007bff;
}
.card-body .icon,
.card-body h5,
.card-body p {
  transition: color 0.2s ease;
  color: #575555;
}
.card:hover .icon,
.card:hover h5,
.card:hover p {
  color: #007bff;
}
.card:hover h5,
.card:hover p {
  color: #333;
}
.card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.icon {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #007bff;
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
  .col-lg-3:nth-child(5) {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}
.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 8px;
  max-width: 600px;
  text-align: center;
}

.overlay-content h2 {
  font-size: 24px;
  color: #333;
}

.overlay-content p {
  font-size: 16px;
  color: #555;
}

.overlay-content ul {
  list-style-type: none;
  padding: 0;
}

.overlay-content li {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

.overlay-content a {
  color: #007bff;
  text-decoration: none;
}

.overlay-content a:hover {
  text-decoration: underline;
}
#hero-section {
  height: 611px;
  overflow: hidden;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}
.banner-shap-img {
  background-image: url(../img/shap-banner.png);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  bottom: 0px;
  height: 100px;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
}
.card-gradient {
  background: linear-gradient(135deg, #007bff, #1081f2);
  border-radius: 15px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.card-hover:hover {
  transform: translateY(-10px);
  background: linear-gradient(135deg, #064166, #007bff);
}

.text-white {
  color: #ffffff;
}

.animate-icon {
  transition: transform 0.3s ease;
}

.card-hover:hover .animate-icon {
  transform: scale(1.2);
}

.divider {
  height: 3px;
  width: 50px;
  background-color: #ffffff;
  margin: 0 auto 15px auto;
  border-radius: 3px;
}

h1.display-6 {
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
}
