@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
}

html {
  font-size: 16px;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #1C1C1C;
}

p {
  margin: 0;
  color: #1C1C1C;
}

input,
textarea,
a,
button {
  outline: none !important;
}

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

a {
  color: #41A6CD;
}

a:hover {
  color: #41A6CD;
}

h2 {
  font-size: 2rem;
}
@media (max-width: 991px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "pingAR+LT-Regular";
  src: url(../fonts/pingAR+LT-Regular.otf);
}
@font-face {
  font-family: "pingAR+LT-Bold";
  src: url(../fonts/pingAR+LT-Bold.otf);
}
@font-face {
  font-family: "pingAR+LT-Light";
  src: url(../fonts/pingAR+LT-Light.otf);
}
@font-face {
  font-family: "pingAR+LT-Medium";
  src: url(../fonts/pingAR+LT-Medium.otf);
}
@font-face {
  font-family: "pingAR+LT-Heavy";
  src: url(../fonts/pingAR+LT-Heavy.otf);
}
body {
  font-weight: 400;
  line-height: 1.7;
  background-color: #fff;
  color: #1C1C1C;
  overflow-x: hidden;
  font-family: "pingAR+LT-Regular";
}

.font-light {
  font-family: "pingAR+LT-Light";
}

.font-bold {
  font-family: "pingAR+LT-Bold";
}

.form-group {
  margin-bottom: 25px;
}

.form-control {
  padding: 10px 15px;
  border: 2px solid #F2F4F7;
  background-color: #fff;
  border-radius: 30px;
  height: 49px;
}
.form-control:focus {
  background-color: #F5F5F5;
  border-color: #41A6CD !important;
  box-shadow: none;
}

textarea.form-control {
  height: auto;
}

.bg-primary {
  background-color: #41A6CD !important;
}

.text-primary {
  color: #41A6CD !important;
}

.text-primary-2 {
  color: #047985;
}

.bg-primary-2 {
  background-color: #047985;
}

.border-primary {
  border-color: #41A6CD !important;
}

button {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}

.input-icon {
  position: relative;
}

.input-icon .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}

.input-icon.icon-right .icon {
  inset-inline-start: 20px;
}

.input-icon.icon-right .form-control {
  padding-inline-start: 55px;
}

.input-icon.icon-left .icon {
  inset-inline-end: 20px;
}

.input-icon.icon-left .form-control {
  padding-inline-end: 55px;
}

::-moz-placeholder {
  color: #C3C3C3 !important;
  font-size: 16px;
}

::placeholder {
  color: #C3C3C3 !important;
  font-size: 16px;
}

.btn {
  padding: 10px 38px;
  font-size: 1.125rem;
  border-radius: 30px;
}

.btn-primary {
  color: #fff;
  background: #41A6CD;
  border-color: #41A6CD;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-primary::before {
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
  width: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  top: 0;
  z-index: -1;
  background: #3489aa;
  border-color: #41A6CD;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff !important;
  border-color: #41A6CD;
  background: #41A6CD !important;
  box-shadow: none !important;
}
.btn-primary:hover::before, .btn-primary:focus::before {
  width: 100%;
  left: 0;
  right: auto;
}

.btn-secondary {
  color: #19345A;
  background: #E8EBEF;
  border-color: #E8EBEF;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-secondary::before {
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
  width: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  top: 0;
  z-index: -1;
  background-color: #41A6CD !important;
  border-color: #41A6CD;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #fff !important;
  border-color: #E8EBEF;
  background-color: #E8EBEF !important;
  box-shadow: none !important;
}
.btn-secondary:hover::before, .btn-secondary:focus::before {
  width: 100%;
  left: 0;
  right: auto;
}

.btn-light {
  color: #475467;
  background: #F2F4F7;
  border-color: #F2F4F7;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-light::before {
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
  width: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  top: 0;
  z-index: -1;
  background-color: #41A6CD !important;
  border-color: #41A6CD;
}
.btn-light:hover, .btn-light:focus {
  color: #fff !important;
  border-color: #F2F4F7;
  background-color: #F2F4F7 !important;
  box-shadow: none !important;
}
.btn-light:hover::before, .btn-light:focus::before {
  width: 100%;
  left: 0;
  right: auto;
}

