@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");/*===========================
  COMMON css 
===========================*/
:root {  
    /* kept Inter if you still need it somewhere */
  
    /* New Poppins font variables */
    --default-font: "Poppins", sans-serif;
    --heading-font: "Poppins", sans-serif;
    --nav-font: "Poppins", sans-serif;
    --yellow:#fffd82;
      --yellow-light:#fffedb;
  --primary: #155bd5;
  --primary-dark: #1c3ab6;
  --primary-light: #e2f1ff;
  --accent: #00d4d7;
  --accent-dark: #00bac1;
  --accent-light: #dff9f8;
  --success: #13d527;
  --success-dark: #00ae11;
  --success-light: #eafbe7;
  --secondary: #8f15d5;
  --secondary-dark: #6013c7;
  --secondary-light: #f4e5fa;
  --info: #15b2d5;
  --info-dark: #0f8ca8;
  --info-light: #e0f5fa;
  --caution: #dbbb25;
  --caution-dark: #d58f15;
  --caution-light: #fbf9e4;
  --error: #e6185e;
  --error-dark: #bf1257;
  --error-light: #fce4eb;
  --black: #1d1d1d;
  --dark-1: #2d2d2d;
  --dark-2: #4d4d4d;
   --dark-3: var(--black); /*  #6d6d6d; */
  --gray-1: #8d8d8d;
  --gray-2: #adadad;
  --gray-3: #cdcdcd;
  --gray-4: #e0e0e0;
  --light-1: #efefef;
  --light-2: #f5f5f5;
  --light-3: #fafafa;
  --white: #ffffff;
  --gradient-1: linear-gradient(180deg, #155bd5 0%, #1c3ab6 100%);
  --gradient-2: linear-gradient(180deg, #155bd5 13.02%, #00d4d7 85.42%);
  --gradient-3: linear-gradient(180deg, #155bd5 0%, #8f15d5 100%);
  --gradient-4: linear-gradient(180deg, #155bd5 0%, #13d527 100%);
  --gradient-5: linear-gradient(180deg, #155bd5 0%, #15bbd5 100%);
  --gradient-6: linear-gradient(180deg, #155bd5 0%, #dbbb25 100%);
  --gradient-7: linear-gradient(180deg, #155bd5 0%, #e6185e 100%);
  --gradient-8: linear-gradient(180deg, #1c3ab6 0%, #00bac1 100%);
  --gradient-9: linear-gradient(180deg, #00d4d7 13.02%, #155bd5 85.42%);
  --shadow-1: 0px 0px 1px rgba(40, 41, 61, 0.08),
    0px 0.5px 2px rgba(96, 97, 112, 0.16);
  --shadow-2: 0px 0px 1px rgba(40, 41, 61, 0.04),
    0px 2px 4px rgba(96, 97, 112, 0.16);
  --shadow-3: 0px 0px 2px rgba(40, 41, 61, 0.04),
    0px 4px 8px rgba(96, 97, 112, 0.16);
  --shadow-4: 0px 2px 4px rgba(40, 41, 61, 0.04),
    0px 8px 16px rgba(96, 97, 112, 0.16);
  --shadow-5: 0px 2px 8px rgba(40, 41, 61, 0.04),
    0px 16px 24px rgba(96, 97, 112, 0.16);
  --shadow-6: 0px 2px 8px rgba(40, 41, 61, 0.08),
    0px 20px 32px rgba(96, 97, 112, 0.24);
}

/* body {
  font-family: var(--default-font);
  color: var(--black);
  font-size: 1.1em; 
}*/

body {
  font-family: var(--default-font);
  background-color: #f6f7fb;
  margin: 0;
  padding: 0;
  color: #333;
}

@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
}

a {
  display: inline-block;
}

a,
button,
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: var(--black);
  margin: 0px;
}

h1,
.h1 {
  font-size: 2.3em;
  line-height: 1.25;
}

h2,
.h2 {
  font-size: 2em;
  line-height: 1.25;
}

h3,
.h3 {
  font-size: 1.75em;
  line-height: 1.25;
}

h4,
.h4 {
  font-size: 1.5em;
  line-height: 1.25;
}

h5,
.h5 {
  font-size: 1.25em;
  line-height: 1.25;
}

h6,
.h6 {
  font-size: 1.1em;
  line-height: 1.25;
}

.display-1 {
  font-size: 5.5em;
  line-height: 1.25;
}

.display-2 {
  font-size: 4.75em;
  line-height: 1.25;
}

.display-3 {
  font-size: 4em;
  line-height: 1.25;
}

.display-4 {
  font-size: 3.25em;
  line-height: 1.25;
}

p {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5;
  color: var(--dark-3);
  margin: 0px;
}

.text-small {
  font-size: 0.875em;
  line-height: 1.5;
}

.text-lg {
  font-size: 1.15em;
  line-height: 1.5;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.btn {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.btn:hover {
  color: inherit;
}
.btn:focus {
  box-shadow: none;
  outline: none;
}
.btn.btn-lg {
  font-size: 1.15em;
  padding: 16px 24px;
}
.btn.btn-sm {
  padding: 8px 16px;
}
.btn.square {
  border-radius: 0px;
}
.btn.semi-rounded {
  border-radius: 12px;
}
.btn.rounded-full {
  border-radius: 50px;
}
.btn.icon-left span,
.btn.icon-left i {
  margin-right: 8px;
}
.btn.icon-right span,
.btn.icon-right i {
  margin-left: 8px;
}
.btn.icon-btn {
  width: 48px;
  height: 48px;
  padding: 0;
  line-height: 48px;
}
.btn.icon-btn.btn-lg {
  width: 56px;
  height: 56px;
  line-height: 56px;
}
.btn.icon-btn.btn-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
}


/* ===== Buttons Css ===== */
.primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.active.primary-btn, .primary-btn:hover, .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

.primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.active.primary-btn-outline, .primary-btn-outline:hover, .primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}
.deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}


/* One Click Scrool Top Button*/
.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--primary);
  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;
  font-size: 14px;
  color: #fff !important;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 5px;
}

.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: var(--dark-1);
}

/*===========================
  Section Title Five CSS
===========================*/
.section-title-five {
  text-align: center;
  max-width: 550px;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-five {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .section-title-five {
    margin-bottom: 35px;
  }
}
.section-title-five h6 {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
  color: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 30px;
  padding: 8px 30px;
}
.section-title-five h2 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-five h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .section-title-five h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.section-title-five p {
  color: var(--dark-3);
}

.made-in-ayroui{
  position: fixed;
  left: 5px;
  bottom: 5px;
  z-index: 999;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.made-in-ayroui:hover{
  transform: translateY(-5px);
}


/*===========================
  NAVBAR css 
===========================*/
.navbar-toggler:focus {
  box-shadow: none;
}

.mb-100 {
  margin-bottom: 100px;
}

/*===== NAVBAR NINE =====*/
.navbar-area.navbar-nine {
  background: var(--primary);
  padding: 0px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
.sticky {
  position: fixed !important;
  z-index:99 !important;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine {
    padding: 10px 0;
  }
}
.navbar-area.navbar-nine .navbar-brand {
  margin: 0;
}
.navbar-area.navbar-nine .navbar {
  position: relative;
  padding: 0;
}
.navbar-area.navbar-nine .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: var(--white);
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-area.navbar-nine .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar-area.navbar-nine .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-area.navbar-nine .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-collapse {
    position: absolute;
    top: 116%;
    left: 0;
    width: 100%;
    background-color: var(--primary);
    z-index: 8;
    padding: 10px 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .navbar-area.navbar-nine .navbar .navbar-nav {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav {
    margin-right: 0;
  }
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item {
  position: relative;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item a {
    font-size: 1.2em;
  display: flex;  
  align-items: center;
  padding: 11px 16px;
  color: var(--white);
  text-transform: capitalize;
  position: relative;
  border-radius: 5px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin: 14px 0;
  opacity: 0.7;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item a:hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    border: 0;
    margin: 0;
  }
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item a.active {
  opacity: 1;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item a i {
  font-size: 12px;
  font-weight: 700;
  padding-left: 7px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item a i {
    position: relative;
    top: -5px;
  }
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 230px;
  background-color: var(--white);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    right: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all none ease-out 0s;
    -moz-transition: all none ease-out 0s;
    -ms-transition: all none ease-out 0s;
    -o-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    box-shadow: none;
    text-align: left;
    border-top: 0;
    height: 0;
  }
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    height: 0;
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu.show {
    height: auto;
  }
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li {
  position: relative;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-nav-toggler {
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  position: relative;
  color: var(--dark-2);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  z-index: 5;
  opacity: 1;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li a i {
  font-weight: 700;
  font-size: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li a i {
    display: none;
  }
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li a .sub-nav-toggler i {
  display: inline-block;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li .sub-menu.show {
    visibility: visible;
    height: auto;
    position: relative;
  }
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-nav-toggler {
  color: var(--white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-nav-toggler {
    color: var(--primary);
  }
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover > a {
  color: var(--primary);
  padding-left: 22px;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover > a i {
  color: var(--primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover > a {
    color: var(--primary);
  }
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover > a::after {
  opacity: 1;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-menu li:hover > a::before {
  opacity: 1;
}
.navbar-area.navbar-nine .navbar .navbar-nav .nav-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 115%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: var(--white);
  }
}
.navbar-area.navbar-nine .navbar .navbar-btn {
  margin-top: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area.navbar-nine .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 7px;
  }
}
@media (max-width: 767px) {
  .navbar-area.navbar-nine .navbar .navbar-btn {
    position: absolute;
    right: 60px;
    top: 7px;
  }
}
.navbar-area.navbar-nine .navbar .navbar-btn .menu-bar {
  font-size: 22px;
  position: relative;
  overflow: hidden;
  color: var(--white);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(238, 238, 238, 0.425);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-area.navbar-nine .navbar .navbar-btn .menu-bar:hover {
  border-color: transparent;
  color: var(--primary);
  background-color: var(--white);
}

/*===== SIDEBAR ONE =====*/
.sidebar-left {
  position: fixed;
  top: 0;
  right: 0;
  background-color: var(--white);
  height: 100%;
  width: 350px;
  padding-top: 80px;
  z-index: 999;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.4s ease-in-out;
  text-align: left;
}
.sidebar-left.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 767px) {
  .sidebar-left {
    width: 250px;
  }
}
.sidebar-left .sidebar-close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.sidebar-left .sidebar-close .close {
  font-size: 18px;
  color: var(--black);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.sidebar-left .sidebar-close .close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar-left .sidebar-content {
  padding: 0px 30px;
}
.sidebar-left .sidebar-content .sidebar-menu {
  margin-top: 30px;
}
.sidebar-left .sidebar-content .sidebar-menu .menu-title {
  font-size: 18px;
  font-weight: 600;
}
.sidebar-left .sidebar-content .sidebar-menu ul {
  margin-top: 15px;
}
.sidebar-left .sidebar-content .sidebar-menu ul li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 8px 0;
  color: var(--dark-3);
  text-transform: capitalize;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: block;
}
.sidebar-left .sidebar-content .sidebar-menu ul li a:hover {
  color: var(--primary);
  padding-left: 5px;
}
.sidebar-left .sidebar-content .text {
  margin-top: 20px;
}
.sidebar-left .sidebar-content .sidebar-social {
  margin-top: 30px;
}
.sidebar-left .sidebar-content .sidebar-social .social-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
.sidebar-left .sidebar-content .sidebar-social ul li {
  display: inline-block;
  margin-right: 5px;
}
.sidebar-left .sidebar-content .sidebar-social ul li:last-child {
  margin: 0;
}
.sidebar-left .sidebar-content .sidebar-social ul li a {
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 50%;
  font-size: 18px;
  color: #666;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sidebar-left .sidebar-content .sidebar-social ul li a:hover {
  color: var(--white);
  background-color: var(--primary);
  border-color: transparent;
}

.overlay-left {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99;
}
.overlay-left.open {
  display: block;
}


/* ===== Buttons Css ===== */
.header-eight .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.header-eight .active.primary-btn, .header-eight .primary-btn:hover, .header-eight .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.header-eight .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

/*======================================
    header Area CSS
========================================*/
.header-eight {
  position: relative;
  padding:85px 0 100px 0;
  background: var(--primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-eight {
    padding: 130px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .header-eight {
    padding: 100px 0 60px 0;
  }
}
.header-eight .header-image img {
  width: 100%;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-eight .header-image {
    margin-top: 40px;
  }
}
.header-eight .header-content {
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: left;
}
.header-eight .header-content h1 {
  font-weight: 700;
  color: var(--yellow);
  text-shadow: 0px 3px 8px #00000017;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-eight .header-content h1  {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .header-eight .header-content h1  {
    font-size: 30px;
    line-height: 42px;
  }
}
.header-eight .header-content h1 span {
  display: block;
}
.header-eight .header-content p {
  margin-top: 10px;
  color: var(--white);
  opacity: 0.7;
}
.header-eight .button {
  margin-top: 40px;
}
.header-eight .primary-btn {
  margin-right: 12px;
  background-color: var(--white);
  color: var(--primary);
  border: 1px solid transparent;
}
.header-eight .primary-btn:hover {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}
.header-eight .video-button {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header-eight .video-button {
    margin-top: 20px;
  }
}
.header-eight .video-button .text {
  display: inline-block;
  margin-left: 15px;
  color: var(--white);
  font-weight: 600;
}
.header-eight .video-button .icon-btn {
  background: var(--white);
  color: var(--primary);
}

/*===========================
  about-05 css
===========================*/
.about-five {
  background-color: var(--yellow-light);
  padding-top: 120px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-five {
    padding-top: 100px;
    padding-bottom:70px;
  }
}
@media (max-width: 767px) {
  .about-five {
    padding-top: 80px;
    padding-bottom:60px;
  }
}
.about-five-content{
  padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-five-content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about-five-content {
    padding-left: 0;
  }
}
.about-five-content .small-title {
  position: relative;
  padding-left: 30px;
}
.about-five-content .small-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  background-color: var(--primary);
  height: 2px;
  width: 20px;
  margin-top: -1px;
}
.about-five-content .main-title {
  margin-top: 20px;
}
.about-five-content .about-five-tab {
  margin-top: 40px;
}
.about-five-content .about-five-tab nav {
  border: none;
  background-color: var(--light-1);
  padding: 15px;
  border-radius: 5px;
}
.about-five-content .about-five-tab nav .nav-tabs {
  border: none;
}
.about-five-content .about-five-tab nav button {
  border: none;
  color: var(--dark-1);
  font-weight: 600;
  padding: 0;
  margin-right: 20px;
  position: relative;
  background-color: var(--white);
  padding: 10px 18px;
  border-radius: 4px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .about-five-content .about-five-tab nav button {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .about-five-content .about-five-tab nav button:last-child {
    margin: 0;
  }
}
.about-five-content .about-five-tab nav button:hover {
  color: var(--primary);
}
.about-five-content .about-five-tab nav button.active {
  background-color: var(--primary);
  color: var(--white);
}
.about-five-content .about-five-tab nav button:last-child {
  margin-right: 0;
}
.about-five-content .about-five-tab .tab-content {
  border: none;
  padding-top: 30px;
}
.about-five-content .about-five-tab .tab-content p {
  margin-bottom: 20px;
}
.about-five-content .about-five-tab .tab-content p:last-child {
  margin: 0;
}

.about-image-five {
  padding-left: 60px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-five {
    margin-bottom: 70px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .about-image-five {
    margin-bottom: 60px;
    padding-left: 0;
  }
}
.about-image-five .shape {
  position: absolute;
  left: 30px;
  top: -30px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-five .shape {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-five::before {
    right: -15px;
    bottom: -15px;
  }
}
@media (max-width: 767px) {
  .about-image-five::before {
    display: none;
  }
}
.about-image-five img {
  width: 100%;
  z-index: 2;
}


/*===========================
  services css 
===========================*/
.services-eight {
  background-color: var(--yellow-light);
  padding: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-eight {
    padding: 80px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .services-eight {
    padding: 60px 0 30px 0;
  }
}
.services-eight .single-services {
  padding: 40px 30px;
  border: 1px solid var(--light-1);
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services-eight .single-services:hover {
  box-shadow: var(--shadow-4);
}
.services-eight .single-services:hover .service-icon {
  color: var(--white);
  border-color: transparent;
  background: var(--primary);
}
.services-eight .single-services:hover .service-icon::after {
  opacity: 1;
  visibility: visible;
}
.services-eight .single-services .service-icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  margin-bottom: 25px;
  background: var(--white);
  border: 2px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}
.services-eight .single-services .service-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: var(--primary);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
  border-radius: 50%;
  border: 1px solid transparent;
}
.services-eight .single-services .service-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.services-eight .single-services .service-content p {
  color: var(--dark-3);
}



/*===== VIDEO ONE =====*/
.video-one {
  background-color: var(--light-3);
  padding: 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-one {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .video-one {
    padding: 60px 0;
  }
}
.video-one .video-title h5 {
  font-weight: 600;
  color: var(--primary);
}
.video-one .video-title h2 {
  font-weight: 700;
  color: var(--black);
  margin-top: 10px;
}
.video-one .video-title .text-lg {
  margin-top: 24px;
  color: var(--dark-3);
}
.video-one .video-content {
  position: relative;
  margin-top: 20px;
  border-radius: 8px;
  overflow: hidden;
}
.video-one .video-content img {
  border-radius: 8px;
}
.video-one .video-content a {
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--primary);
  color: var(--white);
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding-left: 3px;
}
@media (max-width: 767px) {
  .video-one .video-content a {
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 20px;
  }
}
.video-one .video-content a:hover {
  background-color: var(--white);
  color: var(--primary);
}


/*===== PRICING THIRTEEN =====*/
.pricing-fourteen {
  padding: 30px 0;
  background-color: var(--yellow-light);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-fourteen {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .pricing-fourteen {
    padding: 60px 0;
  }
}
.pricing-style-fourteen {
  border: 1px solid var(--light-1);
  border-radius: 10px;
  margin-top: 30px;
  background-color: var(--white);
  transition: all 0.4s ease;
  padding: 50px 35px;
  text-align: center;
  z-index: 0;
}
.pricing-style-fourteen:hover {
  box-shadow: var(--shadow-4);
}
.pricing-style-fourteen.middle {
  box-shadow: var(--shadow-4);
}
.pricing-style-fourteen.middle .title {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}
.pricing-style-fourteen .title {
  font-weight: 500;
  margin-bottom: 25px;
  color: var(--primary);
  padding: 8px 20px;
  border: 2px solid var(--primary);
  display: inline-block;
  border-radius: 30px;
  font-size: 16px;
}
.pricing-style-fourteen .table-head p {
  color: var(--dark-3);
}
.pricing-style-fourteen .price {
  padding-top: 30px;
}
.pricing-style-fourteen .amount {
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-size: 55px;
}
.pricing-style-fourteen .currency {
  font-weight: 400;
  color: var(--dark-3);
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 6px;
}
.pricing-style-fourteen .duration {
  display: inline-block;
  font-size: 18px;
  color: var(--dark-3);
  font-weight: 400;
}
.pricing-style-fourteen .light-rounded-buttons {
  margin: 0;
  margin-top: 30px;
  margin-bottom: 40px;
}
.pricing-style-fourteen .table-list li {
  position: relative;
  margin-bottom: 10px;
  color: var(--dark-3);
  text-align: left;
}
.pricing-style-fourteen .table-list li:last-child {
  margin: 0;
}
.pricing-style-fourteen .table-list li i {
  color: var(--primary);
  font-size: 16px;
  padding-right: 8px;
}
.pricing-style-fourteen .table-list li i.deactive {
  color: var(--dark-3);
}




/* ===== Buttons Css ===== */
.call-action .inner-content .light-rounded-buttons .primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.call-action .inner-content .light-rounded-buttons .active.primary-btn-outline, .call-action .inner-content .light-rounded-buttons .primary-btn-outline:hover, .call-action .inner-content .light-rounded-buttons .primary-btn-outline:focus {
  background: var(--white);
  color: var(--primary);
  border-color: transparent;
}
.call-action .inner-content .light-rounded-buttons .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

/*===== call action four =====*/
.call-action {
  z-index: 2;
  padding: 100px 0;
  background: linear-gradient(45deg, var(--primary), var(--primary-dark));
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .call-action {
    padding: 60px 0;
  }
}
.call-action:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("assets/images/call-action/overlay.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: -1;
}
.call-action .inner-content {
  text-align: center;
}
.call-action .inner-content h2 {
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--white);
}
.call-action .inner-content p {
  color: var(--white);
}
.call-action .inner-content .light-rounded-buttons {
  margin-top: 45px;
  display: block;
}
.call-action .inner-content .light-rounded-buttons .primary-btn-outline {
  border-color: var(--white);
  color: var(--white);
}



/*===== latest-news-area =====*/
.latest-news-area {
  background: var(--yellow-light);
  padding: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-news-area {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .latest-news-area {
    padding: 60px 0;
  }
}
.latest-news-area .single-news {
  margin-top: 30px;
}
.latest-news-area .single-news .image {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.latest-news-area .single-news .image img {
  height: 100%;
  width: 100%;
  transition: all 0.4s ease;
}
.latest-news-area .single-news .image .meta-details {
  display: inline-block;
  padding: 6px 15px 6px 7px;
  border-radius: 30px;
  background-color: var(--primary);
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.latest-news-area .single-news .image .meta-details img {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: inline-block;
}
.latest-news-area .single-news .image .meta-details span {
  color: var(--white);
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
  font-weight: 500;
}
.latest-news-area .single-news .content-body .title {
  margin: 30px 0 20px 0;
}
.latest-news-area .single-news .content-body .title a {
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.latest-news-area .single-news .content-body .title a:hover {
  color: var(--primary);
}
.latest-news-area .single-news .content-body p {
  color: var(--dark-3);
}
.latest-news-area .single-news:hover .image .thumb {
  transform: scale(1.1) rotate(1deg);
}


/*======================================
    Brand CSS
========================================*/
.brand-area {
  padding: 30px 0;
  background: var(--yellow-light);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-area {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .brand-area {
    padding: 60px 0;
  }
}
.brand-area .clients-logos {
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}
.brand-area .clients-logos .single-image {
  display: inline-block;
  margin: 13px 10px;
  background-color: var(--white);
  line-height: 100px;
  padding: 8px 25px;
  border-radius: 8px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border: 1px solid #eee;
}
.brand-area .clients-logos .single-image:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.096);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.brand-area .clients-logos img {
  max-width: 170px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

/* ===== Buttons Css ===== */
.contact-form-wrapper .contact-form .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.contact-form-wrapper .contact-form .active.primary-btn, .contact-form-wrapper .contact-form .primary-btn:hover, .contact-form-wrapper .contact-form .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.contact-form-wrapper .contact-form .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

/*======================================
	Contact CSS
========================================*/
.contact-section {
  position: relative;
  z-index: 3;
  padding-top: 100px;
  background-color: var(--yellow-light);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .contact-section {
    padding-top: 60px;
  }
}
.contact-section .contact-item-wrapper .contact-item {
  display: flex;
  border: 1px solid var(--gray-4);
  border-radius: 10px;
  background: var(--white);
  margin-bottom: 30px;
  padding: 20px 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.contact-section .contact-item-wrapper .contact-item:hover {
  box-shadow: var(--shadow-4);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-section .contact-item-wrapper .contact-item {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section .contact-item-wrapper .contact-item {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .contact-section .contact-item-wrapper .contact-item {
    flex-direction: column;
  }
}
.contact-section .contact-item-wrapper .contact-item .contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.contact-section .contact-item-wrapper .contact-item .contact-content {
  margin-left: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-section .contact-item-wrapper .contact-item .contact-content {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section .contact-item-wrapper .contact-item .contact-content {
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .contact-section .contact-item-wrapper .contact-item .contact-content {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.contact-section .contact-item-wrapper .contact-item .contact-content h4 {
  font-size: 20px;
  color: var(--primary);
  margin-bottom: 10px;
}

.contact-form-wrapper {
  padding: 50px 40px;
  background: var(--white);
  border: 1px solid var(--gray-4);
  margin-left: 0px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.contact-form-wrapper:hover {
  box-shadow: var(--shadow-4);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-form-wrapper {
    margin-left: 30px;
  }
}
.contact-form-wrapper .section-title {
  margin-bottom: 30px;
}
.contact-form-wrapper .section-title span {
  font-size: 20px;
  color: var(--primary);
  font-weight: 700;
}
.contact-form-wrapper .section-title h2 {
  margin-bottom: 10px;
}
.contact-form-wrapper .section-title p {
  color: var(--dark-3);
}
.contact-form-wrapper .contact-form input,
.contact-form-wrapper .contact-form textarea {
  padding: 15px 25px;
  border-radius: 30px;
  border: 1px solid var(--gray-4);
  margin-bottom: 25px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .contact-form-wrapper .contact-form input,
.contact-form-wrapper .contact-form textarea {
    padding: 12px 25px;
  }
}
.contact-form-wrapper .contact-form input:focus,
.contact-form-wrapper .contact-form textarea:focus {
  border-color: var(--primary);
}
.contact-form-wrapper .contact-form textarea {
  border-radius: 18px;
}
.map-style-9 {
  margin-top: 0px;
}


/* Footer eleven css */
.footer-eleven {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--yellow-light);
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-eleven {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-eleven .footer-widget {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .footer-eleven .footer-widget {
    margin-top: 40px;
    text-align: center;
  }
}
.footer-eleven .footer-widget h5 {
  font-weight: 700;
  margin-bottom: 35px;
  color: var(--black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-eleven .footer-widget h5 {
    margin-bottom: 25px;
  }
}
.footer-eleven .f-about {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .footer-eleven .f-about {
    padding: 0;
  }
}
.footer-eleven .f-about p {
  color: var(--dark-3);
  margin-top: 20px;
}
.footer-eleven .f-about .copyright-text {
  color: var(--dark-3);
  margin-top: 40px;
}
.footer-eleven .f-about .copyright-text span {
  display: block;
}
@media (max-width: 767px) {
  .footer-eleven .f-about .copyright-text {
    margin-top: 20px;
  }
}
.footer-eleven .f-about .copyright-text a {
  color: var(--primary);
}
.footer-eleven .f-about .copyright-text a:hover {
  color: var(--primary-dark);
}
.footer-eleven .f-link li {
  display: block;
  margin-bottom: 12px;
}
.footer-eleven .f-link li:last-child {
  margin: 0;
}
.footer-eleven .f-link li a {
  color: var(--dark-3);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.footer-eleven .f-link li a:hover {
  color: var(--primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .footer-eleven .newsletter {
    padding-left: 80px;
  }
}
.footer-eleven .newsletter p {
  color: var(--dark-3);
}
.footer-eleven .newsletter-form {
  margin-top: 30px;
  position: relative;
}
.footer-eleven .newsletter-form input {
  height: 55px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--gray-4);
  box-shadow: none;
  text-shadow: none;
  padding-left: 18px;
  padding-right: 65px;
  transition: all 0.4s ease;
}
.footer-eleven .newsletter-form input:focus {
  border-color: var(--primary);
}
.footer-eleven .newsletter-form .button {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.footer-eleven .newsletter-form .sub-btn {
  height: 42px;
  width: 42px;
  border-radius: 6px;
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  line-height: 42px;
  border: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 17px;
  transition: all 0.4s ease;
}
.footer-eleven .newsletter-form .sub-btn:hover {
  color: var(--white);
  background-color: var(--primary-dark);
}



/* Additional CSS to recreate the provided KPI banner (drop into your stylesheet) */
/* Usage: wrap HTML like <div class="kpi-banner"><div class="kpi-item">...</div>...</div> */

/* KPI Banner – Single Color Box */
.kpi-banner.single-color {
  background: var(--primary);
  border-radius: 16px;
  padding: 0;
  position: relative;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
  max-width: 1200px;
  margin: 20px auto;
  overflow: hidden;
}

/* Inner container */
.kpi-banner.single-color .kpi-banner__inner {
  display: flex;
  justify-content: space-between;
  padding: 26px 32px;
  align-items: center;
  color: var(--white);
}

/* KPI Item */
.kpi-banner.single-color .kpi-item {
  flex: 1;
  text-align: center;
}

/* Large Numbers */
.kpi-banner.single-color .kpi-value {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 8px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

/* Text under numbers */
.kpi-banner.single-color .kpi-label {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  opacity: 0.95;
}

/* Vertical separators */
.kpi-banner.single-color .kpi-sep {
  width: 1px;
  height: 70px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 22px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .kpi-banner.single-color .kpi-banner__inner {
    flex-direction: column;
    gap: 20px;
    padding: 24px;
  }

  .kpi-banner.single-color .kpi-sep {
    display: none;
  }
}

#nav-vision .vision-list p {
  margin: 10px 0;
  font-size: 1.1em;
  font-weight: 600;
  color: #000;
}

#nav-vision .arrow {
  color: var(--primary);
  /* same blue as screenshot */
  font-size: 18px;
  margin-right: 8px;
}

                /* Section Title */
                .section-header {
                  text-align: center;
                  margin-bottom: 60px;
                }
        
                .section-header h2 {
                  font-size: 2.5em;
                  font-weight: 800;
                  color: var(--dark-3);
                  margin-bottom: 15px;
                }
        
                .section-header p {
                  font-size: 1.1em;
                  color: var(--dark-2);
                  max-width: 600px;
                  margin: 0 auto;
                }
        
                /* Cards Grid */
                .cards-grid {
                  display: grid;
                  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
                  gap: 30px;
                  margin-bottom: 40px;
                }
        
                /* Feature Card */
                .feature-card {
                  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
                  border-radius: 20px;
                  padding: 40px;
                  color: var(--white);
                  position: relative;
                  overflow: hidden;
                  cursor: pointer;
                  transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
                  box-shadow: 0 10px 30px rgba(21, 91, 213, 0.2);
                }
        
                .feature-card:hover {
                  transform: translateY(-12px);
                  box-shadow: 0 20px 50px rgba(21, 91, 213, 0.35);
                }
        
                /* Decorative background elements */
                .feature-card::before {
                  content: '';
                  position: absolute;
                  top: -50%;
                  right: -50%;
                  width: 300px;
                  height: 300px;
                  background: rgba(255, 255, 255, 0.05);
                  border-radius: 50%;
                  transition: all 0.6s ease;
                }
        
                .feature-card:hover::before {
                  top: -30%;
                  right: -30%;
                }
        
                .feature-card::after {
                  content: '';
                  position: absolute;
                  bottom: -50%;
                  left: -50%;
                  width: 250px;
                  height: 250px;
                  background: rgba(255, 255, 255, 0.03);
                  border-radius: 50%;
                  transition: all 0.6s ease;
                }
        
                .feature-card:hover::after {
                  bottom: -30%;
                  left: -30%;
                }
        
                /* Card Number Badge */
                .card-number {
                  display: inline-block;
                  width: 50px;
                  height: 50px;
                  background: rgba(255, 255, 255, 0.2);
                  border-radius: 12px;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  font-size: 24px;
                  font-weight: 700;
                  margin-bottom: 20px;
                  backdrop-filter: blur(10px);
                  border: 1px solid rgba(255, 255, 255, 0.3);
                  transition: all 0.3s ease;
                }
        
                .feature-card:hover .card-number {
                  transform: scale(1.1) rotate(5deg);
                  background: rgba(255, 255, 255, 0.3);
                }
        
                /* Card Title */
                .card-title {
                  font-size: 1.5em;
                  font-weight: 700;
                  margin-bottom: 12px;
                  position: relative;
                  z-index: 2;
                  color: var(--white);
                }
        
                .card-title small {
                  font-size: 0.6em;
                  opacity: 0.85;
                  display: block;
                  font-weight: 500;
                  margin-top: 5px;
                }
        
                /* Card Description */
                .card-description {
                  font-size: 1em;
                  opacity: 0.95;
                  margin-bottom: 25px;
                  position: relative;
                  z-index: 2;
                  line-height: 1.6;
                  color: var(--white);
                }
        
                /* Card Features List */
                .card-features {
                  position: relative;
                  z-index: 2;
                }
        
                .feature-item {
                  display: flex;
                  align-items: flex-start;
                  margin-bottom: 14px;
                  font-size: 1em;
                  transition: all 0.3s ease;
                }
        
                .feature-item:last-child {
                  margin-bottom: 0;
                }
        
                .feature-card:hover .feature-item {
                  padding-left: 8px;
                }
        
                .feature-bullet {
                  min-width: 24px;
                  height: 24px;
                  border-radius: 50%;
                  background: rgba(255, 255, 255, 0.25);
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  margin-right: 12px;
                  font-size: 12px;
                  font-weight: 600;
                  flex-shrink: 0;
                  transition: all 0.3s ease;
                }
        
                .feature-card:hover .feature-bullet {
                  background: rgba(255, 255, 255, 0.4);
                  transform: scale(1.1);
                }
        
                .feature-text {
                  opacity: 0.95;
                  line-height: 1.5;
                }
        
                /* Highlight Box */
                .highlight-box {
                  margin-top: 20px;
                  padding: 14px 16px;
                  background: rgba(255, 255, 255, 0.12);
                  border-radius: 12px;
                  border-left: 4px solid rgba(255, 255, 255, 0.5);
                  font-size: 1em;
                  position: relative;
                  z-index: 2;
                  backdrop-filter: blur(5px);
                  transition: all 0.3s ease;
                }
        
                .feature-card:hover .highlight-box {
                  background: rgba(255, 255, 255, 0.18);
                  border-left-color: rgba(255, 255, 255, 0.8);
                }
        
                /* Responsive Design */
                @media (max-width: 768px) {
                  .section-header h2 {
                    font-size: 2em;
                  }
        
                  .cards-grid {
                    grid-template-columns: 1fr;
                    gap: 20px;
                  }
        
                  .feature-card {
                    padding: 30px;
                  }
        
                  .card-title {
                    font-size: 1.3em;
                  }
                }
        
                /* Animation on load */
                @keyframes slideInUp {
                  from {
                    opacity: 0;
                    transform: translateY(30px);
                  }
        
                  to {
                    opacity: 1;
                    transform: translateY(0);
                  }
                }
        
                .feature-card {
                  animation: slideInUp 0.6s ease-out backwards;
                }
        
                .feature-card:nth-child(1) {
                  animation-delay: 0.1s;
                }
        
                .feature-card:nth-child(2) {
                  animation-delay: 0.2s;
                }
        
                .feature-card:nth-child(3) {
                  animation-delay: 0.3s;
                }
        
                .feature-card:nth-child(4) {
                  animation-delay: 0.4s;
                }
        
                .feature-card:nth-child(5) {
                  animation-delay: 0.5s;
                }
        
                .feature-card:nth-child(6) {
                  animation-delay: 0.6s;
                }
        
                .feature-card:nth-child(7) {
                  animation-delay: 0.7s;
                }
        
                .feature-card:nth-child(8) {
                  animation-delay: 0.8s;
                }

                .navlogo {
                  height: 85px;
                }

                .img-fluid{
                  height: 165px;
                }

 /* Modal Overlay */
 .install-modal {
   display: none;
   position: fixed;
   inset: 0;
   z-index: 9999;
  font-family: var(--default-font);
 }

 .install-modal[aria-hidden="false"] {
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .install-modal__overlay {
   position: fixed;
   inset: 0;
   background: rgba(0, 0, 0, 0.65);
   -webkit-backdrop-filter: blur(6px);
   backdrop-filter: blur(6px);
   animation: fadeIn 0.3s ease;
 }

 @keyframes fadeIn {
   from {
     opacity: 0;
   }

   to {
     opacity: 1;
   }
 }

 /* Modal Dialog */
 .install-modal__dialog {
   position: relative;
   width: min(1200px, 95vw);
   max-height: 90vh;
   overflow-y: auto;
   background: var(--white);
   border-radius: 24px;
   box-shadow: var(--shadow-6), 0 30px 60px rgba(0, 0, 0, 0.3);
   z-index: 10000;
   animation: slideUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
   border: 1px solid rgba(21, 91, 213, 0.1);
 }

 @keyframes slideUp {
   from {
     opacity: 0;
     transform: translateY(40px) scale(0.95);
   }

   to {
     opacity: 1;
     transform: translateY(0) scale(1);
   }
 }

 /* Close Button */
 .install-modal__close {
   position: absolute;
   right: 20px;
   top: 20px;
   background: var(--light-2);
   border: none;
   width: 44px;
   height: 44px;
   border-radius: 12px;
   font-size: 24px;
   color: var(--dark-3);
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: all 0.3s ease;
   z-index: 10001;
 }

 .install-modal__close:hover {
   background: var(--primary);
   color: var(--white);
   transform: rotate(90deg);
 }

 /* Modal Content */
 .modal-content {
   padding: 50px 45px;
   background: var(--white);
 }

 /* Hero Section */
 .hero-section {
   display: flex;
   align-items: center;
   gap: 28px;
   margin-bottom: 45px;
   padding-bottom: 35px;
   border-bottom: 2px solid var(--light-2);
 }

 .hero-logo {
   width: 100px;
   height: 100px;
   background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
   border-radius: 20px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 50px;
   flex-shrink: 0;
   box-shadow: 0 10px 30px rgba(21, 91, 213, 0.25);
 }

 .hero-content h1 {
   font-size: 2em;
   font-weight: 800;
   color: var(--dark-3);
   margin-bottom: 8px;
 }

 .hero-content p {
   font-size: 1em;
   color: var(--dark-2);
   margin: 0;
   line-height: 1.6;
 }

 /* Section Header */
 .doc-section {
   margin-bottom: 40px;
   padding-right: 15px;
   padding-left: 15px;
   background-color: var(--yellow);
 }

 .section-header {
   margin-bottom: 32px;
 }

 .section-title {
   font-size: 1.5em;
   font-weight: 700;
   color: var(--primary);
   margin-bottom: 8px;
 }

 .section-subtitle {
   font-size: 0.95em;
   color: var(--dark-2);
   margin: 0;
 }

/* Feature Flow - Force 2 columns on medium and larger screens */
.feature-flow {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  /* Exactly 2 columns */
  gap: 20px;
  margin-bottom: 40px;
}

/* Responsive adjustment for mobile/small screens */
@media (max-width: 768px) {
  .feature-flow {
    grid-template-columns: 1fr;
    /* Back to 1 column on mobile */
  }
}

 .flow-step {
   background: var(--yellow-light);
   padding: 24px;
   border-radius: 16px;
   border: 1px solid var(--gray-4);
   transition: all 0.3s ease;
   cursor: pointer;
   position: relative;
   overflow: hidden;
 }

 .flow-step::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 3px;
   background: var(--yellow-light);
 }

 .flow-step:hover {
   transform: translateY(-6px);
   box-shadow: var(--shadow-4);
   background: var(--yellow-light);
 }

 .step-number {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
   color: var(--white);
   width: 42px;
   height: 42px;
   border-radius: 12px;
   font-weight: 700;
   font-size: 18px;
   margin-bottom: 12px;
   box-shadow: 0 4px 12px rgba(21, 91, 213, 0.3);
 }

 .step-title {
   font-size: 1.5em;
   font-weight: 700;
   color: var(--primary);
   margin-bottom: 8px;
 }

 .step-desc {
   font-size: 1.1em;
   color: var(--dark-2);
   margin-bottom: 12px;
   line-height: 1.5;
 }

 .step-details ul {
   list-style: none;
   margin: 0;
   padding: 0;
 }

 .step-details li {
   font-size: 0.85em;
   color: var(--dark-2);
   padding: 6px 0;
   padding-left: 22px;
   position: relative;
   line-height: 1.5;
 }

 .step-details li::before {
   content: '✓';
   position: absolute;
   left: 0;
   color: var(--success);
   font-weight: 700;
   font-size: 1.1em;
 }

 /* Benefits Section */
 .benefits-section {
   margin-bottom: 40px;
 }

 .benefits-grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 24px;
 }

 .single-services {
   background: linear-gradient(135deg, var(--white) 0%, var(--light-3) 100%);
   padding: 30px;
   border-radius: 16px;
   border: 1px solid var(--gray-4);
   transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
   position: relative;
   overflow: hidden;
 }

 .single-services::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 4px;
   background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
 }

 .single-services:hover {
   transform: translateY(-12px);
   box-shadow: 0 15px 40px rgba(21, 91, 213, 0.15);
   background: linear-gradient(135deg, var(--primary-light) 0%, var(--light-2) 100%);
 }

 .service-icon {
   width: 60px;
   height: 60px;
   background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
   border-radius: 14px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 28px;
   color: var(--white);
   margin-bottom: 20px;
   box-shadow: 0 8px 20px rgba(21, 91, 213, 0.25);
   transition: all 0.3s ease;
 }

 .single-services:hover .service-icon {
   transform: scale(1.1) rotate(5deg);
   box-shadow: 0 12px 30px rgba(21, 91, 213, 0.35);
 }

 .service-content h4 {
   font-size: 1.15em;
   font-weight: 700;
   color: var(--dark-3);
   margin-bottom: 12px;
   transition: all 0.3s ease;
 }

 .single-services:hover .service-content h4 {
   color: var(--primary);
 }

 .service-content p {
   font-size: 1.1em;
   color: var(--dark-2);
   margin: 0;
   line-height: 1.6;
   transition: all 0.3s ease;
 }

 .single-services:hover .service-content p {
   color: var(--dark-3);
 }

 /* Image Container */
 .step-image-container {
   margin: 30px 0;
   text-align: center;
 }

 .step-image-container img {
   max-width: 100%;
   height: auto;
   border-radius: 16px;
   box-shadow: 0 15px 40px rgba(21, 91, 213, 0.2);
   transition: all 0.4s ease;
 }

 .step-image-container img:hover {
   transform: scale(1.02);
   box-shadow: 0 20px 50px rgba(21, 91, 213, 0.3);
 }

 /* CTA Buttons */
 .modal-actions {
   display: flex;
   gap: 16px;
   margin-top: 40px;
   padding-top: 30px;
   border-top: 2px solid var(--light-2);
   flex-wrap: wrap;
 }

 .btn {
   flex: 1;
   min-width: 180px;
   padding: 14px 28px;
   font-size: 1em;
   font-weight: 600;
   border: none;
   border-radius: 12px;
   cursor: pointer;
   transition: all 0.3s ease;
   text-transform: uppercase;
   letter-spacing: 0.05em;
 }

 .btn-primary {
   background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
   color: var(--white);
   box-shadow: 0 8px 20px rgba(21, 91, 213, 0.3);
 }

 .btn-primary:hover {
   transform: translateY(-3px);
   box-shadow: 0 12px 30px rgba(21, 91, 213, 0.4);
 }

 .btn-secondary {
   background: var(--light-2);
   color: var(--primary);
   border: 2px solid var(--primary);
 }

 .btn-secondary:hover {
   background: var(--primary);
   color: var(--white);
 }

 /* Responsive */
 @media (max-width: 768px) {
   .install-modal__dialog {
     width: 95vw;
     max-height: 95vh;
   }

   .modal-content {
     padding: 30px 24px;
   }

   .hero-section {
     flex-direction: column;
     align-items: flex-start;
     gap: 20px;
   }

   .hero-logo {
     width: 80px;
     height: 80px;
     font-size: 40px;
   }

   .hero-content h1 {
     font-size: 1.5em;
   }

   .feature-flow {
     grid-template-columns: 1fr;
   }

   .benefits-grid {
     grid-template-columns: 1fr;
   }

   .section-title {
     font-size: 1.25em;
   }

   .modal-actions {
     flex-direction: column;
   }

   .btn {
     width: 100%;
   }

   .install-modal__close {
     width: 40px;
     height: 40px;
     font-size: 20px;
   }
 }

 /* Scrollbar Styling */
 .install-modal__dialog::-webkit-scrollbar {
   width: 8px;
 }

 .install-modal__dialog::-webkit-scrollbar-track {
   background: transparent;
 }

 .install-modal__dialog::-webkit-scrollbar-thumb {
   background: var(--gray-4);
   border-radius: 4px;
 }

 .install-modal__dialog::-webkit-scrollbar-thumb:hover {
   background: var(--primary);
 }

 /* Demo Button */
 .demo-section {
   padding: 40px;
   text-align: center;
   background: linear-gradient(135deg, var(--light-3) 0%, var(--light-2) 100%);
   min-height: 100vh;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .demo-section button {
   padding: 16px 48px;
   font-size: 1.1em;
   background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
   color: white;
   border: none;
   border-radius: 12px;
   cursor: pointer;
   font-weight: 600;
   box-shadow: 0 8px 20px rgba(21, 91, 213, 0.3);
   transition: all 0.3s ease;
 }

 .demo-section button:hover {
   transform: translateY(-3px);
   box-shadow: 0 12px 30px rgba(21, 91, 213, 0.4);
 }

                 .overview-content {
                   margin-bottom: 60px;
                 }
        
                 .overview-content h4 {
                   font-size: 2em;
                   font-weight: 800;
                   color: var(--dark-3);
                   margin-bottom: 35px;
                   font-family: var(--heading-font);
                   position: relative;
                   padding-bottom: 20px;
                   display: inline-block;
                   letter-spacing: -0.5px;
                 }
        
                 .overview-content h4::before {
                   content: '📋';
                   display: inline-block;
                   margin-right: 15px;
                   font-size: 1.2em;
                   animation: float 3s ease-in-out infinite;
                 }
        
                 .overview-content h4::after {
                   content: '';
                   position: absolute;
                   bottom: 0;
                   left: 0;
                   width: 100%;
                   height: 5px;
                   background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
                   border-radius: 3px;
                   box-shadow: 0 4px 12px rgba(21, 91, 213, 0.25);
                 }
        
                 .overview-text {
                   display: grid;
                   grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
                   gap: 30px;
                   margin-top: 30px;
                 }
        
                 .overview-paragraph {
                   background: var(--white);
                   padding: 30px;
                   border-radius: 14px;
                   border-left: 5px solid var(--primary);
                   box-shadow: var(--shadow-2);
                   transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
                   line-height: 1.8;
                 }
        
                 .overview-paragraph:hover {
                   transform: translateY(-8px);
                   box-shadow: var(--shadow-5);
                   border-left-color: var(--accent);
                 }
        
                 .overview-paragraph strong {
                   color: var(--primary);
                   font-weight: 700;
                 }
        
                 .overview-paragraph em {
                   color: var(--primary-dark);
                   font-style: normal;
                   background: var(--primary-light);
                   padding: 2px 8px;
                   border-radius: 4px;
                 }
        
                 /* ============================================
                   DIRECTOR PROFILE SECTION - ENHANCED
                   ============================================ */
                 .director-profile {
                   margin-bottom: 60px;
                   padding: 60px 0;
                   border-top: 3px solid var(--light-2);
                 }
        
                 .director-profile h4 {
                   font-size: 2em;
                   font-weight: 800;
                   color: var(--white);
                   margin-bottom: 50px;
                   font-family: var(--heading-font);
                   padding: 20px 32px;
                   display: inline-flex;
                   align-items: center;
                   gap: 15px;
                   background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
                   border-radius: 14px;
                   box-shadow: 0 10px 30px rgba(21, 91, 213, 0.3);
                   letter-spacing: -0.5px;
                   position: relative;
                   overflow: hidden;
                   transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
                 }
        
                 .director-profile h4::before {
                   content: '';
                   font-size: 1.3em;
                   animation: slideInRotate 0.6s ease;
                 }
        
                 .director-profile h4::after {
                   content: '';
                   position: absolute;
                   top: 0;
                   right: -100%;
                   width: 100%;
                   height: 100%;
                   background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
                   transition: right 0.6s ease;
                 }
        
                 .director-profile h4:hover {
                   transform: translateY(-5px);
                   box-shadow: 0 15px 40px rgba(21, 91, 213, 0.4);
                 }
        
                 .director-profile h4:hover::after {
                   right: 100%;
                 }
        
                 /* Director Profile Content */
                 .director-profile-content {
                   display: grid;
                   grid-template-columns: 1fr 1.2fr;
                   gap: 50px;
                   align-items: flex-start;
                   margin-top: 40px;
                 }
        
                 .director-image-wrapper {
                   position: relative;
                 }
        
                 .director-image {
                   width: 100%;
                   max-width: 350px;
                   border-radius: 16px;
                   box-shadow: 0 15px 40px rgba(21, 91, 213, 0.25);
                   border: 5px solid var(--white);
                   transition: all 0.4s ease;
                   background: linear-gradient(135deg, var(--primary-light) 0%, var(--light-3) 100%);
                   display: flex;
                   align-items: center;
                   justify-content: center;
                   min-height: 350px;
                   font-size: 80px;
                 }
        
                 .director-image-wrapper:hover .director-image {
                   transform: translateY(-10px);
                   box-shadow: 0 20px 50px rgba(21, 91, 213, 0.35);
                 }
        
                 .director-name {
                   text-align: center;
                   margin-top: 20px;
                   font-size: 1.2em;
                   font-weight: 700;
                   color: var(--dark-3);
                   font-family: var(--heading-font);
                 }
        
                 .director-credentials {
                   text-align: center;
                   font-size: 0.9em;
                   color: var(--dark-2);
                   margin-top: 8px;
                   font-weight: 500;
                 }
        
                 .director-info {
                   display: flex;
                   flex-direction: column;
                   gap: 20px;
                 }
        
                 .position-item {
                   background: var(--white);
                   padding: 20px;
                   border-radius: 12px;
                   border-left: 5px solid var(--primary);
                   box-shadow: var(--shadow-2);
                   transition: all 0.3s ease;
                   display: flex;
                   align-items: flex-start;
                   gap: 16px;
                 }
        
                 .position-item:hover {
                   transform: translateX(10px);
                   box-shadow: var(--shadow-4);
                   border-left-color: var(--accent);
                   background: linear-gradient(135deg, var(--primary-light) 0%, var(--white) 100%);
                 }
        
                 .position-icon {
                   width: 40px;
                   height: 40px;
                   min-width: 40px;
                   background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
                   border-radius: 10px;
                   display: flex;
                   align-items: center;
                   justify-content: center;
                   color: var(--white);
                   font-size: 18px;
                   box-shadow: 0 4px 12px rgba(21, 91, 213, 0.25);
                 }
        
                 .position-text h5 {
                   font-size: 0.95em;
                   font-weight: 700;
                   color: var(--primary);
                   margin-bottom: 4px;
                   font-family: var(--heading-font);
                 }
        
                 .position-text p {
                   font-size: 0.9em;
                   color: var(--dark-2);
                   margin: 0;
                   font-weight: 500;
                 }
        
                 /* ============================================
                   ANIMATIONS
                   ============================================ */
                 @keyframes float {
        
                   0%,
                   100% {
                     transform: translateY(0px);
                   }
        
                   50% {
                     transform: translateY(-10px);
                   }
                 }
        
                 @keyframes slideInRotate {
                   from {
                     opacity: 0;
                     transform: translateX(-20px) rotate(-10deg);
                   }
        
                   to {
                     opacity: 1;
                     transform: translateX(0) rotate(0deg);
                   }
                 }
        
                 /* ============================================
                   RESPONSIVE DESIGN
                   ============================================ */
                 @media (max-width: 1024px) {
                   .director-profile-content {
                     grid-template-columns: 1fr;
                     gap: 40px;
                   }
        
                   .director-image {
                     max-width: 100%;
                   }
                 }
        
                 @media (max-width: 768px) {
                   .nav-links {
                     gap: 20px;
                     font-size: 0.95em;
                   }
        
                   .small-title {
                     font-size: 0.85em;
                   }
        
                   .overview-content h4,
                   .director-profile h4 {
                     font-size: 1.6em;
                   }
        
                   .overview-text {
                     grid-template-columns: 1fr;
                   }
        
                   .director-profile-content {
                     grid-template-columns: 1fr;
                   }
        
                   .director-profile h4 {
                     padding: 16px 24px;
                     flex-wrap: wrap;
                   }
        
                   .position-item {
                     padding: 16px;
                   }
        
                   .position-text h5 {
                     font-size: 0.9em;
                   }
                 }
        
                 .mb-4 {
                   margin-bottom: 2rem;
                 }
        
                 .mb-5 {
                   margin-bottom: 3rem;
                 }
        
                 .fw-bold {
                   font-weight: 700;
                 }
        
                 .text-lg {
                   font-size: 1.1em;
                 }

                 /*===== APP SHOWCASE SECTION WITH 3D MOCKUPS =====*/
.call-action-app-showcase {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, #155bd5 0%, #1c3ab6 50%, #0d2d8f 100%);
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action-app-showcase {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .call-action-app-showcase {
    padding: 80px 0;
  }
}

/* Background Shapes */
.call-action-app-showcase .bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  background: rgba(255, 255, 255, 0.1);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

.call-action-app-showcase .shape-1 {
  width: 500px;
  height: 500px;
  top: -150px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}

.call-action-app-showcase .shape-2 {
  width: 400px;
  height: 400px;
  bottom: -150px;
  left: -100px;
  animation: float 25s ease-in-out infinite reverse;
}

.call-action-app-showcase .shape-3 {
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 15s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(5deg);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.15;
  }
}

/* Phone Mockup Container with 3D Effect */
.phone-mockup-container {
  position: relative;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 2000px;
  z-index: 2;
}

@media (max-width: 991px) {
  .phone-mockup-container {
    height: 500px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .phone-mockup-container {
    height: 400px;
  }
}

.phone-mockup {
  position: absolute;
  width: 280px;
  height: auto;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.4));
}

@media (max-width: 991px) {
  .phone-mockup {
    width: 220px;
  }
}

@media (max-width: 767px) {
  .phone-mockup {
    width: 180px;
  }
}

.phone-mockup img {
  width: 100%;
  height: auto;
  border-radius: 35px;
  box-shadow: 
    0 50px 100px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

/* Individual Phone Positions with 3D Transform */
.phone-left {
  left: 0;
  transform: translateX(-15%) translateZ(-100px) rotateY(15deg) scale(0.85);
  z-index: 1;
}

.phone-center {
  left: 50%;
  transform: translateX(-50%) translateZ(0) scale(1);
  z-index: 3;
}

.phone-right {
  right: 0;
  transform: translateX(15%) translateZ(-100px) rotateY(-15deg) scale(0.85);
  z-index: 1;
}

/* Hover Effects */
.phone-mockup-container:hover .phone-left {
  transform: translateX(-20%) translateZ(-80px) rotateY(20deg) scale(0.85);
}

.phone-mockup-container:hover .phone-center {
  transform: translateX(-50%) translateZ(20px) scale(1.05);
}

.phone-mockup-container:hover .phone-right {
  transform: translateX(20%) translateZ(-80px) rotateY(-20deg) scale(0.85);
}

/* App Showcase Content */
.app-showcase-content {
  position: relative;
  z-index: 2;
  padding-left: 40px;
}

@media (max-width: 991px) {
  .app-showcase-content {
    padding-left: 0;
    text-align: center;
  }
}

/* Section Badge */
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 25px;
}

.section-badge .badge-icon {
  font-size: 1.3em;
  animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.section-badge .badge-text {
  color: var(--white);
  font-weight: 600;
  font-size: 0.95em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Showcase Title */
.showcase-title {
  font-size: 3em;
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .showcase-title {
    font-size: 2.5em;
  }
}

@media (max-width: 767px) {
  .showcase-title {
    font-size: 2em;
  }
}

.gradient-text {
  background: linear-gradient(135deg, #fffd82 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  position: relative;
}

.gradient-text::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #fffd82 0%, rgba(255, 253, 130, 0) 100%);
  border-radius: 2px;
}

/* Showcase Description */
.showcase-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.15em;
  line-height: 1.7;
  margin-bottom: 35px;
}

/* App Features List */
.app-features {
  margin-bottom: 40px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(10px);
  border-color: rgba(255, 253, 130, 0.3);
}

.feature-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: rgba(255, 253, 130, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--yellow);
  font-size: 1.5em;
}

.feature-text h5 {
  color: var(--white);
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 5px;
}

.feature-text p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95em;
  margin: 0;
}

/* Download Buttons */
.download-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .download-buttons {
    justify-content: center;
  }
}

.download-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  background: var(--white);
  color: var(--primary);
  padding: 15px 30px;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  border: 2px solid transparent;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.download-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  background: var(--yellow);
  color: var(--primary-dark);
}

.download-btn i {
  font-size: 2em;
}

.download-btn .btn-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}

.download-btn .small-text {
  font-size: 0.75em;
  font-weight: 400;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.download-btn .large-text {
  font-size: 1.1em;
  font-weight: 700;
}

.android-btn:hover {
  background: #3DDC84;
  color: var(--white);
}

.ios-btn:hover {
  background: #000000;
  color: var(--white);
}

/* Download Info */
.download-info {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95em;
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 991px) {
  .download-info {
    justify-content: center;
  }
}

.download-info i {
  color: var(--yellow);
  font-size: 1.2em;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .app-showcase-content .feature-item {
    justify-content: center;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .download-btn {
    width: 100%;
    justify-content: center;
  }
  
  .app-features {
    margin-bottom: 30px;
  }
  
  .feature-item:hover {
    transform: translateX(5px);
  }
}


/* New Beautiful Contact Items - Matches your screenshot perfectly */
.new-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #f8fbff;
  padding: 20px 24px;
  border-radius: 24px;
  margin-bottom: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.new-contact-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.new-contact-icon {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 28px;
  color: white;
}

.bg-phone {
  background: linear-gradient(135deg, #2563eb, #3b82f6);
}

.bg-location {
  background: linear-gradient(135deg, #7c3aed, #a78bfa);
}

.bg-email {
  background: linear-gradient(135deg, #0891b2, #06b6d4);
}

.new-contact-content h4 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 12px 0;
}

.new-contact-content p {
  margin: 0;
  color: #475569;
  font-size: 1rem;
  line-height: 1.6;
}

.new-contact-content strong {
  color: #1e40af;
}

/* Make it full width on mobile & stacked nicely */
@media (max-width: 576px) {
  .new-contact-item {
    padding: 18px;
    gap: 16px;
  }

  .new-contact-icon {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }
}
.slogan-text {
  color: var(--yellow) !important;
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
}

@media (min-width: 1200px) {
  .custom-wide-container {
    max-width: 1295px !important;
  }
}

 

 

.footer-widget h5 {
  color: var(--white);
  font-family: var(--heading-font);
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.footer-widget ul {
  list-style: none;
}

.footer-widget ul li {
  margin-bottom: 12px;
}

.footer-widget a {
  color: var(--yellow);
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-widget a:hover {
  color: var(--accent);
  transform: translateX(5px);
}

/* Modal Styles */
.policy-modal {
  /* display: none; */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(29, 29, 29, 0.7);
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.policy-modal-dialog {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 50px auto;
  animation: slideDown 0.4s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.policy-modal-content {
  background-color: var(--white);
  border-radius: 10px;
  border: 2px solid var(--primary);
  box-shadow: 0px 10px 40px rgba(21, 91, 213, 0.3);
  overflow: hidden;
}

.policy-modal-header {
  background: var(--primary);
  color: var(--white) !important;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.policy-modal-header h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: white;
  font-family: var(--heading-font);
}

.policy-close {
  background: var(--white);
  color: var(--primary);
  border: none;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  line-height: 1;
}

.policy-close:hover {
  background: var(--accent);
  color: var(--white);
  transform: rotate(90deg);
}

.policy-modal-body {
  max-height: 70vh;
  overflow-y: auto;
  padding: 30px;
  color: var(--dark-1);
  font-size: 15px;
  line-height: 1.8;
}

.policy-modal-body::-webkit-scrollbar {
  width: 8px;
}

.policy-modal-body::-webkit-scrollbar-track {
  background: var(--light-2);
  border-radius: 10px;
}

.policy-modal-body::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

.policy-modal-body::-webkit-scrollbar-thumb:hover {
  background: var(--primary-dark);
}

.policy-modal-body h3 {
  color: var(--primary);
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--heading-font);
}
/*  */

/*  */
.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-top: 30px;
  padding: 10px 18px;

  background-color: #0066cc;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;

  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.back-btn:hover {
  background-color: #004999;
  transform: translateX(-2px);
}

.back-btn:active {
  transform: translateX(0);
}

/*  */

.policy-page {
  max-width: 1100px;
  margin: 40px auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
}

.policy-page h1 {
  color: #0b5ed7;
  margin-bottom: 20px;
}

.policy-page h3 {
  margin-top: 25px;
  color: #222;
}

.policy-page p,
.policy-page li {
  line-height: 1.7;
  font-size: 15px;
}

.policy-page ul {
  padding-left: 20px;
}

.policy-page hr {
  margin: 25px 0;
  border: none;
  border-top: 1px solid #ddd;
}

.back-link {
  display: inline-block;
  margin-top: 30px;
  text-decoration: none;
  color: #0b5ed7;
  font-weight: bold;
}
/*  */

.policy-modal-body h3:first-child {
  margin-top: 0;
}

.policy-modal-body p {
  margin-bottom: 15px;
  text-align: justify;
}

.policy-modal-body ul {
  margin-bottom: 15px;
  padding-left: 25px;
}

.policy-modal-body ul li {
  margin-bottom: 10px;
  line-height: 1.7;
}

.policy-modal-body strong {
  color: var(--black);
  font-weight: 600;
}

.policy-modal-body hr {
  border: none;
  border-top: 2px solid var(--primary-light);
  margin: 25px 0;
}

.policy-modal-footer {
  background: var(--light-2);
  padding: 20px 30px;
  text-align: right;
  border-top: 1px solid var(--gray-3);
}

.policy-btn-close {
  background: var(--accent);
  border: none;
  color: var(--white);
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  font-family: var(--default-font);
  font-weight: 500;
  transition: all 0.3s ease;
}

.policy-btn-close:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0px 5px 15px rgba(0, 212, 215, 0.3);
}

@media (max-width: 768px) {
  .policy-modal-dialog {
    width: 95%;
    margin: 20px auto;
  }

  .policy-modal-header h2 {
    font-size: 18px;
  }

  .policy-modal-body {
    padding: 20px;
    font-size: 14px;
  }
}