.light-background,
:root {
  --surface-color: #ffffff;
  --theme-blue-color: #036;
}
.dark-background,
:root {
  --contrast-color: #ffffff;
}
a,
a:hover {
  text-decoration: none;
}
.header,
body {
  color: var(--default-color);
  background-color: var(--background-color);
}
.footer,
.header,
body {
  background-color: var(--background-color);
}
.hero .wave1 use,
.hero .wave2 use,
.hero .wave3 use {
  fill: var(--default-color);
}
/* --heading-color: #040677; 
   --accent-color: #1acc8d;  */
:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway", sans-serif;
  --nav-font: "Poppins", sans-serif;
  --background-color: #ffffff;
  --default-color: #444444;
  --heading-color: #66666b;
  /* --accent-color: #fff; */
  --accent-color: #464141;
  --nav-color: #ffffff;
  --nav-hover-color: #1acc8d;
  --nav-mobile-background-color: #ffffff;
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #444444;
  --nav-dropdown-hover-color: #1acc8d;
  scroll-behavior: smooth;
}
.dark-background,
.header {
  --default-color: #ffffff;
  --heading-color: #ffffff;
}
.light-background {
  --background-color: #f4f5fe;
}
/* --background-color: #08005e;
  --surface-color: #0c0091; */
.dark-background {
  --background-color: #036;
  --surface-color: #0c0091;
}
body {
  font-family: var(--default-font);
}
a {
  color: var(--accent-color);
  transition: 0.3s;
}
a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}
/* #10058c; */
.header {
  --background-color: #fff;
  padding: 20px 0;
  transition: 0.5s;
  z-index: 997;
}
/* #10058c; */
.bg-blue,
.scrolled .header {
  --background-color: #66666b;
}
.header .logo {
  line-height: 1;
}
.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}
.scrolled .header {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }
  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navmenu li {
    position: relative;
  }
  .navmenu > ul > li {
    white-space: nowrap;
    padding: 15px 14px;
  }
  .navmenu > ul > li:last-child {
    padding-right: 0;
  }
  .navmenu a,
  .navmenu a:focus {
    color: #036;
    font-size: 15px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }
  .navmenu > ul > li > a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0;
    transition: 0.3s ease-in-out;
  }
  .navmenu .active:before,
  .navmenu a:hover:before,
  .navmenu li:hover > a:before {
    visibility: visible;
    width: 25px;
  }
  .navmenu .active,
  .navmenu .active:focus,
  .navmenu li:hover > a {
    color: #036;
  }
  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .navmenu .dropdown ul li {
    min-width: 200px;
  }
  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }
  .navmenu .dropdown ul a i {
    font-size: 12px;
  }
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul li:hover > a {
    color: var(--nav-dropdown-hover-color);
  }
  .navmenu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }
  .navmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}
