@charset "UTF-8";
/* ============================================================
   header-footer.scss - JeenoTech WordPress Theme
   Extracted from: new_style.scss
   Sections:
     PART 1 - Global CSS Variables & Common Base
     PART 2 - Header / Nav / Page Chrome
     PART 3 - Footer
   ============================================================ */
/* ============================================================
   new_style.css - Jeeno Tech
   Merged: main.css (used sections) + style.css + custom.css
   Unused CSS removed. Organized by: Common → Page-specific
   ============================================================ */
/* ============================================================
   PART 1: GLOBAL & COMMON CSS (from main.css)
   ============================================================ */
/* --- CSS Variables & Global Base --- */
:root {
  /**
     @Font-Family 
   */
  --jeeno-ff-body: "Raleway", sans-serif;
  --jeeno-ff-heading: 'Raleway', sans-serif;
  --jeeno-ff-fontawesome: "Font Awesome 6 Pro";
  --jeeno-ff-outfit: "Outfit", sans-serif;
  /**
     @Font-weight 
   */
  --jeeno-fw-normal: normal;
  --jeeno-fw-thin: 100;
  --jeeno-fw-elight: 200;
  --jeeno-fw-light: 300;
  --jeeno-fw-regular: 400;
  --jeeno-fw-medium: 500;
  --jeeno-fw-sbold: 600;
  --jeeno-fw-bold: 700;
  --jeeno-fw-ebold: 800;
  --jeeno-fw-black: 900;
  /**
     @Font-Size 
   */
  --jeeno-fs-body: 16px;
  --jeeno-fs-p: 16px;
  --jeeno-fs-h1: 60px;
  --jeeno-fs-h2: 48px;
  --jeeno-fs-h3: 32px;
  --jeeno-fs-h4: 24px;
  --jeeno-fs-h5: 20px;
  --jeeno-fs-h6: 18px;
  /**
     @Color 
   */
  --jeeno-color-common-white: #ffffff;
  --jeeno-color-common-black: #000000;
  --jeeno-color-light-black: #171717;
  --jeeno-color-heading-primary: #ffffff;
  --jeeno-color-text-body: #9692b2;
  --jeeno-color-text-body-2: #524f66;
  --jeeno-color-theme-primary: #052537;
  --jeeno-color-theme-bg: #052537;
  --jeeno-color-theme-dark: #052537;
  --jeeno-color-theme-light: #12435F;
  --jeeno-color-theme-dark-2: #65627a;
  --jeeno-color-white-2: rgba(255, 255, 255, 0.8);
  --jeeno-color-grey-1: #9692b2;
  --jeeno-color-grey-2: #78758f;
  --jeeno-color-grey-3: rgba(150, 146, 178, 0.8);
  --jeeno-color-border-1: #312c52;
  --jeeno-color-common-green: #1FB680;
  --jeeno-color-header-news: #DDF4EC;
  --heading-color: #171717;
  --font-color: #060606;
  --white-color: #fff;
  --green-heading-color: #1FB680;
  --green-background-color: #1FB680;
  --light-green-bg-color: #E9F8F2;
  --blue-background-color: #100F2F;
  --dark-bg-color: #060525;
  --heading-font-size: 26px;
  --font-size-small: 12px;
  --font-size-medium: 14px;
  --font-size-large: 16px;
  --heading-font-weight: 600;
}

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

.site-main,
html {
  position: relative;
}

body {
  font-family: var(--jeeno-ff-body);
  font-size: var(--jeeno-fs-body);
  font-weight: normal;
  /* color: var(--jeeno-color-common-white); */
  color: #000000;
  background-color: var(--jeeno-color-common-white);
  line-height: 1.5;
}

a {
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--jeeno-ff-heading);
  margin-top: 0px;
  font-weight: var(--jeeno-fw-medium);
  line-height: 1.2;
  letter-spacing: -0.03em;
  transition: all 0.3s ease-in-out 0s;
}

h3.sub-heading {
  line-height: 40px;
  font-size: 30px;
  font-weight: var(--jeeno-fw-bold);
  color: var(--jeeno-color-common-black);
  text-transform: capitalize;
}

h5.small-heading {
  color: var(--jeeno-color-common-black);
  font-weight: var(--jeeno-fw-regular);
  font-family: var(--jeeno-ff-outfit);
  font-size: 22px;
  text-transform: uppercase;
}

