@charset "UTF-8";
/* Google Fonts loaded via wp_enqueue_style in functions.php to avoid render-blocking */
/*

/*-----------------------------------
  >> CSS Table of Contents <<
-------------------------------------

1. Basic
   - Mixins
   - Variables
   - Buttons
   - Typography

2. Template Section Styles
   - About
   - Animation
   - Brand
   - Contact
   - CTA
   - FAQ
   - Feature
   - Footer
   - Header
   - Helping
   - Hero
   - MeanMenu
   - Marquee
   - News
   - Preloader
   - Project
   - Section
   - Service
   - Team
   - Testimonial

-----------------------------------*/
:root {
  --body: #f8f8f8;
  --black: #2d2d2d;
  --white: #fff;
  --theme: #f30045;
  --theme2: #2ecc71;
  --theme3: #4033ff;
  --theme4: #032033;
  --header: #161616;
  --text: #1c4b42;
  --border: rgba(44, 47, 88, 0.11);
  --bg: #f8f8f8;
  --bg-2: #000;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

.hover-svg {
  transition: all 0.5s;
}
.hover-svg:hover {
  background: var(--theme4) !important;
}
.hover-svg:hover svg path {
  stroke: #fff;
  fill: #fff;
}
.hover-svg:hover i {
  color: #fff;
}

.hover-theme1 {
  transition: all 0.4s;
}
.hover-theme1:hover {
  background: var(--theme4) !important;
}
.hover-theme1:hover svg path {
  stroke: var(--theme);
  fill: var(--theme);
}
.hover-theme1:hover i {
  color: var(--theme);
}

.max-300 {
  width: 300px;
}

.max-270 {
  max-width: 270px;
}

.ml-auto {
  margin-left: auto;
}

.hover-translate8 {
  transition: all 0.4s;
}
.hover-translate8:hover {
  transform: translateY(-8px);
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .pt-80 {
    padding-top: 60px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 22px;
  }
}

.section-header h2 span {
  font-size: 48px;
}
@media (max-width: 1199px) {
  .section-header h2 {
    font-size: 38px;
  }
  .section-header h2 span {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .section-header h2 {
    font-size: 32px;
  }
  .section-header h2 span {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .section-header h2 {
    font-size: 29px;
  }
  .section-header h2 span {
    font-size: 29px;
  }
}

.italic {
  font-style: italic !important;
}

.lh-110 {
  line-height: 110% !important;
}

.mx-252 {
  max-width: 252px;
}

.theme4-border {
  border: 1px solid var(--theme4);
}

.body-clr {
  color: var(--body);
}

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

.black-clr {
  color: var(--black);
}

.black-bg {
  background-color: var(--black);
}

.white-clr {
  color: var(--white);
}

.white-bg {
  background-color: var(--white);
}

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

.theme-bg {
  background-color: var(--theme);
}

.absolute-theme-bg {
  background-color: var(--theme) !important;
}

.theme-clr2 {
  color: var(--theme2);
}

.theme-bg2 {
  background-color: var(--theme2);
}

.theme-clr3 {
  color: var(--theme3);
}

.theme-bg3 {
  background-color: var(--theme3);
}

.theme-clr4 {
  color: var(--theme4);
}

.theme-bg4 {
  background-color: var(--theme4);
}

.border-clr {
  border: 1px solid var(--border);
}

.text-clr {
  color: var(--text);
}

.fz-10 {
  font-size: 10px;
  line-height: 1.5;
}

.fz-11 {
  font-size: 11px;
  line-height: 1.5;
}

.fz-12 {
  font-size: 12px;
  line-height: 1.5;
}

.fz-13 {
  font-size: 13px;
  line-height: 1.5;
}

.fz-14 {
  font-size: 14px;
  line-height: 1.5;
}

.fz-15 {
  font-size: 15px;
  line-height: 1.5;
}

.fz-16 {
  font-size: 18px;
  line-height: 1.5;
}

.fz-17 {
  font-size: 17px;
  line-height: 1.5;
}

.fz-18 {
  font-size: 18px;
  line-height: 1.5;
}

.fz-19 {
  font-size: 19px;
  line-height: 1.5;
}

.fz-20 {
  font-size: 20px;
  line-height: 1.4;
}

.fz-21 {
  font-size: 21px;
  line-height: 1.4;
}

.fz-22 {
  font-size: 22px;
  line-height: 1.4;
}

.fz-23 {
  font-size: 23px;
  line-height: 1.4;
}

.fz-24 {
  font-size: 24px;
  line-height: 1.4;
}

.fz-25 {
  font-size: 25px;
  line-height: 1.4;
}

.fz-26 {
  font-size: 26px;
  line-height: 1.4;
}

.fz-27 {
  font-size: 27px;
  line-height: 1.4;
}

.fz-28 {
  font-size: 28px;
  line-height: 1.4;
}

.fz-36 {
  font-size: 36px;
  line-height: 1.2;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.w-24 {
  width: 24px;
}

.w-26 {
  width: 26px;
}

.w-28 {
  width: 28px;
}

.w-30 {
  width: 30px;
}

.w-32 {
  width: 32px;
}

.w-34 {
  width: 34px;
}

.w-36 {
  width: 36px;
  min-width: 36px;
}

.w-38 {
  width: 38px;
}

.w-40 {
  width: 40px;
}

.w-44 {
  width: 44px;
}

.w-45 {
  width: 45px;
}

.w-48 {
  width: 48px;
}

.min-w-48 {
  min-width: 48px;
}

.w-50 {
  width: 50px;
}

.w-54 {
  width: 56px;
}

.w-56 {
  width: 56px;
}

.w-60 {
  width: 60px;
}

.w-64 {
  width: 64px;
}

.w-66 {
  width: 66px;
}

.w-70 {
  width: 70px;
}

.w-80 {
  width: 80px;
}

.h-24 {
  height: 24px;
}

.h-26 {
  height: 26px;
}

.h-28 {
  height: 28px;
}

.h-30 {
  height: 30px;
}

.h-32 {
  height: 32px;
}

.h-34 {
  height: 34px;
}

.h-36 {
  height: 36px;
}

.h-38 {
  height: 38px;
}

.h-40 {
  height: 40px;
}

.h-44 {
  height: 44px;
}

.h-45 {
  height: 45px;
}

.h-48 {
  height: 48px;
}

.h-50 {
  height: 50px;
}

.h-54 {
  height: 56px;
}

.h-56 {
  height: 56px;
}

.h-60 {
  height: 60px;
}

.h-64 {
  height: 64px;
}

.h-66 {
  height: 66px;
}

.h-70 {
  height: 70px;
}

.h-80 {
  height: 80px;
}

.pe-20 {
  padding-right: 20px !important;
}

@media (max-width: 991px) {
  .fz-15 {
    font-size: 14px;
    line-height: 1.5;
  }
  .fz-16 {
    font-size: 16px;
    line-height: 1.5;
  }
  .fz-17 {
    font-size: 16px;
    line-height: 1.5;
  }
  .fz-18 {
    font-size: 18px;
    line-height: 1.5;
  }
  .fz-19 {
    font-size: 18px;
    line-height: 1.5;
  }
  .fz-20 {
    font-size: 18px;
    line-height: 1.4;
  }
  .fz-21 {
    font-size: 19px;
    line-height: 1.4;
  }
  .fz-22 {
    font-size: 20px;
    line-height: 1.4;
  }
  .fz-23 {
    font-size: 21px;
    line-height: 1.4;
  }
  .fz-24 {
    font-size: 22px;
    line-height: 1.4;
  }
  .fz-25 {
    font-size: 22px;
    line-height: 1.4;
  }
  .fz-26 {
    font-size: 22px;
    line-height: 1.4;
  }
  .fz-27 {
    font-size: 22px;
    line-height: 1.4;
  }
  .fz-28 {
    font-size: 22px;
    line-height: 1.4;
  }
  .w-48 {
    width: 38px;
  }
  .h-48 {
    height: 38px;
  }
  .min-w-48 {
    min-width: 38px;
  }
  .fz-36 {
    font-size: 29px;
    line-height: 1.4;
  }
}
.theme-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 6.8px;
  border: none;
  text-transform: capitalize;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(180deg, #da1b49 0%, #92294a 100%);
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
  padding: 6px 7px;
  height: 48px;
  line-height: 99%;
}
.theme-btn i {
  transition: all 0.4s ease-in-out;
}
.theme-btn.style1 i {
  transform: rotate(-40deg);
}
.theme-btn.style1:hover i {
  transform: rotate(40deg);
  background: #fff !important;
  color: #000 !important;
}
.theme-btn.style2 {
  background-color: var(--theme);
}
.theme-btn.style2 i {
  transform: rotate(-40deg);
}
.theme-btn.style2:hover {
  color: var(--white) !important;
}
.theme-btn.style2:hover i {
  color: var(--white);
  transform: rotate(40deg);
}
.theme-btn.style3 {
  background-color: var(--theme2);
  color: var(--black);
}
.theme-btn.style3:hover {
  color: var(--white) !important;
  border: 1px solid var(--theme2);
}
.theme-btn.style3:hover i {
  color: var(--black);
  transform: rotate(40deg);
}
.theme-btn.style4 {
  background-color: var(--theme3) !important;
  color: var(--white);
}
.theme-btn.white-blur {
  border-radius: 40.037px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
}
.theme-btn.style-black {
  background-color: #000;
  color: var(--white);
}
.theme-btn.style-white {
  background-color: var(--white);
  color: var(--text);
}
.theme-btn.outline-btn {
  background-color: transparent;
  border: 1px solid var(--theme4);
  color: var(--theme4);
}
.theme-btn.outline-btn:hover i {
  color: var(--white);
}
.theme-btn::before {
  content: "";
  position: absolute;
  height: 48px;
  width: 48px;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--header);
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
  color: #fff;
}
.theme-btn:hover {
  color: var(--white) !important;
}
.theme-btn:hover::before {
  width: 100%;
}

.link-btns {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  font-family: "Outfit", sans-serif;
  text-transform: capitalize;
  color: var(--theme);
}
.link-btns i {
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
  font-weight: 400;
}
.link-btns:hover i {
  transform: rotate(0);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
/* Universal Outfit Font Family - Applied Globally */
* {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

body {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  color: #032033;
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--text);
  outline: none;
}

input {
  color: var(--text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  margin: 0px;
  padding: 0;
  color: var(--text);
  transition: all 0.4s ease-in-out;
  font-weight: 700;
}

h1 {
  font-size: 140px;
  font-weight: 600;
  line-height: 108%;
}

h2 {
  font-size: 48px;
  line-height: 110%;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 29px;
  }
}

h3 {
  font-size: 24px;
  line-height: 115%;
}
@media (max-width: 991px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 21px;
  }
}

h4 {
  font-size: 20px;
  line-height: 125%;
}
@media (max-width: 991px) {
  h4 {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
  line-height: 120%;
}

h6 {
  font-size: 16px;
  line-height: 120%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  line-height: 1.5;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
  line-height: 1.5;
}
.services-template-default p,
.about_page-template-default p {
  font-size: 18px;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1320px;
    margin: 0 auto;
  }
}

.about-content .counter-area {
  width: 171px;
}
.about-content .counter-area .satisfied img:not(:first-child) {
  margin-left: -14px;
}
.about-content .boxes {
  max-width: 330px;
}
@media (max-width: 767px) {
  .about-content h2 {
    font-size: 29px;
  }
  .about-content .counter-area h2 {
    font-size: 28px;
  }
}

.about-thumb2 .text-circles {
  position: absolute;
  right: -60px;
  top: -110px;
  z-index: 1;
}
@media (max-width: 991px) {
  .about-thumb2 .text-circles {
    right: 10px;
    top: 10px;
  }
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*img-animation**********************/
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1)
    0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1)
    0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1)
    0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes arryLeftRight {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
.animation__arryLeftRight {
  animation: arryLeftRight 2s ease infinite alternate;
}

@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
.sponsor-section {
  border-radius: 0px 0px 16px 16px;
  background: rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(25px);
}
.sponsor-section.style1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
}

.sponsor-item {
  max-width: 99px;
  height: 75px;
}
.sponsor-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-content1 {
  background-color: var(--white);
  border-radius: 24px;
  padding: 50px 80px;
  margin-left: -30px;
  z-index: 1;
  position: relative;
}

.contact-thumb1 {
  position: relative;
}
.contact-thumb1 .cont {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px);
  max-width: 470px;
  padding: 24px 38px;
  position: absolute;
  bottom: 70px;
  left: 95px;
}