.about .content .read-more,
.hero .btn-get-started,
.pricing .cta-btn,
.pricing h4,
.section-title div {
  font-family: var(--heading-font);
}
.hero .btn-get-started,
.scroll-top i,
.scroll-top:hover {
  color: var(--contrast-color);
}
.footer {
  color: var(--default-color);
  font-size: 14px;
  position: relative;
}
.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}
.faq .faq-container .faq-active h3,
.faq .faq-container .faq-item .faq-toggle:hover,
.faq .faq-container .faq-item h3:hover,
.footer .footer-links ul a:hover {
  color: var(--accent-color);
}
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: 0.4s;
}
.hero,
.page-title,
.section-title,
.section-title h2 {
  position: relative;
}
.page-title,
.section,
section {
  color: var(--default-color);
  /* background-color: var(--background-color); */
}
.cookiesModal .modal-footer .btn,
.hero,
.hero .hero-bg {
  width: 100%;
}
.scroll-top i {
  font-size: 24px;
  line-height: 0;
}
.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
.page-title .heading {
  padding: 160px 0 80px;
  border-top: 1px solid
    color-mix(in srgb, var(--default-color), transparent 90%);
}
.page-title .heading h1 {
  font-size: 38px;
  font-weight: 700;
}
.page-title nav {
  background-color: color-mix(in srgb, var(--default-color), transparent 88%);
  padding: 20px 0;
}
.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.page-title nav ol li + li {
  padding-left: 10px;
}
.page-title nav ol li + li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}
.section,
section {
  padding: 60px 0;
  scroll-margin-top: 100px;
  overflow: clip;
}
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #036;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }
  .navmenu {
    padding: 0;
    z-index: 9997;
  }
  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
  .navmenu a,
  .navmenu a:focus {
    color: #036;
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }
  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }
  .navmenu .active,
  .navmenu .active:focus,
  .navmenu a:hover {
    color: var(--nav-dropdown-hover-color);
  }
  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }
  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: 0.5s ease-in-out;
  }
  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }
  .navmenu .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .mobile-nav-toggle {
    color: #036;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }
  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }
  .mobile-nav-active .navmenu > ul {
    display: block;
  }
  .section,
  section {
    scroll-margin-top: 66px;
  }
}
.section-title {
  padding-bottom: 60px;
}
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  /* line-height: 1px; */
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}
.section-title div {
  color: var(--heading-color);
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.hero {
  min-height: 70vh;
  padding: 120px 0;
  display: flex;
  align-items: center;
}
.hero .hero-bg {
  position: absolute;
  inset: 0;
  display: block;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 10%);
  position: absolute;
  inset: 0;
  z-index: 2;
}
.hero .container {
  position: relative;
  z-index: 3;
}
.hero h1 {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
.hero h1 span {
  color: var(--heading-color);
  border-bottom: 4px solid var(--accent-color);
}
.hero p {
  /* color: color-mix(in srgb, var(--default-color), transparent 30%); */
  color: #fff;
  margin: 5px 0 30px;
  font-size: 22px;
  font-weight: 400;
}
.about .content h3,
.about .icon-box i,
.pricing h4 {
  /* color: var(--accent-color); */
  color: #b5aaaa;
}
.hero .btn-get-started {
  background: var(--accent-color);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 12px;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
.hero .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
.about .content .read-more,
.contact .info-item:hover i,
.pricing .cta-btn:hover,
.pricing .featured .cta-btn {
  /* background: var(--accent-color); */
  background: #464141;
  color: var(--contrast-color);
}
.hero .animated {
  animation: 2s ease-in-out infinite alternate-reverse both up-down;
}
.hero .hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.hero .wave1 use {
  animation: 10s linear -2s infinite move-forever1;
  opacity: 0.6;
}
.hero .wave2 use {
  animation: 8s linear -2s infinite move-forever2;
  opacity: 0.4;
}
.hero .wave3 use {
  animation: 6s linear -2s infinite move-forever3;
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0);
  }
  100% {
    transform: translate(-90px, 0);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0);
  }
  100% {
    transform: translate(85px, 0);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0);
  }
  100% {
    transform: translate(85px, 0);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.about {
  padding-top: 100px;
}
.about .content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 10px 20px;
  /* background: color-mix(in srgb, var(--accent-color), transparent 95%); */
  background: #fff;
  /* background: #897c7c; */
  border-radius: 7px;
  display: inline-block;
}
.about .content h2 {
  font-weight: 700;
}
.about .content p:last-child,
.about .icon-box p,
.details .features-item p:last-child,
.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}
.about .content .read-more {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.about .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}
.about .content .read-more:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
  padding-right: 19px;
}
.about .content .read-more:hover i {
  margin-left: 10px;
}
.about .icon-box {
  background-color: var(--surface-color);
  padding: 50px 40px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: 0.3s ease-out;
}
.about .icon-box i {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 0;
  transition: 0.4s ease-out;
  /* background-color: color-mix(in srgb, var(--accent-color), transparent 95%); */
  background-color: #464141;
}
.about .icon-box h3 {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 700;
}
/* .about .icon-box:hover i {
  background-color: var(--accent-color);
  color: var(--contrast-color);
} */
.about .icon-box:hover i {
  background-color: #2a2727;
  color: #897c7c;
}
.about .icon-boxes .col-md-6:nth-child(2) .icon-box,
.about .icon-boxes .col-md-6:nth-child(4) .icon-box {
  margin-top: -40px;
}
@media (max-width: 768px) {
  .about .icon-boxes .col-md-6:nth-child(2) .icon-box,
  .about .icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: 0;
  }
}
.details .features-item {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}
.details .features-item + .features-item {
  margin-top: 100px;
}
@media (max-width: 640px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }
  .details .features-item + .features-item {
    margin-top: 40px;
  }
}
.details .features-item h3 {
  font-weight: 700;
  font-size: 26px;
}
.details .features-item ul {
  list-style: none;
  padding: 0;
}
.details .features-item ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.details .features-item ul li:last-child,
.pricing ul li:last-child {
  padding-bottom: 0;
}
.details .features-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}
.pricing .pricing-item {
  background-color: color-mix(in srgb, var(--accent-color), transparent 96%);
  padding: 40px;
  height: 100%;
  border-radius: 15px;
}
.pricing h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}
.pricing h4 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0;
}
.pricing h4 sup {
  font-size: 28px;
}
.pricing h4 span {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 18px;
  font-weight: 500;
}
.pricing .description {
  font-size: 14px;
}
.pricing .cta-btn {
  border: 1px solid var(--default-color);
  color: var(--default-color);
  display: block;
  text-align: center;
  padding: 10px 35px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
  margin-top: 20px;
  margin-bottom: 6px;
}
.pricing .cta-btn:hover,
.pricing .featured .cta-btn {
  border-color: var(--accent-color);
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  text-align: left;
  line-height: 20px;
}
.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}
.pricing ul .na,
.pricing ul .na i {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}
.pricing ul .na span {
  text-decoration: line-through;
}
.pricing .featured {
  position: relative;
}
.pricing .featured .popular {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 4px 15px 6px;
  margin: 0;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px;
  }
}
@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}
.faq .content p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}
.faq .faq-container {
  margin-top: 15px;
}
.faq .faq-container .faq-item {
  background-color: var(--surface-color);
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  margin: 0 30px 0 32px;
  transition: 0.3s;
  cursor: pointer;
}
.faq .faq-container .faq-item h3 span {
  color: var(--accent-color);
  padding-right: 5px;
}
.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}
.faq .faq-container .faq-item .faq-icon {
  position: absolute;
  top: 22px;
  left: 20px;
  font-size: 22px;
  line-height: 0;
  transition: 0.3s;
  color: var(--accent-color);
}
.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}
.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}
.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color);
}
.contact .info-item + .info-item {
  margin-top: 40px;
}
.contact .info-item i {
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  margin-right: 15px;
}
.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.contact .email-form {
  height: 100%;
}
.contact .email-form input[type="email"],
.contact .email-form input[type="text"],
.contact .email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: color-mix(
    in srgb,
    var(--background-color),
    transparent 50%
  );
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}
.contact .email-form input[type="email"]:focus,
.contact .email-form input[type="text"]:focus,
.contact .email-form textarea:focus {
  border-color: var(--accent-color);
}
.contact .email-form input[type="email"]::placeholder,
.contact .email-form input[type="text"]::placeholder,
.contact .email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}
.contact .email-form button[type="submit"] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .email-form button[type="submit"]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 25%);
}
.cookiesModal {
  backdrop-filter: blur(10px);
  pointer-events: none;
}
#expandToggle:hover {
  cursor: pointer;
  text-decoration: underline;
}
.gallery-item img {
  height: 240px;
}
.header .logo img {
  width: 90px;
  height: 70px;
}
.ftr-logo {
  max-width: 60px;
}
#hero::before {
  background: color-mix(in srgb, var(--background-color), transparent 35%);
}
.contact-title {
  width: fit-content;
  margin: 0 auto;
}
.cookiesModal .modal-content {
  background: url("../img/popup-bg.jpg") center/cover no-repeat;
  position: relative;
  z-index: 1;
}
.cookiesModal .modal-content::before {
  content: "";
  border-radius: var(--bs-modal-border-radius);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #ffffff4d;
  position: absolute;
  top: -1px;
  left: -1px;
  backdrop-filter: blur(4px);
  z-index: -1;
}

