:root {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: #212529;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: #0000002d;
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: #212529;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: #0000002d;
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
  --bs-btn-hover-bg: #2300a5;
  --bs-btn-hover-color: #fff;
}

body {
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: #7d859f;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div,
a,
span,
li,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-nunito) !important;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

img {
  transition: 0.3s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

button {
  cursor: pointer;
}

a:focus,
a:hover {
  color: #2b96cc;
  text-decoration: none;
}

a,
button {
  color: #7d859f;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #000c35;
  margin-top: 0px;
  font-style: normal;
  font-weight: 600;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

footer li {
  list-style: none;
}

.potsbox_single ol,
.potsbox_single ul {
  padding-left: 1rem;
  font-size: 18px;
  padding-inline-start: 18px;
}

.faq-box p {
  font-size: 17px;
}

.faq-box .accordion-header button {
  font-size: 17px;
}

.potsbox_single li {
  padding-left: 5px;
}

p {
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  color: #7d859f;
  margin-bottom: 15px;
}

label {
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

.btn {
  -moz-user-select: none;
  border: medium none;
  color: #141414;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  padding: 16px 21px;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 20px;
  border: 2px solid transparent;
  /* text-transform: capitalize; */
  outline: 1px solid #141414 !important;
}

.btn i {
  margin-right: 8px;
}

.btn:hover {
  border-color: #5932ea;
  background: #5932ea;
  color: #fff;
}

.btn-grad {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(110, 50, 245) 0%,
    rgb(90, 38, 251) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(110, 50, 245) 0%,
    rgb(90, 38, 251) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(110, 50, 245) 0%,
    rgb(90, 38, 251) 100%
  );
  border: 0;
  padding: 22px 55px;
}

.btn-grad:hover {
  background: #5932ea;
}

.btn-border {
  background: transparent;
  border: 2px solid #926bfa;
  color: #141414;
}

.btn-border:hover {
  background: #5932ea;
  border-color: #5932ea;
  color: #fff;
}

.btn-soft-border {
  background: transparent;
  border: 2px solid #dbdcff;
  color: #000c35;
}

.btn-soft-border:hover {
  background: #5932ea;
  border-color: #5932ea;
  color: #fff;
}

.btn-share {
  background: #fff;
  border: none;
  color: #7d859f;
}

.btn-2:hover {
  color: #5932ea;
  background: #fff;
}
.center {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn.btn-4 {
  color: #000000;
  background: #ffffff;
  box-shadow: 0 6px 16px 0 rgba(234, 233, 235, 0.6);
  border: 1px solid #d3d3d3;
  border-radius: 20px;
  padding: 8px 18px;
}

.btn.btn-4:hover {
  color: #fff;
  background: #5932ea;
  border-color: #5932ea;
}

@media (max-width: 1199px) {
  .btn.btn-4 {
    display: none;
  }
}

.make-btn a {
  color: #bed2fd;
}

.btn.btn-three {
  background: #fff;
  color: #666;
  border: none;
}

.btn.btn-three:hover {
  border: none;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(0, 77, 205) 0%,
    rgb(0, 186, 255) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(0, 77, 205) 0%,
    rgb(0, 186, 255) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(0, 77, 205) 0%,
    rgb(0, 186, 255) 100%
  );
  background-image: linear-gradient(
    90deg,
    rgb(0, 77, 205) 0%,
    rgb(0, 186, 255) 100%
  );
  box-shadow: 0px 16px 32px 0px rgba(65, 140, 255, 0.4);
  color: #fff;
}

.btn.btn-three.btn-border-three {
  border: 2px solid #dbdcff;
}

.price-btn a {
  color: #000c35;
}

.btn-share:hover {
  background: #5932ea;
  border-color: #5932ea;
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 43, 183, 0.3);
}

.btn.btn-share i {
  position: absolute;
  left: 42%;
  width: 50px;
  height: 50px;
  background: #5932ea;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  font-size: 14px;
  display: inline-block;
  top: 10px;
  color: #f0f4ff;
}

.price-plan a {
  width: 208px;
  margin: 0 30px;
  padding: 26px 30px;
  text-align: left;
}

.price-plan span {
  color: #5932ea;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.breadcrumb > .active {
  color: #888;
}

#scrollUp {
  background: #e80089;
  height: 60px;
  width: 60px;
  right: 105px;
  bottom: 33px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 25px;
  line-height: 59px;
  padding: 0px !important;
}

#scrollUp:hover {
  background: #00b8fe;
}

/* Hide scroll up button permanently on mobile */
@media (max-width: 768px) {
  #scrollUp {
    display: none !important;
  }
}

.header-transparent {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}

.header-space {
  padding-right: 40px;
  padding-left: 40px;
}

.header-area.header-bottom-space {
  padding-top: 30px;
  line-height: 0;
}

.main-menu ul li {
  display: inline-block;
  margin: 0 12px;
  position: relative;
}

.main-menu ul li a {
  color: #000;
  padding: 20px 0;
  display: block;
  font-size: 15px;
}

.main-menu ul li a:hover {
  font-weight: 600;
  scale: 1.05;
}

.main-menu ul li a.arrow-down::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  margin-left: 4px;
}

.main-menu.main-menu-one ul li a {
  color: #000c35;
  font-weight: 500;
}

.main-menu.main-menu-one ul li:hover > a {
  color: #5932ea;
}

.main-menu.contract-menu ul li a {
  color: #fff;
  font-weight: 500;
}

.main-menu ul li ul.submenu {
  position: absolute;
  width: 230px;
  background: #fff;
  text-align: left;
  padding: 18px 0;
  opacity: 0;
  visibility: hidden;
  top: 110%;
  transition: 0.3s;
  border-bottom: 5px solid #5932ea;
  box-shadow: 0px 4px 27px 0px rgba(65, 140, 255, 0.2);
}

.main-menu ul li:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.main-menu ul li ul.submenu li {
  display: block;
  margin: 0;
}

.main-menu ul li ul.submenu li a {
  color: #7d859f;
  padding: 10px 20px;
  line-height: 20px;
  text-transform: capitalize;
  margin-left: 10px;
}

.main-menu ul li ul.submenu li:hover > a {
  color: #5932ea;
}

.bar button {
  color: #fff;
  font-size: 14px;
  background-color: transparent;
  outline: none;
  border: none;
}

.bar {
  margin-left: 30px;
}

.search a {
  color: #fff;
  font-size: 14px;
}

.search {
  margin-left: 30px;
}

.top-list li {
  display: inline-block;
  margin-right: 35px;
}

.top-list li a {
  color: #fff;
}

.top-list li a i {
  margin-right: 5px;
}

.header-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

input.main-search-input::-webkit-input-placeholder {
  color: #fff;
  font-size: 25px;
}

input.main-search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