.form__grp .form-control {
  font-size: 15px !important;
  color: #032033 !important;
  border: none !important;
  border-bottom: 1px solid var(--border) !important;
  border-radius: 0 !important;
  padding: 0 !important;
  padding-bottom: 14px !important;
  outline: none !important;
}
.form__grp .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

.mail-address-items {
  padding: 48px 32px;
  border-radius: 24px;
  border: 1px solid var(--color-Border, #dde4e3);
  background: #fff;
  transition: all 0.4s;
}
.mail-address-items:hover {
  border-color: var(--theme);
}
@media (max-width: 1399px) {
  .mail-address-items {
    padding: 40px 20px;
  }
}
@media (max-width: 1199px) {
  .mail-address-items {
    padding: 32px 19px;
  }
}

@media (max-width: 1199px) {
  .contact-content1 {
    padding: 24px 22px;
    margin-left: 0px;
    z-index: 1;
    position: relative;
  }
  .contact-thumb1 .cont {
    bottom: initial;
    top: 16px;
    left: 16px;
  }
}
@media (max-width: 575px) {
  .contact-thumb1 .cont {
    top: 5px;
    left: 5px;
    right: 5px;
    padding: 18px 16px;
  }
}
.choose-items {
  padding: 32px 32px;
  transition: all 0.4s;
}
.choose-items:hover {
  background: linear-gradient(115.05deg, #e8e8fe 0%, #e3e3fc 100%);
}
@media (max-width: 1399px) {
  .choose-items {
    padding: 24px 20px;
  }
}
@media (max-width: 767px) {
  .choose-items {
    padding: 20px 18px;
  }
}

.choose-thumb-wrap .boxes {
  max-width: 571px;
  margin-left: auto;
}
.choose-thumb-wrap .text-circles {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .choose-thumb-wrap .text-circles {
    left: 10px;
    top: initial;
    bottom: 10px;
  }
}

.text-circles {
  width: 164px;
  height: 164px;
  border-radius: 50%;
  fill: rgba(255, 255, 255, 0.65);
  stroke-width: 0.863px;
  stroke: var(--color-Border, #dde4e3);
  backdrop-filter: blur(12.9473676682px);
  background-color: rgba(255, 255, 255, 0.65);
}
.text-circles .circle360 {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  animation: circle360 10s linear infinite;
}
.text-circles .shapee {
  transform: translate(-50%, -50%);
}

@keyframes circle360 {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.choose-wrapper-section {
  max-width: 1770px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  z-index: -1;
}
.choose-wrapper-section img {
  width: 100%;
  height: 100%;
}

.faq-content_wrap {
  padding: 50px 55px;
  position: relative;
  z-index: 1;
  background-color: #032033;
}
.faq-content_wrap .faq-shape1 {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: -1;
}
@media (max-width: 767px) {
  .faq-content_wrap {
    padding: 22px 20px;
  }
}

.accordion-style1 {
  border-radius: 10px;
  overflow: hidden;
}
.accordion-style1 .accordion-item {
  border-radius: 0px 0px 0px 0px;
  background: rgba(255, 255, 255, 0.59);
  box-shadow: 8px 8px 32px 0px rgba(36, 12, 135, 0.08);
  backdrop-filter: blur(5px);
  border: unset;
}
.accordion-style1 .accordion-item .accordion-header .accordion-button {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme4);
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.accordion-style1 .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.accordion-style1
  .accordion-item
  .accordion-header
  .accordion-button
  .cus-icon {
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme4);
}
.accordion-style1
  .accordion-item
  .accordion-header
  .accordion-button.collapsed
  .cus-icon {
  background-color: var(--white);
  transition: all 0.5s;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--theme4);
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:not(.collapsed) .cus-icon {
  background-color: var(--theme4) !important;
  color: #fff !important;
  transform: rotate(180deg);
}

.pricing-wrapper1 {
  max-width: 1765px;
  margin: 0 auto;
  background: url(../img/element/pricing-bg.png) no-repeat center center;
  background-size: cover;
}

.pricing-plan-items {
  padding: 40px 40px;
  overflow: hidden;
  position: relative;
}
.pricing-plan-items .popular-badge {
  position: absolute;
  right: 0;
  top: 0;
}
.pricing-plan-items.groth-itemw .theme-btn {
  background: var(--theme4) !important;
  color: var(--white) !important;
}
.pricing-plan-items.groth-itemw .theme-btn i {
  color: var(--white) !important;
}
@media (max-width: 1199px) {
  .pricing-plan-items {
    padding: 29px 22px;
  }
}

.accordion-style2 {
  border-radius: 16px 16px 16px 16px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 8px 8px 32px 0px rgba(36, 12, 135, 0.08);
  backdrop-filter: blur(5px);
  padding: 12px;
}
.accordion-style2 .accordion-item {
  background: rgba(255, 255, 255, 0.59);
  box-shadow: 8px 8px 32px 0px rgba(36, 12, 135, 0.08);
  backdrop-filter: blur(5px);
}
.accordion-style2 .accordion-button:not(.collapsed) {
  color: var(--black);
  background-color: transparent;
  box-shadow: none;
}
.accordion-style2 .accordion-button:not(.collapsed) .cus-icon {
  background-color: var(--theme2) !important;
  color: var(--white) !important;
}
@media (max-width: 1199px) {
  .accordion-style2 {
    padding: 0;
  }
}

.pricing-section3 {
  margin-top: -75px;
}

.pricing-plan-items3 {
  border-radius: 16px;
  background: #fff;
  box-shadow: 8px 8px 32px 0px rgba(36, 12, 135, 0.07);
}
.pricing-plan-items3 h4,
.pricing-plan-items3 p,
.pricing-plan-items3 h2,
.pricing-plan-items3 span,
.pricing-plan-items3 a,
.pricing-plan-items3 ul,
.pricing-plan-items3 li,
.pricing-plan-items3 svg {
  color: var(--black) !important;
}
.pricing-plan-items3 svg path {
  fill: rgba(31, 29, 29, 0.59);
}
.pricing-plan-items3.growth-items {
  background-color: var(--theme3) !important;
}
.pricing-plan-items3.growth-items ul li {
  color: var(--white) !important;
}
.pricing-plan-items3.growth-items h4,
.pricing-plan-items3.growth-items p,
.pricing-plan-items3.growth-items h2,
.pricing-plan-items3.growth-items span,
.pricing-plan-items3.growth-items ul,
.pricing-plan-items3.growth-items li,
.pricing-plan-items3.growth-items svg {
  color: var(--white) !important;
}
.pricing-plan-items3.growth-items svg path {
  fill: rgb(255, 255, 255);
}
.pricing-plan-items3.growth-items-theme {
  background-color: var(--theme) !important;
}
.pricing-plan-items3.growth-items-theme ul li {
  color: var(--theme4) !important;
}
.pricing-plan-items3.growth-items-theme h4,
.pricing-plan-items3.growth-items-theme p,
.pricing-plan-items3.growth-items-theme h2,
.pricing-plan-items3.growth-items-theme span,
.pricing-plan-items3.growth-items-theme ul,
.pricing-plan-items3.growth-items-theme li,
.pricing-plan-items3.growth-items-theme svg {
  color: var(--theme4) !important;
}
.pricing-plan-items3.growth-items-theme svg path {
  fill: var(--theme4);
}
.pricing-plan-items3.growth-items-theme .theme-btn {
  background-color: var(--theme4) !important;
  color: var(--white) !important;
  border-color: var(--theme4) !important;
}
.pricing-plan-items3:hover .theme-btn {
  background-color: var(--black) !important;
  color: var(--white) !important;
}

.pricing-bg3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.feature-sub-item {
  padding: 20px 22px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 8px 8px 32px 0px rgba(36, 12, 135, 0.08);
}
@media (max-width: 1399px) {
  .feature-sub-item {
    padding: 20px 19px;
  }
}

.feature-bg {
  height: 672px;
  width: 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .feature-bg {
    height: 100%;
  }
}

.insight-section {
  margin-left: 120px;
}
@media (max-width: 1399px) {
  .insight-section {
    margin-left: 0;
  }
}

.insight-items3 {
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 8px 8px 32px 0px rgba(36, 12, 135, 0.09);
  backdrop-filter: blur(2.5px);
  transition: all 0.3s;
  height: 100% !important;
  margin: 10px 9px 35px;
}
.insight-items3:hover {
  background-color: var(--theme3) !important;
}
.insight-items3:hover .content .badge-cus {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  background: rgba(255, 255, 255, 0.22);
  color: var(--white);
}
.insight-items3:hover .content h4,
.insight-items3:hover .content a {
  color: var(--white);
}
.insight-items3:hover .content .hover-theme1 {
  background-color: var(--white) !important;
  color: var(--theme) !important;
}
@media (max-width: 1399px) {
  .insight-items3 {
    padding: 14px;
  }
}
@media (max-width: 1600px) {
  .insight-items3 h4 a {
    font-size: 16px;
  }
  .insight-items3 .badge-cus {
    font-size: 11px;
  }
}

.footer-widget-wrapper {
  /* background: url(../img/footer/footer-bg.png) no-repeat center center; */
  background-color: #032033;
  background-size: cover;
  max-width: 1762px;
  border-radius: 30px;
  margin: 0 auto;
}

.socal-icon {
  display: flex;
  gap: 6px;
  align-items: center;
}
.socal-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  transition: all 0.5s;
}
.socal-icon a:hover {
  color: var(--white);
}
.socal-icon.style1 a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
}
.socal-icon.style1 a:hover {
  background: var(--theme);
  color: var(--theme4);
}

.footer-logo {
  max-width: 180px;
}
.footer-logo img {
  width: 100%;
}

.footer-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 80px 0 50px;
}