a.chat-cus i {
  font-size: 45px;
}
a.chat-cus {
  color: #fff;
}
a.chat-cus:hover {
  color: #8d2029;
}

.goog-te-gadget {
  font-size: 1px;
  line-height: 0px;
  color: rgb(0, 59, 84);
}

.silder_hold .skiptranslate.goog-te-gadget {
  font-size: 0;
}

.goog-te-gadget .goog-te-combo {
  margin: 0;
  background: #8d2029;
  border: 0;
  padding: 12px 10px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  border-radius: 5px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: #8d2029 url("img/down-arrow.png") no-repeat center right / 15px;
  background-origin: padding-box;
  padding-right: 6px;
  background-origin: content-box;
}
.goog-te-gadget .goog-te-combo:focus {
  outline: 0;
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0;
}
.goog-te-banner-frame {
  display: none;
}
.goog-logo-link {
  display: none;
}

#google_translate_element span {
  display: none;
}

.success-message {
  display: none;
  margin-top: 20px;
  margin-top: 20px;
  padding: 12px;
  background-color: #e0ffe0;
  color: #2e7d32;
  border: 1px solid #b2dfdb;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
}

.pricing-item img {
  height: 225px;
}

.list-item {
  list-style: none;
}

/* uk tempate css */
/* .margin_60 {
  padding-top: 60px;
    padding-bottom: 60px;
}

.middle-section {
    padding-bottom: 0;
}


.white_bg {
    background-color: #fff;
}


#city-tour .img-fluid {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.laptop {
    margin: auto;
    margin-top: 20px;
}

ul.list_order {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
}


.apply-btn-btn {
    background-color: #2e3a77;
    color: #fff;
    border: none;
    padding: 10px 68px;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    border-radius: 50px;
    font-weight: 600;
}

.main_title h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
} */