h1 {
  font-size: var(--jeeno-fs-h1);
  line-height: 1.053;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h1 {
    font-size: 40px;
  }
  .ai-services-sec1 .ai-service p {
    font-size: 26px;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h1 {
    font-size: 34px;
  }
}
h2 {
  font-size: var(--jeeno-fs-h2);
  line-height: 1.125;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: var(--jeeno-fs-h3);
  line-height: 1.188;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h3 {
    font-size: 25px;
  }
}
h4 {
  font-size: var(--jeeno-fs-h4);
  line-height: 1.25;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h4 {
    font-size: 20px;
  }
}
h5 {
  font-size: var(--jeeno-fs-h5);
  line-height: 1.4;
}

h6 {
  font-size: var(--jeeno-fs-h6);
  line-height: 1.333;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: block;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

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

a,
.btn,
button,
span,
p,
input,
select,
textarea,
li,
svg path,
*::after,
*::before,
h1,
h2,
h3,
h4,
h5,
h6 {
  transition: all 0.3s ease-in-out 0s;
}

a:focus,
button:focus,
button:focus-visible {
  text-decoration: none;
  outline: none;
  box-shadow: 0 0 0;
}

a:focus,
a:hover {
  /* color: inherit; */
  text-decoration: none;
}

a,
button {
  color: var(--jeeno-color-theme-primary);
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

select,
.nice-select,
input[type=search],
input[type=tel],
input[type=text],
input[type=email],
input[type=url],
textarea {
  outline: none;
  background-color: var(--jeeno-color-common-white);
  height: auto;
  width: 100%;
  font-size: var(--jeeno-fs-body);
  border: 1px solid var(--jeeno-color-border-1);
  color: var(--jeeno-color-text-body);
  padding: 10px 15px;
  box-shadow: 0 0 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

* {
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  height: 4px;
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: var(--jeeno-color-theme-primary);
  -webkit-border-radius: 1px;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

*::-moz-selection {
  background: var(--jeeno-color-common-black);
  color: var(--jeeno-color-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--jeeno-color-common-black);
  color: var(--jeeno-color-common-white);
  text-shadow: none;
}

::selection {
  background: var(--jeeno-color-common-black);
  color: var(--jeeno-color-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--jeeno-color-grey-2);
  font-size: var(--jeeno-fs-body);
  opacity: 1;
}

*::placeholder {
  color: var(--jeeno-color-grey-2);
  font-size: var(--jeeno-fs-body);
  opacity: 1;
}

.btn.btn-primary {
  font-size: var(--font-size-medium);
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--green-background-color);
  --bs-btn-border-color: var(--green-background-color);
  --bs-btn-hover-color: var(--font-color);
  --bs-btn-hover-bg: #1dab78;
  --bs-btn-hover-border-color: var(--green-background-color);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1dab78;
  --bs-btn-active-border-color: var(--green-background-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--green-background-color);
  --bs-btn-disabled-border-color: var(--green-background-color);
}

/**
 	Common Classes CSS
*/
img {
  max-width: 100%;
}

.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.rg-30 {
  row-gap: 30px;
}

.rg-40 {
  row-gap: 40px;
}

.rg-50 {
  row-gap: 50px;
}

.rg-60 {
  row-gap: 60px;
}

.rg-70 {
  row-gap: 70px;
}

.rg-80 {
  row-gap: 80px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.section-gap {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-gap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-gap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.section-gap-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-gap-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-gap-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.gap-top {
  padding-top: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gap-top,
  .section-gap-top {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .gap-top,
  .section-gap-top {
    padding-top: 70px;
  }
}
.gap-bottom,
.section-gap-bottom {
  padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gap-bottom,
  .section-gap-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .gap-bottom,
  .section-gap-bottom {
    padding-bottom: 70px;
  }
}
.section-gap-x {
  margin-left: 60px;
  margin-right: 60px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .section-gap-x {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-gap-x {
    margin-left: 0;
    margin-right: 0;
  }
}
.section-gap-x2 {
  margin-left: 50px;
  margin-right: 50px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .section-gap-x2 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-gap-x2 {
    margin-left: 0;
    margin-right: 0;
  }
}
.section-gap-x3 {
  margin-left: 30px;
  margin-right: 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .section-gap-x3 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-gap-x3 {
    margin-left: 0;
    margin-right: 0;
  }
}
.section-separator {
  border-top: 1px solid var(--jeeno-color-border-1);
}

.sticky-lg-top {
  top: 30px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

body:has(.sticky) .sticky-lg-top {
  top: 130px;
}

.title-anim > div {
  overflow: hidden;
}

.jeeno-text-invert > div {
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, var(--jeeno-color-heading-primary) 50%, var(--jeeno-color-text-body-2) 50%);
}

.line {
  position: relative;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  --highlight-offset: 0%;
  background-image: linear-gradient(90deg, var(--jeeno-color-heading-primary) var(--highlight-offset), var(--jeeno-color-text-body-2) var(--highlight-offset));
}

.circle-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  width: 126px;
  height: 126px;
  background-size: 100%;
  background-repeat: no-repeat;
  animation: textrotate 20s infinite linear;
}

.circle-text-wrap {
  width: 154px;
  height: 154px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .circle-text {
    width: 120px;
    height: 120px;
  }
}
.circle-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  color: var(--jeeno-color-common-white);
  font-size: 36px;
  width: 100%;
  height: 100%;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.circle-icon span {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--jeeno-color-theme-dark);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.circle-icon i {
  color: var(--jeeno-color-common-white);
  transition: all 0.3s ease-in-out;
}

.circle-icon:hover i {
  transform: scale(0.8);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .circle-icon {
    font-size: 30;
    width: 120px;
    height: 120px;
  }
}
.icon-btn {
  font-size: 30px;
  width: 56px;
  height: 56px;
  background-color: var(--jeeno-color-theme-dark);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-btn i {
  color: var(--jeeno-color-common-white);
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}

.icon-btn:hover {
  background-color: var(--jeeno-color-theme-primary);
}

.icon-btn:hover i {
  transform: rotate(0);
}

.icon-btn.style-2 {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border: 1px solid var(--jeeno-color-border-1);
}

.text-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: var(--jeeno-fw-sbold);
  text-align: center;
  line-height: 1;
  padding: 20px 30px 0;
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 12px;
  position: relative;
  z-index: 2;
}

.text-btn .btn-text {
  color: var(--jeeno-color-common-white);
  overflow: hidden;
}

.text-btn .btn-text span {
  display: flex;
  line-height: 1;
  text-shadow: 0 30px 0 var(--jeeno-color-theme-primary);
  backface-visibility: hidden;
  transform: translate(0);
  transition: 0.4s ease-in-out;
}

.text-btn .btn-icon {
  color: var(--jeeno-color-common-white);
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.text-btn .btn-icon span {
  display: flex;
  line-height: 1;
  text-shadow: -30px 0 0 var(--jeeno-color-theme-primary);
  backface-visibility: hidden;
  transform: translate(0);
  transition: 0.4s ease-in-out;
}

.text-btn:hover .btn-text span {
  transform: translateY(-30px);
}

.text-btn:hover .btn-icon span {
  transform: translateX(30px);
}

.text-btn.style-2 {
  background-color: transparent;
  padding: 0;
}

.text-btn.style-2 .btn-text {
  color: var(--jeeno-color-theme-primary);
}

.text-btn.style-2 .btn-icon {
  color: var(--jeeno-color-common-white);
  font-size: 20px;
  background-color: var(--jeeno-color-theme-primary);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.text-btn.style-2 .btn-icon span {
  text-shadow: -30px 0 0 var(--jeeno-color-common-white);
}

/* ============================================================
   HEADER, NAV & PAGE CHROME
   (body-overlay · preloader · back-to-top · header · hamburger)
   ============================================================ */
/* --- Body Overlay --- */
.body-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  backdrop-filter: blur(10px);
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

/* --- Preloader --- */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: var(--jeeno-color-theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent var(--jeeno-color-common-white) transparent var(--jeeno-color-common-white);
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 66px;
  transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* --- Back to Top --- */
.back-to-top-wrapper {
  position: fixed;
  right: 30px;
  bottom: 0;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .back-to-top-wrapper {
    right: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .back-to-top-wrapper {
    right: 15px;
  }
}
.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}

.back-to-top-btn-show:hover {
  transform: translateY(-6px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .back-to-top-btn-show {
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .back-to-top-btn-show {
    right: 30px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .back-to-top-btn-show {
    bottom: 25px;
  }
}
.back-to-top-btn {
  color: var(--jeeno-color-heading-primary);
  line-height: 1;
  font-weight: var(--jeeno-fw-sbold);
  display: flex;
  align-items: center;
  gap: 12px;
}

.back-to-top-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 24px;
  color: var(--jeeno-color-common-white);
  background-color: var(--jeeno-color-theme-primary);
  border-radius: 50%;
}

.back-to-top-btn span i {
  animation: bounceTwice 3s linear infinite;
}

/* --- Header Area --- */
.header-area {
  position: relative;
  z-index: 99;
}

.header-area.header-3.header-absolute {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  margin: 0 30px;
  z-index: 999;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-3.header-absolute {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-area.header-3.header-absolute {
    width: 100%;
    margin: 0;
  }
}
.header-area.header-3.header-absolute .menu-area {
  background-color: var(--jeeno-color-theme-dark);
  flex: 0 0 auto;
  padding: 0 20px;
  border-radius: 0 0 24px 24px;
  border-top-color: transparent;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.header-3.header-absolute .menu-area {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1300px) {
  .header-area.header-3.header-absolute .menu-area {
    padding: 0 10px;
  }
}
.header-area.header-3.header-absolute .menu-area::before, .header-area.header-3.header-absolute .menu-area::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: -1px;
  left: -48px;
  width: 48px;
  height: 24px;
  box-shadow: 24px 0 0 0 var(--jeeno-color-theme-dark);
  border-radius: 0 24px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-area.header-3.header-absolute .menu-area::before, .header-area.header-3.header-absolute .menu-area::after {
    border-radius: 0 16px 0 0;
  }
}
.header-area.header-3.header-absolute .menu-area::after {
  left: auto;
  right: -48px;
  transform: scaleX(-1);
}

@media only screen and (max-width: 1300px) {
  .header-area.header-3.header-absolute .menu-area::after {
    border-top: none;
    border-right: none;
  }
}
.header-area.header-3.header-absolute .mainmenu > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}

.header-area.header-3.header-absolute .mainmenu > ul > li.menu-item-has-children > a::after, .header-area.header-3.header-absolute .mainmenu > ul > li.has-dropdown > a::after {
  color: currentColor;
  top: 29px;
}

.header-area.header-3.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 9999;
  background-color: var(--jeeno-color-theme-dark);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  animation: stickySlideDown 0.35s ease forwards;
}

.header-area.header-3.sticky .header-top {
  display: none;
}

.header-area.header-3.sticky .menu-area {
  background: transparent;
  border-radius: 0;
  border-top: none;
}

.header-area.header-3.sticky .menu-area::before, .header-area.header-3.sticky .menu-area::after {
  display: none;
}

.header-area.header-3.sticky .header-main .header-wrapper {
  margin: 0;
}

.header-area.header-3.sticky .header-main .header-wrapper .site_logo img {
  top: 0;
  max-width: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.header-3 .header-wrapper {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-area.header-3 .header-wrapper {
    padding: 15px 0px;
    margin: 0;
    justify-content: space-between;
  }
}
.header-area.header-duplicate {
  display: none;
}

@keyframes stickySlideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* --- Header Top --- */
.header-top {
  background-color: var(--jeeno-color-theme-bg);
  padding: 0 48px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-top {
    padding: 0 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top {
    padding: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-top {
    display: none;
  }
}
.header-top.style-2 {
  background-color: var(--jeeno-color-header-news);
  padding: 10px 18px;
  margin: 0px 0px -5px 0px;
  border-radius: 0 0 16px 16px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top.style-2 {
    margin-bottom: 1px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top.style-2 { /*padding: 0 10px;*/ }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top.style-2 {
    padding: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .header-top.style-2 {
    display: none;
  }
}
.header-top.style-2 .header-top-content .header-info .info-item a {
  color: var(--jeeno-color-common-black);
}

.header-top.style-2 .header-top-content .header-info .info-item a:hover {
  color: var(--jeeno-color-common-green);
}

/* --- Header Top Content --- */
.header-top-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-top-content {
    justify-content: center;
  }
}
.header-top-content .header-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.header-top-content .header-info .info-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 0 21px;
  border-left: 1px solid var(--jeeno-color-border-1);
  line-height: 1;
}

.header-top-content .header-info .info-item:first-child {
  border: 0;
}

.header-top-content .header-info .info-item:last-child {
  padding-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-top-content .header-info .info-item:last-child {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-content .header-info .info-item:nth-child(2) {
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-top-content .header-info .info-item {
    border: 0;
    padding: 0 10px 10px 10px;
  }
}
.header-top-content .header-info .info-item span {
  display: inline-flex;
  line-height: 1;
  font-size: 20px;
  color: var(--jeeno-color-theme-primary);
}

.header-top-content .header-info .info-item a {
  color: var(--jeeno-color-common-dark);
  font-family: var(--jeeno-ff-outfit) !important;
}

.header-top-content .header-info .info-item a:hover {
  color: var(--jeeno-color-theme-primary);
}

/* --- Header Wrapper --- */
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-wrapper {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 1600px) {
  .header-wrapper {
    margin: -8px 0px 0px !important;
  }
}
@media only screen and (max-width: 1300px) {
  .header-wrapper {
    margin: 17px 0px 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrapper {
    margin: -1px 0px 0px !important;
  }
}
/* --- Header Main --- */
.header-main .header-wrapper {
  width: 100%;
  margin: -2px 0px 0px;
}

.header-main .header-wrapper .site_logo {
  flex: 0 0 auto;
  min-width: 210px;
}

.header-main .header-wrapper .site_logo img {
  padding-top: 6px;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  top: 15px;
}

@media screen and (min-width: 460px) and (max-width: 1024px) {
  .header-main .header-wrapper .site_logo img {
    width: 90%;
    padding: 0;
    top: 0;
  }
}
.header-main .header-wrapper .menu-area {
  flex: 1 1 0;
  width: auto !important;
  justify-content: center;
  border-top: 1px solid var(--jeeno-color-theme-dark);
}

.header-main .header-wrapper .header-right-item {
  width: 24%;
}

@media screen and (max-width: 767px) {
  .header-main .header-wrapper .site_logo img {
    padding-top: 0;
    top: 0px;
  }
}
/* --- Site Logo --- */
.site_logo .logo {
  display: inline-block;
  max-width: 160px;
  width: 100%;
}

/* --- Menu Area --- */
.menu-area {
  gap: 25px;
}

@media only screen and (max-width: 2000px) {
  .menu-area {
    width: 100% !important;
  }
}
/* --- Main Menu --- */
.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 35px;
  column-gap: 35px;
  color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mainmenu ul {
    gap: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu ul {
    gap: 16px;
  }
}
.mainmenu ul > li {
  position: relative;
  z-index: 1;
}

.mainmenu ul > li > a {
  position: relative;
  font-size: 16px;
  color: var(--jeeno-color-common-white);
  display: block;
  padding: 37px 0;
  line-height: 1;
  font-family: var(--jeeno-ff-outfit);
}

.mainmenu ul > li > a:hover {
  color: var(--jeeno-color-common-green);
}

.mainmenu ul > li.menu-item-has-children > a, .mainmenu ul > li.has-dropdown > a {
  padding-right: 15px;
}

.mainmenu ul > li.menu-item-has-children > a::after, .mainmenu ul > li.has-dropdown > a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: inherit;
  font-size: 8px;
  position: absolute;
  top: 41px;
  right: 0;
}

.mainmenu ul > li.menu-item-has-children:hover > a::after, .mainmenu ul > li.has-dropdown:hover > a::after {
  transform: rotate(-180deg);
}

.mainmenu ul > li.current-menu-ancestor a, .mainmenu ul > li.current-menu-item a, .mainmenu ul > li:hover a {
  color: var(--jeeno-color-common-green);
}

.mainmenu ul > li.current-menu-ancestor a::after, .mainmenu ul > li.current-menu-item a::after, .mainmenu ul > li:hover a::after {
  color: var(--jeeno-color-theme-primary);
}

.mainmenu ul > li.current-menu-ancestor a::before, .mainmenu ul > li.current-menu-item a::before, .mainmenu ul > li:hover a::before {
  opacity: 1;
  visibility: visible;
}

.mainmenu ul > li > .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  z-index: 99;
  text-align: left;
  background-color: var(--jeeno-color-theme-bg);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  gap: 0;
  padding: 10px 0;
  pointer-events: none;
  transition: 0.4s;
}

.mainmenu ul > li > .sub-menu > li {
  display: block;
  width: 100%;
}

.mainmenu ul > li > .sub-menu > li > a {
  position: relative;
  padding: 10px 20px;
  display: block;
  color: var(--jeeno-color-common-white);
}

.mainmenu ul > li > .sub-menu > li > a:hover {
  background: var(--jeeno-color-theme-light);
  color: var(--jeeno-color-common-green) !important;
}

.mainmenu ul > li > .sub-menu > li > a::before {
  display: none;
}

.mainmenu ul > li > .sub-menu > li.active > a {
  color: var(--jeeno-color-common-green) !important;
}

.mainmenu ul > li > .sub-menu > li:last-child {
  padding-bottom: 0;
}

.mainmenu ul > li > .sub-menu > li.menu-item-has-children > a::after, .mainmenu ul > li > .sub-menu > li.has-dropdown > a::after {
  top: 15px;
  right: 15px;
  color: var(--jeeno-color-text-body);
  transform: rotate(-90deg);
}

.mainmenu ul > li > .sub-menu > li.current-menu-ancestor > a, .mainmenu ul > li > .sub-menu > li.current-menu-item > a, .mainmenu ul > li > .sub-menu > li:hover > a {
  color: var(--jeeno-color-theme-primary);
}

.mainmenu ul > li > .sub-menu > li.current-menu-ancestor > a::before, .mainmenu ul > li > .sub-menu > li.current-menu-item > a::before, .mainmenu ul > li > .sub-menu > li:hover > a::before {
  opacity: 1;
  visibility: visible;
  width: 14px;
}

.mainmenu ul > li > .sub-menu > li.current-menu-ancestor > a::after, .mainmenu ul > li > .sub-menu > li.current-menu-item > a::after, .mainmenu ul > li > .sub-menu > li:hover > a::after {
  color: var(--jeeno-color-theme-primary);
}

.mainmenu ul > li > .sub-menu > li > .sub-menu {
  left: 100%;
  top: -10px;
}

.mainmenu ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  transition: all 0.5s ease;
  pointer-events: auto;
}

.mainmenu ul li.active > a {
  color: var(--jeeno-color-common-green);
}

/* --- Header Right Item --- */
.header-right-item {
  display: flex;
  align-items: center;
  gap: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right-item {
    gap: 12px;
  }
}
@media only screen and (max-width: 1300px) {
  .header-right-item {
    display: none !important;
  }
}
.header-right-item .jeeno-primary-btn:hover .btn-inner::before {
  width: calc(100% - 38px);
}

.header-right-item .jeeno-primary-btn:hover .btn-text {
  transform: translateX(32px);
}

.header-right-item .jeeno-primary-btn:hover .btn-icon {
  transform: translateX(38px);
}

/* --- Menu Bar (offcanvas trigger) --- */
.menu_bar {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 25px;
  height: 25px;
  position: relative;
  top: 0;
  left: 0;
  margin-left: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}

.menu_bar span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--jeeno-color-common-white);
  margin-right: auto;
  backface-visibility: hidden;
  transition: all 0.3s;
}

.menu_bar span:last-child, .menu_bar span:first-child {
  width: 25px;
}

.menu_bar.mobile_menu_bar {
  width: 50px;
  height: 50px;
  padding: 12px;
  background: var(--jeeno-color-theme-primary);
  border-radius: 7px;
}

.menu_bar.mobile_menu_bar span {
  background-color: var(--jeeno-color-common-white);
}

.menu_bar:hover span {
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_bar {
    margin-left: 0;
  }
}
/* --- Hamburger Area (mobile slide-in panel) --- */
.hamburger-area {
  position: fixed;
  right: -490px;
  top: 15px;
  width: 450px;
  height: calc(100% - 30px);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 1s;
  z-index: 9999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  border-radius: 12px;
}

.hamburger-area::-webkit-scrollbar {
  display: none;
}

.hamburger-area.opened {
  right: 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hamburger-area.opened {
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hamburger-area {
    top: 0;
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .hamburger-area {
    width: 320px;
  }
}
/* --- Hamburger Internals --- */
.hamburger_bg {
  background-color: var(--jeeno-color-theme-dark);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.hamburger_bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--jeeno-color-theme-dark);
  opacity: 0.6;
  z-index: -1;
}

.hamburger_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px;
  overflow: auto;
  height: 100%;
}

.hamburger_wrapper::before {
  content: "";
  position: absolute;
  top: 3%;
  right: 3%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: var(--jeeno-color-theme-primary);
  filter: blur(50px);
  opacity: 0.26;
  z-index: -1;
  backdrop-filter: blur(10px);
}

@media (max-width: 575px) {
  .hamburger_wrapper {
    padding: 40px 20px;
  }
}
.hamburger_top {
  margin-bottom: 30px;
}

.hamburger_close_btn {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  color: var(--jeeno-color-common-white);
}

.hamburger_close_btn svg {
  width: 22px;
  height: 22px;
  transition: all 0.4s ease-in-out;
}

.hamburger_close_btn svg path {
  fill: var(--jeeno-color-common-white);
}

.hamburger_close_btn:hover {
  transform: rotate(90deg);
}

.hamburger_menu .mean-container .mean-bar {
  background: transparent;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.hamburger_menu .mean-container .mean-bar * {
  box-sizing: border-box;
}

.hamburger_menu .mean-nav {
  background: transparent;
  margin-top: 0;
  overflow: hidden;
}

.hamburger_menu .mean-nav > ul {
  display: block !important;
}

.hamburger_menu .mean-nav > ul > li:first-child > a {
  border-top: none;
}

.hamburger_menu .mean-nav ul li {
  position: relative;
}

.hamburger_menu .mean-nav ul li a {
  color: var(--jeeno-color-common-white);
  width: 100%;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.5px;
  font-family: var(--jeeno-ff-body);
  font-weight: var(--jeeno-fw-medium);
  text-transform: capitalize;
  padding: 18px 10px;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease-in-out 0s;
}

@media screen and (max-width: 767px) {
  .hamburger_menu .mean-nav ul li a {
    padding: 18px 20px;
  }
}
.hamburger_menu .mean-nav ul li a:hover {
  color: var(--jeeno-color-common-green);
}

.hamburger_menu .mean-nav ul li a.mean-expand {
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 25px;
  position: absolute;
  top: 10px;
  right: 0;
  transition: all 0.4s ease-in-out 0s;
}

.hamburger_menu .mean-nav ul li a.mean-expand i {
  font-size: 8px;
}

.hamburger_menu .mean-nav ul li a.mean-expand:hover {
  color: var(--jeeno-color-common-white);
}

.hamburger_menu .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--jeeno-color-common-green);
  transform: rotate(180deg);
}

.hamburger_menu .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(180deg);
}

.hamburger_menu .mean-nav ul li .sub-menu li {
  padding-left: 25px;
  position: relative;
}

.hamburger_menu .mean-nav ul li .sub-menu li a {
  width: 100%;
  padding: 18px 0;
}

.hamburger_menu .mean-nav ul li .sub-menu li a.mean-expand {
  padding: 0;
  width: 30px;
}

.hamburger_menu .mean-nav ul li.dropdown-opened > a {
  color: var(--jeeno-color-common-green);
}

.hamburger-title {
  color: var(--jeeno-color-common-white);
  font-size: 22px;
  line-height: 1;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.hamburger-infos {
  margin-bottom: 45px;
}

.hamburger-infos .contact-info .contact-item {
  padding: 15px 0 10px 0;
}

.hamburger-infos .contact-info .contact-item .subtitle {
  color: #fff;
}

.hamburger-infos .contact-info .contact-item:first-child {
  padding-top: 0;
}

.hamburger_logo .mobile_logo {
  display: inline-block;
  max-width: 136px;
  width: 100%;
}

.hamburger_inner .contact-info .contact-link {
  color: var(--jeeno-color-common-white);
}

.hamburger_inner .contact-info .contact-link:hover {
  color: var(--jeeno-color-common-green);
}

/* --- Mobile Menu Nav --- */
#mobile-menu ul li .btn-primary {
  padding: 10px 14px;
}

#mobile-menu ul li .btn-primary:hover {
  color: var(--blue-background-color);
}

/* --- Footer CSS --- */
/**----------------------------------------
START: Theme Footer CSS
----------------------------------------*/
.jeeno-footer-section {
  background-color: var(--jeeno-color-theme-bg);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.copyright-content-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 23px 0;
}

.copyright-content-area .copyright-text p {
  margin: 0;
}

.copyright-content-area .copyright-text a {
  color: var(--jeeno-color-common-white);
}

.copyright-content-area .copyright-text a:hover {
  color: var(--jeeno-color-common-green);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .copyright-content-area .copyright-text {
    width: 100%;
    text-align: center;
  }
}
.copyright-content-area .copyright-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright-content-area .copyright-menu ul li {
  position: relative;
  margin-right: 10px;
  padding-right: 14px;
  z-index: 1;
}

.copyright-content-area .copyright-menu ul li::before {
  content: "";
  background-color: var(--jeeno-color-theme-primary);
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.copyright-content-area .copyright-menu ul li a {
  font-size: 16px;
  color: var(--jeeno-color-common-white);
}

.copyright-content-area .copyright-menu ul li a:hover {
  color: var(--jeeno-color-common-green);
}

.copyright-content-area .copyright-menu ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.copyright-content-area .copyright-menu ul li:last-child::before {
  display: none;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .copyright-content-area .copyright-menu {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .copyright-content-area {
    gap: 14px;
  }
}
/* ======================
   Page Header
====================== */
.page-header {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.page-header .container {
  position: relative;
  z-index: 1;
}
.page-header nav {
  display: flex;
  justify-content: center;
}
.page-header .breadcrumb {
  background-color: #12435f;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
.page-header .breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.page-header .breadcrumb .lni-home {
  color: #00c48c;
  align-self: center;
}
.page-header .breadcrumb .aboutus {
  font-weight: 700;
}
.page-header .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: white;
}
@media screen and (max-width: 991px) {
  .page-header {
    min-height: 300px !important;
  }
}

/* !END: Theme Footer CSS */
/* ============================================================
   BLOG & CASE STUDIES CSS
   ============================================================ */
/* ============================================================
   BLOG & CASE STUDIES PAGE CSS
   (moved from custom.css)
   ============================================================ */
/******** 
Blogs Page 
********/
.blogs-page .page-header {
  background: url(../images/blog-banner.webp) no-repeat center center/cover;
}
.blogs-page .container {
  padding: 60px 0px;
}
.blogs-page .blog-right .blog-card:last-child {
  margin-bottom: 0em;
}
.blogs-page .no-post-message {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  background: #e7e7e7;
  color: #000;
  font-size: 20px;
  font-style: italic;
  text-transform: capitalize;
}
.blogs-page .blog-card {
  box-shadow: 0px 0px 10px 2px rgba(6, 6, 6, 0.1019607843);
  border: none;
  border-radius: 1em;
  margin-bottom: 1.2em;
  height: -moz-fit-content;
  height: fit-content;
}
.blogs-page .blog-card .card-body {
  padding: 1.5em 1.5em;
  color: var(--font-color);
  font-size: 14px;
}
.blogs-page .blog-card .card-body img {
  margin-bottom: 1em;
}
.blogs-page .blog-card .card-body h2 {
  color: var(--font-color);
  font-size: 32px;
  font-weight: 600;
}
.blogs-page .blog-card .card-body h3 {
  color: var(--font-color);
  font-size: 20px;
  font-weight: 500;
}
.blogs-page .blog-card .card-body h4 {
  color: var(--font-color);
  font-size: 18px;
  font-weight: 500;
}
.blogs-page .blog-card .card-body h5 {
  font-size: 18px;
}
.blogs-page .blog-card .card-body h6 {
  font-size: 16px;
}
.blogs-page .blog-card .card-body h1 {
  color: var(--font-color);
  font-size: 35px;
  line-height: 42px;
  font-weight: 700;
}
.blogs-page .blog-card .card-body span {
  padding-top: 0.5em;
  color: var(--font-color);
  font-size: var(--font-size-medium);
  line-height: 1.6;
}
.blogs-page .blog-card .card-body .blog-author {
  margin-bottom: 1em;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 1em;
  border-bottom: 1px solid var(--green-background-color);
}
.blogs-page .blog-card .card-body ul,
.blogs-page .blog-card .card-body ol {
  margin-bottom: 15px;
  padding-left: 15px;
}
.blogs-page .blog-card .card-body p,
.blogs-page .blog-card .card-body li {
  /* padding-top: 0.5em; */
  color: var(--font-color);
  font-size: var(--font-size-large);
  line-height: 1.6;
}
.blogs-page .blog-card .card-body p:hover i,
.blogs-page .blog-card .card-body li:hover i {
  color: var(--green-heading-color);
}
.blogs-page .blog-card .card-body .blog-post-action {
  margin-top: 1.2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blogs-page .blog-card .card-body .blog-post-action .blog-share-icons {
  display: flex;
  align-items: center;
  gap: 1em;
}
.blogs-page .blog-card .card-body .blog-post-action .btn {
  background-color: #21b573;
  color: black;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid transparent;
  transition: 0.7s;
}
.blogs-page .blog-card .card-body .blog-post-action .btn i {
  margin-left: 6px;
}
.blogs-page .blog-card .card-body .blog-post-action .btn:hover {
  transition: 0.7s;
  background-color: transparent;
  border: 1px solid #21b573;
  color: #21b573;
}

@media screen and (max-width: 767px) {
  .blogs-page .blog-card .card-body h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .blogs-page .blog-card .card-body h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .blogs-page .blog-card .card-body h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .blogs-page .blog-card .card-body h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .blogs-page .blog-card .card-body h5 {
    font-size: 16px;
  }
  .blogs-page .blog-card .card-body h6 {
    font-size: 14px;
  }
}
.blogs-page .blog-card:hover {
  transition: all 0.3s ease-in-out;
  background: var(--light-green-bg-color);
}
.blogs-page .blog-left {
  position: sticky;
  top: 80px;
}
.blogs-page .blog-left .blog-card {
  box-shadow: 0px 0px 10px 2px rgba(6, 6, 6, 0.1019607843);
  border: none;
  border-radius: 1em;
  margin-bottom: 1.2em;
  height: -moz-fit-content;
  height: fit-content;
}
.blogs-page .blog-left .blog-card .card-body {
  padding: 1.5em 1.5em;
}
.blogs-page .blog-left .blog-card .card-body img {
  margin-bottom: 0em;
}
.blogs-page .blog-left .blog-card .card-body h4 {
  color: var(--white-color);
  font-size: 18px;
  font-weight: var(--heading-font-weight);
}
.blogs-page .blog-left .blog-card .card-body span {
  padding-top: 0.5em;
  color: var(--font-color);
  font-size: var(--font-size-medium);
  line-height: 1.6;
  background-color: #fff;
  border-left: none;
}
.blogs-page .blog-left .blog-card .card-body p {
  padding-top: 0.5em;
  color: var(--font-color);
  font-size: var(--font-size-medium);
  line-height: 1.6;
}
.blogs-page .blog-left .search-card {
  background-color: var(--blue-background-color);
}
.blogs-page .blog-left .related-card {
  background-color: var(--blue-background-color);
}
.blogs-page .blog-left .related-card h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--white-color);
}
.blogs-page .blog-left .related-card .related-posts {
  margin-top: 1em;
}
.blogs-page .blog-left .related-card .related-posts img {
  border-radius: 0.5em;
  -o-object-fit: cover;
  object-fit: cover;
}
.blogs-page .blog-left .related-card .related-posts p {
  color: var(--white-color);
  font-size: var(--font-size-medium);
  line-height: 1.6;
}
.blogs-page .blog-left .related-card .related-posts .related-date {
  font-size: var(--font-size-small);
  color: var(--gray-color);
  text-align: end;
  padding-top: 8px;
  display: block;
  margin-top: 10px;
}
.blogs-page .blog-left .category-card {
  background-color: var(--blue-background-color);
}
.blogs-page .blog-left .category-card .category-posts ul {
  list-style: none;
  padding-top: 1em;
  padding-left: 0px;
}
.blogs-page .blog-left .category-card .category-posts ul li {
  padding: 0.5em 1em;
  background: var(--white-color);
  color: var(--font-color);
  border-radius: 6px;
  font-size: var(--font-size-medium);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.blogs-page .blog-left .category-card .category-posts ul li:last-child {
  margin-bottom: 0em;
}
.blogs-page .blog-left .category-card .category-posts ul li:hover {
  background: var(--light-green-bg-color);
  color: var(--font-color);
}
.blogs-page .blog-left .category-card .category-posts ul li:hover span {
  background: var(--light-green-bg-color) !important;
}
.blogs-page .blog-left .category-card .category-posts ul .active {
  background: var(--green-background-color);
  color: var(--white-color);
}
.blogs-page .blog-left .tags-card {
  background-color: var(--blue-background-color);
}
.blogs-page .blog-left .tags-card .tags-posts ul {
  list-style: none;
  padding-top: 1em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: stretch;
  align-items: stretch;
  justify-content: space-between;
  -moz-column-gap: 0.3em;
  column-gap: 0.3em;
}
.blogs-page .blog-left .tags-card .tags-posts ul li {
  padding: 0.2em 0.5em;
  border: 1px solid var(--green-background-color);
  background: transparent;
  color: var(--white-color);
  border-radius: 6px;
  font-size: var(--font-size-medium);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0.5em;
  cursor: pointer;
  text-align: center;
}
.blogs-page .blog-left .tags-card .tags-posts ul li a {
  color: var(--white-color);
}
.blogs-page .blog-left .tags-card .tags-posts ul li:hover {
  background: var(--light-green-bg-color);
}
.blogs-page .blog-left .tags-card .tags-posts ul li:hover a {
  color: var(--font-color);
}
.blogs-page .blog-left .tags-card .tags-posts ul .active {
  background: var(--green-background-color);
  color: var(--text-color);
}
.blogs-page .blog-left .video-card {
  background-color: transparent;
  box-shadow: none;
}
.blogs-page .blog-left .video-card .card-body {
  padding: 0px;
}
.blogs-page .blog-left .video-card .card-body .video-posts iframe {
  border-radius: 10px;
  min-height: 240px;
  border: 1px solid transparent;
}
.blogs-page .blog-left .input-group input {
  border: 1px solid #e4dfdf;
  border-radius: 0.5em;
  padding: 0.5em 1em;
  font-size: var(--font-size-medium);
  color: var(--font-color);
  border-right: none;
}
.blogs-page .blog-left .input-group input:focus {
  outline: none;
  border-color: #fff;
}
.blogs-page .blog-left .input-group .input-group-text {
  border: 1px solid #e4dfdf;
  border-radius: 0.5em 0.5em;
  padding: 0.5em 1em;
  color: var(--font-color);
  font-size: var(--font-size-medium);
}
.blogs-page {
  /* Responsive Layout */
}

@media screen and (max-width: 768px) {
  .blogs-page .page-header .container {
    padding: 120px 15px 60px;
  }
  .blogs-page .container {
    padding: 0px 15px;
  }
  .blogs-page .blog-right {
    margin-top: 2rem;
  }
  .blogs-page .blog-card .card-body {
    padding: 1em 1em;
  }
  .blogs-page .blog-card .card-body img {
    max-height: 260px !important;
    border-radius: 8px;
  }
  .blogs-page .blog-card .card-body .blog-post-action {
    margin-top: 1.2em;
    display: block;
  }
  .blogs-page .blog-card .card-body .blog-post-action .blog-share-icons {
    margin-top: 0.5em;
  }
  .blogs-page .blog-left {
    position: relative;
    top: 0px;
  }
  .blogs-page .blog-left .related-card .related-posts .related-date {
    text-align: start;
  }
  .blogs-page .blog-left .tags-card .tags-posts ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .blogs-page .blog-left .video-card .card-body .video-posts iframe {
    min-height: 180px;
    height: 390px;
  }
}
@media screen and (min-width: 770px) {
  .blogs-page .page-header .container {
    transform: translate(0px, 40px);
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: calc(var(--chars) * 12.5px);
  }
}
@keyframes blink-caret {
  50% {
    border-color: transparent;
  }
}
/******** 
Case Studies Page 
********/
.case-study-page .page-header {
  background: url(../images/case-study/case-study-banner.webp) no-repeat center center/cover;
}
.case-study-page .cs-page-title h2 {
  font-size: 30px;
  font-weight: 600;
}
.case-study-page .caregoryBoxWrap .category-card {
  background: #0d2236;
}
.case-study-page .caregoryBoxWrap .category-card h4 {
  color: #fff;
}
.case-study-page .caregoryBoxWrap .category-posts ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin-top: 20px;
}
.case-study-page .caregoryBoxWrap .category-posts ul li {
  padding: 10px;
  background: #fff;
  font-weight: 400;
  border-radius: 5px;
  font-family: var(--jeeno-ff-outfit);
  cursor: pointer;
}
.case-study-page .caregoryBoxWrap .category-posts ul li a,
.case-study-page .caregoryBoxWrap .category-posts ul li span {
  display: inline-block;
  font-family: var(--jeeno-ff-outfit);
}
.case-study-page .caregoryBoxWrap .category-posts ul li.current-category {
  background: var(--green-background-color);
}
.case-study-page .caregoryBoxWrap .category-posts ul li.current-category a,
.case-study-page .caregoryBoxWrap .category-posts ul li.current-category span {
  color: #fff;
}
.case-study-page .case-study-posts .post-separate {
  box-shadow: 0px 0px 10px 2px rgba(6, 6, 6, 0.1019607843);
  border: none;
  border-radius: 1em;
  padding: 24px 12px;
  margin-bottom: 2em;
}
.case-study-page .case-study-posts .post-separate:last-child {
  margin-bottom: 0em;
}
.case-study-page .case-study-posts .post-separate .case-study-left {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.case-study-page .case-study-posts .post-separate .case-study-left img {
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  max-height: 280px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .case-study-page .case-study-posts .post-separate .case-study-left img {
    margin-bottom: 1.5em;
  }
}
.case-study-page .case-study-posts .post-separate .case-study-left .case-study-info {
  background: var(--white-color);
  padding: 0.3em 0.8em 0.2em;
  box-shadow: 0px 0px 10px 2px rgba(6, 6, 6, 0.1019607843);
  border-radius: 8px 8px;
  float: inline-end;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.case-study-page .case-study-posts .post-separate .case-study-left .case-study-info .post-user {
  color: var(--font-color);
  font-size: var(--font-size-medium);
  display: inline-block;
  font-weight: 600;
  font-family: var(--jeeno-ff-outfit);
}
.case-study-page .case-study-posts .post-separate .case-study-left .case-study-info .post-share p {
  margin-bottom: 0px;
}
.case-study-page .case-study-posts .post-separate .case-study-left .case-study-info .post-share a:hover {
  color: var(--green-heading-color);
}
.case-study-page .case-study-posts .post-separate .case-study-right .case-study-desc h2 {
  color: var(--font-color);
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 1em;
  text-transform: capitalize;
}
.case-study-page .case-study-posts .post-separate .case-study-right .case-study-desc h4 {
  color: var(--font-color);
  font-size: 22px;
}
.case-study-page .case-study-posts .post-separate .case-study-right .case-study-desc ul {
  list-style: none;
  padding-left: 20px;
  color: var(--font-color);
  margin-bottom: 1.5em;
  font-size: var(--font-size-medium);
}
.case-study-page .case-study-posts .post-separate .case-study-right .case-study-desc ul li {
  padding-top: 0.5em;
  position: relative;
}
.case-study-page .case-study-posts .post-separate .case-study-right .case-study-desc ul li::before {
  content: "";
  background-image: url(../images/li-arrow-right.png);
  filter: grayscale(10);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  position: absolute;
  left: -14px;
  right: 0px;
  top: 12px;
  width: 10px;
  height: 10px;
}
.case-study-page .case-study-posts .post-separate .case-study-right .case-study-desc p {
  color: var(--font-color);
  font-size: var(--font-size-medium);
  margin-bottom: 10px;
}

.blogs-page .blog-card.card .continue-reading {
  color: #1fb680 !important;
}
.blogs-page .blog-card.card .card-body img {
  max-width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}
.blogs-page .blog-card.card .card-body .blog-share-icons p:hover a i {
  color: #1fb680 !important;
  transition: 0.5s;
}
.blogs-page .blog-card.card .card-body .blog-share-icons p i {
  font-size: 20px;
}
.blogs-page .blog-card.card .card-body .blog-share-icons p a i {
  font-size: 14px;
}
.blogs-page .blog-card.card .card-body .main-blog-search .input-group input::-moz-placeholder {
  font-size: 10px !important;
}
.blogs-page .blog-card.card .card-body .main-blog-search .input-group input::placeholder {
  font-size: 10px !important;
}
.blogs-page .blog-card.card .card-body .filter-category.current-category {
  background: #00ffbd;
}
.blogs-page .blog-card.card .card-body .filter-category.current-category span {
  background-color: #00ffbd !important;
}

@media only screen and (max-width: 991px) {
  .blogs-page .blog-left {
    position: unset;
    /* margin-top: 2rem; */
  }
}
.blogs-page .jeeno-footer-section .container {
  padding: 10px 0px !important;
}

.case-study-posts .case-study-desc p {
  font-size: 16px !important;
}

.blog-det-section h2,
.blog-det-section h3,
.blog-det-section h4,
.blog-det-section h5,
.blog-det-section h6 {
  font-weight: normal !important;
  margin-bottom: 15px;
}
.blog-det-section {
  /* ============================================================
     BLOG & CASE STUDIES PAGE CSS (from style.css)
     ============================================================ */
}

.btn-more-blogs {
  border-radius: 6px;
  background-color: #3b3f5b;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  height: 45px;
}

.btn-more-blogs:hover {
  color: #3b3f5b;
  background-color: #fff;
  border: 1px solid #3b3f5b;
}

.btn-more-blogs:disabled {
  background-color: #3b3f5b;
  opacity: 0.65;
  pointer-events: none;
}

.blogs-page .page-header .breadcrumb li.breadcrumb-item.active {
  color: #fff;
  font-weight: 700;
}

.blogs-page .page-header .breadcrumb li.breadcrumb-item, .case-studies-page .page-header .breadcrumb li.breadcrumb-item {
  font-weight: 700;
}

.case-studies-page .page-header .breadcrumb li.breadcrumb-item:first-child a, .blogs-page .page-header .breadcrumb li.breadcrumb-item:first-child a {
  font-weight: normal;
}

.blogs-page .page-header h1 {
  font-size: 35px;
  line-height: 45px;
  max-width: 700px;
  margin: 0 auto;
}
.blogs-page .page-header .blog-single {
  font-size: 35px;
  line-height: 45px;
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .blogs-page .page-header h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
.case-study-left h2 {
  color: #000;
}
.case-study-left {
  /* ============================================================
     BLOG & CASE STUDIES PAGE CSS (from main.css)
     ============================================================ */
}

.blog-banner-bg {
  background: url("../images/blog-banner.webp");
  background-size: cover;
}
.blog-banner-bg .blog-con .col-lg-4 {
  display: flex;
}
.blog-banner-bg .top-head h4 {
  font-size: 22px;
  font-weight: 400;
}
.blog-banner-bg .blog-card {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-banner-bg .blog-card .card-text {
  font-size: 18px;
  color: #000;
  padding: 10px 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1803921569);
  margin-bottom: 0px;
}
.blog-banner-bg .blog-card .blog-card-but {
  text-align: end;
}
.blog-banner-bg .blog-card .blog-card-but .read-btn {
  background: transparent;
  font-size: 15px;
}
.blog-banner-bg .blog-card .blog-card-but .read-btn:hover {
  border: 1px solid transparent;
}
.blog-banner-bg .blog-card span {
  position: absolute;
  color: #222;
  top: 12px;
  left: 30px;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--jeeno-ff-outfit);
}

.news-room {
  background: url("../images/news-bg.png");
  background-color: #fff;
}
.news-room .newsroom-contents p {
  font-size: 30px;
  font-weight: 700;
}
.news-room .newsroom-contents h5 {
  color: #12435F;
}
.news-room input.email-input {
  padding: 11px 10px;
}
.news-room .btn:hover {
  border: 1px solid #000000;
  border-radius: 5px;
}

.case-studies {
  background: var(--jeeno-color-common-white);
}
.case-studies .casestudy-card-para {
  color: var(--jeeno-color-common-black);
  line-height: 24px;
  padding-inline: 1em;
  padding-top: 0.5em;
  margin-bottom: 0px;
}
.case-studies .casestudy.col-lg-4 {
  display: flex;
}
.case-studies h5 {
  color: #12435F;
}
.case-studies p {
  color: #000;
}
.case-studies .casestudy-card-2 {
  overflow: hidden;
  display: flex;
  position: relative;
}
.case-studies .casestudy-card-2 h4 {
  color: #162233;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .case-studies .casestudy-card-2 h4 {
    padding-left: 16px;
  }
}
.case-studies .casestudy-card-2 .casestudy-card-green-box-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-studies .casestudy-card-2 .casestudy-card-green-box-right .casestudy-card-green-box {
  background: #1fb680;
  padding: 6px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  color: var(--jeeno-color-common-black);
  font-family: var(--jeeno-ff-outfit);
}
.case-studies a > span {
  color: var(--jeeno-color-common-black);
}
.case-studies a > span:hover {
  color: var(--jeeno-color-common-green);
}

.casestudy-card {
  border: 1px solid #dbdbdb;
  border-radius: 11px;
  position: relative;
  height: 100%;
  overflow: auto;
}
.casestudy-card img {
  position: relative;
  background-color: #fff;
  width: 100%;
}
.casestudy-card .case-studies-left {
  position: relative;
  text-align: center;
}
.casestudy-card .case-studies-left .p-4.pb-0 {
  padding: 0px !important;
}
.casestudy-card .casestudy-card-view-more {
  position: absolute;
  right: 0;
  left: 0;
  font-size: 25px;
  font-weight: 700;
  bottom: 0;
}
.casestudy-card h4 {
  color: #162233;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .casestudy-card h4 {
    padding-left: 16px;
  }
}
.casestudy-card p {
  padding: 0px 64px 0px 0px;
}
.casestudy-card .casestudy-card-green-box {
  background: #1fb680;
  padding: 6px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  margin-top: -6px;
  color: var(--jeeno-color-common-black);
}
@media screen and (min-width: 991px) and (max-width: 1300px) {
  .casestudy-card .casestudy-card-green-box {
    margin-top: -38px;
  }
}

.casestudy-border {
  border: 1px solid #dbdbdb;
  border-radius: 11px;
}

.casestudy.col-lg-4 {
  position: relative;
  padding: 0px 0px;
}
.casestudy.col-lg-4 span {
  position: absolute;
  z-index: 1;
  top: 68%;
  right: -12%;
  transform: rotate(-90deg);
  font-size: 22px;
  font-weight: 700;
}

.careers-bg {
  background-color: var(--jeeno-color-common-white);
}
.careers-bg .careers-inner {
  background: url(../images/caeers-bg-img.webp) no-repeat center;
  background-size: cover;
  padding: 0px 0px 100px;
  border-radius: 10px;
}
.careers-bg .careers-inner .careers-inner-con {
  background-color: #070128;
  padding: 40px;
  width: 50%;
  border-radius: 10px 0px 10px 0px;
}
.careers-bg .careers-inner .careers-inner-con .careers-bg-but {
  margin: 0px 0px -60px;
}

.read-btn {
  background-color: #21b573;
  color: black;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid transparent;
  transition: 0.7s;
}

.read-btn:hover {
  transition: 0.7s;
  background-color: transparent;
  border: 1px solid #21b573;
  color: #21b573;
}

@media only screen and (max-width: 1199px) {
  .casestudy.col-lg-4 span {
    right: -24%;
  }
}
@media only screen and (max-width: 991px) {
  .casestudy-card p {
    padding: 10px 20px 0px !important;
  }
  .casestudy-card .casestudy-card-green-box-right {
    display: flex;
    align-items: center;
  }
  .casestudy-card .casestudy-card-green-box-right h4 {
    padding: 0px 20px;
    margin-top: 10px;
  }
  .casestudy-card .casestudy-card-green-box {
    margin-top: -10px;
  }
  .casestudy-card-2 h4 {
    padding: 0px 20px;
  }
  .casestudy-card-2 .casestudy-card-para {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-banner-bg .blog-con {
    gap: 16px;
  }
}
/* ============================================================

/* --- Blog Details CSS (lines 8508–9923) --- */
/**----------------------------------------
START: Blog Details CSS
----------------------------------------*/
.post-details-wrapper .blog-images {
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
}
.post-details-wrapper .title {
  line-height: 1.1;
  margin-bottom: 22px;
}
.post-details-wrapper p {
  margin-bottom: 30px;
}
.post-details-wrapper p:last-child {
  margin-bottom: 0;
}
.post-details-wrapper .images-wrap {
  margin-bottom: 10px;
}
.post-details-wrapper .image-box {
  margin-bottom: 25px;
  border-radius: 12px;
  overflow: hidden;
}
.post-details-wrapper .image-box img {
  width: 100%;
}
.post-details-wrapper .blog-text h3 {
  margin-bottom: 25px;
}
.post-details-wrapper .blog-text ul {
  margin-bottom: 50px;
  list-style: none;
  -moz-columns: 2;
  columns: 2;
}
.post-details-wrapper .blog-text ul li {
  display: flex;
  align-items: start;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: var(--jeeno-color-heading-primary);
  font-family: var(--jeeno-ff-heading);
  font-weight: var(--jeeno-fw-medium);
  margin-bottom: 16px;
}
.post-details-wrapper .blog-text ul li:last-child {
  margin-bottom: 0;
}
.post-details-wrapper .blog-text ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 1;
  margin-top: 3px;
  font-weight: var(--jeeno-fw-regular);
  color: var(--jeeno-color-common-white);
  background: var(--jeeno-color-theme-primary);
  border-radius: 50%;
}

@media (max-width: 575px) {
  .post-details-wrapper .blog-text ul {
    margin-bottom: 30px;
    -moz-columns: 1;
    columns: 1;
  }
}
.post-details-wrapper .blog-text .blog-video {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 50px;
}
.post-details-wrapper .blog-text .blog-video .video-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  line-height: 1;
  color: var(--jeeno-color-common-black);
  background: var(--jeeno-color-common-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 5;
  border: none;
  backdrop-filter: none;
}
.post-details-wrapper .blog-text .blog-video .video-btn span {
  font-size: 20px;
  margin-left: 2px;
  display: inline-flex;
  line-height: 1;
}
.post-details-wrapper .blog-text .blog-video .video-btn::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.2);
  animation: pulse2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}

@media (max-width: 575px) {
  .post-details-wrapper .blog-text .blog-video .video-btn::before {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 575px) {
  .post-details-wrapper .blog-text .blog-video .video-btn {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .post-details-wrapper .blog-text .blog-video {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.blog-category-two {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 10px;
  margin-bottom: 25px;
}
.blog-category-two .category-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-right: 1px solid var(--jeeno-color-border-1);
  padding: 25px 28px;
  gap: 10px;
  width: 33.33%;
}
.blog-category-two .category-item:last-child {
  border-right: none;
}
.blog-category-two .category-item .cate-images {
  width: 52px;
  height: 52px;
}
.blog-category-two .category-item .cate-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-category-two .category-item .cate-images {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-category-two .category-item .cate-images {
    width: 35px;
    height: 35px;
  }
}
.blog-category-two .category-item .cate-text .degination {
  display: block;
  color: var(--jeeno-color-grey-2);
  font-size: 14px;
  line-height: 1;
  margin-bottom: 6px;
}
.blog-category-two .category-item .cate-text .title {
  font-weight: var(--jeeno-fw-medium);
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-category-two .category-item .cate-text .title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-category-two .category-item .cate-text .title {
    font-size: 14px;
  }
}
.blog-category-two .category-item .cate-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 52px;
  height: 52px;
  line-height: 1;
  color: var(--jeeno-color-common-white);
  background-color: var(--jeeno-color-theme-primary);
  border-radius: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-category-two .category-item .cate-icons {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-category-two .category-item .cate-icons {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}
.blog-category-two .category-item .text {
  font-weight: var(--jeeno-fw-medium);
  line-height: 1;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-category-two .category-item .text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-category-two .category-item .text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-category-two .category-item {
    padding: 25px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-category-two .category-item {
    padding: 20px 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-category-two .category-item {
    width: 100%;
    padding: 0;
    border: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-category-two {
    padding: 20px;
    gap: 20px;
  }
}
blockquote {
  position: relative;
  padding: 40px 30px 30px;
  background: var(--jeeno-color-theme-bg);
  border: 2px solid var(--jeeno-color-theme-primary);
  border-radius: 12px;
  margin-top: 55px;
  margin-bottom: 50px;
  z-index: 2;
}

blockquote::before {
  content: "\e934";
  font-size: 40px;
  color: var(--jeeno-color-theme-primary);
  font-family: "ainex-icons";
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1;
}

blockquote p {
  color: var(--jeeno-color-heading-primary);
  font-family: var(--jeeno-ff-heading);
  font-weight: var(--jeeno-fw-medium);
  font-size: 24px;
  margin-bottom: 20px !important;
  letter-spacing: -0.03em;
  line-height: 1.417;
  border-radius: 12px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  blockquote p {
    font-size: 20px;
    margin-bottom: 15px !important;
  }
}
blockquote cite {
  color: var(--jeeno-color-heading-primary);
  display: block;
  text-align: end;
  font-family: var(--jeeno-ff-heading);
  font-style: normal;
  position: relative;
  z-index: 1;
}
blockquote cite::before {
  content: "";
  display: inline-block;
  background: var(--jeeno-color-border-1);
  height: 1px;
  width: 50px;
  top: -4px;
  margin-right: 10px;
  position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  blockquote {
    padding: 25px 15px;
    margin-bottom: 40px;
  }
}
.jeeno-tags-post {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--jeeno-color-border-1);
  border-bottom: 1px solid var(--jeeno-color-border-1);
  padding: 22px 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.jeeno-tags-post .tagcloud {
  width: calc(100% - 200px);
}
.jeeno-tags-post .tagcloud a {
  background-color: var(--jeeno-color-theme-bg);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .jeeno-tags-post .tagcloud {
    width: 100%;
  }
}
.jeeno-tags-post .post-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 10px;
}
.jeeno-tags-post .post-share ul li {
  font-size: 16px;
  color: var(--jeeno-color-heading-primary);
  margin-bottom: 0;
}
.jeeno-tags-post .post-share ul li a {
  display: flex;
  font-size: 17px;
  line-height: 1;
  color: var(--jeeno-color-heading-primary);
}
.jeeno-tags-post .post-share ul li a i {
  display: inline-flex;
  line-height: 1;
}
.jeeno-tags-post .post-share ul li a:hover i {
  color: var(--jeeno-color-theme-primary);
}

.jeeno-tags-post.no_socials {
  width: 100%;
}

.jeeno-post__navigation {
  border: 1px solid var(--jeeno-color-border-1);
  padding: 21px 30px;
  border-radius: 12px;
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.jeeno-post__navigation .jeeno-nav-post__nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--jeeno-color-heading-primary);
  font-weight: var(--jeeno-fw-sbold);
}
.jeeno-post__navigation .jeeno-nav-post__nav a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  transition: all 0.3s ease-in-out 0s;
}
.jeeno-post__navigation .jeeno-nav-post__nav a span i {
  color: var(--jeeno-color-common-white);
}

@media (max-width: 575px) {
  .jeeno-post__navigation .jeeno-nav-post__nav a span {
    width: 48px;
    height: 48px;
  }
}
.jeeno-post__navigation .jeeno-nav-post__nav a:hover span {
  background-color: var(--jeeno-color-theme-primary);
  border-color: var(--jeeno-color-theme-primary);
}
.jeeno-post__navigation .jeeno-nav-post__nav a:hover span i {
  color: var(--jeeno-color-common-white);
}
.jeeno-post__navigation .jeeno-nav-post__grid {
  font-size: 30px;
  line-height: 1;
  color: var(--jeeno-color-common-white);
}
.jeeno-post__navigation .jeeno-nav-post__grid a {
  color: currentColor;
}
.jeeno-post__navigation .jeeno-nav-post__grid a:hover {
  color: var(--jeeno-color-theme-primary);
}

@media (max-width: 575px) {
  .jeeno-post__navigation {
    padding: 16px 20px;
    gap: 20px;
  }
}
.jeeno-comments-wrap .comments-title .title {
  margin-bottom: 22px;
}

@media (max-width: 575px) {
  .jeeno-comments-wrap .comments-title .title {
    margin-bottom: 15px;
  }
}
.jeeno-latest-comments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jeeno-latest-comments ul .jeeno-comment {
  margin-bottom: 20px;
}
.jeeno-latest-comments ul .jeeno-comment:last-child {
  margin-bottom: 0;
}
.jeeno-latest-comments ul .jeeno-comment .comment-content {
  display: flex;
  gap: 12px;
  padding: 30px;
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 10px;
  position: relative;
}
.jeeno-latest-comments ul .jeeno-comment .comment-content .comment-avatar {
  max-width: 64px;
  height: 64px;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.jeeno-latest-comments ul .jeeno-comment .comment-content .comment-avatar img {
  width: 100%;
}
.jeeno-latest-comments ul .jeeno-comment .comment-content .comments-header {
  margin-top: 10px;
}
.jeeno-latest-comments ul .jeeno-comment .comment-content .comments-header .avatar-name .title {
  font-size: 18px;
  margin-bottom: 6px;
}
.jeeno-latest-comments ul .jeeno-comment .comment-content .comments-header .avatar-name .title a {
  display: inline-block;
}
.jeeno-latest-comments ul .jeeno-comment .comment-content .comments-header .avatar-name .title a:hover {
  color: var(--jeeno-color-theme-primary);
}
.jeeno-latest-comments ul .jeeno-comment .comment-content .comments-header .comment-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.jeeno-latest-comments ul .jeeno-comment .comment-content .comments-header .comment-text .reply {
  position: absolute;
  top: 35px;
  right: 30px;
  font-size: 16px;
  font-family: var(--jeeno-ff-heading);
  font-weight: var(--jeeno-fw-medium);
  color: var(--jeeno-color-theme-dark-3);
}
.jeeno-latest-comments ul .jeeno-comment .comment-content .comments-header .comment-text .reply:hover {
  color: var(--jeeno-color-theme-primary);
}
.jeeno-latest-comments ul .jeeno-comment .comment-content .comments-header .comment-text span {
  font-size: 14px;
  color: var(--jeeno-color-theme-dark-4);
  font-weight: var(--jeeno-fw-regular);
}

@media (max-width: 575px) {
  .jeeno-latest-comments ul .jeeno-comment .comment-content {
    flex-direction: column;
  }
  .jeeno-latest-comments ul .jeeno-comment .comment-content .comment-avatar {
    margin-right: auto;
  }
}
.jeeno-latest-comments ul .jeeno-comment .desc {
  margin-top: 14px;
}
.jeeno-latest-comments ul .jeeno-comment .desc p:last-child {
  margin-bottom: 0;
}
.jeeno-latest-comments ul .jeeno-comment > .children {
  padding-left: 75px;
}

@media (max-width: 575px) {
  .jeeno-latest-comments ul .jeeno-comment > .children {
    padding-left: 35px;
  }
}
.jeeno-latest-comments ul .jeeno-comment:last-child .comment-content .comments-header {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.jeeno-comments__container {
  margin-top: 50px;
}

.comment-respond .comment-reply-title {
  margin-bottom: 25px;
}
.comment-respond .form-input {
  margin-bottom: 30px;
}
.comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]),
.comment-respond .form-input textarea,
.comment-respond .form-input input[type=email],
.comment-respond .form-input input[type=text] {
  background: var(--jeeno-color-theme-bg);
  height: 60px;
  padding: 18px 20px;
  border: 1px solid var(--jeeno-color-border-1);
  border-radius: 10px;
}
.comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-moz-placeholder,
.comment-respond .form-input textarea::-moz-placeholder,
.comment-respond .form-input input[type=email]::-moz-placeholder,
.comment-respond .form-input input[type=text]::-moz-placeholder {
  color: var(--jeeno-color-grey-2);
}
.comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-moz-placeholder, .comment-respond .form-input textarea::-moz-placeholder, .comment-respond .form-input input[type=email]::-moz-placeholder, .comment-respond .form-input input[type=text]::-moz-placeholder {
  color: var(--jeeno-color-grey-2);
}
.comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::placeholder,
.comment-respond .form-input textarea::placeholder,
.comment-respond .form-input input[type=email]::placeholder,
.comment-respond .form-input input[type=text]::placeholder {
  color: var(--jeeno-color-grey-2);
}
.comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]):focus,
.comment-respond .form-input textarea:focus,
.comment-respond .form-input input[type=email]:focus,
.comment-respond .form-input input[type=text]:focus {
  border-color: var(--jeeno-color-theme-primary);
}
.comment-respond .form-input textarea {
  min-height: 180px;
  resize: none;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .comment-respond .form-input {
    margin-bottom: 20px;
  }
}
.jeeno-main-sidebar {
  padding-left: 20px;
}

.jeeno-main-sidebar.sticky-lg-top {
  top: 120px;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .jeeno-main-sidebar {
    padding-left: 0;
  }
}
.jeeno-sidebar-widget {
  background-color: var(--jeeno-color-theme-bg);
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  z-index: 3;
  border-radius: 10px;
  overflow: hidden;
}

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

.jeeno-sidebar-widget .widget-title {
  color: var(--jeeno-color-heading-primary);
  position: relative;
  margin-bottom: 25px;
  line-height: 1;
  z-index: 1;
}

.jeeno-sidebar-widget.widget-search .search-box form {
  position: relative;
  width: 100%;
  z-index: 1;
}
.jeeno-sidebar-widget.widget-search .search-box form input[type=search] {
  font-size: 16px;
  background: var(--jeeno-color-theme-dark);
  width: 100%;
  height: 60px;
  border: 1px solid var(--jeeno-color-border-1);
  border-radius: 10px;
  padding: 18px 65px 18px 20px;
  line-height: 1;
}
.jeeno-sidebar-widget.widget-search .search-box form input[type=search]::-moz-placeholder {
  color: var(--jeeno-color-grey-2);
}
.jeeno-sidebar-widget.widget-search .search-box form input[type=search]::placeholder {
  color: var(--jeeno-color-grey-2);
}
.jeeno-sidebar-widget.widget-search .search-box form input[type=search]:focus {
  border-color: var(--jeeno-color-theme-primary);
}
.jeeno-sidebar-widget.widget-search .search-box form input[type=search]:focus + button {
  border-color: var(--jeeno-color-theme-primary);
}
.jeeno-sidebar-widget.widget-search .search-box form button {
  font-size: 22px;
  color: var(--jeeno-color-theme-primary);
  width: 54px;
  height: 60px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-left: 1px solid var(--jeeno-color-border-1);
  transition: all 0.2s ease-in-out 0s;
}
.jeeno-sidebar-widget.widget-search .search-box form button i {
  display: inline-flex;
  line-height: 1;
}

.jeeno-sidebar-widget.jeeno-recent-posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jeeno-sidebar-widget.jeeno-recent-posts ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-bottom: 15px;
}
.jeeno-sidebar-widget.jeeno-recent-posts ul li:last-child {
  margin-bottom: 0;
}
.jeeno-sidebar-widget.jeeno-recent-posts ul li:hover .post-thumb img {
  transform: scale(1.15);
}
.jeeno-sidebar-widget.jeeno-recent-posts .post-thumb {
  position: relative;
  width: 100px;
  height: 100px;
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
}
.jeeno-sidebar-widget.jeeno-recent-posts .post-thumb a {
  display: inline-block;
  width: 100%;
}
.jeeno-sidebar-widget.jeeno-recent-posts .post-thumb a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s ease-in-out 0s;
}
.jeeno-sidebar-widget.jeeno-recent-posts .post-content .post-title {
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 15px;
}
.jeeno-sidebar-widget.jeeno-recent-posts .post-content .post-title a:hover {
  color: var(--jeeno-color-theme-primary);
}
.jeeno-sidebar-widget.jeeno-recent-posts .post-content .blog-meta {
  margin-bottom: 0;
}
.jeeno-sidebar-widget.jeeno-recent-posts .post-content .blog-meta ul li {
  font-size: 14px;
  color: var(--jeeno-color-grey-1);
}

.jeeno-sidebar-widget.widget-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jeeno-sidebar-widget.widget-categories ul li {
  margin-bottom: 10px;
}
.jeeno-sidebar-widget.widget-categories ul li:last-child {
  margin-bottom: 0;
}
.jeeno-sidebar-widget.widget-categories ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: var(--jeeno-fw-sbold);
  color: var(--jeeno-color-heading-primary);
  background: var(--jeeno-color-theme-dark);
  padding: 20px 15px 17px 25px;
  border-radius: 10px;
}
.jeeno-sidebar-widget.widget-categories ul li a span {
  color: var(--jeeno-color-heading-primary);
}
.jeeno-sidebar-widget.widget-categories ul li a .icon {
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
}
.jeeno-sidebar-widget.widget-categories ul li a:hover {
  color: var(--jeeno-color-common-white);
  background-color: var(--jeeno-color-theme-primary);
}
.jeeno-sidebar-widget.widget-categories ul li a:hover span {
  color: var(--jeeno-color-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .jeeno-sidebar-widget {
    padding: 25px 15px;
  }
}
.tagcloud {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 12px;
}
.tagcloud a {
  background-color: var(--jeeno-color-theme-dark);
  font-size: 16px;
  line-height: 1;
  color: var(--jeeno-color-text-body);
  font-weight: var(--jeeno-fw-sbold);
  padding: 6px 10px;
  border-radius: 4px;
  display: inline-flex;
  overflow: hidden;
}
.tagcloud a:hover {
  background-color: var(--jeeno-color-theme-primary);
  color: var(--jeeno-color-common-white);
}

.infos-item {
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 20px 0;
}

.infos-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.infos-item .project-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  font-size: 20px;
  color: var(--jeeno-color-common-white);
  background: var(--jeeno-color-theme-primary);
  border-radius: 50%;
  position: relative;
  top: 2px;
}
.infos-item .project-text span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: var(--jeeno-color-text-body);
  margin: 0;
}
.infos-item .project-text .title {
  line-height: 1.1;
  font-weight: var(--jeeno-fw-sbold);
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .infos-item .project-text .title {
    font-size: 16px;
  }
}
.service-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-categories ul li {
  margin-bottom: 10px;
}
.service-categories ul li:last-child {
  margin-bottom: 0;
}
.service-categories ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: var(--jeeno-fw-sbold);
  color: var(--jeeno-color-heading-primary);
  background: var(--jeeno-color-theme-dark);
  padding: 20px 15px 17px 25px;
  border-radius: 10px;
}
.service-categories ul li a span {
  color: var(--jeeno-color-heading-primary);
}
.service-categories ul li a .icon {
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
}
.service-categories ul li a:hover,
.service-categories ul li a.active {
  color: var(--jeeno-color-common-white);
  background-color: var(--jeeno-color-theme-primary);
}
.service-categories ul li a:hover span,
.service-categories ul li a.active span {
  color: var(--jeeno-color-common-white);
}

.widget-feature-item {
  padding: 20px;
}
.widget-feature-item .feature-box {
  position: relative;
  background: var(--jeeno-color-theme-dark);
  border-radius: 10px;
  overflow: hidden;
}
.widget-feature-item .feature-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--jeeno-color-theme-dark);
  opacity: 0.4;
}
.widget-feature-item .feature-box .feature-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  z-index: 2;
}
.widget-feature-item .feature-box .feature-content .title {
  font-size: 59px;
  color: var(--jeeno-color-common-white);
  margin-bottom: 15px;
  line-height: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .widget-feature-item .feature-box .feature-content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-feature-item .feature-box .feature-content .title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .widget-feature-item .feature-box .feature-content .title {
    font-size: 40px;
  }
}
.widget-feature-item .feature-box .feature-content .desc {
  color: rgba(255, 255, 255, 0.8);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .widget-feature-item .feature-box .feature-content {
    padding: 30px 20px;
  }
}
.widget-feature-item .feature-images {
  border-radius: 12px;
  overflow: hidden;
}
.widget-feature-item .feature-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 575px) {
  .widget-feature-item {
    padding: 20px 15px;
  }
}
.details-content-box {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 15px;
  align-items: center;
  margin-bottom: 50px;
}

.service-details-item {
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 10px;
  padding: 30px 17px 25px 18px;
  max-width: 275px;
  width: 100%;
}
.service-details-item .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  font-size: 16px;
  font-family: var(--jeeno-ff-heading);
  font-weight: var(--jeeno-fw-medium);
  color: var(--jeeno-color-common-white);
  background-color: var(--jeeno-color-theme-primary);
  border-radius: 50%;
  margin-bottom: 20px;
}
.service-details-item .title {
  line-height: 1.444;
  margin-bottom: 18px;
}
.service-details-item .desc {
  margin-bottom: 0;
}
.service-details-item .desc p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-details-item {
    max-width: 235px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-item {
    max-width: 220px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-details-item {
    max-width: 250px;
    padding: 30px 15px 15px 15px;
  }
}
@media (max-width: 575px) {
  .service-details-item {
    max-width: 100%;
  }
}
.blog-text .jeeno-faq {
  margin-bottom: 40px;
  padding-top: 10px;
}

.gallery {
  position: relative;
  display: block;
}

.gallery::before {
  content: "\e911";
  font-family: "ainex-icons" !important;
  color: var(--jeeno-color-common-white);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(12, 30, 33, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.gallery:hover::before {
  opacity: 1;
  visibility: visible;
  /* --- Blog CSS — set 1 (lines 13396–13545) --- */
  /**----------------------------------------
  START: Blog CSS
  ----------------------------------------*/
}

.h5-blog-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(50% - 15px), 1fr));
  grid-gap: 30px;
  justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-blog-wrapper {
    grid-template-columns: 696px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h5-blog-wrapper {
    grid-template-columns: 516px;
  }
}
@media (max-width: 575px) {
  .h5-blog-wrapper {
    grid-template-columns: 100%;
  }
}
.blog-item.style-5 {
  display: flex;
  flex-wrap: wrap;
}
.blog-item.style-5 .blog-thumb {
  width: 39%;
  height: 260px;
  border-radius: 12px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-item.style-5 .blog-thumb {
    width: 100%;
  }
}
.blog-item.style-5 .blog-content {
  padding: 35px 5px 35px 20px;
  width: 61%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.blog-item.style-5 .blog-content .text-btn {
  background-color: transparent;
  position: unset;
  padding: 0;
  border-radius: 0;
  margin-top: 22px;
}
.blog-item.style-5 .blog-content .text-btn::after,
.blog-item.style-5 .blog-content .text-btn::before {
  display: none;
}
.blog-item.style-5 .blog-content .text-btn .btn-text {
  color: var(--jeeno-color-text-body);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-item.style-5 .blog-content .text-btn {
    margin-top: 16px;
  }
}
.blog-item.style-5 .blog-content .blog-meta {
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-item.style-5 .blog-content .blog-meta {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-item.style-5 .blog-content {
    width: 100%;
    padding: 30px 0 15px;
  }
}
.blog-item.style-5:first-child {
  grid-row: 1/3;
  flex-direction: column;
  align-items: start;
  gap: 0;
}
.blog-item.style-5:first-child .blog-thumb {
  width: 100%;
  min-height: 385px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-item.style-5:first-child .blog-thumb {
    min-height: 260px;
  }
}
.blog-item.style-5:first-child .blog-content {
  width: 100%;
  padding: 30px 15px 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-item.style-5:first-child .blog-content {
    padding: 30px 0 15px;
  }
}
/* --- Blog CSS — set 2 (lines 14900–14960) --- */
/**----------------------------------------
START: Blog CSS
----------------------------------------*/
.blog-item.style-6 {
  background-color: transparent;
  border: 1px solid var(--jeeno-color-border-1);
  padding: 10px;
}
.blog-item.style-6 .blog-thumb {
  height: 290px;
  border-radius: 12px;
}
.blog-item.style-6 .blog-content {
  padding: 25px 20px 20px 20px;
}
.blog-item.style-6 .blog-content .text-btn {
  background-color: transparent;
  position: unset;
  padding: 0;
  border-radius: 0;
  margin-top: 22px;
}
.blog-item.style-6 .blog-content .text-btn::after,
.blog-item.style-6 .blog-content .text-btn::before {
  display: none;
}
.blog-item.style-6 .blog-content .text-btn .btn-text {
  color: var(--jeeno-color-text-body);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-item.style-6 .blog-content .text-btn {
    margin-top: 16px;
  }
}
.blog-item.style-6 .blog-content .blog-meta {
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-item.style-6 .blog-content .blog-meta {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-item.style-6 .blog-content {
    width: 100%;
    padding: 30px 0 15px;
  }
}
/* --- Blog Banner + Case Studies CSS (lines 15483–15748) --- */
.blog-banner-bg {
  background: url("../images/blog-banner.png");
}
.blog-banner-bg .blog-con .col-lg-4 {
  display: flex;
}
.blog-banner-bg .top-head h4 {
  font-size: 22px;
  font-weight: 400;
}
.blog-banner-bg .blog-card {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-banner-bg .blog-card .card-text {
  font-size: 18px;
  color: #000;
  padding: 10px 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1803921569);
  margin-bottom: 0px;
}
.blog-banner-bg .blog-card .blog-card-but {
  text-align: end;
}
.blog-banner-bg .blog-card .blog-card-but .read-btn {
  background: transparent;
  font-size: 15px;
}
.blog-banner-bg .blog-card .blog-card-but .read-btn:hover {
  border: 1px solid transparent;
}
.blog-banner-bg .blog-card span {
  position: absolute;
  color: #222;
  top: 12px;
  left: 30px;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--jeeno-ff-outfit);
}

.news-room {
  background: url("../images/news-bg.png");
  background-color: #fff;
}
.news-room .newsroom-contents p {
  font-size: 32px;
  font-weight: 700;
}
.news-room .newsroom-contents h5 {
  color: #12435F;
}
.news-room input.email-input {
  padding: 11px 10px;
}
.news-room .btn:hover {
  border: 1px solid #000000;
  border-radius: 5px;
}

.case-studies {
  background: var(--jeeno-color-common-white);
}
.case-studies .casestudy-card-para {
  color: var(--jeeno-color-common-black);
  line-height: 24px;
  padding-inline: 1em;
  padding-top: 0.5em;
  margin-bottom: 0px;
}
.case-studies .casestudy.col-lg-4 {
  display: flex;
}
.case-studies h5 {
  color: #12435F;
}
.case-studies p {
  color: #000;
}
.case-studies .casestudy-card-2 {
  overflow: hidden;
  display: flex;
  position: relative;
}
.case-studies .casestudy-card-2 h4 {
  color: #162233;
  font-weight: 700;
}
.case-studies .casestudy-card-2 .casestudy-card-green-box-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-studies .casestudy-card-2 .casestudy-card-green-box-right .casestudy-card-green-box {
  background: #1fb680;
  padding: 6px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  color: var(--jeeno-color-common-black);
  font-family: var(--jeeno-ff-outfit);
}
.case-studies a > span {
  color: var(--jeeno-color-common-black);
}
.case-studies a > span:hover {
  color: var(--jeeno-color-common-green);
}

.casestudy-card {
  border: 1px solid #dbdbdb;
  border-radius: 11px;
  position: relative;
  height: 100%;
  overflow: auto;
}
.casestudy-card img {
  position: relative;
  background-color: #fff;
  width: 100%;
}
.casestudy-card .case-studies-left {
  position: relative;
  text-align: center;
}
.casestudy-card .case-studies-left .p-4.pb-0 {
  padding: 0px !important;
}
.casestudy-card .casestudy-card-view-more {
  position: absolute;
  right: 0;
  left: 0;
  font-size: 25px;
  font-weight: 700;
  bottom: 0;
}
.casestudy-card h4 {
  color: #162233;
  font-weight: 700;
}
.casestudy-card p {
  padding: 0px 64px 0px 0px;
}
.casestudy-card .casestudy-card-green-box {
  background: #1fb680;
  padding: 6px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  margin-top: -6px;
  color: var(--jeeno-color-common-black);
}

.casestudy-border {
  border: 1px solid #dbdbdb;
  border-radius: 11px;
}

.casestudy.col-lg-4 {
  position: relative;
  padding: 0px 0px;
}
.casestudy.col-lg-4 span {
  position: absolute;
  z-index: 1;
  top: 68%;
  right: -12%;
  transform: rotate(-90deg);
  font-size: 22px;
  font-weight: 700;
}

.careers-bg {
  background-color: var(--jeeno-color-common-white);
}
.careers-bg .careers-inner {
  background: url(../images/caeers-bg-img.png) no-repeat center;
  background-size: cover;
  padding: 0px 0px 100px;
  border-radius: 10px;
}
.careers-bg .careers-inner .careers-inner-con {
  background-color: #070128;
  padding: 40px;
  width: 50%;
  border-radius: 10px 0px 10px 0px;
}
.careers-bg .careers-inner .careers-inner-con .careers-bg-but {
  margin: 0px 0px -60px;
}

.read-btn {
  background-color: #21b573;
  color: black;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid transparent;
  transition: 0.7s;
}

.read-btn:hover {
  transition: 0.7s;
  background-color: transparent;
  border: 1px solid #21b573;
  color: #21b573;
  /* --- Casestudy & Blog Banner responsive (from root style.css mixed media queries) --- */
}

@media only screen and (max-width: 1199px) {
  .casestudy.col-lg-4 span {
    right: -24%;
  }
}
@media only screen and (max-width: 991px) {
  .casestudy-card p {
    padding: 10px 20px 0px !important;
  }
  .casestudy-card .casestudy-card-green-box-right {
    display: flex;
    align-items: center;
  }
  .casestudy-card .casestudy-card-green-box-right h4 {
    padding: 0px 20px;
    margin-top: 10px;
  }
  .casestudy-card .casestudy-card-green-box {
    margin-top: -10px;
  }
  .casestudy-card-2 h4 {
    padding: 0px 20px;
  }
  .casestudy-card-2 .casestudy-card-para {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-banner-bg .blog-con {
    gap: 16px;
  }
}
/* ============================================================
   FOOTER-3 LAYOUT — sourced from main.css & custom.css
   Classes used in footer.php (.jeeno-footer-section.footer-3)
   ============================================================ */
/* Override base background for the dark footer-3 design */
.jeeno-footer-section {
  background-color: #020110;
  padding-top: 50px;
}

/* Left panel: logo + contact info card */
.jeeno-footer-section .footer-left {
  background-color: #050F29;
  border-radius: 20px;
  padding: 30px 40px;
  width: 90%;
}

.jeeno-footer-section .footer-left .footor-main-logo {
  width: 80%;
}

/* Contact rows inside left panel */
.jeeno-footer-section .footer-left .footer-contact {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.jeeno-footer-section .footer-left .footer-contact-lft {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  padding-top: 4px;
}

.jeeno-footer-section .footer-left .footer-contact-lft i {
  color: var(--jeeno-color-common-white);
  font-size: 20px;
}

.jeeno-footer-section .footer-left .footer-contact p {
  color: var(--jeeno-color-text-body);
  font-family: var(--jeeno-ff-outfit);
  margin-bottom: 0;
}

.jeeno-footer-section .footer-left .footer-contact p.cont-head {
  color: var(--jeeno-color-common-white);
  font-weight: var(--jeeno-fw-sbold);
}

.jeeno-footer-section .footer-left .footer-contact p > a {
  color: var(--jeeno-color-common-white);
  font-family: var(--jeeno-ff-outfit);
}

.jeeno-footer-section .footer-left .footer-contact p > a:hover {
  color: var(--jeeno-color-common-green);
}

/* Right columns: nav links */
.jeeno-footer-section .footer-menus {
  padding: 30px 0;
}

.jeeno-footer-section .footer-menus .footer-right h4 {
  font-family: var(--jeeno-ff-outfit);
  font-size: 20px;
  color: var(--jeeno-color-common-white);
  font-weight: var(--jeeno-fw-sbold);
}

.jeeno-footer-section .footer-menus .footer-right h4 a {
  color: var(--jeeno-color-common-white);
  font-size: inherit;
  font-weight: inherit;
  display: inline;
}

.jeeno-footer-section .footer-menus .footer-right h4 a:hover {
  color: var(--jeeno-color-common-green);
}

.jeeno-footer-section .footer-menus .footer-right p > a {
  color: var(--jeeno-color-common-white);
  font-size: 14px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  transition: color 0.3s ease;
}

.jeeno-footer-section .footer-menus .footer-right p > a i {
  font-size: 11px;
}

.jeeno-footer-section .footer-menus .footer-right p > a:hover {
  color: var(--jeeno-color-common-green);
}

/* Follow Us social icon */
.jeeno-footer-section .footer-menus .footer-right .fa-brands {
  font-size: 24px;
  color: var(--jeeno-color-common-white);
  transition: color 0.3s ease;
}

.jeeno-footer-section .footer-menus .footer-right .fa-brands:hover {
  color: var(--jeeno-color-common-green);
}

/* Copyright text color (from custom.css) */
.jeeno-footer-section .copyright-text p {
  color: var(--jeeno-color-common-white);
}

/* Copyright area-2 bottom bar */
.jeeno-copyright-area-2 {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 16px 0;
}

/* Responsive */
@media screen and (min-width: 460px) and (max-width: 1024px) {
  .jeeno-footer-section .footer-left {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .jeeno-footer-section .footer-left {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .jeeno-footer-section .footer-left {
    width: 100%;
    padding: 20px 24px;
  }
  .jeeno-footer-section .footer-menus .footer-right h4 {
    margin-top: 20px;
  }
}/*# sourceMappingURL=header-footer.css.map */