/**
* Template Name: Bethany
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/bethany-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #1484CD;
  text-decoration: none;
}

a:hover {
  color: #00cc95;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1484CD;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #009AEE;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  top: 20px;
}

#header .header-container {
  background: #fff;
}

#header.header-scrolled {
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  top: 0;
}

#header .logo {
  overflow: hidden;
  padding: 16px 30px 12px 30px;
  background: #1484CD;
}

#header .logo h1 {
  font-size: 26px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: 0;
    background: #1484CD;
  }

  #header.header-scrolled,
  #header .header-container {
    background: #1484CD;
  }

  #header .logo {
    padding-left: 0;
  }

  #header .logo h1 {
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  color: #36343a;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #1484CD;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #1484CD;
  padding: 10px 25px;
  margin-left: 30px;
  margin-right: 15px;
  border-radius: 50px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #00CCFF;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-weight: 500;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1484CD;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(29, 28, 31, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #36343a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1484CD;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #1484CD;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: url("../img/hero-bg.png") center center / cover no-repeat;
  position: relative;
  aspect-ratio: 2012 / 1000;
}

#hero .container {
  padding-top: 80px;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #FFC81E;
  border: 2px solid #1484CD;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  #hero .container {
    padding-top: 60px;
  }

  #hero h1 {
    font-size: 32px;
    line-height: 36px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

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

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #1484CD;
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
/*==============================================================
  MODERN CLIENTS SECTION
  Completely isolated from old styles
==============================================================*/

/*.jmd-clients-section {

  --primary: #1484CD;
  --dark: #0f172a;
  --text: #64748b;
  --white: #ffffff;
  --border: rgba(15,23,42,0.06);

  position: relative;

  padding-block: 110px;

  background:
    linear-gradient(to bottom,
      #ffffff 0%,
      #f8fbff 100%);

  overflow: hidden;
}

/* CONTAINER */
/*.jmd-clients-container {
  width: min(1280px, calc(100% - 40px));
  margin-inline: auto;
}
*/
/* HEADER */
/*.jmd-clients-header {
  text-align: center;
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: 70px;
}

.jmd-clients-badge {

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 18px;

  border-radius: 999px;

  background: rgba(20,132,205,0.10);

  color: var(--primary);

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;

  margin-bottom: 22px;
}

.jmd-clients-title {

  margin: 0 0 18px;

  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1.1;
  font-weight: 800;

  color: var(--dark);
}

.jmd-clients-text {

  margin: 0;

  color: var(--text);

  line-height: 1.9;
  font-size: 1rem;
}*/

/* GRID */
/*.jmd-clients-grid {

  display: grid;

  grid-template-columns:
    repeat(auto-fit, minmax(180px, 1fr));

  gap: 24px;
}*/

/* CARD */
/*.jmd-client-card {

  position: relative;

  height: 140px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 28px;

  border-radius: 28px;

  background: rgba(255,255,255,0.85);

  border: 1px solid var(--border);

  backdrop-filter: blur(10px);

  box-shadow:
    0 10px 30px rgba(15,23,42,0.05);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.jmd-client-card::before {

  content: "";

  position: absolute;
  inset: 0;

  border-radius: inherit;

  padding: 1px;

  background:
    linear-gradient(135deg,
      rgba(20,132,205,0.25),
      transparent 40%);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
          mask-composite: exclude;

  pointer-events: none;
}*/

/* LOGO */
/*.jmd-client-card img {

  max-width: 100%;
  max-height: 60px;

  object-fit: contain;

  filter: grayscale(100%);

  opacity: 0.72;

  transition:
    transform 0.35s ease,
    filter 0.35s ease,
    opacity 0.35s ease;
}*/

/* HOVER */
/*.jmd-client-card:hover {

  transform: translateY(-8px);

  border-color: rgba(20,132,205,0.18);

  box-shadow:
    0 22px 50px rgba(20,132,205,0.14);
}

.jmd-client-card:hover img {

  filter: grayscale(0);

  opacity: 1;

  transform: scale(1.08);
}*/