.btn-light-primary {
  color: #22252D;
  background: #F7FDFE;
  border-color: #F2F4F7;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-light-primary::before {
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
  width: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  top: 0;
  z-index: -1;
  background-color: #41A6CD !important;
  border-color: #41A6CD;
}
.btn-light-primary:hover, .btn-light-primary:focus {
  color: #fff !important;
  border-color: #F6FAF4;
  background-color: #F6FAF4 !important;
  box-shadow: none !important;
}
.btn-light-primary:hover::before, .btn-light-primary:focus::before {
  width: 100%;
  left: 0;
  right: auto;
}

.btn-white {
  color: #000;
  background: #FFF;
  border-color: #E6E8E4;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-white::before {
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
  width: 0;
  width: 0%;
  right: 0;
  transition: all 0.3s ease-in-out;
  top: 0;
  border-radius: 6px;
  z-index: -1;
  background-color: #41A6CD;
}
.btn-white:hover, .btn-white:focus {
  color: #fff !important;
  border-color: #41A6CD;
  background-color: #FFF !important;
  box-shadow: none !important;
}
.btn-white:hover::before, .btn-white:focus::before {
  width: 100%;
  left: 0;
  right: auto;
}

.btn-outline-primary {
  color: #41A6CD;
  background: transparent;
  border-color: #41A6CD;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn-outline-primary::before {
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
  width: 0;
  width: 0%;
  right: 0;
  transition: all 0.3s ease-in-out;
  top: 0;
  z-index: -1;
  background-color: #41A6CD;
}

.btn-outline-primary img {
  transition: filter 0.4s ease-in-out;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
  color: #000 !important;
  border-color: #41A6CD;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #FFF !important;
}

.btn-outline-primary:hover::before, .btn-outline-primary:focus::before {
  width: 100%;
  left: 0;
  right: auto;
}

.main-header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 24px 0;
  background-color: #fff;
  border-bottom: 1px solid #F2F4F7;
}
.main-header .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.main-header .overlay:not(.collapsed) {
  visibility: visible;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .main-header {
    padding: 10px 0;
  }
  .main-header .toggleMenu {
    max-width: 20px;
  }
}
@media (max-width: 991px) {
  .main-header .navbar .navbar-collapse {
    position: fixed;
    width: 100%;
    z-index: 11111;
    background: rgb(255, 255, 255);
    top: 0px;
    inset-inline-end: -100%;
    box-shadow: rgba(41, 41, 41, 0.1098039216) 0px 20px 20px;
    display: block;
    transition: all 0.2s ease-in-out;
    height: 100%;
  }
  .main-header .navbar .navbar-collapse .navbar-toggler {
    position: absolute;
    inset-inline-end: 32%;
    top: 3%;
    z-index: 22;
  }
  .main-header .navbar .navbar-collapse .navbar-nav {
    padding: 20px 20px 0;
  }
  .main-header .navbar .navbar-collapse.show {
    inset-inline-end: -30%;
  }
  .main-header .navbar .navbar-collapse.show .ss {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
  }
}
.main-header .navbar .navbar-collapse .nav-link {
  cursor: pointer;
  display: inline-block;
  padding: 8px 5px;
  margin: 0px 12px;
  font-size: 16px;
  color: #475467;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  position: relative;
  font-family: "pingAR+LT-Medium";
}
.main-header .navbar .navbar-collapse .nav-link.active {
  color: #41A6CD;
  font-family: "pingAR+LT-Heavy";
}
.main-header .navbar .navbar-collapse .nav-item:hover .nav-link {
  color: #41A6CD;
}
.main-header.internal .navbar-toggler {
  color: #FFF;
}
.main-header.internal .navbar-brand img {
  filter: brightness(0) invert(1);
}
@media (min-width: 992px) {
  .main-header.internal .navbar .navbar-collapse .nav-link {
    color: #FFF;
  }
  .main-header.internal .navbar .navbar-collapse .nav-link::before {
    background-color: #FFF;
  }
}
@media (max-width: 991px) {
  .main-header .navbar-brand img {
    max-height: 50px;
  }
  .main-header .navbar-toggler:focus {
    box-shadow: none !important;
  }
}