/* custom slider start */

.custom-slide {
  position: relative;
  width: 100%;
  height: 90vh;
  background: url(../img/bg.jpg) center top / cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  overflow: hidden;
}

.margin_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.middle-section {
  padding-bottom: 0;
}

.white_bg {
  background-color: #fff;
}

.custom-slide h1 {
  font-size: 40px;
  text-transform: uppercase;
  margin: 0;
  color: #036;
  font-weight: 600;
}
.custom-slide p {
  font-size: 19px;
  margin-top: 10px;
  color: #036 !important;
  font-weight: 500;
}
/* custom slider end */

/* animation start */

.typing-container {
  font-size: 2em;
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid black;
  width: 0;
  animation: typing 4s steps(30, end) 1s infinite alternate,
    blink 0.75s step-end infinite;
}

@keyframes typing {
  0% {
    width: 0;
  }

  100% {
    width: 24ch;
    /* Adjust based on your text length */
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

/* animation end */

.apply-btn-btn {
  background-color: #df1d25;
  color: #fff;
  border: none;
  padding: 10px 26px;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  font-weight: 600;
}

/* .apply-btn-btn-blue {
  background-color: var(--theme-blue-color);
} */

.margin_0 {
  margin: 0;
}

.applicant-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 50%;
}

.countries-list {
  margin: 50px 0 40px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
}

.countries-list .country {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #13161f;
  background-color: #f6f6f6;
  padding: 8px 10px;
  border-radius: 10px;
  transition: all ease 0.3s;
}

.countries-list .country img {
  display: block;
  object-fit: contain;
  width: 30px;
  height: 30px;
  transition: all ease 0.3s;
}

.night-container {
  min-height: 450px;
}

.night-container .tour_title {
  min-height: unset;
}

/* section progress bar */
.steps-wrapper {
  display: flex;
  align-items: flex-start;
}

.progress-container {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-bar.full-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 158px;
}

.process-bar .cir-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #da1e25; /* Matches the active step color */
}

.step-card {
  border-radius: 16px;
  background-color: #f6f6f6;
  padding: 30px;
  display: flex;
  gap: 25px;
}
.process-bar .line {
  width: 4px;
  height: 150px; /* Adjust height to match spacing between steps */
  background: #da1e25;
  position: relative;
}

.process-bar .line-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #da1e25; /* Matches the active step color */
}

.steps-container {
  flex: 1;
  padding-left: 20px;
}

.step-card.vertical {
  margin-bottom: 20px;
}