/* RESPONSIVE */
/*@media (max-width: 768px) {

  .jmd-clients-section {
    padding-block: 80px;
  }

  .jmd-clients-grid {
    grid-template-columns:
      repeat(2, 1fr);

    gap: 18px;
  }

  .jmd-client-card {
    height: 120px;
    padding: 10px;
    border-radius: 12px;
  }

  .jmd-client-card img {
    max-height: 50px;
  }
}*/


/* LOGO FIX */
/*.jmd-client-card img {

  width: 100%;
  height: 100%;

  max-width: 160px;
  max-height: 85px;

  object-fit: contain;

  filter: grayscale(100%);
  opacity: 0.78;

  transition:
    transform 0.35s ease,
    filter 0.35s ease,
    opacity 0.35s ease;
}*/

/* CARD HEIGHT INCREASE */
/*.jmd-client-card {

  position: relative;

  min-height: 170px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 30px;

  border-radius: 28px;

  background: rgba(255,255,255,0.9);

  border: 1px solid var(--border);

  backdrop-filter: blur(10px);

  box-shadow:
    0 10px 30px rgba(15,23,42,0.05);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}*/

/* EXTRA LARGE LOGOS */
/*.jmd-client-card.large-logo img {
  max-width: 190px;
  max-height: 95px;
}
*/
/* MOBILE */
/*@media (max-width: 768px) {

  .jmd-client-card {
    min-height: 135px;
    padding: 20px;
  }

  .jmd-client-card img {
    max-width: 130px;
    max-height: 70px;
  }

  .jmd-client-card.large-logo img {
    max-width: 150px;
    max-height: 75px;
  }
}*/ 




/*==============================================================
  MODERN CLIENT LOGO CAROUSEL
==============================================================*/

