/* Nursico - Medical & Private Nursing HTML Template

Template Name: Nursico
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1.  Fonts
2.  Reset
3.  Global Settings
4.  Main Header / TWo / Three
5.  Sticky Header 
6.  Mobile Menu
7.  Hidden Sidebar style
8.  Section Title
9.  Banner Section / Two / Three
10. Project Section / Two / Three
11. Features Section / Two / Three
12. About Section / Two / Three
13. Services Section / Two / Three
14. Video Section / Two
15. Contact Section
16. FAQ's Section / Two
17. Fun Fact Section / Two
18. Testimonial Section / Two
19. Process Section / Two
20. Team Section
21. Why Choose Us / Two / Three
22. News Section
23. Main Footer
**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&amp;display=swap");
@import url("animate.css");
@import url("aos.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("jquery-ui.css");
@import url("linear.css");
@import url("select2.min.css");
@import url("fontawesome.css");
@import url("flaticons-common.css");
@import url("flaticon-set-medical.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 90deg;
  inherits: false;
}

:root {
  --r: 30px;
  /* radius */
  --s: 50px;
  /* size of the inner curve*/
  --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
  --theme-color1: #1e6832;
  --theme-color2: #003554;
  --theme-color3: #218fd1;
  --theme-color4: #f05da8;
  --theme-color1-text-color: #fff;
  --theme-color2-text-color: #fff;
  --theme-color3-text-color: #fff;
  --theme-color4-text-color: #fff;
  --theme-color1-rgb: 123, 102, 255;
  --theme-color2-rgb: 0, 53, 84;
  --theme-color3-rgb: 53, 224, 234;
  --theme-color4-rgb: 240, 93, 168;
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color-lighter: #f8f5f0;
  --theme-color-silver: #f4f4ff;
  --review-color: #FFAA18;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --theme-color-dark: #333;
  --theme-color-gray: #f6f6f6;
  --gradient-1: linear-gradient(90deg, #218fd1 0%, rgb(30 104 50) 100%);
  --gradient-2: linear-gradient(to left, rgba(var(--theme-color1-rgb), 1) 0%, rgba(var(--theme-color1-rgb), 0.7) 100%);
  --gradient-3: linear-gradient(180deg, var(--theme-color1) 0%, rgba(0, 0, 0, 0) 100%);
  --gradient-4: linear-gradient(180deg, rgba(217, 244, 95, 0) 0%, rgba(217, 244, 95, 0.5) 100%);
  --gradient-5: linear-gradient(180deg, var(--theme-color1) 0%, rgba(126, 142, 55, 0) 100%);
  --gradient-6: linear-gradient(180deg, #0a0a0a 0%, rgba(10, 10, 10, 0.3) 45%, #0a0a0a 90%);
  --gradient-7: linear-gradient(180deg, rgba(217, 244, 95, 0.7) 37.5%, rgba(255, 212, 212, 0) 100%);
  --text-color: #757575;
  --headings-color: #003554;
  --link-color: var(--theme-color1);
  --link-hover-color: var(--theme-color1);
  --body-font-family: "Inter", sans-serif;
  --heading-font-family: "Google Sans Flex", sans-serif;
  --font-family-style3: "Playfair Display", serif;
  --body-bg: #f4f4ff;
  --body-font-size: 16px;
  --body-line-height: 1.9;
  --body-font-weight: 400;
  --line-height-heading-h1: 1.2625em;
  --line-height-heading-h2: 1.2em;
  --line-height-heading: 1.3em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 80px;
  --h2-font-size: 50px;
  --h3-font-size: 30px;
  --h4-font-size: 24px;
  --h5-font-size: 20px;
  --h6-font-size: 16px;
  --h1-font-weight: 600;
  --h2-font-weight: 500;
  --h3-font-weight: 500;
  --h4-font-weight: 500;
  --h5-font-weight: 500;
  --h6-font-weight: 500;
  --sec-title-subtitle-color: var(--headings-color);
  --sec-title-subtitle-font-size: 16px;
  --sec-title-subtitle-font-family: var(--body-font-family);
  --sec-title-subtitle-font-weight: 400;
  --sec-title-subtitle-line-height: 1.4;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: 50px;
  --sec-title-font-family: var(--heading-font-family);
  --sec-title-font-weight: 500;
  --sec-title-title-line-height: var(--line-height-heading-h2);
  --theme-light-background: #133241;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #000000;
  --container-width: 1350px;
  --small-container-width: 1000px;
  --large-container-width: 1870px;
}

.title {
  letter-spacing: 0;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #fff;
}

::-moz-input-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

body {
  background-color: white;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

[data-tm-layout=lemon] body {
  background-color: var(--dark-color1);
}

p,
.text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  position: relative;
  line-height: var(--line-height-heading-);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small,
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--headings-color);
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6 {
  margin-bottom: 1rem;
}

h1,
.h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2,
.h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading-h2);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.2;
}

h3,
.h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}

h4,
.h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading);
}

h5,
.h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading-small);
}

h6,
.h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}

p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

a b,
a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

ol,
ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

b,
strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.row:not([class*=gx-], [class*=gy-], [class*=g-]) {
  --bs-gutter-x: 30px;
}

.gx-100 {
  --bs-gutter-x: 100px;
}

.gx-50 {
  --bs-gutter-x: 50px;
}

.gx-24 {
  --bs-gutter-x: 24px;
}

.gx-12 {
  --bs-gutter-x: 12px;
}

.container .container {
  width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

section>.container,
section>.container-fluid {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: var(--container-width);
    --bs-gutter-x: 30px;
  }
}

/*=== Default Form ===*/
.form-control,
.input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #fbfbfb;
  border: 1px solid #00000017;
  color: #111;
  font-size: 0.9rem;
  width: 100%;
}

.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
  color: #111;
  opacity: 1;
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
  color: #111;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: #111;
  opacity: 1;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: #111;
  opacity: 1;
}

.form-control::placeholder,
.input-text::placeholder {
  color: #111;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: #111;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: #111;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* -------- Dark Theme Styling ---------- */
.dark-layout {
  background-color: var(--theme-color-dark) !important;
  --sec-title-color: var(--theme-color-light);
}

.dark-layout .sticky-header .main-menu .navigation>li>a,
.dark-layout h1,
.dark-layout h2,
.dark-layout h3,
.dark-layout h4,
.dark-layout h5,
.dark-layout h6 {
  color: var(--theme-color-light);
}

.dark-layout .preloader {
  background-color: var(--theme-color-dark);
}

.dark-layout .preloader:after {
  background-image: url(../images/logo.png);
}

.dark-layout .sticky-header {
  background-color: var(--theme-color-dark);
}

.dark-layout .hidden-bar .upper-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-layout .hidden-bar .social-links {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-layout .hidden-bar .social-links li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/*** 

====================================================================
Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/*** 

====================================================================
Global Settings
====================================================================

***/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

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

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.title a {
  color: inherit;
}

.page-wrapper-shape .anim-icons {
  pointer-events: none;
}

.page-wrapper-shape .anim-icons .image-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.page-wrapper-shape .anim-icons .image-2 {
  position: absolute;
  bottom: 400px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.color1 {
  color: var(--theme-color1);
}

[data-tm-layout=lemon] .color1 {
  color: var(--dark-color2);
}

.color1-1 {
  color: var(--theme-color1);
}

.color2 {
  color: var(--theme-color2);
}

.color3 {
  color: var(--theme-color3);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow-x: hidden;
  z-index: 99;
}

.sticky-section {
  position: sticky;
  top: 120px;
}

.large-container {
  position: static;
  max-width: var(--large-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.small-container {
  position: static;
  max-width: var(--small-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.dropdown-toggle::after {
  display: none;
}

.section-padding {
  padding: 30px 0;
}

@media (max-width: 991.98px) {
  .section-padding {
    padding: 30px 20px;
  }
}

.fix {
  position: relative;
  overflow: hidden;
}

/* @media (max-width: 1199.98px) {
  br {
    display: none;
  }
} */

/*=======================
    Preloader
=======================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
}

.preloader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  margin-left: -55px;
  margin-top: -70px;
  height: 110px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
  background-image: url(../images/logo.png);
  content: "";
}

.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  color: var(--theme-color-dark);
  font-weight: 600;
  font-size: 14px;
  font-family: var(--heading-font-family);
  letter-spacing: 2px;
  text-transform: uppercase;
  content: "Loading";
  -webkit-transition: none;
  transition: none;
}

.preloader-loaded {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.preloader-loaded.light .text-preloader-outer .text-preloading .text-split {
  color: #000;
}

.preloader-loaded.light .text-preloader-outer .text-preloading .text-split:before {
  color: var(--theme-color1);
}

.preloader-loaded.light .preloader-slide {
  background-color: #fff;
}

.preloader-loaded.loaded .text-preloader-outer {
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

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

.preloader-loaded .text-preloader-outer {
  position: absolute;
  z-index: 100;
}

.preloader-loaded .text-preloader-outer .text-preloading {
  font-size: 80px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-top: 180px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 1199.98px) {
  .preloader-loaded .text-preloader-outer .text-preloading {
    font-size: 40px;
  }
}

.preloader-loaded .text-preloader-outer .text-preloading:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  margin-left: -55px;
  margin-top: -70px;
  height: 70px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
  background-image: url(../images/icons/preloader.html);
  content: "";
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split {
  color: #fff;
  position: relative;
  display: inline-block;
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:before {
  color: var(--theme-color1);
  content: attr(data-text);
  -webkit-animation: text-split 4s infinite;
  animation: text-split 4s infinite;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.preloader-loaded .preloader-slide {
  background-color: #000;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader-loaded .preloader-slide.slide-left {
  left: 0;
}

.preloader-loaded .preloader-slide.slide-right {
  right: 0;
}

@-webkit-keyframes text-split {

  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes text-split {

  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

/*=======================
Scroll To Top style
=======================*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--theme-color1);
  -webkit-box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--text-color-theme-color1);
  border-radius: 50%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  color: var(--theme-color1-text-color);
}

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

/*Social Icon One*/
.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-icon-one li {
  position: relative;
  margin-left: 21px;
}

.social-icon-one li:first-child {
  margin-left: 0;
}

.social-icon-one li a {
  position: relative;
  display: block;
  line-height: 27px;
  text-align: center;
  font-size: 14px;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-one li a:hover {
  color: var(--theme-color1);
}

.social-icon-one.light li a {
  color: var(--theme-color-light);
}

.social-icon-one.light li a:hover {
  color: var(--theme-color1);
}

/*Social Icon Two*/
.social-icon-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-icon-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.social-icon-two li:first-child {
  margin-left: 0;
}

.social-icon-two li a {
  position: relative;
  display: block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-two li a i {
  position: relative;
}

.social-icon-two li a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: var(--theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50px;
}

.social-icon-two li a:hover {
  color: #fff;
}

.social-icon-two li a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-pattern-1 {
  background-image: url(../images/icons/pattern-1.html);
}

.bg-pattern-2 {
  background-image: url(../images/icons/pattern-2.html);
}

.bg-pattern-3 {
  background-image: url(../images/icons/pattern-3.html);
}

.bg-pattern-4 {
  background-image: url(../images/icons/pattern-4.html);
}

.bg-pattern-5 {
  background-image: url(../images/icons/pattern-5.html);
}

.bg-pattern-6 {
  background-image: url(../images/icons/pattern-6.html);
}

.devider {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 80%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199.98px) {
  .devider {
    width: 100%;
  }
}

/*======================
    Tabs Box
======================*/
.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .active-tab {
  display: block;
}

.play-btn {
  position: relative;
}

.play-btn:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
}

.play-btn .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color1);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.play-btn .circle-text img {
  position: relative;
  display: inline-block;
  -webkit-animation: fa-spin 60s infinite linear;
  animation: fa-spin 60s infinite linear;
}

.play-btn-two {
  position: relative;
}

.play-btn-two:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
}

.play-btn-two .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 122px;
  width: 122px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color1);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.play-btn-two .circle-text img {
  position: relative;
  display: inline-block;
  -webkit-animation: fa-spin 60s infinite linear;
  animation: fa-spin 60s infinite linear;
}

/*======================
    Media Play Button 
======================*/
.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.play-now:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}

.play-now .icon {
  position: relative;
  display: inline-block;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  background-color: #ffffff;
  color: var(--theme-color-dark);
  z-index: 1;
  font-size: 22px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.play-now .ripple.light,
.play-now .ripple:before.light,
.play-now .ripple:after.light {
  -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
}

.play-now .ripple.light:before,
.play-now .ripple.light:after,
.play-now .ripple:before.light:before,
.play-now .ripple:before.light:after,
.play-now .ripple:after.light:before,
.play-now .ripple:after.light:after {
  -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
}

.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
    box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
    box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
    box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
    box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
  }
}

.play-now-two {
  height: 150px;
  width: 150px;
  background-color: rgba(21, 21, 21, 0.5);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 34px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-animation: zoom-one 3s infinite linear;
  animation: zoom-one 3s infinite linear;
}

.play-now-two:hover {
  color: #ff9205;
  background-color: #ffffff;
}

/*======================
    Contact Info Button 
======================*/
.info-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  padding-left: 70px;
  text-align: left;
  font-weight: 700;
  line-height: 20px;
  min-height: 62px;
  font-family: var(--heading-font-family);
}

@media (max-width: 991.98px) {
  .info-btn {
    padding-left: 70px;
  }
}

.info-btn:hover .icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.info-btn small {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color-dark);
  margin-bottom: 8px;
}

@media (max-width: 991.98px) {
  .info-btn small {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.info-btn strong {
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-color1);
}

@media (max-width: 991.98px) {
  .info-btn strong {
    font-size: 26px;
  }
}

@media (max-width: 575.98px) {
  .info-btn strong {
    font-size: 20px;
  }
}

.info-btn .icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 991.98px) {
  .info-btn .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.info-btn:hover {
  color: var(--theme-color1);
}

.info-btn-two {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  text-align: left;
  font-weight: 700;
  line-height: 20px;
  min-height: 74px;
  padding: 0 42px;
  padding-left: 90px;
  border-radius: 50px;
  background-color: var(--theme-color-light);
  font-family: var(--heading-font-family);
}

@media (max-width: 991.98px) {
  .info-btn-two {
    padding-left: 70px;
  }
}

.info-btn-two small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--theme-color-dark);
  margin-bottom: 0;
}

.info-btn-two strong {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-color-dark);
}

.info-btn-two .icon {
  position: absolute;
  left: 8px;
  top: 10px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}

.info-btn-two:hover {
  color: var(--theme-color1);
}

.styled-pagination {
  position: relative;
  max-width: 356px;
  margin: 12px auto;
  width: 100%;
  margin-top: 60px;
  background-color: transparent;
}

.styled-pagination .swiper-pagination-progressbar-fill {
  background: -webkit-gradient(linear, right top, left top, color-stop(-1.4%, rgba(217, 217, 217, 0)), to(#C2A74E));
  background: linear-gradient(270deg, rgba(217, 217, 217, 0) -1.4%, #C2A74E 100%);
}

.styled-pagination .swiper-pagination-progressbar-fill:before {
  position: absolute;
  top: -7px;
  height: 15px;
  width: 15px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  content: "";
}

.swiper-horizontal {
  padding-bottom: 70px;
}

.swiper-horizontal>.styled-scrollbar {
  border-radius: 2px;
  height: 3px;
  width: 356px;
  bottom: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-gradient(linear, right top, left top, color-stop(-1.4%, rgba(217, 217, 217, 0)), to(#C2A74E));
  background: linear-gradient(270deg, rgba(217, 217, 217, 0) -1.4%, #C2A74E 100%);
}

.swiper-horizontal>.styled-scrollbar>.swiper-scrollbar-drag {
  background-color: var(--theme-color1);
  border-radius: 50%;
  height: 15px;
  max-width: 15px;
  top: -6px;
  cursor: pointer;
}

/*================================
    Progress Bar
=================================*/
.skills {
  position: relative;
}

.skills .skill-item {
  position: relative;
  margin-bottom: 35px;
}

.skills .skill-item:last-child {
  margin-bottom: 0px;
}

.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 6px;
  margin-top: 31px;
}

.skills .skill-item .skill-header .skill-title {
  font-size: 14px;
  color: var(--theme-color-dark);
  font-weight: 600;
  font-family: var(--body-font-family);
}

.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 6px;
  border-radius: 6px;
}

.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 6px;
}

.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 5px;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
  background-color: var(--theme-color2);
}

.skills .skill-item .skill-bar .bar-inner .bar:before {
  border: 1px solid #d7d7d7;
  content: "";
  top: -4px;
  left: -3px;
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

.skills .skill-item .skill-bar .bar-inner .skill-percentage {
  position: absolute;
  right: 8px;
  bottom: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  color: var(--theme-color2);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  height: 26px;
  text-align: center;
}

/*========================
  Select2 Dropdown Plugin
========================*/
.select2-dropdown {
  border: 1px solid #eee;
}

.select2-results__option {
  padding: 0 10px;
  color: #7c858c;
  border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #7c858c;
  padding-left: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--theme-color1);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  bottom: 1px;
  height: auto;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  color: #7c858c;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  position: relative;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
}

/*==========================
	Nav Style One
===========================*/
.nav-style-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
}

.nav-style-one .next,
.nav-style-one .prev {
  margin-right: 38px;
  padding: 18px 25px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-style-one .next .icon,
.nav-style-one .prev .icon {
  position: relative;
  display: inline-block;
}

.nav-style-one .next .icon:before,
.nav-style-one .prev .icon:before {
  position: absolute;
  top: 0;
  margin-top: -20px;
  right: -25px;
  height: 52px;
  width: 52px;
  border: 1px dotted #fff;
  border-radius: 100px;
  content: "";
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.nav-style-one .next:hover .icon:before,
.nav-style-one .prev:hover .icon:before {
  background-color: rgba(255, 255, 255, 0.15);
  width: 125px;
}

.nav-style-one .prev {
  margin-right: 0;
  padding-left: 25px;
  padding-right: 0;
}

.nav-style-one .prev .icon:before {
  left: -25px;
  right: auto;
}

.nav-style-one .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.nav-style-one.dark .next .icon:before,
.nav-style-one.dark .prev .icon:before {
  border: 1px solid #797979;
}

/*==========================
	Default Tabs
===========================*/
.default-tabs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.default-tabs .tab-buttons {
  position: relative;
  margin-bottom: 30px;
}

.default-tabs .tab-buttons li {
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 35px;
  color: var(--theme-color1);
  line-height: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  margin-right: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-tabs .tab-buttons li:last-child {
  margin-right: 0;
}

.default-tabs .tab-buttons li.active-btn {
  background: var(--gradient-1);
  color: #ffffff;
}

.default-tabs .tabs-content {
  position: relative;
  width: 100%;
}

.blockquote-style-one {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color-dark);
  padding: 0 0 0 25px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: var(--heading-font-family);
  font-weight: 600;
  margin-bottom: 30px;
}

.blockquote-style-one:before {
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 3px;
  z-index: 2;
  background-color: var(--theme-color1);
  content: "";
}

.box-shadow-none,
.box_shadow_none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.button-circle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 30px;
}

.button-circle .inner {
  width: 140px;
  height: 140px;
  line-height: 153px;
  text-align: center;
}

.button-circle .inner .shape-circle1 {
  position: absolute;
  top: 0;
  left: 0;
}

.button-circle .inner .icon {
  width: 106px;
  height: 106px;
  text-align: center;
  line-height: 106px;
  border-radius: 50%;
  color: var(--theme-color-dark);
  background-color: var(--theme-color1);
  font-size: 34px;
}

.button-circle .inner .text-circle-box {
  position: relative;
}

.button-circle .inner .text-circle-box svg {
  fill: #fff;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 12px;
  text-transform: uppercase;
}

/***

==================================================================
btn-style-one
==================================================================

***/
.btn-style-one {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0px;
  position: relative;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  height: 56px;
  line-height: 56px;
  background: linear-gradient(90deg, #218fd1 0%, rgb(30 104 50) 50%, #218fd1 100%);
  background-size: 200% auto;
  color: #fff;
  gap: 10px;
  border-radius: 40px;
  padding-right: 30px;
  padding-left: 30px;
}

.btn-style-one:hover {
  background-position: right center;
  padding-right: 38px;
  padding-left: 10px !important;
  gap: 0;
}

.btn-style-one:hover .btn-arrow-left {
  scale: 1;
  left: 10px;
}

.btn-style-one:hover .btn-arrow-right {
  scale: 0;
}

.btn-style-one:hover .btn-title {
  -webkit-transform: translateX(55px);
  transform: translateX(55px);
  color: #fff;
}

.btn-style-one:active {
  padding-right: 38px;
  padding-left: 10px !important;
  gap: 0;
}

.btn-style-one:active .btn-arrow-left {
  scale: 1;
  left: 10px;
}

.btn-style-one:active .btn-arrow-right {
  scale: 0;
}

.btn-style-one:active .btn-title {
  -webkit-transform: translateX(55px);
  transform: translateX(55px);
  color: #fff;
}

.btn-style-one:focus {
  padding-right: 38px;
  padding-left: 10px !important;
  gap: 0;
}

.btn-style-one:focus .btn-arrow-left {
  scale: 1;
  left: 10px;
}

.btn-style-one:focus .btn-arrow-right {
  scale: 0;
}

.btn-style-one:focus .btn-title {
  -webkit-transform: translateX(55px);
  transform: translateX(55px);
  color: #fff;
}

.btn-style-one .btn-arrow-left {
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  color: var(--theme-color2);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  scale: 0;
  left: 0;
  right: auto;
  position: absolute;
}

.btn-style-one .btn-arrow-right {
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  color: var(--theme-color2);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}

.btn-style-one .btn-arrow-right i {
  rotate: -30deg;
}

.btn-style-one .btn-title {
  font-weight: 400;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  text-transform: capitalize;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/***

==================================================================
btn-style-two
==================================================================

***/
.btn-style-two {
  color: var(--theme-color1-text-color);
  background: linear-gradient(90deg, #218fd1 0%, rgb(30 104 50) 50%, #218fd1 100%);
  background-size: 200% auto;
  border: 1px solid transparent;
  padding: 10px 20px;
  border-radius: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
  gap: 0;
  z-index: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.btn-style-two:hover {
  background-position: right center;
  color: var(--theme-color2-text-color);
}

.accordion-box {
  position: relative;
}

.accordion-box .block {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 5px;
}

.accordion-box .block .acc-btn {
  position: relative;
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  font-weight: var(--h4-font-weight);
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 8px 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accordion-box .block .acc-btn i {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content .content {
  position: relative;
  margin-top: -2px;
}

.accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #808287;
  margin-bottom: 5px !important;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box {
  position: relative;
}

.accordion-box .accordion {
  border-radius: 20px;
  padding: 25px 30px 20px 30px;
  border: none;
  background-color: var(--theme-color-white);
  margin-bottom: 21px;
}

@media (max-width: 991.98px) {
  .accordion-box .accordion {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.accordion-box .accordion.active-block {
  padding: 25px 30px 20px 30px;
  background-color: var(--theme-color2);
}

@media (max-width: 991.98px) {
  .accordion-box .accordion.active-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.accordion-box .accordion.active-block .acc-btn {
  padding: 0 0 22px;
  color: var(--theme-color2-text-color);
}

.accordion-box .accordion.active-block .acc-btn.active .icon {
  background-color: var(--theme-color-white);
}

.accordion-box .accordion.active-block .acc-content .content .text {
  color: rgba(var(--theme-color-white-rgb), 0.8);
}

.accordion-box .accordion .acc-btn {
  padding: 0;
}

.accordion-box .accordion .acc-btn .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  background-color: var(--theme-color-silver);
  color: var(--headings-color);
  font-size: 16px;
  font-weight: 400;
}

@-webkit-keyframes borderanimate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  60% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

@keyframes borderanimate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  60% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

/*** 

====================================================================
  Anim Icons
====================================================================

***/
.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
}

.anim-icons .shape-leaf1 {
  position: absolute;
  left: 39px;
  bottom: 0;
}

@media (max-width: 1599.98px) {
  .anim-icons .shape-leaf1 {
    display: none;
  }
}

.anim-icons .shape-leaf2 {
  position: absolute;
  right: 39px;
  bottom: 0;
}

@media (max-width: 1599.98px) {
  .anim-icons .shape-leaf2 {
    display: none;
  }
}

.anim-icons.align-top .shape-leaf1,
.anim-icons.align-top .shape-leaf2 {
  bottom: auto;
  top: 0;
}

[text-split] {
  opacity: 0;
}

.word {
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: -0.1em;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.anim-icons.full-width {
  max-width: 100%;
  pointer-events: none;
}

.anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.icon-wheel-1 {
  width: 144px;
  height: 163px;
  background-image: url(../images/icons/icon-wheel-1.html);
}

.icon-wheel-2 {
  width: 144px;
  height: 163px;
  background-image: url(../images/icons/icon-wheel-2.html);
}

.icon-wheel-3 {
  width: 149px;
  height: 147px;
  background-image: url(../images/icons/icon-wheel-3.html);
}

.icon-wheel-5 {
  width: 144px;
  height: 163px;
  background-image: url(../images/icons/icon-wheel-5.html);
}

.icon-wheel-compass-1 {
  width: 171px;
  height: 176px;
  background-image: url(../images/icons/icon-wheel-compass-1.html);
}

.icon-wheel-compass-2 {
  width: 97px;
  height: 99px;
  background-image: url(../images/icons/icon-wheel-compass-2.html);
}

.icon-wheel-compass-3 {
  width: 103px;
  height: 106px;
  background-image: url(../images/icons/icon-wheel-compass-3.html);
}

.icon-anchor-1 {
  width: 138px;
  height: 136px;
  background-image: url(../images/icons/icon-anchor-1.html);
}

.icon-sailboat-line-1 {
  width: 431px;
  height: 705px;
  background-image: url(../images/icons/icon-sailboat-line-1.html);
}

.icon-sailboat-line-3 {
  width: 242px;
  height: 250px;
  background-image: url(../images/icons/icon-sailboat-line-3.html);
}

.icon-sailboat-line-4 {
  width: 369px;
  height: 728px;
  background-image: url(../images/icons/icon-sailboat-line-4.html);
}

.icon-big-boat-1 {
  width: 800px;
  height: 464px;
  background-image: url(../images/icons/icon-big-boat-1.html);
}

.icon-big-boat-2 {
  width: 229px;
  height: 739px;
  background-image: url(../images/icons/icon-big-boat-2.html);
}

.icon-big-boat-3 {
  width: 373px;
  height: 126px;
  background-image: url(../images/icons/icon-big-boat-3.html);
}

.icon-big-boat-5 {
  width: 229px;
  height: 739px;
  background-image: url(../images/icons/icon-big-boat-5.html);
}

.icon-pattern1 {
  width: 494px;
  height: 465px;
  background-image: url(../images/background/footer1-pattern1.html);
}

.icon-pattern2 {
  width: 247px;
  height: 477px;
  background-image: url(../images/background/footer1-pattern2.html);
}

.icon-plane-1 {
  width: 350px;
  height: 349px;
  background-image: url(../images/icons/icon-plane-1.html);
}

.icon-plane-2 {
  width: 106px;
  height: 640px;
  background-image: url(../images/icons/icon-plane-2.html);
}

.icon-plane-3 {
  width: 455px;
  height: 420px;
  background-image: url(../images/icons/icon-plane-3.html);
}

.icon-plane-4 {
  width: 301px;
  height: 336px;
  background-image: url(../images/icons/icon-plane-4.html);
}

.icon-plane-5 {
  width: 313px;
  height: 253px;
  background-image: url(../images/icons/icon-plane-5.html);
}

.icon-plane-6 {
  width: 188px;
  height: 110px;
  background-image: url(../images/icons/icon-plane-6.html);
}

.icon-plane-7 {
  width: 256px;
  height: 255px;
  background-image: url(../images/icons/icon-plane-7.html);
}

.icon-plane-8 {
  width: 374px;
  height: 194px;
  background-image: url(../images/icons/icon-plane-8.html);
}

.icon-plane-9 {
  width: 313px;
  height: 253px;
  background-image: url(../images/icons/icon-plane-9.html);
}

.icon-big-arrow {
  width: 1279px;
  height: 250px;
  background-image: url(../images/banner/icon-big-arrow.html);
}

.icon-arrow {
  width: 42px;
  height: 64px;
  background-image: url(../images/icons/icon-arrow.html);
}

.icon-arrow-2 {
  width: 92px;
  height: 35px;
  background-image: url(../images/icons/icon-arrow-2.html);
}

.icon-big-bus {
  width: 807px;
  height: 621px;
  background-image: url(../images/icons/icon-big-bus.html);
}

.icon-bus {
  width: 623px;
  height: 432px;
  background-image: url(../images/icons/icon-bus.html);
}

.icon-bus-2 {
  width: 218px;
  height: 198px;
  background-image: url(../images/icons/icon-bus-2.html);
}

.icon-bus-3 {
  width: 800px;
  height: 502px;
  background-image: url(../images/icons/icon-bus-3.html);
}

.overlay-1 {
  width: 200px;
  height: 204px;
  background-image: url(../images/icons/overlay-1.html);
}

.overlay-2 {
  width: 860px;
  height: 621px;
  background-image: url(../images/icons/overlay-2.html);
}

.overlay-3 {
  width: 491px;
  height: 500px;
  background-image: url(../images/icons/overlay-3.html);
}

.overlay-4 {
  width: 1078px;
  height: 621px;
  background-image: url(../images/icons/overlay-4.html);
}

.overlay-5 {
  width: 379px;
  height: 297px;
  background-image: url(../images/icons/overlay-5.html);
}

.overlay-6 {
  width: 1706px;
  height: 780px;
  background-image: url(../images/icons/overlay-6.html);
}

.icon-shapes {
  width: 92px;
  height: 144px;
  background-image: url(../images/icons/icon-box.html);
}

.icon-box-2 {
  width: 233px;
  height: 194px;
  background-image: url(../images/icons/icon-box-2.html);
}

.icon-border-3 {
  width: 137px;
  height: 18px;
  background-image: url(../images/icons/icon-border-3.html);
}

.icon-quote {
  width: 92px;
  height: 66px;
  background-image: url(../images/icons/icon-quote.html);
}

.icon-quote-2 {
  width: 137px;
  height: 99px;
  background-image: url(../images/icons/icon-quote-2.html);
}

.icon-container {
  width: 615px;
  height: 396px;
  background-image: url(../images/icons/icon-container.html);
}

.icon-dots {
  width: 730px;
  height: 565px;
  background-image: url(../images/icons/icon-dots.html);
}

.icon-dots-2 {
  width: 679px;
  height: 676px;
  background-image: url(../images/icons/icon-dots-2.html);
}

.icon-dots-3 {
  width: 611px;
  height: 547px;
  background-image: url(../images/icons/icon-dots-3.html);
}

.icon-dots-4 {
  width: 810px;
  height: 666px;
  background-image: url(../images/icons/icon-dots-4.html);
}

.icon-dots-5 {
  width: 580px;
  height: 376px;
  background-image: url(../images/icons/icon-dots-5.html);
}

.icon-dotted-map {
  width: 987px;
  height: 478px;
  background-image: url(../images/icons/icon-dotted-map.html);
}

.icon-dotted-map-2 {
  width: 987px;
  height: 478px;
  background-image: url(../images/icons/icon-dotted-map-2.html);
}

.icon-city {
  width: 919px;
  height: 348px;
  background-image: url(../images/icons/icon-city.html);
}

.icon-city-2 {
  width: 541px;
  height: 205px;
  background-image: url(../images/icons/icon-city-2.html);
}

.bg-lines {
  width: 1532px;
  height: 100%;
  background-image: url(../images/icons/bg-lines.html);
}

.icon-city-3 {
  width: 541px;
  height: 205px;
  background-image: url(../images/icons/icon-city-3.html);
}

.bounce-y {
  -webkit-animation: bounce-y 5s infinite linear;
  animation: bounce-y 5s infinite linear;
}

.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
  animation: bounce-x 10s infinite linear;
}

.zoom-one {
  -webkit-animation: zoom-one 10s infinite linear;
  animation: zoom-one 10s infinite linear;
}

.zoom-two {
  -webkit-animation: zoom-two 5s infinite linear;
  animation: zoom-two 5s infinite linear;
}

.zoom-three {
  -webkit-animation: zoom-three 5s infinite linear;
  animation: zoom-three 5s infinite linear;
}

.float-horizontal {
  animation: float-horizontal 3s linear infinite alternate-reverse both;
}

@-webkit-keyframes float-horizontal {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes float-horizontal {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

.reveal-left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.reveal-left.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.reveal-right.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes tm-animation-flicker {

  0%,
  100% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }

  25% {
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
  }

  50% {
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4);
  }

  75% {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
  }
}

@keyframes tm-animation-flicker {

  0%,
  100% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }

  25% {
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
  }

  50% {
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4);
  }

  75% {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
  }
}

@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

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

@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

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

@-webkit-keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@-webkit-keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes round-shape-anim {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
    box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
  }

  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
    box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
  }
}

@keyframes round-shape-anim {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
    box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
  }

  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
    box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
  }
}

.overlay-anim {
  position: relative;
}

.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.overlay-anim-two {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.overlay-anim-two:hover:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.overlay-anim-two:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.animation__rotate {
  -webkit-animation: rotate 30s linear infinite;
  animation: rotate 30s linear infinite;
}

@-webkit-keyframes rotateY {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotateY {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.animation__rotateY {
  -webkit-animation: rotateY 30s linear infinite;
  animation: rotateY 30s linear infinite;
}

@-webkit-keyframes rotateX {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateX {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.animation__rotateX {
  -webkit-animation: rotateX 30s linear infinite;
  animation: rotateX 30s linear infinite;
}

@keyframes rotateX {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotateX {
  -webkit-animation: rotateX 30s linear infinite;
  animation: rotateX 30s linear infinite;
}

.circle {
  position: fixed;
  width: 10px;
  height: 10px;
  left: -10px;
  top: -10px;
  border-radius: 100%;
  z-index: 1;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@supports (mix-blend-mode: difference) {
  .circle {
    background-color: white;
    mix-blend-mode: difference;
  }
}

@media only screen and (max-width: 1023px) {
  .circle {
    display: none !important;
  }
}

.circleZoom {
  -webkit-animation: circlezoomrotate 15s infinite linear;
  animation: circlezoomrotate 15s infinite linear;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.circle-follow {
  position: fixed;
  mix-blend-mode: difference;
  width: 30px;
  height: 30px;
  left: -21px;
  top: -21px;
  border-radius: 100%;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@supports (mix-blend-mode: difference) {
  .circle-follow {
    border: 1px solid #fff;
    mix-blend-mode: difference;
  }
}

@media only screen and (max-width: 1023px) {
  .circle-follow {
    display: none !important;
  }
}

/* Animate 1 */
.animate-7,
.animate-6,
.animate-5,
.animate-4,
.animate-3,
.animate-2,
.animate-1 {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.animate-x {
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.active .animate-7,
.active .animate-6,
.active .animate-5,
.active .animate-4,
.active .animate-3,
.active .animate-2,
.active .animate-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.active .animate-2 {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.active .animate-3 {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.active .animate-4 {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

.active .animate-5 {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.active .animate-6 {
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.active .animate-7 {
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

/*** 

====================================================================
  Search Popup
====================================================================

***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color-dark);
}

[data-tm-layout=lemon] .search-popup .search-back-drop {
  background-color: var(--dark-color1);
}

.search-popup .search-back-drop {
  opacity: 0.95;
}

.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: var(--theme-color-light);
}

[data-tm-layout=lemon] .search-popup .close-search {
  color: var(--headings-color);
}

.search-popup .close-search {
  z-index: 3;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-inner {
  position: relative;
  display: block;
  top: 40%;
  height: auto;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 800px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-popup .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e6dc;
  padding: 15px 20px;
  color: #707070;
  background: #ffffff;
}

[data-tm-layout=lemon] .search-popup .form-group input[type=search],
[data-tm-layout=lemon] .search-popup .form-group input[type=text] {
  background: var(--dark-color2);
}

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
  border-color: var(--border-theme-color2);
}

.search-popup .form-group button {
  background: #ffffff;
  border-radius: 5px;
  color: var(--theme-color-dark);
}

[data-tm-layout=lemon] .search-popup .form-group button {
  background: var(--dark-color1);
  color: var(--dark-color2);
}

.search-popup .form-group button {
  display: block;
  font-size: 18px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .form-group button:hover {
  color: var(--theme-color-dark);
}

[data-tm-layout=lemon] .search-popup .form-group button:hover {
  color: var(--dark-color2);
}

.search-popup textarea::-webkit-input-placeholder,
.search-popup input::-webkit-input-placeholder {
  color: inherit;
}

.search-popup textarea::-moz-placeholder,
.search-popup input::-moz-placeholder {
  color: inherit;
}

.search-popup textarea:-ms-input-placeholder,
.search-popup input:-ms-input-placeholder {
  color: inherit;
}

.search-popup textarea::-ms-input-placeholder,
.search-popup input::-ms-input-placeholder {
  color: inherit;
}

.search-popup textarea::placeholder,
.search-popup input::placeholder {
  color: inherit;
}

.moblie-search-active .search-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 0%;
}

.moblie-search-active .search-popup .search-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

/*** 

====================================================================
Main Header
====================================================================

***/
.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
}

/* KTCT Premium Top Bar */
.ktct-top-bar {
  background: linear-gradient(90deg, #218fd1 0%, rgb(30 104 50) 100%);
  padding: 8px 0;
}

.ktct-top-inner {
  max-width: 1720px;
  padding: 0 30px !important;
}

.ktct-top-bar .top-contact-list li a,
.ktct-top-bar .top-contact-list li span {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.ktct-top-bar .top-contact-list li .icon-box {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ktct-top-bar .top-contact-list li .icon-box i {
  color: #ffffff;
  font-size: 12px;
}

.ktct-top-bar .social-btn {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #ffffff;
  transition: background 0.3s ease, transform 0.3s ease;
}

.ktct-top-bar .social-btn:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  transform: translateY(-2px);
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .ktct-top-bar .ktct-top-inner {
    flex-direction: column;
    gap: 6px;
    padding: 0 10px !important;
    text-align: center;
  }

  .ktct-top-bar .top-contact-list {
    justify-content: center;
    gap: 10px !important;
  }

  .ktct-top-bar .top-social-links {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .ktct-top-bar .top-contact-list li span.fw-semibold:not(:first-child) {
    display: none;
  }

  .ktct-top-bar .top-contact-list li a,
  .ktct-top-bar .top-contact-list li span {
    font-size: 11px;
  }
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.header-top .top-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1439.98px) {
  .header-top .top-center {
    display: none;
  }
}

.header-top .top-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top .useful-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

.header-top .useful-links li {
  position: relative;
  margin-right: 30px;
  font-size: 12px;
  font-weight: 500;
  color: #bdbdbd;
  line-height: 20px;
  font-family: var(--heading-font-family);
}

.header-top .useful-links li a {
  color: #bdbdbd;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-top .useful-links li a:hover {
  color: var(--theme-color1);
}

.main-header .logo {
  position: relative;
  display: block;
}

.main-header .logo img {
  max-width: 100%;
  height: auto;
}

.logo-text {
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;

  background: linear-gradient(90deg,
      #218fd1 0%,
      #218fd1 35%,
      #62c77a 45%,
      #218fd1 50%,
      #62c77a 55%,
      #218fd1 65%,
      #218fd1 100%);

  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: letterShine 5s ease-in-out infinite;

  line-height: 1.2;
  white-space: nowrap;
  font-family: var(--font-family-style3);
}

@keyframes letterShine {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.logo-img-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  flex-shrink: 0;
}

.logo-img-wrapper img {
  display: block;
  width: 100%;
  height: auto;

  animation: logoShine 2s ease-in-out infinite;
}

.logo-img-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(90deg,
      #218fd1 0%,
      rgb(30 104 50) 100%);

  opacity: 0;
  mix-blend-mode: color;

  pointer-events: none;

  animation: gradientShine 2s ease-in-out infinite;
}

@keyframes logoShine {

  0%,
  100% {
    filter: brightness(1) saturate(1);
  }

  50% {
    filter: brightness(1.05) saturate(1.1);
  }
}

@keyframes gradientShine {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }
}

@media (max-width: 1199px) {
  .logo-text {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .logo-img-wrapper {
    width: 65px;
  }

  .logo-text {
    font-size: 15px;
    white-space: nowrap;
    line-height: 1.25;
    max-width: none;
  }

  .main-header .logo img {
    max-width: 100% !important;
  }

  .mobile-menu .nav-logo {
    display: none;
  }

  .header-style-one .header-lower .inner-container .logo-box {
    max-width: 80%;
  }
}

.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 1023.98px) {
  .main-header .main-box {
    padding: 0;
  }
}

.main-header .main-box .nav-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1023.98px) {
  .main-header .main-box .nav-outer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

@media (max-width: 1024px) {
  .main-header .mobile-nav-toggler {
    display: block !important;
  }
}

.main-menu {
  position: relative;
}

@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  top: 0;
}

.main-menu .navigation>li {
  position: relative;
  float: left;
  padding: 37.2px 0;
  margin: 0 0 0 25px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: capitalize;
}

@media (max-width: 1439.98px) {
  .main-menu .navigation>li {
    margin: 0 0 0 12px;
    margin-right: 0;
  }
}

.main-menu .navigation>li:hover:before,
.main-menu .navigation>li.current:before {
  color: var(--theme-color1);
  left: 0;
  width: 100%;
}

.main-menu .navigation>li:last-child:after {
  display: none;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--body-font-family);
  text-transform: uppercase;
  line-height: 26.6px;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>a:hover {
  color: #218fd1;
}

.main-menu .navigation>li>a .icon {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  margin-left: 10px;
}

.main-menu .navigation>li.dropdown>a:after {
  content: "\f107";
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 900;
  height: 20px;
  line-height: 28px;
  margin-left: 6px;
  position: relative;
  z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation>li>ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 228px;
  z-index: 100;
  padding: 0;
  background-color: var(--theme-color-white);
  margin-top: 30px;
  opacity: 0;
  display: none;
  -webkit-box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li {
  border-bottom: 1px solid var(--theme-color-lighter);
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 4px;
  background-color: #218fd1;
  top: 0;
  left: 0;
  scale: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
  color: #333333;
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--body-font-family);
  margin: 0 30px;
  padding: 13px 0px;
  line-height: 26.6px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li>a .badge-menu {
  background-color: #336AEA;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  padding: 3.5px 5px 4.5px;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 0 0 4px;
  position: relative;
  top: -3px;
  text-align: center;
}

.main-menu .navigation>li>ul>li>a .badge-menu.badge-color-red {
  background-color: #ff3838;
}

.main-menu .navigation>li>ul>li>a .badge-menu.badge-color-yellow {
  background-color: #ffaa17;
}

.main-menu .navigation>li>ul>li>a .badge-menu.badge-color-dark {
  background-color: #222429;
}

.main-menu .navigation>li>ul>li:hover {
  background-color: #F6F6F6;
}

.main-menu .navigation>li>ul>li:hover:before {
  scale: 1;
}

.main-menu .navigation>li>ul li.dropdown>a {
  padding-right: 15px;
}

.main-menu .navigation>li>ul li.dropdown>a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  line-height: 24px;
  font-size: 11px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation>li>ul li.dropdown:hover>ul {
  visibility: visible !important;
  opacity: 1 !important;
  top: 0px;
  margin-top: 0px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul ul {
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
  display: none;
  left: 100%;
  margin-top: 10px;
  opacity: 0;
  padding: 0;
  position: absolute;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  top: 10px;
  width: 220px;
  z-index: 100;
}

.main-menu .navigation>li>ul ul>li {
  border-bottom: 1px solid var(--theme-color-lighter);
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul ul>li:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 4px;
  background-color: #218fd1;
  top: 0;
  left: 0;
  scale: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul ul>li:hover {
  background-color: #F6F6F6;
}

.main-menu .navigation>li>ul ul>li:hover:before {
  scale: 1;
}

.main-menu .navigation>li>ul ul>li>a {
  color: black;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 26.6px;
  margin: 0 30px;
  padding: 13px 0px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid var(--theme-color-light);
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color-light);
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .ui-btn {
  position: relative;
  display: block;
  line-height: 30px;
  text-align: center;
  background: none;
  font-size: 20px;
  color: var(--theme-color-dark);
  margin-left: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .ui-btn:hover {
  color: var(--theme-color1);
}

.main-header .info-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  padding-left: 70px;
  color: var(--theme-color-dark);
  text-align: left;
  font-weight: 700;
  line-height: 20px;
  min-height: 62px;
  font-family: var(--heading-font-family);
}

.main-header .info-btn small {
  display: block;
  font-size: 12px;
  line-height: 1em;
  font-weight: 400;
  color: #868686;
  margin-bottom: 0px;
}

.main-header .info-btn i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
  line-height: 48px;
  height: 48px;
  width: 48px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  background-color: var(--theme-color1);
}

.main-header .info-btn i:after {
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  background-color: var(--theme-color1);
  opacity: 0.1;
  border-radius: 50%;
  content: "";
}

.main-header .info-btn:hover {
  color: var(--theme-color1);
}

.contact-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-list li {
  position: relative;
  padding-left: 65px;
  margin-left: 35px;
}

.contact-list li .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: var(--theme-color1);
}

.contact-list li .title {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 600;
  font-family: var(--body-font-family);
  margin-bottom: 2px;
}

.contact-list li .text {
  font-size: 16px;
  line-height: 24px;
  color: #cecece;
}

.contact-list li .text a {
  color: inherit;
}

.main-header .cart-btn {
  background-color: var(--theme-color1);
  position: relative;
  color: var(--theme-color-light);
  font-size: 30px;
  padding: 38.5px 10px;
  text-align: center;
  width: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
  .main-header .cart-btn {
    padding: 28px 10px;
    width: 90px;
  }
}

.main-header .cart-btn:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
}

.main-header .cart-btn .count {
  position: absolute;
  top: 30px;
  right: 20px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  font-size: 10px;
  border-radius: 50%;
  color: var(--theme-color-dark);
  background-color: var(--theme-color-white);
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .cart-btn-two {
  position: relative;
  color: var(--theme-color-dark);
  font-size: 22px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .cart-btn-two:hover {
  color: var(--theme-color1);
}

.main-header .cart-btn-two .count {
  position: absolute;
  top: -7px;
  right: -12px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  font-size: 10px;
  border-radius: 50%;
  color: var(--theme-color-white);
  background-color: var(--theme-color-dark);
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-search {
  position: relative;
  width: 160px;
}

.header-search .form-group {
  position: relative;
}

.header-search .form-group .icon {
  position: absolute;
  top: 0px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 20px;
  font-size: 20px;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.6);
  background: none;
}

.main-header .search-btn {
  color: var(--theme-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  text-align: center;
}

.main-header .search-btn:hover {
  color: var(--theme-color1);
}

[data-tm-layout=lemon] .main-header .search-btn:hover {
  color: var(--dark-color2);
}

.main-header .search-btn:hover strong {
  color: var(--theme-color1);
}

/*** 

====================================================================
    Header Style one
====================================================================

***/
.header-style-one {
  /* position: absolute; */
  padding: 0px 0 0;
  top: 0;
  left: 0;
}

@media (max-width: 1024px) {
  .header-style-one {
    padding: 8px 10px 8px 0px;
  }
}

.header-style-one .header-lower {
  position: relative;
}

.header-style-one .header-lower .inner-container {
  position: relative;
  max-width: 1720px;
  padding: 10px 5px 0px 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
}

@media (max-width: 1439.98px) {
  .header-style-one .header-lower .inner-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header-style-one .header-lower .inner-container .logo-box {
  position: relative;
}

.header-style-one .header-lower .inner-container .logo-box .logo img {
  max-width: 110px;
  /* border-radius: 5px;
  background-color: #ffffff; */

  /* padding: 8px; */
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

.header-style-one .header-lower .inner-container .nav-outer {
  position: relative;
  border-radius: 30px;
  display: inline-block;
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  padding: 0 30px 0 0;
  margin-right: 0;
}

@media (max-width: 1199.98px) {
  .header-style-one .header-lower .inner-container .nav-outer {
    margin-right: 0;
  }
}

.header-style-one .header-lower .inner-container .nav-outer .main-menu .navigation>li {
  padding: 16.9px 0;
}

.header-style-one .header-lower .inner-container .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 5px;
}

.header-style-one .header-lower .inner-container .right-box .theme-btn {
  margin-right: 20px;
}

@media (max-width: 1199.98px) {
  .header-style-one .header-lower .inner-container .right-box .theme-btn {
    display: none;
  }
}

.header-style-one .header-lower .inner-container .right-box .search-btn {
  display: inline-block;
  color: var(--theme-color-white);
  font-size: 20px;
  padding: 7px 0 7px 20px;
  margin: 0;
  border-left: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 1199.98px) {
  .header-style-one .header-lower .inner-container .right-box .search-btn {
    border-left: none;
  }
}

@media (max-width: 1024px) {
  .header-style-one .header-lower .inner-container .right-box .search-btn {
    display: none;
  }
}

.header-style-one .header-lower .inner-container .right-box .mobile-nav-toggler {
  display: none;
  margin-left: 20px;
}

.header-style-one .header-lower .inner-container .right-box .mobile-nav-toggler span {
  background-color: black;
}

/*** 

====================================================================
    header-style-two
====================================================================

***/
.header-style-two {
  position: relative;
  padding: 20px 15px 0;
}

@media (max-width: 1024px) {
  .header-style-two {
    padding: 0;
  }
}

.header-style-two .header-lower {
  position: relative;
  max-width: 1880px;
  border-radius: 20px;
  background-color: var(--theme-color-white);
  margin: 0 auto;
  padding: 25.6px 0;
}

@media (max-width: 1024px) {
  .header-style-two .header-lower {
    border-radius: 0;
    padding: 20px 0;
  }
}

.header-style-two .header-lower .inner-container {
  position: relative;
  max-width: 1730px;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1439.98px) {
  .header-style-two .header-lower .inner-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header-style-two .header-lower .inner-container .logo-box {
  position: relative;
}

.header-style-two .header-lower .inner-container .logo-box .logo img {
  max-width: 140px;
  border-radius: 15px;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.header-style-two .header-lower .inner-container .nav-outer {
  position: relative;
  border-radius: 30px;
  display: inline-block;
  background-color: var(--theme-color-silver);
  padding: 0 109px 0 107px;
  margin-left: -90px;
}

@media (max-width: 1439.98px) {
  .header-style-two .header-lower .inner-container .nav-outer {
    margin-left: 0;
    padding: 0 30px;
  }
}

.header-style-two .header-lower .inner-container .nav-outer .main-menu .navigation>li {
  padding: 21.5px 0 17.5px;
  margin: 0 16px;
}

.header-style-two .header-lower .inner-container .nav-outer .main-menu .navigation>li a {
  color: #222;
}

.header-style-two .header-lower .inner-container .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 5px;
}

.header-style-two .header-lower .inner-container .right-box .header-phone_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-right: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1199.98px) {
  .header-style-two .header-lower .inner-container .right-box .header-phone_box {
    display: none;
  }
}

.header-style-two .header-lower .inner-container .right-box .header-phone_box:hover .icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.header-style-two .header-lower .inner-container .right-box .header-phone_box .icon {
  position: relative;
  bottom: 4px;
  width: 45px;
  height: 45px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.header-style-two .header-lower .inner-container .right-box .header-phone_box i {
  color: var(--theme-color1-text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
}

.header-style-two .header-lower .inner-container .right-box .header-phone_box .info {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color-black);
  font-family: var(--heading-font-family);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 24px;
  margin-bottom: 4px;
}

.header-style-two .header-lower .inner-container .right-box .header-phone_box .info strong {
  color: #979797;
  font-weight: 400;
  font-family: var(--body-font-family);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 3px;
}

.header-style-two .header-lower .inner-container .right-box .header-phone_box .info strong:hover {
  color: var(--theme-color1);
}

.header-style-two .header-lower .inner-container .right-box .search-btn {
  position: relative;
  top: 4px;
  display: inline-block;
  color: var(--headings-color);
  font-size: 28px;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
  border-right: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
}

@media (max-width: 1199.98px) {
  .header-style-two .header-lower .inner-container .right-box .search-btn {
    border-left: none;
  }
}

@media (max-width: 1024px) {
  .header-style-two .header-lower .inner-container .right-box .search-btn {
    display: none;
  }
}

.header-style-two .header-lower .inner-container .right-box .mobile-nav-toggler {
  display: block;
  margin-right: 20px;
  margin-left: 0;
}

@media (max-width: 1199.98px) {
  .header-style-two .header-lower .inner-container .right-box .mobile-nav-toggler {
    margin-right: 0;
  }
}

.mobile-nav-toggler {
  background-color: transparent;
  margin-left: 45px;
  width: 25px;
  display: none;
}

.mobile-nav-toggler span {
  background-color: var(--theme-color-black);
}

[data-tm-layout=dark] .mobile-nav-toggler span {
  background-color: var(--headings-color);
}

.mobile-nav-toggler span {
  display: block;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 25px;
}

.mobile-nav-toggler span:not(:last-child) {
  margin-bottom: 7px;
}

.mobile-nav-toggler span:nth-child(2) {
  width: 12px;
}

.mobile-nav-toggler:hover span {
  width: 12px;
}

.mobile-nav-toggler:hover span:nth-child(2) {
  width: 25px;
}

/***

====================================================================
    Sticky Header
====================================================================

***/
.sticky-header {
  background: var(--theme-color-white);
}

[data-tm-layout=lemon] .sticky-header {
  background: var(--theme-color2);
}

.sticky-header {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  left: 0px;
  opacity: 0;
  padding: 0px 0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}

.sticky-header .mobile-nav-toggler {
  display: none !important;
}

@media (max-width: 1024px) {
  .sticky-header .mobile-nav-toggler {
    display: block !important;
  }
}

.sticky-header .mobile-nav-toggler span {
  color: var(--theme-color-black);
}

.sticky-header .header-phone_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-right: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .sticky-header .header-phone_box {
    display: none;
  }
}

.sticky-header .header-phone_box:hover .icon {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.sticky-header .header-phone_box .icon {
  width: 50px;
  height: 50px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.sticky-header .header-phone_box i {
  color: var(--theme-color1-text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
}

.sticky-header .header-phone_box .info {
  font-size: 17px;
  font-weight: 400;
  color: rgba(33, 38, 33, 0.6);
  font-family: var(--heading-font-family);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 3px;
  line-height: 24px;
}

.sticky-header .header-phone_box .info strong {
  color: var(--headings-color);
  font-weight: 500;
  font-size: 20px;
  font-family: var(--title-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 30px;
}

.sticky-header .header-phone_box .info strong:hover {
  color: var(--theme-color1);
}

.sticky-header .mobile-nav-toggler {
  background-color: transparent;
  margin-left: 45px;
  width: 25px;
}

@media only screen and (max-width: 1699px) {
  .sticky-header .mobile-nav-toggler {
    margin-left: 95px;
  }
}

@media only screen and (max-width: 1400px) {
  .sticky-header .mobile-nav-toggler {
    margin-left: 95px;
  }
}

@media (max-width: 1439.98px) {
  .sticky-header .mobile-nav-toggler {
    margin-left: 50px;
  }
}

@media (max-width: 1023px) {
  .sticky-header .mobile-nav-toggler {
    display: block !important;
  }
}

.sticky-header .mobile-nav-toggler span {
  background-color: var(--theme-color-black);
}

[data-tm-layout=dark] .sticky-header .mobile-nav-toggler span {
  background-color: var(--headings-color);
}

.sticky-header .mobile-nav-toggler span {
  display: block;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 25px;
}

@media (max-width: 767.98px) {
  .sticky-header .mobile-nav-toggler span {
    background-color: var(--theme-color-black);
  }
}

.sticky-header .mobile-nav-toggler span:not(:last-child) {
  margin-bottom: 7px;
}

.sticky-header .mobile-nav-toggler span:nth-child(2) {
  width: 12px;
}

.sticky-header .mobile-nav-toggler:hover span {
  width: 12px;
}

.sticky-header .mobile-nav-toggler:hover span:nth-child(2) {
  width: 25px;
}

.sticky-header.fixed-header {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}

.sticky-header .logo {
  padding: 10px 0 10px;
}

.sticky-header .logo img {
  max-width: 110px;
  border-radius: 5px;
  background-color: #ffffff;
}

.sticky-header .nav-outer {
  position: relative;
  background: none;
}

.sticky-header .inner-container {
  position: relative;
  max-width: 1720px;
  padding: 0px 5px 0px 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sticky-header .main-menu .navigation>li {
  margin: 0;
  margin-left: 60px;
  padding: 26.5px 0px;
}

.sticky-header .main-menu .navigation.onepage-nav>li {
  margin-left: 35px;
}

.header-style-one.header-style-home5 .sticky-header .main-menu .navigation.onepage-nav>li {
  margin-right: 10px;
}

@media (max-width: 1499.98px) {

  .main-menu .navigation.onepage-nav>li,
  .sticky-header .main-menu .navigation.onepage-nav>li {
    margin-right: 28px;
  }
}

[data-tm-layout=lemon] .sticky-header .main-menu .navigation>li>a {
  color: var(--theme-color-dark);
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li>a,
.sticky-header .main-menu .navigation>li:hover>a {
  color: var(--theme-color-black);
}

[data-tm-layout=lemon] .sticky-header .main-menu .navigation>li.current>a,
[data-tm-layout=lemon] .sticky-header .main-menu .navigation>li>a,
[data-tm-layout=lemon] .sticky-header .main-menu .navigation>li:hover>a {
  color: var(--theme-color-dark);
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
  display: none;
}

.sticky-header .mobile-nav-toggler {
  display: none;
}

@media (max-width: 1023.98px) {
  .sticky-header .mobile-nav-toggler {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 768px) {

  .main-menu .navigation>li>ul,
  .main-menu .navigation>li>ul ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}

.main-menu .navigation>li.dropdown ul li a {
  font-size: 16px !important;
}

.sticky-header .main-menu .navigation>li {
  margin: 0 0 0 32px;
}

/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
  position: relative;
  cursor: pointer;
  display: none;
  top: 0px;
  margin-left: 25px;
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.mobile-nav-toggler.style-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mobile-nav-toggler.style-2 span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: var(--theme-color-white);
}

.mobile-nav-toggler.style-2 span:nth-child(2) {
  width: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile-nav-toggler.style-2 span:nth-child(3) {
  width: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mobile-nav-toggler.style-2:hover span:nth-child(2) {
  width: 40px;
}

.mobile-nav-toggler.style-2:hover span:nth-child(3) {
  width: 40px;
}

@media only screen and (max-width: 1023px) {
  .mobile-nav-toggler {
    display: block !important;
  }
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 370px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  width: 100%;
  padding: 20px 20px;
}

.mobile-menu .close-btn {
  position: relative;
  top: 5px;
  text-align: center;
  font-size: 30px;
  color: var(--theme-color-white);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}

.mobile-menu .nav-logo img {
  max-height: 40px;
}

.mobile-menu .menu-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--headings-color);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 200ms;
  transition: all 0.4s ease 200ms;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
  color: var(--theme-color1);
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 17px;
  line-height: 44px;
  font-weight: 500;
  font-family: var(--title-font);
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul ul {
  display: none;
}

.mobile-menu .navigation li>ul>li {
  padding-left: 20px;
}

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}

.contact-list-one li {
  position: relative;
  margin-bottom: 20px;
}

.contact-list-one li:last-child {
  margin-right: 0;
}

.contact-list-one li .contact-info-box {
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.contact-list-one li .contact-info-box a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-list-one li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 23px;
  line-height: 50px;
  color: #fff;
}

.contact-list-one li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  text-transform: uppercase;
}

.mobile-menu .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: var(--bg-theme-color1);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}

.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-menu .social-links li a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

/***

==================================================================
gellary-section-h1
==================================================================

***/
/*** 

====================================================================
Section Title
====================================================================

***/
.sec-title {
  position: relative;
}

.sec-title.light .sub-title {
  background-color: rgba(var(--theme-color-white-rgb), 0.17);
  color: var(--theme-color-white);
}

.sec-title.light .title {
  color: var(--theme-color-white);
}

.sec-title.light .title span {
  color: transparent;
  /* Override parent color */
  background-image: var(--gradient-1);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-style3);
  font-weight: 400;
}

.sec-title .sub-title {
  position: relative;
  display: inline-block;
  padding: 9px 20px 9px 40px;
  border-radius: 50px;
  background-color: var(--theme-color-white);
  color: var(--sec-title-subtitle-color);
  font-size: var(--sec-title-subtitle-font-size);
  line-height: var(--sec-title-subtitle-line-height);
  font-family: var(--sec-title-subtitle-font-family);
  font-weight: var(--sec-title-subtitle-font-weight);
  text-transform: capitalize;
  letter-spacing: 0.1em;
}

.sec-title .sub-title.bg-color {
  background-color: var(--body-bg);
}

.sec-title .sub-title:before {
  position: absolute;
  left: 18px;
  top: calc(50% - 4px);
  background-color: #218fd1;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 10px;
  width: 8px;
}

.sec-title .title {
  position: relative;
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  color: var(--sec-title-color);
  font-size: clamp(37px, 5vw, 50px);
  line-height: 1.125;
  margin-bottom: 0;
  text-transform: capitalize;
}

.sec-title .title span {
  background-image: var(--gradient-1);
  background-size: 200% 100%;

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  font-family: var(--font-family-style3);
  display: inline-block;

  animation: titleTextShine 5s ease-in-out infinite;
}

@keyframes titleTextShine {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

/*** 

====================================================================
    Banner Section
====================================================================

***/
.banner-section {
  position: relative;
  padding: 30px 15px 20px;
}

.banner-section .carousel-item {
  height: 100%;
}

.banner-section .outer-box {
  position: relative;
  max-width: 1880px;
  min-height: 650px;
  display: flex;
  align-items: center;
  padding: 100px 0;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 auto;
}

@media (max-width: 1199.98px) {
  .banner-section .outer-box {
    min-height: 550px;
    padding: 80px 0;
  }
}

@media (max-width: 991.98px) {
  .banner-section .outer-box {
    min-height: 480px;
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .banner-section .outer-box {
    min-height: 380px;
    padding: 40px 0;
    border-radius: 20px;
  }
}

.banner-section .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.banner-section .outer-box .bg-image:before {
  position: absolute;
  content: "";
  background-image: url(../images/banner/banner1-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  top: 0;
  left: 0;
  z-index: 1;
}

.banner-section .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-section .outer-box .outer-container {
  position: relative;
  max-width: 1720px;
  padding: 0 70px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .banner-section .outer-box .outer-container {
    padding: 0 45px;
  }
}

@media (max-width: 767.98px) {
  .banner-section .outer-box .outer-container {
    padding: 0 20px;
  }
}

.banner-section .outer-box .outer-container .banner-content {
  position: relative;
}

.banner-section .outer-box .outer-container .banner-content .inner-content {
  position: relative;
  padding-top: 0px;
}

@media (max-width: 991.98px) {
  .banner-section .outer-box .outer-container .banner-content .inner-content {
    text-align: center;
    padding-top: 0;
    margin-bottom: 40px;
  }
}

.banner-section .outer-box .outer-container .banner-content .inner-content .banner-title {
  position: relative;
  color: var(--theme-color-white);
  font-weight: 700;
  text-transform: capitalize;
  font-size: clamp(28px, 5vw, 75px);
  line-height: 1.15;
  margin-bottom: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  letter-spacing: -1px;
  max-width: 720px;
}

.banner-section .outer-box .outer-container .banner-content .inner-content .content {
  position: relative;
  margin-top: 10px;
  padding-left: 0;
}

@media (max-width: 1199.98px) {
  .banner-section .outer-box .outer-container .banner-content .inner-content .content {
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .banner-section .outer-box .outer-container .banner-content .inner-content .content {
    text-align: center;
    padding-left: 0;
  }
}

.banner-section .outer-box .outer-container .banner-content .inner-content .content .shape {
  position: absolute;
  top: 12px;
  left: 8px;
}

@media (max-width: 991.98px) {
  .banner-section .outer-box .outer-container .banner-content .inner-content .content .shape {
    display: none;
  }
}

.banner-section .outer-box .outer-container .banner-content .inner-content .content .banner-title {
  margin-bottom: 20px;
}

.banner-section .outer-box .outer-container .banner-content .inner-content .content .text {
  position: relative;
  color: var(--theme-color-white);
  margin: 0 0 40px;
  max-width: 613px;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .banner-section .outer-box .outer-container .banner-content .inner-content .content .text {
    margin: 0 auto 30px;
  }
}

@media (max-width: 767.98px) {
  .banner-section .outer-box .outer-container .banner-content .inner-content .content .text {
    font-size: 15px;
    line-height: 22px;
    margin: 0 auto 20px;
  }

  .banner-section .outer-box .bg-image:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.75) 100%);
  }
}

.banner-section .outer-box .outer-container .funfact-column {
  position: relative;
}

@media (max-width: 767.98px) {
  .banner-section .outer-box .outer-container .funfact-column {
    display: none !important;
  }
}

.banner-section .outer-box .outer-container .funfact-column .inner-column {
  position: relative;
  max-width: 504px;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .banner-section .outer-box .outer-container .funfact-column .inner-column {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767.98px) {
  .banner-section .outer-box .outer-container .funfact-column .inner-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
  }
}

.banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box {
  position: relative;
  width: 100%;
  max-width: 252px;
  padding: 38px 20px 40px;
  border-radius: 30px 30px 0 30px;
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
  backdrop-filter: blur(10px);
  text-align: center;
  overflow: hidden;
}

.banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-150%) skewX(-20deg);
  -webkit-transform: translateX(-150%) skewX(-20deg);
  animation: boxShimmer 3s infinite;
  -webkit-animation: boxShimmer 3s infinite;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box {
    max-width: 100%;
    padding: 40px 20px;
    border-radius: 30px 0 0 30px;
  }
}

@media (max-width: 767.98px) {
  .banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box {
    border-radius: 20px;
    padding: 18px 15px;
    background-color: rgba(0, 0, 0, 0.35);
  }
}

.banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box:hover .award img {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box.two {
  margin-left: auto;
  border-radius: 0 30px 30px 30px;
  padding-top: 50px;
}

@media (max-width: 991.98px) {
  .banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box.two {
    margin-left: 0;
    padding: 40px 20px;
    border-radius: 0 30px 30px 0;
  }
}

@media (max-width: 767.98px) {
  .banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box.two {
    border-radius: 20px;
    padding: 18px 15px;
    background-color: rgba(0, 0, 0, 0.35);
  }
}

.banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box.two .award {
  margin-bottom: 8px;
}

@media (max-width: 991.98px) {
  .banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box.two .award {
    margin-bottom: 0;
  }
}

.banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box.two .award img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box .count-box {
  position: relative;
  margin-bottom: -2px;
  color: var(--theme-color-white);
  font-size: 46px;
}

@media (max-width: 991.98px) {
  .banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box .count-box {
    margin-bottom: 2px;
  }
}

@media (max-width: 767.98px) {
  .banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box .count-box {
    font-size: 30px;
  }

  .banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box .text {
    font-size: 13px;
    line-height: 18px;
  }
}

.banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box .text {
  color: var(--theme-color-white);
}

/*** 

====================================================================
    banner-section-two
====================================================================

***/
.banner-section-two {
  position: relative;
  padding: 0 15px;
}

.banner-section-two .outer-box {
  position: relative;
  max-width: 1880px;
  border-radius: 30px;
  margin: 0 auto;
  overflow: hidden;
  padding: 500px 0 100px;
}

@media (max-width: 1439.98px) {
  .banner-section-two .outer-box {
    padding: 400px 0 100px;
  }
}

@media (max-width: 1024px) {
  .banner-section-two .outer-box {
    padding: 250px 0 100px;
  }
}

@media (max-width: 991.98px) {
  .banner-section-two .outer-box {
    padding: 200px 0 120px;
  }
}

@media (max-width: 767.98px) {
  .banner-section-two .outer-box {
    padding: 120px 0;
  }
}

.banner-section-two .outer-box .shape-1 {
  position: absolute;
  top: 54px;
  right: 190px;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .banner-section-two .outer-box .shape-1 {
    display: none;
  }
}

.banner-section-two .outer-box .shape-2 {
  position: absolute;
  bottom: 107px;
  right: 0;
  pointer-events: none;
}

.banner-section-two .outer-box .shape-3 {
  position: absolute;
  top: 158px;
  left: 100px;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .banner-section-two .outer-box .shape-3 {
    display: none;
  }
}

.banner-section-two .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: 0;
}

.banner-section-two .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

.banner-section-two .outer-box .bg-image:before {
  position: absolute;
  content: "";
  background-image: url(../images/banner/banner2-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: 1;
}

.banner-section-two .outer-box .outer-container {
  position: relative;
  max-width: 1710px;
  padding: 0 15px;
  margin: 0 auto;
}

.banner-section-two .outer-box .outer-container .banner-content {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
  z-index: 2;
}

@media (max-width: 1439.98px) {
  .banner-section-two .outer-box .outer-container .banner-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

@media (max-width: 991.98px) {
  .banner-section-two .outer-box .outer-container .banner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.banner-section-two .outer-box .outer-container .banner-content .banner-title {
  position: relative;
  color: var(--theme-color-white);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: clamp(36px, 8vw, 130px);
  line-height: 1;
}

@media (max-width: 991.98px) {
  .banner-section-two .outer-box .outer-container .banner-content .banner-title {
    text-align: center;
  }
}

.banner-section-two .outer-box .outer-container .banner-content .content {
  position: relative;
  width: 100%;
  max-width: 420px;
  padding-bottom: 30px;
}

@media (max-width: 991.98px) {
  .banner-section-two .outer-box .outer-container .banner-content .content {
    max-width: 700px;
    text-align: center;
    padding-bottom: 0;
  }
}

.banner-section-two .outer-box .outer-container .banner-content .content .text {
  position: relative;
  margin-bottom: 40px;
  color: var(--theme-color-white);
}

/***

====================================================================
    Projects Section
====================================================================

***/
.project-section {
  position: relative;
  padding: 0 15px 20px;
}

.project-section .outer-box {
  position: relative;
  max-width: 1880px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  background-color: var(--theme-color-white);
}

.project-section .outer-box .sec-title-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  .project-section .outer-box .sec-title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.project-section .outer-box .sec-title-box .sec-title {
  position: relative;
  max-width: 620px;
}

@media (max-width: 991.98px) {
  .project-section .outer-box .sec-title-box .sec-title {
    max-width: 100%;
  }
}

.project-block {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}

@media (max-width: 1199.98px) {
  .project-block {
    margin-bottom: 20px;
  }
}

.project-block:before {
  border: 1px solid #fff;
  border-radius: 19px;
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.project-block img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-block img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.project-block:hover:before {
  opacity: 1;
  visibility: visible;
}

.project-block:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.project-block:hover img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.project-block:hover .content {
  clip-path: inset(0 0 0 0);
}

.project-block .content {
  position: absolute;
  bottom: 20px;
  left: 0px;
  margin: 0px 20px;
  background-color: var(--theme-color1);
  border-radius: 20px;
  padding: 30px;
  z-index: 9;
  padding-right: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: fit-content;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 0.5s ease;
  transition: clip-path 0.5s ease;
}

.project-block .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  margin-top: 5px;
  list-style: none;
}

.project-block .content ul li {
  margin: 0;
}

.project-block .content ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
}

.project-block .content ul li a:hover {
  color: #fff;
}

.project-block .content ul .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.project-block .content .title {
  margin: 0;
  color: #fff;
  font-size: 26px;
}

.project-block .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.project-block .content .title a:hover {
  color: #fff;
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
  background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
}

@media (max-width: 991.98px) {
  .project-block {
    height: 500px;
  }

  .project-block .content ul li a {
    font-size: 16px;
  }

  .project-block .content .title {
    font-size: 22px;
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .project-block .content ul {
    padding-bottom: 0px;
    display: inline-block;
  }

  .project-block .content ul li {
    margin: 0;
    display: inline-block;
    margin-right: 5px;
  }
}

@media (max-width: 1199.98px) {
  .project-block .content .title {
    font-size: 28px;
  }
}

/***

==================================================================
    Pricing Section
==================================================================

***/
.pricing-section {
  position: relative;
}

.pricing-section .bottom-box .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 58px;
}

.pricing-section .bottom-box .inner-box .feature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.price-block.pricing-active .inner-block:before {
  height: 100%;
  opacity: 1;
}

.price-block.pricing-active .inner-block .pricing-header .title-outer {
  border-color: rgba(255, 255, 255, 0.2);
}

.price-block.pricing-active .inner-block .pricing-header .title-outer .title-box .sub-title {
  color: #fff;
}

.price-block.pricing-active .inner-block .pricing-header .title-outer .title-box .pricing-plan-title {
  color: #fff;
}

.price-block.pricing-active .inner-block .pricing-header .title-outer .offer {
  background: #fff;
  color: var(--theme-color2);
}

.price-block.pricing-active .inner-block .pricing-header .pricing-plan-pricing {
  color: #fff;
}

.price-block.pricing-active .inner-block .pricing-header .pricing-plan-postfix {
  color: #fff;
}

.price-block.pricing-active .inner-block .pricing-bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 244, 239, 0.2)), color-stop(96.24%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(233, 244, 239, 0.2) 0%, rgba(255, 255, 255, 0) 96.24%);
}

.price-block.pricing-active .inner-block .pricing-bottom .btn-style-pricing {
  background-color: #fff;
  color: var(--theme-color2);
}

.price-block.pricing-active .inner-block .pricing-bottom .btn-style-pricing:hover {
  color: #fff;
}

.price-block.pricing-active .inner-block .pricing-bottom .btn-style-pricing::before {
  background-color: var(--theme-color3);
}

.price-block.pricing-active .inner-block .features-list li {
  color: #fff;
}

.price-block.pricing-active .inner-block .features-list li .icon {
  background: #fff;
  color: var(--theme-color2);
}

.price-block.pricing-active .inner-block .features-list li span {
  color: #fff;
}

.price-block.pricing-active .inner-block .features-list li.no-action .icon {
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.price-block.pricing-active .inner-block .features-list li.no-action span {
  color: rgba(255, 255, 255, 0.6);
}

.price-block {
  position: relative;
  margin-top: 30px;
}

.price-block .inner-block {
  background-color: #fff;
  border: 1px solid rgba(33, 38, 33, 0.1);
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.price-block .inner-block:hover:before {
  height: 100%;
  opacity: 1;
}

.price-block .inner-block:hover .pricing-header .title-outer {
  border-color: rgba(255, 255, 255, 0.2);
}

.price-block .inner-block:hover .pricing-header .title-outer .title-box .sub-title {
  color: var(--theme-color-white);
}

.price-block .inner-block:hover .pricing-header .title-outer .title-box .pricing-plan-title {
  color: var(--theme-color-white);
}

.price-block .inner-block:hover .pricing-header .title-outer .offer {
  background: #fff;
  color: #121212;
}

.price-block .inner-block:hover .pricing-header .pricing-plan-pricing {
  color: var(--theme-color-white);
}

.price-block .inner-block:hover .pricing-header .pricing-plan-postfix {
  color: #fff;
}

.price-block .inner-block:hover .pricing-bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 244, 239, 0.1)), color-stop(96.24%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(233, 244, 239, 0.1) 0%, rgba(255, 255, 255, 0) 96.24%);
}

.price-block .inner-block:hover .pricing-bottom .btn-style-pricing {
  background-color: #fff;
  color: var(--theme-color2);
}

.price-block .inner-block:hover .pricing-bottom .btn-style-pricing:hover {
  color: #fff;
}

.price-block .inner-block:hover .pricing-bottom .btn-style-pricing::before {
  background-color: var(--theme-color3);
}

.price-block .inner-block:hover .features-list li {
  color: #fff;
}

.price-block .inner-block:hover .features-list li .icon {
  background: #fff;
  color: var(--theme-color2);
}

.price-block .inner-block:hover .features-list li span {
  color: #fff;
}

.price-block .inner-block:hover .features-list li.no-action .icon {
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.price-block .inner-block:hover .features-list li.no-action span {
  color: rgba(255, 255, 255, 0.6);
}

.price-block .inner-block:before {
  position: absolute;
  content: "";
  background: rgb(0, 53, 84);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.price-block .inner-block.active:before {
  height: 100%;
  opacity: 1;
}

.price-block .inner-block.active .pricing-header .title-outer {
  border-color: rgba(255, 255, 255, 0.2);
}

.price-block .inner-block.active .pricing-header .title-outer .title-box .sub-title {
  color: var(--theme-color-white);
}

.price-block .inner-block.active .pricing-header .title-outer .title-box .pricing-plan-title {
  color: var(--theme-color-white);
}

.price-block .inner-block.active .pricing-header .title-outer .offer {
  background: #fff;
  color: #121212;
}

.price-block .inner-block.active .pricing-header .pricing-plan-pricing {
  color: var(--theme-color-white);
}

.price-block .inner-block.active .pricing-header .pricing-plan-postfix {
  color: #fff;
}

.price-block .inner-block.active .pricing-bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 244, 239, 0.1)), color-stop(96.24%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(233, 244, 239, 0.1) 0%, rgba(255, 255, 255, 0) 96.24%);
}

.price-block .inner-block.active .pricing-bottom .btn-style-pricing {
  background-color: #fff;
  color: var(--theme-color2);
}

.price-block .inner-block.active .features-list li {
  color: #fff;
}

.price-block .inner-block.active .features-list li .icon {
  background: #fff;
  color: var(--theme-color2);
}

.price-block .inner-block.active .features-list li span {
  color: #fff;
}

.price-block .inner-block.active .features-list li.no-action .icon {
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.price-block .inner-block.active .features-list li.no-action span {
  color: rgba(255, 255, 255, 0.6);
}

.price-block .pricing-header {
  padding: 22px 24px 24px;
  position: relative;
  z-index: 1;
}

.price-block .pricing-header .title-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.price-block .pricing-header .title-outer .title-box .sub-title {
  margin-bottom: 4px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.price-block .pricing-header .title-outer .title-box .pricing-plan-title {
  color: var(--theme-color2);
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 12px;
}

.price-block .pricing-header .title-outer .offer {
  background: var(--theme-color-silver);
  border-radius: 45px;
  color: var(--theme-color2);
  display: inline-block;
  padding: 8px 19px;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.price-block .pricing-header .pricing-plan-pricing {
  color: var(--theme-color2);
  font-size: 60px;
  font-family: var(--heading-font-family);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.price-block .pricing-header .pricing-plan-pricing .price-normal {
  display: -ms-grid;
  display: grid;
}

.price-block .pricing-header .pricing-plan-pricing .price-normal .pricing-plan-postfix {
  font-size: 16px;
  font-weight: 400;
  margin-top: -7px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.price-block .pricing-bottom {
  padding: 40px;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(123, 102, 255, 0.5)), color-stop(70.24%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(123, 102, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70.24%);
  margin: 0 10px 10px 10px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.price-block .pricing-bottom .theme-btn {
  width: 100%;
  padding: 20px 17px;
  margin-top: 45px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.price-block .pricing-bottom .theme-btn:hover {
  color: var(--theme-color2);
}

.price-block .pricing-bottom .theme-btn:before {
  background-color: #fff;
}

.price-block .pricing-bottom .btn-style-pricing {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 20px 17.5px;
  overflow: hidden;
  color: var(--theme-color1-text-color);
  background: var(--theme-color1);
  border-radius: 40px;
  text-transform: capitalize;
  z-index: 1;
}

.price-block .pricing-bottom .btn-style-pricing:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: #fff;
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left right;
  transform-origin: left right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.price-block .pricing-bottom .btn-style-pricing:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right left;
  transform-origin: right left;
}

.price-block .pricing-bottom .btn-style-pricing:hover {
  color: var(--theme-color2);
}

.price-block .features-list li {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  color: var(--theme-color2);
  margin-bottom: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.price-block .features-list li .icon {
  color: #fff;
  background-color: var(--theme-color1);
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.price-block .features-list li.no-action .icon {
  background-color: #708f87;
  color: rgba(255, 255, 255, 0.5);
}

.price-block .features-list li.no-action span {
  color: rgba(33, 38, 33, 0.4);
}

.price-block .btn-style-pricing {
  color: var(--theme-color2);
  background: #fff;
}

.price-block .theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.price-block .theme-btn .btn-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-block .btn-style-pricing {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 12px 17.5px;
  overflow: hidden;
  color: var(--theme-color1-text-color);
  background: var(--theme-color1);
  border-radius: 40px;
  text-transform: capitalize;
  z-index: 1;
}

.price-block .btn-style-pricing:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left right;
  transform-origin: left right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.price-block .btn-style-pricing:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right left;
  transform-origin: right left;
}

.price-block .btn-style-pricing:hover {
  color: var(--theme-color1-text-color);
}

@media (max-width: 991.98px) {
  .price-block .pricing-header {
    padding: 22px 20px 24px;
  }

  .price-block .pricing-header .title-outer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .price-block .pricing-header .title-outer .offer {
    padding: 8px 15px;
    font-size: 15px;
  }
}

@media (max-width: 575.98px) {
  .price-block .pricing-header .title-outer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 10px;
  }

  .price-block .pricing-bottom {
    padding: 20px 15px;
  }
}

/*** 

====================================================================
    Feature Block
====================================================================

***/
.features-section {
  background-color: var(--theme-color2);
  padding: 120px 0 90px;
}

.features-section .sec-title {
  margin-bottom: 50px;
}

.features-section .outer-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
}

@media (max-width: 991.98px) {
  .features-section .outer-box {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
}

@media (max-width: 575.98px) {
  .features-section .outer-box {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}

.features-section .outer-box .feature-block:last-child .inner-block {
  margin-right: 0;
  padding-right: 0;
}

.features-section .outer-box .feature-block:last-child .inner-block:after {
  display: none;
}

.feature-item .inner-block {
  background-color: var(--theme-color-lighter);
  border-radius: 20px;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 27px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 1399.98px) {
  .feature-item .inner-block {
    padding: 20px;
  }
}

@media (max-width: 575.98px) {
  .feature-item .inner-block {
    gap: 10px;
  }
}

.feature-item .inner-block.active,
.feature-item .inner-block:hover {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 34px 40px 52px;
}

@media (max-width: 1399.98px) {

  .feature-item .inner-block.active,
  .feature-item .inner-block:hover {
    padding: 20px;
  }
}

.feature-item .inner-block.active:before,
.feature-item .inner-block:hover:before {
  opacity: 1;
  height: 100%;
}

.feature-item .inner-block.active .icon,
.feature-item .inner-block:hover .icon {
  background-color: var(--theme-color-dark);
  color: var(--theme-color1);
}

.feature-item .inner-block.active .icon i,
.feature-item .inner-block.active .icon img,
.feature-item .inner-block:hover .icon i,
.feature-item .inner-block:hover .icon img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.feature-item .inner-block.active .content .text,
.feature-item .inner-block:hover .content .text {
  clip-path: inset(0 0 0 0);
  visibility: visible;
  opacity: 1;
  max-height: 83px;
  margin-top: 7px;
}

@media (max-width: 1199.98px) {

  .feature-item .inner-block.active .content .text,
  .feature-item .inner-block:hover .content .text {
    max-height: 96px;
  }
}

.feature-item .inner-block:before {
  content: "";
  position: absolute;
  background-color: var(--theme-color1);
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-item .icon {
  min-width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: var(--theme-color-white);
  border-radius: 50%;
  font-size: 30px;
  color: var(--theme-color2);
  text-align: center;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 575.98px) {
  .feature-item .icon {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}

.feature-item .icon i,
.feature-item .icon img {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

.feature-item .content {
  position: relative;
}

.feature-item .content .title {
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -2%;
}

@media (max-width: 1199.98px) {
  .feature-item .content .title {
    line-height: 1.4;
  }
}

.feature-item .content .text {
  margin-top: 0;
  line-height: 30px;
  color: rgba(12, 64, 62, 0.8);
  max-width: 329px;
  max-height: 0;
  clip-path: inset(100% 0 0 0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 1199.98px) {
  .feature-item .content .text {
    line-height: 24px;
  }
}

/*** 

====================================================================
   about-section
====================================================================

***/
.about-section {
  position: relative;
  padding: 50px 0px;
}

.about-section .outer-box {
  position: relative;
  max-width: 1880px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  background-color: var(--theme-color-white);
}

.about-section .outer-box:before {
  position: absolute;
  content: "";
  background-color: transparent;
  background-image: url(../images/icons/shape-5.png);
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  pointer-events: none;
}

.about-section .outer-box:after {
  position: absolute;
  content: "";
  background-color: transparent;
  background-image: url(../images/icons/shape-7.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.about-section .outer-box .image-column .inner-column {
  position: relative;
  /* padding-right: 62px; */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 1439.98px) {
  .about-section .outer-box .image-column .inner-column {
    padding-right: 0;
  }
}

@media (max-width: 1199.98px) {
  .about-section .outer-box .image-column .inner-column {
    max-width: 583px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .about-section .outer-box .image-column .inner-column {
    max-width: 100%;
  }
}

.about-section .outer-box .image-column .inner-column .round-text {
  position: absolute;
  top: 50%;
  left: 26%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 191px;
  height: 191px;
  border-radius: 50%;
  line-height: 191px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  z-index: 3;
}

@media (max-width: 1199.98px) {
  .about-section .outer-box .image-column .inner-column .round-text {
    left: 30%;
  }
}

@media (max-width: 767.98px) {
  .about-section .outer-box .image-column .inner-column .round-text {
    display: none;
  }
}

.about-section .outer-box .image-column .inner-column .round-text:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color1);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}

.about-section .outer-box .image-column .inner-column .round-text span svg {
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
  width: 100%;
  height: calc(100% - 10px);
}

.about-section .outer-box .image-column .inner-column .round-text span text {
  fill: var(--theme-color-white);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.8px;
}

.about-section .outer-box .image-column .inner-column .round-text span textPath {
  fill: var(--theme-color-white);
}

.about-section .outer-box .image-column .inner-column .round-text .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.about-section .outer-box .image-column .inner-column .image-box {
  position: relative;
  width: 100%;
  /* max-width: 299px; */
  border-radius: 30px;
  overflow: hidden;
}

/* .about-section .outer-box .image-column .inner-column .image-box.one {
  max-width: 263px;
} */

@media (max-width: 767.98px) {
  .about-section .outer-box .image-column .inner-column .image-box.one {
    max-width: 100%;
    max-height: 400px;
  }
}

@media (max-width: 767.98px) {
  .about-section .outer-box .image-column .inner-column .image-box.two {
    display: none;
  }
}

.about-section .outer-box .image-column .inner-column .image-box .image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  margin-bottom: 20px;
  animation: smallSwing 8s ease-in-out infinite;
}

.about-section .outer-box .image-column .inner-column .image-box.two .image:nth-child(1) {
  animation-delay: 2s;
}

.about-section .outer-box .image-column .inner-column .image-box.two .image:nth-child(2) {
  animation-delay: 4s;
}

.about-section .content-column {
  padding-left: 50px;
}

@keyframes smallSwing {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.about-section .outer-box .image-column .inner-column .image-box .image img {
  width: 100%;
  height: 800px;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  transform: unset !important;
}

.about-section .outer-box .content-column .inner-column {
  position: relative;
  padding-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .about-section .outer-box .content-column .inner-column {
    padding-bottom: 0;
  }
}

.about-section .outer-box .content-column .inner-column .sec-title .title {
  margin-bottom: 16px;
}

.about-section .outer-box .content-column .inner-column .sec-title .text {
  margin-bottom: 30px;
}

.about-section .outer-box .content-column .inner-column .info-box {
  position: relative;
  padding: 40px 0 30px;
  border-top: 1px solid rgba(var(--theme-color-black-rgb), 0.09);
  border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .about-section .outer-box .content-column .inner-column .info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.about-section .outer-box .content-column .inner-column .info-box .info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  flex-direction: column;
  width: 50%;
  justify-content: flex-start;
  gap: 30px;
}

@media (max-width: 767.98px) {
  .about-section .outer-box .content-column .inner-column .info-box .info {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .about-section .outer-box .content-column .inner-column .info-box .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.about-section .outer-box .content-column .inner-column .info-box .info:hover .icon {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

.about-section .outer-box .content-column .inner-column .info-box .info .icon {
  position: relative;
  width: 100%;
  max-width: 75px;
  height: 75px;
  border-radius: 50%;
  line-height: 75px;
  text-align: center;
  background-color: var(--theme-color-silver);
  border-radius: 50%;
  font-size: 42px;
  color: #218fd1;
  margin-right: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 575.98px) {
  .about-section .outer-box .content-column .inner-column .info-box .info .icon {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.about-section .outer-box .content-column .inner-column .info-box .info .content {
  position: relative;
}

.about-section .outer-box .content-column .inner-column .info-box .info .content .title {
  margin-bottom: 0;
}

.about-section .outer-box .content-column .inner-column .bottom-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 36px;
}

@media (max-width: 767.98px) {
  .about-section .outer-box .content-column .inner-column .bottom-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.about-section .outer-box .content-column .inner-column .bottom-box .call-info {
  padding-left: 30px;
  border-left: 1px solid rgba(var(--theme-color-black-rgb), 0.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .about-section .outer-box .content-column .inner-column .bottom-box .call-info {
    padding-left: 0;
    border-left: none;
  }
}

.about-section .outer-box .content-column .inner-column .bottom-box .call-info:hover .icon {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.about-section .outer-box .content-column .inner-column .bottom-box .call-info .icon {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  line-height: 61px;
  font-size: 23px;
  font-weight: 400;
  background-color: #218fd1;
  color: var(--theme-color2-text-color);
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .outer-box .content-column .inner-column .bottom-box .call-info .info {
  position: relative;
}

.about-section .outer-box .content-column .inner-column .bottom-box .call-info .info .text {
  position: relative;
}

.about-section .outer-box .content-column .inner-column .bottom-box .call-info .info .title {
  position: relative;
  margin-bottom: 0;
}

/*** 

====================================================================
   about-section-two 
====================================================================

***/
.about-section-two {
  position: relative;
}

.about-section-two .shape-1 {
  position: absolute;
  top: 80px;
  right: 0;
}

.about-section-two .shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-section-two .image-column .inner-column {
  position: relative;
  height: 100%;
  margin-right: -42px;
}

@media (max-width: 1199.98px) {
  .about-section-two .image-column .inner-column {
    height: 100%;
    margin-right: 0;
    margin-bottom: 50px;
    max-height: 500px;
  }
}

.about-section-two .image-column .inner-column .image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.about-section-two .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.about-section-two .content-column .inner-column {
  position: relative;
  padding-left: 78px;
}

@media (max-width: 1199.98px) {
  .about-section-two .content-column .inner-column {
    padding-left: 0;
  }
}

.about-section-two .content-column .inner-column .sec-title {
  margin-bottom: 35px;
}

.about-section-two .content-column .inner-column .sec-title .title {
  margin-bottom: 30px;
}

.about-section-two .content-column .inner-column .sec-title .text {
  max-width: 675px;
}

.about-section-two .content-column .inner-column .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}

@media (max-width: 1439.98px) {
  .about-section-two .content-column .inner-column .info-box {
    gap: 20px;
  }
}

@media (max-width: 767.98px) {
  .about-section-two .content-column .inner-column .info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 20px;
  }
}

.about-section-two .content-column .inner-column .info-box .info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 33px;
}

@media (max-width: 575.98px) {
  .about-section-two .content-column .inner-column .info-box .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

@media (max-width: 767.98px) {
  .about-section-two .content-column .inner-column .info-box .info.two {
    margin-bottom: 0;
  }
}

.about-section-two .content-column .inner-column .info-box .info.two .icon {
  color: var(--theme-color4);
}

.about-section-two .content-column .inner-column .info-box .info:hover .icon i {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.about-section-two .content-column .inner-column .info-box .info .icon {
  position: relative;
  margin-right: 30px;
  font-size: 55px;
  font-weight: 400;
  color: var(--theme-color1);
  margin-top: -15px;
}

.about-section-two .content-column .inner-column .info-box .info .icon i {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section-two .content-column .inner-column .info-box .info .icon:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  background-color: rgba(123, 102, 255, 0.2117647059);
  border-radius: 50%;
  left: 60%;
  bottom: 19%;
  z-index: -1;
}

.about-section-two .content-column .inner-column .info-box .info .title {
  position: relative;
  margin-bottom: 0;
}

.about-section-two .content-column .inner-column .info-box .image-box {
  position: relative;
  width: 100%;
  max-width: 237px;
  border-radius: 20px;
  overflow: hidden;
  max-height: 209px;
}

.about-section-two .content-column .inner-column .info-box .image-box:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  z-index: 1;
}

.about-section-two .content-column .inner-column .info-box .image-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.about-section-two .content-column .inner-column .info-box .image-box .image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  max-height: 209px;
  z-index: 0;
}

.about-section-two .content-column .inner-column .info-box .image-box .image img {
  width: 100%;
  height: 100%;
  max-height: 209px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section-two .content-column .inner-column .info-box .image-box .play-now-one {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  background-color: var(--theme-color-white);
  color: var(--theme-color2);
  font-size: 20px;
  text-align: center;
  z-index: 2;
}

.about-section-two .content-column .inner-column .bottom-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding-top: 7px;
}

@media (max-width: 767.98px) {
  .about-section-two .content-column .inner-column .bottom-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.about-section-two .content-column .inner-column .bottom-box .call-info {
  padding-left: 20px;
  border-left: 1px solid rgba(var(--theme-color-black-rgb), 0.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .about-section-two .content-column .inner-column .bottom-box .call-info {
    padding-left: 0;
    border-left: none;
  }
}

.about-section-two .content-column .inner-column .bottom-box .call-info:hover .icon {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.about-section-two .content-column .inner-column .bottom-box .call-info .icon {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  font-size: 20px;
  font-weight: 400;
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
  margin-right: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section-two .content-column .inner-column .bottom-box .call-info .info {
  position: relative;
}

.about-section-two .content-column .inner-column .bottom-box .call-info .info .text {
  position: relative;
  font-size: 14px;
  color: var(--theme-color-black);
}

.about-section-two .content-column .inner-column .bottom-box .call-info .info .title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

/***

====================================================================
    Marquee Section
====================================================================

***/
.marquee-section {
  position: relative;
}

.marquee-section .marquee {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 0;
  -webkit-animation: scroll 25s linear infinite;
  animation: scroll 25s linear infinite;
}

.marquee-section .marquee-group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 0;
  min-width: 100%;
  -webkit-animation: scroll 25s linear infinite;
  animation: scroll 25s linear infinite;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.marquee-section .marquee-group .text {
  position: relative;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  color: var(--theme-color2);
  padding: 0 30px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .marquee-section .marquee-group .text {
    font-size: 50px;
    line-height: 60px;
  }
}

.marquee-section .marquee-group .text:nth-of-type(2n) {
  color: var(--theme-color1);
}

.marquee-section .marquee-group .text.divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}

/*** 

====================================================================
  Main Slider
====================================================================

***/
/*** 

====================================================================
  map section
====================================================================

***/
/***

====================================================================
    Services Section
====================================================================

***/
.services-section {
  position: relative;
}

.services-section .shaep-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}

@media (max-width: 1199.98px) {
  .services-section .shaep-1 {
    display: none;
  }
}

.services-section .shaep-2 {
  position: absolute;
  top: 80px;
  right: 30px;
}

@media (max-width: 1199.98px) {
  .services-section .shaep-2 {
    display: none;
  }
}

.service-block:nth-child(2) .inner-block:hover .content-box .icon-block {
  background-color: var(--theme-color-white);
  color: var(--theme-color1);
}

.service-block:nth-child(2) .inner-block .content-box .icon-block {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.service-block:nth-child(3) .inner-block:hover .content-box .icon-block {
  background-color: var(--theme-color-white);
  color: var(--theme-color1);
}

.service-block:nth-child(3) .inner-block .content-box .icon-block {
  background-color: var(--theme-color3);
  color: var(--theme-color3-text-color);
}

.service-block:nth-child(4) .inner-block:hover .content-box .icon-block {
  background-color: var(--theme-color-white);
  color: var(--theme-color1);
}

.service-block:nth-child(4) .inner-block .content-box .icon-block {
  background-color: var(--theme-color4);
  color: var(--theme-color4-text-color);
}

.service-block .inner-block {
  background-color: var(--theme-color-white);
  border-radius: 20px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block:hover {
  background-color: var(--theme-color1);
}

.service-block .inner-block:hover .image-box .image:before {
  height: 0;
}

.service-block .inner-block:hover .image-box .image:after {
  height: 100%;
}

.service-block .inner-block:hover .image-box .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.service-block .inner-block:hover .image-box .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.service-block .inner-block:hover .content-box .icon-block {
  background-color: var(--theme-color-white);
  color: var(--theme-color1);
}

.service-block .inner-block:hover .content-box .icon-block i {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.service-block .inner-block:hover .content-box .icon-block img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.service-block .inner-block:hover .content-box .service-title {
  color: var(--theme-color-white);
}

.service-block .inner-block:hover .content-box .service-details {
  color: #aec7b3;
}

.service-block .inner-block:hover .content-box .btn-more {
  background: var(--gradient-1);
  color: var(--theme-color-white);
}

.service-block .inner-block:hover .content-box .btn-more .btn-icon {
  color: var(--theme-color2);
}

.service-block .inner-block:hover .shape-style1 svg path {
  fill: var(--theme-color1);
}

.service-block .inner-block .image-box {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.service-block .inner-block .image-box .image {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 100%;
  z-index: 0;
}

.service-block .inner-block .image-box .image:before {
  background-color: var(--theme-color-white);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .image-box .image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 53, 84, 0)), color-stop(34.76%, rgba(0, 53, 84, 0.57)), to(#003554));
  background: linear-gradient(180deg, rgba(0, 53, 84, 0) 0%, rgba(0, 53, 84, 0.57) 34.76%, #003554 100%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .image-box .image img {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-block .inner-block .image-box .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.service-block .inner-block .content-box {
  padding: 30px;
  position: relative;
}

.service-block .inner-block .content-box .icon-block {
  background-color: var(--theme-color1);
  border-radius: 50%;
  height: 70px;
  line-height: 1;
  width: 70px;
  font-size: 40px;
  color: var(--theme-color1-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  margin-bottom: 23px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .content-box .icon-block .icon {
  position: relative;
}

.service-block .inner-block .content-box .icon-block i {
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .content-box .icon-block img {
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .content-box .service-title {
  margin-top: 0;
  margin-bottom: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .content-box .service-title a:hover {
  color: var(--theme-color-white);
}

.service-block .inner-block .content-box .service-title a:focus {
  color: var(--theme-color-white);
}

.service-block .inner-block .content-box .service-details {
  margin-bottom: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .content-box .btn-more {
  background-color: var(--theme-color-silver);
  border-radius: 25px;
  color: var(--theme-color2);
  font-weight: 600;
  padding: 6px 6px 6px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .content-box .btn-more .btn-title {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .content-box .btn-more .btn-icon {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  height: 40px;
  line-height: 1;
  width: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .content-box .btn-more i {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .content-box .btn-more img {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .content-box .btn-more:hover i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.service-block .inner-block .content-box .btn-more:hover img {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.service-block .inner-block .shape-style1 {
  content: "";
  position: absolute;
  right: 5px;
  top: 10px;
  background-image: url(../images/icons/shape-2.png);
  width: 87px;
  height: 99px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

====================================================================
    services-section-two
====================================================================

***/
.services-section-two {
  position: relative;
}

.services-section-two .outer-box {
  position: relative;
  max-width: 1880px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  background-color: var(--theme-color-white);
}

.services-section-two .outer-box .shape-1 {
  position: absolute;
  bottom: 62px;
  right: 65px;
}

@media (max-width: 1199.98px) {
  .services-section-two .outer-box .shape-1 {
    display: none;
  }
}

.services-section-two .outer-box:before {
  position: absolute;
  content: "";
  background-color: transparent;
  background-image: url(../images/icons/shape-25.png);
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  pointer-events: none;
}

.services-section-two .outer-box .bottom-box {
  position: relative;
  z-index: 3;
}

.services-section-two .outer-box .bottom-box .inner-box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  max-width: 607px;
  margin: 70px auto 0;
}

@media (max-width: 991.98px) {
  .services-section-two .outer-box .bottom-box .inner-box {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .services-section-two .outer-box .bottom-box .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.services-section-two .outer-box .bottom-box .inner-box .image {
  position: relative;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .services-section-two .outer-box .bottom-box .inner-box .image {
    margin-right: 0;
  }
}

.services-section-two .outer-box .bottom-box .inner-box .text {
  position: relative;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .services-section-two .outer-box .bottom-box .inner-box .text {
    margin-right: 0;
  }
}

.services-section-two .outer-box .bottom-box .inner-box a {
  position: relative;
  color: var(--theme-color2);
  text-decoration: underline;
}

.service-block-two {
  padding: 40px 30px;
  background-color: var(--theme-color-silver);
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 50px 80px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
}

.service-block-two::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -webkit-transform: scale(1, 0.3);
  transform: scale(1, 0.3);
  background-color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.service-block-two .content .icon {
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 20px;
}

.service-block-two .content .icon i {
  display: inline-block;
  font-size: 50px;
  color: #10551f;
  will-change: transform;
}

.service-block-two .content .icon svg {
  display: inline-block;
  font-size: 50px;
  color: #10551f;
  will-change: transform;
}

.service-block-two .content .service-title {
  margin: 0;
}

.service-block-two .content .service-title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--headings-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-block-two .content .service-title a:hover {
  color: var(--theme-color-white);
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
}

.service-block-two .thumb {
  max-width: 252px;
  position: relative;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><circle cx="100" cy="50" r="50"/><circle cx="100" cy="150" r="50"/><circle cx="50" cy="100" r="50"/><circle cx="150" cy="100" r="50"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><circle cx="100" cy="50" r="50"/><circle cx="100" cy="150" r="50"/><circle cx="50" cy="100" r="50"/><circle cx="150" cy="100" r="50"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  margin: 30px auto 0;
}

.service-block-two .thumb img {
  width: 100%;
  height: 100%;
}

.service-block-two:hover .content .service-title a {
  color: var(--theme-color-white);
}

.service-block-two:hover .content .icon img {
  -webkit-animation: wobble 1.5s ease-in-out;
  animation: wobble 1.5s ease-in-out;
  color: var(--theme-color-white);
}

.service-block-two:hover .content .icon i {
  -webkit-animation: wobble 1.5s ease-in-out;
  animation: wobble 1.5s ease-in-out;
  color: var(--theme-color-white);
}

.service-block-two:hover .content .icon svg {
  -webkit-animation: wobble 1.5s ease-in-out;
  animation: wobble 1.5s ease-in-out;
  color: var(--theme-color-white);
}

.service-block-two:hover .thumb {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.service-block-two.active .content .service-title a {
  color: var(--theme-color-white);
}

.service-block-two.active .content .icon img {
  -webkit-animation: wobble 1.5s ease-in-out;
  animation: wobble 1.5s ease-in-out;
  color: var(--theme-color-white);
}

.service-block-two.active .content .icon i {
  -webkit-animation: wobble 1.5s ease-in-out;
  animation: wobble 1.5s ease-in-out;
  color: var(--theme-color-white);
}

.service-block-two.active .content .icon svg {
  -webkit-animation: wobble 1.5s ease-in-out;
  animation: wobble 1.5s ease-in-out;
  color: var(--theme-color-white);
}

.service-block-two.active .thumb {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.service-block-two.active::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.service-slider .swiper-slide:nth-child(1) .service-block-two .content .icon i {
  color: var(--theme-color1);
}

.service-slider .swiper-slide:nth-child(1) .service-block-two .content .icon svg {
  color: var(--theme-color1);
}

.service-slider .swiper-slide:nth-child(1) .service-block-two:hover .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(1) .service-block-two:hover .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(1) .service-block-two:hover .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(1) .service-block-two.active .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(1) .service-block-two.active .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(1) .service-block-two.active .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(2) .service-block-two .content .icon i {
  color: var(--theme-color2);
}

.service-slider .swiper-slide:nth-child(2) .service-block-two .content .icon svg {
  color: var(--theme-color2);
}

.service-slider .swiper-slide:nth-child(2) .service-block-two:hover .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(2) .service-block-two:hover .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(2) .service-block-two:hover .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(2) .service-block-two.active .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(2) .service-block-two.active .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(2) .service-block-two.active .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(3) .service-block-two .content .icon i {
  color: var(--theme-color3);
}

.service-slider .swiper-slide:nth-child(3) .service-block-two .content .icon svg {
  color: var(--theme-color3);
}

.service-slider .swiper-slide:nth-child(3) .service-block-two:hover .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(3) .service-block-two:hover .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(3) .service-block-two:hover .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(3) .service-block-two.active .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(3) .service-block-two.active .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(3) .service-block-two.active .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(4) .service-block-two .content .icon i {
  color: var(--theme-color4);
}

.service-slider .swiper-slide:nth-child(4) .service-block-two .content .icon svg {
  color: var(--theme-color4);
}

.service-slider .swiper-slide:nth-child(4) .service-block-two:hover .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(4) .service-block-two:hover .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(4) .service-block-two:hover .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(4) .service-block-two.active .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(4) .service-block-two.active .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(4) .service-block-two.active .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(5) .service-block-two .content .icon i {
  color: var(--theme-color1);
}

.service-slider .swiper-slide:nth-child(5) .service-block-two .content .icon svg {
  color: var(--theme-color1);
}

.service-slider .swiper-slide:nth-child(5) .service-block-two:hover .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(5) .service-block-two:hover .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(5) .service-block-two:hover .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(5) .service-block-two.active .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(5) .service-block-two.active .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(5) .service-block-two.active .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(6) .service-block-two .content .icon i {
  color: var(--theme-color2);
}

.service-slider .swiper-slide:nth-child(6) .service-block-two .content .icon svg {
  color: var(--theme-color2);
}

.service-slider .swiper-slide:nth-child(6) .service-block-two:hover .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(6) .service-block-two:hover .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(6) .service-block-two:hover .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(6) .service-block-two.active .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(6) .service-block-two.active .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(6) .service-block-two.active .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(7) .service-block-two .content .icon i {
  color: var(--theme-color3);
}

.service-slider .swiper-slide:nth-child(7) .service-block-two .content .icon svg {
  color: var(--theme-color3);
}

.service-slider .swiper-slide:nth-child(7) .service-block-two:hover .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(7) .service-block-two:hover .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(7) .service-block-two:hover .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(7) .service-block-two.active .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(7) .service-block-two.active .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(7) .service-block-two.active .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(8) .service-block-two .content .icon i {
  color: var(--theme-color4);
}

.service-slider .swiper-slide:nth-child(8) .service-block-two .content .icon svg {
  color: var(--theme-color4);
}

.service-slider .swiper-slide:nth-child(8) .service-block-two:hover .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(8) .service-block-two:hover .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(8) .service-block-two:hover .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(8) .service-block-two.active .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(8) .service-block-two.active .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(8) .service-block-two.active .content .icon svg {
  color: var(--theme-color-white);
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/***

====================================================================
    Causes Section
====================================================================

***/
/***

==================================================================
 video-section
==================================================================

***/
.video-section {
  position: relative;
  padding: 0 15px;
}

.video-section .outer-box {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  padding: 425px 0 40px;
  max-width: 1880px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .video-section .outer-box {
    padding: 25px 10px 20px;
  }
}

.video-section .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  z-index: 0;
}

.video-section .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

.video-section .outer-box .bg-image:before {
  position: absolute;
  content: "";
  background-color: rgba(2, 25, 53, 0.75);
  /* Dark mask overlay */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: 1;
}

.video-section .outer-box .video-box {
  text-align: center;
  position: relative;
}

.video-section .outer-box .video-box .play-now-one {
  display: inline-block;
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  text-align: center;
  line-height: 130px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 180px;
}

@media (max-width: 1199.98px) {
  .video-section .outer-box .video-box .play-now-one {
    margin-bottom: 100px;
  }
}

@media (max-width: 991.98px) {
  .video-section .outer-box .video-box .play-now-one {
    margin-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .video-section .outer-box .video-box .play-now-one {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
}

.video-section .outer-box .video-box .play-now-one:hover {
  background: rgba(53, 224, 234, 0.4);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.video-section .outer-box .video-box .play-now-one:hover i {
  color: var(--theme-color2-text-color);
}

.video-section .outer-box .video-box .play-now-one i {
  font-size: 25px;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.video-section .outer-box .funfact-box .inner-box {
  position: relative;
  background-color: rgb(243 248 243 / 22%);
  backdrop-filter: blur(10px);
  padding: 32px 40px 25px;
  border-radius: 30px;
  overflow: hidden;
}

.video-section .outer-box .funfact-box .inner-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-150%) skewX(-20deg);
  -webkit-transform: translateX(-150%) skewX(-20deg);
  animation: boxShimmer 3s infinite;
  -webkit-animation: boxShimmer 3s infinite;
  z-index: 2;
  pointer-events: none;
}

@keyframes boxShimmer {
  0% {
    transform: translateX(-150%) skewX(-20deg);
    -webkit-transform: translateX(-150%) skewX(-20deg);
  }

  30%,
  100% {
    transform: translateX(150%) skewX(-20deg);
    -webkit-transform: translateX(150%) skewX(-20deg);
  }
}

@-webkit-keyframes boxShimmer {
  0% {
    -webkit-transform: translateX(-150%) skewX(-20deg);
  }

  30%,
  100% {
    -webkit-transform: translateX(150%) skewX(-20deg);
  }
}

@media (max-width: 575.98px) {
  .video-section .outer-box .funfact-box .inner-box {
    padding: 30px 20px 23px;
  }
}

.video-section .outer-box .funfact-box .inner-box .title {
  position: relative;
  padding-bottom: 15px;
  display: block;
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-section .outer-box .funfact-box .inner-box .title i,
.video-section .outer-box .funfact-box .inner-box .title svg {
  display: inline-block;
  margin-right: 10px;
  padding-left: 5px;
  font-size: 6px;
  color: var(--theme-color3);
  position: relative;
  bottom: 3px;
}

@media (max-width: 991.98px) {

  .video-section .outer-box .funfact-box .inner-box .title i,
  .video-section .outer-box .funfact-box .inner-box .title svg {
    margin-right: 5px;
  }
}

.video-section .outer-box .funfact-box .inner-box .title span {
  color: var(--theme-color-white);
}

.video-section .outer-box .funfact-box .inner-box .count-box {
  position: relative;
  margin: 25px 0 0;
  font-weight: 600;
  font-size: clamp(48px, 5vw, 90px);
  line-height: 1;
  color: var(--theme-color-white);
}

/*** 

====================================================================
   contact-section
====================================================================

***/
@media (max-width: 1799.98px) {
  .form-column {
    position: relative;
    z-index: 99;
  }
}

.form-column .inner-column {
  position: relative;
  background-color: var(--theme-color-white);
  border-radius: 20px;
  z-index: 2;
  overflow: hidden;
  margin-right: -100px;
  margin-left: 59px;
}

@media (max-width: 1599.98px) {
  .form-column .inner-column {
    margin-right: 0;
    margin-left: 0;
  }
}

.form-column .inner-column .title {
  margin-bottom: 26px;
}

.form-column .inner-column .theme-btn {
  border-radius: 100px;
  padding: 18.2px 50.1px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-top: -6px;
}

@media (max-width: 575.98px) {
  .form-column .inner-column .theme-btn {
    padding: 10px 20px;
  }
}

.form-column .title-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  background-color: var(--theme-color2);
}

@media (max-width: 1439.98px) {
  .form-column .title-box {
    padding: 20px 44px;
  }
}

@media (max-width: 991.98px) {
  .form-column .title-box {
    padding: 20px 40px;
  }
}

@media (max-width: 767.98px) {
  .form-column .title-box {
    padding: 20px 36px;
  }
}

@media (max-width: 575.98px) {
  .form-column .title-box {
    padding: 20px 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.form-column .title-box .title {
  position: relative;
  margin-bottom: 0;
  color: var(--theme-color-white);
}

.form-column .title-box .title br {
  display: block;
}

.form-column .contact-form {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 50px;
}

@media (max-width: 1439.98px) {
  .form-column .contact-form {
    padding: 44px;
  }
}

@media (max-width: 991.98px) {
  .form-column .contact-form {
    padding: 40px;
  }
}

@media (max-width: 767.98px) {
  .form-column .contact-form {
    padding: 36px;
  }
}

@media (max-width: 575.98px) {
  .form-column .contact-form {
    padding: 32px 15px;
  }
}

.form-column .contact-form h6 {
  color: var(--theme-color2);
  margin-bottom: 14.2px;
  font-weight: 400;
}

.form-column .contact-form .form-clt {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}

.form-column .contact-form .form-clt input,
.form-column .contact-form .form-clt textarea {
  position: relative;
  height: calc(1.8rem + 32px);
  padding: 14px 20px;
  outline: 0;
  background-color: var(--bg-color);
  border: 2px solid rgba(241, 238, 246, 0.5);
  font-size: 1rem;
  width: 100%;
  border-radius: 6px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.form-column .contact-form .form-clt input::-webkit-input-placeholder,
.form-column .contact-form .form-clt textarea::-webkit-input-placeholder {
  color: var(--text-color);
}

.form-column .contact-form .form-clt input::-moz-placeholder,
.form-column .contact-form .form-clt textarea::-moz-placeholder {
  color: var(--text-color);
}

.form-column .contact-form .form-clt input:-ms-input-placeholder,
.form-column .contact-form .form-clt textarea:-ms-input-placeholder {
  color: var(--text-color);
}

.form-column .contact-form .form-clt input::-ms-input-placeholder,
.form-column .contact-form .form-clt textarea::-ms-input-placeholder {
  color: var(--text-color);
}

.form-column .contact-form .form-clt input::placeholder,
.form-column .contact-form .form-clt textarea::placeholder {
  color: var(--text-color);
}

.form-column .contact-form .form-clt input:focus,
.form-column .contact-form .form-clt textarea:focus {
  border-color: var(--theme-color1);
}

.form-column .contact-form .form-clt textarea {
  height: 155px;
}

/*** 

====================================================================
   contact-section
====================================================================

***/
.contact-section {
  position: relative;
  padding: 80px 15px;
}

.contact-section .core-values-tag {
  justify-content: flex-start;
}

.contact-section .outer-box {
  position: relative;
  max-width: 1880px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  padding: 90px 0;
}

.contact-icon-box {
  background: linear-gradient(225deg, #218fd1 0%, rgb(30 104 50) 50%, #218fd1 100%);
  color: white;
  width: 50px;
  height: 50px;
  /* text-align: center; */
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.contact-icon-box p {
  color: black;
}

.contact-info-block {
  margin-top: 50px;
}

.contact-info-block .inner-box {
  background: #f8f9fa;
  padding: 40px 30px;
  border-radius: 10px;
  border-bottom: 3px solid #0000000a;
  transition: all 0.3s ease;
}

.contact-info-block .inner-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-bottom-color: #218fd1;
}

.contact-info-block .inner-box:hover .contact-icon-box {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 5px 15px rgba(33, 143, 209, 0.3);
}

.contact-info-block h4 {
  font-size: 20px;
  margin-bottom: 7px;
  font-weight: 600;
}

.contact-section .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 0;
}

.contact-section .outer-box .bg-image:before {
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(73%, rgba(0, 53, 84, 0.7098039216)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 53, 84, 0.7098039216) 73%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .contact-section .outer-box .bg-image:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.53)), color-stop(73%, rgba(0, 53, 84, 0.7098039216)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 53, 84, 0.7098039216) 73%);
  }
}

.contact-section .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-section .outer-box .content-column .inner-column {
  position: relative;
  margin-right: -15px;
}

@media (max-width: 1439.98px) {
  .contact-section .outer-box .content-column .inner-column {
    margin-right: 0;
  }
}

@media (max-width: 1199.98px) {
  .contact-section .outer-box .content-column .inner-column {
    margin-bottom: 40px;
  }
}

.contact-section .outer-box .content-column .inner-column .info-box {
  position: relative;
  margin-top: 60px;
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .contact-section .outer-box .content-column .inner-column .info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 40px;
    padding-top: 30px;
  }
}

.contact-section .outer-box .content-column .inner-column .info-box .info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-section .outer-box .content-column .inner-column .info-box .info:hover .icon {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.contact-section .outer-box .content-column .inner-column .info-box .info .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 45px;
  height: 45px;
  text-align: center;
  line-height: 47px;
  border-radius: 50%;
  font-size: 25px;
  margin-right: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-section .outer-box .content-column .inner-column .info-box .info .icon.one {
  background-color: var(--theme-color3);
  color: var(--theme-color3-text-color);
}

.contact-section .outer-box .content-column .inner-column .info-box .info .icon.two {
  background-color: var(--theme-color4);
  color: var(--theme-color4-text-color);
}

.contact-section .outer-box .content-column .inner-column .info-box .info .content {
  position: relative;
}

.contact-section .outer-box .content-column .inner-column .info-box .info .content .title {
  margin-bottom: 0;
  color: var(--theme-color-white);
}

.contact-section .outer-box .content-column .inner-column .info-box .info .content .text {
  position: relative;
  color: rgba(var(--theme-color-white-rgb), 0.698);
}

.contact-section .outer-box .form-column .contact-form .form-clt {
  margin-bottom: 16px;
}

.contact-section .outer-box .form-column .contact-form .form-clt textarea {
  height: 147px;
}

.contact-section .outer-box .form-column .contact-form .form-clt input,
.contact-section .outer-box .form-column .contact-form .form-clt textarea {
  background-color: transparent;
  border-width: 2px;
  border-radius: 20px;
  background-color: var(--theme-color-silver);
  border-color: transparent;
}

.contact-section .outer-box .form-column .contact-form .form-clt input:focus,
.contact-section .outer-box .form-column .contact-form .form-clt textarea:focus {
  border-color: var(--theme-color1);
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/***

====================================================================
   cta-section
====================================================================

***/
.cta-section {
  position: relative;
  padding: 0 15px;
}

.cta-section .outer-box {
  position: relative;
  max-width: 1880px;
  margin: 0 auto;
}

.cta-section .outer-box .left-column .inner-column {
  position: relative;
  padding: 15px;
}

.cta-section .outer-box .left-column .inner-column .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.cta-section .outer-box .left-column .inner-column .bg-image:before {
  position: absolute;
  content: "";
  background-image: url(../images/resource/cta1-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  top: 0;
  left: 0;
  z-index: 1;
}

.cta-section .outer-box .left-column .inner-column .bg-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta-section .outer-box .left-column .inner-column .shedule-box .inner-box {
  position: relative;
  width: 100%;
  max-width: 450px;
  border-radius: 30px;
  background-color: #021935;
  padding: 30px;
}

@media (max-width: 767.98px) {
  .cta-section .outer-box .left-column .inner-column .shedule-box .inner-box {
    max-width: 100%;
    padding: 20px;
  }
}

.cta-section .outer-box .left-column .inner-column .shedule-box .inner-box .title-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cta-section .outer-box .left-column .inner-column .shedule-box .inner-box .title-box .title {
  margin-bottom: 0;
  color: var(--theme-color-white);
}

.cta-section .outer-box .left-column .inner-column .shedule-box .inner-box .shedule-list {
  position: relative;
  padding-top: 16px;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

.cta-section .outer-box .left-column .inner-column .shedule-box .inner-box .shedule-list.two {
  padding-top: 11px;
}

.cta-section .outer-box .left-column .inner-column .shedule-box .inner-box .shedule-list.two li {
  margin-bottom: 0 !important;
}

.cta-section .outer-box .left-column .inner-column .shedule-box .inner-box .shedule-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .cta-section .outer-box .left-column .inner-column .shedule-box .inner-box .shedule-list li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.cta-section .outer-box .left-column .inner-column .shedule-box .inner-box .shedule-list li span {
  color: rgba(var(--theme-color-white-rgb), 0.7);
}

.cta-section .outer-box .left-column .inner-column .shedule-box .inner-box .shedule-list li:last-child {
  margin-bottom: 10px;
}

.cta-section .outer-box .right-column .inner-column {
  position: relative;
  border-radius: 30px;
  background-color: #021935;
}

.cta-section .outer-box .right-column .inner-column .info {
  position: relative;
  padding: 80px 50px 70px 70px;
}

@media (max-width: 1499.98px) {
  .cta-section .outer-box .right-column .inner-column .info {
    padding: 60px 50px;
  }
}

@media (max-width: 1439.98px) {
  .cta-section .outer-box .right-column .inner-column .info {
    padding: 50px 30px;
  }
}

@media (max-width: 767.98px) {
  .cta-section .outer-box .right-column .inner-column .info {
    text-align: center;
    padding: 40px 20px;
  }
}

.cta-section .outer-box .right-column .inner-column .info.style-one {
  border-right: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
}

@media (max-width: 767.98px) {
  .cta-section .outer-box .right-column .inner-column .info.style-one {
    border-right: none;
    border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
  }
}

.cta-section .outer-box .right-column .inner-column .info:hover .icon {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.cta-section .outer-box .right-column .inner-column .info .title-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .cta-section .outer-box .right-column .inner-column .info .title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cta-section .outer-box .right-column .inner-column .info .title-box .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  text-align: center;
  line-height: 60px;
  margin-right: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 767.98px) {
  .cta-section .outer-box .right-column .inner-column .info .title-box .icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.cta-section .outer-box .right-column .inner-column .info .title-box .title {
  position: relative;
  margin-bottom: 0;
  color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
  .cta-section .outer-box .right-column .inner-column .info .title-box .title {
    text-align: center;
  }
}

.cta-section .outer-box .right-column .inner-column .info .text {
  color: rgba(var(--theme-color-white-rgb), 0.7);
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .cta-section .outer-box .right-column .inner-column .info .text {
    text-align: center;
  }
}

/*** 

====================================================================
    FAQ's Section
====================================================================

***/
.faq-section {
  position: relative;
}

.faq-section .content-column .inner-column {
  position: relative;
  max-width: 501px;
  padding-right: 60px;
}

@media (max-width: 1199.98px) {
  .faq-section .content-column .inner-column {
    padding-right: 20px;
    max-width: 100%;
    margin-bottom: 50px;
  }
}

.faq-section .content-column .inner-column:before {
  position: absolute;
  content: "";
  background-color: transparent;
  background-image: url(../images/icons/line-2.png);
  width: 1px;
  height: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
}

@media (max-width: 1199.98px) {
  .faq-section .content-column .inner-column:before {
    display: none;
  }
}

.faq-section .content-column .inner-column .image {
  position: relative;
  width: 100%;
  max-width: 424px;
  height: 100%;
  margin-bottom: 50px;
  -webkit-mask-image: url(../images/resource/faq1-1.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}

.faq-section .content-column .inner-column .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.faq-section .content-column .inner-column .bottom-box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 1199.98px) {
  .faq-section .content-column .inner-column .bottom-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.faq-section .content-column .inner-column .bottom-box .title {
  margin-bottom: 0;
}

.faq-section .content-column .inner-column .bottom-box .title br {
  display: block;
}

@media (max-width: 991.98px) {
  .faq-section .content-column .inner-column .bottom-box .title br {
    display: none;
  }
}

.faq-section .faq-column .inner-column {
  position: relative;
  margin-left: 18px;
}

@media (max-width: 1199.98px) {
  .faq-section .faq-column .inner-column {
    margin-left: 0;
  }
}

.faq-section .faq-column .inner-column .acc-content .content .text {
  max-width: 609px;
}

/*** 

====================================================================
  Funfact Section
====================================================================

***/
.funfact-section {
  padding: 120px 0 90px;
  position: relative;
}

@media (max-width: 991.98px) {
  .funfact-section {
    padding: 80px 0 50px;
  }
}

.funfact-section .funfact-title {
  margin-bottom: 51px;
  text-align: center;
  position: relative;
}

.funfact-section .funfact-title.style-two span {
  font-weight: 600;
  border-radius: 53px;
  padding: 6px 21px;
  background-color: var(--theme-color-lighter);
  letter-spacing: 0;
  z-index: 1;
}

.funfact-section .funfact-title.style-two:before,
.funfact-section .funfact-title.style-two:after {
  width: 50%;
  z-index: -1;
}

.funfact-section .funfact-title:before {
  content: "";
  position: absolute;
  background-color: rgba(70, 49, 49, 0.15);
  width: 39%;
  height: 1px;
  left: 0;
  top: calc(50% - 0.5px);
}

@media (max-width: 1399.98px) {
  .funfact-section .funfact-title:before {
    width: 35%;
  }
}

@media (max-width: 1199.98px) {
  .funfact-section .funfact-title:before {
    width: 32%;
  }
}

@media (max-width: 991.98px) {
  .funfact-section .funfact-title:before {
    width: 27%;
  }
}

@media (max-width: 767.98px) {
  .funfact-section .funfact-title:before {
    display: none;
  }
}

.funfact-section .funfact-title:after {
  content: "";
  position: absolute;
  background-color: rgba(70, 49, 49, 0.15);
  width: 39%;
  height: 1px;
  right: 0;
  top: calc(50% - 0.5px);
}

@media (max-width: 1399.98px) {
  .funfact-section .funfact-title:after {
    width: 35%;
  }
}

@media (max-width: 1199.98px) {
  .funfact-section .funfact-title:after {
    width: 32%;
  }
}

@media (max-width: 991.98px) {
  .funfact-section .funfact-title:after {
    width: 27%;
  }
}

@media (max-width: 767.98px) {
  .funfact-section .funfact-title:after {
    display: none;
  }
}

.funfact-section .inner-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: column;
  -ms-grid-rows: auto;
  grid-template-rows: repeat(1, auto);
}

.funfact-section .inner-row>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.funfact-section .inner-row>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.funfact-section .inner-row>*:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.funfact-section .inner-row>*:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

@media (max-width: 991.98px) {
  .funfact-section .inner-row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto auto;
    grid-template-rows: repeat(2, auto);
  }

  .funfact-section .inner-row>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .funfact-section .inner-row>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .funfact-section .inner-row>*:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .funfact-section .inner-row>*:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

@media (max-width: 575.98px) {
  .funfact-section .inner-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: repeat(4, auto);
  }

  .funfact-section .inner-row>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .funfact-section .inner-row>*:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .funfact-section .inner-row>*:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .funfact-section .inner-row>*:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}

/*** 

====================================================================
    Testimonial Section
====================================================================

***/
.testimonial-section {
  position: relative;
  padding: 0 15px;
  margin-top: 45px;
}

.testimonial-section .outer-box {
  position: relative;
  max-width: 1880px;
  margin: 0 auto;
  border-radius: 30px;
  background-color: var(--theme-color2);
  padding-top: 60px;
  padding-bottom: 60px;
}

.testimonial-section .outer-box .shape-1 {
  position: absolute;
  top: 50px;
  right: 50px;
  pointer-events: none;
}

.testimonial-section .outer-box .shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.testimonial-section .outer-box .shape-3 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.testimonial-section .outer-box .image-column .inner-column {
  padding-right: 4px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .testimonial-section .outer-box .image-column .inner-column {
    margin-bottom: 50px;
    padding-right: 0;
  }
}

.testimonial-section .outer-box .image-column .inner-column .icon {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 2;
}

.testimonial-section .outer-box .image-column .inner-column .info-box {
  position: absolute;
  bottom: 30px;
  right: -56px;
  padding: 25px 30px 30px;
  background-color: var(--theme-color1);
  border-radius: 20px;
  width: 100%;
  max-width: 239px;
  z-index: 2;
}

@media (max-width: 1199.98px) {
  .testimonial-section .outer-box .image-column .inner-column .info-box {
    right: -22px;
  }
}

@media (max-width: 767.98px) {
  .testimonial-section .outer-box .image-column .inner-column .info-box {
    left: 20px;
    right: 20px;
    bottom: 20px;
    max-width: calc(100% - 40px);
  }
}

.testimonial-section .outer-box .image-column .inner-column .info-box .text {
  line-height: 25px;
  position: relative;
  color: var(--theme-color-white);
}

.testimonial-section .outer-box .image-column .inner-column .info-box .author-image {
  margin-top: 10px;
}

.testimonial-section .outer-box .image-column .inner-column .image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  max-height: 596px;
  z-index: 1;
}

@media (max-width: 575.98px) {
  .testimonial-section .outer-box .image-column .inner-column .image {
    min-height: 400px;
  }
}

.testimonial-section .outer-box .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  max-height: 596px;
  border-radius: 25px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 575.98px) {
  .testimonial-section .outer-box .image-column .inner-column .image img {
    min-height: 400px;
  }
}

.testimonial-section .outer-box .content-column .inner-column {
  position: relative;
  padding-left: 84px;
}

@media (max-width: 1199.98px) {
  .testimonial-section .outer-box .content-column .inner-column {
    padding-left: 0px;
  }
}

.testimonial-section .testimonial-one-slider {
  position: relative;
}

.testimonial-section .testimonial-one-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  padding-right: 9px;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .testimonial-section .testimonial-one-dots {
    padding-right: 0;
  }
}

.testimonial-section .testimonial-one-dots .swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #e7e7e7;
  opacity: 1;
  z-index: 2;
}

.testimonial-section .testimonial-one-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color1);
}

.testimonial-block .top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.testimonial-block .top-box .quote-icon i {
  font-size: 70px;
  color: rgb(255, 255, 255);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-block .top-box .quote-icon img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-block .top-box .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  width: 10em !important;
}

.testimonial-section .image-column {
  margin-top: auto;
  margin-bottom: auto;
}

@media (max-width: 575.98px) {
  .testimonial-block .top-box .star-rating {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

.testimonial-block .top-box .star-rating i {
  font-size: 20px;
  color: rgb(255, 180, 42);
}

.testimonial-block .text {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #ddd;
}

.testimonial-block .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  .testimonial-block .author-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.testimonial-block .author-info .testimonial-name {
  color: #fff;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 4px;
}

.testimonial-block .author-info .testimonial-position {
  letter-spacing: -0.03em;
  margin-left: 15px;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 575.98px) {
  .testimonial-block .author-info .testimonial-position {
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .testimonial-block .text {
    font-size: 16px;
    line-height: 1.5;
  }
}

/*** 

====================================================================
    testimonial-section-two
====================================================================

***/
.testimonial-section-two {
  position: relative;
  padding: 0 15px;
}

.testimonial-section-two .outer-box {
  background-color: var(--theme-color-white);
  border-radius: 40px;
  max-width: 1860px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.testimonial-section-two .outer-box .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 991.98px) {
  .testimonial-section-two .outer-box .shape-1 {
    display: none;
  }
}

.testimonial-section-two .outer-box .shape-2 {
  position: absolute;
  top: 100px;
  right: 40px;
}

@media (max-width: 991.98px) {
  .testimonial-section-two .outer-box .shape-2 {
    display: none;
  }
}

.testimonial-section-two .outer-box .content-column .inner-column {
  margin-left: -15px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .testimonial-section-two .outer-box .content-column .inner-column {
    margin-left: 0;
  }
}

.testimonial-section-two .outer-box .content-column .inner-column .sec-title {
  margin-bottom: 78px;
}

@media (max-width: 1439.98px) {
  .testimonial-section-two .outer-box .content-column .inner-column .sec-title {
    margin-bottom: 50px;
  }
}

.testimonial-section-two .outer-box .image-column {
  position: relative;
}

@media (max-width: 1199px) {
  .testimonial-section-two .outer-box .image-column {
    display: none;
  }
}

.testimonial-section-two .outer-box .image-column .inner-column {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  max-height: 632px;
  padding-right: 54px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .testimonial-section-two .outer-box .image-column .inner-column {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-right: 0;
  }
}

.testimonial-section-two .outer-box .image-column .inner-column .image {
  border-radius: 30px;
  height: 100%;
  max-height: 632px;
  max-width: 451px;
  width: 100%;
}

@media (max-width: 1439.98px) {
  .testimonial-section-two .outer-box .image-column .inner-column .image {
    max-width: 398px;
  }
}

.testimonial-section-two .outer-box .image-column .inner-column .image img {
  border-radius: 30px;
  height: 100%;
  max-height: 632px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.testimonial-section-two .outer-box .image-column .inner-column .info-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  left: -108px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (max-width: 1199.98px) {
  .testimonial-section-two .outer-box .image-column .inner-column .info-box {
    display: none;
  }
}

.testimonial-section-two .outer-box .image-column .inner-column .info-box .counter-box {
  border-right: 1px solid rgba(12, 47, 37, 0.1019607843);
  padding-right: 30px;
}

.testimonial-section-two .outer-box .image-column .inner-column .info-box .counter-box .count-box {
  font-size: 60px;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 0;
}

.testimonial-section-two .outer-box .image-column .inner-column .info-box .counter-box .rating {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.testimonial-section-two .outer-box .image-column .inner-column .info-box .counter-box .rating i {
  color: var(--theme-color3);
}

.testimonial-section-two .outer-box .image-column .inner-column .info-box .text {
  position: relative;
}

.testimonial-block-two .inner-block {
  position: relative;
}

.testimonial-block-two .inner-block:hover .icon {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.testimonial-block-two .inner-block .icon {
  display: inline-block;
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-block-two .inner-block .text {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(12, 47, 37, 0.1);
}

@media (max-width: 991.98px) {
  .testimonial-block-two .inner-block .text {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.testimonial-block-two .inner-block .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.testimonial-block-two .inner-block .author-info .image {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.testimonial-block-two .inner-block .author-info .image img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-block-two .inner-block .author-info .info {
  position: relative;
}

.testimonial-block-two .inner-block .author-info .info .name {
  font-size: 20px;
  margin-bottom: 0;
}

.testimonial-block-two .inner-block .author-info .info .designation {
  position: relative;
  margin-top: -4px;
}

.testimonial-block-two .inner-block .arrow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .testimonial-block-two .inner-block .arrow-box {
    position: relative;
    bottom: auto;
    right: auto;
    padding-top: 40px;
  }
}

.testimonial-block-two .inner-block .arrow-box .testi-slider-prev,
.testimonial-block-two .inner-block .arrow-box .testi-slider-next {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid rgba(12, 47, 37, 0.1019607843);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-block-two .inner-block .arrow-box .testi-slider-prev:hover,
.testimonial-block-two .inner-block .arrow-box .testi-slider-next:hover {
  border-color: var(--theme-color4);
  background-color: var(--theme-color4);
  color: var(--theme-color4-text-color);
}

/***

====================================================================
Process Section
====================================================================

***/
/***

====================================================================
    Product Section
====================================================================

***/
/***

====================================================================
    Team Section
====================================================================

***/
.team-section {
  position: relative;
}

.team-section:before {
  position: absolute;
  content: "";
  background-color: transparent;
  background-image: url(../images/icons/shape-5.png);
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  pointer-events: none;
}

.team-section:after {
  position: absolute;
  content: "";
  background-color: transparent;
  background-image: url(../images/icons/shape-13.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.team-section .sec-title-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .team-section .sec-title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px;
  }
}

.team-section .sec-title-box .sec-title {
  max-width: 607px;
}

.team-section .bottom-box {
  position: relative;
  z-index: 3;
}

.team-section .bottom-box .inner-box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  max-width: 607px;
  margin: 50px auto 0;
}

@media (max-width: 991.98px) {
  .team-section .bottom-box .inner-box {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .team-section .bottom-box .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.team-section .bottom-box .inner-box .image {
  position: relative;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .team-section .bottom-box .inner-box .image {
    margin-right: 0;
  }
}

.team-section .bottom-box .inner-box .text {
  position: relative;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .team-section .bottom-box .inner-box .text {
    margin-right: 0;
  }
}

.team-section .bottom-box .inner-box a {
  position: relative;
  color: var(--theme-color2);
  text-decoration: underline;
}

.team-block {
  margin-top: 30px;
  padding: 10px;
  background-color: var(--theme-color-white);
  border-radius: 20px;
  position: relative;
  z-index: 9;
}

.team-block .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

.team-block .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-block .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.team-block .team-content {
  background-color: var(--theme-color-silver);
  padding: 20px 20px;
  border-radius: 20px;
  position: relative;
}

.team-block .team-content .title {
  margin-bottom: 0;
}

.team-block .team-content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.team-block .team-content .title a:hover {
  color: var(--theme-color1);
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
  background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
}

.team-block .team-content .share-icon {
  background-color: var(--theme-color-white);
  background-size: 200%;
  border-radius: 50%;
  bottom: 19px;
  color: var(--theme-color1);
  cursor: pointer;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 3;
}

@media (max-width: 575.98px) {
  .team-block .team-content .share-icon {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}

.team-block .team-content .share-icon:hover {
  background-position: 100% 0;
}

.team-block .team-content .social-links {
  position: absolute;
  right: 20px;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: transparent;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  opacity: 0;
  z-index: 3;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.team-block .team-content .social-links a {
  background-color: var(--theme-color-white);
  color: var(--theme-color1);
  background-size: 200%;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .team-content .social-links a:hover {
  background: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

@media (max-width: 575.98px) {
  .team-block .team-content .social-links a {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}

.team-block .team-content .social-links a:hover {
  background-position: 100% 0;
}

.team-block:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.team-block:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.team-block:hover .team-content .social-links {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.team-block:hover .team-content .share-icon {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

/***

====================================================================
    Clients Section
====================================================================

***/
.clients-section {
  position: relative;
  margin-top: -9px;
}

.clients-section .outer-container {
  position: relative;
  overflow: hidden;
}

.clients-section .outer-container .outer-box {
  position: relative;
  border-top: 1px solid var(--theme-color-lighter);
  border-bottom: 1px solid var(--theme-color-lighter);
  border-left: 1px solid var(--theme-color-lighter);
}

.clients-section .outer-container .outer-box .client-block {
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid var(--theme-color-lighter);
}

.client-block .inner-box:hover .image-box .image img:nth-child(1) {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.client-block .inner-box:hover .image-box .image img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.client-block .inner-box .image-box .image {
  margin-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.client-block .inner-box .image-box .image img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.client-block .inner-box .image-box .image img:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.client-block .inner-box .image-box .image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*** 

====================================================================
    why-choose-us-section
====================================================================

***/
.why-choose-us-section {
  position: relative;
}

.why-choose-us-section .shape-1 {
  position: absolute;
  top: 135px;
  right: 140px;
}

@media (max-width: 1199.98px) {
  .why-choose-us-section .shape-1 {
    display: none;
  }
}

.why-choose-us-section .left-column .inner-column {
  position: relative;
  padding-top: 182px;
}

@media (max-width: 1199.98px) {
  .why-choose-us-section .left-column .inner-column {
    padding-top: 50px;
  }
}

@media (max-width: 991.98px) {
  .why-choose-us-section .left-column .inner-column {
    padding-top: 0;
  }
}

.why-choose-us-section .left-column .inner-column .wcu-block .inner-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 575.98px) {
  .why-choose-us-section .left-column .inner-column .wcu-block .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.why-choose-us-section .left-column .inner-column .wcu-block .inner-block .content {
  text-align: right;
}

.why-choose-us-section .right-column .inner-column {
  position: relative;
  padding-top: 182px;
}

@media (max-width: 1199.98px) {
  .why-choose-us-section .right-column .inner-column {
    padding-top: 50px;
  }
}

@media (max-width: 991.98px) {
  .why-choose-us-section .right-column .inner-column {
    padding-top: 0;
  }
}

.why-choose-us-section .right-column .inner-column .wcu-block .inner-block .shape {
  position: absolute;
  left: -76px;
  right: auto;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

@media (max-width: 991.98px) {
  .why-choose-us-section .image-column {
    display: none;
  }
}

.why-choose-us-section .image-column .inner-column {
  position: relative;
  margin: 0 -34.4px;
  z-index: 2;
}

.why-choose-us-section .image-column .inner-column .image {
  position: relative;
  width: 100%;
  height: 100%;
}

.why-choose-us-section .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.why-choose-us-section .bottom-box {
  position: relative;
  z-index: 3;
}

.why-choose-us-section .bottom-box .inner-box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-radius: 60px;
  background-color: var(--theme-color-white);
  width: 100%;
  max-width: 607px;
  margin: -15px auto 0;
}

@media (max-width: 991.98px) {
  .why-choose-us-section .bottom-box .inner-box {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .why-choose-us-section .bottom-box .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.why-choose-us-section .bottom-box .inner-box .image {
  position: relative;
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  .why-choose-us-section .bottom-box .inner-box .image {
    margin-right: 0;
  }
}

.why-choose-us-section .bottom-box .inner-box .text {
  position: relative;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .why-choose-us-section .bottom-box .inner-box .text {
    margin-right: 0;
  }
}

.why-choose-us-section .bottom-box .inner-box a {
  position: relative;
  color: var(--theme-color2);
  font-weight: 500;
  text-decoration: underline;
}

.wcu-block:nth-child(1) .inner-block {
  margin-bottom: 200px;
}

@media (max-width: 1199.98px) {
  .wcu-block:nth-child(1) .inner-block {
    margin-bottom: 100px;
  }
}

@media (max-width: 991.98px) {
  .wcu-block:nth-child(1) .inner-block {
    margin-bottom: 40px;
  }
}

.wcu-block .inner-block {
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

@media (max-width: 1199.98px) {
  .wcu-block .inner-block {
    gap: 15px;
  }
}

@media (max-width: 575.98px) {
  .wcu-block .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.wcu-block .inner-block:hover .icon {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.wcu-block .inner-block .shape {
  position: absolute;
  top: -90px;
  right: -76px;
}

@media (max-width: 991.98px) {
  .wcu-block .inner-block .shape {
    display: none;
  }
}

.wcu-block .inner-block .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  font-size: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

@media (max-width: 767.98px) {
  .wcu-block .inner-block .icon {
    max-width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
  }
}

.wcu-block .inner-block .icon.two {
  background-color: var(--theme-color3);
  color: var(--theme-color3-text-color);
}

.wcu-block .inner-block .icon.three {
  background-color: var(--theme-color4);
  color: var(--theme-color4-text-color);
}

.wcu-block .inner-block .icon.four {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.wcu-block .inner-block .content .title {
  position: relative;
  margin-bottom: 6px;
}

/*** 

====================================================================
    why-choose-us-section-two
====================================================================

***/
.why-choose-us-section-two {
  position: relative;
}

.why-choose-us-section-two .sec-title-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
}

@media (max-width: 991.98px) {
  .why-choose-us-section-two .sec-title-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.why-choose-us-section-two .sec-title-box .sec-title {
  max-width: 650px;
}

@media (max-width: 991.98px) {
  .why-choose-us-section-two .sec-title-box .sec-title {
    max-width: 100%;
  }
}

.why-choose-us-section-two .sec-title-box .text {
  position: relative;
  max-width: 501px;
}

@media (max-width: 991.98px) {
  .why-choose-us-section-two .sec-title-box .text {
    max-width: 100%;
  }
}

.choose-us-block1 {
  margin-top: 30px;
  position: relative;
}

@media (max-width: 767.98px) {
  .choose-us-block1 {
    margin-top: 20px;
  }
}

.choose-us-block1 .shape {
  position: absolute;
  bottom: -15px;
  right: 17%;
}

@media (max-width: 1199.98px) {
  .choose-us-block1 .shape {
    display: none;
  }
}

.choose-us-block1 .thumb {
  max-width: 536px;
  position: relative;
  -webkit-mask-image: url("../images/resource/choose-us-2-1.png");
  mask-image: url("../images/resource/choose-us-2-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  z-index: 0;
}

.choose-us-block1 .thumb img {
  width: 100%;
  height: 100%;
}

.choose-us-block-content1 {
  margin-top: 30px;
  max-width: 540px;
  margin-left: -7px;
  border: 1px solid rgba(12, 47, 37, 0.1);
  border-radius: 30px;
  background-color: var(--theme-color-white);
}

@media (max-width: 1199.98px) {
  .choose-us-block-content1 {
    margin-left: 0;
  }
}

.choose-us-block-content1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  padding: 31px 40px;
}

@media (max-width: 1199.98px) {
  .choose-us-block-content1 li {
    padding: 30px 25px;
    padding-bottom: 25px;
    gap: 18px;
  }
}

@media (max-width: 575.98px) {
  .choose-us-block-content1 li {
    display: -ms-grid;
    display: grid;
  }
}

.choose-us-block-content1 li:not(:last-child) {
  border-bottom: 1px solid rgba(12, 47, 37, 0.1);
}

.choose-us-block-content1 li:nth-child(1) .icon {
  background-color: var(--theme-color4);
}

.choose-us-block-content1 li:nth-child(1) .icon svg,
.choose-us-block-content1 li:nth-child(1) .icon i,
.choose-us-block-content1 li:nth-child(1) .icon img {
  color: var(--theme-color4-text-color);
}

.choose-us-block-content1 li:nth-child(2) .icon {
  background-color: var(--theme-color1);
}

.choose-us-block-content1 li:nth-child(2) .icon svg,
.choose-us-block-content1 li:nth-child(2) .icon i,
.choose-us-block-content1 li:nth-child(2) .icon img {
  color: var(--theme-color1-text-color);
}

.choose-us-block-content1 li:nth-child(3) .icon {
  background-color: var(--theme-color3);
}

.choose-us-block-content1 li:nth-child(3) .icon svg,
.choose-us-block-content1 li:nth-child(3) .icon i,
.choose-us-block-content1 li:nth-child(3) .icon img {
  color: var(--theme-color3-text-color);
}

.choose-us-block-content1 li:nth-child(4) .icon {
  background-color: var(--theme-color2);
}

.choose-us-block-content1 li:nth-child(4) .icon svg,
.choose-us-block-content1 li:nth-child(4) .icon i,
.choose-us-block-content1 li:nth-child(4) .icon img {
  color: var(--theme-color2-text-color);
}

.choose-us-block-content1 li .icon {
  border-radius: 50%;
  text-align: center;
  max-width: 80px;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: var(--theme-color4);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  top: 7px;
  z-index: 9;
}

.choose-us-block-content1 li .icon::before {
  background-color: var(--theme-color1);
  border-radius: 50%;
  height: 100%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.choose-us-block-content1 li .icon svg,
.choose-us-block-content1 li .icon i,
.choose-us-block-content1 li .icon img {
  color: var(--theme-color4-text-color);
  font-size: 40px;
  text-align: center;
  display: inline-block;
  will-change: transform;
}

.choose-us-block-content1 li .icon svg path,
.choose-us-block-content1 li .icon i path,
.choose-us-block-content1 li .icon img path {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.choose-us-block-content1 li .content .title {
  position: relative;
  margin-bottom: 5px;
}

.choose-us-block-content1 li .content p {
  padding-right: 20px;
  margin-top: 5px;
}

.choose-us-block-content1 li:hover .icon svg,
.choose-us-block-content1 li:hover .icon i,
.choose-us-block-content1 li:hover .icon img {
  color: var(--theme-color1-text-color);
  -webkit-animation: wobble 1.5s ease-in-out;
  animation: wobble 1.5s ease-in-out;
}

.choose-us-block-content1 li:hover .icon svg path,
.choose-us-block-content1 li:hover .icon i path,
.choose-us-block-content1 li:hover .icon img path {
  fill: var(--theme-color1);
}

.choose-us-block-content1 li:hover .icon::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

/***

====================================================================
    Work Section
====================================================================

***/
.working-section {
  position: relative;
  padding: 0 15px;
}

.working-section .outer-box {
  position: relative;
  max-width: 1880px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  background-color: var(--theme-color-white);
}

.working-section .outer-box:before {
  position: absolute;
  content: "";
  background-color: transparent;
  background-image: url(../images/icons/shape-12.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  pointer-events: none;
}

.working-section .outer-box .bottom-box {
  position: relative;
}

.working-section .outer-box .bottom-box .inner-box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(12, 47, 37, 0.1019607843);
  border-radius: 20px;
  margin-top: 35px;
  padding: 30px;
}

@media (max-width: 767.98px) {
  .working-section .outer-box .bottom-box .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
  }
}

.working-section .outer-box .bottom-box .inner-box .left-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .working-section .outer-box .bottom-box .inner-box .left-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.working-section .outer-box .bottom-box .inner-box .right-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
}

@media (max-width: 1024px) {
  .working-section .outer-box .bottom-box .inner-box .right-box {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

@media (max-width: 1024px) {
  .working-section .outer-box .bottom-box .inner-box .right-box .shape {
    display: none;
  }
}

.working-section .outer-box .bottom-box .inner-box .image {
  position: relative;
  margin-right: 67px;
  width: 100%;
  max-width: 182px;
}

@media (max-width: 1439.98px) {
  .working-section .outer-box .bottom-box .inner-box .image {
    margin-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .working-section .outer-box .bottom-box .inner-box .image {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.working-section .outer-box .bottom-box .inner-box .title {
  position: relative;
  margin-bottom: 0;
  max-width: 377px;
}

@media (max-width: 767.98px) {
  .working-section .outer-box .bottom-box .inner-box .title {
    margin-bottom: 16px;
    max-width: 100%;
    text-align: center;
  }
}

.working-block {
  border-radius: 20px;
  background-color: var(--theme-color-silver);
  padding: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.working-block::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -webkit-transform: scale(1, 0.3);
  transform: scale(1, 0.3);
  background-color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
  border-radius: 30px;
}

.working-block .number-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
  position: relative;
  z-index: 11;
}

.working-block .number-top .number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.working-block .number-top .shape-style1 {
  content: "";
  position: absolute;
  right: 5px;
  top: 10px;
  background-image: url(../images/icons/shape-10.png);
  width: 87px;
  height: 99px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.working-block .content {
  position: relative;
  z-index: 11;
}

.working-block .content .working-title {
  margin-bottom: 15px;
  margin-top: 0;
}

.working-block .content .working-details {
  color: #727272;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
}

.working-block:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.working-block:hover .number-top .number {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

.working-block:hover .content .working-details {
  color: var(--theme-color2);
}

@media (max-width: 1199.98px) {
  .working-block {
    padding: 30px;
  }
}

/***

====================================================================
    working-section-two
====================================================================

***/
.working-section-two {
  position: relative;
  padding: 0 15px;
}

.working-section-two .outer-box {
  position: relative;
  max-width: 1880px;
  margin: 0 auto;
  border-radius: 30px;
}

.working-section-two .outer-box .shape-1 {
  position: absolute;
  top: 150px;
  left: 90px;
  pointer-events: none;
}

.working-section-two .outer-box .shape-2 {
  position: absolute;
  top: 30px;
  right: 50px;
  pointer-events: none;
}

.working-section-two .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: 0;
}

.working-section-two .outer-box .bg-image:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: 1;
  opacity: 0.95;
}

.working-section-two .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.working-section-two .outer-box .bottom-box {
  position: relative;
  padding-top: 50px;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.25);
  text-align: center;
}

.working-section-two .outer-box .bottom-box .inner-box {
  position: relative;
  max-width: 617px;
  margin: 0 auto;
}

.working-section-two .outer-box .bottom-box .inner-box .text {
  position: relative;
  color: var(--theme-color-white);
}

.working-section-two .outer-box .bottom-box .inner-box a {
  display: inline-block;
  color: var(--theme-color1);
}

.working-block-two .inner-block {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.working-block-two .inner-block:hover .icon-block .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

.working-block-two .inner-block:hover .icon-block .icon i {
  -webkit-animation: wobble 1.5s ease-in-out;
  animation: wobble 1.5s ease-in-out;
}

.working-block-two .inner-block:hover .icon-block .icon img {
  -webkit-animation: wobble 1.5s ease-in-out;
  animation: wobble 1.5s ease-in-out;
}

.working-block-two .inner-block .icon-block {
  margin-bottom: 23px;
}

.working-block-two .inner-block .icon-block .working-shape {
  position: absolute;
  right: -80px;
  left: calc(55% + 100px);
  top: 15%;
}

.working-block-two .inner-block .icon-block .icon {
  background-color: var(--theme-color2);
  border-radius: 50%;
  border: 1px solid rgba(230, 230, 230, 0.17);
  color: #fff;
  font-size: 75px;
  line-height: 1;
  height: 150px;
  width: 150px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.working-block-two .inner-block .icon-block .icon i {
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.working-block-two .inner-block .icon-block .icon img {
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.working-block-two .inner-block .working-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.working-block-two .inner-block .working-details {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.working-block-two:last-child .inner-block .icon-block .working-shape {
  display: none;
}

@media (max-width: 767.98px) {
  .working-block-two .inner-block .icon-block .working-shape {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .working-block-two:nth-child(2) .inner-block .icon-block .working-shape {
    display: none;
  }
}

/*** 

====================================================================
    Blog Section
====================================================================

***/
.news-block {
  margin-top: 30px;
  border-radius: 20px;
  background-color: #6bc8ff05;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-block .thumb {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.news-block .thumb .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0000003b 40%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
  pointer-events: none;
}

.news-block .thumb .date {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 1;
  text-align: center;
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
  border-radius: 10px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .thumb .date .date-day {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 2px;
}

.news-block .thumb .date .date-month {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.news-block .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-block .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-block .content {
  padding: 30px 40px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.news-block .content .text {
  flex-grow: 1;
}

.btn-margin {
  margin-top: 80px;
}

@media (max-width: 1439.98px) {
  .news-block .content {
    padding: 30px 35px;
  }
}

@media (max-width: 991.98px) {
  .news-block .content {
    padding: 30px;
  }
}

@media (max-width: 575.98px) {
  .news-block .content {
    padding: 28px 30px;
  }
}

@media (max-width: 575.98px) {
  .news-block .content {
    padding: 26px 28px;
  }
}

.news-block .content .title {
  margin-bottom: 16px;
}

@media (max-width: 575.98px) {
  .news-block .content .title {
    margin-bottom: 9px;
  }
}

.news-block .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: #000000e3;
  font-size: 21px;
}

.news-block .content .title a:hover {
  color: var(--theme-color1);
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
  background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
}

.news-block .content .link-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  color: var(--theme-color2);
  text-transform: capitalize;
  margin-top: 33px;
}

@media (max-width: 575.98px) {
  .news-block .content .link-btn {
    margin-top: 18px;
  }
}

.news-block .content .link-btn i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
  background-color: var(--theme-color-silver);
  text-align: center;
  color: var(--theme-color3);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.news-block .content .link-btn:hover i {
  background: var(--theme-color1);
  color: var(--theme-color1-text-color);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.news-block:hover .thumb .date {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

.news-block:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.news-block:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/*** 

====================================================================
    Blog Section
====================================================================

***/
.blog-section-two {
  position: relative;
}

.blog-section-two .shape-1 {
  position: absolute;
  bottom: 105px;
  left: 155px;
}

@media (max-width: 1439.98px) {
  .blog-section-two .shape-1 {
    display: none;
  }
}

.blog-section-two .shape-2 {
  position: absolute;
  top: 140px;
  right: 150px;
}

@media (max-width: 1439.98px) {
  .blog-section-two .shape-2 {
    display: none;
  }
}

.blog-block-two {
  margin-top: 30px;
}

.blog-block-two .inner-block {
  position: relative;
  border-bottom: 3px solid #e9e9e9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-block-two .inner-block:hover .image-box .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.blog-block-two .inner-block:hover .image-box .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.blog-block-two .image-box {
  position: relative;
  overflow: hidden;
}

.blog-block-two .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .blog-block-two .image-box .image {
    min-height: 400px;
  }
}

.blog-block-two .image-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 767.98px) {
  .blog-block-two .image-box .image img {
    height: 100%;
    min-height: 400px;
  }
}

.blog-block-two .image-box .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.blog-block-two .image-box .date-box {
  position: absolute;
  bottom: 0;
  left: 30px;
  background-color: var(--theme-color1);
  width: 78px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  z-index: 2;
  padding: 12px;
}

.blog-block-two .image-box .date-box .date {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  color: var(--theme-color1-text-color);
  font-family: var(--heading-font-family);
  margin-bottom: 2px;
}

.blog-block-two .image-box .date-box .month {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--theme-color1-text-color);
}

.blog-block-two .content-box {
  position: relative;
}

.blog-block-two .content-box .inner-box {
  position: relative;
  padding: 0 28px 20px;
}

@media (max-width: 767.98px) {
  .blog-block-two .content-box .inner-box {
    padding: 0 15px 20px;
  }
}

.blog-block-two .content-box .inner-box .meta-box {
  background-color: #e9e9e9;
  padding: 5px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.blog-block-two .content-box .inner-box .meta-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-block-two .content-box .inner-box .meta-box li i {
  font-size: 14px;
  color: var(--theme-color1);
  margin-right: 5px;
}

.blog-block-two .content-box .inner-box .meta-box li span {
  font-size: 14px;
  line-height: 26px;
  color: rgb(161, 161, 161);
}

.blog-block-two .content-box .inner-box .title {
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-block-two .content-box .inner-box .title a:hover {
  color: var(--theme-color1);
}

.blog-block-two .content-box .inner-box .text {
  margin-bottom: 20px;
}

.blog-block-two .content-box .inner-box .read-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.blog-block-two .content-box .inner-box .read-more-btn:hover span {
  color: var(--theme-color1);
}

.blog-block-two .content-box .inner-box .read-more-btn i {
  font-size: 16px;
  color: var(--theme-color2);
}

.blog-block-two .content-box .inner-box .read-more-btn span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #31333e;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
    news-section
====================================================================

***/
/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer {
  padding-top: 120px;
  position: relative;
  /* Widget Section */
}

.main-footer .widgets-section {
  padding: 45px 50px 20px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .main-footer .widgets-section {
    padding: 40px 20px 0;
  }
}

.main-footer .footer-column {
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
  .main-footer .footer-column {
    margin-bottom: 30px;
  }
}

.main-footer .footer-widget {
  position: relative;
}

.main-footer .widget-title {
  color: var(--theme-color-white);
  margin-bottom: 20px;
  position: relative;
  font-weight: 400;
  font-family: "Bricolage Grotesque", sans-serif;
}

.main-footer .widget-content {
  position: relative;
}

.main-footer .widget-content .text {
  position: relative;
  color: rgba(var(--theme-color-white-rgb), 0.6);
  margin: 0 0 45px;
}

.main-footer .links-widget {
  position: relative;
  height: 100%;
}

.main-footer .links-widget.style-one {
  margin-left: 60px;
  padding-left: 74px;
  border-left: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 1199.98px) {
  .main-footer .links-widget.style-one {
    margin-left: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 991.98px) {
  .main-footer .links-widget.style-one {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}

.main-footer .links-widget.style-two {
  margin-left: -13px;
  padding-left: 80px;
  border-left: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 1199.98px) {
  .main-footer .links-widget.style-two {
    margin-left: 0;
    padding-left: 30px;
  }
}

@media (max-width: 991.98px) {
  .main-footer .links-widget.style-two {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}

.main-footer .links-widget .user-links li {
  position: relative;
  display: block;
  margin: -5px 0 0 0;
}

p.copyright-text a {
  text-decoration: none;
  color: #8aebff !important;
}

.main-footer .links-widget .user-links li a {
  display: block;
  position: relative;
  line-height: 2.5rem;
  color: #ffffffcc;
  padding: 0 0 0 25px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .links-widget .user-links li a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #0dcaf0;
}

.main-footer .links-widget .user-links li a i {
  color: #0dcaf0;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-footer .contact-widget {
  position: relative;
  margin-left: -20px;
  padding-left: 80px;
  border-left: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 1199.98px) {
  .main-footer .contact-widget {
    margin-left: 0;
    padding-left: 30px;
  }
}

@media (max-width: 991.98px) {
  .main-footer .contact-widget {
    border-left: none;
    padding-left: 0;
  }
}

.main-footer .contact-widget .info.style-two .widget-title {
  margin-bottom: 15px;
}

.main-footer .contact-widget .info span,
.main-footer .contact-widget .info .text {
  margin: -3px 0 0 0;
  position: relative;
  color: rgba(var(--theme-color-white-rgb), 0.6);
}

.main-footer .contact-widget .info .text {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

.main-footer .contact-widget .info span {
  display: block;
}

.footer-middle-box {
  position: relative;
}

.footer-middle-box .inner-box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 70px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 20px;
  border-radius: 20px;
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
}

@media (max-width: 767.98px) {
  .footer-middle-box .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 30px;
    padding: 20px 15px;
  }
}

.footer-middle-box .inner-box .left-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 455px;
  position: relative;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .footer-middle-box .inner-box .left-box {
    gap: 20px;
  }
}

@media (max-width: 991.98px) {
  .footer-middle-box .inner-box .left-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.footer-middle-box .inner-box .left-box .logo img {
  max-width: 180px;
}

.footer-middle-box .inner-box .left-box .social-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.footer-middle-box .inner-box .left-box .social-icon li a {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 400;
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-middle-box .inner-box .left-box .social-icon li a:hover {
  background-color: var(--theme-color-white);
  color: var(--headings-color);
}

.footer-middle-box .inner-box .right-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 690px;
  position: relative;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .footer-middle-box .inner-box .right-box {
    gap: 30px;
  }
}

@media (max-width: 991.98px) {
  .footer-middle-box .inner-box .right-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    gap: 0px;
  }
}

@media (max-width: 767.98px) {
  .footer-middle-box .inner-box .right-box {
    max-width: 100%;
  }
}

.footer-middle-box .inner-box .right-box .title {
  color: var(--theme-color-white);
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 1199.98px) {
  .footer-middle-box .inner-box .right-box .title {
    margin-bottom: 15px;
  }
}

.footer-middle-box .inner-box .right-box .form-clt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  position: relative;
}

@media (max-width: 767.98px) {
  .footer-middle-box .inner-box .right-box .form-clt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
}

.footer-middle-box .inner-box .right-box .form-clt input {
  border-radius: 60px;
  height: 66.4px;
  position: relative;
  width: 100%;
  max-width: 389px;
  padding: 17px 30px;
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  color: var(--theme-color-white);
}

@media (max-width: 1199.98px) {
  .footer-middle-box .inner-box .right-box .form-clt input {
    max-width: 350px;
  }
}

@media (max-width: 767.98px) {
  .footer-middle-box .inner-box .right-box .form-clt input {
    border-radius: 30px;
    max-width: none;
    width: 100%;
  }
}

.footer-middle-box .inner-box .right-box .form-clt input::-webkit-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.9);
}

.footer-middle-box .inner-box .right-box .form-clt input::-moz-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.9);
}

.footer-middle-box .inner-box .right-box .form-clt input:-ms-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.9);
}

.footer-middle-box .inner-box .right-box .form-clt input::-ms-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.9);
}

.footer-middle-box .inner-box .right-box .form-clt input::placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.9);
}

.footer-middle-box .inner-box .right-box .form-clt .submit-btn {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color1-text-color);
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 400;
  height: 67px;
  line-height: 67px;
  position: relative;
  text-align: center;
  width: 67px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 767.98px) {
  .footer-middle-box .inner-box .right-box .form-clt .submit-btn {
    border-radius: 30px;
    width: 100%;
  }
}

.footer-middle-box .inner-box .right-box .form-clt .submit-btn:hover {
  background-color: var(--theme-color-white);
  color: var(--theme-color-black);
}

.footer-style-one {
  position: relative;
  padding: 0 15px 20px;
}

.footer-style-one .outer-box {
  position: relative;
  max-width: 1880px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  background-color: var(--theme-color2);
}

.footer-style-one .outer-box .about-widget {
  position: relative;
  padding-bottom: 23px;
}

@media (max-width: 1199.98px) {
  .footer-style-one .outer-box .about-widget {
    margin-right: -30px;
  }
}

@media (max-width: 991.98px) {
  .footer-style-one .outer-box .about-widget {
    margin-right: 0;
  }
}

.footer-style-one .outer-box .shape-1 {
  position: absolute;
  top: 72px;
  right: 0;
  pointer-events: none;
}

.footer-style-one .outer-box .shape-2 {
  position: absolute;
  bottom: 30px;
  right: 35px;
  pointer-events: none;
}

.footer-style-one .outer-box .shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

/*=== Footer Bottom ===*/
.footer-bottom {
  padding: 41.5px 10px;
}

@media (max-width: 1199.98px) {
  .footer-bottom {
    padding: 41.5px 0;
  }
}

.footer-bottom .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 767.98px) {
  .footer-bottom .inner-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-bottom .copyright-text {
  position: relative;
  margin-bottom: 0;
  color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
  .footer-bottom .copyright-text {
    text-align: center;
  }
}

.footer-bottom .copyright-text a {
  color: inherit;
}

.footer-bottom .copyright-text a:hover {
  color: var(--theme-color-white);
}

.footer-bottom .footer-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .footer-bottom .footer-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-bottom .footer-nav li {
  font-size: 16px;
  line-height: 32px;
  color: var(--text-color);
  margin-left: 23px;
}

.footer-bottom .footer-nav li:first-child {
  margin-left: 0;
}

.footer-bottom .footer-nav li a {
  color: var(--theme-color-white);
}

.footer-bottom .footer-nav li a:hover {
  color: var(--theme-color1);
}

/***
====================================================================
  Products details
====================================================================
***/
.product-details .bxslider .image-box {
  position: relative;
  display: block;
  margin-right: 30px;
  margin-bottom: 10px;
}

.product-details .bxslider .image-box img {
  width: 100%;
}

.product-details .bxslider .thumb-box li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
}

.product-details .bxslider .thumb-box li:last-child {
  margin: 0px !important;
}

.product-details .bxslider .thumb-box li a {
  position: relative;
  display: inline-block;
}

.product-details .bxslider .thumb-box li a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product-details .bxslider .thumb-box li a.active:before {
  opacity: 1;
}

.product-details .bx-wrapper {
  margin-bottom: 30px;
}

.product-details .product-info .product-details__top {
  position: relative;
  display: block;
  margin-top: -8px;
}

.product-details .product-info .product-details__title {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  margin: 0;
}

.product-details .product-info .product-details__title span {
  position: relative;
  display: inline-block;
  color: var(--theme-color1);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-left: 20px;
  letter-spacing: 0;
}

.product-details .product-info .product-details__reveiw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 22px;
  padding-bottom: 20px;
  margin-bottom: 31px;
  border-bottom: 1px solid #e0e4e8;
}

.product-details .product-info .product-details__reveiw i {
  font-size: 16px;
  color: #ffc737;
}

.product-details .product-info .product-details__reveiw i+i {
  margin-left: 4px;
}

.product-details .product-info .product-details__reveiw span {
  position: relative;
  top: 1px;
  line-height: 1;
  font-size: 16px;
  color: var(--theme-color2);
  margin-left: 18px;
}

.product-details .product-info .product-details__quantity-title {
  margin: 0;
  color: #222;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-right: 20px;
}

.product-details .product-info .product-details__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons {
    display: block;
  }
}

.product-details .product-info .product-details__buttons-1 {
  position: relative;
  display: block;
}

@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-1 {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

.product-details .product-info .product-details__buttons-1 .btn-title {
  color: var(--headings-color);
  text-transform: capitalize;
  font-weight: 500;
}

.product-details .product-info .product-details__buttons-2 {
  position: relative;
  display: block;
  margin-left: 10px;
}

.product-details .product-info .product-details__buttons-2 .thm-btn {
  background-color: var(--theme-color2);
}

.product-details .product-info .product-details__buttons-2 .thm-btn:before {
  background-color: var(--theme-color1);
}

.product-details .product-info .product-details__buttons-2 .thm-btn:after {
  background-color: var(--theme-color1);
}

@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 0;
  }
}

.product-details .product-info .product-details__social {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: relative;
}

.product-details .product-info .product-details__social .social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

.product-details .product-info .product-details__social .social-icon-one li {
  position: relative;
  margin-left: 0;
}

.product-details .product-info .product-details__social .social-icon-one li a {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color1-text-color);
  display: block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.product-details .product-info .product-details__social .social-icon-one li a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.product-details .product-info .product-details__social .title {
  position: relative;
  display: block;
}

.product-details .product-info .product-details__social .title .h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .product-details .product-info .product-details__social .social-icon-one {
    margin-left: 0;
  }
}

.product-details__quantity {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  position: relative;
}

.product-details__quantity .quantity-box {
  border-radius: 10px;
  height: 60px;
  position: relative;
  width: 98px;
}

.product-details__quantity .quantity-box input {
  border: 1px solid #e0e4e8;
  border-radius: 10px;
  color: var(--theme-color2);
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  outline: none;
  padding-left: 30px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  width: 98px;
}

.product-details__quantity .quantity-box button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-left: 1px solid #e0e4e8;
  border-top-right-radius: 10px;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  font-size: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 29px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  position: absolute;
  right: 1px;
  top: 1px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 29px;
}

.product-details__quantity .quantity-box button:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  top: auto;
}

.product-discription {
  display: block;
  position: relative;
}

.product-discription .product-description__title {
  font-size: 30px;
  margin-bottom: 27px;
}

.product-discription .product-description__text1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.product-discription .product-description__list {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

.product-discription .product-description__list ul {
  display: block;
  position: relative;
}

.product-discription .product-description__list ul li {
  display: block;
  margin-bottom: 2px;
  position: relative;
}

.product-discription .product-description__list ul li:last-child {
  margin-bottom: 0px;
}

.product-discription .product-description__list ul li p {
  color: var(--headings-color);
  font-weight: 600;
  margin: 0;
}

.product-discription .product-description__list ul li p span:before {
  color: var(--theme-color1);
  display: inline-block;
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  position: relative;
  top: 2px;
}

.product-discription .tabs-content .text p {
  margin-bottom: 17px;
}

.product-discription .tabs-content .text p:last-child {
  margin-bottom: 0px;
}

.product-discription .tab-btn-box {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 60px;
}

.product-discription .tab-btn-box:before {
  position: absolute;
  content: "";
  background-color: #e1e8e4;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 28px;
}

.product-discription .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #1e2434;
  text-align: center;
  padding: 14px 30px;
  background-color: #fff;
  border: 1px solid #e1e8e4;
  cursor: pointer;
  margin: 0px 8.5px;
  margin-bottom: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product-discription .tab-btn-box .tab-btns li.active-btn {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

.product-discription .tab-btn-box .tab-btns li:last-child {
  margin-bottom: 0;
}

.product-discription .single-comment-box .inner-box {
  position: relative;
  display: block;
  background-color: #f4f5f4;
  padding: 34px 30px 34px 125px;
}

.product-discription .single-comment-box .inner-box .comment-thumb {
  position: absolute;
  left: 30px;
  top: 40px;
  border-radius: 50%;
  width: 80px;
}

.product-discription .single-comment-box .inner-box .comment-thumb img {
  width: 100%;
  border-radius: 50%;
}

.product-discription .single-comment-box .inner-box .rating {
  position: relative;
  display: block;
  margin-bottom: 2px;
}

.product-discription .single-comment-box .inner-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}

.product-discription .single-comment-box .inner-box .rating li:last-child {
  margin: 0px !important;
}

.product-discription .single-comment-box .inner-box .h5 {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.product-discription .single-comment-box .inner-box .h5 span {
  font-weight: 400;
  text-transform: capitalize;
}

.product-discription .customer-comment {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.product-discription .comment-box {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 51px 60px 60px 60px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575.98px) {
  .product-discription .comment-box {
    padding: 40px 30px;
  }
}

.product-discription .comment-box .h3 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.product-discription .comment-box .form-group {
  position: relative;
  margin-bottom: 15px;
}

.product-discription .comment-box .form-group label {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #707582;
  margin-bottom: 8px;
}

.product-discription .comment-box .column:last-child .form-group {
  margin-bottom: 0px;
}

.product-discription .comment-box .review-box p {
  position: relative;
  float: left;
  margin-right: 10px;
}

.product-discription .comment-box .review-box .rating {
  position: relative;
  float: left;
}

.product-discription .comment-box .review-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}

.product-discription .comment-box .review-box .rating li:last-child {
  margin: 0px !important;
}

.product-discription .comment-box .review-box {
  position: relative;
  display: block;
  margin-top: 8px;
}

.product-discription .comment-box .custom-controls-stacked {
  position: relative;
  float: left;
}

.related-product .h3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .product-details__img {
    margin-bottom: 50px;
  }

  .product-details__title span {
    margin-left: 0;
    display: block;
  }

  .product-details__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 10px;
  }

  .product-details__social-link {
    margin-left: 0;
    margin-top: 20px;
  }
}

/***

====================================================================
 Categories Section
====================================================================

***/
.categories-section {
  position: relative;
  padding: 100px 0 70px;
}

.categories-section .bg-pattern {
  position: absolute;
  left: 0;
  top: -220px;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/icons/pattern-7.html);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: -1;
}

.categories-section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 300px;
  width: 100%;
  background: var(--theme-color3);
  content: "";
  z-index: 1;
}

.categories-section:after {
  position: absolute;
  left: 0;
  bottom: -50px;
  height: 70px;
  width: 100%;
  z-index: 2;
  content: "";
  background-image: url(../images/icons/pattern-3.html);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.category-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}

.category-block .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  padding: 40px 30px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.category-block .inner-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-position: center bottom;
  content: "";
}

.category-block .inner-box:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.category-block .inner-box:hover .image img {
  -webkit-transform: rotate(10deg) scale(1.2);
  transform: rotate(10deg) scale(1.2);
}

.category-block .inner-box.cat-bg-1:before {
  background-image: url(../images/icons/cat-1-bg.html);
}

.category-block .inner-box.cat-bg-2:before {
  background-image: url(../images/icons/cat-2-bg.html);
}

.category-block .inner-box.cat-bg-3:before {
  background-image: url(../images/icons/cat-3-bg.html);
}

.category-block .inner-box.cat-bg-4:before {
  background-image: url(../images/icons/cat-4-bg.html);
}

.category-block .image {
  position: relative;
  display: inline-block;
  height: 180px;
  width: 180px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}

.category-block .image img {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.category-block .h4 {
  font-size: 20px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 10px;
}

.category-block .h4 a {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.category-block .h4 a:hover {
  color: var(--theme-color1);
}

.category-block p {
  font-size: 14px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}

/***

====================================================================
    Categories Section Two
====================================================================

***/
.categories-section-two {
  position: relative;
  padding: 120px 0 90px;
}

.category-block-two {
  position: relative;
  padding-top: 70px;
  margin-bottom: 30px;
  z-index: 9;
}

.category-block-two .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 18px;
}

.category-block-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 60px;
  width: 100%;
  border-radius: 10px;
  background: #e3eee5;
  content: "";
}

.category-block-two .inner-box:hover .image:before {
  left: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.category-block-two .inner-box:hover .image img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.category-block-two .inner-box:hover .h4 a {
  color: var(--theme-color1);
}

.category-block-two .content {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  padding: 0 40px 40px;
  z-index: 1;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}

.category-block-two .content:before {
  position: absolute;
  top: -88px;
  left: 0;
  width: 180px;
  height: 180px;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background: #e3eee5;
  content: "";
}

.category-block-two .content:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  font-size: 30px;
  line-height: 1em;
  color: #e8f3ea;
  height: 15px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  content: attr(data-text);
}

.category-block-two .image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: -70px;
}

.category-block-two .image img {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.category-block-two .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 120%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}

.category-block-two .h4 {
  font-size: 22px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 15px;
}

.category-block-two .h4 a {
  color: var(--theme-color3);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.category-block-two p {
  font-size: 16px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}

.category-block-two .link {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #e8f3ea;
  border-radius: 50%;
  line-height: 50px;
  margin-top: 25px;
  color: #608174;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.category-block-two .link:hover {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.category-block-two.child-two .link {
  background: #f0e2e3;
}

.category-block-two.child-two .inner-box:before {
  background: #f0e2e3;
}

.category-block-two.child-two .inner-box:hover .h4 a {
  color: #e69da2;
}

.category-block-two.child-two .content:before {
  background: #f0e2e3;
}

.category-block-two.child-two .content:after {
  color: #f0e2e3;
}

.category-block-two.child-three .link {
  background: #f1ede1;
}

.category-block-two.child-three .inner-box:before {
  background: #f1ede1;
}

.category-block-two.child-three .inner-box:hover .h4 a {
  color: #c9b579;
}

.category-block-two.child-three .content:before {
  background: #f1ede1;
}

.category-block-two.child-three .content:after {
  color: #f1ede1;
}

/***

====================================================================
    Products Section
====================================================================

***/
.products-section {
  position: relative;
  padding: 120px 0;
}

.products-section .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 670px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.products-section .bg-image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #113629;
  opacity: 0.7;
  content: "";
}

.products-section .bg-image:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background-image: url(../images/icons/pattern-8.html);
  background-position: center bottom;
  content: "";
}

.products-section .sec-title .h2 {
  font-size: 60px;
}

.products-section .sec-title .theme-btn {
  margin-top: 30px;
}

.products-box {
  max-width: 1530px;
  position: relative;
  padding: 120px 60px 90px;
  margin: 120px auto 0;
  background-color: #f7f5ee;
  overflow: hidden;
  border-radius: 10px;
}

.products-box:before {
  position: absolute;
  left: -90px;
  bottom: 0;
  height: 70%;
  width: 100%;
  background: url(../images/icons/shape-7.png) top left no-repeat;
  content: "";
}

.products-box .sec-title {
  margin-bottom: 30px;
}

.products-box .outer-box {
  position: relative;
  padding-right: 400px;
}

.products-box .outer-box .banner-box-two {
  position: absolute;
  right: 0;
  top: 0;
}

.banner-box-two {
  position: relative;
}

.banner-box-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 67, 51)), to(rgba(229, 229, 229, 0)));
  background: linear-gradient(to bottom, rgb(22, 67, 51) 0%, rgba(229, 229, 229, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--theme-color3)', endColorstr='#00e5e5e5', GradientType=0);
  content: "";
}

.banner-box-two .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 370px;
  background: var(--theme-color3);
  border-radius: 10px;
  min-height: 440px;
  text-align: center;
  overflow: hidden;
  padding: 20px 20px;
}

.banner-box-two .title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner-box-two .title strong {
  font-size: 60px;
  line-height: 1em;
  color: var(--theme-color2);
  font-weight: 400;
}

.banner-box-two .h4 {
  font-size: 30px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.product-block-two {
  position: relative;
  margin-bottom: 30px;
}

.product-block-two .inner-box {
  position: relative;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #ffffff;
  padding: 20px 20px;
  padding-left: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 150px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.product-block-two .inner-box:hover {
  border: 2px solid var(--theme-color);
}

.product-block-two .image {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  overflow: hidden;
  height: 110px;
  width: 110px;
  border: 1px solid #e4e1d6;
  margin-bottom: 0px;
}

.product-block-two .image img {
  width: auto;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.product-block-two .inner-box:hover .image img {
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.product-block-two .h4 {
  display: block;
  font-size: 22px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 5px;
}

.product-block-two .h4 a {
  color: var(--theme-color3);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.product-block-two .price {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color1);
  font-weight: 600;
}

.product-block-two .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: #ff0000;
  line-height: 27px;
  opacity: 0.3;
}

.product-block-two .rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #ffc737;
}

/***

====================================================================
    Featured Products
====================================================================

***/
.featured-products {
  position: relative;
  padding: 120px 0 90px;
}

.featured-products .bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../images/icons/pattern-7.html) left bottom no-repeat;
  background-size: 700px;
}

/*=== Mixitup Gallery ===*/
.featured-products .filters {
  margin-bottom: 40px;
  text-align: center;
}

.featured-products .filters .filter-tabs {
  position: relative;
  display: inline-block;
}

.featured-products .filters li {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 0px 2px 10px;
  cursor: pointer;
  color: #797f7d;
  font-weight: 500;
  font-size: 18px;
  margin: 0 5px 0;
  padding: 5px 12px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featured-products .filters li:last-child {
  margin-right: 0;
}

.featured-products .filters .filter.active,
.featured-products .filters .filter:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

.featured-products .filters li:before {
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
}

.featured-products .filters li.active:before,
.featured-products .filters li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.product-block {
  position: relative;
  margin-bottom: 30px;
}

.product-block.mix {
  display: none;
}

.product-block .inner-box {
  position: relative;
  border: 2px solid #e4e1d5;
  border-radius: 10px;
  text-align: center;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover {
  border: 2px solid var(--theme-color1);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.product-block .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0px;
}

.product-block .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}

.product-block .inner-box:hover .image:before {
  left: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.product-block .image img {
  width: auto;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.product-block .inner-box:hover .image img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.product-block .content {
  position: relative;
  padding: 30px 30px 30px;
}

.product-block .h4 {
  display: block;
  font-size: 22px;
  color: var(--theme-color2);
  font-weight: 700;
  margin-bottom: 5px;
}

.product-block .h4 a {
  color: var(--theme-color2);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.product-block .h4 a:hover {
  color: var(--theme-color2);
}

.product-block .price {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-gray-silver);
  font-weight: 600;
}

.product-block .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: #ff0000;
  line-height: 27px;
  opacity: 0.3;
}

.product-block .rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #ffc737;
}

.product-block .tag {
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  background: #FD5F5C;
  font-weight: 400;
  padding: 0 12px;
  border-radius: 3px;
  z-index: 9;
  font-style: italic;
  text-transform: uppercase;
}

.product-block .icon-box {
  position: absolute;
  right: 20px;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.product-block .inner-box:hover .icon-box {
  top: 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.product-block .ui-btn {
  background-color: var(--theme-color1);
  border-radius: 50px;
  color: var(--theme-color1-text-color);
  cursor: pointer;
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 9;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.product-block .ui-btn:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.product-block .cat {
  display: block;
  font-size: 18px;
  color: #707070;
  font-style: italic;
  margin-bottom: 5px;
}

/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/
table.tbl-shopping-cart .product-thumbnail,
table.cart-total .product-thumbnail {
  min-width: 64px;
}

table.tbl-shopping-cart img,
table.cart-total img {
  width: 64px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

table.tbl-shopping-cart th,
table.tbl-shopping-cart td,
table.cart-total th,
table.cart-total td {
  vertical-align: middle;
  border-left: 1px solid #e3e3e3;
  padding: 20px 30px;
}

table.tbl-shopping-cart .product-name a,
table.cart-total .product-name a {
  color: var(--headings-color);
}

table.tbl-shopping-cart .product-name .variation,
table.cart-total .product-name .variation {
  font-size: 0.9rem;
  list-style: none;
}

table.tbl-shopping-cart .product-remove a,
table.cart-total .product-remove a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background-color: #757575;
  color: #ffffff;
  text-align: center;
}

table.tbl-shopping-cart .coupon-form .apply-button,
table.cart-total .coupon-form .apply-button {
  position: relative;
  display: inline-block;
  color: #1e2434;
  background: #f4f5f4;
  padding: 15px 29px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

table.tbl-shopping-cart .coupon-form .apply-button:hover,
table.cart-total .coupon-form .apply-button:hover {
  background-color: var(--theme-color2);
}

table.tbl-shopping-cart .coupon-form .apply-button:hover span,
table.cart-total .coupon-form .apply-button:hover span {
  color: var(--theme-color-white);
}

table.tbl-shopping-cart>thead>tr>th,
table.tbl-shopping-cart>tbody>tr>th,
table.tbl-shopping-cart>tfoot>tr>th {
  color: #444;
}

.payment-method .accordion-box .block .acc-content .payment-info {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 30px 30px 10px 30px;
}

.payment-method .accordion-box .block {
  background: #fbfbfb;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
  padding: 0;
}

.payment-method .accordion-box .block:last-child {
  margin-bottom: 0px;
}

.payment-method .accordion-box .block .acc-btn {
  padding: 19px 30px 22px 30px;
}

.payment-method .accordion-box .block .acc-btn .icon-outer {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
  height: auto;
  /* line-height: 65px; */
  font-size: 28px;
  color: #1e2434;
}

.payment-method .accordion-box .block .acc-btn.active .icon-outer {
  color: var(--theme-color2-text-color);
}

.payment-method .h3 {
  margin-bottom: 32px;
}

.payment-method .accordion-box .block .acc-btn.active {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

.shop-sidebar {
  display: block;
  position: relative;
}

.shop-sidebar .sidebar-search .search-form .form-group {
  margin: 0px;
  position: relative;
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
  background-color: #F6F6F6;
  border: 1px solid var(--theme-light-background);
  border-radius: 5px;
  color: #646578;
  height: 52px;
  padding: 10px 60px 10px 20px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
}

.shop-sidebar .sidebar-search .search-form .form-group button {
  background-color: var(--theme-color1);
  border-radius: 3px;
  color: var(--theme-color1-text-color);
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 42px;
}

.shop-sidebar .sidebar-search .search-form .form-group button:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.shop-sidebar .sidebar-search {
  margin-bottom: 30px;
}

.shop-sidebar .sidebar-widget {
  background-color: var(--theme-color-lighter);
  border-radius: 5px;
  display: block;
  margin-bottom: 30px;
  padding: 35px 30px 37px 30px;
  position: relative;
}

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

.shop-sidebar .sidebar-widget .widget-title {
  display: block;
  margin-bottom: 16px;
  position: relative;
}

.shop-sidebar .category-widget .category-list li {
  display: block;
  margin-bottom: 14px;
  position: relative;
}

.shop-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0px;
}

.shop-sidebar .category-widget .category-list li a {
  color: #646578;
  display: inline-block;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}

.shop-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color1);
}

.shop-sidebar .category-widget .category-list li a:hover {
  color: var(--theme-color2);
}

.shop-sidebar .price-filters .widget-title {
  margin-bottom: 28px;
}

.shop-sidebar .post-widget .post {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 23px;
  min-height: 108px;
  padding-left: 90px;
  padding-bottom: 24px;
  position: relative;
}

.shop-sidebar .post-widget .post:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.shop-sidebar .post-widget .post .post-thumb {
  border: 1px solid #d0d4dd;
  border-radius: 5px;
  height: 70px;
  left: 0px;
  position: absolute;
  top: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 70px;
}

.shop-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  border-radius: 5px;
}

.shop-sidebar .post-widget .post a {
  color: #646578;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 7px;
  position: relative;
}

.shop-sidebar .post-widget .post .price {
  color: #0a267a;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}

.shop-sidebar .post-widget .post:hover .post-thumb {
  border-color: var(--theme-color1);
}

.shop-sidebar .post-widget .post:hover a {
  color: var(--theme-color2);
}

.shop-sidebar .post-widget {
  padding-bottom: 9px;
}

.range-slider {
  position: relative;
}

.range-slider .title {
  display: inline-block;
  line-height: 26px;
  margin-right: 4px;
  position: relative;
}

.range-slider .title:before {
  color: #646578;
  content: "$";
  font-size: 18px;
  left: -5px;
  position: absolute;
  top: -19px;
}

.range-slider p {
  color: #646578;
  display: inline-block;
  margin-right: 10px !important;
  position: relative;
}

.range-slider .input {
  color: #646578;
  display: inline-block;
  font-size: 18px;
  margin-top: 5px;
  max-width: 75px;
  position: relative;
}

.range-slider .input input {
  background: none;
  color: #646578;
  font-size: 15px;
  text-align: left;
}

.range-slider .ui-widget.ui-widget-content {
  background-color: #d0d4dd;
  border-radius: 2px;
  border: none;
  height: 4px;
  margin-bottom: 14px;
}

.range-slider .ui-slider .ui-slider-range {
  background-color: var(--theme-color1);
  top: 0px;
  height: 4px;
}

.range-slider .ui-state-default {
  background-color: var(--theme-color1);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  margin-left: 0px;
  position: absolute;
  top: -5px;
  width: 14px;
}

.range-slider .ui-state-default:before {
  background-color: var(--theme-color1-text-color);
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 6px;
}

.range-slider .ui-widget-content .ui-state-default {
  background-color: var(--theme-color1);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  margin-left: 0px;
  top: -5px;
  width: 14px;
}

.range-slider .ui-widget-content .ui-state-default:before {
  background-color: var(--theme-color1-text-color);
  border-radius: 50%;
  content: "";
  position: absolute;
  height: 6px;
  left: 4px;
  top: 4px;
  width: 6px;
}

.range-slider input[type=submit] {
  background: var(--theme-color1);
  border: none;
  border-radius: 10px;
  color: var(--theme-color1-text-color);
  cursor: pointer;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  padding: 7px 20px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.range-slider input[type=submit]:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

/*** 

====================================================================
Page Title
====================================================================

***/
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.page-title {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 0 0;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-title:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* Deep authoritative overlay: dark navy base with a green diagonal sweep,
     then a soft radial highlight in the centre to give depth */
  background:
    radial-gradient(ellipse 80% 60% at 50% 50%,
      rgba(255, 255, 255, 0.04) 0%,
      transparent 70%),
    linear-gradient(135deg,
      rgba(0, 35, 56, 0.92) 0%,
      rgba(0, 53, 84, 0.85) 40%,
      rgba(30, 104, 50, 0.78) 100%);
  z-index: 1;
}

/* Subtle diagonal line-pattern over the overlay for texture */
.page-title:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: repeating-linear-gradient(-45deg,
      rgba(255, 255, 255, 0.025) 0px,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px,
      transparent 12px);
  z-index: 2;
  pointer-events: none;
}

/* Keep content above both layers */
.page-title .auto-container {
  position: relative;
  z-index: 3;
}

.page-title .title {
  font-size: 65px;
  color: #ffffff;
  margin-bottom: 0px;
  font-family: "Bricolage Grotesque", sans-serif;
}

@media only screen and (max-width: 768px) {
  .page-title .title {
    font-size: 34px;
  }
}

.page-title .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.page-breadcrumb li a {
  color: white;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.page-breadcrumb li a:hover {
  color: #ffffff;
}

.page-title.style-two {
  background-position: center center;
}

.page-title.style-two .page-breadcrumb-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 8;
}

.page-title.style-two .page-breadcrumb li {
  color: rgb(7, 7, 16);
  font-weight: 600;
}

.page-title.style-two .page-breadcrumb li:after {
  color: rgb(7, 7, 16);
}

.page-title.style-two .page-breadcrumb li a {
  color: rgba(7, 7, 16, 0.6);
}

.page-title.style-two .page-breadcrumb li a:hover {
  color: rgb(7, 7, 16);
}

.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.play-now .icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #ffffff;
  color: #ff6d2e;
  z-index: 1;
  padding-left: 0px;
  font-size: 14px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.play-now .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.play-now .ripple:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.background-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page__inner .error-page__title-box {
  position: relative;
  display: block;
}

.error-page__inner .error-page__title {
  position: relative;
  display: inline-block;
  font-size: 280px;
  line-height: 280px;
  margin-bottom: 0;
  color: var(--theme-color1);
}

.error-page__inner .error-page__sub-title {
  font-size: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: -16px;
}

.error-page__inner .error-page__text {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.error-page__inner .error-page__form {
  position: relative;
  display: block;
  margin: 42px auto 20px;
}

.error-page__inner .error-page__form input[type=search] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #333;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: 7px;
}

.error-page__inner .error-page__form button[type=submit] {
  background-color: transparent;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.error-page__inner .error-page__form-input {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

input::-webkit-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

input::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

input::placeholder {
  color: #cccccc;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #cccccc;
}

input::-ms-input-placeholder {
  color: #cccccc;
}

/***

====================================================================
        Contact
====================================================================

***/
.contact-details__info {
  position: relative;
  display: block;
  margin-top: 41px;
}

.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 375.98px) {
  .contact-details__info li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
}

.contact-details__info li .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 80px;
  justify-content: center;
  width: 80px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details__info li .icon span {
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details__info li:hover .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.contact-details__info li:hover .icon span {
  color: var(--theme-color2-text-color);
}

.contact-details__info li:hover .text a {
  color: var(--notech-base);
}

.contact-details__info li:hover .text a span {
  color: var(--notech-gray);
}

.contact-details__info li .text {
  margin-left: 30px;
}

@media (max-width: 375.98px) {
  .contact-details__info li .text {
    margin-left: 0;
  }
}

.contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px;
}

.contact-details__info li .text a {
  color: var(--notech-black);
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details__info li .text span {
  color: var(--notech-black);
  font-size: 20px;
}

.contact-details__info li+li {
  margin-top: 19px;
}

.map {
  height: 550px;
}

/***
=============================================
    Services Details
=============================================
***/
.service-sidebar {
  position: relative;
  display: block;
  max-width: 365px;
  width: 100%;
}

.service-sidebar .service-sidebar-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.service-sidebar .service-sidebar-single-services {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 35px 30px 25px;
}

.service-sidebar .service-sidebar-single-services .title {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
}

.service-sidebar .service-sidebar-single-services .title .h3 {
  color: var(--headings-color);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}

.service-sidebar .service-sidebar-single-services ul {
  position: relative;
  display: block;
  margin-top: 10px;
}

.service-sidebar .service-sidebar-single-services ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: -10px;
}

.service-sidebar .service-sidebar-single-services ul li:last-child {
  margin-bottom: 0;
}

.service-sidebar .service-sidebar-single-services ul li a {
  position: relative;
  display: block;
  color: var(--agriox-color-1, #687469);
  font-size: 18px;
  padding: 22px 20px 22px;
  border-radius: 10px;
  background: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-sidebar .service-sidebar-single-services ul li a:hover {
  color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-services ul li a:hover::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li a:hover i {
  color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(90deg);
  transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.service-sidebar .service-sidebar-single-services ul li a i {
  font-size: 16px;
}

.service-sidebar .service-sidebar-single-services ul li.current a::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li.current a i {
  color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li.current:first-child {
  margin-top: 20px;
}

.service-sidebar .service-sidebar-single-services ul li.current:last-child {
  margin-bottom: 35px;
}

.service-sidebar .service-sidebar-single-contact-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 50px 0px 44px;
  z-index: 1;
}

.service-sidebar .service-sidebar-single-contact-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(109, 140, 84, 0.93);
  border-radius: 10px;
  content: "";
  z-index: -1;
}

.service-sidebar .service-sidebar-single-contact-box .icon {
  display: inline-block;
  height: 60px;
  position: relative;
  text-align: center;
  width: 60px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  border-radius: 50%;
  background: var(--theme-color2);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover {
  background-color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
  color: #fff;
}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {
  color: var(--headings-color);
  display: inline-block;
  font-size: 30px;
  line-height: 60px;
  position: relative;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .title {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 42px;
}

.service-sidebar .service-sidebar-single-contact-box .title .h2 {
  color: #ffffff;
  font-size: 36px;
}

.service-sidebar .service-sidebar-single-contact-box .phone {
  font-size: 24px;
  line-height: 34px;
}

.service-sidebar .service-sidebar-single-contact-box .phone a {
  color: #ffffff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
  color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-contact-box p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}

.service-sidebar .banner-widget {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.service-sidebar .banner-widget .widget-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 45px 30px 40px 30px;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-sidebar .banner-widget .widget-content .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 278px;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-sidebar .banner-widget .content-box {
  position: relative;
  max-width: 200px;
  width: 100%;
}

.service-sidebar .banner-widget .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 23px;
}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
  position: absolute;
  top: -15px;
  right: -38px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.service-sidebar .banner-widget .content-box .h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
  background: #0a267a;
}

.service-sidebar .service-sidebar-single-btn {
  position: relative;
  display: block;
}

.service-sidebar .service-sidebar-single-btn .theme-btn {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 50px 8px;
  width: 100%;
}

.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
  position: relative;
  display: inline-block;
  font-size: 36px;
  padding-right: 25px;
  margin-top: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
}

.services-details__content .feature-list .single-item {
  position: relative;
  display: block;
  border: 1px solid #e1e8e4;
  padding: 16px 30px 16px 53px;
  margin-bottom: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details__content .feature-list .single-item .icon-box {
  color: var(--theme-color1);
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details__content .feature-list .single-item .title {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.services-details__content .feature-list .single-item:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.services-details__content .feature-list .single-item:hover .icon-box {
  color: var(--theme-color2-text-color);
}

.service-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.service-list li:last-child {
  margin-bottom: 0px;
}

.service-list li a {
  position: relative;
  display: block;
  font-size: 18px;
  color: var(--headings-color);
  font-weight: 600;
  background-color: #fff;
  padding: 17px 20px 17px 50px;
  -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
}

.service-list li a:hover,
.service-list li a.current {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  padding-left: 80px;
}

.service-list li a:hover i,
.service-list li a.current i {
  width: 60px;
  color: var(--theme-color2-text-color);
  background-color: var(--theme-color2);
}

.service-list li i {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 100%;
  background-color: #f6f4ec;
  text-align: center;
  font-size: 16px;
  color: #707582;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.sidebar-service-list {
  margin: 0;
}

.sidebar-service-list li+li {
  margin-top: 10px;
}

.sidebar-service-list li a {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  display: block;
  background-color: #f5faff;
  color: var(--headings-color);
  border-radius: 15px;
  padding: 19px 40px;
}

.sidebar-service-list li a:hover {
  color: var(--theme-color2);
}

.sidebar-service-list li a:hover i {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
}

.sidebar-service-list li a i {
  height: 32px;
  width: 45px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #191825;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 15px;
}

.sidebar-service-list li.current a {
  color: var(--theme-color2);
}

.sidebar-service-list li.current a i {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
}

.service-details-help {
  background-color: var(--theme-color1);
  border-radius: 15px;
  display: block;
  margin-top: 30px;
  overflow: hidden;
  padding: 57px 55px 50px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.help-shape-1 {
  position: absolute;
  bottom: -215px;
  left: -95px;
  width: 220px;
  height: 500px;
  background-color: #303030;
  mix-blend-mode: soft-light;
  border-radius: 150px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

.help-shape-2 {
  position: absolute;
  top: -118px;
  right: -130px;
  width: 180px;
  height: 350px;
  background-color: #fff;
  mix-blend-mode: soft-light;
  border-radius: 186px;
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
}

.help-icon {
  height: 73px;
  width: 73px;
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.help-icon:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

.help-title {
  font-size: 38px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 21px;
  font-weight: 700;
}

.help-contact {
  position: relative;
  display: block;
  margin-top: 21px;
}

.help-contact p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 32px;
  font-weight: 600;
  opacity: 0.7;
}

.help-contact a {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.help-contact a:hover {
  color: #000;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details__img {
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.project-details__img img {
  border-radius: 10px;
  height: 100%;
  max-height: 560px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.project-details__content {
  position: relative;
  display: block;
}

.project-details__content-left {
  position: relative;
  display: block;
  margin-top: 31px;
}

.project-details__content-right {
  position: relative;
  display: block;
  margin-top: 40px;
}

.project-details__details-box {
  position: relative;
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 43px 50px 50px;
  z-index: 1;
}

.project-details__details-list {
  position: relative;
  display: block;
}

.project-details__details-list li {
  position: relative;
  display: block;
}

.project-details__details-list li+li {
  margin-top: 24px;
}

.project-details__client {
  font-size: 16px;
  color: #838d9e;
  line-height: 24px;
  margin: 0;
}

.project-details__name {
  font-size: 16px;
  line-height: 24px;
}

.project-details__social {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.project-details__social a {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color1-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 40px;
  z-index: 1;
}

.project-details__social a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}

.project-details__social a+a {
  margin-left: 10px;
}

.project-details__pagination-box {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid #ece9e0;
  border-bottom: 1px solid #ece9e0;
  padding: 30px 0;
  margin-top: 117px;
}

.project-details__pagination {
  position: relative;
  display: block;
}

.project-details__pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-details__pagination li a {
  font-size: 14px;
  color: #757873;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.project-details__pagination li a:hover {
  color: var(--theme-color1);
}

.project-details__pagination li a:hover i {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  border: 2px solid var(--theme-color1);
}

.project-details__pagination li .content {
  position: relative;
  display: block;
}

.project-details__pagination li.next {
  float: left;
  position: relative;
}

.project-details__pagination li.next i {
  position: relative;
  height: 52px;
  width: 52px;
  border: 2px solid #0e2207;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #0e2207;
  font-size: 16px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin-right: 20px;
  z-index: 1;
}

.project-details__pagination li.next .content {
  text-align: left;
}

.project-details__pagination li.previous {
  position: relative;
  float: right;
}

.project-details__pagination li.previous i {
  position: relative;
  height: 52px;
  width: 52px;
  border: 2px solid #0e2207;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #0e2207;
  font-size: 16px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin-left: 20px;
  z-index: 1;
}

.project-details__pagination li.previous .content {
  text-align: right;
}

/***

====================================================================
    Blog Details
====================================================================

***/
.blog-details {
  position: relative;
  display: block;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
}

.blog-details__img img {
  width: 100%;
  border-radius: 10px;
}

.blog-details__date {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--theme-color1);
  text-align: center;
  padding: 21px 24px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog-details__date .day {
  font-size: 16px;
  color: var(--theme-color1-text-color);
  font-weight: var(--body-font-weight-bold);
  line-height: 16px;
}

.blog-details__date .month {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: var(--body-font-weight-bold);
  color: var(--theme-color1-text-color);
  line-height: 12px;
  text-transform: uppercase;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}

.blog-details__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details__meta li+li {
  margin-left: 18px;
}

.blog-details__meta li a {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.blog-details__meta li a:hover {
  color: var(--theme-color2);
}

.blog-details__meta li a i {
  color: var(--theme-color1);
  margin-right: 6px;
}

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
  font-weight: var(--body-font-weight-bold);
}

.blog-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 49px;
  border-top: 1px solid #ece9e0;
}

@media only screen and (max-width: 767px) {
  .blog-details__bottom {
    gap: 30px;
  }
}

.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: #0e2207;
  font-size: 20px;
  margin-right: 14px;
  font-weight: var(--body-font-weight-bold);
}

.blog-details__tags a {
  position: relative;
  font-size: 12px;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  display: inline-block;
  padding: 5px 30px 5px;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  border-radius: 35px;
}

.blog-details__tags a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
  text-decoration: none;
}

.blog-details__tags a+a {
  margin-left: 6px;
}

.blog-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details__social-list a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  z-index: 1;
}

.blog-details__social-list a:hover {
  color: var(--theme-color2-text-color);
}

.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.blog-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--theme-color2);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.blog-details__social-list a+a {
  margin-left: 10px;
}

.blog-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 53px;
}

.blog-details__pagenation {
  position: relative;
  display: block;
}

.blog-details__pagenation li {
  position: relative;
  float: left;
  font-size: 20px;
  color: #0e2207;
  font-weight: var(--body-font-weight-bold);
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  line-height: 30px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 52px;
  padding-bottom: 52px;
  border-radius: 10px;
}

.blog-details__pagenation li:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.blog-details__pagenation li+li {
  margin-left: 30px;
}

/* Nav Links */
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 53px;
}

@media only screen and (max-width: 767px) {
  .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.nav-links .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: calc(50% - 15px);
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .nav-links .prev {
    width: 100%;
  }
}

.nav-links .prev .thumb {
  margin-right: 20px;
}

.nav-links .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
  .nav-links .next {
    width: 100%;
  }
}

.nav-links .next .thumb {
  margin-left: 20px;
}

.nav-links>div {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.nav-links>div .thumb {
  display: inline-block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.nav-links>div .thumb a {
  display: inline-block;
}

.nav-links>div>a {
  display: inline-block;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  font-size: 20px;
  line-height: 1.637;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-color-lighter);
  padding: 52px 50px;
  border-radius: 10px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .nav-links>div>a {
    padding: 30px;
  }
}

.nav-links>div>a:hover {
  color: #fff;
  background-color: var(--theme-color2);
}

.room-heading {
  position: relative;
}

.room-heading .title {
  line-height: 1;
  margin-top: 0;
}

.room-heading .kodelisting-room-basic-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 30px;
}

@media (max-width: 575.98px) {
  .room-heading .kodelisting-room-basic-info {
    display: inline-block;
  }
}

.room-heading .kodelisting-room-basic-info li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 28px;
  padding: 5px 0;
  margin-right: 30px;
}

.room-heading .kodelisting-room-basic-info li i {
  color: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  margin-right: 10px;
}

.room-heading .kodelisting-room-basic-info li .csrbi-text {
  font-size: 14px;
  white-space: nowrap;
}

.kodelisting-room-booking {
  background-color: var(--theme-color-white);
  position: relative;
}

.kodelisting-room-booking .kodelisting-room-booking-wrap {
  background: transparent;
  border-radius: 8px;
  border: 1px solid var(--theme-color2);
  padding: 50px 45px 55px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 575.98px) {
  .kodelisting-room-booking .kodelisting-room-booking-wrap {
    padding: 40px 15px;
  }
}

.kodelisting-room-booking .room-booking-title {
  margin-bottom: 32px;
}

.kodelisting-room-booking .room-booking-title .title {
  font-size: 24px;
  font-size: 1.875rem;
  line-height: 1.2;
  margin: 0;
}

.kodelisting-room-booking .room-booking-title .base-price {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

.kodelisting-room-booking .reservation-form .checkbox-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 400px;
  padding: 10px 0;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.kodelisting-room-booking .reservation-form {
  /* Hide default checkbox */
}

.kodelisting-room-booking .reservation-form .custom-checkbox input[type=checkbox] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(var(--theme-color2-rgb), 0.3);
  background-color: var(--theme-color-white);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}

.kodelisting-room-booking .reservation-form {
  /* Checked style */
}

.kodelisting-room-booking .reservation-form .custom-checkbox input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: var(--theme-color2);
  /* brownish color */
}

.kodelisting-room-booking .reservation-form .checkbox-label {
  color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kodelisting-room-booking .reservation-form .checkbox-price {
  color: var(--text-color);
  font-size: 14px;
}

.kodelisting-room-booking .reservation-form .total-base-price .summary {
  padding: 15px 0;
}

.kodelisting-room-booking .reservation-form .total-base-price .price-content {
  color: var(--text-color);
  border-bottom: 1px dashed rgba(var(--theme-color-black-rgb), 0.1);
  border-top: 1px dashed rgba(var(--theme-color-black-rgb), 0.1);
  padding-bottom: 5px;
  padding-top: 8px;
}

.kodelisting-room-booking .reservation-form .total-base-price .price-content .label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.kodelisting-room-booking .reservation-form .total-base-price .price-content i {
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  font-style: normal;
  line-height: 16px;
  margin-left: 5px;
  text-align: center;
  width: 16px;
}

.kodelisting-room-booking .reservation-form .total-base-price .price-content .amount {
  font-size: 14px;
}

.kodelisting-room-booking .reservation-form .total-base-price .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.kodelisting-room-booking .reservation-form .btn-style-one {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}

.kodelisting-room-booking .reservation-form .btn-style-one:hover {
  color: var(--theme-color-dark);
}

.kodelisting-room-booking .reservation-form .btn-style-one:before {
  background: var(--theme-color1);
}

.kodelisting-room-booking .form-select,
.kodelisting-room-booking .form-control {
  background: none;
  border-color: rgba(var(--theme-color2-rgb), 0.3);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  color: var(--text-color);
  font-size: 0.875rem;
  height: 48px;
  line-height: 35px;
}

.kodelisting-room-booking .form-select::-webkit-input-placeholder,
.kodelisting-room-booking .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
}

.kodelisting-room-booking .form-select::-moz-placeholder,
.kodelisting-room-booking .form-control::-moz-placeholder {
  font-size: 14px;
  color: #000;
}

.kodelisting-room-booking .form-select:-ms-input-placeholder,
.kodelisting-room-booking .form-control:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
}

.kodelisting-room-booking .form-select::-ms-input-placeholder,
.kodelisting-room-booking .form-control::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
}

.kodelisting-room-booking .form-select::placeholder,
.kodelisting-room-booking .form-control::placeholder {
  font-size: 14px;
  color: #000;
}

.kodelisting-room-booking .form-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.kodelisting-room-booking .nice-select::before {
  top: 6px;
}

/*** 

====================================================================
Sidebar
====================================================================

***/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: var(--h4-font-weight);
}

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

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type=search] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  height: 74px;
  width: 100%;
  padding-right: 80px;
  border-radius: 10px;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder {
  color: var(--theme-color1-text-color);
  opacity: 1;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder,
.sidebar__search-form input[type=search]:-ms-input-placeholder,
.sidebar__search-form input[type=search]::-ms-input-placeholder,
.sidebar__search-form input[type=search]::placeholder {
  color: var(--theme-color1-text-color);
  opacity: 1;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder {
  color: var(--theme-color1-text-color);
}

.sidebar__search-form input[type=search]::-moz-placeholder {
  color: var(--theme-color1-text-color);
}

.sidebar__search-form input[type=search]:-ms-input-placeholder {
  color: var(--theme-color1-text-color);
}

.sidebar__search-form input[type=search]::-ms-input-placeholder {
  color: var(--theme-color1-text-color);
}

.sidebar__search-form input[type=search]::placeholder {
  color: var(--theme-color1-text-color);
}

@media only screen and (max-width: 767px) {
  .sidebar__search-form input[type=search] {
    padding-left: 30px;
  }
}

.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: var(--theme-color1-text-color);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .sidebar__search-form button[type=submit] {
    width: 42px;
  }
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-color-lighter);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sidebar__post {
    padding: 30px;
  }
}

.sidebar__post .sidebar__title {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__title {
    margin-left: 0;
  }
}

.sidebar__post .sidebar__post-list {
  margin: 0;
}

.sidebar__post .sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px 17px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__post-list li {
    padding: 16px 0;
  }
}

.sidebar__post .sidebar__post-list li:hover {
  background-color: #ffffff;
  border-radius: 10px;
}

.sidebar__post .sidebar__post-list li+li {
  margin-top: 11px;
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
  margin-right: 20px;
  -webkit-box-flex: 70px;
  -ms-flex: 70px 0 0px;
  flex: 70px 0 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-image>img {
  width: 80px;
  border-radius: 10px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content .h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-content .h3 a {
  color: #0e2207;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: #757873 !important;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--theme-color1);
  font-size: 14px;
  padding-right: 3px;
}

.sidebar__category {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-color-lighter);
  border-radius: 10px;
  padding: 45px 30px 38px;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sidebar__category {
    padding: 30px 15px 30px;
  }
}

.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 9px;
}

.sidebar__category-list {
  margin: 0;
}

.sidebar__category-list li+li {
  margin-top: 4px;
}

.sidebar__category-list li a {
  color: #757873;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  display: block;
  background: none;
  padding: 12px 20px;
  font-weight: 500;
  border-radius: 10px;
}

.sidebar__category-list li a:hover {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li a:hover span {
  color: var(--theme-color1);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: var(--theme-color2);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}

.sidebar__category-list li.active a {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  border-radius: 10px;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: var(--theme-color1);
}

.sidebar__tags {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-color-lighter);
  padding: 46px 45px 50px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sidebar__tags {
    padding: 30px;
  }
}

.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 25px;
}

.sidebar__tags-list {
  margin-top: -10px;
}

.sidebar__tags-list a {
  font-size: 14px;
  color: #0e2207;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background: #ffffff;
  display: inline-block;
  padding: 5px 28px 5px;
  margin-left: 5px;
  border-radius: 30px;
}

.sidebar__tags-list a:hover {
  color: var(--theme-color1-text-color);
  background: var(--theme-color1);
}

.sidebar__tags-list a+a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__comments {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-color-lighter);
  padding: 46px 50px 43px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sidebar__comments {
    padding: 30px;
  }
}

.sidebar__comments .sidebar__title {
  margin-bottom: 25px;
}

.sidebar__comments-list {
  position: relative;
  display: block;
}

.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.sidebar__comments-list li+li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  font-size: 15px;
  color: var(--theme-color1-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.sidebar__comments-text-box p {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  font-weight: 500;
}

.sidebar__comments-text-box p span {
  color: #0e2207;
}

.sidebar__comments-text-box .h5 {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  color: #757873;
  font-weight: 500;
  letter-spacing: 0;
}

/*** 

====================================================================
    Comments
====================================================================

***/
.comment-one .comment-one__title {
  margin-bottom: 30px;
}

.comment-one .comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ece9e0;
  padding-bottom: 60px;
  margin-bottom: 60px;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

@media only screen and (max-width: 767px) {
  .comment-one .comment-one__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comment-one .comment-one__content {
  position: relative;
  margin-left: 45px;
}

@media only screen and (max-width: 767px) {
  .comment-one .comment-one__content {
    margin-top: 20px;
    margin-left: 0;
  }
}

.comment-one .comment-one__content .h3 {
  margin: 0;
  font-size: 20px;
  color: var(--theme-black);
  margin-bottom: 24px;
}

.comment-one .comment-one__content p {
  font-size: 16px;
  font-weight: 500;
}

.comment-one .comment-one__btn {
  padding: 5px 30px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}

.comment-one .comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
  -webkit-box-flex: 100px;
  -ms-flex: 100px 0 0px;
  flex: 100px 0 0;
}

.comment-one .comment-one__image img {
  border-radius: 50%;
}

.comment-form .comment-form__title {
  margin-top: -7px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
}

.team-details__top {
  padding: 0 0 120px;
}

.team-details-shape-1 {
  position: absolute;
  bottom: -270px;
  right: 0;
  opacity: 0.5;
  z-index: 2;
}

.team-details-shape-1 img {
  width: auto;
}

.team-details__top-left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.team-details__top-img {
  position: relative;
  display: block;
  border-radius: 30px;
}

.team-details__top-img img {
  width: 100%;
  border-radius: 30px;
}

.team-details__big-text {
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  color: #eef0f6;
  letter-spacing: 0.35em;
  font-weight: 400;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 209px;
  left: -325px;
}

.team-details__top-right {
  position: relative;
  display: block;
  margin-left: 50px;
}

@media only screen and (max-width: 991px) {
  .team-details__top-right {
    margin-top: 70px;
    margin-left: 0;
  }
}

.team-details__top-content {
  position: relative;
  display: block;
  margin-top: -11px;
}

.team-details__top-name {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 3px;
}

.team-details__top-title {
  font-size: 16px;
  color: var(--theme-color2);
}

.team-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 28px;
}

.team-details__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  font-size: 15px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.team-details__social a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.team-details__social a+a {
  margin-left: 10px;
}

.team-details__top-text-1 {
  font-size: 30px;
  color: var(--theme-color2);
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 30px;
}

.team-details__top-text-2 {
  padding-top: 23px;
  padding-bottom: 35px;
}

.team-details__bottom {
  position: relative;
  display: block;
  border-top: 1px solid #e4e5ea;
  padding-top: 110px;
}

.team-details__bottom-left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.team-details__bottom-left-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.team-details__bottom-left-text {
  padding-top: 30px;
}

.team-details__bottom-right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 1px;
}

@media only screen and (max-width: 991px) {
  .team-details__bottom-right {
    margin-left: 0;
  }
}

.team-details__progress {
  position: relative;
  display: block;
  width: 100%;
}

.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background-color: #eef0f6;
  border-radius: 7px;
  margin-bottom: 22px;
}

.team-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 13px;
  border-radius: 7px;
  background-color: var(--theme-color1);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.team-details__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 21px;
  color: var(--theme-color2);
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}

.team-details__progress-single {
  position: relative;
  display: block;
}

.team-details__progress-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: var(--headings-color);
  margin-bottom: 6px;
}

.team-contact-form {
  background-color: #eef0f6;
}

.team-contact-form input[type=text],
.team-contact-form input[type=email] {
  background-color: #fff;
  color: #111;
}

.team-contact-form input[type=text]::-webkit-input-placeholder,
.team-contact-form input[type=email]::-webkit-input-placeholder {
  color: #111;
}

.team-contact-form input[type=text]::-moz-placeholder,
.team-contact-form input[type=email]::-moz-placeholder {
  color: #111;
}

.team-contact-form input[type=text]:-ms-input-placeholder,
.team-contact-form input[type=email]:-ms-input-placeholder {
  color: #111;
}

.team-contact-form input[type=text]::-ms-input-placeholder,
.team-contact-form input[type=email]::-ms-input-placeholder {
  color: #111;
}

.team-contact-form input[type=text]::placeholder,
.team-contact-form input[type=email]::placeholder {
  color: #111;
}

.team-contact-form textarea {
  background-color: #fff;
  height: 180px;
}

.team-contact-form textarea::-webkit-input-placeholder {
  color: #111;
}

.team-contact-form textarea::-moz-placeholder {
  color: #111;
}

.team-contact-form textarea:-ms-input-placeholder {
  color: #111;
}

.team-contact-form textarea::-ms-input-placeholder {
  color: #111;
}

.team-contact-form textarea::placeholder {
  color: #111;
}

.team-contact-form .sec-title .sub-title {
  color: var(--text-color);
}

.team-contact-form .sec-title .section-title__title {
  color: var(--headings-color);
}

/* Zoom In/Out Animation for Banner Slider */
.zoom-anim-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 7s ease-in-out;
}

.carousel-item.active .zoom-anim-img {
  transform: scale(1.1);
}

.carousel-fade .carousel-item {
  transition: opacity 1.5s ease-in-out;
}

/***
==================================================================
 principal-section
==================================================================
***/

.principal-section {
  background-color: #fff9f4;
  overflow: hidden;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.principal-section .bg-shape {
  border-radius: 50%;
  opacity: 0.05;
}

.principal-section .bg-shape.shape-1 {
  top: -10%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--theme-color1) 0%, transparent 70%);
}

.principal-section .bg-shape.shape-2 {
  bottom: -10%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--theme-color3) 0%, transparent 70%);
}

.principal-section .image-column .inner-column {
  padding: 20px;
}

.principal-section .arch-image-box {
  /* border-radius: 250px 250px 20px 20px; */
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  border: 8px solid #ffffff;
  /* border-bottom: 20px solid #218fd1; */
}

.principal-section .arch-image-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4/5;
  transform: unset !important;
}

.principal-section .arch-image-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 60%, rgba(0, 53, 84, 0.4) 100%);
}

.principal-section .floating-badge {
  bottom: 40px;
  right: 30px;
  background: #fff;
  padding: 15px 25px;
  border-radius: 50px 0px 0px 50px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 3;
}

.principal-section .floating-badge .icon {
  width: 45px;
  height: 45px;
  background: var(--theme-color1);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.principal-section .floating-badge .text h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--headings-color);
}

.principal-section .floating-badge .text span {
  font-size: 13px;
  color: var(--text-color);
  font-weight: 500;
}

.principal-section .content-card {
  background: #fff;
  padding: 60px;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  margin-left: -50px;
  position: relative;
}

@media (max-width: 991.98px) {
  .principal-section .content-card {
    margin-top: 9px;
    padding: 25px 18px;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.principal-section .content-card .quote-watermark {
  font-size: 180px;
  color: var(--theme-color1);
  opacity: 0.04;
  right: 40px;
  bottom: 40px;
  z-index: 0;
}

.principal-section .content-card .message-text {
  font-size: 20px;
  line-height: 1.8;
  color: #444;
  font-family: var(--font-family-style3);
  font-style: italic;
}

.principal-section .content-card .author-info {
  border-top: 2px dashed #eaeaea;
}

.principal-section .content-card .author-info .icon {
  width: 50px;
  height: 50px;
  border: 2px solid var(--theme-color1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color1);
  font-size: 20px;
  background: #fff;
}

.principal-section .content-card .author-info .name {
  color: var(--headings-color);
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.principal-section .content-card .author-info .designation {
  color: #777;
  font-weight: 500;
  font-size: 14px;
}

.principal-section .content-card .author-info .signature {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  color: var(--theme-color1);
  transform: rotate(-5deg);
  opacity: 0.8;
}

/***
==================================================================
 journey-section
==================================================================
***/

.journey-section {
  background-color: #f9fbfd;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}

.journey-content-box p.text {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
}

.journey-content-box .image-box {
  border: 4px solid #fff;
  border-radius: 20px;
}

.journey-content-box .image-box img {
  width: 100%;
  height: auto;
  display: block;
}

.journey-content-box .image-box .overlay-text {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
}

.journey-content-box .image-box .overlay-text h4 {
  margin: 0;
  font-weight: 600;
  color: #000000e0;
  font-size: 20px;
}

.timeline-container {
  position: relative;
  padding-left: 30px;
  border-left: 2px dashed #218fd1;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-dot {
  position: absolute;
  left: -41px;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #218fd1;
  border: 4px solid #fff;
  border-radius: 50%;
  animation: timelinePulse 2s infinite;
}

@keyframes timelinePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(33, 143, 209, 0.7);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(33, 143, 209, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(33, 143, 209, 0);
  }
}

.timeline-content {
  background: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease;
}

.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 162, 148, 0.1);
}

.timeline-content::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 15px;
  border-width: 10px 10px 10px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}

.timeline-content .year {
  color: #218fd1;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}

.timeline-content .title {
  font-size: 18px;
  font-weight: 700;
  color: #0d213b;
  margin-bottom: 10px;
}

.timeline-content .text {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Custom Footer Styles */

.ktct-custom-footer .about-widget .logo-img-wrapper {
  width: 70px;
}

.ktct-custom-footer .about-widget .logo-img-wrapper img {
  width: 100%;
}


.ktct-custom-footer .logo-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  background: linear-gradient(120deg, #3fb2f7 0%, rgb(58 205 97) 35%, rgba(255, 255, 255, 0.9) 50%, rgb(58 205 97) 65%, #3fb2f7 100%);
  background-size: 250% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: logoTextShine 4s linear infinite;
}

.ktct-custom-footer .about-widget .address-text {
  font-size: 14px;
  opacity: 0.8;
}

.ktct-custom-footer .about-widget .desc-text {
  font-size: 14px;
  opacity: 0.8;
  max-width: 300px;
  color: #ffffffcc !important;
  line-height: 1.6;
}

.ktct-custom-footer .follow-us-title {
  font-weight: 600;
  letter-spacing: 1px;
  color: #0dcaf0 !important;
}

.ktct-custom-footer .social-icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.5rem;
}

.ktct-custom-footer .social-icon-list a {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.ktct-custom-footer .social-icon-list a:hover {
  background: #0dcaf0;
}

.ktct-custom-footer .widget-title {
  color: #0dcaf0 !important;
}

.ktct-custom-footer .links-widget .user-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ktct-custom-footer .links-widget .user-links li {
  margin-bottom: 1rem;
}

.ktct-custom-footer .links-widget .user-links a {
  opacity: 0.8;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s, color 0.3s;
}

.ktct-custom-footer .links-widget .user-links a:hover {
  opacity: 1;
  color: #0dcaf0;
}

.ktct-custom-footer .links-widget .user-links i {
  color: #0dcaf0;
  margin-right: 0.5rem;
}

.ktct-custom-footer .contact-widget .contact-item {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}

.ktct-custom-footer .contact-widget .contact-item i {
  color: #0dcaf0;
  min-width: 15px;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}

.ktct-custom-footer .contact-widget .contact-item .contact-text {
  color: #ffffffcc;
  opacity: 0.8;
  font-size: 14px;
  line-height: 1.5;
}

.ktct-custom-footer .footer-certifications {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-right: 60px;
  padding-left: 45px;
}

.ktct-custom-footer .footer-certifications .cert-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .ktct-custom-footer .footer-certifications .cert-item {
    margin-bottom: 0;
  }

  .ktct-custom-footer .footer-certifications .cert-item.justify-start {
    justify-content: flex-start;
  }

  .ktct-custom-footer .footer-certifications .cert-item.justify-center {
    justify-content: center;
  }

  .ktct-custom-footer .footer-certifications .cert-item.justify-end {
    justify-content: flex-end;
  }
}

.ktct-custom-footer .footer-certifications .icon-box {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ktct-custom-footer .footer-certifications .icon-box i {
  color: #0dcaf0;
}

.ktct-custom-footer .footer-certifications .cert-text {
  font-size: 15px;
  font-weight: 400;
  opacity: 0.9;
  text-align: left;
  color: #ffffffcc;
}

.ktct-custom-footer .footer-bottom {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 60px;
  padding-left: 50px;
}

.ktct-custom-footer .footer-bottom .copyright-text {
  opacity: 0.6;
  font-size: 13px;
  margin: 0;
  color: #fff;
}

.ktct-custom-footer .footer-bottom .footer-nav {
  list-style: none;
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.ktct-custom-footer .footer-bottom .footer-nav a,
.ktct-custom-footer .footer-bottom .footer-nav li {
  color: #fff;
  opacity: 0.6;
  font-size: 13px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.ktct-custom-footer .footer-bottom .footer-nav a:hover {
  opacity: 1;
  color: #0dcaf0;
}

/* News Broadcast Ticker Design */
.news-ticker-wrapper {
  display: flex;
  background: linear-gradient(90deg, #218fd1 0%, rgb(30 104 50) 100%);
  color: #fff;
  height: 40px;
  position: relative;
  overflow: hidden;
  /* border-bottom: 2px solid var(--theme-color1); */
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); */
  margin-top: 8px;
}

.news-ticker-label {
  background-color: #1e6832;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  padding: 0 30px 0 20px;
  position: relative;
  z-index: 2;
}

.news-ticker-label::after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  border-bottom: 45px solid #1e6832;
  border-right: 20px solid transparent;
  z-index: 1;
}

.label-text {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
}

.label-text i {
  animation: flash 1s infinite;
}

.news-ticker-content {
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.news-ticker-scroll {
  display: flex;
  align-items: center;
  padding-left: 100%;
  animation: ticker-scroll 43s linear infinite;
  white-space: nowrap;
}

.news-ticker-scroll:hover {
  animation-play-state: paused;
}

.news-ticker-scroll a {
  color: #f1f1f1;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 0 40px;
  position: relative;
  transition: color 0.3s;
}

.news-ticker-scroll a:hover {
  color: #4fe583;
}

.news-ticker-scroll a::after {
  content: '•';
  position: absolute;
  right: 17px;
  color: #e74c3c;
  font-size: 20px;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}

.news-ticker-scroll a:last-child::after {
  display: none;
}

.hot-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px 3px 8px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: middle;
  margin-left: 10px;
  color: #fff;
  background: linear-gradient(135deg,
      #e74c3c 0%,
      #ff6b6b 50%,
      #e74c3c 100%);
  background-size: 200% 100%;
  animation: hot-badge-shine 2s linear infinite,
    hot-badge-bounce 2.5s ease-in-out infinite;
  overflow: hidden;
  cursor: default;
}

/* Dot indicator */
.hot-badge::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
  animation: hot-dot-pulse 1.2s ease-in-out infinite;
}

/* Gloss sweep */
.hot-badge::after {
  content: '';
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent 0%,
      rgba(255, 255, 255, 0.4) 50%,
      transparent 100%);
  animation: hot-gloss 2.5s ease-in-out infinite;
  pointer-events: none;
}

/* Expanding glow ring */
.news-ticker-scroll a .hot-badge {
  box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.6);
  animation: hot-badge-shine 2s linear infinite,
    hot-badge-bounce 2.5s ease-in-out infinite,
    hot-glow-ring 2s ease-out infinite;
}

@keyframes hot-badge-shine {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

@keyframes hot-badge-bounce {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  45% {
    transform: translateY(-2px) scale(1.06);
  }

  65% {
    transform: translateY(-1px) scale(1.03);
  }
}

@keyframes hot-dot-pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.4;
    transform: scale(0.7);
  }
}

@keyframes hot-gloss {
  0% {
    left: -60%;
  }

  55% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

@keyframes hot-glow-ring {
  0% {
    box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.6);
  }

  70% {
    box-shadow: 0 0 0 6px rgba(231, 76, 60, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(231, 76, 60, 0);
  }
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }

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

@keyframes flash {

  0%,
  100% {
    opacity: 1;
    color: #fff;
  }

  50% {
    opacity: 0.3;
    color: #f1c40f;
  }
}

section.news-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .news-ticker-wrapper {
    flex-direction: column;
    height: auto;
  }

  .news-ticker-label {
    justify-content: center;
    padding: 10px;
  }

  .news-ticker-label::after {
    display: none;
  }

  .news-ticker-content {
    padding: 10px 0;
  }

  .banner-section {
    padding: 25px 15px 20px;
  }

  .ktct-top-bar {
    display: none;
  }

  .sticky-header .inner-container {
    padding: 0px 20px 0px 20px;
  }

  .auto-container {
    padding: 0px 0px;
  }

  .video-section {
    padding: 30px 15px 0px;
  }

  .video-section .outer-box .funfact-box .inner-box {
    background-color: #43aae978;
  }

  .principal-section {
    margin-top: 50px;
    padding-bottom: 40px;
    padding-top: 15px;
  }

  .principal-section .floating-badge {
    right: 20px;
  }

  .principal-section .content-card .message-text {
    text-align: justify;
  }

  .ktct-custom-footer .footer-bottom .footer-nav {
    width: 100%;
  }

  .journey-section {
    padding: 35px 20px;
  }

  .journey-content-box p.text {
    text-align: justify;
    margin-bottom: 25px !important;
  }

  .testimonial-section {
    margin-top: 50px;
  }

  .testimonial-section .outer-box {
    padding: 20px;
  }

  section.news-section {
    padding: 35px 20px;
  }

  .sec-title .title {
    font-size: clamp(30px, 5vw, 50px);
  }

  .sec-title {
    text-align: left !important;
  }

  .news-block {
    margin-top: 10px;
  }

  .news-block {
    height: stretch;
    margin-bottom: 10px;
  }

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

  .about-section .outer-box .content-column .inner-column .sec-title .text {
    text-align: justify;
  }

  .back-to-top-wrapper.back-to-top-btn-show {
    bottom: 70px;
    right: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about-section .outer-box .content-column .inner-column .info-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .video-section .outer-box {
    padding: 45px 20px 40px;
  }

  .video-section .outer-box .funfact-box .inner-box {
    background-color: #218fd17a;
    backdrop-filter: blur(5px);
  }

  .video-section .outer-box {
    padding: 45px 20px 40px;
  }

  .principal-section {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .testimonial-section .image-column {
    margin-right: auto;
    margin-left: auto;
  }

  .testimonial-section .outer-box {
    padding: 30px 30px;
  }

  .about-section .outer-box .image-column .inner-column .round-text {
    left: 180px;
  }

  .ktct-top-bar {
    display: none;
  }

  .mobile-menu .nav-logo {
    display: none;
  }

  .sticky-header .inner-container {
    padding: 0px 20px 0px 20px;
  }

  .video-section {
    margin-top: 30px;
  }

  .journey-section {
    padding: 45px 20px;
  }

  .testimonial-section {
    margin-top: 40px;
  }

  section.news-section {
    padding: 40px 20px;
  }

  .news-block {
    height: stretch;
  }

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

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .about-section .col-lg-10 {
    width: 100%;
  }

  .principal-section .content-card .message-text {
    text-align: justify;
  }

  .sec-title .title {
    font-size: clamp(37px, 5vw, 40px);
  }

  .principal-section {
    margin-top: 40px;
    padding-bottom: 60px;
  }

  .widgets-section .col-lg-2,
  .widgets-section .col-lg-3 {
    width: 50%;
  }

  .main-footer .contact-widget {
    border-left: none;
    padding-left: 0px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {

  .header-style-one .header-lower .inner-container .logo-box .logo img {
    max-width: 80px;
  }

  .header-style-one .logo-text {
    font-size: 18px;
    line-height: 1.2;
  }

  .header-style-one .header-lower .inner-container .nav-outer .main-menu .navigation>li {
    padding: 10px 0;
  }

  .main-menu .navigation>li {
    margin: 0 0 0 15px !important;
    margin-right: 0 !important;
  }

  .main-menu .navigation>li>a {
    font-size: 13px;
  }

  .sticky-header .main-menu .navigation>li {
    padding: 8.5px 0px;
    margin: 0 0 0 15px;
  }

  .sticky-header .inner-container {
    padding: 0px 15px 0px 20px;
  }

  .main-footer .contact-widget {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
  }

  /* .main-footer .widgets-section .col-lg-3 {
    width: 35%;
  } */

  .main-footer .links-widget .user-links li a {
    line-height: 27px;
  }

}

@media screen and (min-width: 1400px) and (max-width: 1580px) {
  .header-style-one .header-lower .inner-container .logo-box .logo img {
    max-width: 85px;
  }

  .header-style-one .logo-text {
    font-size: 19px;
  }

  .main-menu .navigation>li {
    margin: 0 0 0 16px;
    margin-right: 0;
  }

  .main-footer .contact-widget {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
  }

  /* .main-footer .widgets-section .col-lg-3 {
    width: 35%;
  } */
}

/* Mobile Floating Contact Widget */
@media (max-width: 991.98px) {
  body {
    padding-bottom: 55px;
    /* space for fixed widget */
  }
}

/* Mobile Floating Contact Widget */
.mobile-floating-widget {
  z-index: 1050;
  height: 55px;
}

.mobile-floating-widget .widget-btn {
  transition: background-color 0.3s ease;
}

.mobile-floating-widget .widget-btn:active {
  filter: brightness(0.9);
}

.mobile-floating-widget .btn-admission {
  background-color: #dc3545;
  padding: 15px 0;
  font-size: 14px;
}

.mobile-floating-widget .btn-phone {
  background-color: var(--theme-color2);
  width: 60px;
}

.mobile-floating-widget .btn-mail {
  background-color: var(--theme-color1);
  width: 60px;
}

.mobile-floating-widget .btn-location {
  background-color: #009688;
  width: 60px;
}

/* Extracted Inline Styles */
.banner-section .carousel-control-prev,
.banner-section .carousel-control-next {
  z-index: 10;
  width: 5%;
}

.banner-section .carousel-control-prev-icon,
.banner-section .carousel-control-next-icon {
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
}

.right-box .theme-btn i.fa-graduation-cap {
  margin-right: 8px;
}

.about-section .round-text .shape i {
  font-size: 40px;
  color: #ffffff;
}

section.about-section-1 {
  padding-top: 45px;
  padding-bottom: 30px;
}

.about-us-img img {
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

html {
  scroll-behavior: smooth;
}

.about-page-nav {
  position: sticky;
  top: 130px;
  z-index: 1;
  /* background: #f5f8fa; */
  border-bottom: 1px solid rgba(33, 143, 209, 0.12);
  background: linear-gradient(271deg, #218fd1 0%, rgb(30 104 50) 100%);
  padding: 0px 0;
  box-shadow: 0 8px 18px rgba(23, 43, 77, 0.1);
}

/* `overflow-x: hidden` on the theme wrapper prevents sticky positioning. */
.page-wrapper:has(.about-page),
.page-wrapper:has(.about-page-nav) {
  overflow-x: clip;
}

.about-page-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 30px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 18px 15px;
}

.about-page-nav a {
  color: white;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 10px;
  transition: color 300ms ease;
}

.about-page-nav a:hover,
.about-page-nav a:focus,
.about-page-nav a.active {
  color: #8cf7ad;
}

.about-anchor-section {
  scroll-margin-top: 185px;
}

.bsc-nursing-intro {
  background: #f5f9fc;
}

.bsc-nursing-intro .title {
  margin: 14px 0 20px;
}

.bsc-nursing-intro .lead {
  color: #172b4d;
  font-size: 21px;
  line-height: 1.6;
}

.bsc-nursing-intro p:not(.lead) {
  color: #667085;
  line-height: 1.8;
}

.bsc-nursing-highlight-card,
.bsc-nursing-info-card {
  height: 100%;
  padding: 34px;
  border: 1px solid rgba(33, 143, 209, 0.14);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(23, 43, 77, 0.08);
}

.bsc-nursing-highlight-card {
  background: linear-gradient(145deg, #1e6937, #218fd1);
  color: #fff;
}

.bsc-nursing-highlight-card>i,
.bsc-nursing-info-card>i {
  margin-bottom: 20px;
  color: #218fd1;
  font-size: 34px;
}

.bsc-nursing-highlight-card>i {
  color: #c8ebff;
}

.bsc-nursing-highlight-card .h4,
.bsc-nursing-info-card h3 {
  margin-bottom: 12px;
  color: inherit;
}

.bsc-nursing-highlight-card p,
.bsc-nursing-info-card p {
  margin: 0;
  color: #667085;
  line-height: 1.75;
}

.bsc-nursing-highlight-card p {
  color: rgba(255, 255, 255, 0.86);
}

.bsc-nursing-info-card {
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.bsc-nursing-info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(23, 43, 77, 0.12);
}

.bsc-about-program {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bsc-about-program-visual {
  position: relative;
  min-height: 470px;
  padding: 18px 42px 42px 18px;
}

.bsc-about-program-visual:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 78%;
  height: 90%;
  content: "";
  border-radius: 18px;
  background: #e6f2f5;
}

.bsc-about-program-visual img {
  position: relative;
  width: 100%;
  height: 410px;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 18px 35px rgba(23, 43, 77, 0.16);
}

.bsc-about-program-number {
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 2;
  color: #1e6937;
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  opacity: 0.17;
}

.bsc-about-program-badge {
  position: absolute;
  right: 4px;
  bottom: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 19px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #1e6937, #218fd1);
  box-shadow: 0 12px 25px rgba(23, 43, 77, 0.18);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.bsc-about-program-badge i {
  color: #c8ebff;
  font-size: 25px;
}

.bsc-about-program .title {
  /* max-width: 620px; */
  margin: 14px 0 20px;
  /* text-transform: capitalize; */
  position: relative;
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  color: var(--sec-title-color);
  font-size: clamp(37px, 5vw, 50px);
  line-height: 1.125;
  /* margin-bottom: 0; */
  text-transform: capitalize;
}

.bsc-about-program .title span {
  background-image: var(--gradient-1);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-style3);
  display: inline-block;
  animation: titleTextShine 5s ease-in-out infinite;
}

.bsc-about-program p {
  color: #667085;
  line-height: 1.8;
}

.bsc-about-program .bsc-about-program-lead {
  color: #172b4d;
  font-size: 20px;
  line-height: 1.65;
}

.bsc-about-program-points {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.bsc-about-program-points>div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #172b4d;
  font-weight: 600;
}

.bsc-about-program-points i {
  color: #218fd1;
  font-size: 19px;
}

@media (max-width: 575.98px) {
  .bsc-about-program-visual {
    min-height: 350px;
    padding: 12px 24px 32px 12px;
  }

  .bsc-about-program-visual img {
    height: 300px;
  }

  .bsc-about-program-badge {
    right: 0;
  }
}

.vs-section {
  position: relative;
  overflow: hidden;
}

.vs-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/resource/courses-1.webp");
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  transform: scale(1.05);
  z-index: 0;
}

.vs-section>* {
  position: relative;
  z-index: 1;
}

.about-detail-section {
  padding: 90px 0;
}

.about-detail-section-light {
  background: #f5f8fa;
}

.about-detail-section .title span,
.about-detail-section .h2 span {
  background-image: var(--gradient-1);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-style3);
  display: inline-block;
  animation: titleTextShine 5s ease-in-out infinite;
}

.about-detail-section p {
  color: #000000de;
  line-height: 1.8;
  text-align: justify;
  font-size: 17px;
}

#vision-mission .core-values-tag,
.about-section-1 .core-values-tag {
  justify-content: flex-start;
}

.about-info-card,
.value-card,
.leader-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(33, 143, 209, 0.12);
  border-radius: 8px;
  padding: 30px;
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.about-info-card:hover,
.value-card:hover,
.leader-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(23, 43, 77, 0.1);
}

.about-info-card>i,
.value-card>i,
.leader-card>i {
  color: #1e6937;
  font-size: 30px;
  margin-bottom: 18px;
}

.about-info-card .h4,
.value-card .h4 {
  margin-bottom: 10px;
}

.history-year {
  color: #218fd1;
  font-size: clamp(60px, 9vw, 110px);
  font-weight: 700;
  line-height: 0.9;
  background-image: var(--gradient-1);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* font-family: var(--font-family-style3); */
  display: inline-block;
  animation: titleTextShine 5s ease-in-out infinite;
}

.leader-card p {
  color: #172b4d;
  font-size: 18px;
  font-style: italic;
}

.leadership-section-heading {
  max-width: 720px;
  margin: 0 auto 55px;
  text-align: center;
}

.leadership-section-heading .title {
  margin-bottom: 18px;
}

.leadership-section-heading p {
  color: #667085;
  line-height: 1.8;
}

.leadership-message-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.leadership-book {
  position: relative;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(30, 105, 55, 0.18);
  border-radius: 22px;
  background: #eaf1ed;
  box-shadow: 0 24px 55px rgba(23, 43, 77, 0.13);
}

.leadership-book-page:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 10px);
  width: 20px;
  content: "";
  opacity: 0.5;
  background: linear-gradient(90deg, rgba(23, 43, 77, 0.16), rgba(255, 255, 255, 0.75), rgba(23, 43, 77, 0.1));
  pointer-events: none;
  z-index: 2;
}

.leadership-book-cover {
  position: relative;
  padding: 43px 48px;
  overflow: hidden;
  border-radius: 13px 13px 0 0;
  color: #fff;
  background: linear-gradient(120deg, #12482b, #1e6937 52%, #218fd1);
}

.leadership-book-cover:after {
  position: absolute;
  top: -90px;
  right: -25px;
  width: 280px;
  height: 280px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
}

.leadership-book-mark {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.leadership-book-cover h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 9px;
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
}

.leadership-book-cover h3 span {
  color: #c8ebff;
}

.leadership-book-cover p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
}

.leadership-book-pages {
  gap: 0;
  border-radius: 0 0 13px 13px;
  overflow: hidden;
  background: #fffdf8;
}

.leadership-book-page {
  position: relative;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #fffdf8;
}

.leadership-book-page:not(:last-child) {
  border-bottom: 1px solid rgba(30, 105, 55, 0.16);
}

.leadership-book-page:hover {
  transform: none;
  box-shadow: none;
}

.leadership-book-page .leadership-message-content {
  background: linear-gradient(90deg, rgba(248, 245, 234, 0.72), #fffdf8 20%);
}

.leadership-book-page:nth-child(even) .leadership-portrait {
  order: 2;
}

.leadership-book-page:nth-child(even) .leadership-message-content {
  order: 1;
  background: linear-gradient(270deg, rgba(248, 245, 234, 0.72), #fffdf8 20%);
}

.leadership-book-page .leadership-portrait img {
  animation: leadershipPortraitFloat 7s ease-in-out infinite;
}

.leadership-book-page:nth-child(even) .leadership-portrait img {
  animation-delay: -3.5s;
}

@keyframes leadershipPortraitFloat {

  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1.02);
  }

  50% {
    transform: translate3d(0, -14px, 0) scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .leadership-book-page .leadership-portrait img {
    animation: none;
  }
}

.leadership-message-card {
  display: grid;
  grid-template-columns: minmax(155px, 38%) 1fr;
  overflow: hidden;
  min-height: 310px;
  background: #fff;
  border: 1px solid rgba(33, 143, 209, 0.14);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(23, 43, 77, 0.07);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.leadership-message-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 38px rgba(23, 43, 77, 0.13);
}

.leadership-message-card-featured {
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 0;
}

.leadership-message-card-featured .leadership-portrait {
  min-height: 500px;
}

.leadership-message-card-featured .leadership-message-content {
  padding: 46px 48px 36px;
}

.leadership-message-card-featured .leadership-message-content h3 {
  font-size: 30px;
}

.leadership-portrait {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #dcebf2;
}

.leadership-portrait:after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(30, 105, 55, 0.05), rgba(21, 43, 77, 0.32));
}

.leadership-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.leadership-message-card:hover .leadership-portrait img {
  transform: scale(1.06);
}

.leadership-message-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 34px 30px 28px;
}

.leadership-role {
  margin-bottom: 10px;
  color: #1e6937;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.leadership-message-content h3 {
  margin-bottom: 18px;
  color: #172b4d;
  font-size: 22px;
  line-height: 1.3;
}

.leadership-quote {
  margin-bottom: 9px;
  color: #218fd1;
  font-size: 28px;
}

.leadership-message-content p {
  margin-bottom: 24px;
  color: #000000b5;
  font-size: 17px;
  line-height: 1.75;
  text-align: justify;
}

.leadership-message-body p:last-child {
  margin-bottom: 30px;
}

.leadership-signature {
  margin-top: auto;
  padding-top: 16px;
  width: 100%;
  border-top: 1px solid rgba(33, 143, 209, 0.14);
  color: #1e6937;
  font-size: 18px;
  font-weight: 600;
}

.leadership-signature i {
  margin-right: 7px;
  color: #218fd1;
}

.leadership-signature strong,
.leadership-signature span {
  display: block;
  margin-left: 24px;
}

.leadership-signature span {
  margin-top: 3px;
  color: #667085;
  font-size: 15px;
  font-weight: 500;
}

.leadership-message-card-featured .leadership-signature {
  position: relative;
  padding-left: 30px;
}

.leadership-message-card-featured .leadership-signature i {
  position: absolute;
  top: 17px;
  left: 0;
}

.leadership-message-card-featured .leadership-signature strong,
.leadership-message-card-featured .leadership-signature span {
  margin-left: 0;
}

.about-us-img {
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .leadership-message-grid {
    grid-template-columns: 1fr;
  }

  .leadership-message-card-featured .leadership-portrait {
    min-height: 420px;
  }
}

@media (max-width: 575.98px) {
  .leadership-message-grid {
    gap: 20px;
  }

  .leadership-book {
    padding: 0px;
    border-radius: 0px;
    border: unset;
    box-shadow: unset;
  }

  .leadership-book-cover {
    padding: 32px 24px;
    border-radius: 8px 8px 0 0;
  }

  .leadership-message-card {
    grid-template-columns: 125px 1fr;
    min-height: 270px;
  }

  .leadership-message-card-featured {
    grid-template-columns: 1fr;
  }

  .leadership-book-page:nth-child(even) .leadership-portrait,
  .leadership-book-page:nth-child(even) .leadership-message-content {
    order: initial;
  }

  .leadership-book-page:before {
    display: none;
  }

  .leadership-message-card-featured .leadership-portrait {
    min-height: 310px;
  }

  .leadership-message-content {
    padding: 25px 20px;
  }

  .leadership-message-card-featured .leadership-message-content {
    padding: 30px 24px;
  }

  .leadership-message-card-featured .leadership-message-content h3 {
    font-size: 24px;
  }

  .leadership-message-content h3 {
    font-size: 18px;
  }

  .leadership-message-content p {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .about-page-nav ul {
    justify-content: flex-start;
    gap: 4px 18px;
    padding: 14px 15px;
  }

  .about-page-nav a {
    font-size: 14px;
  }

  .about-detail-section {
    padding: 40px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .about-info-card,
  .value-card,
  .leader-card {
    transition: none;
  }
}

.core-values-section {
  position: relative;
  padding: 110px 0;
  background: #f5f9fc;
  overflow: hidden;
}

.core-values-section:before,
.core-values-section:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  pointer-events: none;
  background: rgba(20, 145, 210, 0.07);
}

.core-values-section:before {
  width: 420px;
  height: 420px;
  top: -220px;
  right: -160px;
  animation: coreValuesFloatOne 12s ease-in-out infinite alternate;
}

.core-values-section:after {
  width: 300px;
  height: 300px;
  bottom: -180px;
  left: -130px;
  background: rgba(20, 145, 210, 0.06);
  animation: coreValuesFloatTwo 15s ease-in-out infinite alternate;
}

@keyframes coreValuesFloatOne {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(-35px, 45px, 0) scale(1.08);
  }
}

@keyframes coreValuesFloatTwo {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(45px, -30px, 0) scale(1.1);
  }
}

@media (prefers-reduced-motion: reduce) {

  .core-values-section:before,
  .core-values-section:after {
    animation: none;
  }
}

#core-values {
  padding: 60px 0;
  background: #6ffba914;
  overflow: hidden;
}

.core-values-heading,
.core-values-wrapper {
  position: relative;
  z-index: 2;
}

.core-values-heading {
  max-width: 750px;
  margin: 0 auto 65px;
  text-align: center;
}

.core-values-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 15px;
  color: #148fd0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.core-values-tag span {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #148fd0;
}

.core-values-title {
  margin: 0 0 18px;
  color: #172b3a;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
}

.core-values-title strong {
  color: #148fd0;
}

.core-values-intro {
  max-width: 680px;
  margin: 0 auto;
  color: #687985;
  font-size: 16px;
  line-height: 1.8;
}

.core-values-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.core-value-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.core-value-item:last-child {
  margin-bottom: 0;
}

.core-value-number {
  width: 105px;
  min-width: 105px;
  color: rgba(20, 143, 208, 0.14);
  font-size: 58px;
  line-height: 1;
  font-weight: 800;
  transition: all 0.4s ease;
}

.core-value-card {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 145px;
  padding: 28px 30px;
  background: #ffffff;
  border: 1px solid rgba(20, 143, 208, 0.1);
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(21, 66, 94, 0.07);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.core-value-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  min-width: 72px;
  margin-right: 25px;
  border-radius: 50%;
  background: #eaf6fc;
  color: #1e6b3e;
  font-size: 28px;
  transition: all 0.4s ease;
}

.core-value-content {
  padding-right: 55px;
}

.core-value-content h3 {
  margin: 0 0 8px;
  color: #172b3a;
  font-size: 24px;
  font-weight: 700;
  transition: color 0.3s ease;
}

.core-value-content p {
  max-width: 650px;
  margin: 0;
  color: #000000cc;
  font-size: 17px;
  line-height: 1.75;
}

.core-value-arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f3f8fb;
  color: #148fd0;
  font-size: 14px;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}

.core-value-item:hover .core-value-number {
  color: rgba(20, 143, 208, 0.35);
  transform: translateX(5px);
}

.core-value-item:hover .core-value-card {
  border-color: rgba(20, 143, 208, 0.25);
  box-shadow: 0 18px 45px rgba(21, 66, 94, 0.12);
  transform: translateX(8px);
}

.core-value-item:hover .core-value-icon {
  background: #1f6934;
  color: #ffffff;
  transform: rotate(-5deg) scale(1.05);
}

.core-value-item:hover .core-value-content h3 {
  color: #1e6b3e;
}

.core-value-item:hover .core-value-arrow {
  background: #148fd0;
  color: #ffffff;
  transform: translateY(-50%) translateX(3px);
}

.core-values-heading h2 span {
  background-image: var(--gradient-1);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-style3);
  display: inline-block;
  animation: titleTextShine 5s ease-in-out infinite;
}

#about-program .core-values-tag {
  justify-content: flex-start;
}

@media (max-width: 991px) {
  #core-values {
    padding: 80px 0;
  }

  .core-values-title {
    font-size: 40px;
  }

  .core-value-number {
    width: 80px;
    min-width: 80px;
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  #core-values {
    padding: 40px 20px;
  }

  .core-values-heading {
    margin-bottom: 45px;
  }

  .core-values-title {
    font-size: 34px;
  }

  .core-values-intro {
    font-size: 15px;
  }

  .core-value-item {
    display: block;
    margin-bottom: 25px;
  }

  .core-value-number {
    width: auto;
    min-width: 0;
    margin-bottom: 10px;
    margin-left: 15px;
    font-size: 38px;
  }

  .core-value-card {
    min-height: auto;
    padding: 25px 22px;
  }

  .core-value-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: 18px;
    font-size: 23px;
  }

  .core-value-content {
    padding-right: 35px;
  }

  .core-value-content h3 {
    font-size: 21px;
  }

  .core-value-content p {
    font-size: 14px;
  }

  .core-value-arrow {
    right: 18px;
    width: 34px;
    height: 34px;
  }

  .core-value-item:hover .core-value-card {
    transform: translateY(-4px);
  }

  .page-title {
    min-height: 230px;
  }

  .about-page-nav {
    display: none;
  }

  section.about-section-1 {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .core-values-title {
    font-size: 30px;
  }

  .core-values-tag {
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .core-value-card {
    display: block;
    padding: 25px 20px;
  }

  .core-value-icon {
    margin-bottom: 18px;
  }

  .core-value-content {
    padding-right: 0;
  }

  .core-value-arrow {
    top: 30px;
    transform: none;
  }

  .core-value-item:hover .core-value-arrow {
    transform: translateX(3px);
  }
}

/* =========================================================
   KTCT - WHY CHOOSE US
   Design based on reference image
========================================================= */

.ktct-why-choose {
  position: relative;

  display: grid;
  grid-template-columns: 46.5% 53.5%;

  width: 100%;
  min-height: 500px;

  overflow: hidden;
}


/* =========================================================
   LEFT DARK SECTION
========================================================= */

.ktct-why-left {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(37deg, #218fd1 0%, rgb(30 104 50) 100%, #218fd1 100%);
  color: #ffffff;
}


/* Left content */

.ktct-why-left-content {
  width: 100%;
  /* max-width: 390px; */
  padding-left: 130px;
  padding-right: 50px;
}


.ktct-why-left h2 {
  margin: 0 0 28px;
  font-size: 50px;
  line-height: 1.03;
  font-weight: 500;
  letter-spacing: -1.5px;
  color: #ffffff;
}


.ktct-why-left p {
  /* max-width: 280px; */
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
  color: rgba(255, 255, 255, .92);
}


/* =========================================================
   RIGHT WHITE SECTION
========================================================= */

.ktct-why-right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px 7% 45px 11%;
  background: #fbfbfb;
}


/* =========================================================
   CENTER VERTICAL LINE
========================================================= */

.ktct-why-line {
  position: absolute;

  top: 0;
  bottom: 0;

  left: 0;

  width: 1px;

  background: #e6e6e6;
}


/* =========================================================
   FEATURE ITEM
========================================================= */

.ktct-why-item {
  position: relative;

  display: flex;
  align-items: center;

  min-height: 105px;

  margin: 8px 0;
}


/* =========================================================
   NUMBER CIRCLE
========================================================= */

.ktct-why-number {
  position: absolute;
  left: -155px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 8px solid #ffffff;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}


/* =========================================================
   INDIVIDUAL CIRCLE COLORS
========================================================= */

.ktct-item-one .ktct-why-number {
  background: #1d7e4a;
}

.ktct-item-two .ktct-why-number {
  background: #657983;
}

.ktct-item-three .ktct-why-number {
  background: #218fd1;
}


/* =========================================================
   CONTENT
========================================================= */

.ktct-why-info {
  max-width: 450px;
  margin-left: -40px;
}


.ktct-why-info h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  color: black;
}


.ktct-why-info p {
  margin: 0;
  /* max-width: 430px; */
  /* font-size: 11px; */
  line-height: 30px;
  color: #667085;
}


/* =========================================================
   SUBTLE HOVER
========================================================= */

.ktct-why-item {
  transition: transform .35s ease;
}

.ktct-why-item:hover {
  transform: translateX(5px);
}

.ktct-why-item .ktct-why-number {
  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.ktct-why-item:hover .ktct-why-number {
  transform: translateY(-50%) scale(1.06);

  box-shadow:
    0 10px 28px rgba(0, 0, 0, .18);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .ktct-why-choose {
    /* grid-template-columns: 50% 50%; */
    min-height: 450px;
    display: unset;
  }

  .ktct-why-left h2 {
    font-size: 42px;
  }

  .ktct-why-left p {
    font-size: 15px;
  }

  .ktct-why-right {
    padding-left: 75px;
    padding-right: 30px;
  }

  .ktct-why-number {
    left: -70px;

    width: 72px;
    height: 72px;

    border-width: 7px;

    font-size: 20px;
  }

  .ktct-why-info h3 {
    font-size: 16px;
  }

  .ktct-why-info p {
    font-size: 10px;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .ktct-why-choose {
    display: block;

    min-height: auto;
  }


  /* LEFT */

  .ktct-why-left {
    min-height: 300px;

    padding: 60px 25px;
  }

  .ktct-why-left-content {
    padding: 0;

    max-width: 100%;
  }

  .ktct-why-left h2 {
    font-size: 42px;

    line-height: 1;

    margin-bottom: 22px;
  }

  .ktct-why-left p {
    max-width: 300px;

    font-size: 15px;
  }


  /* RIGHT */

  .ktct-why-right {
    padding: 50px 25px 50px 95px;
  }


  /* Vertical line */

  .ktct-why-line {
    left: 58px;
  }


  /* Items */

  .ktct-why-item {
    min-height: 120px;

    margin: 12px 0;
  }


  /* Number */

  .ktct-why-number {
    left: -73px;

    width: 70px;
    height: 70px;

    border-width: 7px;

    font-size: 20px;
  }


  /* Content */

  .ktct-why-info {
    padding-left: 45px;
  }

  .ktct-why-info h3 {
    font-size: 17px;

    margin-bottom: 7px;
  }

  .ktct-why-info p {
    font-size: 11px;

    line-height: 1.7;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

  .ktct-why-left {
    min-height: 270px;

    padding: 50px 22px;
  }

  .ktct-why-left h2 {
    font-size: 38px;
  }

  .ktct-why-right {
    padding-left: 82px;
    padding-right: 18px;
  }

  .ktct-why-line {
    left: 48px;
  }

  .ktct-why-number {
    left: -67px;

    width: 64px;
    height: 64px;

    border-width: 6px;

    font-size: 18px;
  }

  .ktct-why-info h3 {
    font-size: 15px;
  }

  .ktct-why-info p {
    font-size: 14px;
  }
}

/* =========================================================
   KTCT - PROGRAM STRUCTURE
========================================================= */

.ktct-program-structure {
  position: relative;
  padding: 70px 0 70px;
  background: #f4f7f7;
  overflow: hidden;
}


/* =========================================================
   TOP DARK PANEL
========================================================= */

.ktct-program-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 45px 70px;
  background: linear-gradient(145deg, #124778 0%, #0d2138 50%, #186695 100%);
  overflow: hidden;
}


/* Decorative lines */

.ktct-program-top::before {
  content: "";

  position: absolute;

  width: 500px;
  height: 500px;

  right: -250px;
  top: -350px;

  border: 1px solid rgba(255, 255, 255, .08);

  border-radius: 50%;
}


.ktct-program-top::after {
  content: "";

  position: absolute;

  width: 350px;
  height: 350px;

  right: -120px;
  bottom: -270px;

  border: 1px solid rgba(98, 199, 122, .12);

  border-radius: 50%;
}


/* =========================================================
   HEADING
========================================================= */

.ktct-program-heading {
  position: relative;

  z-index: 2;

  max-width: 610px;
}


.ktct-program-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #65c7ef;
}


.ktct-program-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #65c7ef;
}


.ktct-program-heading h2 {
  margin: 0 0 17px;
  /* font-size: 42px; */
  /* line-height: 1.15; */
  /* font-weight: 600; */
  /* color: #ffffff; */
  position: relative;
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  color: #ffffff;
  font-size: clamp(37px, 5vw, 50px);
  line-height: 1.125;
  /* margin-bottom: 0; */
  text-transform: capitalize;
}


.ktct-program-heading h2 span {
  display: block;
  /* color: #65c7ef; */
  background-image: var(--gradient-1);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-style3);
  display: inline-block;
  animation: titleTextShine 5s ease-in-out infinite;
}


.ktct-program-heading p {
  max-width: 570px;
  margin: 0;
  /* font-size: 13px; */
  line-height: 1.8;
  color: rgba(255, 255, 255, .62);
}


/* =========================================================
   BIG STATS
========================================================= */

.ktct-program-stats {
  position: relative;

  z-index: 2;

  display: flex;

  align-items: center;

  gap: 35px;

  flex-shrink: 0;
}


.ktct-big-stat {
  display: flex;

  align-items: center;

  gap: 15px;
}


.ktct-big-stat strong {
  font-size: 68px;

  line-height: .9;

  font-weight: 700;

  letter-spacing: -3px;

  color: #ffffff;
}


.ktct-big-stat span {
  display: block;

  margin-bottom: 4px;

  font-size: 11px;

  font-weight: 700;

  letter-spacing: 1.5px;

  color: #65c7ef;
}


.ktct-big-stat small {
  display: block;

  /* font-size: 9px; */

  color: rgba(255, 255, 255, .45);
}


.ktct-stat-divider {
  width: 1px;
  height: 55px;

  background: rgba(255, 255, 255, .15);
}


/* =========================================================
   FEATURE AREA
========================================================= */

.ktct-program-features {
  position: relative;

  display: grid;

  grid-template-columns:
    repeat(4, 1fr);

  background: #ffffff;

  border: 1px solid #e1e9e9;

  border-top: 0;
}


/* =========================================================
   FEATURE
========================================================= */

.ktct-program-feature {
  position: relative;

  min-height: 290px;

  padding: 32px 30px 35px;

  border-right: 1px solid #e6eeee;

  transition:
    background .35s ease,
    transform .35s ease;
}


.ktct-program-feature:last-child {
  border-right: 0;
}


.ktct-program-feature:hover {
  background: #f9fcfc;

  transform: translateY(-5px);
}


/* =========================================================
   FEATURE HEAD
========================================================= */

.ktct-feature-head {
  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 20px;
}


.ktct-feature-head>span {
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #b0bec221;
}


.ktct-feature-icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #218fd1;
  background: #eef8fb;
  font-size: 22px;
  transition: all .35s ease;
}


.ktct-program-feature:hover .ktct-feature-icon {
  color: #ffffff;

  background:
    linear-gradient(135deg,
      #218fd1,
      #1e6832);

  transform: rotate(-8deg);
}


/* =========================================================
   FEATURE BODY
========================================================= */

.ktct-feature-body {
  position: relative;
}


/* .ktct-feature-body::before {
  content: "";

  display: block;

  width: 28px;
  height: 2px;

  margin-bottom: 18px;

  background:
    linear-gradient(90deg,
      #218fd1,
      #62c77a);
} */


.ktct-feature-body h3 {
  margin: 0 0 13px;

  font-size: 21px;

  line-height: 1.2;

  font-weight: 700;

  color: #173535;
}


.ktct-feature-body h3 span {
  font-weight: 500;
  color: #218fd1;
  margin-left: 3px;
}


.ktct-feature-body p {
  margin: 0;
  /* font-size: 15px; */
  line-height: 1.8;
  color: #000000b5;
  text-align: justify;
}


/* =========================================================
   FOOTER
========================================================= */

.ktct-program-footer {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 35px;

  padding: 25px 30px;

  background: #ffffff;

  border:
    1px solid #e1e9e9;

  border-top: 0;
}


/* Footer content */

.ktct-program-footer-text {
  display: flex;

  align-items: center;

  gap: 16px;
}


.ktct-footer-mark {
  width: 45px;
  height: 45px;

  flex-shrink: 0;

  display: flex;

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

  border-radius: 50%;

  color: #ffffff;

  background:
    linear-gradient(135deg,
      #218fd1,
      #1e6832);

  font-size: 16px;
}


.ktct-program-footer-text h4 {
  margin: 0 0 3px;
  font-size: 16px;
  font-weight: 600;
  color: #000000e6;
}

.ktct-program-footer-text p {
  margin: 0;
  font-size: 14px;
  color: #000000b3;
}

/* =========================================================
   BUTTON
========================================================= */

.ktct-academic-btn {
  display: inline-flex;

  align-items: center;

  gap: 15px;

  padding: 13px 19px;

  flex-shrink: 0;

  text-decoration: none;

  font-size: 11px;

  font-weight: 600;

  color: #ffffff;

  background: #173535;

  border: 1px solid #173535;

  transition: all .3s ease;
}


.ktct-academic-btn i {
  font-size: 10px;

  transition: transform .3s ease;
}


.ktct-academic-btn:hover {
  color: #ffffff;

  background:
    linear-gradient(90deg,
      #218fd1,
      #1e6832);

  border-color: transparent;
}


.ktct-academic-btn:hover i {
  transform: translateX(5px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

  .ktct-program-top {
    padding: 55px 45px;

    gap: 35px;
  }

  .ktct-program-heading h2 {
    font-size: 36px;
  }

  .ktct-big-stat strong {
    font-size: 55px;
  }

  .ktct-program-feature {
    padding: 28px 22px;
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .ktct-program-top {
    display: block;
  }

  .ktct-program-stats {
    margin-top: 40px;
  }

  .ktct-program-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .ktct-program-feature:nth-child(2) {
    border-right: 0;
  }

  .ktct-program-feature:nth-child(-n+2) {
    border-bottom: 1px solid #e6eeee;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .ktct-program-structure {
    padding: 0px 0px 0px;
  }

  .ktct-program-top {
    padding: 45px 25px;
  }


  .ktct-program-heading h2 {
    font-size: 30px;
  }


  .ktct-program-heading p {
    font-size: 12px;
  }


  .ktct-program-stats {
    gap: 25px;
  }


  .ktct-big-stat strong {
    font-size: 48px;
  }


  .ktct-big-stat span {
    font-size: 9px;
  }


  .ktct-big-stat small {
    font-size: 8px;
  }


  .ktct-stat-divider {
    height: 45px;
  }


  /* Features */

  .ktct-program-features {
    display: block;
    padding: 20px;
  }


  .ktct-program-feature {
    min-height: auto;

    padding: 28px 25px;

    border-right: 0;

    border-bottom: 1px solid #e6eeee;
  }


  .ktct-program-feature:last-child {
    border-bottom: 0;
  }


  .ktct-feature-head {
    margin-bottom: 25px;
  }


  .ktct-program-feature {
    margin-bottom: 10px;
  }

  .ktct-feature-body h3 {
    font-size: 19px;
  }


  /* Footer */

  .ktct-program-footer {
    display: block;

    padding: 25px;
  }


  .ktct-program-footer-text {
    margin-bottom: 20px;
  }


  .ktct-academic-btn {
    width: 100%;

    justify-content: center;
  }

}

/* =========================================================
   KTCT - ELIGIBILITY & ADMISSION
========================================================= */

.ktct-admission-section {
  position: relative;
  padding: 60px 0 60px;
  background: #eef3f2;
  overflow: hidden;
}

.ktct-admission-heading-left .title span {
  background-image: var(--gradient-1);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-style3);
  display: inline-block;
  animation: titleTextShine 5s ease-in-out infinite;
}

/* =========================================================
   BACKGROUND DETAIL
========================================================= */

.ktct-admission-section::before {
  content: "";

  position: absolute;

  width: 420px;
  height: 420px;

  right: -250px;
  top: -180px;

  border: 1px solid rgba(33, 143, 209, .08);

  transform: rotate(45deg);
}

.ktct-admission-section::after {
  content: "";

  position: absolute;

  width: 220px;
  height: 220px;

  left: -150px;
  bottom: -120px;

  border: 1px solid rgba(30, 104, 50, .08);

  transform: rotate(45deg);
}


/* =========================================================
   HEADING
========================================================= */

.ktct-admission-heading {
  position: relative;

  z-index: 2;

  display: grid;

  grid-template-columns: 1fr 1fr;

  align-items: end;

  gap: 70px;

  margin-bottom: 25px;
}


.ktct-admission-label {
  position: relative;

  display: inline-flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 15px;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 2.5px;

  color: #218fd1;
}


.ktct-admission-label::before {
  content: "";

  width: 30px;
  height: 2px;

  background:
    linear-gradient(90deg,
      #218fd1,
      #62c77a);
}


.ktct-admission-heading h2 {
  margin: 0;

  font-size: 46px;

  line-height: 1.08;

  font-weight: 700;

  letter-spacing: -1px;

  color: #173535;
}


.ktct-admission-heading h2 span {
  display: block;

  color: #218fd1;
}


.ktct-admission-heading>p {
  max-width: 520px;
  margin: 0 0 4px;
  /* font-size: 14px; */
  line-height: 1.8;
  color: black;
}


/* =========================================================
   MAIN GRID
========================================================= */

.ktct-admission-grid {
  position: relative;

  z-index: 2;

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 18px;
}


/* =========================================================
   ELIGIBILITY BOX
========================================================= */

.ktct-eligibility-box {
  position: relative;

  padding: 38px;

  background: #ffffff;

  border: 1px solid #dfe8e7;

  box-shadow:
    0 15px 45px rgba(23, 53, 53, .05);
}


/* Top */

.ktct-eligibility-top {
  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-bottom: 28px;

  margin-bottom: 8px;

  border-bottom: 1px solid #e8eeee;
}


.ktct-box-label {
  display: block;

  margin-bottom: 7px;

  font-size: 9px;

  font-weight: 700;

  letter-spacing: 2px;

  color: #218fd1;
}


.ktct-eligibility-top h3,
.ktct-process-heading h3 {
  margin: 0;

  font-size: 27px;

  font-weight: 600;

  color: #173535;
}


.ktct-eligibility-symbol {
  width: 52px;
  height: 52px;

  display: flex;

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

  border-radius: 4px;

  color: #ffffff;

  background:
    linear-gradient(135deg,
      #218fd1,
      #1e6832);

  font-size: 18px;
}


/* =========================================================
   ELIGIBILITY LIST
========================================================= */

.ktct-eligibility-item {
  display: grid;

  grid-template-columns: 43px 1fr;

  gap: 16px;

  padding: 20px 0;

  border-bottom: 1px solid #edf1f1;
}


.ktct-eligibility-item:last-child {
  border-bottom: 0;
}


.ktct-eligibility-icon {
  width: 39px;
  height: 39px;

  display: flex;

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

  margin-top: 1px;

  color: #218fd1;

  background: #eef8fb;

  border-radius: 3px;

  font-size: 14px;
}


.ktct-eligibility-item span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  /* letter-spacing: 0.5px; */
  color: #000000eb;
}


.ktct-eligibility-item p {
  margin: 0;
  /* font-size: 11px; */
  line-height: 1.7;
  color: #000000c2;
}


/* =========================================================
   PROCESS BOX
========================================================= */

.ktct-process-box {
  position: relative;
  padding: 38px 38px 30px;
  background: linear-gradient(145deg, #124778 0%, #0d2138 50%, #186695 100%);
  color: #ffffff;
  overflow: hidden;
}


.ktct-process-box::after {
  content: "";

  position: absolute;

  width: 260px;
  height: 260px;

  right: -140px;
  bottom: -140px;

  border: 1px solid rgba(98, 199, 122, .16);

  border-radius: 50%;
}


.ktct-process-heading {
  position: relative;

  z-index: 2;

  padding-bottom: 25px;
}


.ktct-process-heading h3 {
  color: #ffffff;

  margin-bottom: 8px;
}


.ktct-process-heading p {
  max-width: 420px;

  margin: 0;

  /* font-size: 11px; */

  line-height: 1.7;

  color: rgba(255, 255, 255, .55);
}


/* =========================================================
   PROCESS STEPS
========================================================= */

.ktct-process-list {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  border-top: 1px solid #ffffff2e;
  padding-top: 35px;
}


.ktct-process-step {
  position: relative;

  display: grid;

  grid-template-columns: 48px 1fr;

  gap: 18px;

  min-height: 78px;
}


.ktct-step-number {
  position: relative;
  z-index: 2;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background: #218fd1;
}


/* Green active step */

.ktct-process-step:last-child .ktct-step-number {
  color: white;
  border-color: #1e6832;
  background: #1e6832;
}


/* Vertical connector */

.ktct-step-line {
  position: absolute;

  top: 45px;

  left: 21px;

  width: 1px;

  height: 48px;

  background:
    rgba(255, 255, 255, .15);
}


.ktct-step-content {
  padding-bottom: 22px;
}


.ktct-step-content h4 {
  margin: 3px 0 5px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}


.ktct-step-content p {
  margin: 0;
  /* font-size: 10px; */
  line-height: 1.65;
  color: rgba(255, 255, 255, .48);
}


/* =========================================================
   CTA
========================================================= */

.ktct-admission-cta {
  position: relative;

  z-index: 2;

  display: flex;

  align-items: center;

  gap: 20px;

  margin-top: 18px;

  padding: 23px 28px;

  background: #ffffff;

  border: 1px solid #dfe8e7;

  box-shadow:
    0 10px 30px rgba(23, 53, 53, .04);
}


.ktct-cta-icon {
  width: 45px;
  height: 45px;

  flex-shrink: 0;

  display: flex;

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

  border-radius: 50%;

  color: #ffffff;

  background:
    linear-gradient(135deg,
      #218fd1,
      #1e6832);

  font-size: 13px;
}


.ktct-cta-content {
  flex: 1;
}


.ktct-cta-content span {
  display: block;

  margin-bottom: 3px;

  font-size: 8px;

  font-weight: 700;

  letter-spacing: 2px;

  color: #218fd1;
}


.ktct-cta-content h3 {
  margin: 0;

  font-size: 15px;

  font-weight: 600;

  color: #173535;
}


/* =========================================================
   BUTTONS
========================================================= */

.ktct-cta-buttons {
  display: flex;

  align-items: center;

  gap: 10px;
}


.ktct-apply-btn,
.ktct-enquire-btn {
  display: inline-flex;

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

  gap: 12px;

  min-width: 120px;

  padding: 12px 18px;

  text-decoration: none;

  font-size: 11px;

  font-weight: 600;

  transition: all .3s ease;
}


.ktct-apply-btn {
  color: #ffffff;

  background:
    linear-gradient(90deg,
      #218fd1,
      #1e6832);
}


.ktct-apply-btn i {
  transition: transform .3s ease;
}


.ktct-apply-btn:hover {
  color: #ffffff;

  transform: translateY(-2px);
}


.ktct-apply-btn:hover i {
  transform: translateX(4px);
}


.ktct-enquire-btn {
  color: #173535;

  border: 1px solid #cbd7d6;

  background: #ffffff;
}


.ktct-enquire-btn:hover {
  color: #218fd1;

  border-color: #218fd1;
}

.ktct-admission-heading-left .core-values-tag {
  justify-content: flex-start;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .ktct-admission-heading {
    grid-template-columns: 1fr;

    gap: 20px;
  }


  .ktct-admission-heading h2 {
    font-size: 40px;
  }


  .ktct-admission-grid {
    grid-template-columns: 1fr;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .ktct-admission-section {
    padding: 45px 20px;
  }


  .ktct-admission-heading {
    margin-bottom: 40px;
  }


  .ktct-admission-heading h2 {
    font-size: 32px;
  }


  .ktct-admission-heading>p {
    font-size: 12px;
  }


  .ktct-eligibility-box,
  .ktct-process-box {
    padding: 28px 22px;
  }


  .ktct-eligibility-top h3,
  .ktct-process-heading h3 {
    font-size: 23px;
  }


  .ktct-eligibility-item {
    grid-template-columns: 38px 1fr;

    gap: 12px;

    padding: 17px 0;
  }


  .ktct-eligibility-icon {
    width: 36px;
    height: 36px;
  }


  .ktct-eligibility-item p {
    font-size: 10px;
  }


  /* CTA */

  .ktct-admission-cta {
    display: block;

    padding: 25px 22px;
  }


  .ktct-cta-icon {
    margin-bottom: 15px;
  }


  .ktct-cta-content {
    margin-bottom: 20px;
  }


  .ktct-cta-content h3 {
    font-size: 15px;
    line-height: 1.5;
  }


  .ktct-cta-buttons {
    display: grid;

    grid-template-columns: 1fr 1fr;
  }


  .ktct-apply-btn,
  .ktct-enquire-btn {
    width: 100%;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

  .ktct-cta-buttons {
    grid-template-columns: 1fr;
  }

}

/* =========================================================
   ADMISSION PROCEDURE PAGE - MODERN ANIMATED STYLING
========================================================= */

.page-wrapper:has(.admission-procedure-page),
.page-wrapper:has(.academic-procedure-page) {
  overflow-x: clip;
}

.admission-procedure-page section[id],
.academic-procedure-page section[id],
.about-page section[id] {
  scroll-margin-top: 190px;
}

/* Sticky Animated Quick Navigation */
.admission-quick-nav,
.academic-quick-nav,
.about-page-nav {
  position: sticky;
  top: 130px;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(271deg, #103c68 0%, #1765a0 50%, #186b36 100%);
  box-shadow: 0 10px 25px rgba(16, 34, 55, 0.15);
  backdrop-filter: blur(10px);
}

.admission-quick-nav ul,
.academic-quick-nav ul,
.about-page-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 20px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 13px 15px;
}

.admission-quick-nav a,
.academic-quick-nav a,
.about-page-nav a {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  font-size: 14.5px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.admission-quick-nav a:hover,
.admission-quick-nav a:focus,
.admission-quick-nav a.active,
.academic-quick-nav a:hover,
.academic-quick-nav a.active,
.about-page-nav a:hover,
.about-page-nav a:focus,
.about-page-nav a.active {
  background: #ffffff;
  color: #103c68 !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.admission-quick-nav a:hover i,
.admission-quick-nav a.active i,
.about-page-nav a:hover i,
.about-page-nav a.active i {
  color: #1e6832;
}

/* Animated Floating Background Orbs */
.admission-eligibility-section {
  overflow: hidden;
  background: #fdfefe;
  padding-top: 50px;
  padding-bottom: 60px;
}

.animated-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.45;
  animation: orbFloat 14s ease-in-out infinite alternate;
}

.orb-1 {
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, #e0f2fe 0%, #bae6fd 100%);
  top: -100px;
  right: -80px;
}

.orb-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #dcfce7 0%, #bbf7d0 100%);
  bottom: -80px;
  left: -80px;
  animation-delay: -7s;
}

@keyframes orbFloat {
  0% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(30px, -40px) scale(1.08);
  }

  100% {
    transform: translate(-30px, 30px) scale(0.95);
  }
}

/* =========================================================
   SECTION 1: ELIGIBILITY CARDS
========================================================= */

.eligibility-cards-container {
  position: relative;
  z-index: 1;
}

.eligibility-card {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  padding: 38px 30px 32px 30px;
  border: 1px solid #e5edf5;
  box-shadow: 0 10px 30px rgba(16, 34, 55, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.eligibility-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(23, 101, 160, 0.13);
  border-color: #218fd1;
}

.eligibility-card.highlighted-card {
  background: linear-gradient(180deg, #ffffff 0%, #f4f9fd 100%);
  border: 2px solid #b8daf3;
}

.eligibility-card.highlighted-card:hover {
  border-color: #1765a0;
  box-shadow: 0 25px 50px rgba(23, 101, 160, 0.16);
}

.card-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #1765a0, #218fd1, #1e6832);
  opacity: 0.8;
  transition: height 0.3s ease;
}

.eligibility-card:hover .card-glow {
  height: 7px;
}

.card-icon-bubble {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #f0f7fd 0%, #e0effc 100%);
  color: #1765a0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 22px;
  box-shadow: 0 8px 18px rgba(23, 101, 160, 0.08);
  transition: all 0.35s ease;
}

.eligibility-card:hover .card-icon-bubble {
  transform: scale(1.1) rotate(6deg);
  background: linear-gradient(135deg, #1765a0 0%, #1e6832 100%);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(23, 101, 160, 0.25);
}

.eligibility-category-pill {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.75px;
  color: #1765a0;
  background: #eef7fd;
  padding: 4px 12px;
  border-radius: 30px;
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 12px;
}

.highlight-pill {
  color: #1e6832;
  background: #eaf8ee;
}

.eligibility-card .card-title {
  font-size: 22px;
  font-weight: 700;
  color: #102237;
  margin-bottom: 14px;
}

.eligibility-card .card-desc {
  font-size: 14.5px;
  line-height: 1.7;
  color: #4b5868;
  margin-bottom: 20px;
  flex-grow: 1;
}

.outside-kerala-notice {
  background: #e8f4fc;
  border-left: 4px solid #218fd1;
  color: #1a446c;
  line-height: 1.5;
}

.card-footer-badge {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  border-top: 1px dashed #e2e8f0;
  padding-top: 16px;
}

/* =========================================================
   SECTION 2: PROCESS BREAKDOWN - HOW TO APPLY ROADMAP
========================================================= */

.admission-process-section {
  background: linear-gradient(145deg, #124778 0%, #0d2138 50%, #186695 100%);
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

.admission-process-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.text-white-tag span {
  color: #8ce1a6 !important;
}

.admission-roadmap {
  position: relative;
  max-width: 960px;
  margin: 40px auto 0 auto;
}

.roadmap-central-line {
  position: absolute;
  top: 20px;
  bottom: 30px;
  left: 36px;
  width: 4px;
  background: linear-gradient(180deg, #218fd1 0%, #10b981 50%, #38bdf8 100%);
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(33, 143, 209, 0.4);
}

.roadmap-item {
  position: relative;
  padding-left: 90px;
  margin-bottom: 28px;
  transition: all 0.35s ease;
}

.roadmap-item:last-child {
  margin-bottom: 0;
}

.roadmap-node {
  position: absolute;
  left: 10px;
  top: 18px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #103c68, #1765a0);
  border: 3px solid #38bdf8;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.35);
  z-index: 2;
  transition: all 0.35s ease;
}

.roadmap-node .node-num {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
}

.node-pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #38bdf8;
  animation: nodeRipple 2.4s infinite ease-out;
  pointer-events: none;
}

@keyframes nodeRipple {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.roadmap-item:hover .roadmap-node {
  transform: scale(1.15);
  background: linear-gradient(135deg, #10b981, #1e6832);
  border-color: #86efac;
  box-shadow: 0 0 25px rgba(16, 185, 129, 0.6);
}

.roadmap-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  border-radius: 20px;
  padding: 24px 28px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.roadmap-item:hover .roadmap-card {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(56, 189, 248, 0.5);
  transform: translateX(8px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35), 0 0 20px rgba(56, 189, 248, 0.15);
}

.roadmap-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.roadmap-pill {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  color: #ffffffd9;
}

.quota-mgmt {
  background: rgba(56, 189, 248, 0.18);
  color: #7dd3fc;
  border: 1px solid rgba(56, 189, 248, 0.3);
}

.merit-rule {
  background: rgba(52, 211, 153, 0.18);
  color: #86efac;
  border: 1px solid rgba(52, 211, 153, 0.3);
}

.doc-rule {
  background: rgba(251, 191, 36, 0.18);
  color: #fde047;
  border: 1px solid rgba(251, 191, 36, 0.3);
}

.fill-rule {
  background: rgba(192, 132, 252, 0.18);
  color: #d8b4fe;
  border: 1px solid rgba(192, 132, 252, 0.3);
}

.comm-rule {
  background: rgba(244, 114, 182, 0.18);
  color: #f472b6;
  border: 1px solid rgba(244, 114, 182, 0.3);
}

.quota-govt {
  background: rgba(45, 212, 191, 0.18);
  color: #5eead4;
  border: 1px solid rgba(45, 212, 191, 0.3);
}

.fee-rule {
  background: rgba(250, 204, 21, 0.18);
  color: #fef08a;
  border: 1px solid rgba(250, 204, 21, 0.3);
}

.verify-rule {
  background: rgba(96, 165, 250, 0.18);
  color: #93c5fd;
  border: 1px solid rgba(96, 165, 250, 0.3);
}

.terms-rule {
  background: rgba(248, 113, 113, 0.18);
  color: #fca5a5;
  border: 1px solid rgba(248, 113, 113, 0.3);
}

.step-label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
}

.roadmap-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #38bdf8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.roadmap-item:hover .roadmap-icon-wrap {
  background: #38bdf8;
  color: #0d2138;
  transform: rotate(6deg);
}

.roadmap-card h4 {
  font-size: 18.5px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
  line-height: 1.35;
}

.roadmap-card p {
  font-size: 14.5px;
  line-height: 1.65;
  color: #cbd5e1;
  margin-bottom: 0;
}

.text-accent {
  color: #38bdf8 !important;
  text-decoration: underline;
}

.text-accent:hover {
  color: #7dd3fc !important;
}

/* =========================================================
   SECTION 3: ACTION HUB - DOCUMENTS, CURRICULUM, ADMISSION OPEN
========================================================= */

.admission-bottom-hub-section {
  background: #f4f8fb;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hub-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 38px 32px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(16, 34, 55, 0.05);
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}

.hub-card:hover {
  box-shadow: 0 20px 42px rgba(16, 34, 55, 0.1);
  transform: translateY(-5px);
}

.hub-eyebrow {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #1765a0;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

.hub-title {
  font-size: 24px;
  font-weight: 600;
  color: #102237;
  margin-bottom: 6px;
}

.hub-sub-tag {
  font-size: 12px;
  font-weight: 700;
  color: #1e6832;
  background: #eaf8ee;
  padding: 3px 10px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 14px;
}

.hub-desc {
  font-size: 14px;
  line-height: 1.6;
}

/* Documents Checklist with Checklist Icons */
.documents-checklist-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.doc-list-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f8fafc;
  border: 1px solid #e9f0f6;
  border-radius: 14px;
  padding: 13px 18px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.doc-list-item:hover {
  background: #ffffff;
  border-color: #218fd1;
  transform: translateX(6px);
  box-shadow: 0 6px 20px rgba(33, 143, 209, 0.1);
}

.doc-check-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eaf8ee;
  color: #10b981;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.15);
}

.doc-list-item:hover .doc-check-icon {
  transform: scale(1.18);
  background: #10b981;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.4);
}

.doc-text {
  font-size: 14.5px;
  font-weight: 600;
  color: #2d3748;
  line-height: 1.5;
  transition: color 0.25s ease;
}

.doc-list-item:hover .doc-text {
  color: #103c68;
}

/* Curriculum Card Button */
.btn-curriculum {
  background: linear-gradient(135deg, #103c68, #1765a0);
  color: #ffffff !important;
  font-weight: 700;
  padding: 14px 24px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
  border: none;
  box-shadow: 0 8px 20px rgba(16, 60, 104, 0.2);
}

.btn-curriculum:hover {
  background: linear-gradient(135deg, #1765a0, #1e6832);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(16, 60, 104, 0.3);
}

/* Admission Open Card */
.admission-open-card {
  background: linear-gradient(135deg, #093721 0%, #0d4b58 50%, #0c3358 100%);
  border: none;
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(9, 55, 33, 0.35);
  overflow: hidden;
}

.admission-open-badge-top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 5px 14px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 16px;
  color: #a7f3d0;
}

.pulse-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 10px #34d399;
  animation: liveDot 1.6s infinite ease-in-out;
}

@keyframes liveDot {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.3;
    transform: scale(0.7);
  }
}

.open-card-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.open-card-desc {
  font-size: 14.5px;
  line-height: 1.6;
}

/* Animated Apply Now Glow Button */
.btn-apply-now-glow {
  position: relative;
  background: linear-gradient(90deg, #10b981 0%, #059669 50%, #0284c7 100%);
  color: #ffffff !important;
  font-weight: 500;
  font-size: 16px;
  padding: 16px 30px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.4);
  transition: all 0.35s ease;
}

.admission-help-box strong {
  color: white;
}

.btn-apply-now-glow::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 50%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: rotate(25deg);
  animation: shineSweep 3.5s infinite;
}

@keyframes shineSweep {
  0% {
    left: -60%;
  }

  35% {
    left: 140%;
  }

  100% {
    left: 140%;
  }
}

.btn-apply-now-glow:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 32px rgba(16, 185, 129, 0.6);
}

/* Admission Helpdesk Card */
.admission-help-box {
  background: linear-gradient(145deg, #124778 0%, #0d2138 50%, #186695 100%);
  box-shadow: 0 20px 45px rgba(13, 33, 56, 0.25);
}

/* =========================================================
   RESPONSIVE QUERIES
========================================================= */

@media (max-width: 991px) {
  .admission-quick-nav {
    top: 70px;
  }

  .about-page-nav {
    top: 70px;
  }

  .admission-quick-nav ul {
    gap: 6px 12px;
    padding: 10px 10px;
  }

  .about-page-nav ul {
    gap: 6px 12px;
    padding: 10px 10px;
  }

  .admission-quick-nav a {
    font-size: 13px;
    padding: 5px 10px;
  }

  .roadmap-card {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .admission-quick-nav {
    top: 60px;
  }

  .about-page-nav {
    top: 60px;
  }

  .admission-quick-nav ul,
  .about-page-nav ul {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 10px 15px;
  }

  .admission-quick-nav li,
  .about-page-nav li {
    flex-shrink: 0;
  }

  .roadmap-central-line {
    left: 24px;
  }

  .roadmap-item {
    padding-left: 65px;
  }

  .roadmap-node {
    left: 4px;
    width: 44px;
    height: 44px;
  }

  .roadmap-node .node-num {
    font-size: 15px;
  }

  .roadmap-icon-wrap {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .roadmap-card h4 {
    font-size: 16px;
  }

  .roadmap-card p {
    font-size: 13.5px;
  }
}


/* =========================================================
   B.SC. NURSING PAGE — ANIMATIONS & HOVER EFFECTS
   All rules scoped to .bsc-nursing-page
========================================================= */

/* ---------- KEYFRAMES ---------- */

@keyframes bscFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

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

@keyframes bscFadeLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }

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

@keyframes bscFadeRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }

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

@keyframes bscScaleIn {
  from {
    opacity: 0;
    transform: scale(0.88);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes bscLineGrow {
  from {
    height: 0;
  }

  to {
    height: 100%;
  }
}

@keyframes bscPulseRing {
  0% {
    box-shadow: 0 0 0 0 rgba(33, 143, 209, 0.45);
  }

  70% {
    box-shadow: 0 0 0 14px rgba(33, 143, 209, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(33, 143, 209, 0);
  }
}

@keyframes bscShimmer {
  0% {
    background-position: -400px 0;
  }

  100% {
    background-position: 400px 0;
  }
}

@keyframes bscFloat {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes bscCountUp {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.9);
  }

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

@keyframes bscOrb {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 0.12;
  }

  50% {
    transform: scale(1.15) rotate(180deg);
    opacity: 0.20;
  }

  100% {
    transform: scale(1) rotate(360deg);
    opacity: 0.12;
  }
}

/* ---------- PAGE-LEVEL ENTRANCE ---------- */

.bsc-nursing-page section {
  animation: bscFadeUp 0.7s ease both;
}

.bsc-nursing-page section:nth-child(1) {
  animation-delay: 0.05s;
}

.bsc-nursing-page section:nth-child(2) {
  animation-delay: 0.15s;
}

.bsc-nursing-page section:nth-child(3) {
  animation-delay: 0.25s;
}

.bsc-nursing-page section:nth-child(4) {
  animation-delay: 0.35s;
}


/* =========================================================
   SECTION 1: ABOUT PROGRAMME
========================================================= */

/* Image visual entrance */
.bsc-about-program-visual {
  animation: bscFadeLeft 0.85s ease both;
  animation-delay: 0.2s;
  position: relative;
}

/* Floating badge */
.bsc-about-program-badge {
  animation: bscFloat 4s ease-in-out infinite;
  transition: box-shadow 0.3s ease;
}

.bsc-about-program-badge:hover {
  box-shadow: 0 12px 32px rgba(29, 126, 74, 0.35) !important;
}

/* Image hover zoom */
.bsc-about-program-visual img {
  transition: transform 0.55s cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 0.4s ease;
  border-radius: 16px;
}

.bsc-about-program-visual:hover img {
  transform: scale(1.04) translateY(-4px);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.18);
}

/* Text block entrance */
.bsc-about-program .col-lg-7 {
  animation: bscFadeRight 0.85s ease both;
  animation-delay: 0.3s;
}

/* Highlights row – staggered appearance */
.bsc-about-program-points div {
  opacity: 0;
  animation: bscFadeUp 0.5s ease forwards;
  transition: transform 0.3s ease, color 0.3s ease;
  padding: 6px 10px;
  border-radius: 8px;
}

.bsc-about-program-points div:nth-child(1) {
  animation-delay: 0.55s;
}

.bsc-about-program-points div:nth-child(2) {
  animation-delay: 0.70s;
}

.bsc-about-program-points div:nth-child(3) {
  animation-delay: 0.85s;
}

.bsc-about-program-points div:hover {
  transform: translateX(6px);
  background: rgba(29, 126, 74, 0.08);
  color: #1d7e4a;
}

.bsc-about-program-points div i {
  transition: transform 0.3s ease, color 0.3s ease;
}

.bsc-about-program-points div:hover i {
  transform: scale(1.25) rotate(-8deg);
  color: #1d7e4a;
}


/* =========================================================
   SECTION 2: WHY CHOOSE US — enhanced
========================================================= */

/* Animated decorative orb on the left panel */
.ktct-why-left::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  top: -80px;
  right: -60px;
  animation: bscOrb 8s linear infinite;
  pointer-events: none;
}

.ktct-why-left::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  bottom: -40px;
  left: 40px;
  animation: bscOrb 10s linear infinite reverse;
  pointer-events: none;
}

/* Left heading slide in */
.ktct-why-left-content {
  animation: bscFadeLeft 0.9s ease both;
  animation-delay: 0.1s;
}

/* Vertical line animate height */
.ktct-why-line {
  animation: bscLineGrow 1s ease both;
  animation-delay: 0.3s;
  transform-origin: top;
}

/* Why items enhanced hover — extended from existing */
.ktct-why-item {
  border-radius: 12px;
  transition: transform 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
  padding: 10px 14px 10px 14px;
}

/* .ktct-why-item:hover {
  transform: translateX(8px);
  background: rgba(33, 143, 209, 0.06);
  box-shadow: 4px 0 0 0 #218fd1 inset;
} */

/* Staggered entrance for each why-item */
.bsc-nursing-page .ktct-why-item {
  opacity: 0;
  animation: bscFadeRight 0.55s ease forwards;
}

.bsc-nursing-page .ktct-item-one {
  animation-delay: 0.3s;
}

.bsc-nursing-page .ktct-item-two {
  animation-delay: 0.5s;
}

.bsc-nursing-page .ktct-item-three {
  animation-delay: 0.7s;
}

/* Number circle pulse on hover */
.ktct-why-item:hover .ktct-why-number {
  animation: bscPulseRing 0.8s ease-out 1;
}

/* h3 colour transition */
.ktct-why-info h3 {
  transition: color 0.3s ease;
}

.ktct-why-item:hover .ktct-why-info h3 {
  color: #218fd1;
}


/* =========================================================
   SECTION 3: PROGRAM STRUCTURE
========================================================= */

/* Section background subtle gradient animation */
.ktct-program-structure {
  position: relative;
  overflow: hidden;
}

.ktct-program-structure::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 20%, rgba(33, 143, 209, 0.06) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(29, 126, 74, 0.06) 0%, transparent 60%);
  pointer-events: none;
}

/* Heading entrance */
.ktct-program-heading {
  animation: bscFadeUp 0.7s ease both;
  animation-delay: 0.1s;
}

/* Stats animate on load */
.ktct-big-stat {
  animation: bscCountUp 0.7s ease both;
  transition: transform 0.35s ease;
}

.ktct-big-stat:nth-child(1) {
  animation-delay: 0.25s;
}

.ktct-big-stat:nth-child(3) {
  animation-delay: 0.4s;
}

.ktct-big-stat:hover {
  transform: translateY(-5px) scale(1.05);
}

.ktct-big-stat strong {
  transition: color 0.3s ease;
}

.ktct-big-stat:hover strong {
  color: #218fd1;
}

/* Feature cards — main hover interaction */
.ktct-program-feature {
  border-radius: 16px;
  border: 1.5px solid transparent;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 0.4s ease,
    border-color 0.4s ease,
    background 0.4s ease;
  cursor: default;
  overflow: hidden;
  position: relative;
}

.ktct-program-feature::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(33, 143, 209, 0.0), rgba(29, 126, 74, 0.0));
  transition: background 0.4s ease;
  pointer-events: none;
  z-index: 0;
}

.ktct-program-feature:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 48px rgba(33, 143, 209, 0.18);
  border-color: rgba(33, 143, 209, 0.3);
}

.ktct-program-feature:hover::before {
  background: linear-gradient(135deg, rgba(33, 143, 209, 0.05), rgba(29, 126, 74, 0.05));
}

/* Feature icon hover spin */
.ktct-feature-icon {
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1),
    background 0.4s ease,
    box-shadow 0.4s ease;
}

.ktct-program-feature:hover .ktct-feature-icon {
  transform: rotate(-12deg) scale(1.2);
  background: linear-gradient(135deg, #218fd1, #1d7e4a);
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(33, 143, 209, 0.4);
}

.ktct-feature-icon i {
  transition: color 0.3s ease;
}

.ktct-program-feature:hover .ktct-feature-icon i {
  color: #ffffff !important;
}

/* Number label slide out on hover */
.ktct-feature-head span {
  transition: transform 0.35s ease, opacity 0.35s ease, color 0.35s ease;
  display: inline-block;
}

.ktct-program-feature:hover .ktct-feature-head span {
  transform: translateY(-4px);
  color: #218fd1;
}

/* Feature body text */
.ktct-feature-body h3 {
  transition: color 0.3s ease;
}

.ktct-program-feature:hover .ktct-feature-body h3 {
  color: #218fd1;
}

/* Staggered card entrance */
.bsc-nursing-page .ktct-program-feature {
  opacity: 0;
  animation: bscScaleIn 0.55s ease forwards;
}

.bsc-nursing-page .ktct-program-feature:nth-child(1) {
  animation-delay: 0.2s;
}

.bsc-nursing-page .ktct-program-feature:nth-child(2) {
  animation-delay: 0.35s;
}

.bsc-nursing-page .ktct-program-feature:nth-child(3) {
  animation-delay: 0.5s;
}

.bsc-nursing-page .ktct-program-feature:nth-child(4) {
  animation-delay: 0.65s;
}

/* Footer CTA hover */
.ktct-program-footer {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  border-radius: 16px;
}

.ktct-program-footer:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.ktct-footer-mark {
  transition: transform 0.4s ease, background 0.4s ease;
}

.ktct-program-footer:hover .ktct-footer-mark {
  transform: rotate(15deg) scale(1.15);
  background: linear-gradient(135deg, #218fd1, #1d7e4a);
  color: #ffffff;
}

/* CTA button shimmer */
.ktct-program-footer .theme-btn {
  position: relative;
  overflow: hidden;
}

.ktct-program-footer .theme-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
}

.ktct-program-footer .theme-btn:hover::after {
  left: 160%;
}


/* =========================================================
   SECTION 4: ADMISSIONS — ELIGIBILITY & PROCESS
========================================================= */

/* Eligibility box hover */
.ktct-eligibility-box {
  border-radius: 16px;
  transition: box-shadow 0.4s ease, transform 0.4s ease;
  animation: bscFadeLeft 0.75s ease both;
  animation-delay: 0.15s;
}

.ktct-eligibility-box:hover {
  box-shadow: 0 20px 48px rgba(33, 143, 209, 0.14);
  transform: translateY(-4px);
}

/* Process box entrance */
.ktct-process-box {
  animation: bscFadeRight 0.75s ease both;
  animation-delay: 0.25s;
}

/* Eligibility icon hover */
.ktct-eligibility-icon {
  transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.ktct-eligibility-item:hover .ktct-eligibility-icon {
  transform: scale(1.2) rotate(-10deg);
  background: linear-gradient(135deg, #1d7e4a, #218fd1);
  color: #ffffff;
}

/* Eligibility item row hover */
.ktct-eligibility-item {
  border-radius: 10px;
  transition: background 0.3s ease, transform 0.3s ease, padding-left 0.3s ease;
  padding: 6px 10px;
}

.ktct-eligibility-item:hover {
  background: rgba(33, 143, 209, 0.07);
  transform: translateX(5px);
  padding-left: 15px;
}

/* Eligibility item text */
.ktct-eligibility-item span {
  transition: color 0.3s ease;
}

.ktct-eligibility-item:hover>div>span {
  color: #218fd1;
}

/* Process steps — staggered entrance */
.bsc-nursing-page .ktct-process-step {
  opacity: 0;
  animation: bscFadeUp 0.5s ease forwards;
}

.bsc-nursing-page .ktct-process-step:nth-child(1) {
  animation-delay: 0.2s;
}

.bsc-nursing-page .ktct-process-step:nth-child(2) {
  animation-delay: 0.35s;
}

.bsc-nursing-page .ktct-process-step:nth-child(3) {
  animation-delay: 0.5s;
}

.bsc-nursing-page .ktct-process-step:nth-child(4) {
  animation-delay: 0.65s;
}

/* Step number pulse hover */
.ktct-step-number {
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.ktct-process-step:hover .ktct-step-number {
  transform: scale(1.15);
  background: linear-gradient(135deg, #218fd1, #1d7e4a);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(33, 143, 209, 0.4);
}

/* Step content hover */
.ktct-step-content {
  border-radius: 10px;
  padding: 8px 12px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.ktct-process-step:hover .ktct-step-content {
  background: rgba(33, 143, 209, 0.05);
  transform: translateX(4px);
}

.ktct-step-content h4 {
  transition: color 0.3s ease;
}

.ktct-process-step:hover .ktct-step-content h4 {
  color: #218fd1;
}

/* Step connector line draw animation */
.ktct-step-line {
  transition: background 0.4s ease;
  transform-origin: top;
  animation: bscLineGrow 0.6s ease both;
}

.ktct-process-step:hover .ktct-step-line {
  background: linear-gradient(to bottom, #218fd1, #1d7e4a);
}


/* =========================================================
   GLOBAL BUTTON ENHANCED HOVER
========================================================= */

.bsc-nursing-page .theme-btn {
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 0.35s ease;
}

.bsc-nursing-page .theme-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

/* Shine sweep on all theme buttons */
.bsc-nursing-page .theme-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: skewX(-20deg);
  transition: left 0.55s ease;
}

.bsc-nursing-page .theme-btn:hover::after {
  left: 160%;
}


/* =========================================================
   SECTION EYEBROW TAGS — entrance
========================================================= */

.bsc-nursing-page .core-values-tag {
  opacity: 0;
  animation: bscFadeUp 0.5s ease forwards;
  animation-delay: 0.1s;
}

.bsc-nursing-page .core-values-tag:hover span {
  width: 28px;
  background: #218fd1;
}


/* =========================================================
   RESPONSIVE ADJUSTMENTS
========================================================= */

@media (max-width: 991px) {
  .bsc-nursing-page .ktct-program-feature:hover {
    transform: translateY(-5px) scale(1.01);
  }

  .ktct-program-feature:nth-child(n) {
    animation-delay: 0.1s;
  }
}

@media (max-width: 767px) {
  .bsc-nursing-page .ktct-program-feature:hover {
    transform: translateY(-3px);
  }

  .bsc-about-program-points div:hover {
    transform: translateX(4px);
  }

  .ktct-eligibility-item:hover {
    transform: translateX(3px);
    padding-left: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .bsc-nursing-page *,
  .bsc-nursing-page *::before,
  .bsc-nursing-page *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* =========================================
   DEPARTMENT OVERVIEW
========================================= */

.department-overview {
  position: relative;
  padding: 50px 0;
  background: #f7fafc;
  overflow: hidden;
}


/* Decorative background */

/* .department-overview::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(33, 143, 209, 0.05);
  top: -180px;
  right: -120px;
} */

.department-overview::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(30, 104, 50, 0.04);
  bottom: -150px;
  left: -100px;
}


/* =========================================
   HEADING
========================================= */

.department-overview-heading {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 40px;
  margin-bottom: 50px;
}

.department-heading-left {
  max-width: 600px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;

  color: #218fd1;
  margin-bottom: 12px;
}

.section-kicker::before {
  content: "";
  width: 35px;
  height: 2px;
  background: #218fd1;
}

.department-overview-heading h2 {
  color: #063c60;
  position: relative;
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  color: var(--sec-title-color);
  font-size: clamp(37px, 5vw, 50px);
  line-height: 1.125;
  /* margin-bottom: 0; */
  text-transform: capitalize;
}

.department-overview-heading h2 span {
  color: #1e6832;
  background-image: var(--gradient-1);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-style3);
  display: inline-block;
  animation: titleTextShine 5s ease-in-out infinite;
}

.department-overview-heading>p {
  max-width: 430px;
  margin: 0;
  padding-bottom: 5px;
  color: #000000c7;
}


/* =========================================
   MAIN WRAPPER
========================================= */

.department-overview-wrapper {
  position: relative;
  z-index: 2;

}


/* =========================================
   LEFT PROFILE
========================================= */

.department-profile {
  position: relative;


  padding: 45px;

  border-radius: 24px;

  overflow: hidden;

  background:
    linear-gradient(145deg,
      #218fd1 0%,
      #176b9e 48%,
      #1e6832 100%);

  box-shadow: 0 25px 60px rgba(19, 70, 96, 0.16);

  color: #fff;
}

.department-profile::before {
  content: "";

  position: absolute;

  width: 250px;
  height: 250px;

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

  border-radius: 50%;

  right: -100px;
  top: -100px;
}

.department-profile::after {
  content: "";

  position: absolute;

  width: 180px;
  height: 180px;

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

  border-radius: 50%;

  left: -90px;
  bottom: -80px;
}


/* Profile top */

.profile-top {
  position: relative;
  z-index: 2;

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

  margin-bottom: 35px;
}

.profile-top span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;

  color: rgba(255, 255, 255, 0.8);
}

.profile-icon {
  width: 52px;
  height: 52px;

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

  border-radius: 14px;

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

  font-size: 21px;
}


/* Profile title */

.department-profile h3 {
  position: relative;
  z-index: 2;

  margin: 0;

  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;

  color: #fff;
}

.profile-line {
  /* width: 55px; */
  height: 3px;
  margin: 22px 0;
  background: #ffffff1a;
  border-radius: 10px;
}

.department-profile p {
  position: relative;
  z-index: 2;
  /* max-width: 440px; */
  margin: 0 0 30px;
  /* font-size: 15px; */
  /* line-height: 1.85; */
  color: rgba(255, 255, 255, 0.88);
}


/* Link */

.profile-link {
  position: relative;
  z-index: 3;

  display: inline-flex;
  align-items: center;
  gap: 12px;

  padding: 12px 20px;

  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50px;

  color: #fff !important;

  font-size: 13px;
  font-weight: 600;

  transition: all 0.3s ease;
}

.profile-link i {
  transition: transform 0.3s ease;
}

.profile-link:hover {
  background: #fff;
  color: #176b9e !important;
}

.profile-link:hover i {
  transform: translateX(5px);
}


/* Watermark */

.profile-watermark {
  position: absolute;
  right: -15px;
  bottom: -10px;
  font-size: 130px;
  font-weight: 800;
  line-height: 1;
  color: rgb(255 255 255 / 3%);
  pointer-events: none;
}


/* =========================================
   INFORMATION GRID
========================================= */

.department-info-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 25px;
}


/* Information box */

.department-info-box {
  position: relative;

  padding: 30px;

  min-height: 222px;

  background: #fff;

  border: 1px solid #e8eef2;

  border-radius: 20px;

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

  overflow: hidden;
}

.department-info-box::after {
  content: "";

  position: absolute;

  width: 90px;
  height: 90px;

  border-radius: 50%;

  background: rgba(33, 143, 209, 0.04);

  right: -35px;
  bottom: -35px;

  transition: transform 0.35s ease;
}

.department-info-box:hover {
  transform: translateY(-7px);

  border-color: rgba(33, 143, 209, 0.25);

  box-shadow: 0 20px 45px rgba(19, 70, 96, 0.10);
}

.department-info-box:hover::after {
  transform: scale(1.5);
}


/* Box top */

.info-box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 28px;
}

.info-box-top>span {
  font-size: 12px;
  font-weight: 700;

  color: #c5d0d7;
}


/* Icon */

.info-icon {
  width: 48px;
  height: 48px;

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

  border-radius: 13px;

  background: rgba(33, 143, 209, 0.09);

  color: #218fd1;

  font-size: 19px;

  transition: all 0.3s ease;
}

.department-info-box:hover .info-icon {
  background: #218fd1;
  color: #fff;
  transform: rotate(-5deg);
}


/* Label */

.department-info-box small {
  display: block;

  margin-bottom: 8px;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: 1.5px;

  color: #87959e;
}


/* Title */

.department-info-box h4 {
  margin: 0 0 8px;

  font-size: 19px;
  line-height: 1.35;

  color: #063c60;
}


/* Description */

.department-info-box p {
  margin: 0;

  font-size: 13px;
  line-height: 1.7;

  color: #77858d;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

  .department-overview {
    padding: 75px 0;
  }

  .department-overview-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .department-overview-heading h2 {
    font-size: 38px;
  }

  .department-overview-wrapper {
    grid-template-columns: 1fr;
  }

  .department-profile {
    min-height: auto;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .department-overview {
    padding: 50px 20px;
  }

  .department-overview-heading {
    margin-bottom: 35px;
  }

  .department-overview-heading h2 {
    font-size: 31px;
  }

  .department-overview-heading>p {
    font-size: 14px;
  }

  .department-profile {
    padding: 32px 25px;
    border-radius: 20px;
  }

  .department-profile h3 {
    font-size: 26px;
  }

  .department-info-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .department-info-box {
    min-height: auto;
    padding: 25px;
  }

}

/* --- About Section Styling --- */

section.medical-foundation-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.about-card {
  background: linear-gradient(135deg, #0f4c5c 0%, #0d3b46 100%);
  color: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(15, 76, 92, 0.15);
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.about-card::after {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  pointer-events: none;
}

.section-tag {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #2ec4b6;
  margin-bottom: 8px;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.accent-line {
  width: 60px;
  height: 4px;
  background-color: #2ec4b6;
  border-radius: 2px;
  margin-bottom: 24px;
}

.about-content p {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #e2e8f0;
  margin-bottom: 16px;
}

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

/* --- Grid Layout for Vision, Mission, Values --- */
.grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.left-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* --- Card Common Styles --- */
.medical-foundation-section .info-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid #e2e8f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.medical-foundation-section .info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.medical-foundation-section .card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.medical-foundation-section .icon-wrapper {
  width: 55px;
  height: 55px;
  background-color: #218fd114;
  color: #218fd1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  flex-shrink: 0;
}

.medical-foundation-section .sub-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #64748b;
  font-weight: 600;
  display: block;
}

.medical-foundation-section .card-title {
  font-size: 17px;
  line-height: 1.6;
  color: #000000d1;
}

.medical-foundation-section .card-body {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #475569;
}

/* --- Mission List Styling --- */
.mission-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mission-list li {
  font-size: 17px;
  line-height: 1.5;
  color: #000000d6;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mission-list li i {
  color: #1e6832;
  margin-top: 3px;
}

/* --- Core Values Grid Styling --- */
.values-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 10px;
}

.value-badge {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.2s ease;
}

.value-badge i {
  color: #1e6832;
  background-color: #e6f7f5;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}

.value-badge:hover {
  background: linear-gradient(90deg, #10b981 0%, #059669 50%, #0284c7 100%);
  color: #ffffff;
  border-color: #1e6832;
}

.value-badge:hover i {
  background-color: #ffffff;
  color: #0f4c5c;
}

/* --- Responsive Breakpoints --- */
@media (max-width: 900px) {
  .grid-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {

  .about-card,
  .info-card {
    padding: 24px;
  }

  .section-title {
    font-size: 1.6rem;
  }
}


/* Header Styling */
.header-box {
  text-align: center;
  margin-bottom: 50px;
}

.directory-section .badge {
  display: inline-block;
  background-color: rgba(20, 184, 166, 0.15);
  color: #14b8a6;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.header-box h2 {
  position: relative;
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  color: var(--sec-title-color);
  font-size: clamp(37px, 5vw, 50px);
  line-height: 1.125;
  margin-bottom: 0;
  text-transform: capitalize;
}

.header-box h2 span {
  background-image: var(--gradient-1);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-style3);
  display: inline-block;
  animation: titleTextShine 5s ease-in-out infinite;
}

.accent-bar {
  width: 50px;
  height: 4px;
  background-color: #14b8a6;
  margin: 12px auto 0;
  border-radius: 2px;
}

/* Directory Responsive Grid */
.directory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 350px));
  justify-content: center;
  gap: 30px;
}

/* Member Card Styling */
.member-card {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.member-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Image Wrapper with Floating ID Badge */
.image-wrapper {
  position: relative;
  width: 100%;
  height: 280px;
  background-color: #e2e8f0;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.member-card:hover .image-wrapper img {
  transform: scale(1.05);
}

.knc-badge {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(11, 25, 44, 0.85);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Member Content Body */
.member-content {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.role-pill {
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 700;
  color: #218fd1;
  background-color: #218fd114;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.member-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
  line-height: 1.3;
}

/* Detail Blocks */
.info-block {
  margin-top: 0px;
  padding-top: 10px;
  border-top: 1px solid #f1f5f9;
}

.info-label {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #94a3b8;
  font-weight: 700;
  margin-bottom: 2px;
}

.info-value {
  font-size: 0.88rem;
  color: #334155;
  font-weight: 500;
  line-height: 1.4;
}

section.directory-section {
  background: aliceblue;
  padding-top: 50px;
  padding-bottom: 60px;
}

/* Responsive Tweaks */
@media (max-width: 600px) {
  .directory-grid {
    grid-template-columns: 1fr;
  }
}

/* =====================================================
           ROOT COLORS
        ====================================================== */

:root {

  --ktct-blue: #218fd1;

  --ktct-blue-dark: #176b9e;

  --ktct-green: #1e6832;

  --ktct-gradient:
    linear-gradient(145deg,
      #218fd1 0%,
      #176b9e 48%,
      #1e6832 100%);

  --ktct-navy: #102f52;

  --ktct-text: #173653;

  --ktct-muted: #718292;

  --ktct-light-blue: #eef8fd;

  --ktct-light-green: #f1f8f2;

  --ktct-border: #dfe8ed;
}


/* =====================================================
           MAIN SECTION
        ====================================================== */

.ktct-department-section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}


.ktct-container {

  width: min(1180px, 92%);

  margin: auto;

  position: relative;

  z-index: 2;
}


/* =====================================================
           BACKGROUND SHAPES
        ====================================================== */

.ktct-bg-shape {

  position: absolute;

  border-radius: 50%;

  pointer-events: none;
}


.ktct-bg-shape-one {

  width: 520px;

  height: 520px;

  right: -280px;

  top: -260px;

  border:
    1px solid rgba(33, 143, 209, 0.08);
}


.ktct-bg-shape-two {

  width: 350px;

  height: 350px;

  left: -210px;

  bottom: -200px;

  border:
    1px solid rgba(30, 104, 50, 0.08);
}


.ktct-bg-shape-three {

  width: 130px;

  height: 130px;

  right: 7%;

  bottom: 15%;

  background:
    rgba(33, 143, 209, 0.025);
}


/* =====================================================
           SECTION INTRO
        ====================================================== */

.ktct-section-intro {

  display: grid;

  grid-template-columns:
    1.15fr 0.75fr;

  align-items: end;

  gap: 70px;

  margin-bottom: 60px;
}


.ktct-intro-left {

  max-width: 700px;
}


.ktct-overline {

  display: inline-flex;

  align-items: center;

  gap: 9px;

  margin-bottom: 17px;

  color: var(--ktct-blue);

  font-size: 11px;

  font-weight: 800;

  letter-spacing: 1.8px;

  text-transform: uppercase;
}


.ktct-overline-line {

  width: 32px;

  height: 2px;

  background:
    var(--ktct-gradient);

  border-radius: 5px;
}


.ktct-section-intro h2 {
  position: relative;
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  color: var(--sec-title-color);
  font-size: clamp(37px, 5vw, 50px);
  line-height: 1.125;
  margin-bottom: 0;
  text-transform: capitalize;
}

.ktct-gradient-text {
  background-image: var(--gradient-1);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-style3);
  display: inline-block;
  animation: titleTextShine 5s ease-in-out infinite;
}


.ktct-intro-right p {
  /* max-width: 430px; */
  color: #000000cf;
  font-size: 16px;
  line-height: 1.85;
}


/* =====================================================
           FEATURED CLINICAL BLOCK
        ====================================================== */

.ktct-clinical-block {

  display: grid;

  grid-template-columns:
    0.72fr 1.28fr;

  min-height: 420px;

  margin-bottom: 45px;

  overflow: hidden;

  border-radius: 28px;

  background:
    var(--ktct-gradient);

  box-shadow:
    0 25px 65px rgba(23, 107, 158, 0.16);
}


/* =====================================================
           LEFT CLINICAL VISUAL
        ====================================================== */

.ktct-clinical-visual {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  min-height: 420px;

  overflow: hidden;
}


/* =====================================================
           ANIMATED RINGS
        ====================================================== */

.ktct-ring {

  position: absolute;

  border-radius: 50%;

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

  transition:
    transform 0.8s ease;
}


.ktct-ring-one {

  width: 330px;

  height: 330px;
}


.ktct-ring-two {

  width: 235px;

  height: 235px;
}


.ktct-ring-three {

  width: 140px;

  height: 140px;

  border-color:
    rgba(255, 255, 255, 0.28);
}


.ktct-clinical-block:hover .ktct-ring-one {

  transform:
    scale(1.15) rotate(15deg);
}


.ktct-clinical-block:hover .ktct-ring-two {

  transform:
    scale(1.18) rotate(-15deg);
}


.ktct-clinical-block:hover .ktct-ring-three {

  transform:
    scale(1.2);
}


/* =====================================================
           CLINICAL ICON
        ====================================================== */

.ktct-clinical-icon {

  position: relative;

  z-index: 5;

  width: 105px;

  height: 105px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  color: #ffffff;

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

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

  font-size: 38px;

  box-shadow:
    0 0 0 14px rgba(255, 255, 255, 0.035);

  transition:
    transform 0.5s ease,
    background 0.5s ease;
}


.ktct-clinical-block:hover .ktct-clinical-icon {

  transform:
    scale(1.1) rotate(-8deg);

  background:
    rgba(255, 255, 255, 0.22);
}


/* =====================================================
           CLINICAL CONTENT
        ====================================================== */

.ktct-clinical-content {

  position: relative;

  padding: 55px;

  background: #ffffff;

  overflow: hidden;
}


.ktct-clinical-content::before {

  content: "";

  position: absolute;

  width: 300px;

  height: 300px;

  right: -180px;

  bottom: -180px;

  border-radius: 50%;

  background:
    linear-gradient(145deg,
      rgba(33, 143, 209, 0.08),
      rgba(30, 104, 50, 0.08));

  transition:
    transform 0.8s ease;
}


.ktct-clinical-block:hover .ktct-clinical-content::before {

  transform:
    scale(1.35);
}


/* =====================================================
           CLINICAL LABEL
        ====================================================== */

.ktct-clinical-label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
  color: var(--ktct-blue-dark);
  font-size: 12px;
  font-weight: 600;
  -spacing: 1.6px;
  text-transform: uppercase;
}


.ktct-clinical-label i {

  font-size: 7px;

  color: var(--ktct-green);
}


/* =====================================================
           CLINICAL HEADING
        ====================================================== */

.ktct-clinical-content h3 {
  position: relative;
  z-index: 2;
  /* max-width: 600px; */
  margin-bottom: 18px;
  font-family: "Plus Jakarta Sans", sans-serif;
  /* font-size: clamp(29px, 3.5vw, 44px); */
  /* line-height: 1.12; */
  /* letter-spacing: -1.3px; */
  font-weight: 600;
  color: #000000c7;
}

/* =====================================================
           CLINICAL DESCRIPTION
        ====================================================== */

.ktct-clinical-description {

  position: relative;
  z-index: 2;
  max-width: 630px;
  margin-bottom: 30px;
  color: black;
  /* font-size: 14px; */
  line-height: 1.85;
}


/* =====================================================
           FEATURE TAGS
        ====================================================== */

.ktct-feature-list {

  position: relative;

  z-index: 3;

  display: flex;

  flex-wrap: wrap;

  gap: 10px;
}


.ktct-feature {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 50px;
  color: #486273;
  background: #f2f7fa;
  font-size: 13px;
  font-weight: 600;
  transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.ktct-feature i {

  color: var(--ktct-blue);

  font-size: 10px;
}


.ktct-feature:hover {

  transform:
    translateY(-4px);

  color: #ffffff;

  background:
    var(--ktct-gradient);
}


.ktct-feature:hover i {

  color: #ffffff;
}


/* =====================================================
           DEPARTMENT HEADER
        ====================================================== */

.ktct-department-header {

  display: flex;

  align-items: flex-end;

  justify-content: space-between;

  gap: 40px;

  margin-bottom: 30px;
}


.ktct-department-heading h3 {

  position: relative;
  z-index: 2;
  /* max-width: 600px; */
  margin-bottom: 18px;
  font-family: "Plus Jakarta Sans", sans-serif;
  /* font-size: clamp(29px, 3.5vw, 44px); */
  /* line-height: 1.12; */
  /* letter-spacing: -1.3px; */
  font-weight: 600;
  color: #000000c7;
}


.ktct-department-heading p {

  max-width: 380px;

  margin: 0;

  color: var(--ktct-muted);

  font-size: 12px;

  line-height: 1.7;

  text-align: right;
}


/* =====================================================
           DEPARTMENT LIST
        ====================================================== */

.ktct-department-list {

  border-top:
    1px solid var(--ktct-border);
}


/* =====================================================
           DEPARTMENT ITEM
        ====================================================== */

.ktct-department-item {

  position: relative;

  display: grid;

  grid-template-columns:
    70px 1fr auto;

  align-items: center;

  gap: 25px;

  min-height: 110px;

  padding: 18px;

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

  overflow: hidden;

  transition:
    background 0.4s ease,
    padding 0.4s ease;
}


/* LEFT HOVER LINE */

.ktct-department-item::before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  bottom: 0;

  width: 4px;

  background:
    var(--ktct-gradient);

  transform:
    scaleY(0);

  transform-origin:
    bottom;

  transition:
    transform 0.4s ease;
}


.ktct-department-item:hover {

  padding-left: 30px;

  background:
    linear-gradient(90deg,
      #f1f8fc 0%,
      #f4f9f5 100%);
}


.ktct-department-item:hover::before {

  transform:
    scaleY(1);
}


/* =====================================================
           DEPARTMENT ICON
        ====================================================== */

.ktct-department-icon {
  position: relative;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #218fd1;
  background: linear-gradient(145deg, #edf8fd, #f0f8f2);
  font-size: 22px;
  overflow: hidden;
  transition: transform 0.4s ease, background 0.4s ease, color 0.4s ease;
}

.ktct-department-item:hover .ktct-department-icon {

  transform:
    rotate(-7deg) scale(1.1);

  color: #ffffff;

  background:
    var(--ktct-gradient);
}


/* =====================================================
           ICON SHINE
        ====================================================== */

.ktct-department-icon::after {

  content: "";

  position: absolute;

  width: 60px;

  height: 130%;

  left: -100px;

  top: -15px;

  background:
    linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.65),
      transparent);

  transform:
    rotate(20deg);

  transition:
    left 0.7s ease;
}


.ktct-department-item:hover .ktct-department-icon::after {

  left: 100px;
}


/* =====================================================
           DEPARTMENT TEXT
        ====================================================== */

.ktct-department-info small {
  display: block;
  margin-bottom: 5px;
  color: #218fd1;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}


.ktct-department-info h4 {
  margin: 0;
  color: #000000c9;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  transition: color 0.3s ease;
}


.ktct-department-item:hover .ktct-department-info h4 {

  color: var(--ktct-blue-dark);
}


/* =====================================================
           ARROW
        ====================================================== */

.ktct-department-arrow {

  width: 44px;

  height: 44px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  color: var(--ktct-blue-dark);

  background: #f1f5f7;

  font-size: 11px;

  transition:
    transform 0.4s ease,
    background 0.4s ease,
    color 0.4s ease;
}


.ktct-department-item:hover .ktct-department-arrow {

  transform:
    translateX(7px);

  color: #ffffff;

  background:
    var(--ktct-gradient);
}


/* =====================================================
           ADMISSION CTA
        ====================================================== */

.ktct-admission {

  position: relative;

  display: grid;

  grid-template-columns:
    auto 1fr auto;

  align-items: center;

  gap: 25px;

  margin-top: 60px;

  padding: 36px 40px;

  overflow: hidden;

  border-radius: 25px;

  background:
    var(--ktct-gradient);

  box-shadow:
    0 22px 55px rgba(23, 107, 158, 0.18);
}


/* =====================================================
           CTA DECORATIVE CIRCLE
        ====================================================== */

.ktct-admission::before {

  content: "";

  position: absolute;

  width: 330px;

  height: 330px;

  right: -170px;

  top: -190px;

  border-radius: 50%;

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

  transition:
    transform 0.8s ease;
}


.ktct-admission:hover::before {

  transform:
    scale(1.3);
}


/* =====================================================
           CTA ICON
        ====================================================== */

.ktct-admission-icon {

  position: relative;

  z-index: 2;

  width: 64px;

  height: 64px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 18px;

  color: #ffffff;

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

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

  font-size: 24px;

  transition:
    transform 0.4s ease,
    background 0.4s ease;
}


.ktct-admission:hover .ktct-admission-icon {

  transform:
    rotate(-8deg) scale(1.08);

  background:
    rgba(255, 255, 255, 0.22);
}


/* =====================================================
           CTA CONTENT
        ====================================================== */

.ktct-admission-content {

  position: relative;

  z-index: 2;
}


.ktct-admission-content small {

  display: block;

  margin-bottom: 6px;

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

  font-size: 10px;

  font-weight: 800;

  letter-spacing: 1.5px;

  text-transform: uppercase;
}


.ktct-admission-content h3 {

  margin: 0 0 7px;

  color: #ffffff;

  font-family:
    "Plus Jakarta Sans",
    sans-serif;

  font-size: 23px;

  line-height: 1.25;

  font-weight: 600;
}


.ktct-admission-content p {

  margin: 0;

  max-width: 600px;

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

  font-size: 14px;

  line-height: 1.6;
}


/* =====================================================
           CTA ACTION
        ====================================================== */

.ktct-admission-action {

  position: relative;

  z-index: 3;

  display: flex;

  flex-direction: column;

  align-items: flex-end;

  gap: 12px;
}


.ktct-apply-btn {

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 125px;
  padding: 14px 20px;
  border-radius: 10px;
  color: var(--ktct-navy);
  background: #ffffff;
  font-size: 15px;
  font-weight: 600;
  transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}


.ktct-apply-btn i {

  transition:
    transform 0.35s ease;
}


.ktct-apply-btn:hover {

  transform:
    translateY(-4px);

  color: #ffffff;

  background:
    var(--ktct-navy);
}


.ktct-apply-btn:hover i {

  transform:
    translateX(5px);
}


/* =====================================================
           HELPLINE
        ====================================================== */

.ktct-helpline {

  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 600;
}


.ktct-helpline i {

  color: #ffffff;
}

/* .bottom-box .btn-style-one {
  padding-right: 10px;
} */

.team-content h4 {
  margin-bottom: 0px;
  font-size: 22px;
  color: #000000db;
  font-weight: 600;
  font-family: "Google Sans Flex", sans-serif;
}

.team-content p {
  color: #000000d1;
  font-size: 16px;
}

.department-name label {
  text-transform: uppercase;
  font-weight: 600;
  color: #00000087;
  font-size: 14px;
}

.team-section {
  position: relative;
  padding-top: 30px !important;
  padding-bottom: 50px !important;
}

section.nt-directory-section {
  background: #f9fbfd;
  padding-top: 50px;
  padding-bottom: 50px;
}

section.nt-directory-section .wp-block-table.is-style-stripes {
  background: white;
  padding: 30px;
  border-radius: 20px;
  border-bottom: unset;
}

section.nt-directory-section .wp-block-table.is-style-stripes td,
section.nt-directory-section .wp-block-table.is-style-stripes th {
  border-color: #000000a1;
  padding: 15px;
  color: black;
}

section.nt-directory-section .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #ebf8ff !important;
}

.contact-info-block p {
  color: #000000cf;
}

#contact-form button.theme-btn.btn-style-two {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
}



/* =====================================================
           TABLET
        ====================================================== */

@media (max-width: 1000px) {


  .ktct-section-intro {

    grid-template-columns: 1fr;

    gap: 20px;
  }


  .ktct-intro-right p {

    max-width: 650px;
  }


  .ktct-clinical-block {

    grid-template-columns: 1fr;
  }


  .ktct-clinical-visual {

    min-height: 280px;
  }


  .ktct-department-header {

    align-items: flex-start;

    flex-direction: column;

    gap: 15px;
  }


  .ktct-department-heading p {

    max-width: 600px;

    text-align: left;
  }


  .ktct-admission {

    grid-template-columns:
      auto 1fr;
  }


  .ktct-admission-action {

    grid-column: 1 / -1;

    align-items: flex-start;

    flex-direction: row;

    flex-wrap: wrap;
  }

}


/* =====================================================
           MOBILE
        ====================================================== */

@media (max-width: 650px) {


  .ktct-department-section {

    padding: 50px 0;
  }


  .ktct-container {

    width: 90%;
  }


  .ktct-section-intro {

    margin-bottom: 45px;
  }


  .ktct-section-intro h2 {

    font-size: 35px;

    letter-spacing: -1.2px;
  }


  .ktct-intro-right p {

    font-size: 13px;
  }


  .ktct-clinical-block {

    margin-bottom: 55px;

    border-radius: 22px;
  }


  .ktct-clinical-visual {

    min-height: 230px;
  }


  .ktct-ring-one {

    width: 250px;

    height: 250px;
  }


  .ktct-ring-two {

    width: 180px;

    height: 180px;
  }


  .ktct-ring-three {

    width: 110px;

    height: 110px;
  }


  .ktct-clinical-icon {

    width: 82px;

    height: 82px;

    font-size: 29px;
  }


  .ktct-clinical-content {

    padding: 35px 27px;
  }


  .ktct-clinical-content h3 {

    font-size: 28px;
  }


  .ktct-feature-list {

    flex-direction: column;

    align-items: flex-start;
  }


  .ktct-department-heading h3 {

    font-size: 25px;
  }


  .ktct-department-item {

    grid-template-columns:
      48px 1fr auto;

    gap: 12px;

    min-height: 95px;

    padding: 15px 7px;
  }


  .ktct-department-item:hover {

    padding-left: 14px;
  }


  .ktct-department-icon {

    width: 43px;

    height: 43px;

    border-radius: 13px;

    font-size: 15px;
  }


  .ktct-department-info h4 {

    font-size: 12px;
  }


  .ktct-department-arrow {

    width: 35px;

    height: 35px;

    font-size: 9px;
  }


  .ktct-admission {

    grid-template-columns: 1fr;

    padding: 28px;

    gap: 18px;

    border-radius: 22px;
  }


  .ktct-admission-action {

    grid-column: auto;

    align-items: flex-start;

    flex-direction: column;
  }

}


/* =====================================================
           SMALL MOBILE
        ====================================================== */

@media (max-width: 420px) {


  .ktct-section-intro h2 {

    font-size: 30px;
  }


  .ktct-clinical-content h3 {

    font-size: 25px;
  }


  .ktct-department-item {

    grid-template-columns:
      43px 1fr 32px;

    gap: 9px;
  }


  .ktct-department-icon {

    width: 39px;

    height: 39px;
  }


  .ktct-department-info small {

    font-size: 8px;
  }


  .ktct-department-info h4 {

    font-size: 11px;
  }


  .ktct-admission-content h3 {

    font-size: 20px;
  }

}




/* =========================
   ORGANOGRAM SECTION
========================= */

.organogram-section {
  position: relative;
  min-height: 100vh;
  padding: 80px 20px 100px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(33, 143, 209, .09), transparent 25%),
    radial-gradient(circle at 90% 90%, rgba(30, 104, 50, .09), transparent 25%),
    linear-gradient(135deg, #f8fcff, #ffffff 50%, #f3faf5);
}

.organogram-container {
  position: relative;
  z-index: 2;
  max-width: 1450px;
  margin: auto;
}

/* =========================
   HEADING
========================= */

.organogram-heading {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 65px;
  animation: fadeDown .8s ease both;
}

.organogram-heading .eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 15px;
  border-radius: 30px;
  background: rgba(33, 143, 209, .09);
  color: #218fd1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.organogram-heading h1 {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 15px;
  font-weight: 800;
  color: #173b67;
}

.organogram-heading h1 span {
  color: #218fd1;
}

.organogram-heading p {
  max-width: 650px;
  margin: auto;
  color: #687789;
  font-size: 16px;
  line-height: 1.8;
}

/* =========================
   TOP MANAGEMENT
========================= */

.top-management {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.org-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(33, 143, 209, .12);
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(23, 59, 103, .09);
  transition: .35s ease;
}

.org-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(23, 59, 103, .16);
}

.top-card {
  width: 310px;
  min-height: 100px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  animation: cardUp .8s ease both;
}

.top-card:nth-child(1) {
  animation-delay: .15s;
}

.top-card:nth-child(3) {
  animation-delay: .3s;
}

.top-card:nth-child(5) {
  animation-delay: .45s;
}

.card-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #fff;
  font-size: 22px;
  background: linear-gradient(135deg, #218fd1, #1e6832);
}

.top-card .tag {
  display: block;
  margin-bottom: 5px;
  color: #218fd1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.top-card h3 {
  font-size: 20px;
  color: #173b67;
  margin-bottom: 0px;
}

.connector-vertical {
  width: 2px;
  height: 42px;
  position: relative;
  background: linear-gradient(to bottom, #218fd1, #1e6832);
}

/* .connector-vertical::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1e6832;
  border-bottom: 2px solid #1e6832;
  transform: translateX(-50%) rotate(45deg);
} */

/* =========================
   MAIN BRANCH CONNECTOR
========================= */

.main-connector {
  position: relative;
  width: 66.66%;
  height: 65px;
  margin: 0 auto;
  border-top: 2px solid #218fd1;
  border-left: 2px solid #218fd1;
  border-right: 2px solid #1e6832;
}

.main-connector::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 65px;
  left: 50%;
  bottom: -65px;
  background: #218fd1;
  transform: translateX(-50%);
}

/* =========================
   THREE DEPARTMENTS
========================= */

.departments {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  align-items: start;
}

.department {
  animation: departmentUp .8s ease both;
}

.department:nth-child(1) {
  animation-delay: .55s;
}

.department:nth-child(2) {
  animation-delay: .7s;
}

.department:nth-child(3) {
  animation-delay: .85s;
}

/* =========================
   DEPARTMENT HEADER
========================= */

.department-header {
  min-height: 100px;
  padding: 17px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #218fd1 0%, #176f9f 52%, #1e6832 100%);
  box-shadow: 0 18px 40px rgba(33, 143, 209, .2);
  transition: .35s ease;
}

.department-header:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(33, 143, 209, .27);
}

.department-icon {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, .15);
  font-size: 21px;
}

.department-header small {
  display: block;
  margin-bottom: 5px;
  opacity: .8;
  font-size: 9px;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.department-header h2 {
  color: #fff;
  font-size: 19px;
  margin-bottom: 0px;
}

/* =========================
   INTERNAL CONNECTORS
========================= */

.department-vertical {
  width: 2px;
  height: 30px;
  margin: auto;
  background: linear-gradient(to bottom, #218fd1, #1e6832);
}

.sub-connector {
  position: relative;
  height: 28px;
  margin: 0 12%;
  border-top: 2px solid #c4dbe9;
}

.sub-connector::before,
.sub-connector::after {
  content: "";
  position: absolute;
  top: -2px;
  width: 2px;
  height: 20px;
  background: #c4dbe9;
}

.sub-connector::before {
  left: 0;
}

.sub-connector::after {
  right: 0;
}

/* =========================
   SECOND LEVEL CARD
========================= */

.secondary-card {
  min-height: 72px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.secondary-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  background: #1e6832;
  font-size: 15px;
}

.secondary-card h3 {
  color: #173b67;
  font-size: 15px;
}

/* =========================
   STAFF CARDS
========================= */

.staff-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  align-items: start;
}

.staff-card {
  min-height: 72px;
  padding: 13px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-align: center;
  border-radius: 14px;
}

.staff-card i {
  color: #218fd1;
  font-size: 16px;
  transition: .3s ease;
}

.staff-card:hover i {
  transform: scale(1.25) rotate(-5deg);
}

.staff-card h4 {
  color: #000000e0;
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 0px;
  font-weight: 500;
}

.secondary-card h3 {
  /* color: #173b67; */
  font-size: 15px;
  margin-bottom: 0px;
  color: #000000e0;
}

/* Academic layout */
.academic-staff {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.staff-column {
  display: flex;
  flex-direction: column;
}

.small-line {
  width: 2px;
  height: 22px;
  margin: auto;
  background: #c4dbe9;
}

/* =========================
   SCROLL REVEAL
========================= */

.reveal {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   ANIMATIONS
========================= */

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-25px);
  }

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

@keyframes cardUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(.96);
  }

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

@keyframes departmentUp {
  from {
    opacity: 0;
    transform: translateY(35px);
  }

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

/* =========================
   TABLET
========================= */

@media (max-width: 1100px) {

  .departments {
    grid-template-columns: 1fr;
    max-width: 700px;
    margin: auto;
    gap: 45px;
  }

  .main-connector {
    width: 2px;
    height: 45px;
    border: 0;
    background: #218fd1;
  }

  .main-connector::after {
    display: none;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

  .organogram-section {
    padding: 55px 15px 70px;
  }

  .organogram-heading {
    margin-bottom: 45px;
  }

  .organogram-heading h1 {
    font-size: 35px;
  }

  .organogram-heading p {
    font-size: 14px;
  }

  .top-card {
    width: 100%;
    max-width: 330px;
  }

  .department-header {
    min-height: 85px;
  }

  .academic-staff {
    grid-template-columns: 1fr;
    gap: 12px;
  }

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

@media (max-width: 480px) {

  .organogram-heading h1 {
    font-size: 30px;
  }

  .top-card {
    min-height: 82px;
    padding: 14px 16px;
  }

  .card-icon {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }

  .top-card h3 {
    font-size: 17px;
  }

  .department-header {
    padding: 14px;
  }

  .department-icon {
    width: 48px;
    height: 48px;
  }
}

/* =========================
   ABOUT IQAC
========================= */

.iqac-page {
  /* removed overflow to fix sticky nav */
}

.iqac-intro-section,
.iqac-policy-section,
.iqac-functions-section,
.iqac-members-section {
  position: relative;
  padding: 80px 0;
  scroll-margin-top: 190px;
}

.iqac-vision-section {
  position: relative;
  padding: 20px 0 50px;
  scroll-margin-top: 190px;
}

.iqac-intro-section {
  padding-top: 50px;
  padding-bottom: 40px;
}

.iqac-intro-copy {
  max-width: 760px;
  margin: 18px auto 0;
  color: #687789;
  font-size: 16px;
  line-height: 1.85;
}

.iqac-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  opacity: .42;
  animation: iqacOrbFloat 16s ease-in-out infinite alternate;
}

.iqac-orb-1 {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, #dbeafe, #93c5fd);
  top: -120px;
  right: -80px;
}

.iqac-orb-2 {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, #dcfce7, #86efac);
  bottom: -90px;
  left: -90px;
  animation-delay: -6s;
}

.iqac-orb-3 {
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, #e0f2fe, #bae6fd);
  top: 40px;
  left: -120px;
}

.iqac-orb-4 {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, #dcfce7, #bbf7d0);
  top: -80px;
  right: -100px;
}

.iqac-orb-5 {
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, #dbeafe, #bfdbfe);
  bottom: -70px;
  left: -70px;
  animation-delay: -8s;
}

.iqac-orb-6 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #dbeafe, #93c5fd);
  top: 80px;
  right: -120px;
  animation-delay: -4s;
}

.iqac-orb-7 {
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, #dcfce7, #86efac);
  bottom: -90px;
  left: -100px;
  animation-delay: -7s;
}

@keyframes iqacOrbFloat {
  0% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(28px, -36px) scale(1.08);
  }

  100% {
    transform: translate(-24px, 24px) scale(.94);
  }
}

.iqac-vision-section,
.iqac-policy-section,
.iqac-intro-section {
  z-index: 1;
}

.iqac-vision-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.iqac-vision-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.iqac-orbit-stage {
  position: relative;
  width: 280px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iqac-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1.5px dashed rgba(33, 143, 209, .35);
}

.iqac-orbit-lg {
  inset: 0;
  animation: iqacSpin 18s linear infinite;
}

.iqac-orbit-md {
  inset: 28px;
  border-color: rgba(30, 104, 50, .35);
  animation: iqacSpinReverse 14s linear infinite;
}

.iqac-orbit-sm {
  inset: 56px;
  border-style: solid;
  border-color: rgba(33, 143, 209, .18);
  animation: iqacPulseRing 2.8s ease-in-out infinite;
}

.iqac-orbit-core {
  position: relative;
  z-index: 2;
  width: 92px;
  height: 92px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  background: linear-gradient(135deg, #218fd1, #1e6832);
  box-shadow: 0 18px 40px rgba(33, 143, 209, .28);
  animation: iqacCorePulse 2.6s ease-in-out infinite;
}

.iqac-spark {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #218fd1;
  box-shadow: 0 0 12px #218fd1;
  z-index: 3;
}

.iqac-spark-1 {
  top: 8px;
  left: 50%;
  animation: iqacOrbitDot 18s linear infinite;
}

.iqac-spark-2 {
  background: #1e6832;
  box-shadow: 0 0 12px #1e6832;
  animation: iqacOrbitDotReverse 14s linear infinite;
}

.iqac-spark-3 {
  width: 8px;
  height: 8px;
  animation: iqacOrbitDot 10s linear infinite reverse;
}

.iqac-vision-badge {
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(33, 143, 209, .1);
  color: #1765a0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  animation: iqacBadgeGlow 3s ease-in-out infinite;
}

.iqac-vision-copy {
  position: relative;
  z-index: 2;
}

.iqac-vision-copy .title,
.iqac-policy-section .title,
.iqac-intro-section .title,
.iqac-functions-section .title {
  margin-bottom: 8px;
}

.iqac-vision-card {
  position: relative;
  overflow: hidden;
  margin-top: 22px;
  padding: 28px 26px 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(33, 143, 209, .14);
  box-shadow: 0 16px 40px rgba(23, 59, 103, .08);
}

.iqac-vision-card p {
  margin: 0;
  color: #334155;
  font-size: 17px;
  line-height: 1.85;
}

.iqac-quote {
  display: block;
  margin-bottom: 10px;
  color: #218fd1;
  font-size: 22px;
  animation: iqacQuoteFloat 3.2s ease-in-out infinite;
}

.iqac-shimmer {
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
  transform: skewX(-18deg);
  animation: iqacShimmer 4.5s ease-in-out infinite;
}

.iqac-vision-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.iqac-vision-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(30, 104, 50, .12);
  color: #173b67;
  font-size: 14px;
  font-weight: 600;
}

.iqac-point-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8f7ee;
  color: #1e6832;
  font-size: 12px;
}

.iqac-policy-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(33, 143, 209, .07), transparent 28%),
    radial-gradient(circle at 88% 80%, rgba(30, 104, 50, .07), transparent 28%),
    #f8fcff;
}

.iqac-policy-statement {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 28px;
  max-width: 980px;
  margin: 10px auto 42px;
  padding: 28px 32px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(33, 143, 209, .14);
  box-shadow: 0 18px 44px rgba(23, 59, 103, .08);
}

.iqac-policy-seal {
  position: relative;
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e6832, #218fd1);
}

.iqac-seal-ring {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px dashed rgba(33, 143, 209, .45);
  animation: iqacSpin 10s linear infinite;
}

.iqac-policy-text p {
  margin: 0;
  color: #334155;
  font-size: 16px;
  line-height: 1.85;
}

.iqac-policy-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.iqac-policy-card {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  padding: 26px 22px 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(33, 143, 209, .12);
  box-shadow: 0 12px 30px rgba(23, 59, 103, .06);
  transition: transform .4s ease, box-shadow .4s ease;
}

.iqac-policy-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 48px rgba(23, 59, 103, .14);
}

.iqac-policy-card-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1765a0, #218fd1, #1e6832, #1765a0);
  background-size: 200% 100%;
  animation: iqacBarShine 3.5s linear infinite;
}

.iqac-policy-number {
  color: rgba(33, 143, 209, .18);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 12px;
}

.iqac-policy-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1765a0;
  background: linear-gradient(135deg, #f0f7fd, #e8f7ee);
  font-size: 20px;
  animation: iqacIconBob 3.4s ease-in-out infinite;
}

.iqac-policy-card:nth-child(2) .iqac-policy-icon {
  animation-delay: .4s;
}

.iqac-policy-card:nth-child(3) .iqac-policy-icon {
  animation-delay: .8s;
}

.iqac-policy-card:nth-child(4) .iqac-policy-icon {
  animation-delay: 1.2s;
}

.iqac-policy-card h3 {
  margin: 0 0 10px;
  color: #173b67;
  font-size: 18px;
}

.iqac-vision-copy .iqac-policy-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

.iqac-vision-copy .core-values-tag {
  justify-content: flex-start;
}

@keyframes iqacSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes iqacSpinReverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes iqacPulseRing {

  0%,
  100% {
    transform: scale(1);
    opacity: .7;
  }

  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

@keyframes iqacCorePulse {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 18px 40px rgba(33, 143, 209, .28);
  }

  50% {
    transform: scale(1.06);
    box-shadow: 0 22px 50px rgba(30, 104, 50, .32);
  }
}

@keyframes iqacOrbitDot {
  from {
    transform: rotate(0deg) translateX(134px) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translateX(134px) rotate(-360deg);
  }
}

@keyframes iqacOrbitDotReverse {
  from {
    transform: rotate(0deg) translateX(106px) rotate(0deg);
  }

  to {
    transform: rotate(-360deg) translateX(106px) rotate(360deg);
  }
}

@keyframes iqacBadgeGlow {

  0%,
  100% {
    box-shadow: 0 0 0 rgba(33, 143, 209, 0);
  }

  50% {
    box-shadow: 0 0 18px rgba(33, 143, 209, .25);
  }
}

@keyframes iqacQuoteFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@keyframes iqacShimmer {
  0% {
    left: -60%;
  }

  55%,
  100% {
    left: 130%;
  }
}

@keyframes iqacBarShine {
  to {
    background-position: 200% 0;
  }
}

@keyframes iqacIconBob {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

.iqac-functions-section {
  background:
    radial-gradient(circle at 86% 18%, rgba(33, 143, 209, .07), transparent 30%),
    radial-gradient(circle at 8% 86%, rgba(30, 104, 50, .06), transparent 28%),
    #fff;
}

.iqac-functions-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 42px;
  align-items: center;
  margin-top: 18px;
}

.iqac-functions-cycle {
  position: relative;
  width: 260px;
  height: 260px;
  margin: 0 auto;
}

.iqac-cycle-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px dashed rgba(33, 143, 209, .38);
  animation: iqacSpin 22s linear infinite;
}

.iqac-cycle-ring-inner {
  inset: 38px;
  border-color: rgba(30, 104, 50, .35);
  animation: iqacSpinReverse 16s linear infinite;
}

.iqac-cycle-core {
  position: absolute;
  inset: 74px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  background: linear-gradient(135deg, #218fd1, #1e6832);
  box-shadow: 0 18px 40px rgba(33, 143, 209, .28);
  animation: iqacCorePulse 2.6s ease-in-out infinite;
}

.iqac-cycle-core i {
  font-size: 28px;
}

.iqac-cycle-core span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.iqac-cycle-steps {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2;
}

.iqac-cycle-steps li {
  position: absolute;
  min-width: 58px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(33, 143, 209, .16);
  color: #1765a0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 8px 18px rgba(23, 59, 103, .08);
}

.iqac-cycle-steps li:nth-child(1) {
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.iqac-cycle-steps li:nth-child(2) {
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  color: #1e6832;
  border-color: rgba(30, 104, 50, .18);
}

.iqac-cycle-steps li:nth-child(3) {
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.iqac-cycle-steps li:nth-child(4) {
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  color: #1e6832;
  border-color: rgba(30, 104, 50, .18);
}

.iqac-functions-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.iqac-function-card {
  position: relative;
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 12px;
  align-items: flex-start;
  min-height: 118px;
  padding: 18px 16px 16px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(33, 143, 209, .12);
  box-shadow: 0 12px 30px rgba(23, 59, 103, .06);
  overflow: hidden;
  transition: transform .4s ease, box-shadow .4s ease;
}

.iqac-function-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #218fd1, #1e6832);
}

.iqac-function-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 44px rgba(23, 59, 103, .12);
}

.iqac-function-index {
  color: rgba(33, 143, 209, .22);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  padding-top: 4px;
}

.iqac-function-icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1765a0;
  background: linear-gradient(135deg, #f0f7fd, #e8f7ee);
  font-size: 16px;
  flex-shrink: 0;
}

.iqac-function-card:nth-child(even) .iqac-function-icon {
  color: #1e6832;
}

.iqac-function-body h3 {
  margin: 0 0 6px;
  color: #173b67;
  font-size: 16px;
}

.iqac-function-body p {
  margin: 0;
  color: #64748b;
  font-size: 13.5px;
  line-height: 1.65;
}

.iqac-members-section {
  background:
    radial-gradient(circle at 10% 18%, rgba(33, 143, 209, .08), transparent 30%),
    radial-gradient(circle at 90% 88%, rgba(30, 104, 50, .06), transparent 28%),
    #f8fcff;
}

.iqac-members-section .title {
  margin-bottom: 8px;
}

.iqac-members-wrap {
  position: relative;
  z-index: 2;
  margin-top: 28px;
  padding: 8px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(33, 143, 209, .14);
  box-shadow: 0 18px 44px rgba(23, 59, 103, .08);
}

.iqac-members-scroll {
  overflow-x: auto;
  border-radius: 18px;
}

.iqac-members-table {
  width: 100%;
  min-width: 720px;
  margin: 0;
  border-collapse: collapse;
  background: #fff;
}

.iqac-members-table thead th {
  padding: 16px 18px;
  background: linear-gradient(90deg, #218ecb 0%, #218dc8 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
  border: 0;
}

.iqac-members-table thead th:first-child {
  border-radius: 16px 0 0 0;
}

.iqac-members-table thead th:last-child {
  border-radius: 0 16px 0 0;
}

.iqac-members-table tbody td {
  padding: 15px 18px;
  border-bottom: 1px solid rgba(23, 59, 103, .08);
  color: #334155;
  font-size: 14px;
  vertical-align: middle;
}

.iqac-members-table tbody tr:nth-child(even) {
  background: #f4f9fc;
}

.iqac-members-table tbody tr:last-child td {
  border-bottom: 0;
}

.iqac-members-table tbody tr:hover {
  background: rgba(33, 143, 209, .08);
}

.iqac-members-table tbody td strong {
  color: #173b67;
  font-weight: 700;
}

.iqac-member-sl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(33, 143, 209, .12);
  color: #1765a0;
  font-size: 13px;
  font-weight: 800;
}

.iqac-member-role {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(30, 104, 50, .1);
  color: #1e6832;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .3px;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .iqac-policy-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .iqac-vision-grid,
  .iqac-functions-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .iqac-vision-copy .core-values-tag {
    justify-content: center;
  }

  .iqac-vision-points {
    justify-content: center;
  }

  .iqac-functions-list {
    text-align: left;
  }
}

@media (max-width: 767px) {

  .iqac-intro-section,
  .iqac-vision-section,
  .iqac-policy-section,
  .iqac-functions-section,
  .iqac-members-section {
    padding: 50px 20px;
  }

  .iqac-policy-grid,
  .iqac-functions-list {
    grid-template-columns: 1fr;
  }

  .iqac-members-wrap {
    padding: 10px;
  }

  .iqac-members-table {
    min-width: 0;
  }

  .iqac-members-table thead {
    display: none;
  }

  .iqac-members-table,
  .iqac-members-table tbody,
  .iqac-members-table tr,
  .iqac-members-table td {
    display: block;
    width: 100%;
  }

  .iqac-members-table tbody tr {
    margin-bottom: 14px;
    padding: 12px 14px 8px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(33, 143, 209, .12);
    box-shadow: 0 8px 20px rgba(23, 59, 103, .06);
  }

  .iqac-members-table tbody tr:nth-child(even) {
    background: #fff;
  }

  .iqac-members-table tbody td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(23, 59, 103, .12);
    text-align: right;
  }

  .iqac-members-table tbody td:last-child {
    border-bottom: 0;
  }

  .iqac-members-table tbody td::before {
    content: attr(data-label);
    flex-shrink: 0;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    text-align: left;
  }

  .iqac-member-role {
    white-space: normal;
  }

  .iqac-policy-statement {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
  }

  .iqac-orbit-stage {
    width: 230px;
    height: 230px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .iqac-orb,
  .iqac-orbit,
  .iqac-orbit-core,
  .iqac-spark,
  .iqac-shimmer,
  .iqac-quote,
  .iqac-vision-badge,
  .iqac-seal-ring,
  .iqac-policy-card-glow,
  .iqac-policy-icon,
  .iqac-cycle-ring,
  .iqac-cycle-core {
    animation: none !important;
  }
}

/* =========================
   COMMITTEES
========================= */

.ktct-committees-page {
  overflow: hidden;
}

.ktct-committees-section {
  position: relative;
  padding: 80px 0 100px;
  background:
    radial-gradient(circle at 8% 12%, rgba(33, 143, 209, .1), transparent 32%),
    radial-gradient(circle at 92% 88%, rgba(30, 104, 50, .08), transparent 30%),
    #f8fcff;
}

.ktct-committee-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
  animation: ktctCommitteeOrb 14s ease-in-out infinite alternate;
}

.ktct-committee-orb-1 {
  width: 220px;
  height: 220px;
  top: 40px;
  left: -60px;
  background: rgba(33, 143, 209, .12);
}

.ktct-committee-orb-2 {
  width: 180px;
  height: 180px;
  right: -40px;
  bottom: 60px;
  background: rgba(30, 104, 50, .1);
  animation-delay: -4s;
}

@keyframes ktctCommitteeOrb {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(18px, 24px, 0);
  }
}

.ktct-committees-intro {
  max-width: 760px;
  margin: 8px auto 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.7;
}

.ktct-committees-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 42px;
}

.ktct-committee-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 28px 26px 24px;
  border-radius: 24px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(33, 143, 209, .45), rgba(30, 104, 50, .35)) border-box;
  border: 1.5px solid transparent;
  box-shadow: 0 16px 36px rgba(23, 59, 103, .08);
  transition: transform .45s cubic-bezier(.22, 1, .36, 1), box-shadow .45s ease, border-color .45s ease;
}

.ktct-committee-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #173b67, #218fd1 50%, #1e6832);
  transform: scaleX(.28);
  transform-origin: left;
  transition: transform .45s ease;
}

.ktct-committee-card-shine {
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
  transform: skewX(-18deg);
  pointer-events: none;
}

.ktct-committee-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 28px 50px rgba(23, 59, 103, .16);
}

.ktct-committee-card:hover::before {
  transform: scaleX(1);
}

.ktct-committee-card:hover .ktct-committee-card-shine {
  animation: ktctCommitteeShine .9s ease;
}

.ktct-committee-card:hover .ktct-committee-icon {
  transform: translateY(-3px) rotate(-8deg) scale(1.06);
  background: linear-gradient(135deg, #218bbf, #1f6c41);
  color: #fff;
}

.ktct-committee-card:hover .ktct-committee-btn {
  background: linear-gradient(90deg, #1e6938, #218abc);
  gap: 12px;
}

.ktct-committee-card:hover .ktct-committee-btn i {
  transform: translateX(4px);
}

.ktct-committee-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.ktct-committee-index {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1px;
  color: rgba(23, 59, 103, .28);
  line-height: 1;
}

.ktct-committee-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(33, 143, 209, .12);
  color: #1765a0;
  font-size: 20px;
  transition: transform .4s ease, background .4s ease, color .4s ease;
}

.ktct-committee-icon i {
  display: block;
  line-height: 1;
}

.ktct-committee-card h3 {
  margin: 0 0 12px;
  color: #173b67;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.ktct-committee-card p {
  flex: 1;
  margin: 0 0 22px;
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
}

.ktct-committee-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: flex-start;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #218abd, #1e6832);
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 10px 20px rgba(23, 59, 103, .18);
  transition: background .4s ease, gap .35s ease, box-shadow .35s ease;
}

.ktct-committee-btn i {
  font-size: 11px;
  transition: transform .35s ease;
}

.ktct-committee-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease, visibility .3s ease;
}

.ktct-committee-modal:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

body:has(.ktct-committee-modal:target) {
  overflow: hidden;
}

.ktct-committee-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 36, 64, .55);
}

.ktct-committee-modal-panel {
  position: relative;
  z-index: 2;
  width: min(920px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 32px 28px 28px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(15, 36, 64, .28);
  transform: translateY(24px) scale(.98);
  transition: transform .35s ease;
}

.ktct-committee-modal:target .ktct-committee-modal-panel {
  transform: translateY(0) scale(1);
}

.ktct-committee-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(23, 59, 103, .08);
  color: #173b67 !important;
  text-decoration: none !important;
  transition: background .25s ease, transform .25s ease;
}

.ktct-committee-modal-close:hover {
  background: #173b67;
  color: #fff !important;
  transform: rotate(90deg);
}

.ktct-committee-modal-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  padding-right: 40px;
}

.ktct-committee-modal-head .core-values-tag {
  justify-content: flex-start;
  margin-bottom: 6px;
}

.ktct-committee-modal-head .title {
  margin: 0;
  font-size: 28px;
}

.ktct-committee-modal-about {
  margin: 0 0 24px;
  color: #475569;
  font-size: 15px;
  line-height: 1.75;
}

.ktct-committee-members-heading {
  margin: 0 0 12px;
  color: #173b67;
  font-size: 18px;
  font-weight: 700;
}

.ktct-committee-modal .iqac-members-wrap {
  margin-top: 0;
}

@keyframes ktctCommitteeShine {
  from {
    left: -60%;
  }

  to {
    left: 130%;
  }
}

@media (max-width: 1100px) {
  .ktct-committees-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .ktct-committees-section {
    padding: 55px 20px 50px;
  }

  .ktct-committees-grid {
    grid-template-columns: 1fr;
  }

  .ktct-committee-card {
    min-height: 0;
  }

  .ktct-committee-modal-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {

  .ktct-committee-orb,
  .ktct-committee-card,
  .ktct-committee-icon,
  .ktct-committee-btn,
  .ktct-committee-btn i,
  .ktct-committee-card-shine,
  .ktct-committee-modal,
  .ktct-committee-modal-panel,
  .ktct-committee-modal-close {
    animation: none !important;
    transition: none !important;
  }

  .ktct-committee-card:hover {
    transform: none;
  }
}

/* =========================
   COMMITTEE DETAILS
========================= */

.ktct-committee-details-page {
  overflow: hidden;
}

.ktct-cd-overview-section {
  position: relative;
  padding: 80px 0 40px;
  background:
    radial-gradient(circle at 8% 12%, rgba(33, 143, 209, .1), transparent 32%),
    radial-gradient(circle at 92% 88%, rgba(30, 104, 50, .08), transparent 30%),
    #f8fcff;
}

.ktct-cd-layout {
  position: relative;
  z-index: 2;
  /* display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 32px;
  align-items: stretch; */
}

.ktct-cd-overview-card {
  position: relative;
  overflow: hidden;
  padding: 44px 40px 36px;
  border-radius: 28px;
  color: #fff;
  background:
    linear-gradient(145deg, #218fd1 0%, #176b9e 48%, #1e6832 100%);
  box-shadow: 0 25px 60px rgba(19, 70, 96, .16);
}

.ktct-cd-overview-card::before,
.ktct-cd-overview-card::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  pointer-events: none;
}

.ktct-cd-overview-card::before {
  width: 250px;
  height: 250px;
  right: -100px;
  top: -100px;
}

.ktct-cd-overview-card::after {
  width: 180px;
  height: 180px;
  left: -90px;
  bottom: -80px;
}

.ktct-cd-overview-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.ktct-cd-overview-card .ktct-committee-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 22px;
}

.ktct-cd-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .82);
}

.ktct-cd-overview-card h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.2;
  font-family: var(--sec-title-font-family);
}

.ktct-cd-line {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 3px;
  margin-bottom: 20px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .45);
}

.ktct-cd-overview-card p {
  position: relative;
  z-index: 2;
  margin: 0 0 28px;
  /* max-width: 540px; */
  color: rgba(255, 255, 255, .92);
  font-size: 16px;
  line-height: 1.8;
}

.ktct-cd-back {
  position: relative;
  z-index: 2;
  background: #fff;
  color: #173b67 !important;
  box-shadow: none;
}

.ktct-cd-back:hover {
  background: #f0f7fb;
  gap: 12px;
}

.ktct-cd-watermark {
  position: absolute;
  right: 18px;
  bottom: -18px;
  font-size: 110px;
  font-weight: 800;
  letter-spacing: -2px;
  color: rgba(255, 255, 255, .08);
  line-height: 1;
  pointer-events: none;
}

.ktct-cd-scope-card {
  position: relative;
  padding: 38px 34px 32px;
  border-radius: 28px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(33, 143, 209, .45), rgba(30, 104, 50, .35)) border-box;
  border: 1.5px solid transparent;
  box-shadow: 0 16px 36px rgba(23, 59, 103, .08);
}

.ktct-cd-scope-card .core-values-tag {
  justify-content: flex-start;
  margin-bottom: 10px;
}

.ktct-cd-scope-card .title {
  margin: 0 0 10px;
  font-size: clamp(26px, 3vw, 34px);
}

.ktct-cd-scope-intro {
  margin: 0 0 22px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}

.ktct-cd-scope-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ktct-cd-scope-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f6fbff;
  color: #173b67;
  font-size: 14.5px;
  line-height: 1.6;
  font-weight: 500;
}

.ktct-cd-scope-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, #218fd1, #1e6832);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .5px;
}

.ktct-cd-members-section {
  padding: 50px 0 70px;
  background: #f8fcff;
}

.ktct-cd-empty {
  max-width: 560px;
  margin: 0 auto;
  padding: 60px 28px;
  text-align: center;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(23, 59, 103, .08);
}

.ktct-cd-empty h2 {
  margin: 18px 0 10px;
  color: #173b67;
}

.ktct-cd-empty p {
  margin: 0 0 24px;
  color: #64748b;
}

.ktct-cd-empty .ktct-committee-btn {
  margin: 0 auto;
}

@media (max-width: 991px) {
  .ktct-cd-layout {
    grid-template-columns: 1fr;
  }

  .ktct-cd-overview-section {
    padding: 55px 20px 20px;
  }

  .ktct-cd-members-section {
    padding-bottom: 50px 20px 50px;
    ;
  }
}

@media (max-width: 767px) {

  .ktct-cd-overview-card,
  .ktct-cd-scope-card {
    padding: 28px 22px;
  }

  .page-title .title {
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .ktct-cd-overview-card,
  .ktct-cd-scope-card,
  .ktct-cd-scope-list li {
    animation: none !important;
    transition: none !important;
  }
}

/* =====================================================
   NSS ABOUT SECTION
===================================================== */

.ktct-nss-about-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background: #f8fcfd;
}


/* =====================================================
   CONTAINER
===================================================== */

.ktct-nss-about-section .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}


/* =====================================================
   BACKGROUND DECORATION
===================================================== */

.nss-bg-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.nss-bg-circle-one {
  width: 480px;
  height: 480px;
  top: -260px;
  left: -180px;
  background: rgba(33, 143, 209, 0.06);
}

.nss-bg-circle-two {
  width: 420px;
  height: 420px;
  right: -230px;
  bottom: -240px;
  background: rgba(30, 104, 50, 0.06);
}


/* =====================================================
   MAIN WRAPPER
===================================================== */

.nss-about-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 80px;
  z-index: 2;
}


/* =====================================================
   LEFT LOGO AREA
===================================================== */

.nss-about-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nss-logo-area {
  position: relative;
  width: 430px;
  height: 430px;

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


/* Main Logo Circle */

.nss-logo-circle {
  position: relative;
  z-index: 3;

  width: 320px;
  height: 320px;

  padding: 18px;

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

  border-radius: 50%;

  background: #ffffff;

  box-shadow:
    0 25px 60px rgba(24, 65, 80, 0.15),
    0 5px 20px rgba(0, 0, 0, 0.05);

  animation: nssLogoFloat 5s ease-in-out infinite;
}


/* Logo */

.nss-logo-circle img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: contain;

  border-radius: 50%;
}


/* =====================================================
   DECORATIVE RING
===================================================== */

.nss-logo-ring {
  position: absolute;

  width: 345px;
  height: 345px;

  border-radius: 50%;

  border: 2px dashed rgba(33, 143, 209, 0.22);

  z-index: 2;

  animation: nssRingRotate 20s linear infinite;
}

.nss-logo-ring::before {
  content: "";

  position: absolute;

  inset: 8px;

  border-radius: 50%;

  border: 1px solid rgba(30, 104, 50, 0.15);
}


/* =====================================================
   FLOATING DOTS
===================================================== */

.nss-floating-dots {
  position: absolute;

  width: 90px;
  height: 90px;

  background-image: radial-gradient(#218fd1 2px,
      transparent 2px);

  background-size: 13px 13px;

  opacity: 0.35;

  z-index: 1;
}

.nss-dots-top {
  top: 30px;
  right: 15px;

  animation: nssDotsFloat 4s ease-in-out infinite;
}

.nss-dots-bottom {
  bottom: 30px;
  left: 5px;

  background-image: radial-gradient(#1e6832 2px,
      transparent 2px);

  animation: nssDotsFloat 5s ease-in-out infinite reverse;
}


/* =====================================================
   FLOATING HEART
===================================================== */

.nss-floating-icon {
  position: absolute;

  right: 18px;
  bottom: 65px;

  width: 55px;
  height: 55px;

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

  border-radius: 50%;

  color: #ffffff;
  font-size: 20px;

  background: linear-gradient(135deg,
      #218fd1,
      #1e6832);

  box-shadow: 0 12px 30px rgba(30, 104, 50, 0.22);

  z-index: 5;

  animation: nssHeartFloat 3.5s ease-in-out infinite;
}

.nss-floating-icon i {
  animation: nssHeartBeat 2s infinite;
}


/* =====================================================
   RIGHT CONTENT
===================================================== */

.nss-about-right {
  position: relative;
}


/* Small Label */

.nss-about-label {
  display: block;

  margin-bottom: 12px;

  color: #08a39c;

  font-size: 13px;
  font-weight: 800;

  letter-spacing: 2px;
  text-transform: uppercase;
}


/* Main Heading */

.nss-about-title {
  margin: 0;

  color: #10182c;

  font-size: 48px;
  font-weight: 800;

  line-height: 1.12;

  letter-spacing: -1px;
}


/* Heading Line */

.nss-title-line {
  position: relative;

  width: 96px;
  height: 3px;

  margin: 15px 0 25px;

  background: #218fd1;

  overflow: hidden;
}

.nss-title-line::after {
  content: "";

  position: absolute;

  left: -100%;
  top: 0;

  width: 100%;
  height: 100%;

  background: #1e6832;

  animation: nssLineAnimation 3s ease-in-out infinite;
}


/* =====================================================
   TEXT
===================================================== */

.nss-about-text {
  max-width: 720px;
}

.nss-about-text p {
  margin: 0 0 12px;

  color: #263449;

  font-size: 16px;
  line-height: 1.65;
}

.nss-about-text strong {
  color: #182c4a;
  font-weight: 700;
}


/* =====================================================
   MOTTO CARD
===================================================== */

.nss-motto-card {
  display: inline-flex;
  align-items: center;
  gap: 14px;

  margin-top: 12px;
  padding: 14px 20px;

  min-width: 320px;

  border: 1px solid rgba(33, 143, 209, 0.12);

  border-radius: 16px;

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

  box-shadow:
    0 10px 30px rgba(31, 70, 85, 0.07);

  backdrop-filter: blur(8px);

  transition: all 0.35s ease;
}

.nss-motto-card:hover {
  transform: translateY(-5px);

  box-shadow:
    0 18px 40px rgba(31, 70, 85, 0.12);
}


/* Motto Icon */

.nss-motto-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: #ffffff;
  background: linear-gradient(322deg, #218fd1 0%, rgb(30 104 50) 50%, #218fd1 100%);
  box-shadow: 0 8px 20px rgba(8, 163, 156, 0.2);
}

.nss-motto-icon i {
  font-size: 15px;
}


/* Motto Text */

.nss-motto-content span {
  display: block;

  margin-bottom: 3px;

  color: #91a2b6;

  font-size: 10px;
  font-weight: 800;

  letter-spacing: 1.2px;
}

.nss-motto-content strong {
  display: block;

  color: #123566;

  font-size: 14px;
  font-weight: 700;
}

.nss-motto-content small {
  font-size: 13px;
  font-weight: 500;
}

.nss-about-right .core-values-tag {
  justify-content: flex-start;
}

.nss-about-right .h2.title span {
  background-image: var(--gradient-1);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-style3);
  display: inline-block;
  animation: titleTextShine 5s ease-in-out infinite;
}

/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes nssLogoFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}


@keyframes nssRingRotate {

  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


@keyframes nssDotsFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}


@keyframes nssHeartFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}


@keyframes nssHeartBeat {

  0%,
  30%,
  60%,
  100% {
    transform: scale(1);
  }

  15%,
  45% {
    transform: scale(1.18);
  }
}


@keyframes nssLineAnimation {

  0% {
    left: -100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

  .ktct-nss-about-section {
    padding: 75px 0;
  }

  .nss-about-wrapper {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .nss-about-left {
    order: 1;
  }

  .nss-about-right {
    order: 2;

    max-width: 750px;
    margin: 0 auto;
  }

  .nss-logo-area {
    width: 390px;
    height: 390px;
  }

  .nss-logo-circle {
    width: 290px;
    height: 290px;
  }

  .nss-logo-ring {
    width: 315px;
    height: 315px;
  }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {

  .ktct-nss-about-section {
    padding: 60px 0;
  }

  .ktct-nss-about-section .container {
    padding: 0 18px;
  }

  .nss-about-wrapper {
    gap: 40px;
  }

  .nss-logo-area {
    width: 310px;
    height: 310px;
  }

  .nss-logo-circle {
    width: 235px;
    height: 235px;

    padding: 12px;
  }

  .nss-logo-ring {
    width: 255px;
    height: 255px;
  }

  .nss-floating-dots {
    width: 65px;
    height: 65px;

    background-size: 10px 10px;
  }

  .nss-dots-top {
    right: 0;
    top: 20px;
  }

  .nss-dots-bottom {
    left: 0;
    bottom: 20px;
  }

  .nss-floating-icon {
    right: 5px;
    bottom: 40px;

    width: 45px;
    height: 45px;

    font-size: 16px;
  }

  .nss-about-label {
    font-size: 11px;
    letter-spacing: 1.6px;
  }

  .nss-about-title {
    font-size: 36px;
    letter-spacing: -0.5px;
  }

  .nss-about-text p {
    font-size: 15px;
    line-height: 1.7;
  }

  .nss-motto-card {
    width: 100%;
    min-width: 0;

    box-sizing: border-box;

    padding: 13px 15px;
  }

  .nss-motto-content strong {
    font-size: 13px;
  }

  .nss-motto-content small {
    font-size: 12px;
  }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 400px) {

  .nss-logo-area {
    width: 275px;
    height: 275px;
  }

  .nss-logo-circle {
    width: 210px;
    height: 210px;
  }

  .nss-logo-ring {
    width: 225px;
    height: 225px;
  }

  .nss-about-title {
    font-size: 31px;
  }

}

/* =========================================================
   KTCT NSS ACTIVITIES
   Timeline Layout
========================================================= */


/* =========================================================
   MAIN SECTION
========================================================= */

.ktct-nss-activities-timeline {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  background: linear-gradient(145deg, #124778 0%, #0d2138 50%, #186695 100%);
}


/* =========================================================
   BACKGROUND DECORATIVE CIRCLES
========================================================= */

.nss-timeline-bg {
  position: absolute;

  border-radius: 50%;

  pointer-events: none;
}

.nss-timeline-bg-one {
  width: 500px;
  height: 500px;

  top: -300px;
  left: -250px;

  background: rgba(33, 143, 209, 0.05);
}

.nss-timeline-bg-two {
  width: 450px;
  height: 450px;

  right: -250px;
  bottom: -250px;

  background: rgba(30, 104, 50, 0.05);
}


/* =========================================================
   SECTION HEADING
========================================================= */
.nss-timeline-heading .h2.title {
  color: white;
  text-align: center;
}

.nss-timeline-heading .h2.title span {
  display: block;
  /* color: #65c7ef; */
  background-image: var(--gradient-1);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-style3);
  display: inline-block;
  animation: titleTextShine 5s ease-in-out infinite;
}

/* Description */

.nss-timeline-heading p {
  max-width: 680px;
  margin: 0 auto;
  color: #ffffffdb;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 50px;
  text-align: center;
}

/* =========================================================
   TIMELINE WRAPPER
========================================================= */

.nss-timeline {
  position: relative;

  max-width: 1100px;

  margin: 0 auto;

  z-index: 2;
}


/* =========================================================
   CENTRAL TIMELINE LINE
========================================================= */

.nss-timeline::before {
  content: "";

  position: absolute;

  top: 0;
  bottom: 0;

  left: 50%;

  width: 2px;

  transform: translateX(-50%);

  background: linear-gradient(to bottom,
      transparent 0%,
      #218fd1 8%,
      #218fd1 35%,
      #1e6832 65%,
      #218fd1 92%,
      transparent 100%);
}


/* =========================================================
   TIMELINE ITEM
========================================================= */

.nss-timeline-item {
  position: relative;

  width: 50%;

  padding-bottom: 0px;
}


/* Left */

.nss-timeline-left {
  padding-right: 70px;

  text-align: right;
}


/* Right */

.nss-timeline-right {
  margin-left: 50%;

  padding-left: 70px;

  text-align: left;
}


/* =========================================================
   CENTRAL DOT
========================================================= */

.nss-timeline-item::after {
  content: "";

  position: absolute;

  top: 38px;

  width: 16px;
  height: 16px;

  border-radius: 50%;

  background: #ffffff;

  border: 4px solid #218fd1;

  box-shadow:
    0 0 0 5px rgba(33, 143, 209, 0.08);

  z-index: 5;

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


/* Left dot */

.nss-timeline-left::after {
  right: -8px;
}


/* Right dot */

.nss-timeline-right::after {
  left: -8px;
}


/* Dot hover */

.nss-timeline-item:hover::after {
  transform: scale(1.35);

  border-color: #1e6832;

  box-shadow:
    0 0 0 7px rgba(30, 104, 50, 0.10),
    0 0 20px rgba(30, 104, 50, 0.25);
}


/* =========================================================
   HORIZONTAL CONNECTOR
========================================================= */

.nss-timeline-left .nss-timeline-content::before {
  content: "";

  position: absolute;

  top: 45px;

  right: -70px;

  width: 70px;

  height: 1px;

  background: #cbdde3;

  transition:
    background 0.4s ease,
    width 0.4s ease;
}


.nss-timeline-right .nss-timeline-content::before {
  content: "";

  position: absolute;

  top: 45px;

  left: -70px;

  width: 70px;

  height: 1px;

  background: #cbdde3;

  transition:
    background 0.4s ease,
    width 0.4s ease;
}


/* Connector hover */

.nss-timeline-left:hover .nss-timeline-content::before,
.nss-timeline-right:hover .nss-timeline-content::before {
  background: #218fd1;
}


/* =========================================================
   ACTIVITY CONTENT CARD
========================================================= */

.nss-timeline-content {
  position: relative;

  overflow: hidden;

  padding: 30px;

  background: #ffffff;

  border: 1px solid #e5edef;

  border-radius: 20px;

  box-shadow:
    0 10px 35px rgba(25, 65, 80, 0.06);

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


/* =========================================================
   GRADIENT SWEEP
========================================================= */

.nss-timeline-content::after {
  content: "";

  position: absolute;

  top: 0;
  left: -130%;

  width: 80%;
  height: 100%;

  background: linear-gradient(90deg,
      transparent,
      rgba(33, 143, 209, 0.07),
      transparent);

  transform: skewX(-20deg);

  transition: left 0.75s ease;

  pointer-events: none;

  z-index: 1;
}


.nss-timeline-content:hover::after {
  left: 140%;
}


/* =========================================================
   CARD HOVER
========================================================= */

.nss-timeline-content:hover {
  transform: translateY(-10px);

  border-color: rgba(33, 143, 209, 0.25);

  box-shadow:
    0 25px 55px rgba(25, 65, 80, 0.13);
}


/* =========================================================
   ICON
========================================================= */

.nss-timeline-icon {
  position: relative;

  z-index: 3;

  width: 62px;
  height: 62px;

  display: flex;

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

  border-radius: 17px;

  color: #ffffff;

  font-size: 22px;

  background: linear-gradient(135deg,
      #218fd1,
      #1e6832);

  box-shadow:
    0 10px 25px rgba(33, 143, 209, 0.20);

  transition:
    transform 0.45s ease,
    border-radius 0.45s ease,
    box-shadow 0.45s ease;
}


/* Left alignment */

.nss-timeline-left .nss-timeline-icon {
  margin-left: auto;
}


/* Icon hover */

.nss-timeline-content:hover .nss-timeline-icon {
  border-radius: 50%;

  box-shadow:
    0 15px 35px rgba(33, 143, 209, 0.30);

  animation:
    nssIconFloat 1.5s ease-in-out infinite;
}


/* Icon */

.nss-timeline-icon i {
  transition:
    transform 0.4s ease;
}

.nss-timeline-content:hover .nss-timeline-icon i {
  transform: scale(1.15);
}


/* =========================================================
   ICON FLOAT ANIMATION
========================================================= */

@keyframes nssIconFloat {

  0% {
    transform:
      translateY(-4px) rotate(-6deg) scale(1.05);
  }

  50% {
    transform:
      translateY(-9px) rotate(5deg) scale(1.10);
  }

  100% {
    transform:
      translateY(-4px) rotate(-6deg) scale(1.05);
  }

}


/* =========================================================
   CATEGORY
========================================================= */

.nss-timeline-tag {
  position: relative;

  display: block;

  margin-top: 20px;
  margin-bottom: 8px;

  color: #218fd1;

  font-size: 10px;

  font-weight: 800;

  letter-spacing: 1.5px;

  z-index: 3;

  transition:
    color 0.35s ease,
    letter-spacing 0.35s ease;
}


.nss-timeline-content:hover .nss-timeline-tag {
  color: #1e6832;

  letter-spacing: 2px;
}


/* =========================================================
   TITLE
========================================================= */

.nss-timeline-content h3 {
  position: relative;

  margin: 0 0 12px;

  color: #123d5b;

  font-size: 22px;

  font-weight: 750;

  line-height: 1.3;

  z-index: 3;

  transition:
    color 0.35s ease,
    transform 0.35s ease;
}


.nss-timeline-content:hover h3 {
  color: #218fd1;

  transform: translateX(4px);
}


/* =========================================================
   DESCRIPTION
========================================================= */

.nss-timeline-content p {
  position: relative;

  margin: 0;

  color: #707b83;

  font-size: 16px;

  line-height: 1.75;

  z-index: 3;

  transition:
    color 0.35s ease,
    transform 0.35s ease;
}


.nss-timeline-content:hover p {
  color: #5f6c75;

  transform: translateX(4px);
}


/* =========================================================
   HOVER ARROW
========================================================= */

.nss-hover-arrow {
  position: absolute;

  right: 25px;
  bottom: 22px;

  width: 36px;
  height: 36px;

  display: flex;

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

  border-radius: 50%;

  color: #ffffff;

  font-size: 12px;

  background: linear-gradient(135deg,
      #218fd1,
      #1e6832);

  opacity: 0;

  transform:
    translateX(15px) scale(0.7);

  transition:
    opacity 0.4s ease,
    transform 0.4s ease;

  z-index: 6;
}


.nss-timeline-content:hover .nss-hover-arrow {
  opacity: 1;

  transform:
    translateX(0) scale(1);
}


.nss-hover-arrow i {
  transition:
    transform 0.35s ease;
}


.nss-timeline-content:hover .nss-hover-arrow i {
  transform: translateX(4px);
}


/* =========================================================
   BOTTOM NSS SPIRIT
========================================================= */

.nss-service-statement {
  position: relative;

  max-width: 950px;

  margin: 70px auto 0;

  padding: 25px 30px;

  display: flex;

  align-items: center;

  gap: 18px;

  border-radius: 18px;

  background: linear-gradient(135deg,
      #218fd1,
      #1e6832);

  box-shadow:
    0 18px 45px rgba(30, 104, 50, 0.16);

  z-index: 2;

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


/* Statement hover */

.nss-service-statement:hover {
  transform: translateY(-6px);

  box-shadow:
    0 25px 55px rgba(30, 104, 50, 0.22);
}


/* =========================================================
   STATEMENT ICON
========================================================= */

.nss-service-statement-icon {
  flex: 0 0 55px;

  width: 55px;
  height: 55px;

  display: flex;

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

  border-radius: 50%;

  color: #ffffff;

  font-size: 21px;

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

  transition:
    transform 0.5s ease,
    background 0.4s ease;
}


.nss-service-statement:hover .nss-service-statement-icon {
  transform:
    rotate(-10deg) scale(1.1);

  background: rgba(255, 255, 255, 0.25);
}


/* =========================================================
   STATEMENT CONTENT
========================================================= */

.nss-service-statement-content {
  flex: 0 0 auto;
}


.nss-service-statement-content span {
  display: block;

  margin-bottom: 3px;

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

  font-size: 10px;

  font-weight: 800;

  letter-spacing: 1.5px;
}


.nss-service-statement-content h3 {
  margin: 0;

  color: #ffffff;

  font-size: 21px;

  line-height: 1.3;
}


/* =========================================================
   STATEMENT DIVIDER
========================================================= */

.nss-service-statement-line {
  width: 1px;
  height: 40px;

  margin: 0 10px;

  background: rgba(255, 255, 255, 0.30);
}


/* =========================================================
   STATEMENT DESCRIPTION
========================================================= */

.nss-service-statement p {
  max-width: 400px;

  margin: 0 0 0 auto;

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

  font-size: 13px;

  line-height: 1.6;
}


/* =========================================================
   SCROLL/ENTRY ANIMATION
========================================================= */

.nss-timeline-item {
  animation:
    nssTimelineReveal 0.8s ease both;
}


.nss-timeline-item:nth-child(1) {
  animation-delay: 0.1s;
}

.nss-timeline-item:nth-child(2) {
  animation-delay: 0.2s;
}

.nss-timeline-item:nth-child(3) {
  animation-delay: 0.3s;
}

.nss-timeline-item:nth-child(4) {
  animation-delay: 0.4s;
}

.nss-timeline-item:nth-child(5) {
  animation-delay: 0.5s;
}

.nss-timeline-item:nth-child(6) {
  animation-delay: 0.6s;
}


@keyframes nssTimelineReveal {

  from {
    opacity: 0;

    transform:
      translateY(35px);
  }

  to {
    opacity: 1;

    transform:
      translateY(0);
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .ktct-nss-activities-timeline {
    padding: 85px 20px;
  }


  .nss-timeline-heading h2 {
    font-size: 38px;
  }


  .nss-timeline-item {
    padding-bottom: 45px;
  }


  .nss-timeline-left {
    padding-right: 45px;
  }


  .nss-timeline-right {
    padding-left: 45px;
  }


  .nss-timeline-left .nss-timeline-content::before {
    right: -45px;

    width: 45px;
  }


  .nss-timeline-right .nss-timeline-content::before {
    left: -45px;

    width: 45px;
  }


  .nss-service-statement {
    flex-wrap: wrap;
  }


  .nss-service-statement p {
    flex: 1 1 100%;

    max-width: none;

    margin: 5px 0 0 73px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

  .ktct-nss-activities-timeline {
    padding: 65px 15px;
  }


  /* Heading */

  .nss-timeline-heading {
    margin-bottom: 50px;
  }


  .nss-timeline-heading h2 {
    font-size: 31px;
  }


  .nss-timeline-heading p {
    font-size: 14px;
  }


  /* =====================================================
       MOVE TIMELINE TO LEFT
    ===================================================== */

  .nss-timeline::before {
    left: 27px;

    transform: none;
  }


  /* =====================================================
       FULL WIDTH ITEMS
    ===================================================== */

  .nss-timeline-item,
  .nss-timeline-right {

    width: 100%;

    margin-left: 0;

    padding-left: 70px;
    padding-right: 0;

    text-align: left;
  }


  /* =====================================================
       MOBILE DOT
    ===================================================== */

  .nss-timeline-item::after,
  .nss-timeline-left::after,
  .nss-timeline-right::after {

    left: 19px;
    right: auto;

    top: 38px;
  }


  /* =====================================================
       REMOVE CONNECTOR
    ===================================================== */

  .nss-timeline-left .nss-timeline-content::before,
  .nss-timeline-right .nss-timeline-content::before {

    display: none;
  }


  /* =====================================================
       ICON
    ===================================================== */

  .nss-timeline-left .nss-timeline-icon {
    margin-left: 0;
  }


  .nss-timeline-icon {
    width: 56px;
    height: 56px;

    font-size: 20px;
  }


  /* =====================================================
       CARD
    ===================================================== */

  .nss-timeline-content {
    padding: 26px 22px;
  }


  .nss-timeline-content h3 {
    font-size: 20px;
  }


  .nss-timeline-content p {
    font-size: 14px;
  }


  /* =====================================================
       HOVER ARROW
    ===================================================== */

  .nss-hover-arrow {
    right: 18px;
    bottom: 18px;
  }


  /* =====================================================
       NSS SPIRIT
    ===================================================== */

  .nss-service-statement {

    display: grid;

    grid-template-columns: 55px 1fr;

    gap: 12px;

    padding: 22px;
  }


  .nss-service-statement-icon {
    width: 50px;
    height: 50px;
  }


  .nss-service-statement-line {
    display: none;
  }


  .nss-service-statement p {

    grid-column: 1 / -1;

    margin: 5px 0 0;

    max-width: none;

    font-size: 13px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

  .nss-timeline-heading h2 {
    font-size: 28px;
  }


  .nss-timeline-item,
  .nss-timeline-right {
    padding-left: 60px;
  }


  .nss-timeline::before {
    left: 22px;
  }


  .nss-timeline-item::after,
  .nss-timeline-left::after,
  .nss-timeline-right::after {
    left: 14px;
  }


  .nss-timeline-content {
    padding: 23px 19px;
  }


  .nss-timeline-content h3 {
    font-size: 19px;
  }

}

/* =========================================================
   NSS COMMITTEE SECTION
========================================================= */

.ktct-nss-committee {
  position: relative;
  padding: 60px 0;
  background: #f8fcfd;
  overflow: hidden;
}


/* =========================================================
   HEADING
========================================================= */

.nss-committee-heading {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}


.nss-committee-heading>span {
  display: inline-block;
  margin-bottom: 10px;

  color: #218fd1;

  font-size: 12px;
  font-weight: 800;

  letter-spacing: 2.5px;
}


.nss-committee-heading h2 {
  position: relative;
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  color: var(--sec-title-color);
  font-size: clamp(37px, 5vw, 50px);
  line-height: 1.125;
  margin-bottom: 0;
  text-transform: capitalize;
}

.nss-committee-heading h2 span {
  background-image: var(--gradient-1);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-style3);
  display: inline-block;
  animation: titleTextShine 5s ease-in-out infinite;
}


.nss-committee-heading h2 strong {
  color: #1e6832;
}


.nss-committee-heading p {
  max-width: 680px;
  margin: 11px auto 0px;
  color: #000000db;
  font-size: 16px;
  line-height: 1.8;
}


/* =========================================================
   TABLE WRAPPER
========================================================= */

.nss-committee-table-wrap {
  position: relative;

  max-width: 1320px;

  margin: 0 auto;

  padding: 8px;

  background: #ffffff;

  border: 1px solid rgba(33, 143, 209, 0.15);

  border-radius: 25px;

  box-shadow:
    0 18px 45px rgba(25, 65, 80, 0.08);

  overflow-x: auto;
}


/* =========================================================
   TABLE
========================================================= */

.nss-committee-table {
  width: 100%;

  border-collapse: separate;

  border-spacing: 0;

  overflow: hidden;

  color: #173b5a;

  font-size: 14px;
}


/* =========================================================
   TABLE HEADER
========================================================= */

.nss-committee-table thead th {
  padding: 16px 18px;
  background: linear-gradient(90deg, #218ecb 0%, #218dc8 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
  border: 0;
}


/* Header rounded corners */

.nss-committee-table thead th:first-child {
  border-top-left-radius: 17px;
}


.nss-committee-table thead th:last-child {
  border-top-right-radius: 17px;
}


/* =========================================================
   TABLE BODY
========================================================= */

.nss-committee-table tbody tr {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}


/* Alternating rows */

.nss-committee-table tbody tr:nth-child(odd) {
  background: #ffffff;
}


.nss-committee-table tbody tr:nth-child(even) {
  background: #f1f7fa;
}


/* Table cells */

.nss-committee-table tbody td {
  padding: 18px;

  border-bottom: 1px solid #e1edf1;

  line-height: 1.6;

  vertical-align: middle;
}


/* Last row */

.nss-committee-table tbody tr:last-child td {
  border-bottom: none;
}


/* =========================================================
   ROW HOVER
========================================================= */

.nss-committee-table tbody tr:hover {
  position: relative;

  transform: translateY(-2px);

  box-shadow:
    0 8px 25px rgba(33, 143, 209, 0.08);

  background: #ffffff;
}


/* =========================================================
   SERIAL NUMBER
========================================================= */

.nss-serial {
  width: 36px;
  height: 36px;

  display: inline-flex;

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

  border-radius: 10px;

  color: #17618e;

  background: #e5f2f9;

  font-size: 12px;

  font-weight: 800;

  transition:
    transform 0.3s ease,
    background 0.3s ease,
    color 0.3s ease;
}


/* .nss-committee-table tbody tr:hover .nss-serial {
  transform: scale(1.08);

  color: #ffffff;

  background: #218fd1;
} */


/* =========================================================
   DESIGNATION BADGE
========================================================= */

.nss-designation {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(30, 104, 50, .1);
  color: #1e6832;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .3px;
  white-space: nowrap;
}


/* .nss-committee-table tbody tr:hover .nss-designation {
  color: #ffffff;

  background: #1e6832;

  transform: translateX(3px);
} */


/* =========================================================
   MEMBER NAME
========================================================= */

.nss-member-name {
  color: #334155;
  font-weight: 600;
  white-space: nowrap;
  transition: color 0.3s ease, transform 0.3s ease;
}


.nss-committee-table tbody tr:hover .nss-member-name {
  color: #218fd1;

  transform: translateX(3px);
}


/* =========================================================
   DETAILS
========================================================= */

.nss-committee-table tbody td:last-child {
  color: #334155;
  font-size: 14px;
  line-height: 1.7;
}


/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (max-width: 991px) {

  .ktct-nss-committee {
    padding: 80px 20px;
  }


  .nss-committee-heading h2 {
    font-size: 36px;
  }


  .nss-committee-table {
    min-width: 850px;
  }

}


/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */

@media (max-width: 700px) {

  .ktct-nss-committee {
    padding: 65px 15px;
  }


  .nss-committee-heading {
    margin-bottom: 35px;
  }


  .nss-committee-heading h2 {
    font-size: 30px;
  }


  .nss-committee-heading p {
    font-size: 14px;
  }


  .nss-committee-table-wrap {
    padding: 6px;

    border-radius: 18px;
  }


  .nss-committee-table {
    min-width: 800px;
  }


  .nss-committee-table thead th {
    padding: 16px 15px;

    font-size: 11px;
  }


  .nss-committee-table tbody td {
    padding: 15px;
  }

}

/* =========================================================
   NSS GALLERY
========================================================= */

.ktct-nss-gallery-section {
  position: relative;
  padding: 100px 0;
  background: #f7faf8;
  overflow: hidden;
}

.ktct-nss-gallery-heading {
  max-width: 750px;
  margin: 0 auto 55px;
  text-align: center;
}

.ktct-nss-gallery-heading h2 {
  margin: 0 0 15px;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #17352a;
}

.ktct-nss-gallery-heading h2 strong {
  color: #1e6832;
}

.ktct-nss-gallery-heading p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #66736d;
}

.ktct-nss-gallery-heading h2 span {
  background-image: var(--gradient-1);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-style3);
  display: inline-block;
  animation: titleTextShine 5s ease-in-out infinite;
}


/* =========================================================
   GALLERY GRID
========================================================= */

.ktct-nss-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}


/* =========================================================
   GALLERY ITEM
========================================================= */

.ktct-nss-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 15px 40px rgba(30, 104, 50, 0.10);
}

.ktct-nss-gallery-link {
  position: relative;
  display: block;
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.ktct-nss-gallery-link img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease;
}


/* =========================================================
   OVERLAY
========================================================= */

.ktct-nss-gallery-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg,
      rgba(33, 143, 209, 0.82),
      rgba(30, 104, 50, 0.82));

  opacity: 0;
  transition: opacity 0.4s ease;
}

.ktct-nss-gallery-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;

  border: 2px solid #ffffff;
  border-radius: 50%;

  color: #ffffff;
  font-size: 18px;

  transform: scale(0.7) rotate(-20deg);
  transition: all 0.4s ease;
}


/* =========================================================
   HOVER
========================================================= */

.ktct-nss-gallery-item:hover {
  box-shadow: 0 22px 50px rgba(30, 104, 50, 0.18);
}

.ktct-nss-gallery-item:hover img {
  transform: scale(1.08);
}

.ktct-nss-gallery-item:hover .ktct-nss-gallery-overlay {
  opacity: 1;
}

.ktct-nss-gallery-item:hover .ktct-nss-gallery-icon {
  transform: scale(1) rotate(0deg);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .ktct-nss-gallery-section {
    padding: 80px 0;
  }

  .ktct-nss-gallery-heading h2 {
    font-size: 36px;
  }

  .ktct-nss-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .ktct-nss-gallery-link {
    height: 280px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

  .ktct-nss-gallery-section {
    padding: 65px 0;
  }

  .ktct-nss-gallery-heading {
    margin-bottom: 35px;
  }

  .ktct-nss-gallery-heading h2 {
    font-size: 30px;
  }

  .ktct-nss-gallery-heading p {
    font-size: 15px;
  }

  .ktct-nss-gallery-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ktct-nss-gallery-link {
    height: 260px;
  }

}

/* =========================================================
   NSS LIGHTBOX
========================================================= */

.ktct-nss-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;

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

  padding: 30px;

  background: rgba(8, 20, 15, 0.94);

  opacity: 0;
  visibility: hidden;

  transition: all 0.35s ease;
}

.ktct-nss-lightbox.active {
  opacity: 1;
  visibility: visible;
}

.ktct-nss-lightbox-inner {
  position: relative;

  width: 100%;
  height: 100%;

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

.ktct-nss-lightbox-image {
  max-width: 90%;
  max-height: 85vh;

  width: auto;
  height: auto;

  object-fit: contain;

  border-radius: 8px;

  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.4);

  transform: scale(0.9);

  transition: transform 0.35s ease;
}

.ktct-nss-lightbox.active .ktct-nss-lightbox-image {
  transform: scale(1);
}


/* =========================================================
   CLOSE BUTTON
========================================================= */

.ktct-nss-lightbox-close {
  position: absolute;

  top: 15px;
  right: 15px;

  width: 48px;
  height: 48px;

  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;

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

  color: #ffffff;

  font-size: 32px;
  line-height: 1;

  cursor: pointer;

  z-index: 5;

  transition: all 0.3s ease;
}

.ktct-nss-lightbox-close:hover {
  background: #ffffff;
  color: #1e6832;
}


/* =========================================================
   PREVIOUS / NEXT
========================================================= */

.ktct-nss-lightbox-prev,
.ktct-nss-lightbox-next {
  position: absolute;

  top: 50%;
  transform: translateY(-50%);

  width: 52px;
  height: 52px;

  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;

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

  color: #ffffff;

  font-size: 22px;

  cursor: pointer;

  z-index: 5;

  transition: all 0.3s ease;
}

.ktct-nss-lightbox-prev {
  left: 20px;
}

.ktct-nss-lightbox-next {
  right: 20px;
}

.ktct-nss-lightbox-prev:hover,
.ktct-nss-lightbox-next:hover {
  background: #ffffff;
  color: #1e6832;
}


/* =========================================================
   COUNTER
========================================================= */

.ktct-nss-lightbox-counter {
  position: absolute;

  bottom: 20px;
  left: 50%;

  transform: translateX(-50%);

  padding: 7px 15px;

  border-radius: 30px;

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

  color: #ffffff;

  font-size: 14px;
  letter-spacing: 1px;
}


/* =========================================================
   BODY LOCK
========================================================= */

body.ktct-lightbox-open {
  overflow: hidden;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

  .ktct-nss-lightbox {
    padding: 15px;
  }

  .ktct-nss-lightbox-image {
    max-width: 94%;
    max-height: 78vh;
  }

  .ktct-nss-lightbox-prev,
  .ktct-nss-lightbox-next {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .ktct-nss-lightbox-prev {
    left: 8px;
  }

  .ktct-nss-lightbox-next {
    right: 8px;
  }

  .ktct-nss-lightbox-close {
    top: 8px;
    right: 8px;

    width: 42px;
    height: 42px;

    font-size: 28px;
  }

}

main.ktct-core-competencies {
  padding-top: 40px;
  padding-bottom: 50px;
}

main.ktct-core-competencies h1 {
  font-size: 30px !important;
  margin-bottom: 35px;
  /* font-family: serif; */
}

main.ktct-core-competencies ul {
  padding-left: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000000;
}

main.ktct-core-competencies h6 {
  font-weight: 600;
  font-size: 18px;
}

main.ktct-core-competencies ul li {
  list-style-type: disc !important;
  font-weight: 400 !important;
  padding-bottom: 10px;
}

main.ktct-core-competencies ol li {
  list-style-type: unset;
  color: black;
  font-weight: 600;
}

main.ktct-core-competencies ol {
  padding-left: 20px;
}

main.ktct-core-competencies p {
  color: black;
}

main.ktct-anti-ragging {
  padding-top: 50px;
  padding-bottom: 30px;
}

.anti-ragging-intro p {
  color: white;
}

.anti-ragging-intro h4 {
  color: white;
  border-bottom: 1px solid #ffffff47;
  padding-bottom: 10px;
}

.anti-ragging-intro {
  position: relative;
  padding: 45px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(145deg, #218fd1 0%, #176b9e 48%, #1e6832 100%);
  box-shadow: 0 25px 60px rgba(19, 70, 96, 0.16);
  color: #fff;
}

.anti-ragging-intro tbody tr:first-child {
  background: #003554;
}

.anti-ragging-intro .wp-block-table td,
.anti-ragging-intro .wp-block-table th {
  border: 1px solid;
  padding: 10px;
}

main.ktct-faculty,
main.ktct-research-student,
main.ktct-research-cne {
  padding-top: 50px;
  padding-bottom: 50px;
}

main.ktct-faculty h3,
main.ktct-research-student h3,
main.ktct-research-cne h3 {
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

main.ktct-faculty .wp-block-table tr:nth-child(even) td,
main.ktct-faculty table tr:nth-child(even) td {
  background-color: #bbddf126;

}

main.ktct-faculty .wp-block-table tr:nth-child(odd) td,
main.ktct-faculty table tr:nth-child(odd) td {
  background-color: white;
}

main.ktct-faculty .wp-block-table td,
main.ktct-faculty .wp-block-table th {
  border: 1px solid #0000001a;
  padding: 15px 20px !important;
  color: #000000ed;
}

/* main.ktct-faculty tr:first-child {
  background: #218fd1;
}

main.ktct-faculty tr:first-child td {
  color: white;
} */
main.ktct-faculty .wp-block-table thead {
  border-bottom: 1px solid !important;
  background: #218fd0;
}

main.ktct-faculty .wp-block-table {
  padding: 20px 20px;
  background: #00000008;
  border-radius: 10px;
}

main.ktct-faculty thead th {
  color: white !important;
  font-weight: 600;
}

.faculty-research-table {
  width: 100%;
}

.faculty-research-table table {
  width: 100%;
  table-layout: fixed;
}

.faculty-research-table th:nth-child(1),
.faculty-research-table td:nth-child(1) {
  width: 8%;
}

.faculty-research-table th:nth-child(2),
.faculty-research-table td:nth-child(2) {
  width: 24%;
}

.faculty-research-table th:nth-child(3),
.faculty-research-table td:nth-child(3) {
  width: 43%;
}

.faculty-research-table th:nth-child(4),
.faculty-research-table td:nth-child(4) {
  width: 25%;
}

.ktct-research-student .wp-block-accordion {
  box-sizing: border-box;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px;
  border: 1px solid #00000021;
  border-radius: 10px;
  background: #00000003;
  margin-bottom: 15px;
}

.ktct-research-student h3.wp-block-accordion-heading.has-icon.has-icon-right {
  text-align: left;
  font-size: 21px;
  color: white;
  font-weight: 500;
  background: linear-gradient(90deg, #218fd1 0%, rgb(30 104 50) 50%, #218fd1 100%);
  padding: 12px 19px;
  border-radius: 10px;
  margin-bottom: 0px;
}

.ktct-research-student figure.wp-block-table {
  margin-top: 10px;
}

.ktct-research-student .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: unset;
}

.ktct-research-student .wp-block-accordion-heading__toggle-icon {
  background: #ffffff30;
  border-radius: 50%;
}

.ktct-research-student .wp-block-table.is-style-stripes td,
.ktct-research-student .wp-block-table.is-style-stripes th {
  border-color: #00000014 !important;
  color: black;
  padding: 15px 20px;
}

.ktct-research-student .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #218fcf14 !important;
}

.ktct-research-student tr:first-child td {
  font-size: 17px;
  font-weight: 600;
  color: #003554 !important;
}

.wp-block-accordion>div.is-open .wp-block-accordion-panel,
.wp-block-accordion-item.is-open .wp-block-accordion-panel {
  animation: accordionFadeIn 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

@keyframes accordionFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-6px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

main.ktct-research-cne .wp-block-table thead {
  border-bottom: 1px solid !important;
  background: #218fd0;
}

main.ktct-research-cne .wp-block-table td,
main.ktct-research-cne .wp-block-table th {
  border: 1px solid #0000004f !important;
  padding: 15px 20px !important;
  color: black;
}

main.ktct-research-cne thead th {
  color: white !important;
  font-weight: 600;
}

main.ktct-research-cne .wp-block-table tr:nth-child(even) td,
main.ktct-research-cne table tr:nth-child(even) td {
  background-color: #bbddf126;
}

main.ktct-research-cne .wp-block-table tr:nth-child(odd) td,
main.ktct-research-cne table tr:nth-child(odd) td {
  background-color: white;
}

main.ktct-research-cne .wp-block-table {
  padding: 20px 20px;
  background: #00000008;
  border-radius: 10px;
}

.ktct-hospital {
  padding: 80px 0;
  background: #f8fafc;
}

.hospital-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hospital-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* LEFT */

.hospital-content {
  text-align: left;
}

.hospital-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 18px 22px;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  margin-bottom: 25px;
}

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

.hospital-label {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #218fd1;
}

.hospital-content h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.1;
  font-weight: 800;
  color: #172033;
}

.hospital-subtitle {
  margin: 15px 0 0;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
  color: #64748b;
}

.hospital-line {
  width: 65px;
  height: 4px;
  margin: 22px 0;
  border-radius: 50px;
  background: linear-gradient(90deg, #218fd1, #1e6832);
}

.hospital-description {
  font-size: 16px;
  line-height: 1.9;
  color: #475569;
  text-align: justify;
}

.hospital-description p {
  margin-bottom: 18px;
}

.hospital-description strong {
  color: #1e293b;
}


/* RIGHT IMAGE */

.hospital-image-column {
  display: flex;
  justify-content: center;
}

.hospital-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 35px;
  background: #f1f5f9;
  border: 5px solid #ffffff;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.16);
}

.hospital-image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.hospital-image-wrapper:hover img {
  transform: scale(1.05);
}

.hospital-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(15, 23, 42, 0.35),
      transparent 55%);
  pointer-events: none;
}


/* BOTTOM INFO */

.hospital-info {
  margin-top: 10px;
  padding: 22px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: linear-gradient(145deg, #124778 0%, #0d2138 50%, #186695 100%);
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
}

.hospital-accreditation {
  display: flex;
  align-items: center;
  gap: 15px;
}

.hospital-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #e9f7f1;
  color: #1e6832;
  font-size: 23px;
}

.hospital-accreditation h4 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
}

.hospital-accreditation p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: white;
}

.hospital-beds {
  padding-left: 30px;
  border-left: 1px solid #e2e8f0;
  text-align: right;
}

.hospital-beds strong {
  display: block;
  font-size: 22px;
  line-height: 1;
  color: #1e6832;
}

.hospital-beds span {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #94a3b8;
}

.hospital-content .core-values-tag {
  justify-content: flex-start;
}

.hospital-content h2 {
  background-image: var(--gradient-1);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-style3);
  display: inline-block;
  animation: titleTextShine 5s ease-in-out infinite;
}

.hospital-description p {
  margin-bottom: 18px;
  color: #1e293b;
  /* font-size: 16px; */
}

section.hospital-gallery {
  margin-top: 50px;
}

/* RESPONSIVE */

@media (max-width: 900px) {

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

  .hospital-content {
    text-align: left;
  }

  .hospital-info {
    align-items: flex-start;
    flex-direction: column;
  }

  .hospital-beds {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    border-left: 0;
    border-top: 1px solid #e2e8f0;
    text-align: left;
  }
}

@media (max-width: 600px) {

  .ktct-hospital {
    padding: 55px 0;
  }

  .hospital-container {
    width: min(100% - 30px, 1180px);
  }

  .hospital-content h2 {
    font-size: 38px;
  }

  .hospital-image-wrapper {
    border-radius: 25px;
  }

  .hospital-info {
    padding: 20px;
  }
}

.ktct-clinical-section {
  position: relative;
  overflow: hidden;
  padding: 55px 0;
  color: #ffffff;
  background: linear-gradient(145deg, #124778 0%, #0d2138 50%, #186695 100%);
  border-bottom: 1px solid #123f50;
  margin-top: 50px;
}

.clinical-container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}


/* Decorative circles */

.clinical-decoration {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(70px);
  background: rgba(45, 212, 191, 0.08);
}

.clinical-decoration-top {
  top: -180px;
  right: -150px;
}

.clinical-decoration-bottom {
  bottom: -180px;
  left: -150px;
}


/* Heading */

.clinical-heading {
  max-width: 700px;
  margin: 0 auto 40px;
  text-align: center;
}

.clinical-label {
  display: block;
  margin-bottom: 10px;
  color: #5eead4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.clinical-heading h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 55px);
  line-height: 1.15;
  font-weight: 600;
  font-family: var(--font-family-style3);
}

.clinical-heading p {
  max-width: 650px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.8;
}

.clinical-heading-line {
  width: 50px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 20px;
  background: #5eead4;
}


/* Grid */

.clinical-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}


/* Card */

.clinical-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);

  opacity: 0;
  transform: translateY(35px);

  transition:
    transform 0.45s ease,
    background 0.35s ease,
    border-color 0.35s ease,
    opacity 0.6s ease;

  transition-delay: var(--delay);
}

.clinical-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.clinical-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(94, 234, 212, 0.45);
}


/* Icon */

.clinical-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 16px;
  background: rgb(138 213 255 / 20%);
  color: #66c7ff;
  font-size: 21px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.clinical-card h4 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
}

.clinical-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.8;
}


/* Statistic */

.clinical-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 30px;
  text-align: right;
}

.clinical-stat span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
}

.clinical-stat small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.clinical-heading .core-values-tag {
  color: #65c7ef;
}


/* Mobile */

@media (max-width: 900px) {

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

  .clinical-card {
    min-height: auto;
  }

}

@media (max-width: 600px) {

  .ktct-clinical-section {
    padding: 65px 0;
  }

  .clinical-container {
    width: min(100% - 30px, 1180px);
  }

  .clinical-heading {
    margin-bottom: 40px;
  }

  .clinical-card {
    padding: 26px;
    border-radius: 24px;
  }

}

/* =========================================
   KTCT SPECIALTY SELECTOR
========================================= */

.ktct-specialty-selector {
  position: relative;
  padding: 100px 20px;
  background: #f7fafc;
  overflow: hidden;
}

/* .ktct-specialty-selector::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    top: -250px;
    right: -200px;
    border-radius: 50%;
    background: rgba(33, 143, 209, 0.07);
}

.ktct-specialty-selector::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    bottom: -220px;
    left: -180px;
    border-radius: 50%;
    background: rgba(98, 199, 122, 0.07);
} */

.ktct-specialty-selector {
  position: relative;
  padding: 60px 0px 0px;
  background: #f7fafc;
  overflow: hidden;
}

.ktct-specialty-container {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.ktct-specialty-heading {
  max-width: 700px;
  margin: 0 auto 55px;
  text-align: center;
}

.ktct-specialty-label {
  display: block;
  margin-bottom: 10px;

  color: #1e6832;

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.ktct-specialty-heading h2 {
  margin: 0;
  color: #0c2b5c;
  font-size: clamp(32px, 5vw, 55px);
  font-weight: 600;
  line-height: 1.1;
  font-family: var(--font-family-style3);
  margin-bottom: 20px;
}

.ktct-specialty-line {
  width: 50px;
  height: 4px;

  margin: 18px auto;

  border-radius: 50px;

  background: linear-gradient(90deg,
      #218fd1,
      #62c77a);
}

.ktct-specialty-heading p {
  margin: 0;
  color: #000000d1;
  font-size: 16px;
  line-height: 1.8;
}


/* =========================================
   TABS
========================================= */

.ktct-specialty-tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);

  border: 1px solid #dce7ee;
  border-radius: 22px;

  background: #ffffff;

  overflow: hidden;

  box-shadow: 0 15px 40px rgba(12, 43, 92, 0.08);
}


/* Individual tab */

.ktct-specialty-tab {
  position: relative;

  min-height: 145px;

  padding: 22px 12px;

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

  gap: 8px;

  border: 0;
  border-right: 1px solid #e7eef3;

  background: #ffffff;

  cursor: pointer;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.ktct-specialty-tab:last-child {
  border-right: 0;
}


/* Number */

.ktct-tab-number {
  position: absolute;

  top: 12px;
  right: 14px;

  color: #cbd7df;

  font-size: 11px;
  font-weight: 800;

  transition: color 0.3s ease;
}


/* Icon */

.ktct-tab-icon {
  width: 48px;
  height: 48px;

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

  border-radius: 15px;

  background: #eef7fb;

  color: #218fd1;

  font-size: 19px;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}


/* Title */

.ktct-tab-title {
  color: #30475c;

  font-size: 12px;
  font-weight: 800;

  text-align: center;
  line-height: 1.3;

  transition: color 0.3s ease;
}


/* Hover */

.ktct-specialty-tab:hover {
  background: #f5fafc;
}

.ktct-specialty-tab:hover .ktct-tab-icon {
  transform: translateY(-3px);
}


/* Active */

.ktct-specialty-tab.active {
  background: linear-gradient(145deg,
      #0c2b5c,
      #164b6d);
}

.ktct-specialty-tab.active .ktct-tab-number {
  color: rgba(255, 255, 255, 0.45);
}

.ktct-specialty-tab.active .ktct-tab-icon {
  background: rgba(98, 199, 122, 0.15);
  color: #62c77a;

  transform: scale(1.05);
}

.ktct-specialty-tab.active .ktct-tab-title {
  color: #ffffff;
}


/* =========================================
   CONTENT PANEL
========================================= */

.ktct-specialty-panels {
  margin-top: 25px;
}


/* Panel */

.ktct-specialty-panel {
  position: relative;
  display: none;
  min-height: 260px;
  padding: 55px 70px;
  align-items: center;
  gap: 35px;
  overflow: hidden;
  border-radius: 28px;
  color: #ffffff;
  background: linear-gradient(18deg, #002f0f 0%, rgb(30 104 50) 50%, #218fd1 100%);
  box-shadow: 0 20px 50px rgba(12, 43, 92, 0.16);
}

/* Active panel */

.ktct-specialty-panel.active {
  display: flex;

  animation: ktctPanelIn 0.45s cubic-bezier(0.22,
      1,
      0.36,
      1);
}


/* Panel animation */

@keyframes ktctPanelIn {

  0% {
    opacity: 0;
    transform: translateY(15px) scale(0.98);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

}


/* Panel icon */

.ktct-panel-icon {
  flex: 0 0 90px;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  background: rgb(168 228 255 / 15%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #65c5e3;
  font-size: 36px;
}


/* Panel content */

.ktct-panel-content {
  position: relative;
  z-index: 2;

  max-width: 650px;
}

.ktct-panel-small {
  display: block;
  margin-bottom: 8px;
  color: #65c7ef;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ktct-panel-content h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(25px, 4vw, 36px);
  font-weight: 600;
}

.ktct-panel-content p {
  margin: 0;

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

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


/* Decorative large number */

.ktct-panel-decoration {
  position: absolute;

  right: 45px;
  bottom: -35px;

  font-size: 180px;
  font-weight: 900;

  line-height: 1;

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

  pointer-events: none;
}

.ktct-panel-decoration span {
  display: block;
}


/* =========================================
   SCROLL REVEAL
========================================= */

.ktct-specialty-reveal {
  opacity: 0;
  transform: translateY(30px);

  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22,
      1,
      0.36,
      1);
}

.ktct-specialty-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

  .ktct-specialty-tabs {
    grid-template-columns: repeat(3, 1fr);
  }

  .ktct-specialty-tab:nth-child(3) {
    border-right: 0;
  }

  .ktct-specialty-tab:nth-child(-n + 3) {
    border-bottom: 1px solid #e7eef3;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

  .ktct-specialty-selector {
    padding: 70px 15px 0px;
  }

  .ktct-specialty-heading {
    margin-bottom: 35px;
  }

  .ktct-specialty-heading h2 {
    font-size: 32px;
  }


  .ktct-specialty-tabs {
    grid-template-columns: repeat(2, 1fr);

    border-radius: 18px;
  }


  .ktct-specialty-tab {
    min-height: 125px;

    border-right: 1px solid #e7eef3;
    border-bottom: 1px solid #e7eef3;
  }

  .ktct-specialty-tab:nth-child(2n) {
    border-right: 0;
  }


  .ktct-specialty-panel {
    min-height: auto;

    padding: 35px 25px;

    flex-direction: column;

    align-items: flex-start;

    gap: 20px;

    border-radius: 22px;
  }


  .ktct-panel-icon {
    width: 65px;
    height: 65px;

    flex-basis: 65px;

    border-radius: 19px;

    font-size: 26px;
  }


  .ktct-panel-content h3 {
    font-size: 26px;
  }


  .ktct-panel-decoration {
    right: 10px;
    bottom: -10px;

    font-size: 120px;
  }

}

/* =========================================
   COLLEGE ADMINISTRATION
========================================= */

.ktct-college-admin {
  padding: 60px 20px;
  background: #f7fafc;
  overflow: hidden;
}

.ktct-college-admin-container {
  max-width: 1180px;
  margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.ktct-college-admin-heading {
  max-width: 760px;
  margin: 0 auto 35px;
  text-align: center;
}

.ktct-admin-heading-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
}

.ktct-admin-heading-line span {
  width: 35px;
  height: 2px;
  background: #218fd1;
}

.ktct-admin-heading-line small {
  color: #218fd1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.ktct-college-admin-heading h2 {
  margin: 0 0 18px;
  color: #17324d;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 700;
}

.ktct-college-admin-heading p {
  margin: 0;
  color: #6c7b87;
  font-size: 16px;
  line-height: 1.8;
}


/* =========================================
   ADMIN LIST
========================================= */

.ktct-admin-list {
  display: grid;
  flex-direction: column;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}

/* =========================================
   PROFILE
========================================= */

.ktct-admin-profile {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 245px;
  padding: 20px 25px 20px 25px;
  background: #ffffff;
  border: 1px solid #e7edf1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(23, 50, 77, 0.05);
  opacity: 0;
  transform: translateX(-30px);
  animation: ktctAdminSlideIn 0.7s ease forwards;
  animation-delay: var(--admin-delay);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

/* Hover */

.ktct-admin-profile:hover {
  transform: translateX(8px);

  border-color: rgba(33, 143, 209, 0.25);

  box-shadow: 0 18px 45px rgba(23, 50, 77, 0.10);
}


/* =========================================
   IMAGE
========================================= */

.ktct-admin-profile-image {
  position: relative;

  flex: 0 0 190px;

  width: 190px;
  height: 190px;

  overflow: hidden;

  border-radius: 14px;

  background: #edf4f7;
}


.ktct-admin-profile-image::after {
  content: "";

  position: absolute;

  inset: 0;

  border: 5px solid rgba(255, 255, 255, 0.35);

  border-radius: 14px;

  pointer-events: none;
}


.ktct-admin-profile-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition: transform 0.5s ease;
}


.ktct-admin-profile:hover .ktct-admin-profile-image img {
  transform: scale(1.05);
}


/* =========================================
   PLACEHOLDER
========================================= */

.ktct-admin-profile-placeholder {
  width: 100%;
  height: 100%;

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

  color: #218fd1;

  font-size: 55px;
}


/* =========================================
   DETAILS
========================================= */

.ktct-admin-profile-details {
  position: relative;

  flex: 1;

  padding-left: 38px;
}


.ktct-admin-profile-designation {
  display: inline-block;
  margin-bottom: 0px;
  color: #1e6832;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}


.ktct-admin-profile-details h3 {
  margin: 0;
  color: #17324d;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: var(--font-family-style3);
}


/* =========================================
   DIVIDER
========================================= */

.ktct-admin-profile-line {
  width: 55px;
  height: 3px;

  margin: 18px 0 22px;

  background: #218fd1;

  border-radius: 5px;

  transition: width 0.35s ease;
}


.ktct-admin-profile:hover .ktct-admin-profile-line {
  width: 90px;
}

.ktct-college-admin-heading .h2 span {
  background-image: var(--gradient-1);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-style3);
  display: inline-block;
  animation: titleTextShine 5s ease-in-out infinite;
}

/* =========================================
   META
========================================= */

.ktct-admin-profile-meta {
  display: flex;
  /* gap: 25px; */
  flex-direction: column;
}

.ktct-admin-meta-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  border-bottom: 1px solid #0000001a;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.ktct-admin-meta-item:last-child {
  border-bottom: none;
}

.ktct-admin-meta-icon {
  width: 38px;
  height: 38px;

  flex-shrink: 0;

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

  border-radius: 9px;

  background: #eef7fb;

  color: #218fd1;

  font-size: 14px;
}


.ktct-admin-meta-item small {
  display: block;

  margin-bottom: 3px;

  color: #8996a0;

  font-size: 11px;
  font-weight: 600;

  letter-spacing: 0.7px;

  text-transform: uppercase;
}


.ktct-admin-meta-item strong {
  display: block;

  color: #405364;

  font-size: 14px;
  font-weight: 600;

  line-height: 1.5;
}


/* =========================================
   NUMBER
========================================= */

.ktct-admin-profile-number {
  position: absolute;

  top: 25px;
  right: 30px;

  color: #dce8ee;

  font-size: 46px;
  line-height: 1;

  font-weight: 800;

  transition:
    color 0.35s ease,
    transform 0.35s ease;
}


.ktct-admin-profile:hover .ktct-admin-profile-number {
  color: #d1eaf5;

  transform: translateY(-4px);
}


/* =========================================
   DECORATIVE SHAPE
========================================= */

.ktct-admin-profile-shape {
  position: absolute;

  right: -70px;
  bottom: -70px;

  width: 180px;
  height: 180px;

  border-radius: 50%;

  background: rgba(33, 143, 209, 0.045);

  pointer-events: none;

  transition:
    transform 0.5s ease,
    background 0.5s ease;
}


.ktct-admin-profile:hover .ktct-admin-profile-shape {
  transform: scale(1.3);

  background: rgba(30, 104, 50, 0.05);
}


/* =========================================
   EMPTY
========================================= */

.ktct-admin-empty {
  padding: 70px 20px;

  text-align: center;

  background: #ffffff;

  border-radius: 18px;

  border: 1px solid #e7edf1;
}

.ktct-admin-empty i {
  display: block;

  margin-bottom: 15px;

  color: #218fd1;

  font-size: 45px;
}

.ktct-admin-empty p {
  margin: 0;

  color: #6c7b87;

  font-size: 15px;
}


/* =========================================
   ANIMATION
========================================= */

@keyframes ktctAdminSlideIn {

  from {
    opacity: 0;
    transform: translateX(-30px);
  }

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

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

  .ktct-college-admin {
    padding: 80px 20px;
  }

  .ktct-college-admin-heading h2 {
    font-size: 38px;
  }

  .ktct-admin-profile {
    min-height: 220px;
    padding-right: 65px;
  }

  .ktct-admin-profile-image {
    flex-basis: 160px;
    width: 160px;
    height: 160px;
  }

  .ktct-admin-profile-details {
    padding-left: 28px;
  }

  .ktct-admin-profile-details h3 {
    font-size: 24px;
  }

  .ktct-admin-profile-meta {
    gap: 20px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

  .ktct-college-admin {
    padding: 65px 16px;
  }

  .ktct-college-admin-heading {
    margin-bottom: 40px;
  }

  .ktct-college-admin-heading h2 {
    font-size: 31px;
  }

  .ktct-college-admin-heading p {
    font-size: 15px;
  }


  .ktct-admin-list {
    gap: 20px;
  }


  .ktct-admin-profile {
    display: block;

    padding: 20px;

    min-height: auto;

    border-radius: 17px;
  }


  .ktct-admin-profile:hover {
    transform: translateY(-4px);
  }


  .ktct-admin-profile-image {
    width: 100%;
    height: 300px;

    border-radius: 12px;
  }


  .ktct-admin-profile-details {
    padding: 24px 3px 5px;
  }


  .ktct-admin-profile-details h3 {
    font-size: 23px;
  }


  .ktct-admin-profile-meta {
    flex-direction: column;
    gap: 14px;
  }


  .ktct-admin-profile-number {
    top: 32px;
    right: 32px;

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

    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);

    z-index: 2;
  }


  .ktct-admin-profile-shape {
    display: none;
  }

}

.ktct-facilities-section {
  padding: 75px 20px 70px;
  background: #f6f9fc;
}

.ktct-facilities-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ktct-facilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ktct-facility-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ktct-facility-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.13);
}


/* IMAGE */

.ktct-facility-image {
  position: relative;
  height: 270px;
  overflow: hidden;
}

.ktct-facility-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.ktct-facility-card:hover .ktct-facility-thumbnail {
  transform: scale(1.06);
}


/* OVERLAY */

.ktct-facility-overlay {
  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.52);

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

  opacity: 0;

  transition: opacity 0.3s ease;
}

.ktct-facility-card:hover .ktct-facility-overlay {
  opacity: 1;
}


/* VIEW GALLERY */

.ktct-facility-gallery-trigger {
  border: 0;
  background: transparent;
  color: #ffffff;

  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 10px;

  cursor: pointer;
}

.ktct-facility-view-icon {
  width: 58px;
  height: 58px;

  border-radius: 50%;

  background: #218fd1;

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

  font-size: 21px;
}

.ktct-facility-view-text {
  font-size: 14px;
  font-weight: 600;
}


/* CONTENT */

.ktct-facility-content {
  padding: 20px 25px 20px;
  background: white;
}

.ktct-facility-title {
  margin: 0px;
  color: #003554;
  font-size: 18px;
  line-height: 1.35;
  font-family: var(--font-family-style3);
  font-weight: 700;
}

/* BUTTON */

.ktct-facility-gallery-button {
  border: 0;
  padding: 0;

  background: transparent;

  color: #218fd1;

  font-size: 14px;
  font-weight: 600;

  cursor: pointer;

  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ktct-facility-gallery-button i {
  transition: transform 0.3s ease;
}

.ktct-facility-gallery-button:hover i {
  transform: translateX(5px);
}


/* HIDDEN IMAGES */

.ktct-hidden-gallery {
  display: none;
}


/* =========================================
   POPUP
========================================= */

.ktct-gallery-popup {
  position: fixed;
  inset: 0;

  z-index: 99999;

  display: none;

  align-items: center;
  justify-content: center;
}

.ktct-gallery-popup.is-open {
  display: flex;
}


/* DARK BACKGROUND */

.ktct-gallery-popup-overlay {
  position: absolute;
  inset: 0;

  background: rgba(5, 15, 25, 0.92);
}


/* POPUP CONTAINER */

.ktct-gallery-popup-container {
  position: relative;

  width: min(1100px, 92vw);
  height: min(720px, 88vh);

  z-index: 2;

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


/* SLIDER */

.ktct-gallery-slider {
  width: 100%;
  height: 100%;

  overflow: hidden;

  position: relative;
}

.ktct-gallery-track {
  height: 100%;

  display: flex;

  transition: transform 0.45s ease;
}


/* EACH IMAGE */

.ktct-gallery-slide {
  min-width: 100%;
  height: 100%;

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

.ktct-gallery-slide img {
  max-width: 90%;
  max-height: 88%;

  object-fit: contain;

  border-radius: 8px;

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}


/* CLOSE */

.ktct-gallery-close {
  position: absolute;

  top: 10px;
  right: 10px;

  width: 48px;
  height: 48px;

  border: 0;
  border-radius: 50%;

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

  color: #ffffff;

  font-size: 19px;

  cursor: pointer;

  z-index: 10;

  transition: background 0.3s ease;
}

.ktct-gallery-close:hover {
  background: rgba(255, 255, 255, 0.25);
}


/* NAVIGATION */

.ktct-gallery-prev,
.ktct-gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s ease, transform 0.3s ease;
  /* display: flex !important; */
  align-items: center;
  justify-content: center;
}

.ktct-gallery-prev {
  left: 5px;
}

.ktct-gallery-next {
  right: 5px;
}

.ktct-gallery-prev:hover,
.ktct-gallery-next:hover {
  background: #218fd1;
}

.ktct-gallery-prev:hover {
  transform: translateY(-50%) translateX(-3px);
}

.ktct-gallery-next:hover {
  transform: translateY(-50%) translateX(3px);
}


/* COUNTER */

.ktct-gallery-counter {
  position: absolute;

  bottom: 18px;
  left: 50%;

  transform: translateX(-50%);

  color: #ffffff;

  background: rgba(0, 0, 0, 0.45);

  padding: 7px 15px;

  border-radius: 30px;

  font-size: 14px;

  z-index: 10;
}


/* MOBILE */

@media (max-width: 991px) {

  .ktct-facilities-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ktct-gallery-popup-container {
    width: 96vw;
    height: 82vh;
  }

}


@media (max-width: 600px) {

  .ktct-facilities-section {
    padding: 60px 15px;
  }

  .ktct-facilities-grid {
    grid-template-columns: 1fr;
  }

  .ktct-facility-image {
    height: 240px;
  }

  .ktct-gallery-prev,
  .ktct-gallery-next {
    width: 42px;
    height: 42px;
    font-size: 15px;
  }

  .ktct-gallery-prev {
    left: 2px;
  }

  .ktct-gallery-next {
    right: 2px;
  }

  .ktct-gallery-slide img {
    max-width: 82%;
  }

}

/* =========================================
   NEWS DETAILS
========================================= */

.ktct-news-details-section {
  padding: 85px 20px;
  background: #f5f8fb;
}

.ktct-news-details-container {
  max-width: 950px;
  margin: 0 auto;
}


/* =========================================
   ARTICLE
========================================= */

.ktct-news-details {
  background: #ffffff;
  padding: 45px;
  border-radius: 22px;
  border: 1px solid #e4ebf0;
  box-shadow: 0 15px 40px rgba(25, 60, 85, 0.07);
}


/* =========================================
   CATEGORY
========================================= */

.ktct-news-details-category {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 30px;
  background: #eaf6fc;
  color: #218fd1;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}


/* =========================================
   TITLE
========================================= */

.ktct-news-details-title {
  margin: 18px 0 15px;
  color: #17324d;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
}


/* =========================================
   META
========================================= */

.ktct-news-details-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  padding-bottom: 28px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8eef2;
  color: #7d8b96;
  font-size: 13px;
}

.ktct-news-details-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ktct-news-details-meta i {
  color: #218fd1;
}


/* =========================================
   FEATURED IMAGE
========================================= */

.ktct-news-details-image {
  width: 100%;
  margin-bottom: 35px;
  overflow: hidden;
  border-radius: 16px;
}

.ktct-news-details-featured-image {
  width: 100%;
  height: auto;
  display: block;
}


/* =========================================
   CONTENT
========================================= */

.ktct-news-details-content {
  color: #52616d;
  font-size: 16px;
  line-height: 1.9;
}

.ktct-news-details-content p {
  margin: 0 0 20px;
  color: #000000e3;
}

.ktct-news-details-content ul li {
  color: #000000c9;
  list-style-type: disc;
  margin-bottom: 8px;
}

.ktct-news-details-content h2,
.ktct-news-details-content h3,
.ktct-news-details-content h4 {
  color: #17324d;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 15px;
}

.ktct-news-details-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.ktct-news-details-content a {
  color: #218fd1;
}

.ktct-news-details-content ul,
.ktct-news-details-content ol {
  margin-bottom: 25px;
  padding-left: 25px;
}


/* =========================================
   NAVIGATION
========================================= */

.ktct-news-details-navigation {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 25px;
  align-items: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #e5ebef;
}

.ktct-news-prev {
  text-align: left;
}

.ktct-news-next {
  text-align: right;
}

.ktct-news-nav-label {
  display: block;
  margin-bottom: 7px;
  color: #929da5;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ktct-news-prev a,
.ktct-news-next a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #17324d;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.ktct-news-prev a:hover,
.ktct-news-next a:hover {
  color: #218fd1;
}


/* =========================================
   BACK BUTTON
========================================= */

/* .ktct-news-back a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 17px;
  border-radius: 30px;
  background: #218fd1;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.ktct-news-back a:hover {
  background: #1e6832;
} */

.ktct-news-back a i {
  margin-right: 10px;
}

.ktct-news-back a {
  border-radius: 8px;
  padding: 15px 15px;
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 15px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .ktct-news-details-section {
    padding: 55px 15px;
  }

  .ktct-news-details {
    padding: 25px 20px;
    border-radius: 16px;
  }

  .ktct-news-details-title {
    font-size: 30px;
  }

  .ktct-news-details-content {
    font-size: 15px;
    line-height: 1.8;
  }

  .ktct-news-details-navigation {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ktct-news-prev,
  .ktct-news-next {
    text-align: center;
  }

  .ktct-news-prev {
    order: 1;
  }

  .ktct-news-back {
    order: 2;
  }

  .ktct-news-next {
    order: 3;
  }

}

/* =========================================
   NEWS & EVENTS LISTING
========================================= */

.ktct-news-events-section {
  padding: 50px 20px;
  background: #f6f9fb;
}

.ktct-news-events-container {
  max-width: 1240px;
  margin: 0 auto;
}


/* =========================================
   INTRO
========================================= */

.ktct-news-events-intro {
  /* max-width: 720px; */
  margin-bottom: 50px;
  text-align: center;
}

.ktct-news-events-intro .h2.title span {
  background-image: var(--gradient-1);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-style3);
  display: inline-block;
  animation: titleTextShine 5s ease-in-out infinite;
}

.ktct-news-events-intro-line {
  width: 55px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 5px;
  background: linear-gradient(90deg,
      #218fd1,
      #1e6832);
}

.ktct-news-events-kicker {
  display: block;
  margin-bottom: 10px;
  color: #218fd1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.ktct-news-events-heading {
  margin: 0 0 14px;
  color: #17324d;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 700;
}

.ktct-news-events-description {
  /* max-width: 650px; */
  margin: 0;
  color: #000000de;
  font-size: 16px;
  line-height: 1.8;
}


/* =========================================
   FEATURED POST
========================================= */

.ktct-news-featured {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 450px;
  margin-bottom: 65px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 22px;
  border: 1px solid #e4ebf0;
  box-shadow: 0 15px 40px rgba(25, 60, 85, 0.07);
}

.ktct-news-featured-image {
  position: relative;
  min-height: 450px;
  overflow: hidden;
}

.ktct-news-featured-image>a {
  display: block;
  width: 100%;
  height: 100%;
}

.ktct-news-featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.ktct-news-featured:hover .ktct-news-featured-img {
  transform: scale(1.04);
}

.ktct-news-category {
  position: absolute;
  left: 25px;
  bottom: 25px;
  padding: 8px 16px;
  border-radius: 30px;
  background: #218fd1;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}


/* =========================================
   FEATURED CONTENT
========================================= */

.ktct-news-featured-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}

.ktct-news-date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 17px;
  color: #7d8b96;
  font-size: 12px;
}

.ktct-news-date i {
  color: #218fd1;
}

.ktct-news-featured-title {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 700;
}

.ktct-news-featured-title a {
  color: #17324d;
  text-decoration: none;
  transition: color 0.25s ease;
}

.ktct-news-featured-title a:hover {
  color: #218fd1;
}

.ktct-news-featured-excerpt {
  margin-bottom: 28px;
  color: #6c7b89;
  font-size: 14px;
  line-height: 1.85;
}

.ktct-news-read-more {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  color: #1e6832;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.ktct-news-read-more i {
  transition: transform 0.25s ease;
}

.ktct-news-read-more:hover i {
  transform: translateX(5px);
}


/* =========================================
   LIST HEADING
========================================= */

.ktct-news-list-heading {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.ktct-news-list-heading span {
  display: block;
  margin-bottom: 6px;
  color: #218fd1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.7px;
}

.ktct-news-list-heading h3 {
  margin: 0;
  color: #17324d;
  font-size: 27px;
  font-weight: 700;
}

.ktct-news-list-line {
  flex: 1;
  height: 1px;
  background: #dce5eb;
}


/* =========================================
   NEWS GRID
========================================= */

.ktct-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}


/* =========================================
   NEWS CARD
========================================= */

.ktct-news-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e4ebf0;
  border-radius: 17px;
  box-shadow: 0 10px 30px rgba(25, 60, 85, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.ktct-news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(25, 60, 85, 0.10);
}


/* =========================================
   CARD IMAGE
========================================= */

.ktct-news-card-image {
  position: relative;
  display: block;
  height: 220px;
  overflow: hidden;
  background: #eaf0f3;
}

.ktct-news-card-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.ktct-news-card:hover .ktct-news-card-img {
  transform: scale(1.06);
}

.ktct-news-card-category {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 6px 20px;
  border-radius: 20px;
  background: linear-gradient(145deg, #124778 0%, #0d2138 50%, #186695 100%);
  color: white;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.10);
}


/* =========================================
   CARD CONTENT
========================================= */

.ktct-news-card-content {
  padding: 24px;
}

.ktct-news-card-date {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  color: #87949e;
  font-size: 11px;
}

.ktct-news-card-date i {
  color: #218fd1;
}

.ktct-news-card-title {
  margin: 0 0 11px;
  font-size: 18px;
  line-height: 1.45;
}

.ktct-news-card-title a {
  color: #17324d;
  text-decoration: none;
  transition: color 0.25s ease;
}

.ktct-news-card-title a:hover {
  color: #218fd1;
}

.ktct-news-card-excerpt {
  margin: 0 0 18px;
  color: #74818b;
  font-size: 13px;
  line-height: 1.7;
}

.ktct-news-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1e6832;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.ktct-news-card-link i {
  font-size: 10px;
  transition: transform 0.25s ease;
}

.ktct-news-card-link:hover i {
  transform: translateX(5px);
}


/* =========================================
   PLACEHOLDER
========================================= */

.ktct-news-image-placeholder,
.ktct-news-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #edf3f6;
  color: #a2afb8;
}

.ktct-news-image-placeholder i {
  font-size: 55px;
}

.ktct-news-card-placeholder i {
  font-size: 35px;
}


/* =========================================
   EMPTY STATE
========================================= */

.ktct-news-empty {
  padding: 80px 30px;
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e4ebf0;
}

.ktct-news-empty-icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef7fc;
  color: #218fd1;
  font-size: 28px;
}

.ktct-news-empty h3 {
  margin: 0 0 8px;
  color: #17324d;
  font-size: 21px;
}

.ktct-news-empty p {
  margin: 0;
  color: #7b8892;
  font-size: 14px;
}

.ktct-news-card-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 40px;
  position: relative;
}


/* ================================
   DATE BOX
================================ */

.ktct-news-date-box {
  width: 52px;
  height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #218fd1;
  color: #ffffff;
  border-radius: 6px;
  line-height: 1;
  flex-shrink: 0;
  position: absolute;
  top: -50px;
}

.ktct-news-date-day {
  font-size: 20px;
  font-weight: 700;
}

.ktct-news-date-month {
  margin-top: 5px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}


/* ================================
   TIME
================================ */

.ktct-news-time-box {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 7px;
  border: 1px solid #e4e8ec;
  border-radius: 44px;
  background: #f8fafc;
  position: absolute;
  right: 0;
  top: -8px;
}

.ktct-news-time-icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1f6e4b;
  color: white;
  font-size: 11px;
  /* line-height: 30px; */
}

.ktct-news-time-content {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.ktct-news-time-label {
  font-size: 9px;
  font-weight: 600;
  color: #8a929b;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 3px;
}

.ktct-news-time-value {
  font-size: 11px;
  font-weight: 500;
  color: #28323c;
}


main.adm-detail-page {
  padding: 50px 0px;
}

.embedpress-el-powered {
  display: none;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

  .ktct-news-events-section {
    padding: 70px 20px;
  }

  .ktct-news-featured {
    grid-template-columns: 1fr;
  }

  .ktct-news-featured-image {
    min-height: 380px;
  }

  .ktct-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .ktct-news-events-section {
    padding: 55px 15px;
  }

  .ktct-news-events-heading {
    font-size: 34px;
  }

  .ktct-news-featured {
    border-radius: 16px;
  }

  .ktct-news-featured-image {
    min-height: 260px;
  }

  .ktct-news-featured-content {
    padding: 25px;
  }

  .ktct-news-featured-title {
    font-size: 24px;
  }

  .ktct-news-list-heading {
    align-items: flex-start;
  }

  .ktct-news-list-line {
    display: none;
  }

  .ktct-news-grid {
    grid-template-columns: 1fr;
  }

  .ktct-news-card-image {
    height: 230px;
  }

}

section.ktct-gallery-section {
  padding-top: 50px;
  padding-bottom: 50px;
}


/* =============================================================
   ABOUT SECTION REDESIGN — index.php
============================================================= */

.ktct-about-redesign {
  position: relative;
  padding: 100px 0 110px;
  background: #fff;
  overflow: hidden;
}

/* ── Background decorative blobs ── */
.ktct-ab-bg-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(90px);
  opacity: 0.12;
  animation: ktct-ab-float-blob 10s ease-in-out infinite alternate;
}

.ktct-ab-bg-circle-1 {
  width: 520px;
  height: 520px;
  background: var(--theme-color1, #1e6832);
  top: -140px;
  left: -160px;
  animation-delay: 0s;
}

.ktct-ab-bg-circle-2 {
  width: 380px;
  height: 380px;
  background: var(--theme-color3, #218fd1);
  bottom: -120px;
  right: -100px;
  animation-delay: -5s;
}

@keyframes ktct-ab-float-blob {
  from {
    transform: translate(0, 0) scale(1);
  }

  to {
    transform: translate(24px, 18px) scale(1.07);
  }
}

/* Dot pattern */
.ktct-ab-bg-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0, 53, 84, 0.06) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}

/* ── Main two-column layout ── */
.ktct-ab-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* =====================================================
   IMAGE SIDE
===================================================== */
.ktct-ab-images {
  position: relative;
  height: 560px;
}

/* Main large image */
.ktct-ab-img-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 62%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 53, 84, 0.15);
  z-index: 2;
  transition: transform 0.4s ease;
}

.ktct-ab-img-main:hover {
  transform: scale(1.02);
}

.ktct-ab-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.ktct-ab-img-main:hover img {
  transform: scale(1.05);
}

/* Experience badge on main image */
.ktct-ab-exp-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: var(--theme-color1, #1e6832);
  color: #fff;
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 8px 24px rgba(30, 104, 50, 0.4);
  animation: ktct-ab-badge-float 4s ease-in-out infinite;
}

@keyframes ktct-ab-badge-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.ktct-ab-exp-num {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.ktct-ab-exp-num sup {
  font-size: 16px;
}

.ktct-ab-exp-label {
  font-size: 11px;
  font-weight: 600;
  opacity: 0.9;
  margin-top: 4px;
  line-height: 1.3;
}

/* Secondary image */
.ktct-ab-img-secondary {
  position: absolute;
  top: 30px;
  right: 0;
  width: 42%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 53, 84, 0.12);
  z-index: 3;
  animation: ktct-ab-img-swing 7s ease-in-out infinite;
}

@keyframes ktct-ab-img-swing {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}

.ktct-ab-img-secondary img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

/* Tertiary image */
.ktct-ab-img-tertiary {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 36%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 53, 84, 0.12);
  z-index: 3;
  animation: ktct-ab-img-swing 8s ease-in-out infinite;
  animation-delay: -3s;
}

.ktct-ab-img-tertiary img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}

/* Circular rotating badge */
.ktct-ab-circle-badge {
  position: absolute;
  top: 44%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  z-index: 4;
  cursor: default;
}

.ktct-ab-circle-badge svg {
  width: 100%;
  height: 100%;
  animation: ktct-ab-spin 12s linear infinite;
}

.ktct-ab-circle-badge svg text,
.ktct-ab-circle-badge svg textPath {
  fill: var(--theme-color2, #003554);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

@keyframes ktct-ab-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.ktct-ab-circle-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--theme-color1, #1e6832);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  box-shadow: 0 6px 20px rgba(30, 104, 50, 0.4);
  z-index: 5;
  animation: ktct-ab-icon-pulse 3s ease-in-out infinite;
}

@keyframes ktct-ab-icon-pulse {

  0%,
  100% {
    box-shadow: 0 6px 20px rgba(30, 104, 50, 0.4);
  }

  50% {
    box-shadow: 0 6px 32px rgba(30, 104, 50, 0.7);
  }
}

/* Floating stat card */
.ktct-ab-stat-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: 0 8px 32px rgba(0, 53, 84, 0.12);
}

.ktct-ab-stat-float {
  position: absolute;
  bottom: 50px;
  left: -16px;
  z-index: 4;
  animation: ktct-ab-badge-float 5s ease-in-out infinite;
  animation-delay: -2s;
}

.ktct-ab-stat-card i {
  font-size: 28px;
  color: var(--theme-color1, #1e6832);
}

.ktct-ab-stat-card strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: var(--theme-color2, #003554);
  line-height: 1;
}

.ktct-ab-stat-card strong sup {
  font-size: 12px;
}

.ktct-ab-stat-card span {
  font-size: 11px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* =====================================================
   CONTENT SIDE
===================================================== */
.ktct-ab-content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.ktct-ab-heading {
  margin: 0;
}

.ktct-ab-heading span {
  background-image: var(--gradient-1);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-style3);
  display: inline-block;
  animation: titleTextShine 5s ease-in-out infinite;
}

.ktct-ab-intro {
  font-size: 15px;
  color: #555;
  line-height: 1.85;
  margin: 0;
}

/* Vision / Mission cards */
.ktct-ab-vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ktct-ab-vm-card {
  background: #f8f9fb;
  border-radius: 16px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 3px solid transparent;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
    border-color 0.3s,
    box-shadow 0.3s;
}

.ktct-ab-vm-card:first-child {
  border-top-color: var(--theme-color1, #1e6832);
}

.ktct-ab-vm-card:last-child {
  border-top-color: var(--theme-color3, #218fd1);
}

.ktct-ab-vm-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(0, 53, 84, 0.10);
  background: #fff;
}

.ktct-ab-vm-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #e8f5ec;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--theme-color1, #1e6832);
  transition: background 0.3s, transform 0.3s;
}

.ktct-ab-vm-card:last-child .ktct-ab-vm-icon {
  background: #e8f4fb;
  color: var(--theme-color3, #218fd1);
}

.ktct-ab-vm-card:hover .ktct-ab-vm-icon {
  transform: rotate(-8deg) scale(1.1);
  background: var(--theme-color1, #1e6832);
  color: #fff;
}

.ktct-ab-vm-card:last-child:hover .ktct-ab-vm-icon {
  background: var(--theme-color3, #218fd1);
  color: #fff;
}

.ktct-ab-vm-card h5 {
  font-size: 15px;
  font-weight: 700;
  color: #1a2340;
  margin: 0;
}

.ktct-ab-vm-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* Mini stats strip */
.ktct-ab-mini-stats {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 24px;
  background: linear-gradient(135deg, #f0f8f2, #eaf4fb);
  border-radius: 14px;
  border: 1px solid rgba(30, 104, 50, 0.1);
}

.ktct-ab-mini-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  text-align: center;
}

.ktct-ab-mini-stat strong {
  font-size: 26px;
  font-weight: 800;
  color: var(--theme-color2, #003554);
  line-height: 1;
}

.ktct-ab-mini-stat strong sup {
  font-size: 14px;
}

.ktct-ab-mini-stat span {
  font-size: 11px;
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
}

.ktct-ab-mini-divider {
  width: 1px;
  height: 40px;
  background: rgba(30, 104, 50, 0.2);
  flex-shrink: 0;
}

/* CTA row */
.ktct-ab-cta-row {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.ktct-ab-call {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  padding-left: 28px;
  border-left: 1px solid rgba(0, 53, 84, 0.15);
}

.ktct-ab-call-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--theme-color3, #218fd1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  transition: transform 0.3s, background 0.3s;
}

.ktct-ab-call:hover .ktct-ab-call-icon {
  transform: rotateY(-180deg);
  background: var(--theme-color1, #1e6832);
}

.ktct-ab-call-text small {
  display: block;
  font-size: 12px;
  color: #999;
  font-weight: 500;
}

.ktct-ab-call-text strong {
  display: block;
  font-size: 16px;
  color: var(--theme-color2, #003554);
  font-weight: 700;
}

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 1100px) {
  .ktct-ab-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .ktct-about-redesign {
    padding: 70px 0 80px;
  }

  .ktct-ab-images {
    height: 420px;
  }
}

@media (max-width: 768px) {
  .ktct-ab-images {
    height: 320px;
  }

  .ktct-ab-vm-grid {
    grid-template-columns: 1fr;
  }

  .ktct-ab-circle-badge {
    display: none;
  }

  .ktct-ab-stat-float {
    display: none;
  }

  .ktct-ab-mini-stats {
    flex-direction: column;
    gap: 12px;
  }

  .ktct-ab-mini-divider {
    width: 50px;
    height: 1px;
  }
}

@media (max-width: 576px) {
  .ktct-ab-images {
    height: 260px;
  }

  .ktct-ab-img-secondary,
  .ktct-ab-img-tertiary {
    display: none;
  }

  .ktct-ab-img-main {
    width: 100%;
    position: relative;
    height: 260px;
  }

  .ktct-about-redesign {
    padding: 50px 0 60px;
  }
}


/* -------------------------------------------------------
   BANNER SECTION — button width fix
   Fixed width keeps normal and hover identical in size.
   overflow:hidden clips the title slide animation cleanly
   inside the fixed boundary.
------------------------------------------------------- */
.banner-section .theme-btn.btn-style-one {
  width: auto !important;
  min-width: fit-content;
  display: inline-flex !important;
  align-self: flex-start;
  overflow: hidden;
  padding-right: 58px;
}

.banner-section .theme-btn.btn-style-one .btn-arrow-right {
  position: absolute;
  right: 8px;
  left: auto;
  flex-shrink: 0;
}

.banner-section .theme-btn.btn-style-one:hover {
  padding-right: 58px;
  padding-left: 30px !important;
  width: auto !important;
}

.banner-section .theme-btn.btn-style-one:hover .btn-title {
  transform: translateX(45px);
}

.banner-section .theme-btn.btn-style-one:hover .btn-arrow-right {
  scale: 0;
}

.banner-section .theme-btn.btn-style-one:hover .btn-arrow-left {
  scale: 1;
  left: 10px;
}


/* -------------------------------------------------------
   ABOUT SECTION — button width fix (same as banner)
------------------------------------------------------- */
.about-section .theme-btn.btn-style-one {
  width: auto !important;
  min-width: fit-content;
  display: inline-flex !important;
  align-self: flex-start;
  overflow: hidden;
  padding-right: 58px;
}

.about-section .theme-btn.btn-style-one .btn-arrow-right {
  position: absolute;
  right: 8px;
  left: auto;
  flex-shrink: 0;
}

.about-section .theme-btn.btn-style-one:hover {
  padding-right: 58px;
  padding-left: 30px !important;
  width: auto !important;
}

.about-section .theme-btn.btn-style-one:hover .btn-title {
  transform: translateX(45px);
}

.about-section .theme-btn.btn-style-one:hover .btn-arrow-right {
  scale: 0;
}

.about-section .theme-btn.btn-style-one:hover .btn-arrow-left {
  scale: 1;
  left: 10px;
}


/* =============================================================
   LEADERSHIP MESSAGES — Tabbed card design
   About page: #leadership-messages
============================================================= */

/* ── Outer tab wrapper ──────────────────────────────────── */
.ktct-lead-tabs {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 0;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 48px rgba(0, 53, 84, 0.11);
  overflow: hidden;
  min-height: 520px;
}

/* ── Left sidebar ───────────────────────────────────────── */
.ktct-lead-sidebar {
  background: var(--theme-color2, #003554);
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

/* Tab button */
.ktct-lead-tab-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 25px 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  border-left: 4px solid transparent;
  transition: background 0.25s, border-color 0.25s;
  position: relative;
}

.ktct-lead-tab-btn:hover {
  background: rgba(255, 255, 255, 0.07);
}

.ktct-lead-tab-btn.active {
  background: rgba(255, 255, 255, 0.12);
  border-left-color: var(--theme-color1, #1e6832);
}

/* Photo thumbnail */
.ktct-lead-tab-photo {
  position: relative;
  flex-shrink: 0;
}

.ktct-lead-tab-photo img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.3);
  display: block;
  transition: border-color 0.25s;
}

.ktct-lead-tab-btn.active .ktct-lead-tab-photo img {
  border-color: var(--theme-color1, #1e6832);
}

.ktct-lead-tab-placeholder {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.ktct-lead-tab-role {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--theme-color1, #1e6832);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 2px 7px;
  border-radius: 10px;
  white-space: nowrap;
}

/* Name + designation */
.ktct-lead-tab-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
  min-width: 0;
}

.ktct-lead-tab-info strong {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ktct-lead-tab-info span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Arrow */
.ktct-lead-tab-arrow {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
  transition: color 0.25s, transform 0.25s;
}

.ktct-lead-tab-btn.active .ktct-lead-tab-arrow,
.ktct-lead-tab-btn:hover .ktct-lead-tab-arrow {
  color: var(--theme-color1, #1e6832);
  transform: translateX(3px);
}


/* ── Right panels ───────────────────────────────────────── */
.ktct-lead-panels {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.ktct-lead-panel {
  position: absolute;
  inset: 0;
  padding: 36px 40px;
  opacity: 0;
  transform: translateX(24px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ddd transparent;
}

.ktct-lead-panel.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  position: relative;
}

/* ── Floated square image ───────────────────────────── */
.ktct-lead-panel-img-wrap {
  float: left;
  width: 350px;
  height: 400px;
  margin: 0 28px 20px 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 53, 84, 0.15);
  position: relative;
  flex-shrink: 0;

}

.ktct-lead-panel-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-position: top center; */
  display: block;
  transition: transform 0.5s ease;
}

.ktct-lead-panel.active .ktct-lead-panel-img-wrap img {
  transform: scale(1.03);
}

.ktct-lead-panel-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e8f5ec, #eaf4fb);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  color: var(--theme-color1, #1e6832);
  opacity: 0.5;
}

/* Role badge pinned to bottom of image */
.ktct-lead-panel-role-badge {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--theme-color2, #003554);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 5px 14px;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

/* Gradient on image bottom */
.ktct-lead-panel-img-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: linear-gradient(transparent, rgba(0, 35, 56, 0.5));
  pointer-events: none;
  z-index: 1;
}

/* ── Content flows beside + below image ─────────────── */
.ktct-lead-panel-content {
  /* No special styles needed — content flows naturally beside float */
}

.ktct-lead-panel-identity {
  margin-bottom: 14px;
}

.ktct-lead-panel-identity h3 {
  font-size: 22px;
  font-weight: 600;
  color: #1a2340;
  margin: 0 0 3px;
  line-height: 1.2;
}

.ktct-lead-panel-designation {
  font-size: 15px;
  color: #135184;
  font-style: italic;
}

/* Clearfix */
.ktct-lead-panel::after {
  content: '';
  display: table;
  clear: both;
}

/* Big watermark quote icon */
.ktct-lead-panel-quote-icon {
  float: right;
  font-size: 56px;
  color: rgba(0, 53, 84, 0.06);
  line-height: 1;
  pointer-events: none;
  margin-left: 8px;
}

/* Heading */
.ktct-lead-panel-heading {
  font-size: 17px;
  font-weight: 700;
  color: var(--theme-color2, #003554);
  margin: 0 0 12px;
  line-height: 1.4;
  padding-left: 12px;
  border-left: 3px solid var(--theme-color1, #1e6832);
  clear: none;
}

/* Message body */
.ktct-lead-panel-body {
  font-size: 14px;
  color: #555;
  line-height: 1.85;
}

.ktct-lead-panel-body p {
  margin-bottom: 12px;
}

.ktct-lead-panel-body p:last-child {
  margin-bottom: 0;
}

/* Signature — below everything */
.ktct-lead-panel-signature {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #f0f2f5;
  clear: both;
}

.ktct-lead-panel-signature i {
  font-size: 20px;
  color: var(--theme-color1, #1e6832);
  flex-shrink: 0;
}

.ktct-lead-panel-signature strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1a2340;
}

.ktct-lead-panel-signature span {
  font-size: 12px;
  color: #999;
  font-style: italic;
}

/* ── Panel header (unused in new layout) ────────────── */
.ktct-lead-panel-header {
  display: none;
}


/* ── Responsive ─────────────────────────────────────── */
@media (max-width: 1100px) {
  .ktct-lead-panel-img-wrap {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 768px) {
  .ktct-lead-tabs {
    grid-template-columns: 1fr;
  }

  .ktct-lead-sidebar {
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 8px;
    gap: 4px;
    scrollbar-width: none;
  }

  .ktct-lead-sidebar::-webkit-scrollbar {
    display: none;
  }

  .ktct-lead-tab-btn {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 12px 14px;
    min-width: 90px;
    border-left: none;
    border-bottom: 3px solid transparent;
    gap: 8px;
    flex-shrink: 0;
  }

  .ktct-lead-tab-btn.active {
    border-bottom-color: var(--theme-color1, #1e6832);
  }

  .ktct-lead-tab-info span {
    display: none;
  }

  .ktct-lead-tab-arrow {
    display: none;
  }

  .ktct-lead-panel {
    padding: 24px 20px;
  }

  .ktct-lead-panel-img-wrap {
    width: 160px;
    height: auto;
    margin: 0 20px 16px 0;
  }

  .ktct-lead-panel-identity h3 {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .ktct-lead-panel {
    padding: 18px 16px;
  }

  .ktct-lead-panel-img-wrap {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 18px 0;
    border-radius: 12px;
  }

  .ktct-lead-panel-quote-icon {
    display: none;
  }
}


/* =============================================================
   COLLEGE ADMINISTRATION — Creative Card Grid Redesign
============================================================= */

/* ── Section wrapper ──────────────────────────────────── */
.ca-section {
  padding: 90px 0 110px;
  background: #f8f9fb;
  position: relative;
  overflow: hidden;
}

/* Background blobs */
.ca-bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.12;
  pointer-events: none;
  animation: ca-blob-drift 10s ease-in-out infinite alternate;
}

.ca-bg-blob-1 {
  width: 500px;
  height: 500px;
  background: var(--theme-color1, #1e6832);
  top: -150px;
  left: -180px;
  animation-delay: 0s;
}

.ca-bg-blob-2 {
  width: 380px;
  height: 380px;
  background: var(--theme-color3, #218fd1);
  bottom: -120px;
  right: -120px;
  animation-delay: -5s;
}

@keyframes ca-blob-drift {
  from {
    transform: translate(0, 0) scale(1);
  }

  to {
    transform: translate(28px, 20px) scale(1.08);
  }
}

.ca-bg-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0, 53, 84, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

/* ── Heading ──────────────────────────────────────────── */
.ca-heading {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.ca-heading .title span {
  background-image: var(--gradient-1);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-style3);
  display: inline-block;
  animation: titleTextShine 5s ease-in-out infinite;
}

.ca-heading-sub {
  max-width: 600px;
  margin: 14px auto 0;
  color: #666;
  font-size: 15px;
  line-height: 1.75;
}

/* ── Card grid ────────────────────────────────────────── */
.ca-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .ca-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .ca-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .ca-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Individual card ──────────────────────────────────── */
.ca-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 53, 84, 0.08);
  position: relative;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.4s ease;
  cursor: default;
}

.ca-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 56px rgba(0, 53, 84, 0.15);
}

/* Top gradient bar */
.ca-card-bar {
  height: 4px;
  background: linear-gradient(90deg,
      var(--theme-color1, #1e6832),
      var(--theme-color3, #218fd1));
  background-size: 200% 100%;
  animation: titleTextShine 4s linear infinite;
}

/* Ghost number watermark */
.ca-card-num {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 52px;
  font-weight: 900;
  color: rgba(0, 53, 84, 0.05);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  transition: color 0.3s;
  z-index: 1;
}

.ca-card:hover .ca-card-num {
  color: rgba(0, 53, 84, 0.10);
}

/* ── Photo area ───────────────────────────────────────── */
.ca-card-photo-wrap {
  position: relative;
  width: 100%;
  height: 370px;
  overflow: hidden;
}

.ca-card-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.5s ease;
}

.ca-card:hover .ca-card-photo {
  transform: scale(1.07);
}

.ca-card-photo-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e8f5ec, #eaf4fb);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  color: var(--theme-color1, #1e6832);
  opacity: 0.45;
}

/* Overlay slides up on hover */
.ca-card-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 35, 56, 0.88) 0%,
      rgba(0, 53, 84, 0.55) 50%,
      transparent 100%);
  display: flex;
  align-items: flex-end;
  padding: 20px 18px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.ca-card:hover .ca-card-photo-overlay {
  opacity: 1;
  transform: translateY(0);
}

.ca-card-overlay-inner {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.ca-overlay-dept,
.ca-overlay-qual {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

.ca-overlay-dept i,
.ca-overlay-qual i {
  font-size: 11px;
  color: var(--theme-color3, #218fd1);
  flex-shrink: 0;
}

/* ── Info block ───────────────────────────────────────── */
.ca-card-info {
  padding: 20px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ca-card-role {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #fff;
  background: var(--theme-color2, #003554);
  padding: 3px 11px;
  border-radius: 20px;
  align-self: flex-start;
  transition: background 0.3s;
}

.ca-card:hover .ca-card-role {
  background: var(--theme-color1, #1e6832);
}

.ca-card-name {
  font-size: 17px;
  font-weight: 700;
  color: #1a2340;
  margin: 0;
  line-height: 1.3;
}

.ca-card-divider {
  height: 2px;
  width: 36px;
  background: linear-gradient(90deg,
      var(--theme-color1, #1e6832),
      var(--theme-color3, #218fd1));
  border-radius: 2px;
  transition: width 0.4s ease;
}

.ca-card:hover .ca-card-divider {
  width: 80px;
}

.ca-card-dept {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #888;
  margin: 0;
  font-weight: 500;
}

.ca-card-dept i {
  color: var(--theme-color1, #1e6832);
  font-size: 11px;
}

/* ── Empty state ──────────────────────────────────────── */
.ca-empty {
  text-align: center;
  padding: 60px 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 53, 84, 0.07);
}

.ca-empty i {
  font-size: 52px;
  color: #ddd;
  display: block;
  margin-bottom: 16px;
}

.ca-empty p {
  font-size: 15px;
  color: #aaa;
  margin: 0;
}

@media (max-width: 768px) {
  .ca-section {
    padding: 60px 20px 70px;
  }

  .ca-card-photo-wrap {
    height: auto;
  }
}

/* =========================================================
   ACTIVE / CURRENT PAGE NAVIGATION HIGHLIGHT
========================================================= */

/* Main Header & Sticky Header — Top-Level Active Item */
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a,
.main-menu .navigation>li.current_page_item>a,
.main-menu .navigation>li.current-menu-ancestor>a,
.main-menu .navigation>li.current_page_ancestor>a,
.main-menu .navigation>li.current-menu-parent>a,
.main-menu .navigation>li.current_page_parent>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a,
.sticky-header .main-menu .navigation>li.current_page_item>a,
.sticky-header .main-menu .navigation>li.current-menu-ancestor>a,
.sticky-header .main-menu .navigation>li.current_page_ancestor>a,
.sticky-header .main-menu .navigation>li.current-menu-parent>a,
.sticky-header .main-menu .navigation>li.current_page_parent>a {
  color: #1e6832 !important;
  font-weight: 600;
}

/* Main Header Top-Level Indicator for Active Item */
.main-menu .navigation>li.current:before,
.main-menu .navigation>li.current-menu-item:before,
.main-menu .navigation>li.current_page_item:before,
.main-menu .navigation>li.current-menu-ancestor:before,
.main-menu .navigation>li.current_page_ancestor:before {
  color: var(--theme-color1, #1e6832);
  left: 0;
  width: 100%;
}

/* Submenu Dropdown Active Items */
.main-menu .navigation>li>ul>li.current>a,
.main-menu .navigation>li>ul>li.current-menu-item>a,
.main-menu .navigation>li>ul>li.current_page_item>a,
.main-menu .navigation>li>ul>li.current-menu-ancestor>a,
.main-menu .navigation>li>ul>li.current_page_ancestor>a,
.sticky-header .main-menu .navigation>li>ul>li.current>a,
.sticky-header .main-menu .navigation>li>ul>li.current-menu-item>a,
.sticky-header .main-menu .navigation>li>ul>li.current_page_item>a,
.sticky-header .main-menu .navigation>li>ul>li.current-menu-ancestor>a,
.sticky-header .main-menu .navigation>li>ul>li.current_page_ancestor>a {
  color: #1e6832 !important;
  font-weight: 600;
  /* background-color: #f0f7f2; */
}

/* Nested Submenu Active Items */
.main-menu .navigation>li>ul ul>li.current>a,
.main-menu .navigation>li>ul ul>li.current-menu-item>a,
.main-menu .navigation>li>ul ul>li.current_page_item>a,
.sticky-header .main-menu .navigation>li>ul ul>li.current>a,
.sticky-header .main-menu .navigation>li>ul ul>li.current-menu-item>a,
.sticky-header .main-menu .navigation>li>ul ul>li.current_page_item>a {
  color: #1e6832 !important;
  font-weight: 600;
  /* background-color: #f0f7f2; */
}

/* Mobile Menu Active Items */
.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li.current-menu-item>a,
.mobile-menu .navigation li.current_page_item>a,
.mobile-menu .navigation li.current-menu-ancestor>a,
.mobile-menu .navigation li.current_page_ancestor>a {
  color: #1e6832 !important;
  font-weight: 600;
}

@media (max-width: 767px) {
  .contact-info-block .inner-box {
    padding: 25px 20px;
    display: block !important;
  }

  .contact-icon-box {
    margin-bottom: 20px;
  }

  .map-section {
    margin-top: 0px !important;
  }

  .contact-section {
    padding: 40px 15px;
  }

  .iqac-vision-section {
    padding: 20px 20px 50px;
  }

  .page-title {
    padding: 20px;
  }

  main.ktct-core-competencies ul {
    padding-left: 20px;
  }

  .ktct-anti-ragging .wp-block-table .has-fixed-layout {
    width: 700px;
  }

  .anti-ragging-intro {
    padding: 20px 20px;
  }

  .anti-ragging-intro h4 {
    padding-bottom: 0px;
  }

  .anti-ragging-intro p {
    text-align: justify;
  }

  .bsc-about-program p {
    text-align: justify;
  }

  .ktct-why-info p {
    font-size: 14px;
  }

  section.nt-directory-section .wp-block-table.is-style-stripes {
    background: transparent;
    padding: 5px;
  }

  .ktct-faculty .wp-block-table .has-fixed-layout {
    width: 890px;
  }

  .ktct-research-student .wp-block-accordion {
    width: 100%;
  }

  .ktct-research-cne .wp-block-table .has-fixed-layout {
    width: 900px;
  }

  .about-section .outer-box .image-column .inner-column .image-box .image img {
    height: auto;
  }

  .about-section {
    padding: 0px 0px;
  }

  .about-section .content-column {
    padding-left: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .iqac-intro-section,
  .iqac-policy-section,
  .iqac-functions-section,
  .iqac-members-section {
    padding: 80px 20px;
  }

  .iqac-vision-section {
    padding: 20px 20px 50px;
  }

  .ktct-committees-section {
    padding: 50px 20px 50px;
  }

  .ktct-anti-ragging .wp-block-table .has-fixed-layout {
    width: 700px;
  }

  .anti-ragging-intro p {
    text-align: justify;
  }

  .ktct-why-left-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ktct-why-left h2 {
    margin: 0 0 13px;
  }

  .ktct-why-info p {
    font-size: 14px;
  }

  .ktct-why-info {
    margin-left: 80px;
  }

  .ktct-why-number {
    left: 0px;
  }

  .ktct-why-right {
    padding: 25px 7% 25px 11%;
  }

  .ktct-program-structure {
    padding: 50px 20px 50px;
  }

  .ktct-admission-section {
    padding: 50px 20px 50px;
  }

  .department-overview {
    padding: 50px 20px;
  }

  .ktct-faculty .wp-block-table .has-fixed-layout {
    width: 900px;
  }

  .ktct-research-student .wp-block-accordion {
    width: 100%;
  }

  .ktct-research-cne .wp-block-table .has-fixed-layout {
    width: 900px;
  }

  .about-detail-section {
    padding: 40px 20px;
  }

  #core-values {
    padding: 50px 20px;
  }

  .about-detail-section {
    padding: 40px 30px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .ktct-why-number {
    left: -120px;
  }
}

/*======================================================
    About Trust Premium Section
======================================================*/
.about-trust-section {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
  overflow: hidden;
  z-index: 1;
}

/* Floating Shapes */
.trust-shape-1 {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, var(--theme-color2) 0%, rgba(255, 255, 255, 0) 70%);
  opacity: 0.15;
  border-radius: 50%;
  z-index: -1;
}

.trust-shape-2 {
  position: absolute;
  bottom: 10%;
  right: 5%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--theme-color1) 0%, rgba(255, 255, 255, 0) 70%);
  opacity: 0.1;
  z-index: -1;
}

/* Animations */
@keyframes bounceY {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }
}

.bounce-y {
  animation: bounceY 5s infinite ease-in-out;
}

@keyframes borderFloat {

  0%,
  100% {
    transform: translate(15px, -15px);
  }

  50% {
    transform: translate(5px, -5px);
  }
}

@keyframes spinSlow {
  100% {
    transform: rotate(360deg);
  }
}

.spin-slow {
  animation: spinSlow 15s infinite linear;
}

/* Image Group Layout */
.trust-image-group {
  position: relative;
  padding: 20px 20px 20px 0;
  z-index: 1;
}

.trust-image-group::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 90%;
  border: 4px solid var(--theme-color1);
  border-radius: 20px;
  z-index: -1;
  animation: borderFloat 4s ease-in-out infinite;
}

.trust-main-img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  position: relative;
}

.trust-main-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4/3;
  transition: transform 0.7s ease;
}

.trust-image-group:hover .trust-main-img img {
  transform: scale(1.05);
}

/* Floating Card over Image */
.trust-floating-card {
  position: absolute;
  bottom: -30px;
  left: 20px;
  background: #ffffff;
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 2;
  border-left: 5px solid var(--theme-color1);
  animation: bounceY 6s infinite ease-in-out reverse;
}

.trust-floating-card .icon-box {
  width: 60px;
  height: 60px;
  background: rgba(var(--theme-color1-rgb), 0.1);
  color: var(--theme-color1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.trust-floating-card .info .title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 5px;
  color: #111;
}

.trust-floating-card .info .text {
  font-size: 15px;
  color: #666;
  font-weight: 500;
}

/* Content Styling */
.about-trust-content {
  padding-left: 30px;
}

.trust-intro-text {
  font-size: 17px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 30px;
}

.trust-outro-text {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

/* Premium Blockquote */
.trust-blockquote {
  position: relative;
  background: #fff;
  padding: 30px 30px 30px 70px;
  border-radius: 15px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  margin: 35px 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.trust-blockquote::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 60%;
  background: var(--theme-color2);
  border-radius: 0 5px 5px 0;
}

.trust-blockquote .quote-icon {
  position: absolute;
  left: 25px;
  top: 30px;
  font-size: 24px;
  color: var(--theme-color1);
  opacity: 0.3;
}

.trust-blockquote p {
  margin: 0;
  font-size: 17px;
  font-style: italic;
  color: #333;
  line-height: 1.7;
  font-weight: 500;
}

.about-trust-content .core-values-tag {
  justify-content: flex-start;
}

section#about-trust {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .about-trust-content {
    padding-left: 0;
    margin-top: 50px;
  }

  .trust-floating-card {
    bottom: -20px;
    left: 10px;
    right: 10px;
    padding: 15px;
  }

  .trust-image-group::before {
    display: none;
  }
}

/*======================================================
    Vision & Mission Creative Section
======================================================*/
#vision-mission {
  padding: 100px 0;
  background-color: #ffffff;
  position: relative;
}

.vm-text-wrapper {
  padding-right: 30px;
}

.vm-intro-text {
  font-size: 18px;
  color: #4a5568;
  line-height: 1.8;
  margin-top: 20px;
}

/* Creative Cards */
.vm-creative-card {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.vm-creative-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
}

/* Background Shape in Card */
.vm-card-bg-shape {
  position: absolute;
  top: -30%;
  right: -30%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  opacity: 0.08;
  z-index: -1;
  transition: transform 0.6s ease;
}

.vm-creative-card:hover .vm-card-bg-shape {
  transform: scale(1.5);
}

.vm-card-1 .vm-card-bg-shape {
  background: var(--theme-color1);
}

.vm-card-2 .vm-card-bg-shape {
  background: var(--theme-color2);
}

/* Card Icon Box */
.vm-icon-box {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin-bottom: 25px;
  transition: transform 0.4s ease;
}

.vm-card-1 .vm-icon-box {
  background: rgba(var(--theme-color1-rgb), 0.1);
  color: var(--theme-color1);
}

.vm-card-2 .vm-icon-box {
  background: rgba(var(--theme-color2-rgb), 0.1);
  color: var(--theme-color2);
}

.vm-creative-card:hover .vm-icon-box {
  transform: scale(1.1) rotate(5deg);
}

/* Content */
.vm-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #1a202c;
}

.vm-desc {
  font-size: 16px;
  color: #64748b;
  line-height: 1.7;
  margin: 0;
}

/* Mission List */
.vm-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vm-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #64748b;
  line-height: 1.6;
}

.vm-list li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--theme-color2);
  font-size: 18px;
}

@media (max-width: 991px) {
  .vm-text-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .vm-creative-card.mt-md-5 {
    margin-top: 0 !important;
  }
}

/*======================================================
    About Hero Creative Section
======================================================*/
.about-hero-section {
  position: relative;
  padding: 120px 0;
  background-color: #fdfdfd;
  overflow: hidden;
  z-index: 1;
}

/* Background Shapes */
.ab-shape-1 {
  position: absolute;
  top: -10%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--theme-color1) 0%, rgba(255, 255, 255, 0) 60%);
  opacity: 0.05;
  border-radius: 50%;
  z-index: -1;
  animation: spinSlow 25s infinite linear;
}

.ab-shape-2 {
  position: absolute;
  bottom: -10%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--theme-color2) 0%, rgba(255, 255, 255, 0) 60%);
  opacity: 0.05;
  border-radius: 50%;
  z-index: -1;
  animation: borderFloat 8s ease-in-out infinite;
}

/* Image Wrapper */
.ab-image-wrapper {
  position: relative;
  padding: 0 40px 40px 0;
  z-index: 1;
}

.ab-image-backdrop {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 40px;
  background: var(--theme-color1);
  border-radius: 20px 0 20px 0;
  opacity: 0.1;
  z-index: -2;
  transition: all 0.5s ease;
}

.ab-image-wrapper:hover .ab-image-backdrop {
  top: 20px;
  left: 20px;
  opacity: 0.15;
}

.ab-main-image {
  border-radius: 20px 0 20px 0;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.ab-main-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.ab-image-wrapper:hover .ab-main-image img {
  transform: scale(1.05);
}

/* Floating Badge */
.ab-floating-badge {
  position: absolute;
  bottom: 0;
  right: -20px;
  background: #ffffff;
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  z-index: 3;
  border-left: 5px solid var(--theme-color2);
}

.ab-floating-badge .badge-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ab-floating-badge i {
  font-size: 36px;
  color: var(--theme-color1);
}

.ab-floating-badge .badge-text {
  display: flex;
  flex-direction: column;
}

.ab-floating-badge .year {
  font-size: 22px;
  font-weight: 800;
  color: #111;
  line-height: 1.2;
}

.ab-floating-badge .desc {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

/* Content Area */
.ab-content-wrapper {
  padding-left: 30px;
}

.ab-title {
  font-size: 42px;
  font-weight: 800;
  color: #1a202c;
  line-height: 1.2;
  margin: 15px 0 25px;
}

.ab-title .highlight {
  color: var(--theme-color1);
  font-size: 46px;
}

.ab-text-content p {
  font-size: 17px;
  color: #4a5568;
  line-height: 1.8;
  margin-bottom: 25px;
}

/* Features */
.ab-features {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}

.ab-feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding: 15px 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.ab-feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.ab-feature-item .icon-box {
  width: 45px;
  height: 45px;
  background: rgba(var(--theme-color2-rgb), 0.1);
  color: var(--theme-color2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.ab-feature-item span {
  font-size: 16px;
  font-weight: 700;
  color: #1a202c;
}

.ab-content-wrapper .core-values-tag {
  justify-content: flex-start;
}

.hca-content .h2 span {
  background-image: var(--gradient-1);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-style3);
  display: inline-block;
  animation: titleTextShine 5s ease-in-out infinite;
}

@media (max-width: 991px) {
  .ab-image-wrapper {
    padding: 0 20px 20px 0;
    margin-bottom: 50px;
  }

  .ab-floating-badge {
    right: 10px;
    bottom: -20px;
    padding: 15px 20px;
  }

  .ab-content-wrapper {
    padding-left: 0;
  }

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

  .ab-title .highlight {
    font-size: 36px;
  }

  .ab-features {
    flex-direction: column;
    gap: 15px;
  }
}

/*======================================================
    Home Creative About Section
======================================================*/

/* Background Shapes */
.hca-shape {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  opacity: 0.05;
}

.hca-shape-1 {
  width: 500px;
  height: 500px;
  top: -10%;
  right: -10%;
  background: radial-gradient(circle, var(--theme-color1) 0%, rgba(255, 255, 255, 0) 70%);
  animation: spinSlow 30s linear infinite;
}

.hca-shape-2 {
  width: 400px;
  height: 400px;
  bottom: -5%;
  left: -5%;
  background: radial-gradient(circle, var(--theme-color2) 0%, rgba(255, 255, 255, 0) 70%);
  animation: borderFloat 6s ease-in-out infinite;
}

/* Image Group */
.hca-image-group {
  position: relative;
  z-index: 1;
  padding: 0 40px 40px 0;
}

.hca-main-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.hca-main-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.hca-image-group:hover .hca-main-image img {
  transform: scale(1.05);
}

.hca-sub-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  border: 5px solid #fff;
  z-index: 3;
}

.hca-sub-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.hca-experience-badge {
  position: absolute;
  top: 50px;
  left: -30px;
  background: var(--theme-color1);
  color: #fff;
  padding: 25px 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 15px 30px rgba(var(--theme-color1-rgb), 0.3);
  z-index: 4;
  animation: bounceY 4s infinite ease-in-out reverse;
}

.hca-experience-badge .exp-number {
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 5px;
}

.hca-experience-badge .exp-text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@keyframes patternPan {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 15px 15px;
  }
}

.hca-dots-pattern {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(var(--theme-color2) 2px, transparent 2px);
  background-size: 15px 15px;
  opacity: 0.3;
  z-index: 1;
  animation: patternPan 2s linear infinite;
}

/* Content */
.hca-content {
  position: relative;
  z-index: 1;
  padding-left: 30px;
}

.hca-content .core-values-tag {
  justify-content: flex-start;
  margin-bottom: 20px;
}

.hca-desc {
  font-size: 18px;
  color: #555;
  line-height: 1.8;
}

/* Vision/Mission Info Boxes */
.hca-vision-mission {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.hca-vm-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fdfdfd;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.03);
  border-left: 4px solid var(--theme-color1);
  transition: all 0.4s ease;
}

.hca-vm-item:hover {
  transform: translateX(10px);
  background: var(--theme-color1);
}

.hca-vm-item:nth-child(2) {
  border-left-color: var(--theme-color2);
}

.hca-vm-item:nth-child(2):hover {
  background: var(--theme-color2);
}

.hca-vm-item:hover h5,
.hca-vm-item:hover p {
  color: #fff;
}

.hca-vm-icon {
  width: 60px;
  height: 60px;
  background: rgba(var(--theme-color1-rgb), 0.1);
  color: var(--theme-color1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
  transition: all 0.4s ease;
}

.hca-vm-item:hover .hca-vm-icon {
  transform: rotate(360deg);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.hca-vm-item:nth-child(2):hover .hca-vm-icon {
  background: rgba(255, 255, 255, 0.2);
}

.hca-vm-icon.hca-color-2 {
  background: rgba(var(--theme-color2-rgb), 0.1);
  color: var(--theme-color2);
}

.hca-vm-text h5 {
  font-size: 20px;
  font-weight: 800;
  color: #111;
  margin-bottom: 10px;
  transition: all 0.4s ease;
}

.hca-vm-text p {
  margin: 0;
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  transition: all 0.4s ease;
}

/* CTA Group */
.hca-cta-group {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 45px;
  border-top: 1px solid #eee;
  padding-top: 40px;
}

.hca-phone {
  display: flex;
  align-items: center;
  gap: 15px;
}

.hca-phone .icon {
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  color: var(--theme-color2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
}

.hca-cta-group:hover .hca-phone .icon {
  background: var(--theme-color2);
  color: #fff;
  transform: rotate(15deg);
}

.hca-phone .info {
  display: flex;
  flex-direction: column;
}

.hca-phone .info span {
  font-size: 14px;
  color: #777;
  font-weight: 500;
  margin-bottom: 2px;
}

.hca-phone .info a {
  font-size: 20px;
  font-weight: 800;
  color: #111;
}

.hca-phone .info a:hover {
  color: var(--theme-color1);
}

section.home-creative-about.fix {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .hca-image-group {
    padding: 0 20px 20px 0;
    margin-bottom: 60px;
  }

  .hca-sub-image {
    width: 60%;
  }

  .hca-experience-badge {
    left: 10px;
    padding: 15px 20px;
  }

  .hca-experience-badge .exp-number {
    font-size: 28px;
  }

  .hca-experience-badge .exp-text {
    font-size: 12px;
  }

  .hca-content {
    padding-left: 0;
  }

  .hca-cta-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}

/* =====================================================
   404 ERROR PAGE
====================================================== */
.error-page-section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  background: #fdfdfd;
}

.error-image-wrapper {
  position: relative;
  max-width: 600px;
  margin: 0 auto 50px;
  animation: bounceY 4s infinite ease-in-out;
}

.error-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.error-content-box {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.error-content-box h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #111;
}

.error-content-box h1 span {
  background-image: var(--gradient-1);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-style3);
  animation: titleTextShine 5s ease-in-out infinite;
  display: inline-block;
}

.error-content-box p {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.7;
}

.error-bg-shape {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  opacity: 0.04;
}

.error-bg-shape-1 {
  width: 600px;
  height: 600px;
  top: -15%;
  left: -10%;
  background: radial-gradient(circle, var(--theme-color1) 0%, rgba(255, 255, 255, 0) 70%);
  animation: spinSlow 30s linear infinite;
}

.error-bg-shape-2 {
  width: 500px;
  height: 500px;
  bottom: -15%;
  right: -10%;
  background: radial-gradient(circle, var(--theme-color2) 0%, rgba(255, 255, 255, 0) 70%);
  animation: borderFloat 6s ease-in-out infinite;
}

.error-inner {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .error-content-box h1 {
    font-size: 36px;
  }

  .error-page-section {
    padding: 80px 0;
  }

  section.home-creative-about.fix {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-hero-section {
    padding: 50px 20px;
  }

  #vision-mission {
    padding: 50px 20px;
  }

  section#about-trust {
    padding: 50px 20px;
  }

  .trust-floating-card {
    bottom: -70px;
  }
}