/* ************************************************************
:: Template Name: sApp - App Landing Page Template
:: Template URI: https://theme-land.com/sapp/
:: Template Author Name: theme_land
:: Template Author URI: hridoy1272@gmail.com
:: Version: 1.0.0
:: Created: 31 January 2020
:: Updated: 14 October 2020
************************************************************ 
*
*
******* :: INDEX OF CSS :: *******
:: 1.0 WEB FONTS
:: 2.0 IMPORT ALL CSS
:: 3.0 GLOBAL CSS
:: 4.0 COMMON CSS
:: 5.0 PRELOADER CSS
:: 6.0 SCROLL TO TOP AREA CSS
:: 7.0 HEADER AREA CSS
:: 8.0 WELCOME AREA CSS
    :: 8.1 WELCOME AREA HOMEPAGE-3 CSS
    :: 8.2 WELCOME AREA HOMEPAGE-4 CSS
    :: 8.3 WELCOME AREA HOMEPAGE-6 CSS
:: 9.0 COUNTER AREA CSS
:: 10.0 FEATURES AREA CSS
:: 11.0 SERVICE AREA CSS
:: 12.0 DISCOVER AREA CSS
:: 13.0 WORK AREA CSS
:: 14.0 SCREENSHOTS AREA CSS
:: 15.0 REVIEWS AREA CSS
:: 16.0 TESTIMONIAL AREA CSS
:: 17.0 PRICE PLAN AREA CSS
:: 18.0 FAQ AREA CSS
:: 19.0 TEAM AREA CSS
:: 20.0 SUBSCRIBE AREA CSS
:: 21.0 BLOG AREA CSS
:: 22.0 BREADCRUMB AREA CSS
:: 23.0 BLOG PAGE AREA CSS
:: 24.0 BLOG PAGE DETAILS AREA CSS
:: 25.0 CONTACT AREA CSS
:: 26.0 FOOTER AREA CSS
:: 27.0 ERROR AREA CSS
:: 28.0 COMING SOON AREA CSS
:: 29.0 PREVIEW AREA CSS
:: 30.0 INLINE STYLE CSS
:: 31.0 Explore Products


****************************** */
/* ******************************
:: 1.0 WEB FONTS
****************************** */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&family=Wix+Madefor+Display:wght@400;500;600;700&display=swap');
/* ******************************
:: 2.0 IMPORT ALL CSS
****************************** */
@import url(vendor/bootstrap.min.css);
@import url(all.min.css);
@import url(fonts/flaticon.css);
@import url(vendor/animate.min.css);
@import url(vendor/aos.css);
@import url(vendor/owl.carousel.min.css);
@import url(vendor/slick.css);
@import url(vendor/jquery.fancybox.min.css);

/* ******************************
:: 3.0 GLOBAL CSS
****************************** */
:root {
  --primary-font: "Manrope", sans-serif;
  --heading-font: "Wix Madefor Display", sans-serif;
  --h1-size: 4rem;
  --h1-weight: 600;
  --h2-size: 3rem;
  --h2-weight: 600;
  --h3-size: 1.5rem;
  --h3-weight: 600;
  --h4-size: 1.3rem;
  --h4-weight: 600;
  --h5-size: 1.2rem;
  --h5-weight: 600;
  --h6-size: 1rem;
  --h6-weight: 600;
  --p-size: 1rem;
  --p-weight: 400;
  --nav-item-color: #444;
  --nav-hover-color: #2c2e30;
  --nav-toggler-color: #7e8085;
  --primary-color: #565656;
  --primary-color-2: #4e5351;
  --secondary-color: #666;
  --secondary-color-2: #777;
  --social-color-1: #3b5999;
  --social-color-2: #55acee;
  --social-color-3: #dd4b39;
  --social-color-4: #00b489;
  --white-color: #ffffff;
  --primary-t-color: #222;
  --primary-p-color: #565656;
  --primary-l-color: #0000001f;
  --secondary-l-color: rgba(45, 49, 54, 0.09);
  --valid-color: #28a745;
  --invalid-color: #ffa200;
  --primary-bg-color: #f6f9fe;
  --primary-bg-color-2: #9cd2bf;
  --primary-bg-color-3: #ffffff;
  --primary-bg-color-4: rgba(16, 16, 45, 1);
  --nav-bg-color: #d3d3d3;
}

/* Hero rotating words (One Portal For + Loans / Investments / Real Estate) - global */
.hero-portal {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  /* slightly reduced default gap for better visual spacing */
  flex-wrap: wrap;
}

.hero-portal .rotating-words {
  display: inline-block;
  position: relative;
  height: 1.6em;
  min-width: 9ch;
  vertical-align: middle;
}

/* ensure rotating words block's internal content is left-aligned so spacing looks even */
.hero-portal .rotating-words,
.hero-portal .rotating-words .rotating-list,
.hero-portal .rotating-words .word {
  text-align: left;
}

.heading-mob.hero-portal {
  gap: 1.5 rem !important;
  /* consistent gap override to reduce wide spacing */
}

.hero-portal .rotating-words .rotating-list {
  display: block;
  transition: transform 800ms linear;
  will-change: transform;
}

.hero-portal .rotating-words .word {
  display: block;
  height: 1.6em;
  opacity: 0.2;
  line-height: 1.6em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.35);
  transform: translateY(0);
  /* transition: color 420ms ease, filter 420ms ease, opacity 420ms ease; */
  text-align: left;
  /* ensure each rotating word is left-aligned inside its box */
}

.hero-portal .rotating-words .word.active {
  color: #ffffff;
  opacity: 1;
  filter: blur(0);
}

.hero-portal .rotating-words .word.next {
  color: rgba(255, 255, 255, 0.5);
  opacity: 0.1;
  filter: blur(0px);
}

.hero-portal .rotating-words .word.next2 {
  color: rgba(255, 255, 255, 0.28);
  opacity: 0.35;
  filter: blur(3px);
}

@media (prefers-reduced-motion: reduce) {
  .hero-portal .rotating-words .rotating-list {
    transition: none;
  }

  .hero-portal .rotating-words .word {
    transition: none;
    filter: none;
  }
}

/* Responsive tweaks for hero text on small screens
   These rules override inline nowrap/flex settings used for desktop
   so the hero headline stacks and scales on mobile without changing desktop. */