.jmd-logo-section {

  --primary: #1484CD;
  --dark: #0f172a;
  --text: #64748b;

  position: relative;

  padding-block: 100px;

  background:
    linear-gradient(to bottom,
      #ffffff 0%,
      #f8fbff 100%);

  overflow: hidden;
}

/* HEADER */
.jmd-logo-header {

  width: min(760px, calc(100% - 40px));

  margin-inline: auto;
  margin-bottom: 70px;

  text-align: center;
}

.jmd-logo-badge {

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 18px;

  border-radius: 999px;

  background: rgba(20,132,205,0.10);

  color: var(--primary);

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;

  margin-bottom: 22px;
}

.jmd-logo-title {

  margin: 0 0 18px;

  color: var(--dark);

  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1.1;
  font-weight: 800;
}

.jmd-logo-text {

  margin: 0;

  color: var(--text);

  line-height: 1.9;
  font-size: 1rem;
}

/* SLIDER */
.jmd-logo-slider {

  position: relative;

  width: 100%;

  overflow: hidden;

  mask-image: linear-gradient(
    to right,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
}

/* TRACK */
.jmd-logo-track {

  display: flex;
  align-items: center;
  gap: 28px;

  width: max-content;

  animation: jmdScroll 35s linear infinite;
}

/* ITEM */
.jmd-logo-item {

  flex-shrink: 0;

  width: 220px;
  height: 130px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 24px;

  border-radius: 28px;

  background: rgba(255,255,255,0.9);

  border: 1px solid rgba(15,23,42,0.06);

  box-shadow:
    0 10px 30px rgba(15,23,42,0.05);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.jmd-logo-item:hover {

  transform: translateY(-8px);

  box-shadow:
    0 22px 50px rgba(20,132,205,0.14);
}

/* IMAGE */
.jmd-logo-item img {

  width: 100%;
  height: 100%;

  object-fit: contain;

  /* KEEP ORIGINAL COLORS */
  filter: none;

  opacity: 1;

  transition:
    transform 0.35s ease;
}

/* HOVER EFFECT */
.jmd-logo-item:hover img {

  transform: scale(1.08);
}

/* AUTO SCROLL */
@keyframes jmdScroll {

  from {
    transform: translateX(0);
  }

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

/* PAUSE ON HOVER */
.jmd-logo-slider:hover .jmd-logo-track {
  animation-play-state: paused;
}

/* MOBILE */
@media (max-width: 768px) {

  .jmd-logo-section {
    padding-block: 80px;
  }

  .jmd-logo-item {

    width: 170px;
    height: 100px;

    padding: 18px;

    border-radius: 22px;
  }

  .jmd-logo-track {
    gap: 18px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
/*==============================================================
  MODERN ABOUT SECTION
==============================================================*/

.jmd-about-section {

  --primary: #1484CD;
  --primary-light: #38bdf8;
  --dark: #0f172a;
  --text: #64748b;
  --white: #ffffff;

  position: relative;

  padding-block: 110px;

  background:
    linear-gradient(to bottom,
      #ffffff 0%,
      #f8fbff 100%);

  overflow: hidden;
}

/* BACKGROUND GLOW */
.jmd-about-section::before {

  content: "";

  position: absolute;

  width: 420px;
  height: 420px;

  border-radius: 50%;

  background:
    rgba(20,132,205,0.08);

  top: -180px;
  right: -120px;

  filter: blur(50px);

  pointer-events: none;
}

/* CONTAINER */
.jmd-about-container {

  width: min(1200px, calc(100% - 40px));

  margin-inline: auto;

  position: relative;
  z-index: 2;
}

/* GRID */
.jmd-about-grid {

  display: grid;

  grid-template-columns: 1fr 1.1fr;

  gap: 60px;

  align-items: center;
}

/* LEFT */
.jmd-about-left {
  position: relative;
}

.jmd-about-badge {

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 18px;

  border-radius: 999px;

  background: rgba(20,132,205,0.10);

  color: var(--primary);

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;

  margin-bottom: 26px;
}

.jmd-about-title {

  margin: 0 0 20px;

  color: var(--dark);

  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1;
  font-weight: 800;
}

.jmd-about-subtitle {

  margin: 0;

  color: var(--text);

  font-size: 1.4rem;
  font-weight: 500;

  line-height: 1.7;
}

/* STATS */
.jmd-about-stats {

  display: flex;

  gap: 20px;

  margin-top: 45px;

  flex-wrap: wrap;
}

.jmd-about-stat {

  min-width: 170px;

  padding: 22px 24px;

  border-radius: 24px;

  background: rgba(255,255,255,0.75);

  border: 1px solid rgba(15,23,42,0.06);

  backdrop-filter: blur(12px);

  box-shadow:
    0 10px 30px rgba(15,23,42,0.05);
}

.jmd-about-stat h4 {

  margin: 0 0 8px;

  color: var(--primary);

  font-size: 2.2rem;
  font-weight: 800;
}

.jmd-about-stat span {

  color: var(--text);

  font-size: 14px;
}

/* RIGHT CARD */
.jmd-about-card {

  position: relative;

  padding: 42px;

  border-radius: 32px;

  background: rgba(255,255,255,0.88);

  border: 1px solid rgba(15,23,42,0.06);

  backdrop-filter: blur(16px);

  box-shadow:
    0 15px 40px rgba(15,23,42,0.06);
}

.jmd-about-card::before {

  content: "";

  position: absolute;

  inset: 0;

  border-radius: inherit;

  padding: 1px;

  background:
    linear-gradient(
      135deg,
      rgba(20,132,205,0.18),
      transparent 40%
    );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
          mask-composite: exclude;

  pointer-events: none;
}

/* TEXT */
.jmd-about-card p {

  margin: 0 0 24px;

  color: var(--text);

  font-size: 15.5px;
  line-height: 2;
}

.jmd-about-card p:last-child {
  margin-bottom: 0;
}

/* RESPONSIVE */
@media (max-width: 992px) {

  .jmd-about-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}

@media (max-width: 768px) {

  .jmd-about-section {
    padding-block: 80px;
  }

  .jmd-about-card {
    padding: 28px;
    border-radius: 24px;
  }

  .jmd-about-title {
    font-size: 3rem;
  }

  .jmd-about-subtitle {
    font-size: 1.1rem;
  }

  .jmd-about-stats {
    margin-top: 32px;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #1484CD;
  padding: 40px 0 20px 0;
  color: #fff;
}

.counts .counters span {
  font-size: 36px;
  display: block;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

/*==============================================================
  MODERN WHY US SECTION - ISOLATED CSS
  No conflict with old Bootstrap/theme styles
==============================================================*/

.jmd-why-section {
  --primary: #1484CD;
  --primary-light: #38bdf8;
  --dark: #0f172a;
  --text: #475569;
  --white: #ffffff;
  --border: rgba(15, 23, 42, 0.06);

  position: relative;
  padding-block: 110px;
  background:
    radial-gradient(circle at top left,
      rgba(20,132,205,0.08),
      transparent 30%),
    radial-gradient(circle at bottom right,
      rgba(56,189,248,0.08),
      transparent 30%),
    #f8fbff;

  isolation: isolate;
  overflow: hidden;
}

/* CONTAINER */
.jmd-why-container {
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
}

/* HEADER */
.jmd-why-header {
  text-align: center;
  max-width: 780px;
  margin-inline: auto;
  margin-bottom: 70px;
}

.jmd-why-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;

  background: rgba(20,132,205,0.10);
  color: var(--primary);

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;

  margin-bottom: 22px;
}

.jmd-why-title {
  margin: 0 0 20px;

  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.1;
  font-weight: 800;

  color: var(--dark);
}

.jmd-why-description {
  margin: 0;

  font-size: 1rem;
  line-height: 1.9;

  color: var(--text);
}

/* GRID */
.jmd-why-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 28px;
  align-items: stretch;
}

/* FEATURE CARD */
.jmd-feature-card {
  position: relative;

  padding: 42px;
  border-radius: 32px;

  background:
    linear-gradient(135deg,
      #1484CD 0%,
      #0f172a 100%);

  overflow: hidden;
}

.jmd-feature-card::before {
  content: "";

  position: absolute;
  inset: auto -70px -70px auto;

  width: 220px;
  aspect-ratio: 1;

  border-radius: 50%;

  background: rgba(255,255,255,0.08);

  pointer-events: none;
}

.jmd-feature-icon {
  width: 78px;
  height: 78px;

  display: grid;
  place-items: center;

  border-radius: 24px;

  background: rgba(255,255,255,0.12);

  backdrop-filter: blur(12px);

  margin-bottom: 28px;
}

.jmd-feature-icon i {
  color: white;
  font-size: 34px;
}

.jmd-feature-card h3 {
  margin: 0 0 18px;

  color: white;

  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.jmd-feature-card p {
  margin: 0 0 35px;

  color: rgba(255,255,255,0.78);

  line-height: 1.9;
  font-size: 15px;
}

/* STATS */
.jmd-stats {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.jmd-stat-box {
  flex: 1;
  min-width: 150px;

  padding: 20px;
  border-radius: 22px;

  background: rgba(255,255,255,0.08);

  border: 1px solid rgba(255,255,255,0.08);

  backdrop-filter: blur(10px);
}

.jmd-stat-box h4 {
  margin: 0 0 8px;

  color: white;

  font-size: 2rem;
  font-weight: 800;
}

.jmd-stat-box span {
  color: rgba(255,255,255,0.72);

  font-size: 14px;
}

/* RIGHT SIDE CARDS */
.jmd-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.jmd-info-card {
  position: relative;

  padding: 34px;
  border-radius: 28px;

  background: white;

  border: 1px solid var(--border);

  box-shadow:
    0 10px 30px rgba(15,23,42,0.05);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.jmd-info-card:hover {
  transform: translateY(-8px);

  box-shadow:
    0 24px 50px rgba(20,132,205,0.14);
}

.jmd-info-icon {
  width: 70px;
  height: 70px;

  display: grid;
  place-items: center;

  border-radius: 22px;

  background:
    linear-gradient(135deg,
      var(--primary),
      var(--primary-light));

  margin-bottom: 24px;
}

.jmd-info-icon i {
  color: white;
  font-size: 32px;
}

.jmd-info-card h4 {
  margin: 0 0 14px;

  color: var(--dark);

  font-size: 1.35rem;
  font-weight: 700;
}

.jmd-info-card p {
  margin: 0;

  color: var(--text);

  font-size: 15px;
  line-height: 1.8;
}

/* RESPONSIVE */
@media (max-width: 992px) {

  .jmd-why-grid {
    grid-template-columns: 1fr;
  }

  .jmd-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

  .jmd-why-section {
    padding-block: 80px;
  }

  .jmd-feature-card,
  .jmd-info-card {
    padding: 28px;
  }

  .jmd-feature-card h3 {
    font-size: 1.7rem;
  }
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url("../img/cta-bg.jpeg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #1484CD;
  border: 2px solid #1484CD;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 40px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  border: 1px solid #1484CD;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: #1484CD;
}

.services .icon-box .icon i {
  font-size: 28px;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.services .icon-box:hover h4 a {
  color: #1484CD;
}

.services .icon-box:hover .icon {
  color: #fff;
  background: #1484CD;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #1484CD;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(54, 52, 58, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(54, 52, 58, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #1484CD;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1484CD;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1484CD;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(54, 52, 58, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #1484CD;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1484CD;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #009970;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.team .member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #36343a;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b5b3ba;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a8a5ae;
}

.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #009970;
}

.team .member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
/*--------------------------------------------------------------
# Modern Contact Section
--------------------------------------------------------------*/

.modern-contact {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, #0f172a, #111827);
  overflow: hidden;
}

/* Background Glow */
.modern-contact::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(20, 132, 205, 0.18);
  border-radius: 50%;
  top: -200px;
  right: -120px;
  filter: blur(80px);
}

.contact-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* LEFT SIDE */
.contact-content {
  flex: 1;
  min-width: 320px;
  color: #fff;
}

.contact-tag {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50px;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: #7dd3fc;
}

.contact-content h2 {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 25px;
}

.contact-content p {
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  line-height: 1.8;
  max-width: 550px;
  margin-bottom: 40px;
}

.contact-highlight {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.highlight-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 22px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  backdrop-filter: blur(10px);
}

.highlight-box i {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #1484CD, #38bdf8);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.highlight-box span {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 3px;
}

.highlight-box a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

/* RIGHT CARD */
.contact-card {
  flex: 1;
  min-width: 320px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(16px);
  border-radius: 28px;
  padding: 40px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}

.contact-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.icon-box {
  min-width: 65px;
  width: 65px;
  height: 65px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1484CD, #38bdf8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box i {
  color: #fff;
  font-size: 26px;
}

.contact-text h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}

.contact-text p {
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
  margin: 0;
}

.divider {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.08);
  margin: 35px 0;
}

/* GRID */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}

.mini-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 22px;
  transition: 0.3s ease;
}

.mini-card:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.08);
}

.icon-box.small {
  width: 55px;
  height: 55px;
  border-radius: 15px;
  margin-bottom: 18px;
}

.mini-card h5 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 12px;
}

.mini-card a {
  display: block;
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  margin-bottom: 8px;
  transition: 0.3s;
}

.mini-card a:hover {
  color: #7dd3fc;
}

/* Responsive */
@media (max-width: 991px) {

  .contact-content h2 {
    font-size: 40px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

  .modern-contact {
    padding: 70px 0;
  }

  .contact-content h2 {
    font-size: 34px;
  }

  .contact-wrapper {
    gap: 35px;
  }

  .contact-card {
    padding: 28px;
  }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f6f7;
  margin-top: 100px;
}

.breadcrumbs h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4f4c55;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #1484CD;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #f9f8f9;
}

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

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

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

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #1484CD;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e4e3e6;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1484CD;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #00664b;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1484CD;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #00805d;
  color: #fff;
  text-decoration: none;
}

 
}
.frame {
  width: 90%;
  margin: 40px auto;
  text-align: center;
}
button {
  margin: 20px;
}
.custom-btn {
  width: 300px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
 
/* 13 */
.btn-13 {
  background-color: #89d8d3;
background-image: linear-gradient(315deg, #89d8d3 0%, #03c8a8 74%);
  border: none;
  z-index: 1;
}
.btn-13:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
   background-color: #4dccc6;
background-image: linear-gradient(315deg, #4dccc6 0%, #96e4df 74%);
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}
.btn-13:hover {
  color: #fff;
}
.btn-13:hover:after {
  top: 0;
  height: 100%;
}
.btn-13:active {
  top: 2px;
}

 
 