.step-card .num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Reset default margins and ensure box-sizing */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Steps wrapper as flex container for side-by-side layout */
.steps-wrapper {
  display: flex;
  align-items: flex-start;
}

/* Progress bar container */
.progress-container {
  flex: 0 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Full progress bar styling */
.process-bar.full-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Circle styling */
.process-bar .cir {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #da1e25;
  position: relative;
  margin: 0; /* Remove default margin */
}

/* Circle overlay for active/inactive states */
.process-bar .cir-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #da1e25; /* Active step color */
}

/* Line styling */
.process-bar .line {
  width: 4px;
  background: #da1e25;
  position: relative;
}

/* Line overlay for active/inactive states */
.process-bar .line-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #da1e25; /* Active step color */
}

/* Steps container */
.steps-container {
  flex: 1;
  padding-left: 20px;
}

/* Step card styling */
.step-card.vertical {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px; /* Space between step cards */
}

/* Number circle for step cards */
.step-card .num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Title and description styling */
.title-des {
  margin-bottom: 20px;
}

.heading-2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.theme-des p {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

/* Align circles with step cards */
.process-bar .cir:nth-child(1) {
  margin-top: 100px; /* Align with the first step card, accounting for title-des height */
}

.process-bar .line:nth-child(2) {
  height: 305px; /* Adjust to align second circle with second step card */
}

.process-bar .line:nth-child(4) {
  height: 280px; /* Adjust for longer content in second step */
}

.process-bar .line:nth-child(6) {
  height: 275px; /* Adjust for third step */
}

.process-bar .line:nth-child(8) {
  height: 288px; /* Adjust for fourth step */
}

.decision .cards {
  display: flex;
  gap: 24px;
}

.gary-icon-card {
  border-radius: 8px;
  background: #f6f6f6;
  padding: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.gary-icon-card .card-title {
  display: flex;
  align-items: center;
  gap: 24px;
}
.gary-icon-card .card-title .icon.clr-primary {
  background-color: #002c8f;
}

.gary-icon-card .card-title .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  aspect-ratio: 1/1;
  padding: 7px;
  border-radius: 16px;
}

/* Responsive design */
@media (max-width: 768px) {
  .applicant-btn-submit {
    padding: 10px 20px;
    text-align: center;
  }

  .applicant-btn-submit {
    padding: 10px 20px;
    text-align: center;
  }
  .laptop {
    display: flex !important;
  }
  .gary-icon-card {
    padding: 24px 24px 40px;
    row-gap: 16px;
  }

  .gary-icon-card .card-title {
    flex-direction: column;
    align-items: start;
  }

  .decision .cards {
    flex-direction: column;
  }

  .processing-time .badges-card.with-img img {
    width: 92px;
  }

  .steps-wrapper {
    flex-direction: column;
  }
  .progress-container {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
    display: none !important;
  }
  .process-bar.full-bar {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 300px; /* Limit width for smaller screens */
  }
  .process-bar .cir {
    margin: 0 10px;
  }
  .process-bar .line {
    width: 50px;
    height: 4px;
  }
  .steps-container {
    padding-left: 0;
  }
  .process-bar .cir:nth-child(1) {
    margin-top: 0; /* Reset for horizontal layout */
  }
  .process-bar .line:nth-child(2),
  .process-bar .line:nth-child(4),
  .process-bar .line:nth-child(6),
  .process-bar .line:nth-child(8) {
    height: 4px; /* Reset line height for horizontal layout */
  }
}
@media (max-width: 768px) {
  .steps-wrapper {
    flex-direction: column;
  }
  .progress-container {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .process-bar.full-bar {
    flex-direction: row;
  }
  .process-bar .line {
    width: 50px;
    height: 4px;
  }
  .steps-container {
    padding-left: 0 !important;
  }
}
/* section progress bar end */

/* two boxe start */
.who-doesnt-need .cards {
  display: flex;
  gap: 24px;
  margin-bottom: 35px;
}

.who-doesnt-need .cards .flag-card {
  position: relative;
  background-color: #fff;
  padding: 150px 40px 40px;
  flex: 1;
  display: flex;
}

.who-doesnt-need .cards .flag-card img {
  position: absolute;
  z-index: 0;
  width: 26%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 10px);
}

.who-doesnt-need .cards .flag-card .content-custom {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  text-align: center;
}

.who-doesnt-need .cards .flag-card .content-custom .heading-3 {
  width: 100%;
}

.content-custom .heading-3 {
  color: #13161f;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.content-custom .theme-des {
  color: #13161f;
  font-size: 16px;
  font-weight: 400;
}

.padding-0 {
  padding: 0;
}

/* two boxe end */
/* another boxes start */
.key-differences .cards {
  display: flex;
  gap: 16px 27px;
}

.key-differences .cards .badges-card:first-child {
  width: 50%;
}

.badges-card.with-img {
  overflow: hidden;
  position: relative;
}

.badges-card {
  background-color: #f6f6f6;
  border-radius: 16px;
  padding: 30px 25px;
}

.badges-card.with-img img {
  width: 55%;
  right: 0;
}

.badges-card.with-img img {
  position: absolute;
  bottom: 0;
}

.processing-time .badges-card.with-img img {
  clip-path: circle();
}

.badges-card .badges {
  margin-bottom: 40px;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.badges .badge.clr-primary {
  background-color: #da1e25;
  color: #fff;
}

.badges .badge {
  padding: 10px 20px;
  border-radius: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  height: fit-content;
}

.badges .badge {
  display: flex;
  justify-content: center;
  align-items: center;
}

.badges-card.with-img .theme-des {
  width: 100%;
}

.theme-des ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding-inline-start: 0;
}

.theme-des ul > li {
  position: relative;
  padding-inline-start: 18px;
}

.key-differences .cards .badges-card:last-child {
  width: 50%;
}

.badges-card {
  background-color: #fff;
  border-radius: 0;
  padding: 30px 25px;
}

.badges .badge.clr-transperant {
  border: 1px solid #da1e25;
  color: #da1e25;
  background-color: transparent;
}

.badges-card .badges {
  margin-bottom: 40px;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.badges .badge {
  padding: 10px 20px;
  border-radius: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  height: fit-content;
}

/* another boxes end */

/* add fout boxes start */
.what .services-grid {
  margin: 40px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}

.service-card {
  border-radius: 16px;
  display: flex;
  background-color: #f6f6f6;
  position: relative;
  padding: 30px 30px 300px;
  overflow: hidden;
}

.service-card.left-img .overlay-img {
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}

.service-card .overlay-img {
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 100% 35%;
  background-size: cover;
}

.service-card .service-title {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  align-items: center;
  gap: 25px;
  /* width: 100%; */
}

.service-card .fourth-section {
  top: 100%;
}

.service-card .service-title .heading-3 {
  font-size: 16px;
  background-color: #fff;
  border-radius: 12px;
  padding: 8px;
}

.service-card .service-title .num {
  background-color: #fff;
  border-radius: 14px;
  color: #13161f;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  font-weight: 500;
  font-size: 16px;
  width: 45px;
  height: 45px;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.15);
}

.heading-2 {
  color: #13161f;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
}

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

.service-card.full-img .overlay-img {
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}

/* add fout boxes end */

.requirements {
  padding: 50px;
}

.requirements .requirements-slider {
  display: flex;
  column-gap: 20px;
  overflow-x: auto;
  padding-bottom: 40px;
}

.requirements .requirements-slider .requirements-card {
  height: auto;
  min-width: 38%;
  justify-content: space-between;
}

.requirements-card {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  justify-content: space-between;
  height: 100%;
}

.requirements-card .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  aspect-ratio: 1/1;
  padding: 7px;
  border-radius: 16px;
  margin-bottom: 16px;
  background-color: #f6f6f6;
}