@media (max-width: 991px) {

  /* keep the hero on a single row for tablet and smaller, but allow the rotating words to shrink */
  .heading-mob.hero-portal {
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    gap: 0.35rem !important;
    align-items: center !important;
  }

  .heading-mob.hero-portal>span {
    display: inline-block !important;
    font-size: 1.15rem !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* make the rotating words flexible so they can shrink and not force overflow */
  .heading-mob.hero-portal .rotating-words {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    display: inline-block !important;
    vertical-align: middle !important;
    height: 1.2em !important;
  }

  .hero-portal .rotating-words .rotating-list {
    display: inline-block;
    transition: transform 2000ms cubic-bezier(.2, .8, .2, 1);
  }

  .hero-portal .rotating-words .word {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 1.2em;
    line-height: 1.2em;
    font-weight: 600;
  }
}

@media (max-width: 767px) {

  /* narrow phones: keep everything on one row, reduce font-size to fit */
  .heading-mob.hero-portal {
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    gap: 0.25rem !important;
    align-items: center !important;
  }

  .heading-mob.hero-portal>span {
    font-size: 1.3rem !important;
    /* slightly smaller on very narrow screens */
  }

  .heading-mob.hero-portal .rotating-words {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    height: 1.1em !important;
  }

  .hero-portal .rotating-words .word {
    height: 1.1em;
    line-height: 1.1em;
    font-weight: 600;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--primary-font);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: var(--primary-color);

}

@media (max-width: 991px) {
  .canvas-open {
    overflow: hidden;
  }

  .canvas-open .main:before {
    width: 100%;
    /* opacity: 0.95; */
    visibility: visible;
  }
}

.main {
  background: var(--primary-bg-color-3);
}

section,
.section {
  position: relative;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.top-heading {
  margin-top: 100px;
  margin-bottom: 50px;

  @media (max-width: 1024px) {
    margin-top: 60px;
    margin-bottom: 0px;
  }
}

h1,
h2 {
  /* color: #2d9670 !important; */
  color: #383A3C !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--primary-t-color);
  margin-bottom: 0;
}

h1 {
  /* font-size: var(--h1-size); */
  /* font-weight: var(--h1-weight); */
  /* line-height: 1.2; */
}

h1,
h2 {
  font-size: var(--h2-size);
  font-weight: var(--h2-weight);
  line-height: 1.3;
}

h3 {
  font-size: var(--h3-size);
  font-weight: var(--h3-weight);
  line-height: 1.5;
}

h4 {
  font-size: var(--h4-size);
  font-weight: var(--h4-weight);
  line-height: 1.3;
}

h5 {
  font-size: var(--h5-size);
  font-weight: var(--h5-weight);
}

h6 {
  font-size: var(--h6-size);
  font-weight: var(--h6-weight);
}

p {
  font-size: var(--p-size);
  font-weight: var(--p-weight);
  line-height: 1.5;
  color: var(--primary-p-color);
  margin-bottom: 0;
}

a {
  color: var(--nav-item-color);
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.text-body>a {
  text-decoration: underline;
  color: #212529;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

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

/* ******************************
:: 4.0 COMMON CSS
****************************** */
.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.op-5 {
  opacity: 0.5;
}

.avatar-sm {
  height: 3rem;
  width: 3rem;
}

.avatar-md {
  height: 4rem;
  width: 4rem;
}

.avatar-lg {
  height: 5rem;
  width: 5rem;
}

@media (max-width: 575px) {
  .avatar-lg {
    height: 4rem;
    width: 4rem;
  }
}

.text-underlined {
  text-decoration: underline;
}

.text-underlined:hover,
.text-underlined:focus {
  text-decoration: underline;
}

.text-primary {
  color: var(--primary-color-2) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

.featured-icon>span::before {
  font-size: 4.25rem;
  line-height: 1;
  color: var(--secondary-color-2);
  margin: 0;
}

.radius-100 {
  border-radius: 100px !important;
}

.h-100vh {
  height: 100vh;
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-prev:focus,
.owl-next:focus {
  outline: none;
}

.form-control {
  font-size: 15px;
  height: 60px;
  border: none;
  outline: none;
  padding-left: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.form-control:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/*SECTION HEADING*/
.section-heading {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .section-heading {
    margin-bottom: 0px;
  }
}

.section-heading>span {
  color: var(--primary-t-color);
}

.section-heading>h2 {
  position: relative;
}

@media (max-width: 575px) {
  .section-heading>h2 {
    line-height: 1.5;
  }
}

/* .section-heading>h2::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 70px;
  background-color: var(--primary-color-2);
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
} */

.homepage-5 .features-area .section-heading>h2::after,
.contact-page .contact-area .section-heading>h2::after {
  left: 0;
  -webkit-transform: inherit;
  transform: inherit;
}

/* Contact Section - Get in Touch */
/* .contact-heading-block {
  margin-bottom: 40px;
} */

.contact-subtitle {
  font-family: var(--font-family-body, 'Manrope', sans-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.32;
  color: #383a3c;
  max-width: 880px;
  margin: 0 auto;
}

.contact-layout-row {
  align-items: flex-start;
  gap: 0;
  margin-top: 40px;
}

.contact-info-wrapper {
  display: flex;
  justify-content: flex-start;
}

.contact-info-block {
  width: 348px;
  max-width: 100%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact-info-title {
  font-family: var(--font-family-body, 'Manrope', sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.48;
  color: #383a3c;
  margin: 0;
}

.contact-details-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.contact-info-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-info-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact-info-icon {
  width: 24px;
  height: 24px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #62666a;
}

.contact-info-label {
  font-family: var(--font-family-body, 'Manrope', sans-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.32;
  color: #252729;
  white-space: nowrap;
}

.contact-info-value-wrapper {
  padding-left: 40px;
}

.contact-info-value {
  font-family: var(--font-family-body, 'Manrope', sans-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.32;
  color: #62666a;
  white-space: pre-wrap;
}

.contact-form-wrapper {
  display: flex;
  justify-content: flex-start;
}

.contact-form-card {
  background: #ffffff;
  border: 1px solid #dee1e3;
  border-radius: 16px;
  padding: 40px 24px;
  width: 520px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact-form-title {
  font-family: var(--font-family-body, 'Manrope', sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.48;
  color: #383a3c;
  margin: 0;
}

.contact-form-fields {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.form-field-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-label-custom {
  font-family: var(--font-family-body, 'Manrope', sans-serif);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.32;
  color: #252729;
  white-space: nowrap;
}

.phone-input-container {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.country-code-select {
  flex-shrink: 0;
  min-width: 140px;
}

.country-code-select .form-control {
  height: 45px;
  padding: 16px 40px 16px 16px;
  min-width: 140px;
  width: auto;
  white-space: nowrap;
  overflow: visible;
}

.phone-number-input {
  flex: 1 0 0;
  min-width: 0;
}

.contact-form-card .form-control {
  border: 1px solid #dee1e3;
  border-radius: 8px;
  padding: 16px;
  font-family: var(--font-family-body, 'Manrope', sans-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.32;
  color: #252729;
  background-color: #ffffff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
}

.contact-form-card .form-control::placeholder {
  color: #93999f;
}

.contact-form-card select.form-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23252729' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 12px;
  cursor: pointer;
  height: 60px;
}

.contact-form-card textarea.form-control {
  height: 88px;
  resize: vertical;
  min-height: 88px;
}

.contact-submit-btn {
  width: 100%;
  background: #013e73;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 23.5px 40px;
  font-family: var(--font-family-body, 'Manrope', sans-serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.48;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-submit-btn:hover {
  background: #0a4579;
}

.contact-disclaimer {
  font-family: var(--font-family-body, 'Manrope', sans-serif);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.32;
  color: #93999f;
  text-align: center;
  margin: 0;
  white-space: pre-wrap;
}

/* Desktop styles (min-width: 992px) - matching Figma node-id=205-60 */
@media (min-width: 992px) {
  .contact-heading-block h1 {
    font-family: var(--font-family-heading, 'Wix_Madefor_Display', sans-serif);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.48;
    color: #383a3c;
  }

  .contact-subtitle {
    font-size: 18px;
  }

  .contact-layout-row {
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact-info-wrapper {
    justify-content: center;
  }

  .contact-info-block {
    width: 348px;
    padding: 40px 0;
  }

  .contact-form-wrapper {
    justify-content: center;
  }

  .contact-form-card {
    width: 520px;
    padding: 40px 24px;
    gap: 40px;
  }

  .contact-form-fields {
    gap: 32px;
  }

  .phone-input-container {
    flex-direction: row;
  }
}

/* Tablet styles (768px - 991px) - phone inputs side by side */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-heading-block h1 {
    font-family: var(--font-family-heading, 'Wix_Madefor_Display', sans-serif);
    font-size: 29px;
    font-weight: 700;
    line-height: 1.48;
    color: #383a3c;
  }

  .contact-subtitle {
    font-size: 16px;
  }

  .contact-layout-row {
    flex-direction: column;
    gap: 0;
    margin-top: 40px;
  }

  .contact-info-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }

  .contact-info-block {
    width: 100%;
    padding: 0;
    gap: 24px;
  }

  .contact-details-container {
    gap: 12px;
  }

  .contact-form-wrapper {
    width: 100%;
    padding: 20px;
  }

  .contact-form-card {
    width: 100%;
    padding: 24px 16px;
    gap: 32px;
  }

  .contact-form-fields {
    gap: 24px;
  }

  .phone-input-container {
    flex-direction: row;
    gap: 8px;
  }

  .country-code-select {
    min-width: 140px;
    flex-shrink: 0;
  }

  .country-code-select .form-control {
    width: auto;
    min-width: 140px;
    padding: 16px 40px 16px 16px;
  }

  .phone-number-input {
    flex: 1 0 0;
    min-width: 0;
  }
}

/* Mobile styles (max-width: 767px) - phone inputs stacked */
@media (max-width: 767px) {
  .contact-heading-block h1 {
    font-family: var(--font-family-heading, 'Wix_Madefor_Display', sans-serif);
    font-size: 29px;
    font-weight: 700;
    line-height: 1.48;
    color: #383a3c;
  }

  .contact-subtitle {
    font-size: 16px;
  }

  .contact-layout-row {
    flex-direction: column;
    gap: 0;
    margin-top: 40px;
  }

  .contact-info-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }

  .contact-info-block {
    width: 100%;
    padding: 0;
    gap: 24px;
  }

  .contact-details-container {
    gap: 12px;
  }

  .contact-form-wrapper {
    width: 100%;
  }

  .contact-form-card {
    width: 100%;
    padding: 24px 16px;
    gap: 32px;
  }

  .contact-form-fields {
    gap: 24px;
  }

  .phone-input-container {
    flex-direction: column;
    gap: 8px;
  }

  .country-code-select {
    width: 100%;
    min-width: auto;
  }

  .country-code-select .form-control {
    width: 100%;
    min-width: auto;
    padding: 16px 40px 16px 16px;
    height: 40vh;
  }

  .phone-number-input {
    width: 100%;
  }
}

/* Coming Soon Badge */
.coming-soon-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #e9c855;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}

@media (max-width: 991px) {
  .coming-soon-badge {
    top: 8px;
    right: 8px;
    padding: 5px 10px;
    font-size: 10px;
  }
}

/* Modern Footer (Hero-style) */
.footer-area {
  background-color: #ffffff;
  position: relative;
}

.footer-top {
  padding-top: 80px;
  /* padding-bottom: 80px; */
}

.footer-modern {
  background: #ffffff;
  /* padding: 50px 24px 60px; */
  text-align: center;
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

/* Logo Section with Company Name */
.footer-logo-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.footer-logo-modern {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.footer-logo-modern img {
  height: 50px;
  width: auto;
  display: block;
}

.footer-company-name {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-brand-name {
  font-size: 24px;
  font-weight: 700;
  color: #013E73;
  margin: 0;
  line-height: 1.2;
  display: block;
}

.footer-services {
  font-size: 14px;
  color: #6B7280;
  margin: 4px 0 0 0;
  font-weight: 400;
  display: block;
}

/* Social Icons - Square with rounded corners, dark blue background */
.footer-social-modern {
  margin-top: 28px;
  margin-bottom: 28px;
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.footer-social-modern .social-icon-link {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #F2F5F8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
}

.footer-social-modern .social-icon-link:hover {
  background: #DAE3EB;
  transform: translateY(-2px);
  color: #ffffff;
}

/* Navigation Links */
.footer-nav-modern {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  font-size: 15px;
}

.footer-nav-modern li {
  display: inline-block;
}

.footer-nav-modern a {
  color: black;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-nav-modern a:hover {
  color: #013E73;
}

/* CTA Buttons */
.footer-cta-modern {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  background: #013E73;
  color: #ffffff;
  transition: background 0.2s ease, transform 0.15s ease;
  min-width: 160px;
}

.footer-btn:hover {
  background: #0a4579;
  transform: translateY(-1px);
  color: #ffffff;
}

.footer-btn--primary {
  background: #013E73;
  color: #ffffff;
}

.footer-btn--secondary {
  background: #013E73;
  color: #ffffff;
}

.footer-btn-icon {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 400;
}

/* Watermark */
.footer-watermark {
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  pointer-events: none;
  user-select: none;
  z-index: 0;
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.03;
}

.footer-watermark .watermark-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
}

/* Responsive Styles */
@media (max-width: 991px) {
  .footer-top {
    padding-top: 60px;
    /* padding-bottom: 60px; */
  }

  /* .footer-modern {
    padding: 40px 20px 50px;
  } */

  .footer-logo-section {
    flex-direction: column;
    gap: 12px;
  }

  .footer-company-name {
    text-align: center;
  }

  .footer-brand-name {
    font-size: 22px;
  }

  .footer-services {
    font-size: 13px;
  }

  .footer-watermark {
    max-width: 600px;
    bottom: -25px;
    opacity: 0.04;
  }
}

@media (max-width: 767px) {
  /* .footer-modern {
    padding: 32px 18px 48px;
  } */

  .footer-logo-modern img {
    height: 40px;
  }

  .footer-brand-name {
    font-size: 20px;
  }

  .footer-services {
    font-size: 12px;
  }

  .footer-social-modern {
    gap: 10px;
  }

  .footer-social-modern .social-icon-link {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .footer-nav-modern {
    gap: 20px;
    font-size: 14px;
  }

  .footer-btn {
    width: 100%;
    max-width: 280px;
    padding: 12px 24px;
  }

  .footer-cta-modern {
    flex-direction: column;
    align-items: center;
  }

  .footer-watermark {
    max-width: 500px;
    bottom: -20px;
    opacity: 0.035;
  }
}

.footer-bottom {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .footer-top {
    padding-top: 50px;
    /* padding-bottom: 50px; */
  }

  /* .footer-modern {
    padding: 28px 16px 40px;
  } */

  .footer-logo-modern img {
    height: 35px;
  }

  .footer-brand-name {
    font-size: 18px;
  }

  .footer-services {
    font-size: 11px;
  }

  .footer-social-modern {
    gap: 8px;
  }

  .footer-social-modern .social-icon-link {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .footer-nav-modern {
    gap: 16px;
    font-size: 13px;
  }

  .footer-btn {
    font-size: 14px;
    padding: 10px 20px;
  }

  .footer-watermark {
    max-width: 400px;
    bottom: -15px;
    opacity: 0.03;
  }
}

@media (max-width: 575px) {
  .coming-soon-badge {
    top: 6px;
    right: 6px;
    padding: 4px 8px;
    font-size: 9px;
    letter-spacing: 0.3px;
  }
}

/* Our Offerings Section Styles */
/* Our Offerings Section Styles */
.offering-card,
.offering {
  background: #F9FAFA;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
}

.offering-card:hover {
  transform: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: #B6C7D7;
}

.offering-card:hover .offering-title {
  color: #013E73;
}

.offering-card:hover .offering-description {
  color: #013E73;
}

.offering-card:hover .btn-apply-now {
  transform: scale(1.1);
  background-color: #0a4579;
}

/* Icon container styles */
.offering-icon,
.image-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.4s ease;
  background-color: transparent;
}

.offering-card:hover .offering-icon {
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transform: scale(1.1);
}



.offering-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;

  @media (max-width:768px) {
    width: 60px;
    height: 40px;
  }
}

.image-icon img {
  width: 100px;
  height: 80px;
  object-fit: contain;

  @media (max-width:768px) {
    width: 80px;
    height: 80px;
  }
}

.offering-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.3;
  margin-bottom: 25px;
}

.offering-description {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
  flex-grow: 1;
}

.offering-subheading {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-top: 60px;
}

.btn-coming-soon {
  width: 202;
  height: 60;
  gap: 16px;
  angle: 0 deg;
  opacity: 1;
  border-radius: 8px;
  padding: 12px 32px;
  background-color: #F2F5F8;
  color: #013E73;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.btn-apply-now {
  background: #013E73;
  color: #FFFFFF;
  border: none;
  padding: 16px 40px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  /* Font Updates */
  font-family: var(--Font-Family-Body, 'Manrope', sans-serif);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.48;
}

.btn-apply {
  background: #013E73;
  color: #FFFFFF;
  border: none;
  padding: 16px 40px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  /* Font Updates */
  font-family: var(--Font-Family-Body, 'Manrope', sans-serif);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.48;

  @media (max-width:968px) {
    color: var(--White, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: var(--Font-Family-Body, Manrope);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 148%;
    /* 23.68px */
  }
}

.btn-apply-now:hover {
  background: #0a4579;
  transform: scale(1.05);
}

.btn-apply-now:active {
  transform: scale(0.98);
}

/* Rectangular Card for Unsecured Overdraft */
.offering-card-rectangular {
  background: #f9fafa;
  border-radius: 16px;
  padding: 40px 64px;
  gap: 24px;
  align-items: center;
  transition: all 0.4s ease;
}

/* Circular icon container */
.offering-icon-circular {
  width: 80px;
  height: 80px;
  min-width: 80px;
  background: #f9fafa;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  margin: 0;
  flex-shrink: 0;
  transition: all 0.4s ease;
}

.offering-icon-circular img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Hover effect for rectangular card - icon zoom like other cards */
.offering-card-rectangular:hover .offering-icon-circular {
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transform: scale(1.1);
}

/* Content section */
.offering-content {
  flex: 1 0 0;
  min-width: 0;
}

.offering-title-rectangular {
  font-family: var(--font-family-heading, 'Wix_Madefor_Display', sans-serif);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.48;
  color: #383a3c;
  margin: 0;
}

.offering-description-rectangular {
  font-family: var(--font-family-body, 'Manrope', sans-serif);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.32;
  color: #383a3c;
  margin: 0;
  white-space: pre-wrap;
}

/* Button for rectangular card */
/* Button for rectangular card */
.btn-apply-now-rectangular {
  background: #013e73;
  color: #ffffff;
  border: none;
  padding: 16px 40px;
  border-radius: 8px;
  font-family: var(--font-family-body, 'Manrope', sans-serif);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.48;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
  min-width: 208px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.btn-apply-now-rectangular:hover,
.offering-card-rectangular:hover .btn-apply-now-rectangular {
  background: #0a4579;
  transform: scale(1.10);
}

.btn-apply-now-rectangular:active {
  transform: scale(0.98);
}

/* Industry Partners Section */
.industry-partners-subtitle {
  max-width: 970px;
  margin: 0 auto 30px auto;
  text-align: center;
  color: var(--Colors-Neutral-800, #383A3C);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--Font-Family-Body, Manrope);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%;
  max-width: 880px;

  /* 23.76px */
}

.industry-partners-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 20px;
}

.partner-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 20px;
  /* uniform border and minimum height so all cards look the same irrespective of image size */
  border: 1px solid rgb(224, 220, 220);
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
}

.partner-card--spacer {
  background: transparent;
  box-shadow: none;
  padding: 0;
  /* keep spacer same size but invisible so grid alignment doesn't jump */
  min-height: 110px;
  border: none;
}

.partner-card img {
  max-width: 140px;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

@media (max-width: 678px) {
  .industry-partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-card--spacer,
  .partner-card-spacer-cta {
    display: none !important;
  }
}

@media (max-width: 658px) {
  .industry-partners-subtitle {
    color: var(--Colors-Neutral-800, #383A3C);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: var(--Font-Family-Body, Manrope);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
    /* 21.12px */
  }

  .industry-partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .partner-card {
    padding: 20px 16px;
  }

  .partner-card img {
    max-width: 120px;
  }
}

@media (max-width: 575px) {
  .industry-partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* Force 2 columns */
  }

  .partner-card {
    padding: 18px 16px;
  }
}

/* Mobile Only CTA Card */
.partner-card-mobile-cta {
  display: none;
}

@media (max-width: 578px) {
  .partner-card-mobile-cta {
    display: flex;
    background-color: #013E73;
    color: #ffffff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 24px;
    border-radius: 16px;
    grid-column: 1 / -1;
    /* Span full width */
    height: auto;
    min-height: 160px;
    margin-top: 10px;
  }

  .partner-card-mobile-cta h5 {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .partner-card-mobile-cta .btn-partner {
    opacity: 1;
    visibility: visible;
  }
}

/* Coming Soon Text (below title, not badge) */
.coming-soon-text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

/* Desktop styles (min-width: 992px) - matching Figma node-id=578-4091 */
@media (min-width: 992px) {
  .offering-card-rectangular {
    background: #f9fafa;
    padding: 40px 64px;
    gap: 24px;
    flex-direction: row;
  }

  .offering-title-rectangular {
    font-size: 26px;
  }

  .offering-description-rectangular {
    font-size: 18px;
  }
}

/* Responsive Styles */
@media (max-width: 991px) {
  .offering-card {
    padding: 25px 18px;
  }

  .offering-card-rectangular {
    padding: 20px 25px;
  }

  .offering-title {
    font-size: 23px;
  }

  .offering-description {
    font-size: 13px;
  }

  .offering-subheading {
    font-size: 24px;
  }

  .offering-icon img {
    width: 50px;
    height: 50px;
  }

  .coming-soon-text {
    font-size: 18px;
  }
}

/* Tablet specific styles for 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offering-card-rectangular {
    background: #f2f5f8;
    padding: 40px 24px;
    gap: 24px;
    flex-direction: row;
  }

  .offering-icon-circular {
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin-right: 24px;
    margin-bottom: 0;
  }

  .offering-title-rectangular {
    font-size: 23px;
    text-align: left;
    margin-bottom: 8px;
  }

  .offering-description-rectangular {
    font-size: 16px;
    text-align: left;
  }

  .offering-content {
    text-align: left;
    margin-bottom: 0;
  }

  .btn-apply-now-rectangular {
    padding: 16px 40px;
    min-width: 180px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }
}

/* Styles for screens between 576px and 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offering-card-rectangular {
    background: #f2f5f8;
    padding: 32px 24px;
    gap: 20px;
    flex-direction: row;
  }

  .offering-icon-circular {
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .offering-title-rectangular {
    font-size: 20px;
    text-align: left;
    margin-bottom: 6px;
  }

  .offering-description-rectangular {
    font-size: 14px;
    text-align: left;
  }

  .offering-content {
    text-align: left;
    margin-bottom: 0;
  }

  .btn-apply-now-rectangular {
    padding: 14px 50px;
    min-width: 160px;
    font-size: 15px;
    display: flex;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }
}

/* Mobile styles (max-width: 575px) - matching Figma node-id=538-5169 for ~320px */
@media (max-width: 575px) {
  .offering-card {
    padding: 20px 15px;
  }

  .offering-card-rectangular {
    background: #f2f5f8;
    padding: 24px 16px;
    gap: 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .offering-icon-circular {
    width: 48px;
    height: 48px;
    min-width: 48px;
    padding: 4px;
    margin: 0;
  }

  .offering-content {
    text-align: center;
    margin-bottom: 0;
    width: 100%;
  }

  .offering-title-rectangular {
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.48;
  }

  .offering-description-rectangular {
    font-size: 14px;
    text-align: center;
    line-height: 1.32;
  }

  .offering-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .offering-description {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .offering-subheading {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .offering-icon {
    height: 50px;
    margin-bottom: 15px;
  }

  .offering-icon img {
    width: 40px;
    height: 40px;
  }

  .coming-soon-text {
    font-size: 12px;
  }

  /* Standardized Mobile Button Styles */
  .btn-apply-now,
  .btn-apply,
  .btn-apply-now-rectangular {
    padding: 16px 40px !important;
    white-space: nowrap;
    width: 100%;

    /* Mobile Typography */
    color: var(--White, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: var(--Font-Family-Body, 'Manrope', sans-serif);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 148%;
    /* 23.68px */

    /* Mobile Layout */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }
}

/*SECTION PADDING*/
.pt_0 {
  padding-top: 0;
}

.ptb_50 {
  padding: 50px 0;
}

/* Partner Hover CTA Card */
@keyframes fadeReveal {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.partner-card-spacer-cta {
  background-color: #013E73 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid transparent;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px;
  border-radius: 12px;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  /* Start hidden */
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Tablet/Mobile Animation (Visible) */
@media (max-width: 991px) {
  .partner-card-spacer-cta.animate-fade-in {
    animation: fadeReveal 0.8s ease forwards;
  }
}

/* Desktop Hover Effect (Hidden until hover) */
@media (min-width: 992px) {
  .partner-card-spacer-cta.animate-fade-in {
    animation: none;
    opacity: 0;
  }

  .partner-card-spacer-cta:hover {
    opacity: 1 !important;
    background-color: #0a4579 !important;
    transform: translateY(-5px);
  }
}

@media (max-width:578px) {
  .partner-card-spacer-cta {
    display: none !important;
  }
}

.partner-card-spacer-cta .partner-card-cta-content {
  opacity: 1;
  transform: translateY(0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.partner-card-spacer-cta h5 {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.4;
}

.btn-partner {
  background-color: #ffffff;
  color: #013E73;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  width: 256;
  height: 44;
  opacity: 1;
  gap: 16px;
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 24px;
  border-radius: 1000px;

  @media (max-width:1024px) {
    leading-trim: both;
    text-edge: cap;
    font-family: var(--Font-Family-Body, Manrope);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 148%;
    /* 23.68px */
  }

}

.btn-partner:hover {
  background-color: #f0f4f8;
  color: #002a4d;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.ptb_100 {
  padding: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb_100 {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .ptb_100 {
    padding: 50px 0;
  }
}

.ptb_150 {
  padding: 150px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb_150 {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .ptb_150 {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .for-mob {
    width: fit-content;
    margin: auto;
  }
}

.ptb_180 {
  padding: 180px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb_180 {
    padding: 130px 0;
  }
}

@media (max-width: 767px) {
  .ptb_180 {
    padding: 130px 0;
  }
}

@media (max-width: 575px) {
  .ptb_180 {
    padding: 80px 0;
  }
}

/*BUTTONS*/
.btn {
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  line-height: 1;
  text-align: center;
  padding: 18px 30px;
  border: 0 none;
  border-radius: 6px;
  outline: 0 none;
  /* position: relative; */
  z-index: 1;
}

.btn:hover,
.btn:focus,
.btn:active {
  color: var(--white-color);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.btn.sApp-btn {
  background: transparent none repeat scroll 0 0;
  color: var(--nav-item-color);
  border-radius: 100px;
  letter-spacing: 1px;
}

.btn.sApp-btn:hover,
.btn.sApp-btn:focus {
  color: var(--white-color);
}

.btn.sApp-btn:hover:after,
.btn.sApp-btn:focus:after {
  opacity: 0;
}

.btn.sApp-btn:before {
  position: absolute;
  content: "";
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  top: -2px;
  left: -2px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -2;
}

.btn.sApp-btn:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 100px;
  background: var(--white-color) none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

.btn-success {
  background: var(--valid-color) !important;
  border-color: var(--valid-color) !important;
}

.button-group {
  margin-top: 30px;
}

.button-group a {
  margin-right: 10px;
}

@media (max-width: 575px) {
  .button-group a {
    margin-top: 0;
    margin-right: 5px;
  }
}

.button-group a:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .button-group a .btn {
    padding: 12px 20px;
  }
}

.store-buttons a {
  text-align: left;
}

.store-buttons img {
  max-width: 190px;
}

@media (max-width: 991px) {
  .store-buttons img {
    max-width: 180px;
  }
}

@media (max-width: 575px) {
  .store-buttons img {
    max-width: 160px;
  }
}

.store-buttons.store-black img {
  max-width: 170px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .store-buttons.store-black img {
    max-width: 160px;
  }
}

@media (max-width: 575px) {
  .store-buttons.store-black img {
    max-width: 140px;
  }
}

@media (max-width: 991px) {
  .res-margin {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .res-margin {
    margin-bottom: 30px;
  }
}

/*BG SHAPE*/
.shapes-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.shape {
  position: relative;
}

.bg-shape {
  position: absolute;
  height: 170%;
  width: 100%;
  display: block;
  border-radius: 120px;
  /* background: #a9e3cf; */
  background: #8EC1F0;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(35%, -28%) rotate(-35deg);
  transform: translate(35%, -28%) rotate(-35deg);
  z-index: 0;
}

@media (max-width: 991px) {
  .bg-shape {
    height: 130%;
  }
}

/*SHAPE DIVIDER*/
.shape-bottom {
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  right: 0;
}

.homepage-5 .shape-bottom svg {
  overflow: hidden;
  width: 100%;
  line-height: 0;
  direction: ltr;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*BACKGROUND OVERLAY*/
.bg-overlay {
  position: relative;
  z-index: 0;
}

.bg-overlay::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /* background: #2d9670; */
  background: #01305C;
  opacity: 0.94;
  z-index: -1;
}

.overlay-dark {
  position: relative;
  z-index: 0;
}

.overlay-dark::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary-bg-color-4);
  opacity: 0.8;
  z-index: -1;
}

/*BACKGROUND COLORS*/
.bg-gray {
  background: var(--primary-bg-color);
}

.bg-inherit {
  background: inherit !important;
}

.btn,
.btn:active,
.btn.sApp-btn:before,
.benifits-item:after {
  background: #6D90AF;
}

/*SOCIAL ICONS*/
.social-icons svg {
  display: block;
  height: 100%;
  line-height: 45px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-icons>a {
  margin: 5px;
  width: 45px;
  height: 45px;
  font-size: 20px;
  color: var(--white-color);
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-icons>a:hover svg:first-child {
  margin-top: -45px;
}

.social-icons>a.facebook {
  background-color: var(--social-color-1) !important;
}

.social-icons>a.twitter {
  background-color: var(--social-color-2) !important;
}

.social-icons>a.google-plus {
  background-color: var(--social-color-3) !important;
}

.social-icons>a.vine {
  background-color: var(--social-color-4) !important;
}

/*BACKGROUND IMAGES*/
.welcome-area {
  background: #001A31;
}

.hero-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 400px;
  border-radius: 400px;
  background: var(--Colors-Primary-250, #6D90AF);
  filter: blur(140px);
  z-index: 1;
  /* Ensure it's behind content but above background */
  pointer-events: none;
  /* Prevent interference with interactions */
}

.homepage-3 .welcome-area {
  /* background: rgba(0, 0, 0, 0) url("../img/blog/blog-5.jpg") no-repeat scroll center center/cover; */
}

.homepage-4 .welcome-area {
  /* background: rgba(0, 0, 0, 0) url("../img/blog/blog-7.jpg") no-repeat scroll center center/cover; */
}

.homepage-5 .welcome-area {
  /* background: rgba(0, 0, 0, 0) url("../img/blog/blog-4.jpg") no-repeat scroll center center/cover; */
}

.homepage-6 .welcome-area {
  /* background: rgba(0, 0, 0, 0) url("../img/blog/blog-9.jpg") no-repeat scroll center center/cover; */
}

.accounts .welcome-area {
  background: rgba(0, 0, 0, 0) url("../img/bg/accounts.jpg") no-repeat scroll center center/cover;
  height: 100vh;
}

.features-slider-wrapper {
  background: rgba(0, 0, 0, 0) url("../img/mobile-slider.png") no-repeat scroll top center/cover;
}

.statistic-area {
  background: rgba(0, 0, 0, 0) url("../img/bg/pattern-bg.png") repeat scroll center center/cover;
}

/* .download-area {
  background: #9cd2bf;
} */

.subscribe-area {
  background: rgba(0, 0, 0, 0) url("../img/bg/map.png") no-repeat scroll center center/cover;
}

.inner-area {
  background: rgba(0, 0, 0, 0) url("../img/bg/welcome-bg.jpg") no-repeat scroll center center/cover;
}

.download-page .welcome-area {
  background: rgba(0, 0, 0, 0) url("../img/bg/download.jpg") no-repeat scroll center center/cover;
}

.inner .welcome-area {
  background: rgba(0, 0, 0, 0) url("../img/bg/inner-bg.jpg") no-repeat scroll center center/cover;
  height: 100vh;
}

.preview .welcome-area {
  /* background: rgba(0, 0, 0, 0) url("../img/preview/preview-mockup.png") no-repeat fixed center center/cover; */
}

/* ******************************
:: 5.0 PRELOADER AREA CSS
****************************** */
.preloader-main {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
}

.preloader-main .preloader-wapper {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader-main .loader-section {
  position: fixed;
  top: 0;
  height: 100%;
  width: calc(50% + 1px);
  background-color: var(--primary-bg-color-3);
}

.preloader-main .loader-section.section-left {
  left: 0;
}

.preloader-main .loader-section.section-right {
  right: 0;
}

.preloader-main .preloader {
  position: relative;
  display: block;
  height: 80px;
  width: 170px;
  top: -40px;
  z-index: 99;
}

.preloader-main .loaded .section-right {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.preloader-main .loaded .section-left {
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.preloader-main .loaded .preloader {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}

.preloader-main circle.dot:nth-of-type(1) {
  -webkit-animation: slide 2s ease infinite;
  animation: slide 2s ease infinite;
}

.preloader-main circle.dot:nth-of-type(2) {
  -webkit-transform: translateX(55px);
  transform: translateX(55px);
  -webkit-animation: slide 2s ease infinite;
  animation: slide 2s ease infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes slide {

  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
}

@keyframes slide {

  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
}

/* ******************************
:: 6.0 SCROLL TO TOP AREA CSS
****************************** */
#scrollUp {
  position: fixed;
  display: none;
  height: 45px;
  width: 40px;
  right: 2%;
  bottom: 3%;
  border-radius: 4px;
  background-color: rgba(35, 35, 35, 0.65);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 500;
}

#scrollUp>svg {
  display: block;
  height: 100%;
  font-size: 22px;
  color: var(--white-color);
  margin: 0 auto;
}

#scrollUp:hover {
  background-color: var(--secondary-color);
}

/* ******************************
:: 7.0 HEADER AREA CSS
****************************** */
@media (max-width: 991px) {
  .main:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: var(--white-color);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}

@media (max-width: 300px) {
  .navbar .navbar-inner {
    width: 12rem !important;
  }
}

@media (max-width: 991px) {
  .navbar {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .navbar .navbar-toggler {
    position: absolute !important;
    top: auto;
    right: 0;
    bottom: auto;
    left: auto;
    border: none;
    height: 100%;
    width: 3.75rem;
    background-image: none;
    border-radius: 0;
    z-index: 1;
    display: inline-block;
  }

  .navbar .navbar-toggler .navbar-toggler-icon {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 3px;
    width: 50%;
    background: var(--nav-toggler-color);
    display: inline-block;
    background-image: none !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .navbar .navbar-toggler .navbar-toggler-icon::before,
  .navbar .navbar-toggler .navbar-toggler-icon::after {
    content: "";
    background: var(--nav-toggler-color);
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .navbar .navbar-toggler .navbar-toggler-icon::before {
    top: -0.625rem;
  }

  .navbar .navbar-toggler .navbar-toggler-icon::after {
    top: 0.625rem;
  }

  .navbar .navbar-toggler .navbar-toggler-icon.active {
    background-color: transparent;
    -webkit-transform: scale(0.85) rotate(270deg);
    transform: scale(0.85) rotate(270deg);
  }

  .navbar .navbar-toggler .navbar-toggler-icon.active::before {
    top: 0;
    -webkit-transform: scale(0.65) rotate(45deg);
    transform: scale(0.65) rotate(45deg);
  }

  .navbar .navbar-toggler .navbar-toggler-icon.active::after {
    top: 0;
    -webkit-transform: scale(0.65) rotate(-45deg);
    transform: scale(0.65) rotate(-45deg);
  }

  .navbar .navbar-inner {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 20rem;
    padding-top: 2.5rem;
    background-color: var(--white-color);
    -webkit-box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
    border-radius: 0;
    overflow-y: auto;
    z-index: 1050;
    right: -100%;
    -webkit-transition: right 0.3s 0.2s;
    transition: right 0.3s 0.2s;
  }

  /* .navbar .navbar-inner .dropdown-menu {
    border: medium none;
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
    margin: 0;
    padding-top: 0;
    position: static;
  }

  .navbar .navbar-inner .dropdown-menu::before {
    content: none;
  } */

  .navbar .navbar-inner .navbar-toggler {
    position: absolute;
    height: 2.5rem;
    top: 0;
  }

  .navbar.active {
    display: block;
  }

  .navbar.active .navbar-inner {
    right: 0;
  }
}

.navbar .navbar-nav .nav-link {
  /* padding-right: 1.25rem; */
  padding-left: 1.25rem;
  /* -webkit-transition: .1s; */
  /* transition: .3s; */
}

@media (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    /* padding-top: 1.875rem;
    padding-bottom: 1.875rem; */
  }

  .navbar .navbar-nav .nav-link {
    margin: 1.625rem 0.5rem 1.625rem 1.25rem;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .navbar .navbar-nav .nav-link {
    border-bottom: 1px solid #eee;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

/* @media (min-width: 992px) {
  .navbar .navbar-nav li:hover > ul.dropdown-menu {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    visibility: visible;
  }
} */

.navbar.navbar-sticky {
  -webkit-transition: none;
  transition: none;
}

.navbar .navbar-brand-sticky {
  display: none;
}

.navbar.navbar-sticky-moved-up {
  position: fixed;
  top: 0;
  background: var(--white-color);
  margin-top: -100px;
}

.navbar.navbar-sticky-transitioned {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar.navbar-dark .navbar-nav .nav-link {
  color: var(--white-black);
  font-weight: 500;
}

@media (max-width: 991px) {
  .navbar.navbar-dark .navbar-nav .nav-link {
    color: #54565a;
  }

  .navbar.navbar-dark .navbar-nav .nav-link:hover,
  .navbar.navbar-dark .navbar-nav .nav-link:focus,
  .navbar.navbar-dark .navbar-nav .nav-link.active,
  .navbar.navbar-dark .navbar-nav .nav-link.current-menu-item {
    color: var(--nav-hover-color);
  }
}

.navbar.navbar-dark .btn-outline {
  color: var(--white-color);
}

.navbar.navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
  color: var(--nav-item-color);
}

@media (min-width: 991px) {
  .navbar.navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    padding: 0;
  }
}

.navbar.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
.navbar.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
.navbar.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
.navbar.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
  color: var(--nav-hover-color);
}

@media (max-width: 991px) {
  .navbar.navbar-dark .navbar-toggler-icon {
    background: var(--white-color);
  }

  .navbar.navbar-dark .navbar-toggler-icon::before,
  .navbar.navbar-dark .navbar-toggler-icon::after {
    background: var(--white-color);
  }

  .navbar.navbar-dark .navbar-toggler-icon.active::before,
  .navbar.navbar-dark .navbar-toggler-icon.active::after {
    background: var(--nav-toggler-color);
  }

  /* .navbar.navbar-dark .dropdown.show > .nav-link {
    color: var(--nav-hover-color);
  } */
}

.navbar.navbar-sticky-on {
  margin-top: 0;
  /* -webkit-transition: .3s;
  transition: .3s; */
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.navbar.navbar-sticky-on .navbar-brand-regular {
  display: none;
}

.navbar.navbar-sticky-on .navbar-brand-sticky {
  display: inline;
}

@media (min-width: 992px) {
  .navbar.navbar-sticky-on .navbar-nav .nav-link {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }
}

@media (max-width: 991px) {
  .navbar.navbar-sticky-on .navbar-toggler-icon {
    background: var(--nav-toggler-color);
  }

  .navbar.navbar-sticky-on .navbar-toggler-icon::before,
  .navbar.navbar-sticky-on .navbar-toggler-icon::after {
    background: var(--nav-toggler-color);
  }
}


/* Dropdown csss */
.dropdown {
  position: relative;
  /* margin: 1.625rem 0.5rem 1.7rem 1.25rem; */
}

.dropdown .dropbtn {
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  font-size: 15px;

}

.navbar a,
.dropdown .dropbtn {
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #444;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.dropdown-menu a {
  color: var(--nav-toggler-color);
  display: block;
  text-decoration: none;

}

.show {
  display: none;
}

@media screen and (max-width:768px) {
  .dropdown {
    display: none;
  }

  .show {
    display: block;
  }

}



/* ******************************
:: 8.0 WELCOME AREA CSS
****************************** */
.welcome-area {
  height: 800px;
  z-index: 1;
}

@media (max-width: 991px) {
  .welcome-area {
    height: 90vh !important;
  }
}

@media (max-width: 767px) {
  .welcome-area {
    /* height: 100% !important; */
    /* padding-top: 90px; */
  }
}

@media (max-width: 767px) {
  .welcome-area .welcome-intro {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .welcome-area .welcome-intro {
    margin-top: 0;
  }
}

.wlcthb {
  display: flex;
  justify-content: end;
  margin: auto;
}

/* style="display: flex; justify-content: end; margin: auto;" */
.welcome-area .welcome-thumb {
  max-width: 300px;
  padding-top: 70px;
}

@media (max-width: 767px) {
  .welcome-area .welcome-thumb {
    max-width: 270px;
    padding-top: 20px;
  }
}

@media (max-width: 575px) {
  .welcome-area .welcome-thumb {
    max-width: 230px;
  }
}

.welcome-area .welcome-thumb .play-btn {
  position: relative;
  display: inline-block;
  height: 100px;
  width: 100px;
  background-color: var(--white-color);
  border-radius: 50%;
}

@media (max-width: 575px) {
  .welcome-area .welcome-thumb .play-btn {
    height: 80px;
    width: 80px;
  }
}

.welcome-area .welcome-thumb .play-btn .btn-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}

.welcome-area .welcome-thumb .play-btn .btn-circle.play-animation {
  -webkit-animation: grow 3s infinite;
  animation: grow 3s infinite;
}

.welcome-area .welcome-thumb .play-btn .btn-circle.play-animation.animation-short {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.welcome-area .welcome-thumb .play-btn .play-icon {
  font-size: 22px;
  color: var(--primary-color-2);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.welcome-area .video-icon {
  position: absolute;
  top: 50%;
  left: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.welcome-area .shape-bottom {
  z-index: -1;
}

.welcome-area.bg-overlay::after {
  z-index: -2;
}

@media (min-width: 992px) {
  .download-page .welcome-intro>h1 {
    font-size: 3.8em;
  }

  .download-page .welcome-intro p {
    font-size: 16px;
  }
}

@-webkit-keyframes grow {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes grow {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

/* ***********************************
:: 8.1 WELCOME AREA HOMEPAGE-3 CSS
**************************************/
@media (min-width: 992px) {
  .homepage-2 .welcome-thumb {
    max-width: 400px;
  }
}

.homepage-3 .welcome-area .subscribe-form {
  position: relative;
  display: block;
  width: 80%;
}

@media (max-width: 991px) {
  .homepage-3 .welcome-area .subscribe-form {
    width: 100%;
  }
}

.homepage-3 .welcome-area .subscribe-form input {
  font-size: 14px;
  border-radius: 10px;
  text-indent: 3%;
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}

@media (max-width: 575px) {
  .homepage-3 .welcome-area .subscribe-form input {
    text-indent: 0;
  }
}

.homepage-3 .welcome-area .subscribe-form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 575px) {
  .homepage-3 .welcome-area .subscribe-form button {
    padding: 18px 20px;
  }
}

.homepage-3 .welcome-area .shape-bottom svg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* ***********************************
:: 8.2 WELCOME AREA HOMEPAGE-4 CSS
**************************************/
.homepage-4 .welcome-thumb {
  max-width: 100%;
}

@media (max-width: 767px) {
  .homepage-4 .welcome-thumb {
    max-width: 350px;
  }
}

.homepage-4 .welcome-thumb>img {
  position: relative;
  -webkit-animation: bounceHero 3s infinite;
  animation: bounceHero 3s infinite;
}

@-webkit-keyframes bounceHero {
  0% {
    top: 0px;
  }

  50% {
    top: 25px;
  }

  100% {
    top: 0px;
  }
}

@keyframes bounceHero {
  0% {
    top: 0px;
  }

  50% {
    top: 25px;
  }

  100% {
    top: 0px;
  }
}

/* ***********************************
:: 8.3 WELCOME AREA HOMEPAGE-5 CSS
**************************************/
@media (max-width: 991px) {
  .homepage-5 .welcome-area {
    height: 1150px !important;
  }
}

@media (max-width: 767px) {
  .homepage-5 .welcome-area {
    height: 100% !important;
    padding-top: 90px;
  }
}

.homepage-5 .contact-top>h3 {
  font-size: 2em;
}

@media (max-width: 575px) {
  .homepage-5 .contact-top>h3 {
    font-size: 1.8em;
  }
}

.homepage-5 .contact-top h5 {
  line-height: 1.4;
}

@media (max-width: 575px) {
  .homepage-5 .contact-top h5 {
    font-size: 16px;
  }
}

.homepage-5 .contact-bottom>span a {
  color: var(--primary-t-color);
  text-decoration: underline;
}

/* ***********************************
:: 8.4 WELCOME AREA HOMEPAGE-6 CSS
**************************************/
.homepage-6 .shape-bottom {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.homepage-6 .shape-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  left: 50%;
  -webkit-transform: translateX(-50%) rotateY(180deg);
  transform: translateX(-50%) rotateY(180deg);
}

@media (max-width: 991px) {
  .inner .welcome-area {
    height: 700px !important;
  }
}

/* ******************************
:: 9.0 COUNTER AREA CSS
****************************** */
.counter-area .single-counter {
  position: relative;
}

.counter-area .single-counter::after {
  position: absolute;
  content: "";
  height: 70%;
  width: 1px;
  background-color: var(--primary-t-color);
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.15;
}

@media (max-width: 767px) {
  .counter-area .single-counter::after {
    height: 45%;
  }
}

.counter-area .single-counter span {
  font-size: 3em;
  background-image: var(--primary-bg-color-2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .counter-area .single-counter span {
    font-size: 2.5em;
  }
}

.counter-area .col-5.single-counter:last-of-type::after {
  display: none;
}

@media (max-width: 575px) {
  .counter-area .col-5.single-counter:nth-child(2n)::after {
    display: none;
  }
}

/* ******************************
:: 10.0 FEATURES AREA CSS
****************************** */
.features-area .features-slider-wrapper {
  padding: 67px 23px 90px 26px;
  background-size: 100%;
  max-width: 290px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .features-area .features-slider-wrapper {
    padding: 52px 18px 90px 21px;
    max-width: 245px;
  }
}

@media (max-width: 575px) {
  .features-area .features-slider-wrapper {
    padding: 52px 18px 90px 21px;
    max-width: 220px;
  }
}

.features-area.style-two .image-box {
  position: relative;
  -webkit-box-shadow: 0 3px 20px 0px var(--primary-l-color);
  box-shadow: 0 3px 20px 0px var(--primary-l-color);
  border-radius: 1.5rem;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.features-area.style-two .image-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}

/* ******************************
:: 11.0 SERVICE AREA CSS
****************************** */
.service-list.style-two>li {
  list-style: disc;
  margin-left: 1rem;
}

.service-icon span {
  height: 54px;
  width: 54px;
  display: inline-block;
  text-align: center;
  line-height: 54px;
  font-size: 1.5rem;
  color: var(--primary-color-2);
  border-radius: 4px;
  background-color: var(--white-color);
  border: 1px solid var(--primary-l-color);
  -webkit-box-shadow: 0 1px 3px var(--primary-l-color);
  box-shadow: 0 1px 3px var(--primary-l-color);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* ******************************
:: 12.0 DISCOVER AREA CSS
****************************** */

.partner-img {
  width: 185px;

}

.ourpartner-container {
  background: #f6f9fd;
}

@media (max-width: 991px) {
  .ourpartner-container {
    padding: 60px 30px;
  }

  .resp-img {
    margin: auto;
  }
}

.discover-area .list-box .icon {
  color: var(--primary-color-2);
}

@media (max-width: 575px) {
  .discover-area .discover-thumb {
    max-width: 300px;

  }
}

/* Empower Section Styles - Matching Image Design */
.empower-main-row {
  margin-bottom: 30%;
}

.empower-text-col {
  display: flex;
  align-items: center;
}

.empower-text-section {
  padding: 0;
  width: 100%;
}

.empower-heading {
  font-size: 36px;
  font-weight: 700;
  color: #4B4E51;
  line-height: 1.5;
  margin: 0;
  font-family: var(--heading-font);
}

.empower-image-section {
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.empower-image {
  max-width: 540px;
  width: 100%;
  height: auto;
  min-height: 400px;
  max-height: 400px;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.empower-description-row {
  @media (max-width: 991px) {
    padding-top: 80px;
  }
}

.empower-description-section {
  padding: 0;
  @media (max-width: 991px) {
    margin-top: 100%;
  }
}

.empower-description {
  font-size: 41px;
  font-weight: 700;
  color: #DEE1E3;
  /* Default Grey */
  line-height: 1.8;
  margin: 0;
  font-family: var(--primary-font);
  transition: color 0.3s ease;

  @media (min-width: 991px) {
    margin-top: 150px;
  }
}

.empower-description span {
  transition: color 0.1s ease;
}

.empower-description span.active {
  color: #383A3C;
  /* Active Black */
}

.about-scroll-container {
  position: relative;
  height: 300vh;
  /* Make it tall to allow scrolling */
}

.about-sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}



/* Responsive Styles */
@media (max-width: 991px) {
  .empower-text-col {
    padding-right: 15px;
    margin-bottom: 20px;
  }

  .empower-image-col {
    padding-left: 15px;
  }

  .empower-heading {
    font-size: 36px;
  }

  .empower-image {
    max-width: 100%;
    max-height: 300px;
  }

  .empower-description {
    font-size: 39px;
  }
}

@media (max-width: 767px) {
  .empower-main-row {
    margin-bottom: 25px;
  }

  .empower-text-col {
    padding-right: 0;
    margin-bottom: 25px;
  }

  .empower-heading {
    font-size: 1.35rem;
    text-align: left;
  }

  .empower-image-section {
    justify-content: center;
  }

  .empower-image {
    max-height: 280px;
    width: 100%;
    max-width: 100%;
  }

  .empower-description-row {
    margin-top: 20px;
  }

  .empower-description {
    font-size: 23px;
    text-align: left;
  }
}

@media (max-width: 575px) {
  .empower-heading {
    font-size: 23px;
    max-width: 95%;
  }

  .empower-image {
    max-height: 220px;
    max-width: 100%;
  }

  .empower-description {
    font-size: 23px;

  }
}



/* image slider */
.image-slider {
  text-align: center;
}

.image-slider p {
  margin: 2rem;
  margin-bottom: 80px;
  margin-top: 80px;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  /* color: #2d9670 !important; */
  color: #383A3C !important;
}

.image-slider>p::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 70px;
  background-color: var(--primary-color-2);
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  /* margin-top: 5rem; */
  white-space: nowrap;
  background: white;
  position: relative;
  display: flex;
  /* Use flexbox */
  align-items: center;
  /* Vertically center the logos */
  padding: 1.75rem;
}

.logos::before,
.logos::after {
  position: absolute;
  content: "";
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 2;
}

.logos::before {
  left: 0;
  background: linear-gradient(to right, rgba(45, 150, 111, 0.5), transparent);
}

.logos::after {
  right: 0;
  background: linear-gradient(to left, rgba(45, 150, 111, 0.5), transparent);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  animation: 35s slide infinite linear;
  white-space: nowrap;
  /* Prevent line breaks */
  flex-shrink: 0;
  /* Prevent shrinking */

}

.logos-slide img {
  object-fit: cover;
  padding: 14px;
  height: 80px;
  width: auto;
  margin: 0 20px;
}

.logos-slide img:nth-child(1) {
  max-width: 200px;
  height: auto;
}

.logos-slide img:nth-child(2) {
  max-width: 120px;
  height: auto;
}

/* Adjustments for smaller devices */
@media screen and (max-width: 768px) {
  .logos-slide img {
    height: 60px;
    /* Decrease logo size */
    margin: 0 10px;
    /* Adjust margin for smaller devices */
  }

  .logos::before,
  .logos::after {
    position: absolute;
    content: "";
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 2;
  }
}

/* Auth dist partner */
.auth {
  text-align: center;
}

.auth p {
  margin: 2rem;
  margin-bottom: 80px;
  margin-top: 80px;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  /* color: #2d9670 !important; */
  color: #383A3C !important;
}

.auth>p::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 70px;
  background-color: var(--primary-color-2);
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dist_box {
  display: flex;
  justify-content: center;
  /* Adjust as needed */
  align-items: center;
  gap: 2rem;
}

.partner {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.partner img {
  max-width: 280px;
  max-height: 100px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .auth p {
    margin: 2rem 0;
    margin-bottom: 80px;
    margin-top: 80px;
    font-size: 1.5rem;

  }

  .partner img {
    max-width: 180px;
  }
}

.content {
  text-align: center;
}









/* ******************************
:: 13.0 WORK AREA CSS
****************************** */
.work-area .single-work {
  position: relative;
  overflow: visible;
  word-wrap: break-word;
}

.work-area .single-work h3 {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.work-area .single-work p {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.work-area .single-work::after {
  position: absolute;
  content: "\f054";
  font-size: 45px;
  font-weight: 900;
  color: var(--white-color);
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 0;
  margin-right: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (max-width: 767px) {
  .work-area .single-work::after {
    display: none;
  }
}

.work-area .single-work:hover::after {
  -webkit-transform: translateX(5px) translateY(-50%);
  transform: translateX(5px) translateY(-50%);
}

.work-area .col-12:last-of-type .single-work::after {
  display: none;
}

/* ******************************
:: 14.0 SCREENSHOTS AREA CSS
****************************** */
.app-screenshots .single-screenshot {
  position: relative;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@media (max-width: 575px) {
  .app-screenshots .single-screenshot>img {
    max-width: 270px;
    margin: 0 auto;
  }
}

.app-screenshots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.app-screenshots .slick-dots li button {
  font-size: 0;
  height: 8px;
  width: 8px;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  outline: none;
  border-radius: 50%;
  margin: 5px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.app-screenshots .slick-dots .slick-active button {
  background-color: var(--primary-color-2);
  -webkit-box-shadow: 0 1px 5px var(--primary-color-2);
  box-shadow: 0 1px 5px var(--primary-color-2);
}

/* ******************************
:: 15.0 REVIEWS AREA CSS
****************************** */
.single-review {
  -webkit-box-shadow: 0 0.313rem 0.875rem var(--secondary-l-color);
  box-shadow: 0 0.313rem 0.875rem var(--secondary-l-color);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-review .card-top {
  position: relative;
}

.single-review .quot-icon {
  position: absolute;
  top: 5%;
  right: 5%;
}

.single-review .reviewer {
  position: relative;
}

.single-review .reviewer::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background-color: var(--primary-bg-color);
  bottom: calc(100% - 10px);
  left: 15%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.single-review:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
}

/* ******************************
:: 16.0 TESTIMONIAL AREA CSS
****************************** */
.testimonial-area .single-testimonial img {
  width: 100px;
  height: 100px;
  border: 1px solid var(--primary-l-color);
  border-radius: 50%;
}

.testimonial-area .single-testimonial .client-rating {
  color: var(--invalid-color);
}

.testimonial-area .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .testimonial-area .owl-dots {
    bottom: -15px;
  }
}

.testimonial-area .owl-dots .owl-dot {
  height: 8px;
  width: 8px;
  background-color: var(--primary-l-color);
  border-radius: 50%;
  outline: none;
  margin: 5px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.testimonial-area .owl-dots .owl-dot.active {
  background-color: var(--primary-color-2);
  -webkit-box-shadow: 0 1px 5px var(--primary-color-2);
  box-shadow: 0 1px 5px var(--primary-color-2);
}

/* ******************************
:: 17.0 PRICE PLAN AREA CSS
****************************** */
.single-price-plan {
  background-color: var(--primary-bg-color-3);
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.313rem 0.875rem var(--secondary-l-color);
  box-shadow: 0 0.313rem 0.875rem var(--secondary-l-color);
}

.single-price-plan .plan-title>h4 {
  letter-spacing: 3px;
  opacity: 0.8;
}

.single-price-plan .plan-price>h2 {
  font-size: 3em;
  background-image: var(--primary-bg-color-2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.single-price-plan .plan-price>h2>small {
  font-size: 60%;
}

.single-price-plan .plan-button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .single-price-plan .plan-button {
    position: inherit;
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit;
  }
}

/* ******************************
:: 18.0 FAQ AREA CSS
****************************** */
.card-header .btn {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  color: var(--primary-t-color);
  text-align: left;
}

@media (max-width: 575px) {
  .card-header .btn {
    line-height: 1.4;
  }
}

.card-header .btn::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  left: calc(100% - 1.25rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.card-header .btn.collapsed {
  color: var(--nav-item-color);
}

.card-header .btn.collapsed::after {
  position: absolute;
  content: "\f105";
  top: 50%;
  left: calc(100% - 1.25rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.card-header .btn:hover,
.card-header .btn:focus,
.card-header .btn:active {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.faq-area.style-two .card-header .btn {
  cursor: inherit;
}

.faq-area.style-two .card-header .btn::after {
  display: none;
}

/* ******************************
:: 19.0 TEAM AREA CSS
****************************** */
.single-team {
  border-radius: 1rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-team .team-thumb>img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.single-team .team-thumb .team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-team .team-thumb .team-overlay::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--primary-color-2);
  border-radius: 1rem;
  opacity: 0.9;
  z-index: -1;
}

.single-team .team-thumb .team-overlay .team-icons svg {
  font-size: 16px;
  color: var(--white-color);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.single-team .team-thumb .team-overlay .team-icons a:hover svg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.single-team:hover .team-overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.single-team:hover .team-thumb>img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* ******************************
:: 20.0 SUBSCRIBE AREA CSS
****************************** */
.subscribe-form .form-group input {
  display: block;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px var(--primary-l-color);
  box-shadow: 0 5px 10px var(--primary-l-color);
}

.subscribe-form .form-group input::-webkit-input-placeholder {
  text-align: center;
}

.subscribe-form .form-group input:-ms-input-placeholder {
  text-align: center;
}

.subscribe-form .form-group input::-ms-input-placeholder {
  text-align: center;
}

.subscribe-form .form-group input::placeholder {
  text-align: center;
}

.subscribe-form button {
  height: 60px;
  border-radius: 8px;
  background: var(--primary-color-2) !important;
}

/* ******************************
:: 21.0 BLOG AREA CSS
****************************** */
.blog-area {
  z-index: 1;
}

.blog-area .single-blog {
  background-color: var(--primary-bg-color-3);
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 5px var(--primary-l-color);
  box-shadow: 0 1px 5px var(--primary-l-color);
}

.blog-area .single-blog .blog-thumb img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.blog-area .single-blog .blog-content .blog-btn {
  position: absolute;
  display: inline-block;
  font-weight: 500;
  bottom: 15px;
}

.blog-content .blog-title a {
  cursor: text;
}

.blog-area .single-blog .blog-content .blog-btn::after {
  position: absolute;
  content: "\f101";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  opacity: 0;
  visibility: hidden;
  top: 50%;
  -webkit-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.blog-area .single-blog .blog-content .blog-btn:hover::after,
.blog-area .single-blog .blog-content .blog-btn:focus::after {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateX(5px) translateY(-50%);
  transform: translateX(5px) translateY(-50%);
}

.blog-area .single-blog:hover {
  -webkit-box-shadow: 0 5px 8px var(--primary-l-color);
  box-shadow: 0 5px 8px var(--primary-l-color);
}

/* ******************************
:: 22.0 BREADCRUMB AREA CSS
****************************** */
.breadcrumb-area {
  height: 450px;
  z-index: 1;
}

.breadcrumb-area .breadcrumb-content .breadcrumb {
  background-color: transparent;
  margin: 0;
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  color: var(--white-color);
}

.blog .breadcrumb-item {
  color: var(--white-color);
}

.blog .breadcrumb-item>a,
.blog .breadcrumb-item::before,
.blog .breadcrumb-item.active {
  color: var(--white-color);
}

/* Blog Search Row */
.blog-search-row {
  display: flex;
  justify-content: center;
  padding: 15px;
  position: relative;
  bottom: -100px;
}

.blog-search-col {
  height: 40px;
  border-radius: 15px;
  background-color: white;
}

.search-icon {
  color: black;
}

#search-input {
  height: 100%;
  width: 90%;
  border: 0px;
  padding-left: 8px;
}

#search-input:focus {
  outline: none;
  border: 0px;
}

/* ******************************
:: 23.0 BLOG PAGE AREA CSS
****************************** */
.blog .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.blog .single-blog {
  margin-bottom: 45px;
  height: auto;
  min-height: 510px;
  position: relative;
}

.blog .pagination>li>a {
  font-size: 14px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  border: 1px solid #444;
  color: #444;
  text-align: center;
}

.blog .pagination>li:first-child a {
  display: block;
  border: none;
  position: relative;
}

.blog .pagination>li:first-child:hover a {
  background: none;
  color: inherit;
  border: none;
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

.blog .pagination>li:last-child a {
  display: block;
  border: none;
  position: relative;
}

.blog .pagination>li:last-child:hover a {
  background: none;
  color: inherit;
  border: none;
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/* **********************************
:: 24.0 BLOG PAGE DETAILS AREA CSS
*************************************/
.sidebar .single-widget {
  margin-bottom: 35px;
}

.sidebar .single-widget:last-child {
  margin-bottom: 0;
}

.sidebar .single-widget .widget-content {
  position: relative;
}

.sidebar .single-widget .widget-content.search-widget input {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  color: #444;
  height: 45px;
  padding: 10px 15px;
  width: 100%;
  -webkit-transition: -webkit-box-shadow 1s ease 0s;
  transition: -webkit-box-shadow 1s ease 0s;
  transition: box-shadow 1s ease 0s;
  transition: box-shadow 1s ease 0s, -webkit-box-shadow 1s ease 0s;
}

.sidebar .single-widget .widget-content.search-widget input:focus {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.sidebar .single-widget .widget-items li a {
  position: relative;
  border-bottom: 1px solid #eee;
}

.sidebar .single-widget .widget-items li a span {
  line-height: 1.4;
}

.sidebar .single-widget .widget-items li a.active {
  color: var(--primary-color-2);
}

.sidebar .single-widget .widget-items li a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

.sidebar .single-widget .widget-items li a:hover,
.sidebar .single-widget .widget-items li a:focus,
.sidebar .single-widget .widget-items li a.active {
  background-color: #f7f7f7;
}

.sidebar .single-widget .widget-items li a:hover::before,
.sidebar .single-widget .widget-items li a:focus::before,
.sidebar .single-widget .widget-items li a.active::before {
  width: 2px;
  background-color: var(--primary-color-2);
}

.sidebar .single-widget .catagory-widget .single-accordion {
  border: 1px solid #eee;
  border-radius: 4px;
}

.sidebar .single-widget .catagory-widget .single-accordion h5 a {
  color: #444;
  border-bottom: 1px solid #eee;
}

.sidebar .single-widget .post-widget .single-accordion {
  border: 1px solid #eee;
  border-radius: 4px;
}

.sidebar .single-widget .post-widget .single-accordion h5 a {
  color: #444;
  border-bottom: 1px solid #eee;
}

.sidebar .single-widget .post-widget .single-accordion .widget-items .post-thumb img {
  border: 1px solid #eee;
}

.sidebar .single-widget .post-widget .single-accordion .widget-items .post-date {
  font-size: 13px;
  line-height: 1;
}

.sidebar .single-widget .post-widget .single-accordion .widget-items .post-content h6 {
  font-weight: 400;
  line-height: 20px;
}

.sidebar .single-widget .tags-widget .single-accordion {
  border: none;
}

.sidebar .single-widget .tags-widget .single-accordion h5 a {
  color: #444;
  border-bottom: 1px solid #eee;
}

.sidebar .single-widget .tags-widget .single-accordion .tags-widget-items a {
  border: 1px solid #e5e5e5;
}

.single-blog-details .blog-content .meta-info {
  border-bottom: 1px solid #eee;
}

.single-blog-details .blog-content .meta-info>ul>li {
  position: relative;
}

.single-blog-details .blog-content .meta-info>ul>li::after {
  position: absolute;
  content: "";
  height: 30%;
  width: 2px;
  background-color: #777;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-blog-details .blog-content .meta-info>ul>li:last-child::after {
  display: none;
}

.single-blog-details .blog-content .meta-info .blog-share .social-icons svg {
  line-height: 35px;
}

.single-blog-details .blog-content .meta-info .blog-share .social-icons>a {
  width: 35px;
  height: 35px;
  font-size: 16px;
  padding: 0 10px;
}

.single-blog-details .blog-content .meta-info .blog-share .social-icons>a.facebook:hover {
  background-color: var(--social-color-1) !important;
  color: var(--white-color);
}

.single-blog-details .blog-content .meta-info .blog-share .social-icons>a.twitter:hover {
  background-color: var(--social-color-2) !important;
  color: var(--white-color);
}

.single-blog-details .blog-content .meta-info .blog-share .social-icons>a.google-plus:hover {
  background-color: var(--social-color-3) !important;
  color: var(--white-color);
}

.single-blog-details .blog-content .meta-info .blog-share .social-icons>a:hover svg:first-child {
  margin-top: -35px;
}

.single-blog-details .blog-content .blog-details .blockquote {
  position: relative;
  font-style: italic;
  background-color: var(--primary-bg-color);
}

.single-blog-details .blog-content .blog-details .blockquote::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  top: 0;
  left: 0;
  background-color: var(--primary-color-2);
}

.single-blog-details .blog-comments {
  margin-top: 20px;
}

.single-blog-details .blog-comments .admin {
  border-top: 1px solid #e5e5e5;
}

.single-blog-details .blog-comments .admin .admin-thumb img {
  border: 1px solid #eee;
}

.single-blog-details .blog-comments .comments {
  margin-left: 200px;
}

@media (max-width: 767px) {
  .single-blog-details .blog-comments .comments {
    margin-left: 0;
  }
}

.single-blog-details .blog-comments .comments .single-comments {
  border: 1px solid #eee;
  margin-bottom: 1rem;
}

.single-blog-details .blog-comments .comments .single-comments:last-of-type {
  margin-bottom: 0;
}

.single-blog-details .blog-comments .comments .single-comments .comments-thumb img {
  border: 1px solid #eee;
}

.single-blog-details .blog-comments .comments .single-comments .comments-content>h5>a:last-child {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color-2);
}

.single-blog-details .blog-contact {
  margin-left: 200px;
}

@media (max-width: 767px) {
  .single-blog-details .blog-contact {
    margin-left: 0;
  }
}

.single-blog-details .blog-contact .contact-box.comment-box {
  text-align: left;
}

.single-blog-details .blog-contact .contact-box.comment-box .form-group input {
  font-size: 15px;
  border: 1px solid #e5e5e5;
}

.single-blog-details .blog-contact .contact-box.comment-box .form-group textarea {
  font-size: 15px;
  border: 1px solid #e5e5e5;
  height: 150px;
}

/* ******************************
:: 25.0 CONTACT AREA CSS
****************************** */
.contact-us .social-icon {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  background-color: var(--primary-color-2);
  color: #fff;
  border-radius: 4px;
}

.contact-box .form-group input,
.contact-box .form-group textarea {
  font-size: 14px;
  height: 50px;
  padding: 0 15px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px var(--primary-l-color);
  box-shadow: 0 5px 10px var(--primary-l-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-box .form-group input::-webkit-input-placeholder,
.contact-box .form-group textarea::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.6);
}

.contact-box .form-group input:-ms-input-placeholder,
.contact-box .form-group textarea:-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.6);
}

.contact-box .form-group input::-ms-input-placeholder,
.contact-box .form-group textarea::-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.6);
}

.contact-box .form-group input::placeholder,
.contact-box .form-group textarea::placeholder {
  color: rgba(68, 68, 68, 0.6);
}

.contact-box .form-group textarea {
  height: 160px;
  padding: 15px;
}

.contact-box button {
  height: 60px;
  border-radius: 8px;
  background: var(--primary-color-2) !important;
}

.map-area {
  height: 550px;
  width: 100%;
}

@media (max-width: 575px) {
  .map-area {
    height: 450px;
  }
}

.map-area iframe {
  height: 100%;
  width: 100%;
}

/* ******************************
:: 26.0 FOOTER AREA CSS
****************************** */
.height-emulator {
  float: left;
  height: 585px;
}

.footer-area .footer-items .social-icons>a {
  width: 40px;
  height: 40px;
  font-size: 18px;
}

.footer-area .footer-items .social-icons>a:hover svg:first-child {
  margin-top: -40px;
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .footer-area .footer-items {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .footer-area .footer-items {
    margin-bottom: 30px;
  }
}

.footer-area .copyright-area {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

/* @media (min-width: 992px) {
  .footer-area.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
} */

@media (max-width: 575px) {
  .footer-area .col-12:last-of-type .footer-items {
    margin-bottom: 0;
  }
}

/* ******************************
:: 27.0 ERROR AREA CSS
****************************** */
.error-area h1 {
  font-size: 18vmax;
}

@media (max-width: 767px) {
  .error-area h1 {
    font-size: 8em !important;
  }
}

@media (max-width: 575px) {
  .error-area h1 {
    font-size: 7em !important;
  }
}

/* ******************************
:: 28.0 COMING SOON AREA CSS
****************************** */
.coming-soon .countdown {
  text-transform: uppercase;
  color: var(--white-color);
}

.coming-soon .countdown>div {
  display: inline-block;
}

.coming-soon .countdown>div>span {
  display: block;
  text-align: center;
}

.coming-soon .countdown .countdown-container {
  margin: 0 10px;
  padding: 1rem;
}

@media (max-width: 767px) {
  .coming-soon .countdown .countdown-container {
    margin: 0 6px;
    padding: 0.5rem;
  }
}

@media (max-width: 575px) {
  .coming-soon .countdown .countdown-container {
    margin: 0 2px;
    padding: 0;
  }
}

.coming-soon .countdown .countdown-container .countdown-heading {
  font-size: 16px !important;
  font-weight: 600;
  margin: 10px;
}

.coming-soon .countdown .countdown-container .countdown-value {
  font-size: 50px;
  font-weight: 600;
  padding: 10px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

@media (max-width: 575px) {
  .coming-soon .countdown .countdown-container .countdown-value {
    font-size: 40px;
  }
}

/* ******************************
:: 29.0 PREVIEW AREA CSS
****************************** */
@media (max-width: 991px) {
  .preview .welcome-area {
    background-position: unset;
  }
}

@media (max-width: 767px) {
  .preview .welcome-area {
    height: 500px !important;
    padding-top: 0;
  }
}

.preview .welcome-area .welcome-intro h2 {
  line-height: 1.2;
}

@media (min-width: 992px) {
  .preview .welcome-area .welcome-intro p {
    font-size: 15px;
    line-height: 28px;
  }
}

.preview .single-preview>a>img {
  -webkit-box-shadow: 0 0.313rem 0.875rem var(--secondary-l-color);
  box-shadow: 0 0.313rem 0.875rem var(--secondary-l-color);
  border-radius: 8px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.preview .single-preview h3 {
  font-size: 16px;
  color: #555;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.preview .single-preview:hover>a>img {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.12);
  box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.12);
}

@media (max-width: 991px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.8em;
  }

  h2 {
    font-size: 30px;
    line-height: 1.4;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 2.5em;
    line-height: 1.2;
  }

  h2 {
    font-size: 2em;
    line-height: 1.3;
  }
}

/*# sourceMappingURL=style.css.map */

/*  */
img.navbar-brand-regular {
  width: 120px !important;
  height: auto;
}

img.navbar-brand-sticky {
  width: 120px !important;
  height: auto;
}

.navbar-brand img {
  width: auto;
  height: auto;

  @media (max-width: 768px) {
    width: 40px !important;
  }
}

.btnn {
  /* background: #2d966fc5; */
  background: #013c73;
  font-size: 1rem;
  font-weight: 500;
  color: var(--white-color);
  line-height: 1;
  text-align: center;
  padding: 18px 30px;
  border: 0 none;
  border-radius: 6px;
  outline: 0 none;
  /* position: relative; */
  z-index: 1;
}

.welcome-thumb img {
  width: 300px;
  height: auto;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 300;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.box-1:hover {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  background-color: white;
  border-radius: 15px;
}

.box-3 {
  background: #ffffff;
  border: 1.77029px solid #e9c855;
  box-shadow: 0px 7.08116px 44.2572px rgba(0, 0, 0, 0.08);
  border-radius: 31.8652px;
  margin: 45px;
  margin-bottom: 0px;
  /* height: 200px; */
}

.icon-text h3 {
  font-size: larger;
  font-weight: 500;
}

.icon-text p {
  font-size: small;
}

.icon-text {
  /* style="margin-top: 45px;" */
  margin-top: 45px;
}

.featured-icon.in img {
  width: 50px;
  height: auto;
}

.featured-icon img {
  width: 400px;
  height: 300px;
  object-fit: contain;
}

.section-heading.text-center h2 {
  font-size: 32px;
}

.welcome-intro p {
  text-align: justify;
}

ul.check-list li {
  text-align: justify;
}

ul.service-list li {
  text-align: justify;
}

ul li {
  list-style: none;
}

ul.check-list li {
  list-style: disc;
}

.list-box span {
  line-height: 30px;
}

/* 
.service-text p {
  line-height: 30px;
} */

@media (max-width: 767px) {
  .hiodell {
    display: none;
  }

  .heading-mob {
    text-align: center;
    margin-bottom: 10px;
  }

  .modal-content.uper {
    width: 90% !important;
  }

  ul.check-list li {
    list-style: none;
    margin-right: 20px;
  }

  video#VisaChipCardVideo {
    width: 77%;
    position: fixed;
    top: 92px;
    left: 11%;
  }

  video#VisaChipCardVideoo {
    width: 77%;
    position: fixed;
    top: 92px;
    left: 11%;
  }

  .cls {
    width: fit-content !important;
    position: fixed !important;
    top: 92px !important;
    right: 12% !important;
  }

  .service-text ul {
    line-height: 30px;
    margin: 20px;
  }

  .mob-hide {
    display: none;
  }

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

  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }
}

video#VisaChipCardVideo {
  width: 57%;
  position: fixed;
  top: 92px;
  left: 20%;
}

video#VisaChipCardVideoo {
  width: 57%;
  position: fixed;
  top: 92px;
  left: 20%;
}

.cls {
  width: fit-content !important;
  position: fixed !important;
  top: 92px !important;
  right: 23% !important;
}

.gplay {
  display: none;
}

.step-pro {
  font-weight: 400;
  color: white;
  border: 2px solid;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 132px;
  padding-left: 18px;
  padding-right: 19px;
}

.modal-content.uper {
  width: 30%;
}

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #fff;
  background: #fff;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #aeaeae;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover~#boxclose {
  display: none;
}

.test:hover~.test2 {
  display: none;
}

#fadee {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#lightt {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #fff;
  background: #fff;
  z-index: 1002;
  overflow: visible;
}

#boxclosee {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #aeaeae;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclosee:before {
  content: "×";
}

#fadee:hover~#boxclosee {
  display: none;
}

.QR-modal img {
  width: 50%;
  margin: auto;
}

.whyindi {
  gap: 30px;
}

@media (max-width: 455px) {
  .whyindi {
    flex-direction: column;
    gap: 0;
  }

  .whyindi button {
    margin-top: 0px !important;
  }
}




.navbar-nav a {
  font-size: 16px;
  font-weight: 500;
}

.nav-side-container {
  /* padding-right: 81px; */
}

/* blog's css start's here  */

.blog-desc-main-container {
  margin: 130px auto;
}

.blog-desc-content-head {
  display: flex;
  gap: 30px;
}

.blog-desc-content {
  width: 50%;
}

.blog-desc-img {
  width: 50%;
}

.blog-desc-img img {
  width: 100%;
}

.read-time-blog {
  margin: 20px 0px;
}

.read-time-blog p {
  font-size: 12px;
}

.read-time-blog span {
  font-weight: bold;
}

.blog-data {
  margin: 40px 0px;
}

.blog-data h3 {
  padding-bottom: 20px;
}

.blog-data p {
  margin: 10px 0px;
  text-align: justify;
}

/* blog css end's here */

@media (max-width: 991px) {
  .blog-desc-content-head {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .blog-desc-content {
    width: 100%;
  }

  .blog-desc-img {
    width: 100%;
  }
}

.blog-social-icons {
  gap: 5px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.blog-social-icons svg {
  width: 30px;
}

/* ******************************
:: 30.0 INLINE STYLING
****************************** */
/* .navbar-toggler{
  margin: 15px;
}

.welcome-desc{
  line-height: 30px;
}

.modal-ol{
  margin-left: 20px;
}

.ourpartner-container{
  background: #F6F9FD;
}


.closee{
  cursor: pointer;
}

.partnerwithus-img{
  width: 260px;
}

.follow-us{
  border-bottom: 2px solid rgb(212, 212, 212);
  width: fit-content;
}
.flex{
  display: flex;
  gap: 15px;
  margin-left: -5px;
}  */

.navbar-toggler {
  margin: 15px;
}

.custom-line {
  line-height: 30px;
}

.btnn {
  /* background: #2d966fc5; */
  background: #013c73;
}

.close {
  cursor: pointer;
}

.custom-ol {
  margin-left: 20px;
}

.welcome-thumb {
  display: flex;
  justify-content: end;
  margin: auto;
}

.featured-icon {
  margin-bottom: 8px;
  margin-top: 26px;
}

.icon-text {
  margin-top: 45px;
}

.heading-main h2 {
  font-size: 46px;
}

.heading-mob {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: white;

  @media (max-width:575px) {
    font-size: 29px;
  }
}

.heading-mob-main {
  font-size: 58px;
  font-weight: 700;
  text-align: center;
  color: white;

  @media (max-width:575px) {
    font-size: 36px;
  }
}

.heading-mob-main {
  @media (min-width: 500px) {
    flex-wrap: nowrap;
  }

  @media (min-width:576px) and (max-width: 1024px) {
    font-size: 36px;
  }
}

.whyindi {
  gap: 30px;
}

.closee {
  cursor: pointer;
}

.step-pro {
  padding-left: 18px;
  padding-right: 19px;
}

.custom-follow {
  border-bottom: 2px solid rgb(212, 212, 212);
  width: fit-content;
}

.flex {
  display: flex;
  gap: 15px;
  margin-left: -5px;
}

.gIframe {
  display: none;
  visibility: hidden;
}

.service-thumb {
  width: 260px;
}

/* ******************************
:: 31.0 Explore Products
****************************** */

.explore-heading {
  text-align: center;
  margin: 5rem;
}

.explore-heading h2 {
  font-size: 32px;
}


.exploreSvgContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem 0rem 2.5rem 0rem;
}

.exploreSvg img {
  width: 800px;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .explore-heading h2 {
    font-size: 28px;
  }

  .exploreSvg img {
    width: 100%;
    padding: 0 1rem;
  }
}






.explore-cards {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 6rem;
}

.explore-heading span {
  color: #64a47c;
}

.explore-box {
  width: 25%;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  font-size: small;
  margin-top: 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.explore-box a {
  text-decoration: none;
}

.explore-img-1 {
  display: flex;
  justify-content: center;
}

.explore-img-2 {
  display: flex;
  justify-content: center;
  padding: 1rem;
}

.explore-img-1 img {
  /* width: 320px; */
  transform: scale(0.75);
}

.explore-img-2 img {
  /* width: 320px; */
  transform: scale(0.8);
}

.explore-desc {
  padding: 20px;
}

.content p {
  color: #000000;
  font-size: 11px;
  text-align: justify;
}

.explore-social img {
  width: 30px;
  height: 30px;
}

.explore-social img:hover {
  border: 1px solid #64a47c;
  border-radius: 2px;
}

.explore-desc .content {
  margin-bottom: 10px;
}

hr {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 10px 0;
}

.green-line {
  /* border: 5px solid #2d9670; */
  border: 5px solid #01305C;
  border-radius: 10px;
  margin: 10px 0;
}

.explore-box:hover {
  transform: scale(1.02);

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);

  cursor: pointer;
  border: 1px solid orange;
}

@media (max-width: 992px) {
  .explore-box {
    width: 75%;
  }

  .custom-line {
    display: none;
  }
}

@media (max-width: 768px) {
  .explore-cards {
    margin: 1rem;
    width: auto;
  }

  .explore-box {
    width: 100%;
  }

  .custom-line {
    display: none;
  }
}

@media (max-width: 576px) {
  .explore-cards {
    margin: 1rem;
    width: auto;
  }

  .explore-box {
    width: 100%;
  }

  .custom-line {
    display: none;
  }
}

.internovo {
  color: orange;
}

.internovo:hover {
  color: lightgreen;
}

#home {
  background-color: #001A31;
}