.navbar-toggler {
  border: 0;
}

.navbar-toggler {
  position: relative;
}
.navbar-toggler:not(.collapsed) i::before {
  content: "\f00d";
}

@media (max-width: 1250px) {
  .main-header .navbar .navbar-collapse .nav-link {
    padding: 8px 9px;
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .main-header .navbar .navbar-collapse .nav-link {
    padding: 9px 7px;
    font-size: 10px;
  }
}
.navbar-toggler::after {
  content: "☰";
  font-size: 24px;
  color: #000;
  transition: transform 0.3s ease;
}

.navbar-toggler.collapsed::after {
  content: "☰";
}

.navbar-collapse .navbar-toggler:not(.collapsed)::after {
  content: "✖";
}

@media (min-width: 1200px) {
  .container {
    width: 1700px;
    max-width: 100%;
  }
}
.section {
  padding: 30px 0px;
}
@media (max-width: 991px) {
  .section {
    padding: 30px 0;
  }
}

.section-home {
  position: relative;
  z-index: 1;
}
.section-home .home-title {
  font-size: 4rem;
}
@media (max-width: 991px) {
  .section-home .home-title {
    font-size: 1.7rem;
  }
  .section-home .home-text {
    font-size: 14px;
  }
  .section-home .home-image img {
    max-width: 200px;
  }
}

.section-title {
  font-size: 3rem;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 2rem;
  }
}