.requirements-card img {
  display: block;
  object-fit: cover;
  margin-top: 16px;
  width: 100%;
  height: 250px;
}

.processing-time .cards {
  display: flex;
  gap: 16px 27px;
}

.processing-time .cards .badges-card:first-child {
  width: 100%;
}

.badges-card.with-img {
  overflow: hidden;
  position: relative;
}
.p-50 {
  padding: 50px;
}
.badges-card.with-img img {
  width: 40%;
  right: 0;
}
.badges-card.with-img img {
  position: absolute;
  bottom: 0;
}
.badges-card .badges {
  margin-bottom: 40px;
}
.processing-time .badges-card {
  background-color: #f6f6f6;
  border-radius: 16px;
  padding: 30px 25px;
}

main {
  background-color: #f5f1f1;
}

.margin_24 {
  padding: 24px 10px;
}

.list_order {
  list-style: none;
}

.who-doesnt-need .cards {
  display: flex;
  gap: 24px;
  margin-bottom: 35px;
}

.who-doesnt-need .cards .flag-card {
  position: relative;
  background-color: #fff;
  padding: 170px 40px 40px;
  flex: 1;
  display: flex;
}

.who-doesnt-need .cards .flag-card img {
  position: absolute;
  z-index: 0;
  width: 26%;
  top: 24px;
  left: 50%;
  transform: translate(-50%, 10px);
  max-height: 109px;
}