input.main-search-input:-ms-input-placeholder {
  color: #fff;
  font-size: 25px;
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.mobile-links li > a {
  padding: 15px 0 15px 15px;
  line-height: 20px;
  border-bottom: 1px solid #ebebeb;
  color: #7f7f7f;
  display: block;
}

.mobile-links li > a:hover {
  color: #b79d82;
}

.close-icon {
  margin-top: -16px;
  text-align: right;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #f6732e;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.instagram img {
  width: 100%;
}

.social-icon-right > a {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}

.social-icon-right > a:hover {
  color: #f6732e;
}

.instagram {
  overflow: hidden;
  margin: 0 -4px;
}

.instagram > a {
  float: left;
  width: 33.33%;
  padding: 0 4px;
  margin-bottom: 7px;
}

.side-info {
  border-top: 1px solid #344159;
  padding-top: 25px;
}

.contact-list h4 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.contact-list p {
  color: #fff;
  opacity: 0.5;
  margin: 0;
  margin-bottom: 5px;
  line-height: 28px;
}

.side-menu ul li:hover a {
  color: #f6732e;
}

.slider-height {
  min-height: 660px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  vertical-align: middle;
  padding-top: 150px;
}

.slider-text span {
  color: #141414;
  font-weight: 300;
}

.slider-text span.text-bold {
  font-weight: 700;
}

.slider-text h2 {
  font-size: 80px;
  color: #141414;
  line-height: 1.1;
  margin-top: 25px;
}

.slider-btn a {
  margin: 0 10px;
  margin-bottom: 10px;
}

.slider-bottom-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

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

.slider-text.slider-text-2 h1,
.sub-heading {
  font-size: 70px;
  font-weight: 300;
}

.slider-text.slider-text-2 p {
  font-size: 22px;
  line-height: 34.628px;
  padding-bottom: 0px;
  margin-bottom: 50px;
  color: #141414;
  font-style: normal;
  font-weight: 400;
  padding-top: 15px;
}

.slider-bottom-imgs {
  margin-left: 30px;
}

.domain-box {
  box-shadow: 0px 16px 32px 0px rgba(35, 18, 117, 0.06);
  padding: 100px 0;
  margin-top: -100px;
  position: relative;
  z-index: 99;
  background: #fff;
}

.section-title h2 {
  font-size: 45px;
  margin-bottom: 10px;
}

.faq-wrapper.mb-30 h3 {
  font-size: 60px;
  margin-bottom: 10px;
}

.section-title p {
  margin: 0;
}

.services-box {
  transition: 0.3s;
  box-shadow: 0px 0px 59.4px 0.6px rgba(219, 219, 219, 0.46);
  padding: 30px 0;
}

.services-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.services-content h3 a:hover {
  color: #5932ea;
}

.services-link {
  height: 50px;
  width: 50px;
  display: inline-block;
  background: #f0f4ff;
  line-height: 50px;
  border-radius: 50%;
  font-size: 16px;
  color: #7d859f;
}

.services-link:hover {
  color: #fff;
  background: #5932ea;
}

.services-content p {
  padding: 0 25px;
  margin-bottom: 20px;
}

.services-box:hover .services-icon img {
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.services-icon img {
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  width: 150px;
  height: auto;
  object-fit: contain;
  margin-bottom: -28px;
}

.faq-box .accordion-header button {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 20px 54px;
  position: relative;
  background-color: #5932ea;
  border: none;
}

.faq-box .accordion-header button::before {
  position: absolute;
  content: "\f070";
  color: #fff;
  top: 22px;
  left: 24px;
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
}

.faq-box .accordion-header button.collapsed::before {
  content: "\f06e";
}

.faq-box .accordion-header:first-child {
  border-radius: 0;
}

.faq-box .accordion-header {
  padding: 0;
  margin-bottom: 0;
  background: none;
  border-bottom: 0;
}

.faq-box .accordion-items {
  background: none;
  border: 2px solid #9178df;
  border-radius: 0;
  margin-bottom: 20px;
}

.faq-box p {
  color: #000;
  margin: 0;
}

.faq_content {
  padding: 30px 30px !important;
}

.faq-box {
  padding-top: 0;
  padding-right: 25px;
}

.news-feed-info {
  padding: 20px 28px;
  background: white;
}

.news-feed-mata ul li {
  display: inline-block;
  margin-right: 10px;
  display: inline-block;
  margin-right: 10px;
}

.news-feed-mata ul li:last-child {
  margin-right: 0;
}

.news-feed-mata ul li a {
  font-size: 14px;
  color: #5932ea;
  font-weight: 500;
  font-family: "Poppins";
  text-decoration: none;
  margin-left: 11px;
}

.news-feed-img img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: auto;
  aspect-ratio: 1920 / 1080;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.news-feed-img {
  overflow: hidden;
}

.latest-feed:hover .news-feed-img img {
  transform: scale(1.01);
}

.news-feed-mata ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
}

.news-feed-titles h4 {
  margin-top: 12px;
  margin-bottom: 16px;
}

i.fas.fa-calendar-week {
  color: #e80089;
  margin-right: 7px;
}

.news-feed-titles h4 a {
  color: #000c35;
  text-decoration: none;
}

.news-feed-titles h4 a:hover {
  color: #5932ea;
}

.news-feed-bottom-img img {
  max-width: 100%;
}

.single-brand img {
  display: inline-block;
  object-fit: contain;
  height: auto;
  max-width: 260px;
  object-fit: contain;
  height: auto;
  max-height: 70px;
  justify-self: center;
  text-align: center;
}

/* .splide__slide {
  flex-shrink: unset !important;
} */
/* .single-brand img {
  object-fit: contain;
  max-height: 70px;
  justify-self: center;
  text-align: center;
  max-width: 100%;
  width: auto;
} */

.single-brand {
  text-align: center;
  margin: 0px 60px;
}

.potsbox_single {
  padding: 20px 0px;
}

.postbox__thumb img {
  width: 100%;
  height: auto;
}

.news-meta span {
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #747691;
  margin-right: 15px;
  font-size: 13px;
}

.news-meta span a {
  color: #747691;
}

.news-meta span a:hover {
  color: #5932ea;
}

.news-meta span {
  text-transform: uppercase;
  margin-right: 25px;
  font-size: 13px;
}

.news-meta span a {
  color: #5932ea;
  letter-spacing: 2px;
  font-weight: 500;
}

.postbox__thumb {
  position: relative;
}

.postbox__thumb a img {
  max-width: 100%;
}

.post-meta span {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 20px;
}

.post-meta span a:hover {
  color: #5932ea;
}

.post-meta span i {
  color: #5932ea;
  margin-right: 2px;
}

.post-meta span a {
  color: #7d859f;
}

.postbox__text {
  background: #fff;
}

.p-50 {
  padding: 50px;
}

.p-30 {
  padding: 30px;
}

.post-meta {
  margin-bottom: 20px;
}

.blog-title {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.blog-title a:hover {
  color: #5932ea;
}

.blog-title-sm {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.post-text blockquote {
  background: #062a4d;
  padding: 50px;
  position: relative;
  padding-left: 120px;
}

.post-text blockquote p {
  font-size: 26px;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.3;
}

.post-text blockquote::before {
  content: "\f10d";
  left: 50px;
  top: 50px;
  position: absolute;
  color: #758799;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 41px;
}

.post-text blockquote footer {
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}

.widget {
  padding: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
  border-top: 4px solid #5932ea;
}

.b-0 {
  border: 0;
}

.widget-title {
  font-size: 21px;
  margin-bottom: 0px;
  position: relative;
  display: inline-block;
}

.animate-border::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

ul.cat li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
}

ul.cat li:first-child {
  border-top: 0;
  padding-top: 0;
}

ul.cat li:last-child {
  padding-bottom: 0;
}

ul.cat li a {
  display: block;
  color: #647589;
}

ul.cat li a:hover {
  color: #5932ea;
}

.tag a {
  display: inline-block;
  line-height: 1;
  padding: 12px 18px;
  background: #f5f5f5;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #5f5b5b;
  border-radius: 2px;
}

.tag a:hover {
  background: #5932ea;
  color: #ffffff;
}

.bg-none {
  background: none;
}

.blog-share-icon span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #062a4d;
  display: block;
  margin-bottom: 17px;
}

.blog-share-icon button {
  color: #e80089 !important;
  font-size: 18px;
  transition: 0.3s;
  margin-right: 22px;
}

.blog-share-icon button:hover {
  color: #5932ea !important;
}

.blog-share-icon button:last-child {
  margin-right: 0;
}

.post-comments {
  border-bottom: 1px solid #eaedff;
  margin-bottom: 42px;
  padding-bottom: 46px;
  padding: 30px;
  background: #fff;
  margin-top: 40px;
}

.post-comments-form {
  background: #fff;
  padding: 30px;
}

.blog-coment-title h2 {
  font-size: 26px;
  margin-bottom: 0;
}

.comments-avatar {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: x-large;
  border-radius: 100%;
  background-color: #e80089;
  color: white;
  height: 72px;
  width: 72px;
  margin-right: 20px;
}

.latest-comments ul {
  list-style-type: none;
  padding-left: 0;
}

.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}

.latest-comments li:last-child .comments-box {
  border-bottom: 0;
  padding-bottom: 0;
}

.latest-comments li.children {
  margin-left: 100px;
}

.comments-box {
  border-top: 1px solid #eaedff;
  padding: 30px 0;
}

.comments-text {
  overflow: hidden;
  padding-top: 4px;
}

.comments-text p {
  margin-bottom: 0;
  margin-top: 8px;
}

.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 7px;
}

.avatar-name span {
  color: #5932ea;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}

.reply {
  color: #6f7172;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  line-height: 1;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.reply:hover {
  color: #5932ea !important;
}

.reply i {
  margin-right: 5px;
}

.post-comments-title {
  margin-bottom: 39px;
}

.post-comments-title h2 {
  font-size: 26px;
  color: #140a20;
  margin-bottom: 0;
}

.conatct-post-form {
  background: #f8f6ff;
  padding: 35px;
  padding-top: 30px;
}

.conatct-post-form input {
  border: none;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
  font-size: 16px;
  color: #a7a7c1;
}

.conatct-post-form textarea {
  border: none;
  height: 150px;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  color: #a7a7c1;
  font-size: 16px;
}

#contacts-form input::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form input::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

.contact-icon {
  position: relative;
}

.contact-icon::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 30px;
  color: #5932ea;
  top: 18px;
}

.conatct-post-form .contact-icon::before {
  display: none;
}

.contacts-message::after {
  content: "\f303";
}

.contacts-name::after {
  content: "\f007";
}

.contacts-email::after {
  content: "\f0e0";
}

.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.basic-pagination ul {
  display: block;
}

.basic-pagination ul li {
  display: inline-block;
  margin: 0 5px;
}

.basic-pagination ul li button {
  height: 70px;
  width: 70px;
  background: #ffffff;
  color: #9990b8;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  line-height: 70px;
  margin: 0px;
  display: inline-block;
  text-align: center;
}

.basic-pagination ul li button:hover,
.basic-pagination ul li.active button {
  background: #5932ea;
  color: #ffffff;
}

.basic-pagination ul li button:disabled {
  background: #e6e6e6;
  color: #b3b3b3;
  cursor: default;
  border-color: #e6e6e6;
  opacity: 0.7;
}

.basic-pagination-2 ul li button {
  background: #fff;
  color: #9990b8;
  border: 2px solid #fff;
  height: 50px;
  width: 50px;
  line-height: 40px;
}

.basic-pagination-2 ul li button:hover,
.basic-pagination-2 ul li.active button {
  background: #5932ea;
  color: #ffffff;
  border-color: #5932ea;
}

.basic-pagination-2 ul li button:disabled {
  background: #e6e6e6;
  color: #b3b3b3;
  border-color: #e6e6e6;
  cursor: default;
  opacity: 0.7;
}

.footer-sing-up h5 {
  color: #707eac;
}

.footer-left-info h5 {
  color: #d1d2d6;
  font-weight: 400;
}

.footer-sing-up h5,
.footer-left-info h5 {
  margin-bottom: 25px;
}

.footer-sing-up h2,
.footer-left-info h2 {
  color: #fff;
  font-weight: 600;
}

.footer-btn {
  text-align: right;
}

.footer-left-info h2 span {
  font-weight: 600;
  line-height: 34px;
  font-size: 20px;
}

.footer-border {
  border-bottom: 1px solid #37477c;
  padding: 32px 0;
  display: block;
  margin-bottom: 75px;
  padding-top: 10px;
}