.footer-bottom {
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
  padding: 39px 0;
}
.footer-bottom .footer-list {
  display: flex;
  align-items: center;
  gap: 9px 32px;
}
.footer-bottom .footer-list li {
  font-size: 18px;
}
.footer-bottom .footer-list li a {
  color: var(--white);
  transition: all 0.5s;
}
.footer-bottom .footer-list li a i {
  transition: all 0.4s;
}
.footer-bottom .footer-list li a:hover {
  color: var(--theme);
}
.footer-bottom .footer-list li a:hover i {
  transform: rotate(0);
}

.footer-middle {
  padding: 64px 0;
}
.footer-middle .search-widget {
  display: flex;
  align-items: center;
}

.rot180 {
  transform: rotate(-38deg);
}

@media screen and (max-width: 991px) {
  .footer-middle {
    padding: 40px 0;
  }
  .footer-bottom {
    padding: 24px 0;
  }
  .footer-bottom .footer-list {
    gap: 9px 32px;
  }
  .footer-header {
    padding: 60px 0 40px;
  }
}
.footer-section2 {
  background-color: #043a1f;
  margin: 11px;
  border-radius: 0 0 30px 30px;
}
.footer-section2 .footer-inner2 {
  padding: 60px 0;
}
@media (max-width: 1199px) {
  .footer-section2 .footer-inner2 {
    padding: 40px 0;
  }
}

.footer-section3 {
  background: url(../img/footer/footer-bg2.png) no-repeat center center;
  background-size: cover;
}

.social-style3 a {
  background-color: var(--white);
}
.social-style3 a:hover {
  background: var(--theme3);
  color: var(--white);
}

.E9ECF3-bg {
  background-color: #e9ecf3;
}

@media (min-width: 1400px) {
  .header-section .container {
    max-width: 1765px;
    margin: 0 auto;
  }
}
.header-section.style1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  border-bottom: 1px solid rgba(201, 234, 228, 0.14);
  padding: 22px 0;
}
.header-section.style1 .header-hamburger-inner {
  gap: 39px;
}
@media (max-width: 1600px) {
  .header-section.style1 .header-hamburger-inner {
    gap: 14px;
  }
}
.header-section.header-white {
  margin-top: 11px;
}
@media (min-width: 1200px) {
  .header-section.header-white .main-menu ul li a {
    color: var(--white);
  }
  .header-section.header-white .main-menu ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: var(--white) !important;
  }
}
.header-section.header-white.sticky {
  margin-top: 0 !important;
  background: var(--theme2) !important;
}
@media (min-width: 1200px) {
  .header-section.style3 .main-menu ul li a {
    color: #000;
  }
  .header-section.style3 .main-menu ul li a:hover {
    background: var(--white);
    color: var(--theme3) !important;
  }
}
.header-section .search-icon:hover {
  background: transparent !important;
}

.header-sections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main .header-logo {
  width: 160px;
}
.header-main .header-logo img {
  width: 100%;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  background-color: transparent;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 15px;
  line-height: 120%;
  font-weight: 600;
  color: white;
  /* padding: 10px 20px 12px; */
  border-radius: 30px;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  font-size: 16px;
}
.header-main .main-menu ul li a {
  padding: 8px 16px 10px !important;
}
/* .header-main .main-menu ul li a:hover {
  
  color: #fff !important;
} */
@media (max-width: 1600px) {
  .header-main .main-menu .desktop-mega-menu ul li a {
    padding: 0 !important;
  }
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  width: 200px;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--text);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 12px;
  font-weight: 600;
  color: #032033;
  padding: 0 18px;
  padding-bottom: 11px;
  padding-top: 9px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0 !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
/* .header-main .main-menu ul li .submenu li:hover > a {
  background: var(--text);
  color: var(--white) !important;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
} */
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 1000px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: calc(100% - 300px);
  visibility: hidden;
  padding: 20px 20px 20px 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
  /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); */
}
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .homemenu-items
  .homemenu
  .homemenu-thumb {
  position: relative;
  width: 100%;
}
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .homemenu-items
  .homemenu
  .homemenu-thumb
  .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .homemenu-items
  .homemenu
  .homemenu-thumb
  .demo-button
  .theme-btn {
  padding: 8px 14px 8px;
  background: var(--theme) !important;
  color: var(--white) !important;
  width: initial;
  font-size: 12px !important;
  text-align: center;
  border-radius: 100px !important;
  overflow: hidden;
}
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .homemenu-items
  .homemenu
  .homemenu-thumb
  .demo-button
  .theme-btn
  span {
  font-size: 14px;
}
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .homemenu-items
  .homemenu
  .homemenu-thumb
  .demo-button
  .theme-btn:hover {
  color: var(--white) !important;
}
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .homemenu-items
  .homemenu
  .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .homemenu-items
  .homemenu
  .homemenu-thumb:hover
  .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .homemenu-items
  .homemenu
  .homemenu-thumb:hover.homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .homemenu-items
  .homemenu
  .homemenu-thumb
  img {
  width: 100%;
}
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .homemenu-items
  .homemenu
  .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .header-main .main-menu ul li .has-homemenu {
    width: 1000px;
  }
}
/* .header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
} */
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

/* Ensure all submenu types work with hover and click */
.header-main .main-menu ul li:hover > .mega-menu,
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0px) !important;
  padding: 16px !important;
}