.who-doesnt-need .cards .flag-card .content-custom {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  text-align: center;
}

.content-custom .heading-3 {
  color: #13161f;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.who-doesnt-need .cards .flag-card .content-custom .heading-3 {
  width: 100%;
}
.content-custom .theme-des {
  color: #13161f;
  font-size: 16px;
  font-weight: 400;
}
.theme-des.remove-my p {
  text-align: justify;
}

.key-differences .cards {
  display: flex;
  gap: 16px 27px;
}


.key-differences .cards .badges-card:first-child {
  width: 50%;
}

h2.heading-2 {
  font-size: xx-large;
}

.section-title {
  font-size: 21px;
  padding: 7px;
}

.accordion-item {
  margin-bottom: 1rem;
  padding: 5px 10px;
  border-radius: 2%;
}

.accordion-header {
  margin-bottom: 0;
}

#footer a {
  color: #fff;
}

#footer {
  position: relative;
  z-index: 21;
}

.fixed-btn {
  position: fixed;
  bottom: 2px;
  z-index: 20;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}

.btn-red {
  background-color: #df1d25;
}

.gallery-btn {
  padding: 10px 0;
  font-size: 16px;
}

.blue-text {
  color: #036;
}

@media screen and (max-width: 767px) {

  .custom-slide {
    height: 70vh;
  }
  .who-doesnt-need .cards {
    flex-direction: column;
  }

  .who-doesnt-need .cards .flag-card .content-custom {
    width: 100%;
  }

  .p-50,
  .requirements {
    padding: 14px;
  }
  .processing-time .cards {
    flex-direction: column;
  }

  .processing-time .cards .badges-card:first-child {
    width: inherit;
  }

  .requirements .requirements-slider {
    margin-inline-end: -6%;
    margin-inline-start: -6%;
    padding-inline-start: 6%;
    padding-inline-end: 6%;
  }

  .requirements .requirements-slider .requirements-card {
    min-width: 82%;
  }

  .what .services-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .key-differences .cards {
    flex-direction: column;
  }

  .key-differences .cards .badges-card:first-child {
    width: inherit;
  }

  .key-differences .cards .badges-card:last-child {
    width: inherit;
  }

  .who-doesnt-need .cards .flag-card img {
    width: 43%;
  }

  .who-doesnt-need .cards .flag-card {
    padding: 40% 24px 24px;
  }

  .who-doesnt-need .cards .flag-card .content-custom {
    width: 100%;
  }

  .who-doesnt-need .cards {
    flex-direction: column;
  }

  .custom-slide h1 {
    font-size: 26px;
  }

  ul.list_order li {
    padding-left: 0;
  }

  .footer-address-content p {
    text-align: center;
  }

  .countries-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .countries-list .country {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  header.sticky .home-menu {
    align-items: unset;
    padding-top: 5px;
  }

  #logo_home {
    position: relative;
    z-index: 10;
  }

  .countries-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .countries-list .country {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cookie-popup button {
    width: 100%;
    margin-top: 10px;
  }

  .margin_24 {
    padding: 24px 10px;
  }

  .city-section {
    margin-top: 20%;
    margin-bottom: 30%;
  }

  .city-image {
    width: 100%;
  }
}