.footer-bottom-area {
  padding: 35px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.widgets p {
  margin-bottom: 39px;
  color: #ffff;
}

.footer-logo {
  margin-bottom: 23px;
}

ul.adress li {
  font-size: 14px;
  line-height: 34px;
  overflow: hidden;
  margin-bottom: 20px;
  color: white;
}

ul.adress li:last-child {
  margin-bottom: 0px;
}

ul.adress {
  margin: 0;
  padding: 0;
}

ul.adress li i {
  float: left;
  width: 25px;
}

ul.adress li span {
  display: block;
  overflow: visible;
  line-height: 24px;
  margin-top: -5px;
}

ul.adress li a {
  color: #fff;
}

.widgets-titles h4 {
  color: #fff;
}

.widgets-titles h4 {
  margin-bottom: 32px;
  position: relative;
  padding-top: 40px;
}

.widgets-titles h4::before {
  position: absolute;
  width: 59px;
  height: 3px;
  top: 0;
  left: 0;
  content: "";
  background: #e80089;
}

.widgets-titles h4 {
  margin-bottom: 25px;
}

.wegets-body ul {
  padding: 0;
  margin: 0;
}

.wegets-body ul li {
  margin-bottom: 20px;
}

.footer-social {
  background: #e80089;
  padding: 14px;
}

.footer-social a {
  margin: 0 12px;
  color: #fff;
  font-size: 14px;
}

.footer-right-box {
  border-bottom: 1px solid #37477c;
  padding-bottom: 20px;
  margin-bottom: 18px;
}

.footer-text p {
  padding-top: 18px;
  padding-right: 37px;
  padding-left: 70px;
  color: white;
  text-align: center;
}

.wegets-body ul li a {
  color: #9da7c9;
  text-decoration: none;
  text-transform: capitalize;
}

.wegets-body ul li a:hover {
  color: #fff;
}

.footer-left-info {
  margin-left: 80px;
}

.footer-info .widgets p {
  margin-bottom: 30px;
  color: white;
}

.copyright-area {
  border-top: 1px solid #22305e;
}

.copyright-text {
  padding: 20px 0;
}

.copyright-text p {
  margin: 0;
}

.services-content ul li {
  margin-bottom: 14px;
  color: #7d859f;
  position: relative;
  display: block;
  padding-left: 25px;
}

.services-content ul li::before {
  color: #1146df;
  font-size: 14px;
  left: 0px;
  position: absolute;
  top: -48%;
  transition: all 0.75s ease 0s;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  display: inline-block;
  font-weight: 400;
  line-height: 40px;
}

.breadcrumb-area {
  background-position: center center;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 80px;
  background: rgb(6, 46, 128) !important;
  background: linear-gradient(
    90deg,
    rgb(69 67 226) 0%,
    #7500de 35%,
    rgba(108, 3, 176, 1) 100%
  ) !important;
}

.breadcrumb-text {
  position: relative;
  z-index: 1;
}

.breadcrumb-text > h1 {
  font-size: 70px;
  margin-bottom: 30px;
  color: #fff;
}

.breadcrumb-text p {
  font-size: 26px;
  color: #637595;
  margin-bottom: 50px;
}

.breadcrumb-menu {
  display: inline-block;
  border-radius: 0;
  line-height: 1;
}

.breadcrumb-menu li {
  display: inline-block;
  position: relative;
  padding: 0 13px;
}

.breadcrumb-menu li::before {
  background: #c4c5d5;
  display: inline-block;
  left: -4px;
  padding-bottom: 0;
  position: absolute;
  top: -2px;
  height: 17px;
  width: 2px;
  content: "";
}

.breadcrumb-menu li:first-child::before {
  display: none;
}

.breadcrumb-menu span,
.breadcrumb-menu li a {
  color: #abadc5;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.map {
  margin-bottom: -6px;
}

.contact {
  border: 1px solid #eaedff;
  padding: 40px 10px;
}

.contact-area {
  background-position: center center;
  background-repeat: no-repeat;
}

.contact i {
  background: #5932ea;
  font-size: 40px;
  height: 150px;
  width: 150px;
  color: #ffffff;
  border-radius: 50%;
  line-height: 135px;
  border: 10px solid #fff;
  box-shadow: 0px 16px 32px 0px rgba(206, 226, 255, 0.4);
  margin-bottom: 30px;
}

.contact h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

.contact p {
  margin: 0;
  padding: 0 50px;
}

.contact-form input {
  background: #ffffff;
  height: 80px;
  width: 100%;
  padding: 0 80px;
  padding-right: 30px;
  border: 0;
  color: #aab5ca;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-form textarea {
  color: #aab5ca;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 300px;
  width: 100%;
  padding: 30px 80px;
  border: 0;
}

.contact-form input::-moz-placeholder,
.contact-form input::placeholder {
  color: #aab5ca;
}

.contact-form textarea::-moz-placeholder,
.contact-form textarea::placeholder {
  color: #aab5ca;
}

.contract-services-box a i {
  background-image: linear-gradient(201deg, #5932ea 18.68%, #2300a5 86.04%);
  border: none;
  width: 118px;
  height: 118px;
  display: inline-block;
  border: 1px solid #ecebff;
  border-radius: 50%;
  font-size: 36px;
  padding: 41px 0;
  color: #009ef2;
}

.contract-services-box {
  border: 2px solid #ecebff;
  padding: 35px 0;
  height: 100%;
}

.contract-services-box i {
  color: white !important;
}

.contract-services-content h3 {
  font-size: 26px;
  margin-bottom: 14px;
}

.contract-services-content {
  padding: 0 32px;
}

.contract-services-content p {
  margin-bottom: 16px;
  padding: 0 0px;
}

.contract-services-content span a {
  color: #0039dd;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
}

.contact-page-form input,
.contact-page-form textarea,
.contact-page-form .basic-select {
  width: 100%;
  height: 63px;
  background: none;
  border: none;
  font-size: 16px;
  color: #7d859f;
  font-family: var(--font-nunito) !important;
  padding: 0px 40px;
  display: flex;
}

.contact-page-form textarea {
  height: 173px;
  padding-top: 18px;
}

.contact-page-form {
  position: relative;
}

.contact-page-form label i {
  position: absolute;
  left: 0;
  top: 44px;
  left: 14px;
  color: #e80089;
}

.contract-btn {
  margin-top: 47px;
}

.contract-btn button {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(0, 77, 205) 0%,
    rgb(0, 186, 255) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(0, 77, 205) 0%,
    rgb(0, 186, 255) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(0, 77, 205) 0%,
    rgb(0, 186, 255) 100%
  );
  background-image: linear-gradient(
    90deg,
    rgb(0, 77, 205) 0%,
    rgb(0, 186, 255) 100%
  );
  border: none;
  color: white !important;
  outline: none !important;
  background: #5932ea !important;
  box-shadow: 0 6px 16px 0 rgba(77, 49, 180, 0.6);
}

.contract-btn button:hover {
  color: #ffff;
  background: #0039dd;
}

.widget-title i {
  font-size: 16px;
  color: #7d859f;
}

.categories li.cat-item a {
  font-size: 16px;
  color: #7d859f;
}

.categories li.cat-item a:hover {
  color: #0039dd;
}

.categories li.cat-item a span {
  float: right;
}

.categories li.cat-item {
  margin-bottom: 16px;
}

.categories li.cat-item:last-child {
  margin-bottom: 0;
}

.widget-title span {
  font-size: 18px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(0, 77, 205) 0%,
    rgb(0, 186, 255) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(0, 77, 205) 0%,
    rgb(0, 186, 255) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(0, 77, 205) 0%,
    rgb(0, 186, 255) 100%
  );
  background-image: linear-gradient(
    90deg,
    rgb(0, 77, 205) 0%,
    rgb(0, 186, 255) 100%
  );
  font-weight: 600;
  font-family: poppins;
}

.widget-title.mb-30 {
  margin-bottom: 25px;
}

.widget-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-title span {
  font-size: 16px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  border: 2px solid #e6e7ff;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  display: block;
  float: left;
  color: #6e819e;
  margin-top: 2px;
}

.faq-title h4 {
  margin-bottom: 0;
  overflow: hidden;
  font-size: 16px;
  padding-left: 20px;
  line-height: 26px;
}

.faq-single-box {
  border: 2px solid #e6e7ff;
  padding: 35px;
  padding-bottom: 30px;
}

.faq-title {
  overflow: hidden;
  margin-bottom: 25px;
}