.widget_item-feature {
  border: 2px solid #F2F4F7;
  border-radius: 32px;
  padding: 65px 40px 40px;
  background-color: #fff;
  transition: all 0.4s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
@media (max-width: 991px) {
  .widget_item-feature {
    padding: 30px 20px 20px;
  }
}
.widget_item-feature .widget_item-title {
  font-size: 1.5rem;
  transition: color 0.3s ease;
}
.widget_item-feature .widget_item-image {
  height: 150px;
}
.widget_item-feature .widget_item-image img {
  max-height: 150px;
  transition: transform 0.4s ease;
}
.widget_item-feature:hover {
  border-color: #D0E3FF;
  background-color: #F8FBFF;
  box-shadow: 0 10px 30px rgba(0, 80, 200, 0.1);
  transform: translateY(-6px);
}
.widget_item-feature:hover .widget_item-title {
  color: #41A6CD;
}
.widget_item-feature:hover .widget_item-image img {
  transform: scale(1.08) rotate(2deg);
}

.nav-main .nav-item .nav-link {
  border: 2px solid #F2F4F7;
  background-color: #FFF;
  border-radius: 30px;
  color: #494E5B;
  font-size: 1.125rem;
  text-align: center;
}
@media (min-width: 991px) {
  .nav-main .nav-item .nav-link {
    min-width: 185px;
  }
}
.nav-main .nav-item .nav-link.active {
  background-color: #41A6CD;
  color: #FFF;
}

.widget_item-material {
  border: 2px solid #F2F4F7;
  border-radius: 32px;
  padding: 55px 25px 55px;
  background-color: #fff;
  transition: all 0.4s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.widget_item-material .widget_item-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #41A6CD;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.4s ease;
}
.widget_item-material .widget_item-icon img {
  max-height: 32px;
  transition: transform 0.4s ease;
}
.widget_item-material .widget_item-title {
  font-size: 1.5rem;
  transition: color 0.3s ease;
}
.widget_item-material:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.widget_item-material:hover .widget_item-icon {
  background: linear-gradient(135deg, #41A6CD, #70C1E3);
  transform: scale(1.2);
}
.widget_item-material:hover .widget_item-icon img {
  transform: rotate(-10deg);
}
.widget_item-material:hover .widget_item-title {
  color: #41A6CD;
}

.widget_item-testimonial {
  border: 2px solid #F2F4F7;
  border-radius: 32px;
  padding: 30px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.widget_item-testimonial .widget_item-image img {
  max-width: 160px;
  transition: transform 0.4s ease;
  border-radius: 16px;
}
.widget_item-testimonial h5, .widget_item-testimonial h6 {
  transition: transform 0.4s ease;
  position: relative;
  z-index: 2;
}
.widget_item-testimonial::before {
  content: "“";
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 120px;
  color: rgba(65, 166, 205, 0.08);
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}
.widget_item-testimonial:hover {
  background-color: #f0f8ff;
  box-shadow: inset 0 0 20px rgba(65, 166, 205, 0.2);
}
.widget_item-testimonial:hover h5 {
  transform: translateY(-4px);
}
.widget_item-testimonial:hover::before {
  opacity: 1;
  transform: translateY(10px) rotate(-5deg);
}

.section-bg {
  background-color: #fbf6f7;
}

.swiper-action .swiper-next,
.swiper-action .swiper-prev {
  width: 100px;
  height: 48px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #F2F4F7;
  flex: 0 0 auto;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.swiper-action .swiper-next:hover,
.swiper-action .swiper-prev:hover {
  background-color: #41A6CD;
  color: #FFF;
}
.swiper-action .swiper-next:hover img,
.swiper-action .swiper-prev:hover img {
  filter: brightness(0) invert(1);
}

.swiper-pagination {
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #bcc1c7;
  background-color: #FFF;
  border-radius: 30px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4C1E6D;
  width: 80px;
}

.widget_item-classes {
  border: 2px solid #F2F4F7;
  border-radius: 32px;
  padding: 30px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.widget_item-classes::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: repeating-linear-gradient(45deg, rgba(65, 166, 205, 0.05), rgba(65, 166, 205, 0.05) 1px, transparent 1px, transparent 10px);
  transform: rotate(0deg);
  transition: transform 0.7s ease;
  z-index: 0;
}
.widget_item-classes .widget_item-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #41A6CD;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  transition: transform 0.5s ease, z-index 0.5s;
  position: relative;
  z-index: 1;
}
.widget_item-classes .widget_item-icon img {
  max-height: 32px;
  transition: transform 0.5s ease;
}
.widget_item-classes .widget_item-title {
  font-size: 1.5rem;
  transition: text-shadow 0.5s ease;
  position: relative;
  z-index: 1;
}
.widget_item-classes .widget_item-desc {
  height: 87px;
  overflow: hidden;
  transition: transform 0.5s ease;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .widget_item-classes .widget_item-desc {
    height: 75px;
  }
}
.widget_item-classes a.btn {
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.widget_item-classes:hover {
  transform: scale(1.02);
}
.widget_item-classes:hover::after {
  transform: rotate(45deg);
}
.widget_item-classes:hover .widget_item-icon {
  transform: scale(1.3);
}
.widget_item-classes:hover .widget_item-title {
  text-shadow: 0 0 8px rgba(65, 166, 205, 0.5);
}
.widget_item-classes:hover .widget_item-desc {
  transform: translateY(-5px);
}
.widget_item-classes:hover a.btn {
  box-shadow: 0 6px 18px rgba(65, 166, 205, 0.3);
  transform: scale(1.05);
}

.widget_item-card {
  border-radius: 32px;
  padding: 30px 30px;
  transition: background-color 0.2s ease-in-out;
}
.widget_item-card .widget_item-title {
  font-size: 1.5rem;
  transition: color 0.2s ease-in-out;
}
.widget_item-card .widget_item-desc {
  height: 68px;
  overflow: hidden;
}
.widget_item-card .btn, .widget_item-card .form-select {
  height: 48px;
  font-size: 14px;
  line-height: 32px;
}
.widget_item-card:hover {
  background-color: #FFFAFB !important;
}
.widget_item-card:hover .widget_item-title {
  color: #FF79A2;
}
.widget_item-card.card-master {
  background-color: #FF79A2 !important;
  border-radius: 24px;
  box-shadow: -119px 181px 86px rgba(0, 0, 0, 0.005), -67px 102px 73px rgba(0, 0, 0, 0.02), -30px 45px 54px rgba(0, 0, 0, 0.04), -7px 11px 30px rgba(0, 0, 0, 0.06);
}
.widget_item-card.card-master *:not(button) {
  color: #FFF !important;
}
.widget_item-card.card-master .btn-outline-dark {
  background-color: #FFF;
  color: #000 !important;
  border-color: #FFF;
}
.widget_item-card.card-master .form-select {
  color: #000 !important;
}
.widget_item-card.card-master .widget_item-ribbon {
  background-color: #E56089;
  font-size: 10px;
  display: inline-block;
  border-radius: 30px;
  padding: 4px 16px;
}

.text-gray {
  color: #494E5B;
}

.section-content {
  position: relative;
  border: 1px solid rgba(153, 153, 153, 0.16);
  border-radius: 48px;
  padding: 60px;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-content {
    padding: 20px;
  }
}

.circle-outline {
  position: absolute;
  border: 1px solid #E7E7E1;
  border-radius: 50%;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}

.circle-outline-large {
  width: 1222px;
  height: 1222px;
}

.circle-outline-medium {
  width: 1024px;
  height: 1024px;
}

.circle-outline-small {
  width: 818px;
  height: 818px;
}

.circle-glow {
  position: absolute;
  width: 672px;
  height: 672px;
  background: linear-gradient(180deg, #6BEBD4 53%, #D8A0FB 100%);
  mix-blend-mode: multiply;
  opacity: 0.05;
  filter: blur(128px);
  border-radius: 50%;
  z-index: -1;
}

.circle-glow-right {
  top: 30%;
  left: calc(50% + 400px);
  transform: translate(-50%, -50%);
}

.circle-glow-left {
  top: 50%;
  left: calc(50% - 400px);
  transform: translate(-50%, -50%);
}

.bg-light {
  background-color: #FBFBFB !important;
}

.tabs-card {
  padding: 8px;
  background-color: #FFF;
  border-radius: 60px;
  border: 2px solid #F2F4F7;
}
.tabs-card button {
  background-color: #FFFAFB;
  color: #494E5B;
  border-radius: 30px;
  padding: 9px 44px;
  font-size: 1.125rem;
}
@media (max-width: 991px) {
  .tabs-card button {
    padding: 7px 20px;
  }
}
.tabs-card button.active {
  color: #FFF;
  background-color: #FF79A2;
}

.swiper-card.swiper .swiper-wrapper {
  padding: 50px 0 60px;
}
.swiper-card.swiper .swiper-wrapper .swiper-slide {
  overflow: unset;
}

.section-card .swiper-action {
  position: absolute;
  bottom: 30px;
  width: 95%;
  right: 50%;
  transform: translateX(50%);
  z-index: 1;
}
.section-card .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF79A2;
  border-color: #FF79A2;
  width: 80px;
}

.fade-up {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

/* أثناء التحميل الأول: اجعل كل العناصر تظهر مباشرة بدون حركة */
.swiper-home.initial-loaded .fade-up {
  opacity: 1;
  transform: translateY(0);
  transition: none;
}

.main-footer {
  padding: 50px 0;
  background-color: #161616;
  border-radius: 64px 64px 0 0;
}
.main-footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.main-footer .link-footer a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 7px 5px;
  position: relative;
  transition: color 200ms;
}
.main-footer .link-footer a:hover {
  color: #1F72CD !important;
}

.social-media {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.social-media li:not(:last-of-type) {
  margin-inline-end: 12px;
}
.social-media li a {
  border-radius: 8px;
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: background-color 0.3s ease-in-out;
  background-color: #FBF6F7;
}
.social-media li a i {
  transition: color 0.3s ease-in-out;
}
.social-media li a:hover {
  color: #fff;
  background-color: #1F72CD;
}
.social-media li a:hover img {
  filter: brightness(0) invert(1);
}

.form .icon {
  inset-inline-start: 20px !important;
}
.form .form-control {
  background-color: #fff;
  border-radius: 24px 4px;
  padding-inline-start: 50px !important;
}
.form .btn-submit {
  background-color: #5FB446;
  color: #FFF;
  padding: 5px 55px 5px 25px;
  margin-inline-start: -18px;
  border-radius: 24px 0 0px 4px;
}

@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
  main {
    overflow: hidden;
  }
}/*# sourceMappingURL=main.css.map */