.header-main .main-menu ul li.active > .mega-menu,
.header-main .main-menu ul li.active > .submenu {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

/* Logo Switching Styles */
.logo-white {
  display: block;
}

.logo-dark {
  display: none;
}

/* Sticky Header Styles */
.header-section.sticky .logo-white {
  display: none;
}

.header-section.sticky .logo-dark {
  display: block;
}

.header-section.sticky .header-main .main-menu ul li a {
  color: #1a1a1a !important;
}

.header-section.sticky .header-main .main-menu ul li a:hover {
  color: #e6005c !important;
  background-color: rgba(230, 0, 92, 0.1) !important;
}

.header-section.sticky .dropdown-chevron {
  color: #1a1a1a !important;
}

.header-section.sticky .has-dropdown:hover .dropdown-chevron,
.header-section.sticky .has-dropdown.active .dropdown-chevron {
  color: #e6005c !important;
}

/* Toggle Icon styles removed - using custom mobile menu */

/* Sticky Header Background */
.header-section.sticky {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Toggle Icon sticky header styles removed - using custom mobile menu */

/* Mega Menu in Sticky Header */
.header-section.sticky .mega-menu {
  background: #ffffff !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

.header-section.sticky .mega-menu-links li a {
  color: #666666 !important;
}

.header-section.sticky .mega-menu-links li a:hover {
  color: #e6005c !important;
}

/* Dropdown Chevron Styles - Filled Icons */
.dropdown-chevron {
  font-size: 10px;
  margin-left: 6px;
  transition: transform 0.3s ease, color 0.3s ease;
  opacity: 0.8;
  font-weight: 900;
  vertical-align: middle;
  color: #ffffff;
}

.has-dropdown:hover .dropdown-chevron {
  transform: rotate(180deg);
  opacity: 1;
}

.has-dropdown.active .dropdown-chevron {
  transform: rotate(180deg);
  opacity: 1;
}

/* Ensure proper alignment for consulting services */
.has-dropdown.active .dropdown-chevron {
  transform: rotate(180deg);
  opacity: 1;
}

/* Mobile menu chevron styles */
@media (max-width: 1199px) {
  .dropdown-chevron {
    font-size: 8px;
    margin-left: 4px;
  }
}

/* Mega Menu Styles */
.mega-menu {
  width: 800px !important;
  padding: 30px !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(-10px) !important;
  background: #ffffff !important;
  border-radius: 12px !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  position: absolute !important;
  top: 100% !important;
  z-index: 999 !important;
  visibility: hidden !important;
  opacity: 0 !important;
  transition: all 0.3s ease !important;
}

/* Show mega menu on hover */
.has-dropdown:hover .mega-menu {
  visibility: visible !important;
  opacity: 1 !important;
}

/* Show mega menu when active (click) */
.has-dropdown.active .mega-menu {
  visibility: visible !important;
  opacity: 1 !important;
}

/* Ensure mega menu stays visible when hovering over it */
.mega-menu:hover {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(-50%) translateY(0) !important;
}

/* Show mega menu on hover for all dropdown types */
.header-main .main-menu ul li:hover > .mega-menu {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(-50%) translateY(0) !important;
}

/* Show mega menu when parent is active */
.header-main .main-menu ul li.active > .mega-menu {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(-50%) translateY(0) !important;
}

.mega-menu-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 100%;
}

.mega-menu-column {
  display: flex;
  flex-direction: column;
}

/* Removed mega-menu-title styles since we're not using column titles */

.mega-menu-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu-links li {
  /* margin-bottom: 12px; */
}

.mega-menu-links li a {
  color: #666666;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 8px 0;
  display: block;
  position: relative;
}

.mega-menu-links li a:hover {
  color: #e6005c;
  padding-left: 10px;
}

/* .mega-menu-links li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: #e6005c;
  transition: width 0.3s ease;
} */

.mega-menu-links li a:hover::before {
  width: 20px;
}

/* Desktop Mega Menu Section Titles */
.desktop-mega-menu .mobile-menu-section-title {
  font-size: 16px;
  font-weight: 700;
  color: #032033;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e6005c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Desktop Mega Menu Styles - Enhanced */
.desktop-mega-menu {
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(-10px) !important;
  width: 900px !important;
  background: #ffffff !important;
  border-radius: 16px !important;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(230, 0, 92, 0.1) !important;
  border: 1px solid rgba(230, 0, 92, 0.1) !important;
  padding: 30px !important;
  z-index: 99999 !important;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.desktop-mega-menu .mega-menu-content {
  display: flex !important;
  flex-direction: column !important;
  gap: 15px !important;
}

/* Responsive Design for Mega Menu Content */
@media (max-width: 1200px) {
  .desktop-mega-menu .mega-menu-content {
    gap: 10px !important;
  }
}

@media (max-width: 992px) {
  .desktop-mega-menu .mega-menu-content {
    gap: 15px !important;
    flex-direction: column !important;
  }
}

@media (max-width: 768px) {
  .desktop-mega-menu .mega-menu-content {
    gap: 20px !important;
    padding: 20px !important;
  }
}

@media (max-width: 576px) {
  .desktop-mega-menu .mega-menu-content {
    gap: 25px !important;
    padding: 15px !important;
  }
}

/* About menu specific - 3 columns with optimized size */
.desktop-mega-menu.about-mega-menu {
  width: 700px !important;
  padding: 30px !important;
}

.desktop-mega-menu.about-mega-menu .mega-menu-content.about-content {
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 35px !important;
}

/* Insights menu specific - 2 columns with optimized size */
.desktop-mega-menu.insights-mega-menu {
  width: 700px !important;
  padding: 30px !important;
}

.desktop-mega-menu.insights-mega-menu .mega-menu-content.insights-content {
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 50px !important;
}

/* Contact menu specific - 3 columns with optimized size */
.desktop-mega-menu.contact-mega-menu {
  width: 700px !important;
  padding: 30px !important;
}

.desktop-mega-menu.contact-mega-menu .mega-menu-content.contact-content {
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 35px !important;
}

.desktop-mega-menu .mega-menu-column {
  display: flex;
  flex-direction: column;
}

/* Mega Menu Main Title */
.desktop-mega-menu .mega-menu-main-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #032033 !important;
  margin-bottom: 8px !important;
  padding-bottom: 15px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  position: relative !important;
  text-align: left !important;
}

/* Mega Menu Column Titles */
.desktop-mega-menu .mega-menu-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #032033 !important;
  margin-bottom: 20px !important;
  padding-bottom: 12px !important;
  border-bottom: 3px solid #e6005c !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  position: relative !important;
}

.desktop-mega-menu .mega-menu-title::after {
  content: "" !important;
  position: absolute !important;
  bottom: -3px !important;
  left: 0 !important;
  width: 30px !important;
  height: 3px !important;
  background: linear-gradient(90deg, #e6005c 0%, #ff1a6b 100%) !important;
  border-radius: 2px !important;
}

.desktop-mega-menu .mega-menu-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: grid;
  gap: 10px !important;
  grid-template-columns: repeat(3, 1fr) !important;
}

/* Responsive Design for Mega Menu Links */
@media (max-width: 1300px) {
  .desktop-mega-menu .mega-menu-links {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 15px !important;
  }
}

@media (max-width: 992px) {
  .desktop-mega-menu .mega-menu-links {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
}

@media (max-width: 768px) {
  .desktop-mega-menu .mega-menu-links {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 25px !important;
  }
}

@media (max-width: 576px) {
  .desktop-mega-menu .mega-menu-links {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

.desktop-mega-menu .mega-menu-links li {
  /* margin-bottom: 16px !important; */
  position: relative !important;
  width: 100% !important;
}

.desktop-mega-menu .mega-menu-links li a {
  font-size: 15px !important;
  color: #2c3e50 !important;
  padding: 12px 0 !important;
  display: block !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  border-radius: 6px !important;
}

.desktop-mega-menu .mega-menu-links li a:hover {
  color: #e6005c !important;
  padding-left: 15px !important;
  /* background: rgba(230, 0, 92, 0.05) !important; */
  transform: translateX(5px) !important;
}

/* .desktop-mega-menu .mega-menu-links li a::before {
  content: '▶' !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 0 !important;
  height: auto !important;
  background: none !important;
  color: #e6005c !important;
  font-size: 10px !important;
  opacity: 0 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
} */

.desktop-mega-menu .mega-menu-links li a:hover::before {
  width: auto !important;
  opacity: 1 !important;
  transform: translateY(-50%) translateX(5px) !important;
}

/* Show desktop mega menu on hover */
.has-dropdown:hover .desktop-mega-menu {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(-50%) translateY(0) !important;
}

.desktop-mega-menu {
  border-bottom: 8px solid #de1c4a !important;
}

/* Show desktop mega menu when active (click) */
.has-dropdown.active .desktop-mega-menu {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(-50%) translateY(0) !important;
}

/* Ensure desktop mega menu stays visible when hovering over it */
.desktop-mega-menu:hover {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(-50%) translateY(0) !important;
}

/* Mobile Menu Section Titles */
.mobile-menu-section-title {
  font-size: 14px;
  font-weight: 700;
  color: #032033;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e6005c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Mobile Mega Menu Styles */
.mobile-mega-menu {
  position: static !important;
  width: 100% !important;
  transform: none !important;
  left: auto !important;
  box-shadow: none !important;
  border: none !important;
  background: #f8f9fa !important;
  border-radius: 8px !important;
  margin-top: 10px !important;
  padding: 20px !important;
}

.mobile-mega-menu .mega-menu-content {
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;
}

.mobile-mega-menu .mega-menu-column {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
}

.mobile-mega-menu .mega-menu-column:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.mobile-mega-menu .mega-menu-links li {
  margin-bottom: 8px;
}

.mobile-mega-menu .mega-menu-links li a {
  font-size: 14px;
  color: #666666;
  padding: 8px 0;
  display: block;
  transition: all 0.3s ease;
  border-radius: 4px;
  padding-left: 15px;
  position: relative;
}

.mobile-mega-menu .mega-menu-links li a:hover {
  color: #e6005c;
  background: rgba(227, 0, 92, 0.1);
  padding-left: 20px;
}

.mobile-mega-menu .mega-menu-links li a::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #e6005c;
  font-weight: bold;
  opacity: 0;
  transition: all 0.3s ease;
}

.mobile-mega-menu .mega-menu-links li a:hover::before {
  opacity: 1;
}

/* MeanMenu styles removed - using custom mobile menu */

/* MeanMenu mobile mega menu styles removed - using custom mobile menu */

/* MeanMenu pseudo-element styles removed - using custom mobile menu */

/* MeanMenu mobile dropdown styles removed - using custom mobile menu */

/* Mobile menu chevron buttons - positioned on the right side */
@media (max-width: 1199px) {
  .mean-container .mean-nav ul li.has-dropdown > a {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-right: 50px !important;
    position: relative !important;
  }

  .mean-container .mean-nav ul li.has-dropdown > a .dropdown-chevron {
    display: inline-block !important;
    font-size: 14px !important;
    transition: transform 0.3s ease !important;
    color: #e6005c !important;
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
  }

  .mean-container .mean-nav ul li.has-dropdown.active > a .dropdown-chevron {
    transform: translateY(-50%) rotate(180deg) !important;
    color: #e6005c !important;
  }

  /* Hide MeanMenu's default expand button and use our chevron instead */
  .mean-container .mean-nav ul li.has-dropdown > a.mean-expand {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  /* MeanMenu Submenu Items - Properly indented and styled */
  .mean-container .mean-nav ul li ul li {
    border-bottom: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    position: relative !important;
  }

  .mean-container .mean-nav ul li ul li:last-child {
    border-bottom: none !important;
  }

  .mean-container .mean-nav ul li ul li a {
    font-size: 13px !important;
    color: #333333 !important;
    padding: 10px 15px 10px 24px !important;
    display: block !important;
    transition: all 0.2s ease !important;
    position: relative !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    width: 100% !important;
    text-transform: none !important;
    border-top: none !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
  }

  .mean-container .mean-nav ul li ul li a:hover {
    color: #e6005c !important;
    background: rgba(230, 0, 92, 0.08) !important;
    padding-left: 40px !important;
    transform: translateX(2px) !important;
  }

  /* .mean-container .mean-nav ul li ul li a::before {
    content: '▶' !important;
    position: absolute !important;
    left: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #e6005c !important;
    font-weight: bold !important;
    font-size: 10px !important;
    transition: transform 0.2s ease !important;
  } */

  .mean-container .mean-nav ul li ul li a:hover::before {
    transform: translateY(-50%) translateX(2px) !important;
  }

  /* Responsive adjustments for smaller screens */
  @media (max-width: 768px) {
    .mean-container .mean-nav ul li ul li a {
      font-size: 12px !important;
      padding: 8px 12px 8px 30px !important;
    }

    .mean-container .mean-nav ul li ul li a::before {
      left: 12px !important;
      font-size: 9px !important;
    }
  }

  @media (max-width: 480px) {
    .mean-container .mean-nav ul li ul li a {
      font-size: 11px !important;
      padding: 6px 10px 6px 25px !important;
    }

    .mean-container .mean-nav ul li ul li a::before {
      left: 10px !important;
      font-size: 8px !important;
    }
  }
}

/* Responsive Desktop Mega Menu */
@media (max-width: 1199px) {
  .desktop-mega-menu {
    width: 90vw !important;
    max-width: 600px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-10px) !important;
  }

  .desktop-mega-menu .mega-menu-content {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px !important;
  }
}

@media (max-width: 768px) {
  .desktop-mega-menu {
    width: 95vw !important;
    padding: 20px !important;
  }

  .desktop-mega-menu .mega-menu-content {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }

  .desktop-mega-menu .mega-menu-links li a {
    font-size: 13px;
  }
}

/* Hide desktop mega menu on mobile, show mobile submenu */
@media (max-width: 1199px) {
  .desktop-mega-menu {
    display: none !important;
  }

  .submenu {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .submenu {
    display: none !important;
  }

  .desktop-mega-menu {
    display: block !important;
  }
}

/* Mobile Menu Animation */
.mobile-mega-menu {
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Additional Mobile Menu Enhancements */
.mean-container .mean-nav ul li a:not(.mean-expand) {
  border-right: 3px solid transparent;
  transition: all 0.3s ease;
}

.mean-container .mean-nav ul li a:not(.mean-expand):hover {
  border-right-color: #e6005c;
}

/* Mobile Menu Logo Styling */
.offcanvas__logo img {
  max-height: 40px;
  width: auto;
}

/* Mobile Menu Contact Section */
.offcanvas__contact h4 {
  color: #1a1a1a !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid #e6005c !important;
}

/* Mobile Menu Button Styling */
.offcanvas__contact .header-button .theme-btn {
  background: linear-gradient(135deg, #e6005c, #c4004a) !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(230, 0, 92, 0.3) !important;
  transition: all 0.3s ease !important;
}

.offcanvas__contact .header-button .theme-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(230, 0, 92, 0.4) !important;
}

/* Mobile Menu Social Icons */
.offcanvas__contact .social-icon a {
  transition: all 0.3s ease !important;
}

.offcanvas__contact .social-icon a:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}

/* Enhanced Header Styling */
.header-section.style1 {
  transition: all 0.3s ease;
}

.header-main .main-menu ul li a {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.header-main .main-menu ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.header-main .main-menu ul li a:hover::before {
  left: 100%;
}

/* Improved Dropdown Chevron Animation */
.dropdown-chevron {
  transition: transform 0.3s ease, color 0.3s ease;
}

.has-dropdown:hover .dropdown-chevron,
.has-dropdown.active .dropdown-chevron {
  transform: rotate(180deg);
  color: #e6005c;
}

/* Better Header Button Styling */
.header-hamburger-inner .theme-btn {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.header-hamburger-inner .theme-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.header-hamburger-inner .theme-btn:hover::before {
  left: 100%;
}

/* Responsive Header Improvements */
@media (max-width: 1400px) {
  .header-main .main-menu ul li a {
    padding: 8px 16px 10px;
    font-size: 14px;
  }

  .desktop-mega-menu {
    width: 700px !important;
  }
}

@media (max-width: 1200px) {
  .header-main .main-menu ul li a {
    padding: 6px 12px 8px;
    font-size: 13px;
  }

  .desktop-mega-menu {
    width: 600px !important;
  }

  .desktop-mega-menu .mega-menu-content {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 25px !important;
  }
}

@media (max-width: 992px) {
  .header-main .main-menu ul li a {
    padding: 5px 10px 7px;
    font-size: 12px;
  }

  .desktop-mega-menu {
    width: 500px !important;
  }
}

/* Sticky Header Enhancements */
.header-section.sticky {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(15px) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.header-section.sticky .header-main .main-menu ul li a {
  color: #1a1a1a !important;
}

.header-section.sticky .header-main .main-menu ul li a:hover {
  color: #e6005c !important;
  background-color: rgba(230, 0, 92, 0.1) !important;
}

.header-section.sticky .dropdown-chevron {
  color: #1a1a1a !important;
}

.header-section.sticky .has-dropdown:hover .dropdown-chevron,
.header-section.sticky .has-dropdown.active .dropdown-chevron {
  color: #e6005c !important;
}
/* Old sidebar toggle styles removed - using custom mobile menu */
@media (max-width: 991px) {
  .header-main .header-logo {
    width: 170px;
    display: block;
  }
  .header-main .header-logo img {
    width: 100%;
    height: 100%;
  }
}

/* Old sidebar toggle styles removed - using custom mobile menu */

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: var(--white) !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.offcanvas__info {
  background: #ffffff none repeat scroll 0 0;
  border-left: 3px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}
.offcanvas__info .social-icon a i {
  color: var(--black) !important;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 10px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 8px;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close:hover {
  background-color: #c4004a;
  transform: scale(1.05);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 22px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}
.offcanvas__wrapper
  .offcanvas__content
  .offcanvas__contact
  ul
  li:not(:last-child) {
  margin-bottom: 8px;
}
.offcanvas__wrapper
  .offcanvas__content
  .offcanvas__contact
  ul
  li
  .offcanvas__contact-icon {
  margin-right: 10px;
}
.offcanvas__wrapper
  .offcanvas__content
  .offcanvas__contact
  ul
  li
  .offcanvas__contact-icon
  i {
  color: var(--theme);
  font-size: 18px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button {
  margin-top: 20px;
}
.offcanvas__wrapper
  .offcanvas__content
  .offcanvas__contact
  .header-button
  .theme-btn {
  width: 100%;
  padding: 16px 40px;
  text-transform: capitalize !important;
  background: var(--theme) !important;
  border-radius: 100px;
  overflow: hidden;
  padding: 9px 16px 10px;
}
.offcanvas__wrapper
  .offcanvas__content
  .offcanvas__contact
  .header-button
  .theme-btn
  span,
.offcanvas__wrapper
  .offcanvas__content
  .offcanvas__contact
  .header-button
  .theme-btn
  i {
  color: var(--white) !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--white);
  color: var(--text);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper
  .offcanvas__content
  .offcanvas__contact
  .social-icon
  a:hover {
  border-color: var(--theme);
  background-color: var(--theme);
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 10px;
  }
}

.fix {
  overflow: hidden !important;
}

.ralt {
  position: relative;
}

.ml-50 {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .ml-50 {
    margin-left: 0;
  }
}

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

.ripple {
  position: relative;
}
.ripple::before,
.ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

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

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.gt-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.gt-brand-slide-element {
  width: auto;
  display: inline-block;
}

.swiper-dot {
  text-align: center;
  margin-top: 50px;
  z-index: 1;
}
.swiper-dot .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  transition: 0.6s;
  background: var(--header);
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 20px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(40, 44, 50);
  transition: 0.6s;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 21px;
  height: 21px;
  line-height: 21px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgb(0, 56, 101);
  content: "";
}
.swiper-dot.style-2 .swiper-pagination-bullet {
  background: var(--theme);
}
.swiper-dot.style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
}
.swiper-dot.style-2
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 2px solid var(--header);
}

.page-nav-wrap {
  margin-top: 60px;
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100px;
  border: 1px solid rgba(22, 22, 22, 0.2);
  background: transparent;
  color: var(--black);
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}

.swiper-dot-3 {
  margin-top: 50px;
  z-index: 1;
}
.swiper-dot-3 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  transition: 0.6s;
  background: var(--header);
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot-3 .swiper-pagination-bullet:not(:last-child) {
  margin-right: 20px;
}
.swiper-dot-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(40, 44, 50);
  transition: 0.6s;
  position: relative;
}
.swiper-dot-3
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 14px;
  height: 14px;
  line-height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--theme);
  content: "";
}

.swiper-dot4 {
  text-align: center;
}
.swiper-dot4 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 0.6s;
  background-color: var(--theme);
  opacity: 0.25;
  border-radius: 100%;
  position: relative;
}
.swiper-dot4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
  width: 35px;
  height: 10px;
  border-radius: 30px;
  opacity: 1;
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.banner-section.style1 {
  background: url(../img/banner/hero-bg1.png) no-repeat center center;
  background-size: cover;
  padding: 128px 0 0;
  z-index: 1;
  position: relative;
}
.banner-section.style1 .banner-content h1 {
  text-align: center;
  font-size: 85px;
  font-style: normal;
  font-weight: 700;
  line-height: 94%;
  text-transform: capitalize;
  color: var(--text);
}
.banner-section.style1 .hero-thumb1 {
  max-width: 413px;
  margin: -60px auto 0;
}
.banner-section.style1 .hero-thumb1 img {
  width: 100%;
}
.banner-section.style1 .hero-1-video {
  position: absolute;
  top: 270px;
  left: 0;
}
.banner-section.style1 .hero-right-card {
  right: 40px;
  top: 200px;
}
.banner-section.style1 .hero-right-card .groth-card {
  position: absolute;
  right: calc(100% - 120px);
  top: 110px;
  animation: updown 2s linear infinite;
}
.banner-section.style1 .hero-right-card .hover-svg {
  position: absolute;
  bottom: 16px;
  left: 0;
}
.banner-section.style1 .percentage-card {
  position: absolute;
  top: 320px;
  left: 260px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .banner-section.style1 .hero-right-card {
    right: 0px;
  }
}
@media (max-width: 991px) {
  .banner-section.style1 .hero-right-card {
    max-width: 200px;
    right: -10px;
  }
  .banner-section.style1 .hero-right-card img {
    width: 100%;
  }
  .banner-section.style1 .hero-right-card .hover-svg {
    bottom: -50px;
  }
  .banner-section.style1 .percentage-card {
    left: 10px;
    max-width: 200px;
    top: 420px;
  }
  .banner-section.style1 .banner-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .banner-section.style1 .hero-right-card {
    display: none;
  }
  .banner-section.style1 .percentage-card {
    display: none;
  }
  .banner-section.style1 .banner-content h1 {
    font-size: 40px;
  }
  .banner-section.style1 .hero-1-video {
    position: initial;
    margin: 0 auto;
    text-align: center;
  }
  .banner-section.style1 .hero-thumb1 {
    max-width: 413px;
    margin: 0px auto 0;
  }
  .banner-section.style1 .hero-thumb1 img {
    width: 100%;
  }
}
.banner-section.style2 {
  background: url(../img/banner/hero-thumb2.png) no-repeat top center;
  background-size: cover;
  padding: 240px 0 280px;
}
.banner-section.style2 .banner-content2 h1 {
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.banner-section.style2 .banner-content2 .before-add::before {
  right: 102%;
}
.banner-section.style2 .collapse-thumb2 {
  bottom: -240px;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner-section.style2 {
    padding: 200px 0 280px;
  }
  .banner-section.style2 .collapse-thumb2 {
    bottom: -170px;
  }
  .banner-section.style2 .banner-content2 h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 110%;
  }
}
@media (max-width: 767px) {
  .banner-section.style2 {
    padding: 200px 0 280px;
  }
  .banner-section.style2 .collapse-thumb2 {
    bottom: -170px;
    right: 20px;
  }
  .banner-section.style2 .banner-content2 h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 110%;
  }
}
@media (max-width: 575px) {
  .banner-section.style2 {
    padding: 150px 0 190px;
    margin: 0 0;
  }
  .banner-section.style2 .collapse-thumb2 {
    display: none;
  }
  .banner-section.style2 .banner-content2 h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 110%;
  }
}
.banner-section.style3 {
  padding: 150px 0 0;
  background: url(../img/banner/hero-bg3.png) no-repeat center center;
  background-size: cover;
}
.banner-section.style3 .banner-content3 {
  max-width: 650px;
  margin: 0 auto 36px;
  text-align: center;
}
.banner-section.style3 .banner-content3 h1 {
  font-size: 63px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.banner-section.style3 .banner-content3 p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 550px;
  margin: 0 auto;
}
.banner-section.style3 .hero-thumb3 {
  max-width: 1058px;
  margin: 0 auto;
  text-align: center;
}
.banner-section.style3 .hero-thumb3 .text-modified {
  left: -100px;
  top: 30px;
  animation: leftright 2s linear infinite;
}
.banner-section.style3 .hero-thumb3 .text-improved {
  top: 30px;
  right: -180px;
  animation: leftright 2s linear infinite;
}
.banner-section.style3 .hero-thumb3 .groth-left {
  top: 100px;
  left: -60px;
  animation: updown 2s linear infinite;
}
.banner-section.style3 .hero-thumb3 .groth-right {
  top: 100px;
  right: -60px;
  animation: updown 2s linear infinite;
}
@media (max-width: 1600px) {
  .banner-section.style3 .hero-thumb3 {
    max-width: 958px;
  }
}
@media (max-width: 1399px) {
  .banner-section.style3 .hero-thumb3 {
    max-width: 758px;
  }
}
@media (max-width: 991px) {
  .banner-section.style3 .hero-thumb3 {
    max-width: 758px;
  }
  .banner-section.style3 .text-modified {
    display: none;
  }
  .banner-section.style3 .text-improved {
    display: none;
  }
  .banner-section.style3 .groth-left {
    top: 70px;
    left: -60px;
    max-width: 150px;
  }
  .banner-section.style3 .groth-right {
    top: 70px;
    right: -60px;
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .banner-section.style3 .banner-content3 {
    max-width: 650px;
    margin: 0 auto 36px;
    text-align: center;
  }
  .banner-section.style3 .banner-content3 h1 {
    font-size: 34px;
  }
  .banner-section.style3 .banner-content3 p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .banner-section.style3 .hero-thumb3 {
    max-width: 758px;
  }
  .banner-section.style3 .text-modified {
    display: none;
  }
  .banner-section.style3 .text-improved {
    display: none;
  }
  .banner-section.style3 .groth-left {
    top: 0px !important;
    left: -5px !important;
    max-width: 90px;
  }
  .banner-section.style3 .groth-right {
    top: 0px !important;
    right: -5px !important;
    max-width: 90px;
  }
}

.hero-shadow {
  position: absolute;
  bottom: -140px;
  left: -30px;
  width: 110%;
  z-index: -1;
}

.sponsor-section3 {
  padding: 70px 0;
  z-index: 1;
}

@keyframes leftright {
  50% {
    transform: translateX(5px);
  }
}
@keyframes updown {
  50% {
    transform: translateY(10px);
  }
}
.breadcrumb-banner {
  overflow: hidden;
  /* border-radius: 30px; */
}
.breadcrumb-banner img {
  height: 434px;
  /* border-radius: 30px; */
}
.breadcrumb-banner .container {
  max-width: 1765px;
}
.breadcrumb-banner .breadcrumb-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 85px;
  color: var(--white);
  z-index: 2;
}
.breadcrumb-banner .boxes {
  max-width: 270px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.breadcrumb-banner .breadcrumb-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 10px;
  background-color: #fff;
}
@media (min-width: 1400px) {
  .breadcrumb-banner .breadcrumb-cont {
    bottom: -7px;
  }
}
@media screen and (max-width: 1510px) {
  .breadcrumb-banner .boxes {
    max-width: 250px;
    margin-left: auto;
    position: relative;
  }
}
@media (max-width: 1399px) {
  .breadcrumb-banner .boxes {
    background-color: var(--white);
    z-index: 2;
  }
  .breadcrumb-banner .boxes .breadcrumb-cont {
    background-color: var(--white);
    width: 320px;
    border-radius: 0px;
    height: 52px;
    padding: 5px 8px 5px 20px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb-banner img {
    height: 350px;
  }
  .breadcrumb-banner .breadcrumb-title {
    font-size: 42px;
    color: var(--white);
  }
}
@media (max-width: 767px) {
  .breadcrumb-banner img {
    height: 280px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-banner img {
    height: 300px;
  }
  .breadcrumb-banner .breadcrumb-title {
    font-size: 29px;
    margin-top: 30px;
    width: 200px;
  }
  .breadcrumb-banner .boxes {
    width: 100%;
  }
  .breadcrumb-banner .boxes .breadcrumb-cont {
    width: 100%;
    height: 52px;
  }
}

.choose-partner-section {
  max-width: 1770px;
  margin: 0 auto;
  border-radius: 24px;
  background: #fff;
}

.choose-partner-color .work-list-item {
  background-color: var(--bg) !important;
  border-radius: 19px !important;
}
.choose-partner-color .work-list-item .icon {
  background-color: var(--theme) !important;
}
.choose-partner-color .work-list-item .icon svg path {
  fill: var(--theme4) !important;
}
.choose-partner-color .work-list-item:hover {
  background-color: var(--theme) !important;
}
.choose-partner-color .work-list-item:hover .icon {
  background-color: var(--white) !important;
}

.work-wrapper .work-list-item:hover .servie-benifit .icon {
  background-color: var(--theme);
}

/* .servie-benifit .icon {
  background-color: #fbfbfb;
} */
/* .servie-benifit .icon svg path {
  fill: var(--theme4) !important;
} */

.approch-items {
  height: 100%;
}
.approch-items .icons {
  background-color: var(--theme) !important;
}
.approch-items .icons svg path {
  fill: var(--theme4);
}
.approch-items .hover-ele {
  opacity: 0.3 !important;
}
.approch-items:hover {
  background-color: var(--theme) !important;
}
.approch-items:hover .icons {
  background-color: var(--theme4) !important;
}
.approch-items:hover .icons svg path {
  fill: var(--theme) !important;
}

/* Mobile menu toggle button - show on mobile screens */
@media (max-width: 1199px) {
  .mean-container a.meanmenu-reveal {
    display: block !important;
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 9999 !important;
    width: 45px !important;
    height: 45px !important;
    background: #e6005c !important;
    color: #ffffff !important;
    text-align: center !important;
    line-height: 45px !important;
    border-radius: 6px !important;
    font-size: 20px !important;
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(230, 0, 92, 0.3) !important;
    border: 2px solid #ffffff !important;
  }
}

/* Hide mobile menu toggle on desktop */
@media (min-width: 1200px) {
  .mean-container a.meanmenu-reveal {
    display: none !important;
  }
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container
  .mean-nav
  > ul
  .homemenu-items
  .homemenu
  .homemenu-thumb
  .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container
  .mean-nav
  > ul
  .homemenu-items
  .homemenu
  .homemenu-thumb
  .demo-button
  .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container
  .mean-nav
  > ul
  .homemenu-items
  .homemenu
  .homemenu-thumb
  .demo-button
  .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container
  .mean-nav
  > ul
  .homemenu-items
  .homemenu
  .homemenu-thumb::before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(20, 19, 19, 0)),
    to(#5e5ef6)
  );
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container
  .mean-nav
  > ul
  .homemenu-items
  .homemenu
  .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container
  .mean-nav
  > ul
  .homemenu-items
  .homemenu
  .homemenu-thumb:hover
  .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container
  .mean-nav
  > ul
  .homemenu-items
  .homemenu
  .homemenu-thumb:hover
  .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

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

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

/* Enhanced MeanMenu Mobile Styles */
.mean-container .mean-nav ul li.has-dropdown {
  position: relative;
}

.mean-container .mean-nav ul li.has-dropdown > a {
  position: relative;
  padding-right: 40px;
}

.mean-container .mean-nav ul li.has-dropdown > a.mean-expand {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(227, 0, 92, 0.1);
  color: #e6005c;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 16px;
}

.mean-container .mean-nav ul li.has-dropdown > a.mean-expand:hover {
  background: #e6005c;
  color: white;
}

.blog-items2 {
  transition: all 0.5s;
}
.blog-items2 .thumb img {
  transition: all 0.3s;
}
.blog-items2:hover {
  background-color: #2e8b57;
}
.blog-items2:hover .content .theme4-border {
  border-color: var(--white) !important;
  color: var(--white);
}
.blog-items2:hover .content h4 a {
  color: var(--white);
}
.blog-items2:hover .thumb img {
  transform: scale(1.1);
}

.blog-hove-primary3 {
  transition: all 0.4s;
}
.blog-hove-primary3:hover {
  background-color: var(--theme3) !important;
}
.blog-hove-primary3:hover span,
.blog-hove-primary3:hover h5 {
  color: var(--white) !important;
}
.blog-hove-primary3:hover h5 a {
  color: var(--white) !important;
}
.blog-hove-primary3:hover .hover-theme1 {
  background-color: var(--white) !important;
}
.blog-hove-primary3:hover .hover-theme1 i {
  color: var(--theme3);
}

.quote-box {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 4px 17px 0px rgba(13, 23, 52, 0.07);
  padding: 40px 50px;
}
@media (max-width: 1199px) {
  .quote-box {
    padding: 30px 20px;
  }
}

.blog-details-social {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.blog-details-social a {
  border-radius: 27px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.24);
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-details-social a i {
  color: var(--white);
}
.blog-details-social a:hover {
  background-color: var(--theme);
}
.blog-details-social a:hover i {
  color: var(--theme4);
}
@media (max-width: 991px) {
  .blog-details-social {
    bottom: 16px;
    left: 16px;
  }
}

.post-viewer {
  border-radius: 8px;
  border: 1px solid rgba(13, 23, 52, 0.1);
  background: #fff;
  padding: 32px 40px;
}

.leave-comment {
  padding: 48px;
}
@media (max-width: 767px) {
  .leave-comment {
    padding: 32px;
  }
}

.search-wrap {
  width: 100%;
  height: 50%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(54, 52, 52, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--theme);
  border-bottom: 2px solid var(--theme);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--theme);
}

input.main-search-input::placeholder {
  color: var(--theme);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

.industries-section {
  padding-top: 190px;
}

.industries-content {
  position: relative;
  z-index: 1;
}
.industries-content .industries-shape {
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  z-index: -1;
}
.industries-content .boxex {
  max-width: 411px;
  margin: 0 auto;
}
.industries-content ul li {
  transition: all 0.4s;
}
.industries-content ul li:not(:last-child) {
  border-bottom: 1px solid var(--color-Border, #dde4e3);
}
.industries-content ul li .theme-clr4 {
  transform: rotate(-40deg);
}
.industries-content ul li:hover {
  cursor: pointer;
}
.industries-content ul li:hover .theme-clr4 {
  transform: rotate(0deg);
  background-color: var(--theme4);
  color: var(--white) !important;
}
.industries-content ul li:hover .theme-clr4 i {
  color: var(--white) !important;
}
@media (max-width: 1199px) {
  .industries-content {
    padding: 20px;
  }
  .industries-content .industries-shape {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

.nano-project-image .video {
  width: 80px;
  height: 80px;
  background-color: var(--white);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.work-wrapper {
  margin-left: auto;
  gap: 16px;
  height: 100%;
}
.work-wrapper .work-list-item {
  padding: 40px 40px;
  transition: all 0.3s;
  width: 100%;
  min-height: 250px;
}
.work-wrapper .work-list-item p {
  font-size: 18px !important;
}
.work-wrapper .work-list-item .icon {
  width: 56px;
  min-width: 56px;
  height: 56px;
  /* background-color: rgba(46, 204, 113, 0.1); */
}
.work-wrapper .work-list-item:hover {
  background: linear-gradient(115.05deg, #c8c7fc 0%, #d5d5fa 100%) !important;
}
.work-wrapper .work-list-item:hover .icon {
  background-color: var(--white);
}
@media (max-width: 1399px) {
  .work-wrapper .work-list-item {
    padding: 30px 30px;
  }
}
@media (max-width: 991px) {
  .work-wrapper .work-list-item {
    padding: 24px 19px;
  }
}

.download-content {
  max-width: 100%;
  margin: 0 auto;
}

.download-section {
  background: url(../img/about/download-bg.png) no-repeat center center;
  background-size: cover;
  padding: 170px 17px;
  margin: 11px;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .download-section {
    padding: 80px 5px 100px;
  }
}

.before-add {
  position: relative;
}
.before-add::before {
  position: absolute;
  right: 105%;
  top: 20px;
  height: 1px;
  background: rgba(255, 255, 255, 0.41);
  content: "";
  width: 95px;
}
@media (max-width: 1399px) {
  .before-add::before {
    display: none;
  }
}

.letter-1 {
  letter-spacing: 1px;
}

.pricing-plan-items2 {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  padding: 56px 40px;
}
.pricing-plan-items2 ul {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 1199px) {
  .pricing-plan-items2 {
    padding: 36px 20px;
  }
}

.priicng-growth2 {
  background-color: var(--theme2) !important;
}
.priicng-growth2 .theme-btn {
  background-color: var(--theme4) !important;
  color: var(--white) !important;
}
.priicng-growth2 .theme-btn i {
  color: var(--white) !important;
}

.deserve-create-section {
  background: url(../img/footer/deserve-bg.png) no-repeat center center;
  background-size: cover;
  padding: 90px 5px 370px;
  margin: 11px;
  border-radius: 30px;
}
.deserve-create-section .deserve-content {
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .deserve-create-section {
    padding: 70px 5px 320px;
  }
}
@media (max-width: 991px) {
  .deserve-create-section {
    padding: 70px 0px 0px;
  }
}

.subscribe-wrapper {
  background: #044524;
  backdrop-filter: blur(10px);
  padding: 80px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.subscribe-wrapper .subscribe-inner {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1399px) {
  .subscribe-wrapper {
    padding: 40px 0;
  }
  .subscribe-wrapper .subscribe-inner {
    gap: 16px 24px;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .subscribe-wrapper {
    position: inherit;
    margin-top: 70px;
  }
  .subscribe-wrapper .subscribe-inner {
    justify-content: center;
  }
}

.form-grp2 {
  border-radius: 63px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.18);
  border-radius: 100px;
  padding: 4px;
}
.form-grp2 input {
  padding: 10px 24px;
  background: transparent;
  border: unset;
  color: var(--white);
}
.form-grp2 ::placeholder {
  color: var(--white);
}
.form-grp2 button {
  min-width: 56px;
}

.work-items3 {
  max-width: 292px;
  margin: 0 auto;
  z-index: 1;
}
.work-items3 .icon {
  width: 100px;
  height: 100px;
}
@media (max-width: 1199px) {
  .work-items3 .icon {
    width: 70px;
    height: 70px;
  }
  .work-items3 .icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
  }
}

.worak-line {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 840px;
  margin: 0 auto;
  z-index: -1;
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.section-title-area p {
  max-width: 532px;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.d-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Font Awesome CSS removed - using Remix Icons instead */

.d-align-center {
  display: flex;
  align-items: center;
}

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

.section-bg {
  background-color: var(--bg);
}

.absolute-bg {
  background-color: var(--bg) !important;
}

.section-bg-2 {
  background-color: var(--bg-2);
}

.black-bg {
  background-color: var(--black);
}

.theme-bg {
  background-color: var(--theme);
}

.section-padding {
  padding: 140px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.service-items1 {
  background-color: var(--white);
}
.service-items1 .content {
  padding: 0px 0 40px 0 !important;
}

.service-items2 {
  padding: 26px;
  transition: all 0.4s;
  overflow: hidden;
  min-height: 350px;
}
.service-items2 .content {
  /* max-width: 235px; */
  margin: 0 auto;
}
.service-items2 .content .icons {
  width: 56px;
  height: 56px;
  background: rgba(46, 204, 113, 0.1);
}
.service-items2 .hover-ele {
  opacity: 0;
  right: -100%;
  transition: all 0.3s;
}
.service-items2:hover {
  background: linear-gradient(115.05deg, #c8c7fc 0%, #d5d5fa 100%);
}
.service-items2:hover .hover-ele {
  opacity: 1;
  right: 0;
}
.service-items2:hover .content .icons {
  background: var(--white);
}
.service-items2:hover .content .icons svg path {
  fill: var(--theme4);
}
@media (max-width: 991px) {
  .service-items2 {
    padding: 40px 17px;
  }
}

.bg-angel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.service-items3 {
  padding: 57px 40px;
  background: #fff;
  box-shadow: 10px 10px 40px 0px rgba(7, 0, 108, 0.07);
  transition: all 0.4s;
}
.service-items3 .icon {
  transition: all 0.4s;
  background-color: rgba(64, 51, 255, 0.06);
}
@media (max-width: 1399px) {
  .service-items3 {
    padding: 40px 19px;
  }
}
.service-items3:hover {
  background-color: var(--theme3);
}
.service-items3:hover h5,
.service-items3:hover a,
.service-items3:hover p {
  color: var(--white);
}
.service-items3:hover .icon {
  background-color: var(--white);
}

.financial-items {
  position: relative;
}
.financial-items .icon {
  min-width: 54px;
}
.financial-items .content {
  padding: 30px 0 !important;
}
.financial-items:hover .financial-subbox {
  opacity: 1;
  visibility: visible;
}

.financial-subbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.financial-subbox span,
.financial-subbox h5,
.financial-subbox a {
  color: var(--theme4) !important;
}
.financial-subbox .icon {
  background-color: var(--white);
}

.choose-items4 {
  border-radius: 24px;
  border: 1px solid var(--color-Border, #dde4e3);
  background: #f8f8f8;
  padding: 48px 18px;
  transition: all 0.5s;
}
.choose-items4 .boxes {
  max-width: 220px;
  margin: 0 auto;
}
.choose-items4:hover {
  border-color: var(--theme);
}
@media (max-width: 1199px) {
  .choose-items4 {
    padding: 30px 18px;
  }
}

.step-solution .cstom-container {
  max-width: 1770px;
  margin: 0 auto;
}

.step-wrapper-inner {
  background: url(../img/about/step-bg.png) no-repeat center center;
  background-size: cover;
  margin-top: -50px;
  z-index: 1;
  position: relative;
}
.step-wrapper-inner .step-wrapper-slide {
  position: relative;
}
.step-wrapper-inner .step-wrapper-slide::before {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}
.step-wrapper-inner .step-items .step-date {
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-family: Prompt;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 6px 16px;
  color: var(--white);
}
.step-wrapper-inner .step-items .step-dot {
  width: 12px;
  height: 12px;
  background-color: var(--white);
  border-radius: 100%;
  margin: 0 auto;
}
.step-wrapper-inner .step-items .box {
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.17);
  backdrop-filter: blur(10px);
  padding: 40px 30px;
}
@media (min-width: 992px) {
  .step-wrapper-inner .step-items .box {
    height: 210px !important;
  }
}
@media (max-width: 1399px) {
  .step-wrapper-inner .step-items .box {
    padding: 30px 18px;
  }
}
@media (max-width: 1399px) {
  .step-wrapper-inner {
    margin-top: 20px;
  }
}

.team-items {
  transition: all 0.4s;
  min-height: 450px;
}
.team-items .content {
  padding: 16px 0 24px;
  min-height: 180px;
}
.team-items .hover-theme1 {
  transform: rotate(-40deg);
}
.team-items:hover {
  background: linear-gradient(115.05deg, #c8c7fc 0%, #d5d5fa 100%);
}
.team-items:hover .hover-theme1 {
  background-color: var(--theme4);
  color: var(--white);
  border-color: var(--theme4) !important;
}

.testimonial-wrap {
  background: url(../img/testimonial/testimonial-bg.png) no-repeat center center;
  background-size: cover;
  max-width: 1770px;
  margin: 0 auto;
  border-radius: 30px;
}
.testimonial-wrap .collapse-area {
  margin-top: 100px;
  margin-left: 50px;
}
@media (max-width: 991px) {
  .testimonial-wrap .collapse-area {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .testimonial-wrap .collapse-area {
    margin-top: 70px;
  }
  .testimonial-wrap h3 {
    font-size: 19px;
    font-weight: 500;
  }
}

.testimonial-content2 h4 {
  line-height: 147%;
}

.testimonial-section2 .array-button {
  bottom: 0;
  left: 20px;
}
@media (max-width: 1199px) {
  .testimonial-section2 .array-button {
    bottom: initial;
    left: 10px;
  }
}
@media (max-width: 767px) {
  .testimonial-section2 .array-button {
    position: initial;
  }
}

/* .testimonial-section3 {
  background: url(../img/testimonial/testimonial-bg3.png) no-repeat center center;
  background-size: cover;
} */

.testimonial-items3 {
  padding: 40px 40px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 8px 8px 32px 0px rgba(36, 12, 135, 0.07);
  backdrop-filter: blur(10px);
  margin: 5px 9px 30px;
  min-height: 315px;
}
.testimonial-items3 p {
  font-size: 18px;
  /* font-style: italic; */
  font-weight: 400;
  line-height: 160%;
}
.testimonial-items3 .ratting i {
  color: #f8c100;
}
.testimonial-items3 .quote3 {
  width: 60px;
}
@media (max-width: 1600px) {
  .testimonial-items3 {
    padding: 26px 22px;
  }
}
@media (max-width: 1399px) {
  .testimonial-items3 {
    padding: 24px 19px;
  }
} /*# sourceMappingURL=main.css.map */

/* custom-bg */

.gr-bg {
  background: linear-gradient(106.51deg, #171f35 0%, #d51c49 100%);
}

.choose-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .choose-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.gr-sub-para {
  background-color: #f2f2f2;
  padding: 1px 14px;
  border-radius: 4px;
  color: #424242;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Outfit", sans-serif;
  margin-bottom: 12px;
}

.gr-service-sub-para {
  padding: 2px 14px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Outfit", sans-serif;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.07);
}

.about-section {
  background: linear-gradient(106.51deg, #171f35 0%, #d51c49 100%);
}

/* .gm-header-style{
  margin-top: 20px !important;
}

.sticky .gm-header-style{
  margin-top: 10px !important;
} */

@media (max-width: 768px) {
  /* .gm-header-style{
    margin-top: 0px;
  }
  .breadcrumb-banner .container{
    padding: 0;
  } */
}

.breadcrumb-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(24, 31, 53, 0.8),
    rgba(24, 31, 53, 0.6) /* Lighter blue */
  );
}

/* contact-latest style */

.gr-contact-section {
  background: #fff;
}

.gr-section-header h2 {
  font-size: 32px;
  color: #000;
}

.gr-contact-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  min-height: 200px;
}

.gr-contact-card h5 {
  color: #000 !important;
}

.gr-contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
}

.gr-icon-wrap {
  width: 60px;
  height: 60px;
  /* color: #fff; */
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #fff3f7;
}

.gr-icon-wrap i {
  color: #a1264a; /* adjust to theme */
}

.gr-temp-cta {
  padding: 24px 24px;
  border-radius: 10px;
  background: linear-gradient(180deg, #da1b49 0%, #92294a 100%);
  color: #fff;
}

/* .gr-temp-cta:hover{
  background: linear-gradient(115.05deg, #c8c7fc 0%, #D5D5FA 100%) !important;
  border-color: #fff !important;
}

.gr-temp-cta:hover span{
  color: #000 !important;
} */

.gr-temp-cta .boxes {
  margin: unset;
  max-width: unset;
  color: #fff;
}

/* Service Detail Hero Section Styles */
.gr-service-detail-hero {
  padding: 120px 0 80px;
  min-height: 70vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.gr-service-detail-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}

.gr-service-detail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(24, 31, 53, 0.8),
    rgba(24, 31, 53, 0.6)
  );
  z-index: 2;
}

.gr-service-detail-content {
  position: relative;
  z-index: 3;
}

.gr-service-title {
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.gr-service-subtitle {
  font-size: 1.2rem;
  line-height: 1.6;
  opacity: 0.9;
}

.gr-service-badge .badge {
  font-size: 0.9rem;
  background-color: #ffffff53;
  color: #fff;
}

.gr-service-stats .gr-stat-item h3 {
  font-size: 2rem;
  font-weight: 700;
}

.gr-service-stats .gr-stat-item p {
  font-size: 0.9rem;
  opacity: 0.8;
}

.gr-service-actions .theme-btn.style2 {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  transition: all 0.3s ease;
}

.gr-service-actions .theme-btn.style2:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
}

.min-vh-50 {
  min-height: 50vh;
}

/* Responsive adjustments for service detail hero */
@media (max-width: 768px) {
  .gr-service-detail-hero {
    padding: 80px 0 60px;
    min-height: 60vh;
  }

  .gr-service-title {
    font-size: 2.5rem;
  }

  .gr-service-subtitle {
    font-size: 1rem;
  }

  .gr-service-stats {
    gap: 2rem !important;
  }

  .gr-service-stats .gr-stat-item h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .gr-service-title {
    font-size: 2rem;
  }

  .gr-service-subtitle {
    font-size: 0.9rem;
  }

  .gr-service-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .gr-service-actions .theme-btn {
    width: 100%;
    justify-content: center;
  }
}

.gr-why-work-card {
  min-height: 270px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
  color: #032033;
}

/* career page */

.gr-glass-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 145px;
  transition: all 0.3s ease;
}

.gr-glass-card:hover {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.gr-value-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.gr-value-item:hover .gr-value-icon {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .gr-glass-card {
    margin-bottom: 20px;
  }
}


a{
  text-decoration: none !important;
}

@media (min-width: 1200px) {
  .section-header h2{
    font-size: 48px;
  }
}