.faq-single-box p {
  margin: 0;
  font-size: 16px;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

/* 16.login */
.basic-login {
  padding: 40px;
  border: 2px solid #eaedff;
}

.basic-login h3 {
  font-size: 30px;
}

.basic-login input {
  width: 100%;
  height: 60px;
  border: 2px solid #eaedff;
  color: #758799;
  padding: 0 20px;
  margin-bottom: 20px;
}

.basic-login label {
  color: #222;
  display: block;
}

.basic-login label span {
  color: #1b70f0;
}

.phone_icon::before,
.phone_icon i {
  transform: rotate(90deg);
}

a {
  text-decoration: none !important;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  box-shadow: none !important;
}

.faq-box.faq_style .accordion-header button::before {
  color: #5932ea !important;
}

.error-btn {
  margin-top: 10px;
}

.error-btn:hover {
  color: #000c35;
}

.main-section-one .slider-bottom-imgs {
  align-content: center;
}

.main-section-one .slider-bottom-imgs img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.newsletter-field input {
  width: 100%;
  max-width: 338px;
  height: 57px;
  border: 1px solid #797979;
  border-radius: 10px;
  padding: 16px 21px;
  color: #141414;
  z-index: 1;
  font-size: 14px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.newsletter-field input::-webkit-input-placeholder {
  font-size: 14px;
}

.hector-landing__contact-form__actions {
  display: flex;
  gap: 20px;
  margin-left: -20px;
  align-items: center;
  flex-wrap: wrap;
}

.hector-landing__contact-form__actions .btn.btn-2 {
  box-shadow: none;
  padding-left: 30px;
  border-radius: 10px;
  height: 57px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 200px;
  font-size: 16px;
}

.hector-landing-btn__color-primary {
  color: #fff;
  background: #5932ea;
  box-shadow: 0 6px 16px 0 rgba(77, 49, 180, 0.6);
  outline: 0px !important;
}

.slider-height .row {
  background-position: top;
  background-size: 100%;
}

.hector-landing__testimonials--title {
  color: #e80089;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 23px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.hector-landing__about-us--title {
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #e80089;
  font-style: normal;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  line-height: 23px;
  vertical-align: middle;
  top: -8px;
  position: relative;
}

.btn.btn-2 {
  color: #fff;
  background: #5932ea;
  box-shadow: 0 6px 16px 0 rgba(77, 49, 180, 0.6);
  outline: 0px !important;
  padding: 8px 18px;
}

.header-btn .btn-3 {
  color: #333232;
  font-size: 16px !important;
  width: 70px !important;
  align-self: center;
}

.btn-3:hover {
  color: #5932ea;
}

.image-box img {
  width: 100%;
  height: auto;
}

.latest-feed {
  box-shadow: 0px 0px 11px 10px #00000008;
  border-radius: 20px;
}

.gradient-background {
  background-image: url("../public/assets/img/hector/gradient-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.newsletter-field form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.colored-text {
  color: #e80089 !important;
}

.template-home .main-menu ul li a {
  color: #000;
}

.sidebar-form {
  background-color: white;
  padding: 30px 20px 30px 20px;
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
  border-top: 4px solid #5932ea;
}

.sidebar-form .contact-page-form input,
.sidebar-form .contact-page-form textarea {
  background-color: #f7faff;
  padding-right: 20px;
  color: black;
}

.conatct-post-form textarea,
.conatct-post-form input {
  color: black;
}

.contact-icon::after {
  color: #e80089;
}

.comment-count {
  font-size: 16px;
  color: #adadad;
  margin-left: 10px;
}

.blog-share-icon a {
  color: #e80089;
}

.header-area.header-transparent {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-area .breadcrumb-menu li span,
.blog-area .breadcrumb-menu li a,
.blog-area .breadcrumb-menu li:before {
  color: black;
}

.blog-area .breadcrumb-menu li:before {
  content: ">";
  background: none !important;
  top: 0px;
}

.blog-area .breadcrumb-menu > li:first-child {
  padding-left: 0px;
  margin-bottom: 20px;
}

.active-page {
  color: #5932ea !important;
}

.post-title-box {
  background: white;
  padding: 20px 0px;
}

ul.post-tags {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

ul.post-tags li {
  background-color: #e80089;
  padding: 2px 8px;
  /* border-radius: 7px; */
  /* color: white; */
}

ul.post-tags li a {
  color: white;
  font-size: 13px;
}

header.sticky-header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 23;
}

header.sticky-header .header-area.header-transparent {
  padding: 10px;
  box-shadow: 2px 2px 10px -5px;
}

.sidebar-sticky {
  position: sticky;
  top: 110px;
}

article.postbox.post .author {
  display: none;
}

.blog-post-tag a {
  color: #ffffff;
  background: #5932ea;
  font-size: 12px;
  padding: 7px 20px;
}

.back-blogs-btn {
  color: #fff;
  background: #5932ea;
  padding: 16px 21px;
  border-radius: 8px;
  text-transform: capitalize;
  box-shadow: 0 6px 16px 0 rgba(77, 49, 180, 0.6);
  transition: 300ms ease all;
}

.back-blogs-btn i {
  margin-right: 15px;
}

.back-blogs-btn:hover {
  color: #fff;
  box-shadow: 0 0px 0px 0 rgba(77, 49, 180, 0.6);
}

.faq-wrapper .faq-title {
  font-size: 32px !important;
}

.related-title {
  font-size: 32px !important;
}

.faq-box .accordion-header button.collapsed::before {
  content: "\f078";
}

.faq-box .accordion-header button::before {
  content: "\f077";
}

.news-feed-area button.slick-next.slick-arrow {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  border: none;
  background: #1e1e1e;
  color: white;
  position: absolute;
  top: 48%;
  right: -40px;
  font-size: 18px;
}

.news-feed-area button.slick-prev.slick-arrow {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  border: none;
  background: #1e1e1e;
  color: white;
  position: absolute;
  top: 48%;
  left: -40px;
  font-size: 18px;
}

.section-title h2 {
  text-transform: capitalize;
}

.related-news {
  background: white;
  margin-top: 40px;
  padding: 35px;
}

.post-meta.mb-15 a,
.post-meta.mb-15 span {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: unset;
  color: black;
}

.post-meta span i {
  font-size: 18px;
}

.postbox__text .faq-box {
  padding-right: 0px;
  padding-left: 0px;
}

article.postbox .faq_content {
  padding: 20px 20px !important;
}

.template-home .news-feed-mata > ul > li:first-child {
  display: none !important;
}

.footer-btn .btn {
  background: #e80089;
  color: white;
}

.footer-sing-up h2 {
  font-size: 43px;
}

.hero-service-area {
  padding-top: 120px;
  padding-bottom: 120px;
}

.service-image-container img {
  width: 90%;
  object-fit: contain;
  height: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.hero-section-btn a {
  margin-top: 20px;
}

.hero-service-area .title {
  font-size: 50px;
}

.hero-text-container p,
.service-area p {
  font-size: 16px;
  margin-top: 10px;
  color: black;
}

.hero-service-area p {
  font-size: 18px;
}

.column-text-left {
  padding-left: 60px;
}

.column-text-right {
  padding-right: 60px;
}

.service-image-container {
  justify-content: center;
  display: flex;
}

section.cta-section {
  background: rgb(6, 46, 128) !important;
  background: linear-gradient(
    90deg,
    rgba(6, 46, 128, 1) 0%,
    #2a2a9f 35%,
    rgba(108, 3, 176, 1) 100%
  ) !important;
}

.cta-title {
  color: white;
  font-size: 50px;
}

.cta-desc {
  color: #dfdfdf !important;
  width: 80%;
}

.btn-white {
  background-color: white !important;
  border: none !important;
  outline: none !important;
  box-shadow: 0px 0px 20px 0px #dcdce959;
}

.hero-desc {
  color: #dfdfdf !important;
  font-size: 16px !important;
}

.service-area .title {
  font-size: 33px;
  margin-bottom: 20px;
}

.icon-service-section .section-title {
  width: 70%;
}

.bg-theme-secondary {
  background: #f0f4ff;
}

.icon-service-section .services-content h3 {
  font-size: 21px;
  padding-left: 50px;
  padding-right: 50px;
}

.icon-service-section .services-box,
.services-area .services-box {
  background-color: white;
  height: 95%;
}

.skeleton-line,
.skeleton-image {
  animation: pulseForLoading 1.5s infinite ease-in-out;
}

@keyframes pulseForLoading {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

.form-error {
  border: 1px solid #dc3545 !important;
}

.form-error input::placeholder {
  color: #dc3545;
}

.offcanvas-header {
  border-bottom: 1px solid #e2e2e2;
}

.offcanvas-header .offcanvas-title {
  font-size: 30px !important;
  font-weight: 500 !important;
  color: #5932ea !important;
}

.offcanvas-backdrop {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.mobile-submenu {
  margin-top: 10px !important;
  margin-left: 10px !important;
  background-color: #ffffff !important;
  padding: 10px 20px;
  display: none;
  list-style: none;
  border: 0.4px solid #e4e0e0 !important;
  border-radius: 12px;
}

.mobile-submenu.active {
  display: block;
}

.mobile-submenu li a {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #464646 !important;
}

.mobile-submenu li a:hover {
  color: #5932ea !important;
}

.offcanvas-header .btn-close {
  color: white;
  font-size: 18px;
}

.img-link {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.offcanvas-body li {
  padding: 10px 0px;
}

.offcanvas-body li a {
  color: black;
  font-size: 18px;
}

button.navbar-toggler {
  outline: none !important;
  box-shadow: none !important;
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.slick-slide {
  align-items: center;
  display: flex !important;
}

.demo-form-container #book-demo > input,
.demo-form-container .field-with-icon {
  width: 47%;
  flex-shrink: 0;
}

#book-demo {
  display: flex;
  column-gap: 6%;
  row-gap: 10px;
}

.book-demo-area {
  background-color: white;
  border-radius: 15px;
  border: 4px solid var(--bg-white, #fff);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: rgba(226, 236, 249, 0.5) 0px 10px 60px 0px;
  height: fit-content;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.book-demo-area .submit_btn {
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
  box-shadow: rgba(77, 49, 180, 0.6) 0px 6px 16px 0px;
  height: 50px;
  border-radius: 8px !important;
  background: rgb(89, 50, 234) !important;
  padding: 13px !important;
  color: white !important;
  outline: none;
  border: none;
}

.submit_container {
  justify-content: center;
  display: flex;
}

.field-with-icon {
  position: relative;
  padding: 0px;
}

.field-icon {
  position: absolute;
  z-index: 2;
  left: 10%;
  top: 37%;
  transform: translate(-50%, -50%);
  height: 20px;
  width: auto;
}

.tab-custom-container .hector-landing__features--tab-list-nav {
  position: absolute;
  cursor: pointer;
}

a.hector-landing__features--tab-list-nav.next-nav-btn {
  top: 15px;
  right: -3%;
}

a.hector-landing__features--tab-list-nav.prev-nav-btn {
  top: 15px;
  left: -3%;
}

.thumb-wrapper {
  display: flex;
  justify-content: center;
}

.header-tab {
  padding-left: 20px;
  padding-right: 20px;
}

.tab-custom-content img {
  width: 100%;
  height: auto;
}

.hector-landing__features--tab-content-header--title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  color: #141414;
  margin-bottom: 40px;
}

.hector-landing__features--tab-content-header--description {
  margin-top: 11px;
  color: #797979;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.9px;
}

.hector-landing__features--tab-content-header--action {
  margin-top: 24px;
}

.service-tab-container .slick-track {
  overflow-y: hidden;
  overflow-x: auto;
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  white-space: nowrap;
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  white-space: nowrap;
  scrollbar-width: none;
}

.service-tab-container .tab-head {
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  padding: 10px 12px;
  color: #141414;
  display: inline-block;
  flex: 1 1;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.service-tab-container .header-tab {
  padding-left: 20px;
  padding-right: 20px;
}

.service-tab-container .slick-active {
  border-bottom: 3px solid #e80089;
}

.service-tab-container > .row {
  margin-bottom: 118px;
  padding: 60px 0px 100px;
  margin: 0 auto 79px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 10px 60px 0 hsla(0, 0%, 87.5%, 0.5);
}

.tab-custom-content {
  margin-top: 100px;
}

.service-img {
  padding-right: 80px;
}

.demo-form-input {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 50px;
  padding: 14px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  border: 0.5px solid rgb(48, 48, 48);
  background: rgb(255, 255, 255);
}

.demo-form-input input {
  background: rgb(255, 255, 255);
  color: rgb(48, 48, 48) !important;
  border: none !important;
  height: 48px;
  padding: 0;
  font-size: 16px !important;
}

.select-custom-option {
  display: flex !important;
  align-items: center;
  grid-area: 1;
}

/* .react-select__indicators {
  flex-direction: row-reverse;
} */

.select-custom-option-icon {
  width: 17px;
  height: auto;
  border-radius: 2px;
}

.calendly-button {
  padding: 10px 8px !important;
  border: 1px solid #eae1e1 !important;
  border-radius: 5px !important;
}

.calendly-button a {
  color: #0d6efd !important;
  font-weight: 600;
}

.service-tab-container .slick-arrow.slick-prev,
.service-tab-container .slick-arrow.slick-next {
  position: absolute;
  background: white !important;
  width: 26px;
  height: 26px;
  display: flex !important;
  justify-content: center;
  text-align: center;
  align-items: center;
  border: 3px solid black;
  border-radius: 50px;
  color: black;
  top: 5px;
}

.service-tab-container .slick-slider.slick-initialized {
  position: relative;
}

.service-tab-container .slick-arrow.slick-prev {
  left: -25px;
}

.service-tab-container .slick-arrow.slick-next {
  right: -25px;
}

.slick-arrow.slick-disabled {
  opacity: 0.6;
}

.report-tab-container .slick-track {
  display: block !important;
  flex-direction: column;
  width: 100%;
}

.slick-slide {
  align-items: center;
}

.report-tab-container .slick-slide {
  height: 60px !important;
  display: flex !important;
}

.service-tab-container .header-tab {
  padding-left: 0px;
  padding-right: 0px;
}

.report-tab-container .slick-arrow.slick-prev {
  top: -50px;
}

.report-tab-container .slick-arrow.slick-next {
  bottom: -50px;
  top: unset;
}

.report-tab-container .slick-arrow.slick-prev,
.report-tab-container .slick-arrow.slick-next {
  position: absolute;
  width: 44px;
  height: 44px;
  display: flex !important;
  justify-content: center;
  text-align: center;
  align-items: center;
  border: 3px solid #5932ea;
  border-radius: 50px;
  color: #5932ea;
  left: 0px;
  font-size: 20px;
}

.report-tab-container .slick-slider.slick-initialized {
  position: relative;
  height: 500px;
}

.report-tab-container .slick-list {
  height: 500px !important;
}

.report-tab-container .slick-track {
  overflow-y: auto;
  overflow-x: hidden;
  height: 500px !important;
  scrollbar-width: none;
}

.report-tab-container .tab-head {
  padding-left: 10px;
  color: #797979;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 23px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: flex;
  grid-gap: 9px;
  gap: 9px;
  align-items: center;
  text-align: left;
  margin-bottom: 0px;
}

.report-tab-container .header-tab {
  padding-left: 0px;
  padding-right: 0px;
  display: flex !important;
  align-items: center;
  text-align: center;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.report-tab-container .slick-active {
  border-bottom: none;
}

.report-tab-container .slick-active .tab-head {
  color: #5932ea;
}

.report-tab-container .slick-active path {
  stroke: #5932ea;
}

.report-tab-container .slick-slider .slick-track,
.report-tab-container .slick-slider .slick-list {
  transform: none !important;
}

.report-tab-container .slick-arrow.slick-disabled {
  color: #c8c9ca;
  border-color: #c8c9ca;
}

.hector-landing__features--tab-content-header--description {
  color: #141414;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.184px;
  margin-top: 16px;
}

.report-tab-container .tab-custom-content img {
  max-width: 409px;
}

.report-tab-container .slick-slider {
  margin-top: 20px;
}

.report-tab-container > .row {
  margin-bottom: 118px;
  padding: 60px 0px 100px;
  margin: 0 auto 79px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 10px 60px 0 hsla(0, 0%, 87.5%, 0.5);
}

.report-tab-container .slick-track {
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  white-space: nowrap;
}

.report-tab-container .tab-custom-content {
  margin-top: 0px;
}

.hector-landing__reports--header-subtitle {
  font-family: "Nunito", sans-serif;
  max-width: 827px;
  color: #141414;
  font-style: normal;
  font-size: 26px;
  font-weight: 800;
  line-height: 35px;
}

.hector-landing__reports--header-title {
  font-family: "Nunito", sans-serif;
  color: #e80089;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hector-landing__support--content {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  gap: 24px;
}

.hector-landing__support {
  margin: 145px auto 50px;
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  flex-direction: column;
}

.support-bottom-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.hector-landing__reports--header-description {
  margin-top: 15px;
  color: #797979;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.184px;
  max-width: 727px;
}

.hector-landing__reports--header {
  margin-bottom: 100px;
}

.hector-landing__support--title {
  font-family: "Nunito", sans-serif;
  color: #e80089;
  font-style: normal;
  font-weight: 800;
  line-height: 23px;
  letter-spacing: 0.5px;
  font-size: 16px;
  text-transform: uppercase;
  /* margin-bottom: -22px; */
}

.hector-landing__support--subtitle {
  font-family: "Nunito", sans-serif;
  color: #141414;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 49.2px;
}

.hector-landing__support--list {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  gap: 24px;
  padding-left: 0px !important;
}

.hector-landing__support--list-item {
  display: flex;
  grid-gap: 9px;
  gap: 9px;
  align-items: center;
}

.hector-landing__support--list-item-title {
  color: #797979;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.184px;
}

.services-content p {
  font-size: 17px;
  color: #141414;
  font-family: "Nunito", sans-serif;
}

section.terms-card.container {
  /* padding-top: 70px; */
  padding-bottom: 70px;
}

section.terms-card.container p,
section.terms-card.container li {
  font-size: 18px;
  color: #222222;
}

/* 
.react-select__control {
  height: 50px;
  width: 74px !important;
  margin-left: -15px;
  border: none !important;
  background-color: hsl(0deg 0% 100% / 0%) !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
} */

/* .react-select__control:active,
.react-select__control:focus,
input#contact_number:active,
input#contact_number:focus, */
/* .country-select:focus,
.country-select:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
} */

/* .react-select__placeholder {
  padding-top: 5px;
}

.react-select__value-container {
  height: 50px;
  padding-bottom: 0px;
  padding-right: 0px;
}

.react-select__input-container {
  height: 45px !important;
} */

.basic-select {
  width: 100%;
  height: 50px;
}

.basic-select .select__control {
  height: 50px;
}

.select__value-container:has(.select-custom-option) {
  height: 40px;
}

/* .country-select .select__input-container {
  height: 44px;
  padding-left: 35px;
} */

.basic-select input {
  height: 41px;
}

.basic-select .select__control,
react-select__control {
  background-color: #f9f9f900 !important;
}

.contact-field-container .input-group {
  align-items: center;
  gap: 5px;
}

.postbox__text.potsbox_single .se-image-container figure {
  width: 100% !important;
}

.postbox__text.potsbox_single .se-image-container img {
  width: 100% !important;
  height: auto !important;
}

#scrollUp:hover {
  background: #5932ea;
}

.postbox__text.potsbox_single h2 {
  line-height: auto !important;
}

body {
  overflow: auto !important;
}

.css-b62m3t-container {
  position: static !important;
}

.react-select__value-container input {
  display: none !important;
}

.book-demo-area .submit_btn:disabled {
  opacity: 70%;
  cursor: not-allowed;
}

.book-demo-area .submit_btn:disabled {
  opacity: 70%;
  cursor: not-allowed;
}

/* .country-select .select-custom-option {
  position: relative;
  right: -10px;
  overflow: visible;
} */

.basic-select .select-custom-option {
  position: relative;
  top: -13px !important;
  left: 10px;
  gap: 15px;
}

hr {
  margin: 10px 0;
  border-bottom: 1px solid #6a6a6a;
}

.breadcrumb-menu li,
ul.post-tags li {
  list-style: none;
}

.breadcrumb-menu,
ul.post-tags {
  padding-left: 0px;
}

.post-text h2 {
  margin-bottom: 15px;
  margin-top: 30px;
}

.has-dropdown i.fas.fa-chevron-down {
  color: #5932ea;
  transition: 200ms all ease-out;
}

li.has-dropdown > div {
  gap: 10px;
}

li.has-dropdown:hover i {
  rotate: 180deg;
}

.latest-feed {
  height: 94%;
}

.related-news .slick-track {
  display: flex !important;
}

.related-news .slick-slide {
  height: inherit !important;
  display: block !important;
}

.related-news .slick-slide > div {
  margin: 0 17px !important;
}

.related-news .slick-slide > div,
.related-news .slick-slide > div > div {
  height: 97% !important;
}

.height-inherit {
  height: inherit;
}

.nav-whatsapp.active .wrapperWA {
  opacity: 1;
  visibility: visible;
  width: 400px;
  height: auto;
  z-index: 6;
}

.wrapperWA {
  position: fixed;
  right: 20px;
  bottom: 126px;
  width: 60px;
  padding: 25px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  height: 60px;
  margin: 12px 0;
  background: #fff;
}

.wrapperWA-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
  position: relative;
}

.wrapperWA-header h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #332902;
  font-size: 1rem;
  flex: 1 1 auto;
  margin: 0;
}

.wrapperWA-header .closeWA:hover {
  cursor: pointer;
}

.wrapperWA-header .closeWA svg {
  width: 20px;
  height: 20px;
  float: right;
}

.form-container .formC:nth-child(1) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  gap: 1rem;
  --gap: 1rem;
}

.form-container .formC:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}

.form-container .formC .Fcontrol {
  position: relative;
}

.form-container .formC .Fcontrol input:focus,
.form-container .formC .Fcontrol textarea:focus {
  border-color: #5932ea;
}

.Fcontrol input[type="text"],
.Fcontrol input[type="email"],
.Fcontrol .cSubject,
.Fcontrol textarea {
  width: 100%;
  height: calc(3.5rem + calc(1px * 2));
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  padding-top: 1.625rem;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  font-size: 16px;
}

.Fcontrol textarea {
  height: 100px;
}

.Fcontrol input:focus ~ .nameC,
.Fcontrol input:focus ~ .emailC,
.Fcontrol textarea:focus ~ .messageC {
  top: -5px;
}

.Fcontrol input[type="text"],
.Fcontrol input[type="email"],
.Fcontrol textarea {
  padding: 0.75rem;
  padding-top: 1.625rem;
}

.Fcontrol .nameC,
.Fcontrol .emailC,
.Fcontrol .subjectC,
.Fcontrol .messageC {
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 2;
  height: auto;
  padding: 1rem 0.75rem;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform-origin: 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  white-space: nowrap;
  color: rgba(33, 37, 41, 0.65);
  transition: 0.1s ease;
}

.formC .Fcontrol .cSubject {
  display: block;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/16px 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.valid[data-text]:before {
  position: absolute;
  bottom: 100%;
  left: 12px;
  content: "";
  border: 8px solid;
  border-color: transparent transparent #ffd91a transparent;
  top: calc(100% - 21px);
}

.valid[data-text]:after,
.valid[data-text]:before {
  opacity: 1;
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: 3;
}

.valid[data-text]:after {
  content: attr(data-text);
  position: absolute;
  background: #ffd91a;
  left: 0;
  top: calc(100% - 5px);
  font-size: 12px;
  padding: 5px;
  box-shadow: 0 5px 10px #000;
  border-radius: 5px;
}

.show#cName ~ .valid:after,
.show#cEmail ~ .valid:after,
.show#cMessage ~ .valid:after,
.show#cName ~ .valid[data-text]:before,
.show#cEmail ~ .valid[data-text]:before,
.show#cMessage ~ .valid[data-text]:before {
  opacity: 0;
}

.none#cName ~ .valid:after,
.none#cEmail ~ .valid:after,
.none#cMessage ~ .valid:after,
.none#cName ~ .valid[data-text]:before,
.none#cEmail ~ .valid[data-text]:before,
.none#cMessage ~ .valid[data-text]:before {
  opacity: 1;
}

.whatsapp-send {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 10px 20px;
  background-color: #5932ea;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  border-radius: 4px;
  transition: background-color 0.3s;
  cursor: default;
  height: auto;
  width: auto;
  color: white !important;
}

.whatsapp-send svg {
  fill: #fff;
  width: 22px;
  height: 22px;
}

.whatsapp-send:hover {
  background-color: #2300a5 !important;
}

.whatsapp-float {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.2rem;
}

.whatsapp-float .whatsapp-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #4caf50;
  background: linear-gradient(201deg, #5932ea 18.68%, #2300a5 86.04%);
  display: flex;
  justify-content: center;
  align-items: center;
  animation-name: waAnimation;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

span.whatsapp-text {
  color: black;
}

@keyframes waAnimation {
  0% {
    box-shadow: 0 0 0 0 rgba(89, 50, 234, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(89, 50, 234, 0);
  }
}

.whatsapp-float .whatsapp-icon svg {
  fill: #fff;
  width: 25px;
  height: 25px;
}

select:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

.whatsapp-float {
  cursor: pointer;
}

.nav-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  padding: 12px 0;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

img,
svg {
  vertical-align: middle;
}

.faq-box .accordion-header button {
  width: 100%;
  text-align: left;
}

.icon-service-section .services-icon {
  height: 40%;
}

.services-area .services-icon {
  height: 30%;
}

.service-content-wrapper .icon {
  width: 51px;
  height: 52px;
}

.active-category {
  color: #5932ea !important;
  font-weight: 600 !important;
}

.active-tag {
  background: #5932ea !important;
  color: #ffffff !important;
}

/* content skeleton */
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.placeholder-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.skeleton-line {
  height: 1rem;
  background-color: rgba(108, 117, 125, 0.25);
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.skeleton-image {
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  background-color: rgba(108, 117, 125, 0.25);
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

#mobile-menu ul {
  margin-bottom: 0px !important;
}

.report-tab-container .sm-tab .accordion-items {
  background: none;
  border: 2px solid #5932ea;
  border-radius: 0;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.report-tab-container .sm-tab .accordion-header {
  padding: 0;
  margin-bottom: 0;
  background: none;
  border-bottom: 0;
}

.report-tab-container .sm-tab .accordion-header:first-child {
  border-radius: 0;
}

.report-tab-container .sm-tab .accordion-header button {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 20px 54px;
  position: relative;
  background-color: #5932ea;
  border: none;
  width: 100%;
  text-align: left;
}

.report-tab-container .sm-tab .accordion-header button:before {
  position: absolute;
  content: "\f077";
  color: #fff;
  top: 12px;
  right: 14px;
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
}

.report-tab-container .sm-tab .accordion-header button.collapsed::before {
  content: "\f078";
}

.services-area .icon-card .services-icon {
  height: 40%;
}

.logo img {
  object-fit: contain;
  height: 50px;
  width: auto;
}

.report-tab-container i.fas.fa-chevron-up {
  position: relative;
  top: -2px;
}

.service-tab-container .slick-arrow i {
  font-size: 12px;
}

.service-tab-container i.fas.fa-chevron-right {
  position: relative;
  right: -1px;
  top: 0;
}

.hector-landing__about-us--description {
  font-size: 35px;
  line-height: 52px;
  font-weight: 400;
  letter-spacing: 0;
  color: #141414;
}

.splide_slide {
  display: flex;
  align-items: center;
}

.splide--track {
  direction: rtl;
}

.splide--fade .splide__slide:first-of-type,
.splide--fade .is-prev {
  opacity: 1 !important;
}

.splide__pagination {
  visibility: hidden;
}

.splide__slide {
  display: flex !important;
}

.splide--track {
  direction: rtl !important;
}

.splide--fade .splide__slide:first-of-type,
.splide--fade .is-prev {
  opacity: 1 !important;
}

.splide__pagination {
  visibility: hidden !important;
}

.related-news .news-feed-info p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

button.splide__arrow.splide__arrow--next,
button.splide__arrow.splide__arrow--prev {
  border: 2px solid black;
  background: none;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .slider-height {
    min-height: 600px;
  }
}

button.splide__arrow.splide__arrow--next,
button.splide__arrow.splide__arrow--prev {
  display: none !important;
}

.report-tab-container .accordion-content.faq_content p {
  color: black;
  font-size: 17px;
}

p.hector-landing__about-us {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  padding: 50px;
  border-radius: 30px;
}

.Fcontrol input ~ .nameC,
.Fcontrol input ~ .emailC,
.Fcontrol textarea ~ .messageC {
  top: 0px;
}

.contact-page-form .basic-select {
  display: block !important;
  padding-right: 0px !important;
}

.book-demo-area .basic-select .select__menu {
  width: 75%;
}

.post-text p {
  font-size: unset;
  font-weight: unset;
  color: unset;
}

.post-text li {
  color: #000;
}

.post-text a {
  color: #5932ea;
  font-weight: 600;
}

.basic-login input[type="radio"],
.demo-form-input input[type="radio"] {
  /* width: 1rem;
  height: 1rem;
  color: inherit;
  padding: 0;
  margin-bottom: 0;
  border: 2px solid #eaedff !important;
  background-color: unset; */

  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 2px solid #cecfd6 !important;
  border-radius: 50%;
  display: grid;
  place-content: center;
}

.basic-login input[type="radio"]::before,
.demo-form-input input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #e80089;
  background-color: #e80089;
}

.basic-login input[type="radio"]:checked::before,
.demo-form-input input[type="radio"]:checked::before {
  transform: scale(1);
}

.basic-login .form-check,
.demo-form-input .form-check {
  margin-bottom: 0;
  gap: 5px;
}

.basic-login input[type="radio"]:checked,
.demo-form-input input[type="radio"]:checked {
  /* background-color: #e80089; */
  border-color: #e80089 !important;
}

.basic-login input[type="radio"]:focus,
.demo-form-input input[type="radio"]:focus {
  border-color: #ca4693 !important;
  box-shadow: 0 0 0 0.25rem rgba(232, 0, 137, 0.25);
}

.btn-3d {
  position: relative;
  overflow: hidden;
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.1),
    0 8px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.btn-3d:hover {
  transform: translateY(-4px);
  box-shadow:
    0 8px 16px rgba(0, 0, 0, 0.2),
    0 16px 32px rgba(0, 0, 0, 0.2);
}

.btn-3d:active {
  transform: translateY(2px);
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.1),
    0 4px 8px rgba(0, 0, 0, 0.1);
}

.animated_outline {
  width: auto;
  height: auto;
  /* Adjust to fit content */
  display: grid;
  place-content: center;
  color: white;
  text-shadow: 0 1px 0 #493ae3;
  background: linear-gradient(180deg, #8d82ff 0%, #493ae3 38.5%);
  box-shadow:
    0px 0px 1px 0px rgba(77, 49, 180 0),
    0px 0px 1px 0px rgba(77, 49, 180 0.01),
    0px 0px 1px 0px rgba(77, 49, 180 0.05),
    0px 0px 1px 0px rgba(77, 49, 180 0.09),
    0px 6px 16px 0px rgba(77, 49, 180, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 8px;
  border: 2px solid #5932ea;
  padding: 1rem;
  /* Uniform padding for square shape */
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);

  --border-angle: 0turn;
  /* For animation */
  --main-bg: conic-gradient(
    from var(--border-angle),
    #5932ea,
    #5932ea 5%,
    #5932ea 60%,
    #5932ea 95%
  );

  border: solid 2px transparent;
  border-radius: 0.25rem;
  --gradient-border: conic-gradient(
    from var(--border-angle),
    transparent 25%,
    #e80089,
    #08fddd 99%,
    transparent
  );

  background:
    var(--main-bg) padding-box,
    var(--gradient-border) border-box,
    var(--main-bg) border-box;

  background-position: center center;

  animation: bg-spin 3s linear infinite;
}

@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}

.animated_outline:hover {
  animation-play-state: paused;
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}

/* Remove unnecessary outlines and shadows */
.country-select:focus,
.country-select:active,
.react-select__control:focus,
.react-select__control:active,
input#contact_number:focus,
input#contact_number:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Adjust the control to flexibly accommodate content */
.react-select__control {
  height: 50px;
  min-width: 100px;
  /* Adjust minimum width to fit flag and country code */
  margin-left: -15px;
  border: none !important;
  background-color: transparent !important;
  display: flex;
  align-items: center;
}

/* Reverse indicator alignment */
.react-select__indicators {
  flex-direction: row-reverse;
}

/* Customize the value container to align content properly */
.react-select__value-container {
  height: 50px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* Adjust input container for better spacing */
.react-select__input-container {
  height: 45px !important;
  display: flex;
  align-items: center;
}

/* Style custom options with flag and country code */
.select-custom-option {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  gap: 8px;
  /* Add spacing between flag and country code */
  font-size: 14px;
  line-height: 1.5;
}

/* Fix flag positioning */
.select-custom-option-icon {
  width: 20px;
  height: 14px;
  object-fit: contain;
}

/* Placeholder alignment */
.react-select__placeholder {
  padding-top: 0;
  display: flex;
  align-items: center;
}

/* Adjust height and padding for input container */
.country-select .select__input-container {
  height: auto;
  padding: 0 8px;
}

/* Book A Demo Button */
.book-demo-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #ca14eb !important;
  border: 1px solid #7613fb;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 16px;
  color: white;
  min-width: 220px;
  font-family:
    system-ui,
    -apple-system,
    sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.2s ease;
  cursor: pointer;

  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ca14eb !important;
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: -1;
  }

  &:hover {
    border: 1px solid #7613fb;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(202, 20, 235, 0.35);

    &::before {
      opacity: 1;
    }
  }

  svg {
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
    color: white;
  }

  &:hover svg {
    transform: translateX(2px);
  }
}

/* Create Free AMC Instance Button */
.create-amc-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #7613fb !important;
  border: 1px solid #bb60f9;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 16px;
  color: white;
  min-width: 220px;
  font-family:
    system-ui,
    -apple-system,
    sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.2s ease;
  cursor: pointer;

  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #7613fb !important;
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: -1;
  }

  &:hover {
    border: 1px solid #bb60f9;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(118, 19, 251, 0.35);

    &::before {
      opacity: 1;
    }
  }

  svg {
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
    color: white;
  }

  &:hover svg {
    transform: translateX(2px);
  }
}

/* Create Free DSP Account Button */
.create-dsp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(90deg, #7613fb 0%, #ca14eb 100%) !important;
  border: 1px solid #bb60f9;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 16px;
  color: white;
  min-width: 220px;
  font-family:
    system-ui,
    -apple-system,
    sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.2s ease;
  cursor: pointer;

  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #7613fb 0%, #ca14eb 100%) !important;
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: -1;
  }

  &:hover {
    border: 1px solid #bb60f9;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(202, 20, 235, 0.35);

    &::before {
      opacity: 1;
    }
  }

  svg {
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
    color: white;
  }

  &:hover svg {
    transform: translateX(2px);
  }
}

/* Ensure text and icon colors stay consistent */
.book-demo-button,
.create-amc-button,
.create-dsp-button {
  &,
  &:hover,
  &:focus,
  &:active {
    color: white !important;
  }

  svg,
  &:hover svg,
  &:focus svg,
  &:active svg {
    color: white !important;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .book-demo-button,
  .create-amc-button,
  .create-dsp-button {
    padding: 14px 24px;
    font-size: 15px;
    min-width: 180px;
  }
}

@media (max-width: 480px) {
  .book-demo-button,
  .create-amc-button,
  .create-dsp-button {
    padding: 12px 20px;
    font-size: 14px;
    min-width: 160px;
    gap: 8px;

    svg {
      width: 18px;
      height: 18px;
    }
  }
}

/* Blog page header css */
.blog-page-header {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 80px;
}

.blog-page-header .header {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.blog-page-header .header .title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
  font-family: "Manrope", sans-serif !important;
}

.blog-page-header .header .subtitle {
  font-size: 0.9rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.author-blog-img {
  position: relative;
  height: 100%;
}

.author-blog-img img {
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.author-blog-img img:hover {
  transform: scale(1.01);
  border-radius: 20px;
}

.blog-img {
  display: block !important;
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  height: 100%;
  display: block;
}

.blog-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.blog-tags {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 20px;
  align-items: center;
  margin: 0 0 12px;
}

.blog-tags ul {
  display: flex;
  gap: 6px;
  list-style: none;
}

.blog-tags ul li {
  font-size: 14px;
  line-height: 14px;
  width: auto;
  font-weight: 500;
  color: #ffffff;
  display: block;
  padding: 8px 12px;
  background: #e80089;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.blog-content .small-title {
  line-height: 28px;
  font-weight: 700;
  color: #1f2023;
  margin: 0 0 8px;
}

.blog-content .small-title:hover {
  color: #5932ea;
}

.blog-content .read-more:hover h6 {
  color: #5932ea;
}

.blog-content .detail {
  line-height: 28px;
  color: #757577;
  margin: 0 0 20px;
}

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

/* BlogFilter.css */

.blog-filter {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.filter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Filter Tabs */
.filter-tabs {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 0.25rem;
  flex-wrap: wrap;
}

.filter-tab {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b7280;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}

.filter-tab:hover {
  color: #374151;
  border-bottom-color: #d1d5db;
}

.active-tab {
  color: #5932ea !important;
  border-bottom-color: #5932ea !important;
  background-color: #eff6ff;
}

.active-tab:hover {
  color: #5932ea;
  border-bottom-color: #5932ea;
}

/* Search Section */
.search-section {
  position: relative;
  width: 20rem;
  height: auto;
}

@media (max-width: 768px) {
  .search-section {
    width: 100%;
    justify-content: center;
  }
}

.search-input-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
}

.search-input {
  background-color: #ffffff;
  border: 1px solid #b8bcc5;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  min-width: 100%;
  padding: 10px 85px 10px 25px;
  box-shadow: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.search-input:focus {
  border-color: #5932ea;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.search-input::placeholder {
  color: #9ca3af;
}

@media (max-width: 480px) {
  .search-input {
    width: 12rem;
  }
}

.search-button {
  background-color: #5932ea;
  padding: 0.5rem 1.25rem;
  color: #ffffff;
  font-weight: 500;
  border-radius: 20px;
  border-color: transparent;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.search-button:hover {
  background-color: #5932ea;
}

.search-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.3);
}

.search-button:active {
  transform: translateY(1px);
}

.read-more:hover {
  color: #5932ea;
}

.author-info {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

.author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
}

.author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-details {
  display: flex;
  flex-direction: column;
}

.author-name {
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
  color: #333;
}

.author-date {
  font-size: 0.875rem;
  color: #888;
  margin: 0.25rem 0 0 0;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Forum Card Styles */

.forum-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.forum-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-left: 4px solid #5932ea;
  padding: 10px 20px;
  border-top: 1px solid #f1f5f9;
  border-right: 1px solid #f1f5f9;
  border-bottom: 2px solid #f1f5f9;
  transition: all 0.3s ease;
}

.forum-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.forum-card-header {
  display: flex;
  background: white;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.forum-container .author-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.forum-container .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.forum-container .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.forum-container .avatar-fallback {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 16px;
}

.forum-container .author-details {
  display: flex;
  flex-direction: column;
}

.forum-container .author-name {
  font-weight: 600;
  font-size: 14px;
  color: #1e293b;
  margin-bottom: 2px;
}

.forum-container .post-date {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #64748b;
  gap: 4px;
}

.forum-container .calendar-icon {
  width: 12px;
  height: 12px;
}

.forum-container .comment-count {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #64748b;
  font-size: 14px;
}

.forum-container .message-icon {
  width: 16px;
  height: 16px;
}

.forum-container .forum-title {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
  line-height: 1.3;
  cursor: pointer;
  transition: color 0.2s ease;
}

.forum-container .forum-title:hover {
  color: #5932ea;
}

.forum-container .forum-content {
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.forum-container .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.forum-container .tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  background-color: #f1f5f9;
  color: #475569;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  gap: 4px;
}

.forum-container .tag:hover {
  background-color: #e2e8f0;
  color: #5932ea;
}

.forum-container .tag-icon {
  width: 12px;
  height: 12px;
}

.forum-card-footer {
  display: flex;
  background: white;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
}

.comment-btn {
  display: inline-flex;
  border-radius: 20px;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: transparent;
  border: 1px solid #e2e8f0;
  font-size: 13px;
  font-weight: 500;
  color: #475569;
  cursor: pointer;
  transition: all 0.2s ease;
}

.forum-container .comment-btn:hover {
  background-color: #f8fafc;
  border-radius: 20px;
  border-color: #cbd5e1;
  color: #5932ea;
}

.forum-container .read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: transparent;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #475569;
  cursor: pointer;
  transition: all 0.2s ease;
}

.forum-container .read-more-btn:hover {
  background-color: #f8fafc;
  color: #5932ea;
  border-radius: 20px;
}

.forum-container .arrow-icon {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}

.read-more-btn:hover .arrow-icon {
  transform: translateX(2px);
}

.active-link {
  color: #5932ea !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .forum-container {
    padding: 0 10px;
  }

  .forum-card {
    padding: 16px;
  }

  .forun-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .comment-count {
    align-self: flex-end;
  }

  .read-more-btn {
    align-self: flex-end;
  }
}

.link-animate {
  color: inherit;
  transition: color 0.3s ease-in-out;
}

.link-animate:hover,
.link-animate:focus {
  color: #5932ea;
}

.link-animate:active {
  color: #5932ea;
}

.navbar-nav > li > a {
  margin-left: 10px;
}

.icon-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .icon-image {
    padding: 3px;
    margin-right: 0px;
    object-fit: fill !important;
  }
}

.read-more-button {
  margin-top: 35px !important;
}

@media (max-width: 768px) {
  .read-more-button {
    margin-top: 20px !important;
  }
}

.new-button:hover {
  color: #fff !important;
}

.case-study-card {
  padding: 40px 40px 40px 40px !important;
}

@media (max-width: 768px) {
  .case-study-card {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

/* new-menu */

.new-menu {
  width: 100%;
}

.new-menu .menu {
  border: 0.8px solid #d0d0d0;
  height: 42px;
  padding: 5px 25px;
  border-radius: 35px;
  display: flex;
  list-style: none;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.navbar-nav .menu .has-dropdown {
  position: relative !important;
}

.normal-link {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.normal-link:hover {
  color: #5932ea !important;
}

.special-link {
  color: #5932ea !important;
  font-weight: 600 !important;
  font-size: 16px;
}

.new-menu .has-dropdown:hover .submenu {
  visibility: visible;
  opacity: 1;
}

.new-menu .submenu {
  position: absolute;
  list-style: none;
  color: #5932ea;
  background: #fff;
  width: 220px;
  border-radius: 12px;
  text-align: left;
  padding: 0px 20px;
  top: 110%;
  left: 1;
  border-bottom: 5px solid #5932ea;
  box-shadow: 0px 4px 27px 0px rgba(65, 140, 255, 0.2);
  background-color: #fff;
  border: 0.5px solid #e2e2e2;
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
}
.submenu li {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.submenu li a {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #595959 !important;
}

.menu-icon {
  color: #000000 !important;
}

.submenu li a:hover {
  font-weight: 600 !important;
  color: #5932ea !important;
}

@media (max-width: 1260px) {
  .new-menu .menu {
    height: 36px !important;
    padding: 5px 15px !important;
    gap: 20px !important;
  }

  .normal-link {
    font-size: 15px;
  }
  .special-link {
    font-size: 15px;
  }
}

.no-shadow {
  box-shadow: none !important;
}

.normal-link:focus {
  color: #5932ea !important;
}

/* contact page */

.contact-header {
  margin-top: 45px;
}

.contact-field-label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0b1433;
}

/* Scoped styles for Contact page to match Figma exactly */

/* Section background and header */
.contact-page {
  background: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 768px) {
  .contact-page {
    gap: 20px !important;
  }
}

.contact-page .section-title {
  margin-bottom: 48px;
}

.contact-pill {
  display: inline-block;
  padding: 6px 16px;
  font-size: 19px;
  font-weight: 500;
  border-radius: 9999px;
  background: #eff3ff;
  color: #5932ea;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.06);
  letter-spacing: 0.3px;
}

.contact-page .section-title h2 {
  font-size: 45px;
  font-weight: 700;
  color: #0b1433;
  margin: 14px 0 10px;
}

.contact-page .section-title p {
  max-width: 780px;
  margin: 0 auto;
  color: #141414;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
}

.contact-page .section-title a {
  color: #5932ea !important;
}

/* Form layout overrides */
.contact-page .row > [class*="col-"] {
  margin-bottom: 16px;
}

.contact-page .contact-page-form {
  position: relative;
  display: block;
}

.contact-page .contact-page-form input,
.contact-page .contact-page-form textarea {
  width: 100%;
  height: 52px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 0 14px 0 52px;
  color: #0f172a;
  font-size: 14px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.contact-page .contact-page-form textarea {
  height: 150px;
  padding-top: 12px;
  resize: vertical;
}

.contact-page .contact-page-form label {
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
  height: auto;
  pointer-events: none;
  z-index: 2;
}

.contact-page .contact-page-form input {
  border-radius: 30px;
}

.contact-page .contact-page-form .basic-select {
  padding: 0 !important;
}

.contact-page .contact-page-form .basic-select .select__control {
  border-radius: 30px;
  margin: 0 !important;
}

/* fine tune vertical alignment and spacing of icons */
.contact-page .contact-page-form .select-icon i {
  position: relative;
  top: -4px !important;
  font-size: 18px;
}

/* fine tune vertical alignment and spacing of icons */
.contact-page .contact-page-form label i {
  position: relative;
  top: -1px;
  font-size: 16px;
}

.contact-page .contact-page-form label i {
  color: #e80089;
}

/* Adjust icon position for textarea container */
.contact-page .contact-page-form:has(textarea) label {
  top: 16px;
  bottom: auto;
  transform: none;
}

.contact-page .basic-select .select__control {
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04) !important;
  background: #ffffff !important;
  min-height: 50px;
  border-radius: 12px;
  padding-left: 48px;
}

.contact-page .basic-select .select__value-container {
  height: 50px;
}

.contact-page .basic-select .select__indicators {
  height: 50px;
}

.contact-page .basic-select .select__placeholder,
.contact-page .basic-select .select__single-value {
  font-size: 14px;
  color: #6b7280;
}

.contact-page .contract-btn {
  margin-top: 24px;
}

.contact-page .contract-btn .btn {
  background: #5932ea !important;
  color: #fff !important;
  border-radius: 12px;
  padding: 16px 28px;
  border: none;
  box-shadow: 0 10px 26px rgba(106, 74, 238, 0.28);
}

/* Reach out cards (right column) */
.reach-out-section {
  margin: 40px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: auto;
  padding: 0px;
  justify-items: start;
}

.reach-out-section .section-title h2 {
  font-size: 40px;
  font-weight: 800;
  color: #0b1433;
}

.reach-out-section .section-title p {
  color: #141414;
}
.reach-out-section .section-title p a {
  text-decoration: underline !important;
}

.contact-service .testimonial-card-body {
  min-height: auto;
  background: linear-gradient(180deg, #f4f2ff 0%, #ffffff 85%);
  border-radius: 28px 28px 0 0;
}

.contact-service .cta-bar {
  border-radius: 0 0 28px 28px;
}

.contact-service__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6c52f5 0%, #7b4ef2 100%);
  color: #fff;
}

.contact-service__icon i {
  color: #fff !important;
}

@media (max-width: 991px) {
  .contact-page {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .contact-page .section-title h2 {
    font-size: 32px;
  }

  .reach-out-section h2 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .contact-page {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .contact-page .contact-page-form input,
  .contact-page .contact-page-form .basic-select {
    height: 48px;
  }

  .contact-page .basic-select .select__value-container,
  .contact-page .basic-select .select__indicators {
    height: 48px;
  }
}

/* Force single-row layout for Reach Out section on desktop */
@media (min-width: 992px) {
  .reach-out-section-home .container {
    max-width: 1140px;
  }

  .reach-out-section-home .row {
    display: flex;
    align-items: flex-start;
  }

  .reach-out-section-home .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .reach-out-section-home .contract-services-area {
    padding: 0;
  }

  .reach-out-section-home .contract-services-area .row {
    margin-left: 0;
    margin-right: 0;
  }

  .reach-out-section-home .testimonial-card-outer {
    width: 100%;
  }
}

/* ================== Case Study Testimonials (moved here) ================== */
.testimonials-section {
  background-color: #f5f7fb;
  padding: 80px 0;
}

.testimonials-title {
  font-size: 42px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 8px;
}

.testimonials-subtitle {
  font-size: 14px;
  color: #7d859f;
  max-width: 640px;
}

.testimonial-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.carousel-viewport {
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  gap: 24px;
  transition: transform 450ms cubic-bezier(0.22, 1, 0.36, 1);
}

.slide {
  flex: 0 0 calc(100% / var(--cpv, 3));
}

.testimonial-card-outer {
  background: #f4f2ff;
  border-radius: 28px;
  box-shadow: 0 12px 38px rgba(56, 44, 129, 0.12);
  overflow: hidden;
}

.testimonial-card-body {
  background: linear-gradient(180deg, #f4f2ff 0%, #ffffff 85%);
  min-height: 440px;
}

.quote-icon {
  font-size: 40px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-quote {
  font-size: 14px;
  line-height: 1.9;
  color: #2f3a4a;
  max-width: 600px;
  margin: 0 auto 24px;
  text-align: center;
}

.author-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.author-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: contain;
  background-color: white;
  padding: 8px;
  border: 2px solid #e5e7eb;
}

.author-info {
  text-align: left;
}

.author-name {
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 4px;
}

.author-title {
  font-size: 12px;
  color: #7b8596;
}

.cta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #5a31e8;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 28px;
  font-weight: 600;
}

.testimonial-card-outer .cta-bar {
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}

.cta-arrow {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.18);
}

.nav-button {
  background: linear-gradient(135deg, #6c52f5 0%, #7b4ef2 100%);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 10px 26px rgba(106, 74, 238, 0.28);
}

.nav-button.prev {
  left: -8px;
}

.nav-button.next {
  right: -8px;
}

/* hide testimonial dots */
.indicator-dot {
  display: none !important;
}

.indicator-dot.active {
  background: linear-gradient(135deg, #7a5cf6 0%, #4f46e5 100%);
}

.indicator-dot.inactive {
  background: #d7dce7;
}

@media (max-width: 991px) {
  .testimonials-section {
    padding: 60px 0;
  }

  .testimonials-title {
    font-size: 32px;
  }

  .slide {
    flex: 0 0 100%;
  }

  .testimonial-card-body {
    min-height: 420px;
  }
}

/* Reach Out Section */
.reach-out-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}

@media (max-width: 480px) {
  .reach-out-card {
    min-width: 100% !important;
  }
}

.reach-out-card {
  background: #eff3ff;
  padding: 20px 30px;
  width: 100%;
  min-width: 390px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 20px;
  border-radius: 24px;
  overflow: hidden;
}
.reach-out-card .reach-out-card-content h3 {
  font-size: 28px;
  font-weight: 600;
  color: #141414;
}
.reach-out-card .reach-out-card-content p {
  font-size: 18px!;
  font-weight: 400;
  color: #141414;
}

.reach-out-card .reach-out-card-icon i {
  color: #5932ea;
  font-size: 20px;
}

.reach-out-card .reach-out-card-cta a {
  color: #5932ea;
  text-decoration: underline !important;
}

@media (max-width: 1200px) {
  .reach-out-section {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    align-items: center;
  }
}

/* Testimonial Section */

.testimonial-card-new {
  background: #f4f2ff;
  border-radius: 34px;
  position: relative;
  width: 80%;
  margin: 0 auto;
  min-width: 350px;
  height: 100%;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-card-body-new {
  padding: 40px 40px 0 40px;
  flex: 1;
}
.testimonial-card-new .testimonial-card-body-new p {
  font-size: 14px;
  font-weight: 500;
  color: #1f2023;
  line-height: 28px;
  text-align: center;
  text-justify: center;
}

.testimonial-card-footer-new .author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.testimonial-card-footer-new .author .author-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  text-align: left;
  padding: 0;
  height: auto;
}
.testimonial-card-footer-new .author .author-info h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1f2023;
  padding: 0;
}
.testimonial-card-footer-new .author .author-info p {
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  color: #636060;
}

.testimonial-card-footer-new .author img {
  border-radius: 50%;
  width: 70px !important;
  height: 70px !important;
  object-fit: contain;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  align-self: center;
  padding: 5px;
}

.testimonial-card-new .read-full-case-study {
  width: 100%;
  background: #5932ea;
  bottom: 0;
  right: 0;
  height: 60px;
  border-radius: 0 0 15px 15px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: space-between;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
}

.testimonial-card-new .read-full-case-study span {
  font-size: 20px;
  font-weight: 400;
}
.testimonial-card-new .read-full-case-study i {
  font-size: 18px;
  font-weight: 400;
}

.testimonial-section-body-new {
  position: relative;
  margin: 0 auto;
}

.testimonial-section-body-new .slick-prev {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #5932ea;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: none;
}

.testimonial-section-body-new .slick-next {
  position: absolute;
  right: -40px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #5932ea;
  color: #fff;
  border: none;
}
.testimonial-section .section-title {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;
  margin-bottom: 60px;
}
.testimonial-section .section-title h2 {
  text-align: start;
}

.testimonial-section .section-title span {
  font-size: 16px;
  color: #141414;
}
@media (max-width: 768px) {
  .testimonial-section-body-new .slick-prev {
    left: -5px;
  }
  .testimonial-section-body-new .slick-next {
    right: -5px;
  }
}

@media (max-width: 768px) {
  .contact-header .section-title h1 {
    font-size: 13px;
  }
  .contact-header .section-title h2 {
    font-size: 29px;
    text-align: center;
  }
  .contact-header .section-title p {
    font-size: 13px;
    text-align: center;
  }

  .reach-out-section .section-title {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .reach-out-section .section-title h2 {
    font-size: 29px;
    text-align: center;
  }
  .reach-out-section .section-title p {
    font-size: 13px;
  }
  .reach-out-section .reach-out-cards {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    align-items: center;
    gap: 30px;
  }
  .reach-out-card h3 {
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
  }
  .reach-out-card p {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
  }

  .testimonial-section .section-title {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .testimonial-section .section-title h2 {
    font-size: 29px;
    text-align: center;
  }
  .testimonial-section .section-title span {
    font-size: 13px;
  }
  .specific-icon {
    margin-top: 10px !important;
  }
}

.contact-page .contact-page-form .select__placeholder {
  margin-bottom: 14px !important;
  margin-left: -4px !important;
}

.specific-icon {
  margin-bottom: 10px !important;
  z-index: 0 !important;
}

.negative-z-index {
  z-index: 1 !important;
}

.contact-basic-select .css-19bb58m {
  margin-left: -3px !important;
}

.marquee-track {
  position: relative;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-content {
  display: flex;
  animation: marquee 60s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
