@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #0089bb;
  --theme-secondary: #00adec;
  --second: #da4d3f;
  --header: #17012c;
  --text: #504e4e;
  --border: #e5e5e5;
  --border2: #d4dced;
  --bg: #f6f3fe;
  --bg2: #e5e5e5;
  --footer-bg: #18185e;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  --gradient: linear-gradient(90deg, #0089bb 0%, #da4d3f 100%);
}

.main-button {
  position: relative;
  display: flex;
  align-items: center;
}
.main-button .theme-btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 15px 35px;
  border-radius: 30px;
}
@media (max-width: 575px) {
  .main-button .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}
.main-button .arrow-btn {
  width: 41px;
  height: 41px;
  line-height: 51px;
  text-align: center;
  background: var(--theme);
  color: var(--white);
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.main-button .arrow-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-button .arrow-btn:hover {
  background: var(--header);
  color: var(--white);
}
.main-button:hover .theme-btn,
.main-button:hover .arrow-btn {
  background-color: var(--header);
}

.link-btn {
  color: var(--header);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}
.link-btn i {
  margin-left: 10px;
}
.link-btn:hover {
  color: var(--theme);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: var(--text);
  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 {
  margin: 0px;
  padding: 0;
  color: var(--header);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
strong {
  color: var(--theme);
  font-weight: 700;
}
h1 {
  font-size: 90px;
  font-weight: 800;
  line-height: 125%;
}
@media (max-width: 991px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-size: 48px;
  font-weight: 800;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 22px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  font-weight: 800;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  display: flex;
  transition: all 0.4s ease-in-out;
  align-content: center;
  justify-content: center;
  align-items: center;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

.about-wrapper {
  margin-top: 155px;
}
@media (max-width: 1899px) {
  .about-wrapper {
    margin-top: 0;
  }
}
.about-wrapper .about-image {
  position: relative;
  text-align: center;
  z-index: 2;
}
@media (max-width: 575px) {
  .about-wrapper .about-image {
    max-width: 400px;
  }
  .about-wrapper .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.about-wrapper .about-image .bg-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 575px) {
  .about-wrapper .about-image .bg-shape img {
    width: 100%;
    height: 100%;
  }
}
.about-wrapper .about-image .grap-shape {
  position: absolute;
  bottom: 40px;
  left: 35px;
}
@media (max-width: 575px) {
  .about-wrapper .about-image .grap-shape {
    display: none;
  }
}
.about-wrapper .about-image .box-shape {
  position: absolute;
  right: 25px;
  top: 32%;
}
@media (max-width: 575px) {
  .about-wrapper .about-image .box-shape {
    display: none;
  }
}
.about-wrapper .about-image .emoji-shape {
  position: absolute;
  top: 20%;
  left: 164px;
  animation: bounce-x 7s infinite linear;
}
@media (max-width: 575px) {
  .about-wrapper .about-image .emoji-shape {
    display: none;
  }
}
.about-wrapper .about-content {
  margin-left: 10px;
}
.about-wrapper .about-content .circle-progress-bar-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    margin-top: 40px;
    gap: 70px;
  }
}
@media (max-width: 991px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-wrapper
  .about-content
  .circle-progress-bar-wrapper
  .single-circle-bar
  span {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.about-wrapper
  .about-content
  .circle-progress-bar-wrapper
  .single-circle-bar
  .content
  h6 {
  display: block;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 135%;
}
@media (max-width: 575px) {
  .about-wrapper
    .about-content
    .circle-progress-bar-wrapper
    .single-circle-bar
    .content
    br {
    display: block;
  }
}
.about-wrapper
  .about-content
  .circle-progress-bar-wrapper
  .single-circle-bar
  .circle-bar {
  position: relative;
  height: 120px;
  width: 120px;
}
.about-wrapper
  .about-content
  .circle-progress-bar-wrapper
  .single-circle-bar
  .circle-bar
  div {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.about-wrapper
  .about-content
  .circle-progress-bar-wrapper
  .single-circle-bar
  .circle-bar
  div
  span {
  position: absolute;
  font-size: 20px;
  line-height: 92px;
  height: 90px;
  width: 90px;
  left: 5px;
  top: 5px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  background-color: var(--bg);
  color: var(--header);
}
.about-wrapper
  .about-content
  .circle-progress-bar-wrapper
  .single-circle-bar
  .circle-bar
  .background {
  background-color: #dfe2ff !important;
}
.about-wrapper
  .about-content
  .circle-progress-bar-wrapper
  .single-circle-bar
  .circle-bar
  .rotate {
  clip: rect(0 50px 100px 0);
  background-color: var(--theme) !important;
}
.about-wrapper
  .about-content
  .circle-progress-bar-wrapper
  .single-circle-bar
  .circle-bar
  .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: var(--bg) !important;
}
.about-wrapper
  .about-content
  .circle-progress-bar-wrapper
  .single-circle-bar
  .circle-bar
  .right {
  clip: rect(0 50px 100px 0);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
  background-color: var(--theme) !important;
}

.about-section {
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1899px) {
  .about-section {
    background-color: var(--bg);
  }
}
.about-section .brand-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 9;
  max-width: 1200px;
}
@media (max-width: 1899px) {
  .about-section .brand-wrapper {
    max-width: initial;
    position: static;
    transform: initial;
    margin-bottom: 120px;
  }
}
@media (max-width: 1199px) {
  .about-section .brand-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .about-section .brand-wrapper {
    margin-bottom: 80px;
  }
}
.about-section .brand-wrapper .brand-title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.about-section .brand-wrapper .brand-title::before {
  position: absolute;
  top: 15px;
  left: 5%;
  content: "";
  height: 1px;
  width: 413px;
  background-color: var(--bg2);
}
@media (max-width: 1399px) {
  .about-section .brand-wrapper .brand-title::before {
    display: none;
  }
}
.about-section .brand-wrapper .brand-title::after {
  position: absolute;
  top: 15px;
  right: 5%;
  content: "";
  height: 1px;
  width: 413px;
  background-color: var(--bg2);
}
@media (max-width: 1399px) {
  .about-section .brand-wrapper .brand-title::after {
    display: none;
  }
}
.about-section .left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1399px) {
  .about-section .left-shape {
    display: none;
  }
}

.about-wrapper-2 .about-image {
  max-width: 537px;
  margin-left: 100px;
  position: relative;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-image {
    margin-left: 0;
  }
}
.about-wrapper-2 .about-image img {
  border-radius: 300px 300px 0 0;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .about-image img {
    width: 100%;
    height: 100%;
  }
}
.about-wrapper-2 .about-image .box-shape {
  position: absolute;
  top: 15%;
  left: -22%;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-image .box-shape {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-image .box-shape {
    display: block;
  }
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-image .box-shape {
    display: none;
  }
}
.about-wrapper-2 .about-image .gap-shape {
  position: absolute;
  right: -35%;
  bottom: -30px;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .about-image .gap-shape {
    right: -20%;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-image .gap-shape {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-image .gap-shape {
    display: block;
  }
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-image .gap-shape {
    display: none;
  }
}
.about-wrapper-2 .about-image .circle-button {
  position: absolute;
  right: 0;
  top: 5%;
  width: 122px;
  height: 122px;
  line-height: 122px;
  background-color: var(--second);
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: var(--white);
  z-index: 99;
}
.about-wrapper-2 .about-image .circle-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 20px solid rgba(255, 255, 255, 0.2);
  width: 148px;
  height: 148px;
  content: "";
  border-radius: 50%;
  z-index: 1;
}
.about-wrapper-2 .about-image .circle-button .text-circle {
  position: absolute;
  top: 10%;
  left: 9%;
  animation: cir36 10s linear infinite;
  z-index: 9;
}
.about-wrapper-2 .about-content {
  margin-left: 80px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .about-content {
    margin-left: 40px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-content {
    margin-left: 0;
  }
}
.about-wrapper-2 .about-content .icon-items-area {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .icon-items-area {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.about-wrapper-2 .about-content .icon-items-area .icon-items {
  max-width: 270px;
}
.about-wrapper-2 .about-content .icon-items-area .icon-items .icon {
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--bg);
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 58px;
  text-align: center;
  display: inline-block;
  font-size: 40px;
  display: flex;
  color: var(--theme);
  align-items: center;
  justify-content: center;
}
.about-wrapper-2 .about-content .icon-items-area .icon-items .content {
  margin-top: 20px;
}
.about-wrapper-2 .about-content .icon-items-area .icon-items .content h3 {
  margin-bottom: 10px;
}
.about-wrapper-2 .about-content .icon-items-area .icon-items .content p {
  font-weight: 400;
  line-height: 175%;
}
.about-wrapper-2 .about-content .about-button {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-content .about-button {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.about-wrapper-2 .about-content .about-button .link-btn {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
}

.about-section-2 {
  position: relative;
}
.about-section-2 .bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-section-2 .right-shape {
  position: absolute;
  bottom: 0;
  right: 40px;
}
@media (max-width: 1600px) {
  .about-section-2 .right-shape {
    display: none;
  }
}

@-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);
  }
}
.brand-section-22 {
  display: none;
}
@media (max-width: 1899px) {
  .brand-section-22 {
    display: block;
    margin-top: 115px;
  }
}
@media (max-width: 1199px) {
  .brand-section-22 {
    margin-top: 95px;
  }
}
@media (max-width: 991px) {
  .brand-section-22 {
    margin-top: 75px;
    margin-bottom: -5px;
  }
}
.brand-section-22 .brand-title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.brand-section-22 .brand-title::before {
  position: absolute;
  top: 15px;
  left: 5%;
  content: "";
  height: 1px;
  width: 480px;
  background-color: var(--bg2);
}
@media (max-width: 1399px) {
  .brand-section-22 .brand-title::before {
    display: none;
  }
}
.brand-section-22 .brand-title::after {
  position: absolute;
  top: 15px;
  right: 5%;
  content: "";
  height: 1px;
  width: 480px;
  background-color: var(--bg2);
}
@media (max-width: 1399px) {
  .brand-section-22 .brand-title::after {
    display: none;
  }
}

.contact-section {
  position: relative;
}
.contact-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  right: 50px;
  left: 50px;
  border-radius: 30px;
  width: calc(100% - 95px);
}
@media (max-width: 1899px) {
  .contact-section::before {
    width: 100%;
    left: 0;
            right: 0;
  }
}
.contact-section::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  top: 50%;
  z-index: -1;
}

.contact-wrapper {
  background-color: var(--white);
  padding: 60px;
  border-radius: 30px;
  position: relative;
  z-index: 9;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .contact-wrapper {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .contact-wrapper {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper {
    padding: 30px;
  }
}
.contact-wrapper .contact-form-area {
  border-radius: 16px;
  border: 1px solid var(--border);
  padding: 40px;
}

@media (max-width: 575px) {
  .contact-wrapper .contact-form-area {
    padding: 30px;
  }
}

.contact-wrapper .contact-form-area h3 {
  font-size: 30px;
  margin-bottom: 25px;
}

.contact-wrapper .contact-form-area .form-clt input,
.contact-wrapper .contact-form-area .form-clt textarea,
.contact-wrapper .contact-form-area .form-clt .single-select {
  outline: none;
  border: none;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--border);
  padding: 20px 20px;
  line-height: 1.5;
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  background-color: var(--white);
  transition: all 0.3s ease;
}
.single-select.nice-select:after {
  display: none;
}
.contact-wrapper .contact-form-area .form-clt input:focus,
.contact-wrapper .contact-form-area .form-clt textarea:focus,
.contact-wrapper .contact-form-area .form-clt .single-select:focus {
  border-color: var(--theme);
  box-shadow: 0 0 0 3px rgba(var(--theme-rgb), 0.1);
}

.contact-wrapper .contact-form-area .form-clt textarea {
  padding-bottom: 110px;
  resize: vertical;
  min-height: 150px;
}

.contact-wrapper .contact-form-area .form-clt .single-select {
  height: 60px;
  padding: 16px 20px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 45px;
}

.contact-wrapper .contact-form-area .form-clt .single-select option {
  padding: 10px;
  color: var(--text);
}

.contact-wrapper .contact-form-area .form-clt .single-select:hover {
  border-color: var(--theme);
}

.contact-wrapper .contact-form-area .theme-btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 19.5px 35px;
  border-radius: 8px;
  width: 100%;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

@media (max-width: 575px) {
  .contact-wrapper .contact-form-area .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}

.contact-wrapper .contact-form-area .theme-btn:hover {
  background-color: var(--header);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.contact-wrapper .contact-form-area .theme-btn:active {
  transform: translateY(0);
}
.contact-wrapper .contact-map {
  position: relative;
}
.contact-wrapper .contact-map iframe {
  width: 100%;
  height: 630px;
  border-radius: 20px;
}
.contact-wrapper .contact-info-wrapper {
  position: absolute;
  top: 0;
  left: 90px;
  right: 90px;
  max-width: 430px;
  margin: 0 auto;
  padding: 30px;
  background: var(--theme);
  border-radius: 0px 0px 8px 8px;
}
@media (max-width: 767px) {
  .contact-wrapper .contact-info-wrapper {
    left: 20px;
    right: 20px;
  }
}
.contact-wrapper .contact-info-wrapper .shape-left {
  position: absolute;
  top: 0;
  left: -28px;
}
.contact-wrapper .contact-info-wrapper .shape-right {
  position: absolute;
  top: 0;
  right: -28px;
}
.contact-wrapper .contact-info-wrapper h2 {
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-wrapper .contact-info-wrapper .contact-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .contact-wrapper .contact-info-wrapper .contact-info {
    flex-wrap: wrap;
  }
}
.contact-wrapper .contact-info-wrapper .contact-info .content h3 {
  color: var(--white);

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.contact-wrapper .contact-info-wrapper .contact-info .content h3 a {
  color: var(--white);

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.contact-wrapper .contact-info-wrapper .contact-info .icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-wrapper-2 .map-items .googpemap iframe {
  width: 100%;
  border-radius: 16px;
  height: 660px;
}
@media (max-width: 767px) {
  .contact-wrapper-2 .map-items .googpemap iframe {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper-2 .map-items .googpemap iframe {
    height: 450px;
  }
}
.contact-wrapper-2 .contact-content {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .contact-wrapper-2 .contact-content {
    margin-left: 0;
  }
}
.contact-wrapper-2 .contact-content h2 {
  margin-bottom: 10px;
}
.contact-wrapper-2 .contact-content .contact-form-items {
  margin-top: 30px;
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt span {
  color: var(--header);
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: inline-block;
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt input,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
  border: 1px solid var(--border2);
  color: var(--text);
  padding: 18px 20px;
  border-radius: 5px;
  width: 100%;
  outline: none;
  background-color: transparent;
}
.contact-wrapper-2
  .contact-content
  .contact-form-items
  .form-clt
  input::placeholder,
.contact-wrapper-2
  .contact-content
  .contact-form-items
  .form-clt
  textarea::placeholder {
  color: var(--text);
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
  padding-bottom: 150px;
}
.contact-wrapper-2 .contact-content .contact-form-items .theme-btn {
  display: inline-block;
  padding: 18px 30px;
  background-color: var(--theme);
  color: var(--white);
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}
.contact-wrapper-2 .contact-content .contact-form-items .theme-btn i {
  margin-left: 8px;
}
.contact-wrapper-2 .contact-content .contact-form-items .theme-btn:hover {
  background-color: var(--header);
}

.contact-info-items {
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
  background: var(--bg);
}
.contact-info-items .icon {
  font-size: 80px;
  color: var(--theme);
}
.contact-info-items .content {
  margin-top: 30px;
}
.contact-info-items .content p {
  font-size: 18px;
  margin-top: 10px;
}

.cta-wrapper {
  border-radius: 30px;
  padding: 65px 65px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -37px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 1));
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .cta-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: -100px;
  }
}
@media (max-width: 991px) {
  .cta-wrapper {
    margin-top: -80px;
    justify-content: center;
    text-align: center;
  }
}
.cta-wrapper h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--header);
  margin-left: 450px;
}
@media (max-width: 1399px) {
  .cta-wrapper h2 {
    margin-left: 300px;
    position: relative;
    z-index: 9;
  }
}
@media (max-width: 1199px) {
  .cta-wrapper h2 {
    margin-left: 0;
  }
}
.cta-wrapper .cta-img {
  position: absolute;
  bottom: 0;
  left: 85px;
}
@media (max-width: 1199px) {
  .cta-wrapper .cta-img {
    display: none;
  }
}
.cta-wrapper .main-button .theme-btn,
.cta-wrapper .main-button .arrow-btn {
    background-color: var(--second);
    color: var(--white);
}
.cta-wrapper .main-button:hover .theme-btn,
.cta-wrapper .main-button:hover .arrow-btn {
  color: var(--white);
  background-color: var(--header);
}

.cta-section {
  position: relative;
  overflow: visible !important;
}
.cta-section .section-title-area {
     margin-bottom: 110px;
}
@media (max-width: 991px) { 
    
    .cta-section .section-title-area {
        margin-bottom: 110px;
    }
}
.cta-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  top: 60%;
  height: initial;
}
.cta-section .rokect-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
@media (max-width: 1199px) {
  .cta-section .rokect-shape {
    display: none;
  }
}
.cta-section.style-2::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  height: 60%;
  z-index: -1;
}

.cta-counter-wrapper {
  height: 720px;
  border-radius: 30px;
  position: relative;
  z-index: 9;
}
.cta-counter-wrapper .counter-box-area {
  padding: 64px;
  background-color: var(--theme);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 0 0 30px 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 50px;
}

.counter-box-area {
  padding: 40px;
  background: linear-gradient(
    135deg,
    rgba(106, 71, 237, 0.08) 0%,
    rgba(106, 71, 237, 0.03) 100%
  );
  border-radius: 15px;
  border: 1px solid rgba(106, 71, 237, 0.15);
  backdrop-filter: blur(10px);
}

.modern-check-form {
  width: 100%;
}

.form-group {
  position: relative;
}

.form-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.input-wrapper i {
  position: absolute;
  left: 16px;
  color: var(--theme);
  font-size: 18px;
  pointer-events: none;
}

.form-control {
  padding: 13px 16px 13px 45px !important;
  border: 2px solid var(--border);
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: var(--white);
  width: 100%;
}

.form-control:focus {
  border-color: var(--theme);
  box-shadow: 0 0 0 3px rgba(106, 71, 237, 0.1);
  background: #fff;
  outline: none;
}

.form-control::placeholder {
  color: #999;
}

.btn-check-now {
  width: 100%;
  padding: 14px 28px;
  background: linear-gradient(
    135deg,
    var(--theme) 0%,
    var(--theme-secondary) 100%
  );
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(106, 71, 237, 0.2);
}

.btn-check-now:hover {
  background: linear-gradient(
    135deg,
    var(--theme-secondary) 0%,
    var(--theme) 100%
  );
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(106, 71, 237, 0.3);
}

.btn-check-now:active {
  transform: translateY(0);
}

.btn-check-now i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.btn-check-now:hover i {
  transform: translateX(3px);
}

.btn-check-now:hover i {
  transform: translateX(4px);
}

/* Enhanced responsive styles for modern-check-form */
@media (max-width: 991px) {
  .modern-check-form {
    padding: 25px 20px;
    margin-top: 20px;
  }

  .form-group {
    margin-bottom: 18px;
  }

  .form-label {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .form-control {
    padding: 14px 16px 14px 48px !important;
    font-size: 14px;
  }

  .input-wrapper i {
    left: 16px;
    font-size: 16px;
  }

  .btn-check-now {
    padding: 15px 20px;
    font-size: 15px;
    gap: 10px;
  }

  .btn-check-now i {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .modern-check-form {
    padding: 20px 15px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  }

  .form-group {
    margin-bottom: 16px;
  }

  .form-label {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .form-control {
    padding: 12px 14px 12px 42px !important;
    font-size: 13px;
    border-radius: 10px;
  }

  .input-wrapper i {
    left: 14px;
    font-size: 15px;
  }

  .btn-check-now {
    padding: 14px 18px;
    font-size: 14px;
    gap: 8px;
    border-radius: 10px;
  }

  .btn-check-now i {
    font-size: 15px;
  }

  .btn-check-now span {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .modern-check-form {
    padding: 18px 12px;
  }

  .row.g-3 {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
  }

  .col-lg-6,
  .col-md-6 {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 767px) {
  .cta-counter-wrapper .counter-box-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.cta-counter-wrapper .counter-box-area .counter-text {
  position: relative;
}
.cta-counter-wrapper .counter-box-area .counter-text h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
}
.cta-counter-wrapper .counter-box-area .counter-text p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 10px;
}
.cta-counter-wrapper .shape-img {
  position: absolute;
  bottom: -140px;
  right: 0;
  z-index: 1;
}
.cta-counter-wrapper .circle-button {
  position: absolute;
  right: 60px;
  top: -65px;
  width: 122px;
  height: 122px;
  line-height: 122px;
  background-color: var(--second);
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
}
.cta-counter-wrapper .circle-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.2);
  width: 148px;
  height: 148px;
  content: "";
  border-radius: 50%;
}
.cta-counter-wrapper .circle-button .text-circle {
  position: absolute;
  top: -1%;
  left: 9%;
  animation: cir36 10s linear infinite;
}

.cta-counter-section {
  position: relative;
  z-index: 9;
}
.cta-counter-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  top: 50%;
}
.cta-counter-section::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  height: 50%;
}
.cta-counter-section .bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.cta-marketing {
  position: relative;
  z-index: 9;
}
.cta-marketing::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  height: 40%;
  z-index: -1;
}
.cta-marketing .shape-img {
  position: absolute;
  top: -90px;
  left: 0;
}

.cta-marketing-2 {
  position: relative;
}
.cta-marketing-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  top: 65%;
  background-color: var(--white);
}

.cta-marketing-wrapper {
  padding: 60px;
  border-radius: 20px;
  background-color: var(--theme);
  display: flex;
  align-items: center;
  gap: 112px;
  position: relative;
}
@media (max-width: 1199px) {
  .cta-marketing-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    justify-content: center;
  }
}
.cta-marketing-wrapper .content .section-title h2 {
  font-size: 36px;
}
.cta-marketing-wrapper .content .list {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .cta-marketing-wrapper .content .list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.cta-marketing-wrapper .content .list li {
  font-weight: 600;
  color: var(--white);
}
.cta-marketing-wrapper .content .list li svg {
  margin-right: 5px;
}
.cta-marketing-wrapper .cta-input {
  position: relative;
  max-width: 435px;
  width: 100%;
}
.cta-marketing-wrapper .cta-input input {
  background: var(--white);
  border: none;
  outline: none;
  padding: 16px 20px;
  width: 100%;
  border-radius: 8px;
  color: var(--text);
  text-transform: capitalize;
}
.cta-marketing-wrapper .cta-input input::placeholder {
  color: var(--text);
}
.cta-marketing-wrapper .cta-input .newsletter-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  bottom: 5px;
}
.cta-marketing-wrapper .cta-input .newsletter-btn i {
  font-size: 18px;
}
.cta-marketing-wrapper .cta-marketing-image {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .cta-marketing-wrapper .cta-marketing-image {
    display: none;
  }
}
.cta-marketing-wrapper .cta-marketing-image img {
  width: 100%;
  height: 100%;
}

.cta-contact-wrapper {
  padding: 80px 90px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  .cta-contact-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cta-contact-wrapper {
    padding: 50px;
  }
}
.cta-contact-wrapper .cta-image {
  position: absolute;
  top: 36px;
  left: 64px;
  bottom: 36px;
}
@media (max-width: 1399px) {
  .cta-contact-wrapper .cta-image {
    display: none;
  }
}
.cta-contact-wrapper .section-title {
  margin-left: 290px;
}
@media (max-width: 1399px) {
  .cta-contact-wrapper .section-title {
    margin-left: 0;
  }
}
.cta-contact-wrapper .section-title h2 {
  font-size: 36px;
}
.cta-contact-wrapper .main-button .theme-btn,
.cta-contact-wrapper .main-button .arrow-btn {
  background-color: var(--white);
  color: var(--header);
}
.cta-contact-wrapper .main-button:hover .theme-btn,
.cta-contact-wrapper .main-button:hover .arrow-btn {
  background-color: var(--header);
  color: var(--white);
}

.cta-contact-section {
  position: relative;
}
.cta-contact-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  top: 50%;
}

.cta-counter-wrapper-2 .section-title-area {
  padding: 0 90px;
}
@media (max-width: 1199px) {
  .cta-counter-wrapper-2 .section-title-area {
    padding: 0 0;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 30px;
  }
}
.cta-counter-wrapper-2 .section-title-area .counter-box-area {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1199px) {
  .cta-counter-wrapper-2 .section-title-area .counter-box-area {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
  }
}
.cta-counter-wrapper-2 .section-title-area .counter-box-area .counter-text {
  position: relative;
}
.cta-counter-wrapper-2 .section-title-area .counter-box-area .counter-text h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
}
.cta-counter-wrapper-2 .section-title-area .counter-box-area .counter-text p {
  font-size: 20px;
  color: var(--white);
  margin-top: 10px;
}
.cta-counter-wrapper-2 .cta-video-image {
  position: relative;
  height: 500px;
}
.cta-counter-wrapper-2 .cta-video-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.cta-counter-wrapper-2 .cta-video-image .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 102px;
  height: 102px;
  line-height: 102px;
  color: var(--white);
  border-radius: 50%;
  border: 1px solid var(--white);
  background: radial-gradient(
    157.24% 123.22% at 47.19% -0.63%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(21px);
  text-align: center;
  font-size: 22px;
}
@media (max-width: 767px) {
  .cta-counter-wrapper-2 .cta-video-image .video-icon {
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.cta-counter-section-2 {
  position: relative;
}
.cta-counter-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  top: 60%;
}
@media (max-width: 767px) {
  .cta-counter-section-2::before {
    top: 80%;
  }
}

.cta-counter-section-3 {
  position: relative;
  z-index: 9;
}
.cta-counter-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  top: 60%;
}
@media (max-width: 767px) {
  .cta-counter-section-3::before {
    top: 80%;
  }
}

.faq-wrapper .faq-content .faq-list {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 40px;
  border-top: 1px solid #ccd8ff;
  border-bottom: 1px solid #ccd8ff;
  padding: 30px 0;
}
.faq-wrapper .faq-content .faq-list li i {
  margin-right: 5px;
  color: var(--theme);
}
.faq-wrapper .accordion-item {
  border: 0;
  background-color: var(--white);
}
.faq-wrapper .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  color: var(--theme);
  letter-spacing: -0.2px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: var(--white);
  padding: 25px 30px 0;
  text-transform: capitalize;
  font-size: 22px;
  border: 1px solid var(--border);
  border: 1px solid transparent;
  box-shadow: 12px -12px 24px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 575px) {
  .faq-wrapper .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}
.faq-wrapper .accordion-item .accordion-header .accordion-button::after {
  content: "\F229";
  font-family: "bootstrap-icons";
  color: var(--theme);
  font-weight: 600;
  background: transparent;
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  color: var(--theme);
}
.faq-wrapper
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed)::after {
  content: "\F235";
  font-family: "bootstrap-icons";
  background: transparent;
  font-weight: 500;
  color: var(--theme);
  transform: rotate(0);
}
.faq-wrapper .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: var(--white);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  padding: 25px 30px;
  color: var(--theme);
}
.faq-wrapper .accordion-item .accordion-collapse .accordion-body {
  padding-right: 20px;
  padding-left: 30px;
  padding-top: 15px;
  color: var(--text);
  background-color: var(--white);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1399px) {
  .faq-wrapper .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .faq-wrapper .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}

.faq-section {
  position: relative;
}
.faq-section .faq-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.faq-section .faq-shape {
  position: absolute;
  bottom: -31%;
  right: 0;
}
@media (max-width: 1399px) {
  .faq-section .faq-shape {
    display: none;
  }
}

.audience-wrapper .audience-content .ratting-image {
  margin-top: 100px;
}
.audience-wrapper .audience-content .client-items {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
.audience-wrapper .audience-content .client-items .client-img {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.audience-wrapper .audience-content .client-items .client-img .star-icon .star {
  font-size: 14px;
  color: #fbb03b;
}
.audience-wrapper .audience-content .client-items .client-img .star-icon span {
  color: var(--white);
  font-size: 14px;
  line-height: 1;
}
.audience-wrapper .audience-right {
  display: flex;
  align-items: center;
}
@media (max-width: 1399px) {
  .audience-wrapper .audience-right {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.audience-wrapper .audience-right .audience-img {
  max-width: 333px;
}
.audience-wrapper .audience-right .audience-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.audience-wrapper .audience-right .counter-box-area {
  padding: 30px;
  border-radius: 0px 20px 10px 0px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 575px) {
  .audience-wrapper .audience-right .counter-box-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.audience-wrapper .audience-right .counter-box-area h2 {
  font-size: 40px;
  font-weight: 600;
}
.audience-wrapper .audience-right .counter-box-area .content {
  margin-top: 150px;
  max-width: 235px;
}
@media (max-width: 767px) {
  .audience-wrapper .audience-right .counter-box-area .content {
    margin-top: 30px;
  }
}
.audience-wrapper .audience-right .counter-box-area .content h4 {
  margin-bottom: 10px;
}
.audience-wrapper .audience-right .counter-box-area .content p {
  font-size: 16px;
}

.feature-box-items {
  margin-top: 30px;
  background-color: var(--white);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  padding: 40px 30px;
  position: relative;
  z-index: 9;
}
.feature-box-items .icon {
  border-radius: 8px;
  border: 1px solid #d4dcff;
  background: #f3f7fb;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 40px;
  color: var(--theme);
}
.feature-box-items .content {
  margin-top: 30px;
}
.feature-box-items .content h3 {
  margin-bottom: 10px;
}

.feature-box-image {
  margin-top: 30px;
  border-radius: 16px;
  max-width: 315px;
  text-align: center;
  margin: 30px auto 0;
  padding: 12px;
  position: relative;
  z-index: 9;
}
.feature-box-image img {
  width: 100%;
  height: 100%;
}

.feature-secton {
  position: relative;
}
.feature-secton .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.value-box-items {
  margin-top: 30px;
  border-radius: 16px;
  background-color: var(--white);
  padding: 20px;
  min-height: 361px;
}
.value-box-items .icon {
  border-radius: 8px;
  border: 1px solid #d4dcff;
  background: #f3f7fb;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 40px;
  color: var(--theme);
  display: flex;
  justify-content: center;
  align-items: center;
}
.value-box-items .content {
  margin-top: 25px;
}
.value-box-items .content h3 {
  margin-bottom: 15px;
}

.value-section {
  position: relative;
}
.value-section .value-shape {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1399px) {
  .value-section .value-shape {
    display: none;
  }
}
.value-section .value-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .value-section .value-shape-2 {
    display: none;
  }
}

.footer-section {
    padding:  0 10px;
}
.footer-widgets-wrapper {
  padding: 50px 0 80px;
}
.footer-widgets-wrapper .single-footer-widget {
  margin-top: 30px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head {
  margin-bottom: 30px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head .logo-box img {
  background-color: var(--white);
  border-radius: 15px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head a {
  justify-content: flex-start;
}
.footer-widgets-wrapper .single-footer-widget .widget-head ul {
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
  font-weight: bold;
  color: var(--white);
  font-size: 24px;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 18px;
  height: 2px;
  background-color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3::after {
  position: absolute;
  bottom: 0;
  left: 25px;
  content: "";
  width: 83px;
  height: 2px;
  background-color: var(--theme);
}
@media (max-width: 767px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-size: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .footer-content p {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
  margin-top: 40px;
  gap: 10px;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
    margin-top: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: transparent;
  color: rgba(255, 255, 255, 0.8);
}
.footer-widgets-wrapper
  .single-footer-widget
  .footer-content
  .social-icon
  a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info {
  margin-top: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li {
  color: var(--text);
  font-weight: 400;
  display: flex;
  align-items: center;
}
.footer-widgets-wrapper
  .single-footer-widget
  .footer-content
  .contact-info
  li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper
  .single-footer-widget
  .footer-content
  .contact-info
  li
  i {
  font-size: 16px;
  color: var(--white);
  margin-right: 10px;
  font-size: 20px;
}
.footer-widgets-wrapper
  .single-footer-widget
  .footer-content
  .contact-info
  li
  a {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input {
  position: relative;
  margin-top: 40px;
}
.footer-widgets-wrapper
  .single-footer-widget
  .footer-content
  .footer-input
  input {
  background: var(--white);
  border: none;
  outline: none;
  padding: 16px 20px;
  width: 100%;
  border-radius: 8px;
  color: var(--text);
  text-transform: capitalize;
}
.footer-widgets-wrapper
  .single-footer-widget
  .footer-content
  .footer-input
  input::placeholder {
  color: var(--text);
}
.footer-widgets-wrapper
  .single-footer-widget
  .footer-content
  .footer-input
  .newsletter-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  bottom: 5px;
}
.footer-widgets-wrapper
  .single-footer-widget
  .footer-content
  .footer-input
  .newsletter-btn
  i {
  font-size: 18px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .form-check {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 25px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .form-check a {
  color: var(--white);
  text-decoration: underline;
}
.footer-widgets-wrapper .single-footer-widget .list-area li {
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  display: flex;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widgets-wrapper .single-footer-widget .list-area li a i {
  margin-right: 5px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:hover {
  margin-left: 5px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:hover a {
  color: var(--white);
}
.footer-widgets-wrapper
  .single-footer-widget
  .recent-post-area
  .recent-post-items {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.footer-widgets-wrapper
  .single-footer-widget
  .recent-post-area
  .recent-post-items
  .thumb {
  width: 80px;
  height: 80px;
}
.footer-widgets-wrapper
  .single-footer-widget
  .recent-post-area
  .recent-post-items
  .thumb
  img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.footer-widgets-wrapper
  .single-footer-widget
  .recent-post-area
  .recent-post-items
  .content
  .post-date {
  margin-bottom: 5px;
}
.footer-widgets-wrapper
  .single-footer-widget
  .recent-post-area
  .recent-post-items
  .content
  .post-date
  li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.footer-widgets-wrapper
  .single-footer-widget
  .recent-post-area
  .recent-post-items
  .content
  h6 {
  font-size: 16px;
  font-weight: 700;
}
.footer-widgets-wrapper
  .single-footer-widget
  .recent-post-area
  .recent-post-items
  .content
  h6
  a {
  color: var(--white);
}
.footer-widgets-wrapper
  .single-footer-widget
  .recent-post-area
  .recent-post-items
  .content
  h6
  a:hover {
  color: var(--theme);
}
.footer-widgets-wrapper .single-footer-widget .contact-list li {
  color: #dadada;
}
.footer-widgets-wrapper
  .single-footer-widget
  .contact-list
  li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .contact-list li a {
  color: #f5f5f5;
}

.footer-bottom {
      background-image: url(../../assets/img/cta-bg1.jpg);
          background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  padding: 30px 0;
  position: relative;
  margin-top: 30px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center !important;
    margin-top: 20px;
  }
}
.footer-bottom .footer-wrapper p {
  color: var(--header);
}
.footer-bottom .footer-wrapper .footer-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bottom .footer-wrapper .footer-menu li a {
  color:  var(--header);
  background-image: linear-gradient(var(--header), var(--header));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.footer-bottom .footer-wrapper .footer-menu li a:hover {
  background-size: 100% 1px;
  color: var(--theme);
}
.footer-bottom .scroll-icon {
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  line-height: 60px;
  background-color: var(--theme);
  border-radius: 50%;
  text-align: center;
  color: var(--white);
  border: 5px solid var(--white);
  display: inline-block;
  z-index: 99;
}
@media (max-width: 1399px) {
  .footer-bottom .scroll-icon {
    left: 50%;
  }
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

/* Top Bar */
.top-bar {
  background: var(--theme);
  padding: 8px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  width: 100%;
}

.top-bar:hover {
  box-shadow: var(--box-shadow);
}

.top-bar-left,
.top-bar-right {
  display: flex;
  gap: 30px;
  align-items: center;
}

.top-bar-info {
  position: relative;
  transition: transform 0.3s ease;
}

.top-bar-info:hover {
  transform: translateX(3px);
}

.top-bar-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #e8f0f7;
  font-size: 14px;
  transition: all 0.3s ease;
}

.top-bar-info:hover .top-bar-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.3);
}

.top-bar-text {
  font-size: 13px;
  margin-left: 10px;
}

.top-bar-text a {
  color: #f0f5fa;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}

.top-bar-text a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #e8f0f7;
  transition: width 0.3s ease;
}

.top-bar-text a:hover {
  color: #ffffff;
}

.top-bar-text a:hover::after {
  width: 100%;
}

.top-bar-social {
  display: flex;
  gap: 15px;
}

.top-bar-social a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #e8f0f7;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.top-bar-social a:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
  .top-bar {
    padding: 10px 0;
  }

  .top-bar-left,
  .top-bar-right {
    gap: 15px;
  }

  .top-bar-info {
    font-size: 12px;
  }

  .top-bar-icon {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .top-bar-social a {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .top-bar-right {
    justify-content: flex-end;
  }
}

@media (max-width: 576px) {
  .top-bar .row {
    flex-direction: column;
    gap: 10px;
  }

  .top-bar-left,
  .top-bar-right {
    gap: 12px;
    width: 100%;
  }

  .top-bar-text {
    font-size: 11px;
  }

  .top-bar-info:not(:last-child) {
    margin-right: auto;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-main .logo a img {
  max-width: 200px;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 25px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  padding: 10px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}
.header-main .main-menu ul li a:hover {
  color: var(--second) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 115%;
  inset-inline-start: 0;
  width: auto;
  min-width: 280px;
  background: var(--white);
  padding: 0px 20px 20px 0px ;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-top: 6px solid var(--theme);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header-main .main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-bottom: 2px solid #0089bb3b;
}
.header-main .main-menu ul li .submenu li:last-child {
    border-bottom: none;
    padding: 10px 0 0 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  width: 100%;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--theme);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme) !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 {
  color: var(--theme) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.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: 800px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  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;
}
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .homemenu-items
  .homemenu
  .homemenu-thumb {
  position: relative;
}
.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: 70%;
  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: 14px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0px !important;
  background-color: var(--theme);
  line-height: initial;
}
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .homemenu-items
  .homemenu
  .homemenu-thumb
  .demo-button
  .theme-btn:hover {
  background-color: var(--header);
}
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .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: "";
}
.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: 18px;
  font-weight: 600;
}
.header-main .main-menu ul li:hover > a {
  color: var(--second);
}
.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);
}
.header-main .header-right {
  gap: 40px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-1 {
  position: absolute;
  top: 48px;
  right: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
}
.header-1 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 1600px) {
  .header-1 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 1399px) {
  .header-1 .container-fluid {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .header-1 .container-fluid {
    padding: 0 10px;
  }
}
.header-1 .header-logo-2 {
  display: none;
}
.header-1 .header-right .sidebar__toggle {
  color: var(--header);
}
@media (max-width: 1199px) {
  .header-1 .header-right .main-button {
    display: none;
  }
}
.header-1 .header-right .main-button .theme-btn,
.header-1 .header-right .main-button .arrow-btn {
  background-color: var(--second);
  color: var(--white);
}
.header-1 .header-right .main-button:hover .theme-btn,
.header-1 .header-right .main-button:hover .arrow-btn {
  background-color: var(--header);
  color: var(--white);
}
.header-1 .header-right .search-icon {
  color: var(--header);
}
.header-1.style-2 {
  position: relative;
}
.header-1.style-2 .header-right .sidebar__toggle {
  color: var(--header);
}
@media (max-width: 1199px) {
  .header-1.style-2 .header-right .main-button {
    display: none;
  }
}
.header-1.style-2 .header-right .main-button .theme-btn,
.header-1.style-2 .header-right .main-button .arrow-btn {
  background-color: var(--theme);
  color: var(--white);
}
.header-1.style-2 .header-right .main-button:hover .theme-btn,
.header-1.style-2 .header-right .main-button:hover .arrow-btn {
  background-color: var(--header);
  color: var(--white);
}
.header-1.style-2 .container-fluid {
  padding: 0px 250px;
}
@media (max-width: 1600px) {
  .header-1.style-2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-1.style-2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-1.style-2 .container-fluid {
    padding: 0 30px;
  }
}
.header-1.style-2 .main-menu ul li a {
  color: var(--header);
}
.header-1.style-2 .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-1.style-2 .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-1.style-2 .main-menu ul li:hover > a::after {
  color: var(--theme);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: var(--white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 0;
}
.sticky.header-1 .header-logo-2 {
  display: block;
}
.sticky.header-1 .header-logo {
  display: none;
}
.sticky.header-1 .header-right .sidebar__toggle {
  color: var(--header);
}
.sticky.header-1 .header-right .search-icon {
  color: var(--header);
}
.sticky.header-1 .main-menu ul li a {
  color: var(--header);
}
.sticky.header-1 .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.sticky.header-1 .main-menu ul li:hover > a {
  color: var(--theme);
}
.sticky.header-1 .main-menu ul li:hover > a::after {
  color: var(--theme);
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px 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;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.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 30px;
}
.offcanvas__wrapper img {
  width: 220px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 35px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.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: 600;
  text-transform: capitalize;
}
.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: 15px;
}
.offcanvas__wrapper
  .offcanvas__content
  .offcanvas__contact
  ul
  li
  .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper
  .offcanvas__content
  .offcanvas__contact
  ul
  li
  .offcanvas__contact-icon
  i {
  color: var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper
  .offcanvas__content
  .offcanvas__contact
  .header-button
  .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !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: transparent;
  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 {
  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: 20px;
  }
}
.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
  /* margin: 0 60px; */
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper {
    margin: 0;
    border-radius: 0;
  }
}
.breadcrumb-wrapper .left-shape {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .left-shape {
    display: none;
  }
}
.breadcrumb-wrapper .right-shape {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .right-shape {
    display: none;
  }
}
.breadcrumb-wrapper .page-heading {
  position: relative;
  padding: 170px 0 170px;
  z-index: 9;
  text-align: center;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    padding: 140px 0;
  }
}
.breadcrumb-wrapper .page-heading h1 {
  color: var(--header);
  font-size: 50px;
  position: relative;
  z-index: 9;
  font-weight: 800;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 44px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: inline-flex;
  justify-content: center;
  margin-top: 30px;
  gap: 10px;
  justify-content: center;
  border: 2px solid var(--theme);
  padding: 14px 22px;
  border-radius: 100px;
  line-height: 1;
  align-items: center;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    margin-top: 15px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  color: var(--header);
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: var(--theme);
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  color: var(--header);
}

.error-items {
  text-align: center;
  margin: 0 auto;
}
.error-items .error-image {
  max-width: 985px;
}
.error-items .error-image img {
  width: 100%;
  height: 100%;
}
.error-items h2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.error-items h2 span {
  color: var(--theme);
  font-weight: 300;
}
.error-items p {
  font-size: 18px;
  margin-bottom: 50px;
}
.error-items .error-content {
  max-width: 530px;
  margin: 0 auto;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ml-50 {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .ml-50 {
    margin-left: 0;
  }
}

.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;
}

.swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: all 0.4s ease-in-out;
  background-color: var(--theme);
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  top: -6px;
  left: -6px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--theme);
  content: "";
}

.swiper-dot-2 {
  text-align: center;
}
.swiper-dot-2 .swiper-pagination-bullet {
  width: 32px;
  height: 8px;
  transition: 0.6s;
  background-color: rgba(213, 213, 213, 0.6);
  opacity: 1;
  border-radius: 10px;
  position: relative;
}
.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--theme);
  transition: 0.6s;
  position: relative;
  width: 50px;
}

.array-button {
  display: flex;
  align-items: center;
  gap: 15px;
}
.array-button .array-prev {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: var(--white);
  color: var(--header);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}
.array-button .array-prev:hover {
  background-color: var(--theme);
  color: var(--white);
}
.array-button .array-next {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.array-button .array-next:hover {
  background-color: var(--header);
}

.mt-10 {
  margin-top: 10px;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

.mt-60 {
  margin-top: 55px;
}

.mb-40 {
  margin-bottom: 40px;
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.bg-cover-2 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  width: 100%;
  height: 100%;
}

.nice-select {
  background-color: transparent;
  width: unset;
  outline: none;
  border-bottom: 2px solid var(--border) !important;
  padding-bottom: 20px !important;
  border: none;
  border-radius: 0;
  padding: 0;
}
.nice-select:hover {
  border-bottom: 2px solid transparent;
  border-color: var(--theme);
  border-bottom: 2px solid transparent;
  border-image-slice: 2;
}
.nice-select span {
  font-size: 16px;
  color: var(--text);
  text-transform: capitalize;
}

.nice-select .current {
  margin-right: 12px;
}

.nice-select.open .list {
  background: var(--bg);
  margin-top: 16px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
}

.nice-select .option.selected.focus {
  background: var(--bg);
  outline: none;
  color: var(--text);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  border: none;
}

.nice-select .option {
  border: none;
}

.nice-select .option:hover {
  background: transparent;
}

.custom-container {
  max-width: 1680px;
}

.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border: 1px solid var(--border);
  color: var(--text);
}
.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: 50px;
    height: 50px;
    line-height: 50px;
    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 transparent;
}

.item-bg-color {
  background-color: #f4f6fa !important;
}

.bor-top {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.bor-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.hero-1 {
  padding: 190px 0 0;
  position: relative;
}
.hero-1 .mike-shape {
  position: absolute;
  top: 20%;
  left: 20px;
}
.hero-1 .mike-shape::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 232px;
  height: 232px;
  background: linear-gradient(
    180deg,
    rgba(102, 166, 255, 0.5) -128.88%,
    rgba(255, 255, 255, 0) 83.84%
  );
  border-radius: 50%;
  top: 83%;
  left: 15%;
  transform: translate(-50%, -50%);
}
.hero-1 .mike-shape img {
  animation: bounce-x 7s infinite linear;
}
.hero-1 .arrow-shape {
  position: absolute;
  bottom: 5%;
  left: 3%;
  animation: moving 7s infinite linear;
}
.hero-1 .energy-shape {
  position: absolute;
  right: 40px;
  top: 15%;
}
.hero-1 .arrow-shape-2 {
  position: absolute;
  top: 50%;
  right: 30px;
  animation: moving 7s infinite linear;
}
.hero-1 .rocket-shape {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 7;
}
.hero-1 .rocket-shape::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 232px;
  height: 232px;
  background: linear-gradient(
    180deg,
    rgba(102, 166, 255, 0.5) -128.88%,
    rgba(255, 255, 255, 0) 83.84%
  );
  border-radius: 50%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hero-1 .container-fluid {
  padding: 0 141px;
}
@media (max-width: 1600px) {
  .hero-1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .container-fluid {
    padding: 0 30px;
  }
}
.hero-1 .hero-title {
  text-align: center;
  position: relative;
  z-index: 9;
  height: 250px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-title img {
    width: 100%;
    height: 100%;
  }
}
/* Default - Center alignment for mobile (991px and below) */
.hero-1 .hero-content {
    position: relative;
    z-index: 9;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Large screens (992px and up) - Left alignment */
@media (min-width: 992px) {
    .hero-1 .hero-content {
        text-align: left;
        justify-content: flex-start;
    }
}
.hero-1 .hero-content span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--white);
  display: inline-block;
  margin-bottom: 10px;
}
.hero-1 h1 {
  color: var(--white);
  margin-bottom: 20px;
  text-align: center;
  font-size: clamp(28px, 5vw, 45px);
}

.hero-1 .hero-content p {
  color: var(--white);
  max-width: 510px;
}
.hero-1 .hero-image {
  position: relative;
  z-index: 8;
  margin-left: -90px;
}
@media (max-width: 1399px) {
  .hero-1 .hero-image {
    margin-left: 0;
  }
  .hero-1 .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.hero-1 .hero-image .bg-shape {
  position: absolute;
  top: 70%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hero-1 .video-btn {
  position: relative;
  z-index: 9;
  display: inline-block;
  width: 151px;
  height: 151px;
  border: 0.5px solid var(--white);
  background: radial-gradient(
    157.24% 123.22% at 47.19% -0.63%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(25px);
  border-radius: 50%;
  text-align: center;
  line-height: 151px;
  font-size: 24px;
  color: var(--white);
}
.hero-1 .video-btn img {
  animation: cir36 10s linear infinite;
  position: absolute;
  top: 12px;
  left: 10px;
}
@media (max-width: 1199px) {
  .hero-1 .video-right {
    margin-bottom: 60px;
  }
}
.hero-1 .video-right p {
  font-weight: 500;
  font-style: italic;
  text-transform: capitalize;
  line-height: 175%;
  color: var(--white);
  margin-top: 30px;
}
.hero-1 .video-right .client-items {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
.hero-1 .video-right .client-items .client-img {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-1 .video-right .client-items .client-img .star-icon .star {
  font-size: 14px;
  color: #fbb03b;
}
.hero-1 .video-right .client-items .client-img .star-icon span {
  color: var(--white);
  font-size: 14px;
  line-height: 1;
}

.hero-2 {
  padding: 150px 0 200px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 1899px) {
  .hero-2 {
    margin-bottom: 0;
    background-position: center;
    background-image: none !important;
    background-color: var(--theme);
  }
}
@media (max-width: 991px) {
  .hero-2 {
    padding: 150px 0 0;
  }
}
.hero-2 .trophy-shape {
  position: absolute;
  top: 10%;
  left: 0;
}
@media (max-width: 1199px) {
  .hero-2 .trophy-shape {
    display: none;
  }
}
.hero-2 .left-shape {
  position: absolute;
  bottom: -20%;
  left: 0;
}
@media (max-width: 1199px) {
  .hero-2 .left-shape {
    display: none;
  }
}
.hero-2 .right-shape {
  position: absolute;
  bottom: -30%;
  right: 0;
}
@media (max-width: 1199px) {
  .hero-2 .right-shape {
    display: none;
  }
}
.hero-2 .rocket-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .hero-2 .rocket-shape {
    display: none;
  }
}
.hero-2 .container-fluid {
  padding: 0 200px;
}
@media (max-width: 1600px) {
  .hero-2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .container-fluid {
    padding: 0 30px;
  }
}
.hero-2 .hero-content {
  position: relative;
  z-index: 9;
}
.hero-2 .hero-content h6 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--white);
  display: inline-block;
  margin-bottom: 10px;
}
.hero-2 .hero-content h1 {
  font-size: 72px;
  color: var(--white);
}
@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 42px;
  }
}
.hero-2 .hero-content p {
  font-size: 16px;
  color: var(--white);
  font-weight: 500;
  max-width: 545px;
  margin-top: 20px;
}
.hero-2 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .hero-2 .hero-content .hero-button {
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.hero-2 .hero-content .hero-button .main-button .theme-btn,
.hero-2 .hero-content .hero-button .main-button .arrow-btn {
  background-color: var(--second);
  color: var(--header);
}
.hero-2 .hero-content .hero-button .main-button:hover .theme-btn,
.hero-2 .hero-content .hero-button .main-button:hover .arrow-btn {
  background-color: var(--header);
  color: var(--white);
}
.hero-2 .hero-content .hero-button .link-btn {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
  color: var(--white);
}
.hero-2 .hero-image {
  position: relative;
  z-index: 1;
  text-align: center;
}
.hero-2 .hero-image .bg-shape {
  position: absolute;
  bottom: 0;
  left: 53%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1399px) {
  .hero-2 .hero-image .bg-shape {
    display: none;
  }
}
.hero-2 .hero-image img {
  text-align: center;
}
@media (max-width: 991px) {
  .hero-2 .hero-image img {
    width: 100%;
    height: 100%;
  }
}
.hero-2 .hero-image .box-shape {
  position: absolute;
  top: 30%;
  left: -20%;
  animation: translateX2 2s forwards infinite alternate;
}
@media (max-width: 1399px) {
  .hero-2 .hero-image .box-shape {
    display: none;
  }
}
.hero-2 .hero-image .gap-shape {
  position: absolute;
  bottom: -20px;
  left: -30%;
  animation: translateY2 2s forwards infinite alternate;
}
@media (max-width: 1399px) {
  .hero-2 .hero-image .gap-shape {
    display: none;
  }
}
.hero-2 .hero-image .cursor-shape {
  position: absolute;
  right: 50px;
  top: 28%;
  animation: moving 9s linear infinite;
}
@media (max-width: 1399px) {
  .hero-2 .hero-image .cursor-shape {
    display: none;
  }
}
.hero-2 .brand-wrapper-2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -90px;
  z-index: 9;
  max-width: 1170px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 40px;
}
@media (max-width: 1899px) {
  .hero-2 .brand-wrapper-2 {
    display: none;
  }
}
.hero-2 .brand-wrapper-2 .brand-title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.hero-2 .brand-wrapper-2 .brand-title::before {
  position: absolute;
  top: 15px;
  left: 5%;
  content: "";
  height: 1px;
  width: 413px;
  background-color: #e5e5e5;
}
@media (max-width: 1399px) {
  .hero-2 .brand-wrapper-2 .brand-title::before {
    display: none;
  }
}
.hero-2 .brand-wrapper-2 .brand-title::after {
  position: absolute;
  top: 15px;
  right: 5%;
  content: "";
  height: 1px;
  width: 413px;
  background-color: #e5e5e5;
}
@media (max-width: 1399px) {
  .hero-2 .brand-wrapper-2 .brand-title::after {
    display: none;
  }
}

.hero-3 {
  border-radius: 30px;
  padding: 120px 0 120px;
  margin: 0 60px;
  position: relative;
}
@media (max-width: 1600px) {
  .hero-3 {
    margin: 0 0;
  }
}
.hero-3 .line-shape {
  position: absolute;
  top: 46%;
  left: 48%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1399px) {
  .hero-3 .line-shape {
    display: none;
  }
}
.hero-3 .container-fluid {
  padding: 0 190px;
}
@media (max-width: 1600px) {
  .hero-3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .hero-3 .container-fluid {
    padding: 0 30px;
  }
}
.hero-3 .hero-content {
  max-width: 580px;
}
.hero-3 .hero-content h6 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--theme);
  display: inline-block;
  margin-bottom: 10px;
}
.hero-3 .hero-content h1 {
  font-size: 60px;
  color: var(--header);
  font-weight: 700;
}
@media (max-width: 1199px) {
  .hero-3 .hero-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    font-size: 34px;
  }
}
.hero-3 .hero-content h1 span {
  background: linear-gradient(90deg, #6a47ed 35.31%, #fb17ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-3 .hero-content p {
  font-size: 16px;
  font-weight: 500;
  max-width: 545px;
  margin-top: 100px;
}
@media (max-width: 1399px) {
  .hero-3 .hero-content p {
    margin-top: 15px;
  }
}
.hero-3 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .hero-3 .hero-content .hero-button {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.hero-3 .hero-content .hero-button .link-btn {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
}
.hero-3 .hero-image {
  position: relative;
  z-index: 9;
}
.hero-3 .hero-image img {
  width: 100%;
  height: 100%;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.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: 600;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}
.mean-container .mean-nav ul li a svg {
    display: none !important;
}
.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;
}

.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
  margin-top: -14px;
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 60s linear infinite;
  gap: 30px;
  cursor: pointer;
}
.scrolling-wrap .comm .cmn-textslide {
  font-size: 60px;
  font-weight: 800;
  line-height: 80px;
  text-transform: capitalize;
  color: var(--header);
  display: flex;
  align-items: center;
  gap: 8px;
}
.scrolling-wrap .comm .cmn-textslide img {
  margin-right: 10px;
}
.scrolling-wrap .comm .cmn-textslide.stroke-text {
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke: 1px #17012c;
  -webkit-text-fill-color: transparent;
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}
@media (max-width: 1399px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .scrolling-wrap {
    gap: 14px;
  }
  .scrolling-wrap .comm {
    gap: 14px;
  }
}
@media (max-width: 575px) {
  .scrolling-wrap .comm {
    gap: 12px;
  }
}

.marquee-section-1 {
  position: relative;
  z-index: 99;
}

.mycustom-marque.style-2 {
  border: 1px solid var(--header);
  background: var(--white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  transform: rotate(1.913deg);
  margin-top: -15px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1399px) {
  .mycustom-marque.style-2 {
    margin-top: 0;
    transform: rotate(0);
  }
}
.mycustom-marque.style-2 .scrolling-wrap .comm {
  animation: scroll 55s linear infinite;
}
.mycustom-marque.style-2 .scrolling-wrap .comm .cmn-textslide {
  font-size: 30px;
  font-weight: 800;
  text-transform: capitalize;
  color: var(--header);
  padding-top: 10px;
}
.mycustom-marque.style-2.bg-2 {
  background-color: var(--header);
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.mycustom-marque.style-2.bg-2 .scrolling-wrap .comm .cmn-textslide {
  color: var(--white);
  padding-top: 0;
}
.mycustom-marque.style-3 {
  background: var(--theme);
  transform: rotate(-2.772deg);
  margin-top: -52px;
  position: relative;
  z-index: 7;
}
@media (max-width: 1399px) {
  .mycustom-marque.style-3 {
    margin-top: 0;
    transform: rotate(0);
  }
}
.mycustom-marque.style-3 .scrolling-wrap .comm {
  animation: scroll2 50s linear infinite;
}
@media (max-width: 1399px) {
  .mycustom-marque.style-3 .scrolling-wrap .comm {
    animation: scroll2 60s linear infinite;
  }
}
.mycustom-marque.style-3 .scrolling-wrap .comm .cmn-textslide {
  font-size: 30px;
  font-weight: 800;
  text-transform: capitalize;
  color: var(--white);
  padding-top: 0;
}
.mycustom-marque.style-3 .scrolling-wrap:hover .comm {
  animation-play-state: paused;
}
.mycustom-marque.style-3.bg-3 {
  background-color: var(--theme);
  border: none;
  box-shadow: none;
  margin-top: -70px;
}
@media (max-width: 1399px) {
  .mycustom-marque.style-3.bg-3 {
    margin-top: 0;
  }
}
.mycustom-marque.style-3.bg-3 .scrolling-wrap .comm .cmn-textslide {
  color: var(--white);
  padding-top: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll3 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.marquee-2 {
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .marquee-2 {
    margin-bottom: 0;
  }
}
.news-box-items {
  margin-top: 30px;
  padding: 16px;
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
  height: 550px;
}
.news-box-items .news-image {
  border-radius: 12px;
  overflow: hidden;
  height: 300px;
}
.news-box-items .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition: all 0.4s ease-in-out;
}
.news-box-items .news-content {
  padding: 25px 14px;
}
.news-box-items .news-content .post-cat {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .news-box-items .news-content .post-cat {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.news-box-items .news-content .post-cat li {
  font-size: 14px;
  font-weight: 400;
}
.news-box-items .news-content .post-cat li i {
  margin-right: 5px;
  color: var(--theme);
}
.news-box-items .news-content h5 {
  line-height: 140%;
}
.news-box-items .news-content h5 a:hover {
  color: var(--theme);
}
.news-box-items .news-content .news-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.news-box-items .news-content .news-btn .link-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #535353;
  text-transform: capitalize;
}
.news-box-items .news-content .news-btn .link-btn:hover {
  color: var(--theme);
}
.news-box-items:hover .news-image img {
  transform: scale(1.1);
}

.news-section {
  position: relative;
  z-index: 7;
  margin-bottom: 90px;
}
.news-section .container-fluid {
  padding: 0 175px;
}
@media (max-width: 1600px) {
  .news-section .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .news-section .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .news-section .container-fluid {
    padding: 0 30px;
  }
}
.news-section .left-shape {
  position: absolute;
  top: -180px;
  left: 0;
  z-index: -1;
}

.news-card-items {
  margin-top: 30px;
  background-color: #faf9f6;
}
.news-card-items .news-image {
  overflow: hidden;
}
.news-card-items .news-image img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.news-card-items .news-content {
  padding: 20px;
  padding-left: 74px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1899px) {
  .news-card-items .news-content {
    padding-left: 20px;
  }
}
.news-card-items .news-content .post-cat {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.news-card-items .news-content .post-cat li i {
  color: var(--theme);
  margin-right: 5px;
}
.news-card-items .news-content h5 {
  font-size: 20px;
  font-weight: 500;
}
.news-card-items .news-content h5 a:hover {
  color: var(--theme);
}
.news-card-items .news-content .link-btn {
  color: #535353;
  font-weight: 600;
  margin-top: 10px;
}
.news-card-items .news-content .link-btn:hover {
  color: var(--theme);
}
.news-card-items .news-content .post-date {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  background-color: var(--theme);
  display: inline-block;
  padding: 10px 14px;
  line-height: 1;
  position: absolute;
  top: 60px;
  left: -169px;
  width: 100%;
  transform: rotate(90deg);
  text-align: center;
}
@media (max-width: 1899px) {
  .news-card-items .news-content .post-date {
    display: none;
  }
}
.news-card-items .news-content .post-date i {
  margin-right: 10px;
}
.news-card-items:hover .news-image img {
  transform: scale(1.1);
}

.news-standard-wrapper .news-standard-items {
  border: 1px solid #e3e3e3;
  padding: 30px;
  border-radius: 16px;
}
.news-standard-wrapper .news-standard-items:not(:last-child) {
  margin-bottom: 30px;
}
.news-standard-wrapper .news-standard-items .thumb {
  position: relative;
}
.news-standard-wrapper .news-standard-items .thumb img {
  width: 100%;
  height: 100%;
}
.news-standard-wrapper .news-standard-items .content {
  margin-top: 30px;
}
.news-standard-wrapper .news-standard-items .content .post-cat {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.news-standard-wrapper .news-standard-items .content .post-cat li i {
  color: var(--theme);
  margin-right: 5px;
}
.news-standard-wrapper .news-standard-items .content h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.news-standard-wrapper .news-standard-items .content h3 a:hover {
  color: var(--theme);
}
.news-standard-wrapper .news-standard-items .content .theme-btn {
  display: inline-block;
  padding: 18px 30px;
  background-color: var(--theme);
  color: var(--white);
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  margin-top: 30px;
}
.news-standard-wrapper .news-standard-items .content .theme-btn i {
  margin-left: 8px;
}
.news-standard-wrapper .news-standard-items .content .theme-btn:hover {
  background-color: var(--header);
}

.main-sidebar .single-sidebar-widget {
  padding: 40px 30px;
  background-color: var(--bg);
  margin-bottom: 30px;
  border-radius: 10px;
}
.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}
.main-sidebar .single-sidebar-widget .wid-title h4 {
  font-weight: 600;
}
.main-sidebar .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sidebar .single-sidebar-widget .search-widget form input {
  background-color: var(--white);
  font-size: 16px;
  padding: 20px;
  width: 100%;
  border: none;
  color: var(--text);
}
.main-sidebar .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 16px;
  height: 100%;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.main-sidebar .single-sidebar-widget .search-widget form button:hover {
  background-color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 25px;
  background-color: var(--white);
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li span {
  transition: all 0.4s ease-in-out;
  color: var(--header);
}
.main-sidebar
  .single-sidebar-widget
  .news-widget-categories
  ul
  li:not(:last-child) {
  margin-bottom: 12px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 16px;
}
.main-sidebar
  .single-sidebar-widget
  .recent-post-area
  .recent-items:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
}
.main-sidebar
  .single-sidebar-widget
  .recent-post-area
  .recent-items
  .recent-content
  ul {
  margin-bottom: 8px;
}
.main-sidebar
  .single-sidebar-widget
  .recent-post-area
  .recent-items
  .recent-content
  ul
  li
  svg,
.main-sidebar
  .single-sidebar-widget
  .recent-post-area
  .recent-items
  .recent-content
  ul
  li
  i {
  color: var(--theme);
  margin-right: 8px;
}
.main-sidebar
  .single-sidebar-widget
  .recent-post-area
  .recent-items
  .recent-content
  h6 {
  font-weight: 700;
}
.main-sidebar
  .single-sidebar-widget
  .recent-post-area
  .recent-items
  .recent-content
  h6
  a:hover {
  color: var(--theme);
}
.main-sidebar .single-sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 11px 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  background: var(--white);
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  color: var(--text);
}
.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sidebar .single-sidebar-widget .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.news-details-wrapper
  .news-post-details
  .single-news-post
  .post-featured-thumb
  img {
  width: 100%;
  height: 100%;
}
.news-details-wrapper .news-post-details .single-news-post .post-content {
  margin-top: 30px;
}
.news-details-wrapper
  .news-post-details
  .single-news-post
  .post-content
  .post-list {
  gap: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f5fa;
  padding-bottom: 20px;
}
.news-details-wrapper
  .news-post-details
  .single-news-post
  .post-content
  .post-list
  li {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.news-details-wrapper
  .news-post-details
  .single-news-post
  .post-content
  .post-list
  li
  svg,
.news-details-wrapper
  .news-post-details
  .single-news-post
  .post-content
  .post-list
  li
  i {
  color: var(--theme);
  margin-right: 5px;
}
.news-details-wrapper .news-post-details .single-news-post .post-content h3 {
  margin-bottom: 20px;
  font-size: 30px;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-post-details .single-news-post .post-content h3 {
    font-size: 24px;
  }
}
.news-details-wrapper
  .news-post-details
  .single-news-post
  .post-content
  h3
  a:hover {
  color: var(--theme);
}
.news-details-wrapper .news-post-details .single-news-post .post-content p {
  font-weight: 400;
}
.news-details-wrapper
  .news-post-details
  .single-news-post
  .post-content
  .hilight-text {
  border-left: 4px solid var(--theme);
  padding: 36px 40px;
  border-radius: 10px;
  background-color: var(--bg);
}
.news-details-wrapper
  .news-post-details
  .single-news-post
  .post-content
  .hilight-text
  p {
  font-weight: 400;
  text-transform: capitalize;
  font-style: italic;
  line-height: 26px;
  color: var(--header);
}
.news-details-wrapper
  .news-post-details
  .single-news-post
  .post-content
  .hilight-text
  svg {
  float: right;
  margin-top: -30px;
}
.news-details-wrapper
  .news-post-details
  .single-news-post
  .post-content
  .details-image
  img {
  width: 100%;
  height: 100%;
}
.news-details-wrapper .news-post-details .tag-share-wrap {
  border-top: 1px solid #f2f5fa;
  border-bottom: 1px solid #f2f5fa;
  padding: 30px 0;
}
.news-details-wrapper .news-post-details .tag-share-wrap .tagcloud span {
  display: inline-block;
  font-weight: 600;
  color: var(--header);
  margin-right: 15px;
}
.news-details-wrapper .news-post-details .tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1;
  background: transparent;
  border: 1px solid #f2f5fa;
  margin-right: 8px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-post-details .tag-share-wrap .tagcloud a {
    margin-bottom: 5px;
  }
}
.news-details-wrapper .news-post-details .tag-share-wrap .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.news-details-wrapper .news-post-details .tag-share-wrap .social-share span {
  font-size: 16px;
  color: var(--header);
  font-weight: 600;
}
.news-details-wrapper .news-post-details .tag-share-wrap .social-share a {
  font-size: 16px;
  color: var(--header);
}
.news-details-wrapper
  .news-post-details
  .tag-share-wrap
  .social-share
  a:not(:last-child) {
  margin-right: 10px;
}
.news-details-wrapper .news-post-details .tag-share-wrap .social-share a:hover {
  color: var(--theme);
}
.news-details-wrapper .news-post-details .comments-area {
  margin-top: 40px;
}
.news-details-wrapper .news-post-details .comments-area .comments-heading {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-post-details .comments-area .comments-heading {
    margin-bottom: 20px;
  }
}
.news-details-wrapper .news-post-details .comments-area .comments-heading h3 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-post-details .comments-area .comments-heading h3 {
    font-size: 22px;
  }
}
.news-details-wrapper .news-post-details .comments-area .blog-single-comment {
  border-bottom: 1px solid #d4dced;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-post-details .comments-area .blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-wrapper
  .news-post-details
  .comments-area
  .blog-single-comment
  .content
  .head {
  margin-bottom: 10px;
}
.news-details-wrapper
  .news-post-details
  .comments-area
  .blog-single-comment
  .content
  .head
  .con
  h5 {
  margin-bottom: 5px;
  font-weight: 600;
}
.news-details-wrapper
  .news-post-details
  .comments-area
  .blog-single-comment
  .content
  .reply {
  padding: 6px 16px;
  font-weight: 400;
  border-radius: 50px;
  background-color: var(--theme);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.news-details-wrapper
  .news-post-details
  .comments-area
  .blog-single-comment
  .content
  .reply:hover {
  background-color: var(--header);
}
.news-details-wrapper
  .news-post-details
  .comments-area
  .blog-single-comment
  .content
  .reply.color-2 {
  background-color: var(--header);
}
.news-details-wrapper
  .news-post-details
  .comments-area
  .blog-single-comment
  .content
  .reply.color-2:hover {
  background-color: var(--theme);
}
.news-details-wrapper .news-post-details .comment-form-wrap h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-post-details .comment-form-wrap h3 {
    margin-bottom: 20px;
  }
}
.news-details-wrapper .news-post-details .comment-form-wrap .form-clt span {
  color: var(--header);
  display: inline-block;
  margin-bottom: 10px;
}
.news-details-wrapper .news-post-details .comment-form-wrap .form-clt input,
.news-details-wrapper .news-post-details .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid var(--border);
  padding: 16px 20px;
  font-weight: 500;
  color: var(--text);
}
.news-details-wrapper
  .news-post-details
  .comment-form-wrap
  .form-clt
  input::placeholder,
.news-details-wrapper
  .news-post-details
  .comment-form-wrap
  .form-clt
  textarea::placeholder {
  color: var(--text);
}
.news-details-wrapper .news-post-details .comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
}
.news-details-wrapper .news-post-details .comment-form-wrap .theme-btn {
  display: inline-block;
  padding: 18px 30px;
  background-color: var(--theme);
  color: var(--white);
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}
.news-details-wrapper .news-post-details .comment-form-wrap .theme-btn i {
  margin-left: 8px;
}
.news-details-wrapper .news-post-details .comment-form-wrap .theme-btn:hover {
  background-color: var(--header);
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Plus Jakarta Sans", sans-serif, "Plus Jakarta Sans",
    sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme);
  position: relative;
}
.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;

  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: var(--bg);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 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;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 8px;
  height: 8px;
  z-index: 10000001;
  background-color: var(--theme);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: var(--theme);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.back-to-top {
  border-radius: 50%;
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.pricing-box-items {
  border-radius: 20px;
  border: 1px solid #d4dcff;
  background: var(--white);
  padding: 30px;
}
.pricing-box-items .pricing-header {
  border-radius: 16px;
  background: #17012c;
  padding: 24px;
  position: relative;
}
.pricing-box-items .pricing-header .icon {
  position: absolute;
  top: 24px;
  right: 24px;
}
.pricing-box-items .pricing-header h4 {
  color: var(--white);
}
.pricing-box-items .pricing-header h2 {
  color: var(--white);
  font-size: 40px;
  margin-top: 20px;
}
.pricing-box-items .pricing-header h2 sub {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  margin-left: -5px;
}
.pricing-box-items .price-list {
  margin-top: 30px;
}
.pricing-box-items .price-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.pricing-box-items .price-list li:not(:last-child) {
  margin-bottom: 10px;
}
.pricing-box-items .price-list li .price-1 {
  font-weight: 500;
}
.pricing-box-items .price-list li .price-1.color-2 i {
  color: var(--second);
}
.pricing-box-items .price-list li .price-1 i {
  color: var(--theme);
  margin-right: 5px;
}
.pricing-box-items .price-button {
  margin-top: 40px;
}
.pricing-box-items .price-button .theme-btn {
  text-align: center;
  width: 100%;
  padding: 12px 20px;
  border-radius: 16px;
  background: var(--theme);
  display: inline-block;
  color: var(--white);
  font-weight: 700;
}
.pricing-box-items .price-button .theme-btn i {
  margin-left: 10px;
}
.pricing-box-items .price-button .theme-btn:hover {
  background-color: var(--theme);
}
.pricing-box-items.style-2 .pricing-header {
  background: var(--theme);
}
.pricing-box-items.style-2 .price-button .theme-btn {
  border: 1.5px solid var(--theme);
  display: inline-block;
  color: var(--theme);
  background: transparent;
}
.pricing-box-items.style-2 .price-button .theme-btn:hover {
  background-color: var(--theme);
  color: var(--white);
}

.pricing-content .pricing-tab-header {
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .pricing-content .pricing-tab-header {
    margin-bottom: 0;
  }
}
.pricing-content .pricing-tab-header .arrow-shape {
  position: absolute;
  left: 48.5%;
  top: 0;
  animation: rounded 5s linear infinite;
}
@media (max-width: 1199px) {
  .pricing-content .pricing-tab-header .arrow-shape {
    display: none;
  }
}
.pricing-content .pricing-tab-header .nav {
  display: flex;
  align-items: center;
  gap: 0;
  background-color: var(--white);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 6px;
  max-width: 350px;
  justify-content: center;
}
@media (max-width: 991px) {
  .pricing-content .pricing-tab-header .nav {
    max-width: 507px;
  }
}
@media (max-width: 575px) {
  .pricing-content .pricing-tab-header .nav {
    gap: 15px;
    max-width: 350px;
  }
}
.pricing-content .pricing-tab-header .nav .nav-link {
  text-align: center;
  padding: 14px 20px;
  border-radius: 100px;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--header);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .pricing-content .pricing-tab-header .nav .nav-link {
    padding: 14px 45px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .pricing-content .pricing-tab-header .nav .nav-link {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.pricing-content .pricing-tab-header .nav .nav-link.active {
  position: relative;
  background-color: var(--theme);
  color: var(--white);
}
.pricing-content .pricing-tab-header .save-text {
  font-weight: 500;
  color: var(--theme);
  font-size: 18px;
  text-align: center;
  margin-left: 36%;
}

.pricing-section {
  position: relative;
}
.pricing-section .left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1399px) {
  .pricing-section .left-shape {
    display: none;
  }
}
.pricing-section .right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .pricing-section .right-shape {
    display: none;
  }
}

/* ===================================
   Professional Pricing Value Styling
   Optimized for Light Backgrounds
   =================================== */

/* Base Value Styling */
.price-list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.price-list li:last-child {
  border-bottom: none;
}

.price-list li:hover {
  padding-left: 8px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 8px;
}

/* Feature Name Styling */
.price-list .price-1 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  transition: all 0.3s ease;
}

.price-list .price-1 i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.price-list li:hover .price-1 i {
  transform: scale(1.15);
}

/* Enabled Features (Checkmark) */
.price-list .price-1:not(.color-2) {
  color: #1a1a1a;
}

.price-list .price-1:not(.color-2) i {
  color: #16a34a;
  filter: drop-shadow(0 2px 4px rgba(22, 163, 74, 0.3));
}

/* Disabled Features (X Mark) */
.price-list .price-1.color-2 {
  color: rgba(0, 0, 0, 0.4);
}

.price-list .price-1.color-2 i {
  color: var(--second);
  filter: drop-shadow(0 2px 4px rgba(220, 38, 38, 0.2));
}

/* Value Styling - Main */
.price-list .value {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 8px;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.04) 0%,
    rgba(0, 0, 0, 0.02) 100%
  );
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  color: #1a1a1a;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Value Hover Effect */
.price-list li:hover .value {
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.06) 0%,
    rgba(0, 0, 0, 0.03) 100%
  );
  border-color: rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* Shine Effect on Value */
.price-list .value::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.5) 50%,
    transparent 70%
  );
  transform: translateX(-100%) translateY(-100%) rotate(45deg);
  transition: transform 0.6s ease;
}

.price-list li:hover .value::before {
  transform: translateX(100%) translateY(100%) rotate(45deg);
}

/* Special Styling for Enabled Values */
.price-list .price-1:not(.color-2) ~ .value {
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  border-color: #16a34a;
  color: #065f46;
  font-weight: 800;
  box-shadow: 0 2px 8px rgba(22, 163, 74, 0.2);
}

.price-list li:hover .price-1:not(.color-2) ~ .value {
  background: linear-gradient(135deg, #bbf7d0 0%, #86efac 100%);
  border-color: #15803d;
  box-shadow: 0 4px 15px rgba(22, 163, 74, 0.3);
  transform: translateY(-3px) scale(1.02);
}

/* Pulse Effect for Enabled Values */
.price-list .price-1:not(.color-2) ~ .value::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.4);
  animation: pulse-green 2s infinite;
  pointer-events: none;
}

@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.4);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(22, 163, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0);
  }
}

/* Special Styling for Disabled/None Values */
.price-list .price-1.color-2 ~ .value {
  background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
  border-color: #d1d5db;
  color: #6b7280;
  font-style: italic;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.price-list li:hover .price-1.color-2 ~ .value {
  background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);
  border-color: #9ca3af;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* Premium/High Value Badge Effect */
.price-list .value.premium,
.price-list .value[data-premium="true"] {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border-color: #f59e0b;
  color: #92400e;
  font-weight: 900;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
  animation: pulse-gold 2s infinite;
}

@keyframes pulse-gold {
  0%,
  100% {
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
  }
  50% {
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.5);
  }
}

/* Add Icon/Badge for Premium */
.price-list .value.premium::after,
.price-list .value[data-premium="true"]::after {
  content: "⭐";
  margin-left: 4px;
  font-size: 12px;
  animation: rotate-star 3s linear infinite;
}

@keyframes rotate-star {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Special Values with Icons */
.price-list .value.with-icon {
  padding-left: 30px;
}

.price-list .value.with-icon::before {
  content: "💰";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

/* Frequency/Recurring Values */
.price-list .value.frequency {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border-color: var(--theme);
  color: #1e40af;
  font-weight: 700;
}

.price-list li:hover .value.frequency {
  background: linear-gradient(135deg, #bfdbfe 0%, #93c5fd 100%);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .price-list li {
    padding: 10px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .price-list .value {
    margin-left: 26px;
    font-size: 13px;
    padding: 5px 12px;
  }

  .price-list .price-1 {
    font-size: 14px;
  }
}

/* Animation for New Items */
@keyframes fadeInValue {
  from {
    opacity: 0;
    transform: translateX(-15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.price-list .value {
      animation: fadeInValue 0.5s ease forwards;
    width: 130px;
    text-align: center;
}

/* Custom Scrollbar for Price List */
.price-list {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.price-list::-webkit-scrollbar {
  width: 6px;
}

.price-list::-webkit-scrollbar-track {
  background: transparent;
}

.price-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.price-list::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* Additional Badge Variants */
.price-list .value.badge-success {
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  border-color: #10b981;
  color: #065f46;
}

.price-list .value.badge-warning {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border-color: #f59e0b;
  color: #92400e;
}

.price-list .value.badge-info {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border-color: #3b82f6;
  color: #1e40af;
}

.price-list .value.badge-danger {
  background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
  border-color: #ef4444;
  color: #991b1b;
}

/* Tooltip on Hover (Optional) */
.price-list .value[data-tooltip] {
  cursor: help;
}

.price-list .value[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #1f2937;
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  margin-bottom: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.case-study-wrapper .case-study-box-items {
  margin-top: 30px;
}
.case-study-wrapper .case-study-box-items .thumb {
  position: relative;
}
.case-study-wrapper .case-study-box-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
@media (max-width: 575px) {
  .case-study-wrapper .case-study-box-items .thumb {
    height: 450px;
  }
  .case-study-wrapper .case-study-box-items .thumb img {
    object-fit: cover;
  }
}
.case-study-wrapper .case-study-box-items .thumb .post-box-items {
  position: absolute;
  top: 30px;
  left: 30px;
}
.case-study-wrapper .case-study-box-items .thumb .post-box-items ul {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.case-study-wrapper .case-study-box-items .thumb .post-box-items ul li a {
  border-radius: 33px;
  border: 0.5px solid var(--white);
  background: radial-gradient(
    258.86% 216.49% at -18.48% -74.46%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(25px);
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  padding: 11px 15px;
  line-height: 1;
  display: inline-block;
}
.case-study-wrapper .case-study-box-items .thumb .post-box-items ul li a i {
  margin-left: 10px;
}
.case-study-wrapper .case-study-box-items .thumb .project-title {
  position: absolute;
  bottom: 165px;
  left: 30px;
}
.case-study-wrapper .case-study-box-items .thumb p {
  position: absolute;
  bottom: 50px;
  left: 30px;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  max-width: 350px;
}
.case-study-wrapper .case-study-box-items .thumb .project-title img {
  width: initial;
  height: initial;
  border-radius: 0;
  margin-right: 10px;
}
.case-study-wrapper .case-study-box-items .thumb .project-title a {
  color: var(--white);
}
.case-study-wrapper .case-study-box-items .thumb .number {
  right: 30px;
  bottom: 30px;
  position: absolute;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  font-size: 14px;
  font-weight: 500;
  color: var(--header);
}
.case-study-wrapper .main-box {
  padding: 0;
  gap: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1399px) {
  .case-study-wrapper .main-box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 30px;
  }
}
.case-study-wrapper .main-box .box {
  background-image: url(../../assets/img/case-studies/05.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  width: 92px !important;
  height: 328px;
  position: relative;
  overflow: hidden;
  list-style: none;
  border-radius: 24px;
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
  overflow: hidden;
  background-color: var(--theme);
}
.case-study-wrapper .main-box .box:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  border: 0.5px solid var(--white);
  /*background: radial-gradient(*/
  /*  258.86% 216.49% at -18.48% -74.46%,*/
  /*  rgba(255, 255, 255, 0.4) 0%,*/
  /*  rgba(255, 255, 255, 0) 100%*/
  /*);*/
  backdrop-filter: blur(25px);
}

.case-study-wrapper .main-box .box .title-items {
  position: relative;
  z-index: 9;
  height: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 3;
}
@media (max-width: 1399px) {
  .case-study-wrapper .main-box .box .title-items {
    display: none;
  }
}
.case-study-wrapper .main-box .box .title-items h3 {
  position: absolute;
  top: 40%;
  left: 70%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.case-study-wrapper .main-box .box .title-items h3 a {
  color: var(--white);
  display: ruby-text;
}
.case-study-wrapper .main-box .box .title-items .number {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  font-size: 14px;
  font-weight: 600;
  color: var(--header);
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1399px) {
  .case-study-wrapper .main-box .box .title-items .number {
    display: none;
  }
}
.case-study-wrapper .main-box .box::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 24px;
  background: var(--theme);
}
@media (max-width: 1399px) {
  .case-study-wrapper .main-box .box::before {
    display: none;
  }
}
@media (max-width: 1399px) {
  .case-study-wrapper .main-box .box {
    width: initial !important;
  }
}
.case-study-wrapper .main-box .box .number-hover {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  font-size: 14px;
  font-weight: 600;
  color: var(--header);
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .case-study-wrapper .main-box .box .number-hover {
    opacity: 1;
    visibility: visible;
  }
}
.case-study-wrapper .main-box .box .project-content {
  position: absolute;
  bottom: -100px;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  right: 30px;
  z-index: 3;
}
@media (max-width: 1399px) {
  .case-study-wrapper .main-box .box .project-content {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
    z-index: 3;
  }
}
.case-study-wrapper .main-box .box .project-content h3 {
  margin-bottom: 10px;
  z-index: 3;
}
.case-study-wrapper .main-box .box .project-content h3 a {
  color: var(--white);
  z-index: 3;
}
.case-study-wrapper .main-box .box .project-content p {
  color: var(--white);
  line-height: 162%;
  z-index: 23;
}
.case-study-wrapper .main-box .box .project-content .link-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  z-index: 3;
  text-transform: capitalize;
}
.case-study-wrapper .main-box .box .project-content .icon {
  transform: rotate(-40deg);
  color: var(--theme);
  transition: all 0.4s ease-in-out;
  z-index: 3;
}
.case-study-wrapper .main-box .box .project-content .icon:hover {
  transform: rotate(0);
}
@media (max-width: 1399px) {
  .case-study-wrapper .main-box .box {
    width: 328px !important;
  }
  .case-study-wrapper .main-box .box::before {
    border: 0.5px solid var(--white);
    background: radial-gradient(
      258.86% 216.49% at -18.48% -74.46%,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    backdrop-filter: blur(25px);
  }
  .case-study-wrapper .main-box .box .number-hover {
    opacity: 1;
    visibility: visible;
  }
  .case-study-wrapper .main-box .box .project-content {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
  }
  .case-study-wrapper .main-box .box .title-items {
    opacity: 0;
    visibility: hidden;
  }
}
.case-study-wrapper .main-box .box.active {
  width: 328px !important;
}
.case-study-wrapper .main-box .box.active::before {
  border: 0.5px solid var(--white);
  background: radial-gradient(
    258.86% 216.49% at -18.48% -74.46%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(25px);
}
.case-study-wrapper .main-box .box.active .number-hover {
  opacity: 1;
  visibility: visible;
}
.case-study-wrapper .main-box .box.active .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.case-study-wrapper .main-box .box.active .title-items {
  opacity: 0;
  visibility: hidden;
}

.case-study-section {
  position: relative;
}
.case-study-section .overlay-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
.case-study-section .left-shape {
  position: absolute;
  bottom: 0;
  left: 40px;
}
@media (max-width: 1600px) {
  .case-study-section .left-shape {
    display: none;
  }
}
.case-study-section .right-shape {
  position: absolute;
  bottom: 0;
  right: 40px;
}
@media (max-width: 1600px) {
  .case-study-section .right-shape {
    display: none;
  }
}

.case-studies-section-2 .client-items {
  position: relative;
  z-index: 9;
}
.case-studies-section-2 .client-items .client-img {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.case-studies-section-2 .client-items .client-img .star-icon .star {
  font-size: 14px;
  color: #fbb03b;
}
.case-studies-section-2 .client-items .client-img .star-icon span {
  color: var(--white);
  font-size: 14px;
  line-height: 1;
}

.case-studies-wrapper-2 .case-studies-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 35px 0;
  position: relative;
}
@media (max-width: 991px) {
  .case-studies-wrapper-2 .case-studies-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.case-studies-wrapper-2 .case-studies-items .content {
  max-width: 570px;
}
.case-studies-wrapper-2 .case-studies-items .content h3 a {
  color: var(--white);
}
.case-studies-wrapper-2 .case-studies-items .content h3 a:hover {
  color: var(--theme);
}
.case-studies-wrapper-2 .case-studies-items .content span {
  color: var(--white);
  display: inline-block;
  margin-bottom: 20px;
}
.case-studies-wrapper-2 .case-studies-items .content p {
  color: var(--white);
}
.case-studies-wrapper-2 .case-studies-items .main-button .theme-btn,
.case-studies-wrapper-2 .case-studies-items .main-button .arrow-btn {
  background-color: var(--second);
  color: var(--header);
}
.case-studies-wrapper-2 .case-studies-items .main-button:hover .theme-btn,
.case-studies-wrapper-2 .case-studies-items .main-button:hover .arrow-btn {
  background-color: var(--white);
}
.case-studies-wrapper-2 .case-studies-items .case-studies-hover {
  width: 379px;
  height: 256px;
  position: absolute;
  border-radius: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-12.317deg);
  inset-inline-start: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -200px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  visibility: hidden;
}
.case-studies-wrapper-2 .case-studies-items:hover .case-studies-hover {
  opacity: 1;
  visibility: visible;
}

.case-studies-section-3 {
  position: relative;
  z-index: 9;
}
.case-studies-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f8f8f8;
  top: 50%;
  z-index: -1;
}
.case-studies-section-3 .container-fluid {
  padding: 0 30px;
}

.case-studies-card-items {
  margin-top: 30px;
}
.case-studies-card-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.case-studies-card-items .content {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.case-studies-card-items .content .title h3 a:hover {
  color: var(--theme);
}
.case-studies-card-items .content .title p {
  font-weight: 500;
  text-transform: capitalize;
}
.case-studies-card-items .content .icon {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  border-radius: 50%;
}
.case-studies-card-items .content .icon:hover {
  background-color: var(--header);
}

.project-details-wrapper .details-top-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .project-details-wrapper .details-top-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.project-details-wrapper .details-top-items .details-left h2 {
  font-size: 36px;
  font-weight: 700;
}
.project-details-wrapper .details-top-items .details-left .post-cat {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.project-details-wrapper .details-top-items .details-left .post-cat li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme);
  text-transform: capitalize;
  border: 1px solid #e5e5e5;
  padding: 8px 15px;
  border-radius: 100px;
  line-height: 1;
}
.project-details-wrapper .details-top-items .details-right .client-details li {
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
}
.project-details-wrapper
  .details-top-items
  .details-right
  .client-details
  li
  span {
  color: var(--text);
  font-weight: 400;
}
.project-details-wrapper .project-details-content {
  margin-top: 30px;
}
.project-details-wrapper .project-details-content h3 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .project-details-wrapper .project-details-content h3 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .project-details-wrapper .project-details-content h3 {
    font-size: 28px;
  }
}
.project-details-wrapper .project-details-content .details-image img {
  width: 100%;
  height: 100%;
}
.project-details-wrapper .project-details-content .list-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .project-details-wrapper .project-details-content .list-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.project-details-wrapper .project-details-content .list-items li {
  color: var(--header);
  text-transform: capitalize;
  position: relative;
}
.project-details-wrapper .project-details-content .list-items li span {
  padding-left: 25px;
  display: inline-block;
}
.project-details-wrapper .project-details-content .list-items li::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: var(--theme);
}
.project-details-wrapper
  .project-details-content
  .list-items
  li:not(:last-child) {
  margin-bottom: 15px;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items {
  width: 100%;
}
.project-details-wrapper
  .project-details-content
  .progress-wrap
  .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.project-details-wrapper
  .project-details-content
  .progress-wrap
  .pro-items
  .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.project-details-wrapper
  .project-details-content
  .progress-wrap
  .pro-items
  .pro-head
  .title {
  font-size: 16px;
  color: var(--header);
  font-weight: 700;
}
.project-details-wrapper
  .project-details-content
  .progress-wrap
  .pro-items
  .pro-head
  .point {
  font-size: 16px;
  color: var(--header);
  font-weight: 700;
}
.project-details-wrapper
  .project-details-content
  .progress-wrap
  .pro-items
  .progress {
  background: var(--bg);
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 8px;
  width: 100%;
}
.project-details-wrapper
  .project-details-content
  .progress-wrap
  .pro-items
  .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 8px;
  width: 0;
}
.project-details-wrapper
  .project-details-content
  .progress-wrap
  .pro-items
  .style-two {
  animation: load2 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 76%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 85%;
  }
}

.slider-button {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-top: 65px;
  padding: 25px 0;
}
.slider-button .cmn-next,
.slider-button .cmn-prev {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s;
  border: 1px solid var(--border);
}
.slider-button .cmn-next i,
.slider-button .cmn-prev i {
  color: var(--text);
  font-size: 24px;
  transition: all 0.4s;
}
.slider-button .cmn-next:hover,
.slider-button .cmn-prev:hover {
  background: var(--theme);
  border-color: var(--theme);
}
.slider-button .cmn-next:hover i,
.slider-button .cmn-prev:hover i {
  color: var(--white);
}
@media (max-width: 1399px) {
  .slider-button .cmn-next,
  .slider-button .cmn-prev {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .slider-button .cmn-next i,
  .slider-button .cmn-prev i {
    font-size: 17px;
  }
}
@media (max-width: 1399px) {
  .slider-button .cmn-next,
  .slider-button .cmn-prev {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
  .slider-button .cmn-next i,
  .slider-button .cmn-prev i {
    font-size: 16px;
  }
}
.slider-button .previus-text {
  font-size: 22px;
  color: var(--header);
}
@media (max-width: 575px) {
  .slider-button .previus-text {
    font-size: 18px;
  }
  .slider-button .project-storke {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .slider-button .previus-text {
    font-size: 16px;
  }
  .slider-button .project-storke {
    font-size: 24px;
  }
}
@media (max-width: 470px) {
  .slider-button .previus-text {
    font-size: 14px;
  }
  .slider-button .project-storke {
    display: none;
  }
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title .sub-title {
  padding: 6px 20px;
  border-radius: 100px;
  display: inline-block;
  background: var(--bg);
  margin-bottom: 20px;
}
.section-title .sub-title span {
  background: var(--gradient);
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
}
.section-title .sub-title.bg-color-2 {
  background: rgba(56, 75, 255, 0.1);
}
.section-title .sub-title.bg-color-3 {
  background: rgba(246, 243, 254, 0.1);
}
.section-title .sub-title.bg-color-3 span {
  color: var(--white);
  -webkit-text-fill-color: initial;
}

.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 {
  font-size: 16px;
  font-weight: 600;
  line-height: 175%;
  color: var(--text);
  font-style: italic;
  border-left: 1px solid var(--theme);
  padding-left: 20px;
}
.section-title-area p.white-text {
  color: var(--white);
  border-left: 1px solid var(--white);
  font-weight: 500;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

.section-bg-black {
  background-color: var(--black);
}

.theme-bg {
  background-color: var(--theme);
}

.footer-bg {
background-image: url(../../assets/img/cta-bg.jpg);
background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-padding {
  padding: 60px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.service-box-items {
  margin-top: 30px;
  display: flex;
  gap: 17px;
  padding: 40px 20px;
  position: relative;
  border: 1px solid var(--border);
  border-radius: 20px;
}
.service-box-items .content h4 {
  margin-bottom: 5px;
}
.service-box-items .content h4 a:hover {
  color: var(--theme);
}
.service-box-items .content p {
  font-family: "DM Sans", sans-serif;
  margin-bottom: 5px;
}

.service-section {
  position: relative;
}
.service-section .left-shape {
  position: absolute;
  bottom: 100px;
  left: 0;
}
@media (max-width: 1899px) {
  .service-section .left-shape {
    display: none;
  }
}
.service-section .right-shape {
  position: absolute;
  top: 25%;
  right: 50px;
  animation: bounce-x 7s infinite linear;
}
@media (max-width: 1899px) {
  .service-section .right-shape {
    display: none;
  }
}
.service-section .bg-shape {
  position: absolute;
  top: 9px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .service-section .bg-shape {
    display: none;
  }
}
.service-section .bg-shape-2 {
  position: absolute;
  top: 15%;
  right: 0;
}
.service-section .right-shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .service-section .right-shape-3 {
    display: none;
  }
}

.service-card-items {
  margin-top: 30px;
  padding: 50px;
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 20px;
  text-align: center;
  position: relative;
  z-index: 99;
}
.service-card-items .title {
  margin-bottom: 20px;
}
.service-card-items .title a:hover {
  color: var(--theme);
}
@media (max-width: 1199px) {
  .service-card-items .service-thumb img {
    width: 100%;
    height: 100%;
  }
}
.service-card-items .thumb img {
  width: 100%;
  height: 100%;
}
.service-card-items .content {
  margin-top: 20px;
}
.service-card-items .content .service-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 24px;
  border: 1px solid var(--border);
  padding: 16px 30px;
  color: var(--text);
  margin-top: 30px;
}
.service-card-items .content .service-btn i {
  margin-left: 10px;
}
.service-card-items .content .service-btn:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.service-card-items.style-2 .service-thumb img {
  width: 100%;
  height: 100%;
}
.service-card-items.style-2 .content .title-2 {
  margin-bottom: 20px;
}
.service-card-items.style-2 .content .title-2 a:hover {
  color: var(--theme);
}

.service-details-wrapper .details-image {
  margin-bottom: 50px;
}
.service-details-wrapper .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.service-details-wrapper .main-sidebar .single-sidebar-widget {
  padding: 40px 30px;
  background-color: var(--bg);
  margin-bottom: 30px;
  border-radius: 10px;
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .wid-title h4 {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
}
.service-details-wrapper
  .main-sidebar
  .single-sidebar-widget
  .wid-title
  h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  background-color: var(--theme);
}
.service-details-wrapper
  .main-sidebar
  .single-sidebar-widget
  .wid-title
  h4::before {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 63px;
  height: 2px;
  content: "";
  background-color: var(--theme);
}
.service-details-wrapper
  .main-sidebar
  .single-sidebar-widget
  .service-widget-categories
  ul
  li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 25px;
  background-color: var(--white);
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
}
.service-details-wrapper
  .main-sidebar
  .single-sidebar-widget
  .service-widget-categories
  ul
  li
  a {
  color: var(--header);
}
.service-details-wrapper
  .main-sidebar
  .single-sidebar-widget
  .service-widget-categories
  ul
  li
  span {
  transition: all 0.4s ease-in-out;
  color: var(--header);
}
.service-details-wrapper
  .main-sidebar
  .single-sidebar-widget
  .service-widget-categories
  ul
  li:not(:last-child) {
  margin-bottom: 12px;
}
.service-details-wrapper
  .main-sidebar
  .single-sidebar-widget
  .service-widget-categories
  ul
  li:hover {
  background-color: var(--theme);
}
.service-details-wrapper
  .main-sidebar
  .single-sidebar-widget
  .service-widget-categories
  ul
  li:hover
  a {
  color: var(--white);
}
.service-details-wrapper
  .main-sidebar
  .single-sidebar-widget
  .service-widget-categories
  ul
  li:hover
  span {
  color: var(--white);
}
.service-details-wrapper
  .main-sidebar
  .single-sidebar-widget
  .service-widget-categories
  ul
  li.active {
  background-color: var(--theme);
}
.service-details-wrapper
  .main-sidebar
  .single-sidebar-widget
  .service-widget-categories
  ul
  li.active
  a {
  color: var(--white);
}
.service-details-wrapper
  .main-sidebar
  .single-sidebar-widget
  .service-widget-categories
  ul
  li.active
  span {
  color: var(--white);
}
.service-details-wrapper .service-details-content h3 {
  font-size: 30px;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 20px;
}
.service-details-wrapper .service-details-content .thumb {
  margin-bottom: 40px;
}
.service-details-wrapper .service-details-content .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.service-details-wrapper .service-details-content .details-list-items {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1199px) {
  .service-details-wrapper .service-details-content .details-list-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.service-details-wrapper
  .service-details-content
  .details-list-items
  .details-list
  li {
  font-weight: 500;
  font-size: 16px;
  color: var(--header);
}
.service-details-wrapper
  .service-details-content
  .details-list-items
  .details-list
  li:not(:last-child) {
  margin-bottom: 15px;
}
.service-details-wrapper
  .service-details-content
  .details-list-items
  .details-list
  li
  i {
  color: var(--theme);
  margin-right: 8px;
}

.usps-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
.usps-wrapper .usps-image {
  text-align: center;
  position: relative;
}
.usps-wrapper .usps-image .shape-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 1199px) {
  .usps-wrapper .usps-image .shape-image {
    display: none;
  }
}
@media (max-width: 991px) {
  .usps-wrapper .usps-image .shape-image {
    display: block;
  }
}
@media (max-width: 575px) {
  .usps-wrapper .usps-image .shape-image {
    display: none;
  }
}
.usps-wrapper .usps-content p {
  font-weight: 500;
}
.usps-wrapper .usps-content .list-items {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .usps-wrapper .usps-content .list-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.usps-wrapper .usps-content .list-items ul li {
  font-weight: 600;
  color: var(--header);
}
.usps-wrapper .usps-content .list-items ul li:not(:last-child) {
  margin-bottom: 15px;
}
.usps-wrapper .usps-content .list-items ul li i {
  margin-right: 5px;
  color: var(--theme);
  font-size: 18px;
}
.usps-wrapper .usps-image-2 {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 495px;
}
.usps-wrapper .usps-image-2::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 495px;
  height: 503px;
  content: "";
  border-radius: 250px 250px 0px 0px;
  background: var(--bg);
  z-index: -1;
}
@media (max-width: 470px) {
  .usps-wrapper .usps-image-2::before {
    display: none;
  }
}
.usps-wrapper .usps-image-2 .client-shape {
  position: absolute;
  top: 17%;
  left: -25%;
}
@media (max-width: 575px) {
  .usps-wrapper .usps-image-2 .client-shape {
    display: none;
  }
}
.usps-wrapper .usps-image-2 .box-shape {
  position: absolute;
  bottom: 30px;
  right: -18%;
}
@media (max-width: 1399px) {
  .usps-wrapper .usps-image-2 .box-shape {
    right: -10%;
  }
}
@media (max-width: 1199px) {
  .usps-wrapper .usps-image-2 .box-shape {
    right: 0;
  }
}
@media (max-width: 575px) {
  .usps-wrapper .usps-image-2 .box-shape {
    display: none;
  }
}
.usps-wrapper .usps-image-2 .circle-button {
  position: absolute;
  right: 0;
  top: 5%;
  width: 122px;
  height: 122px;
  line-height: 122px;
  background-color: #fd8128;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: var(--white);
  z-index: 99;
}
@media (max-width: 470px) {
  .usps-wrapper .usps-image-2 .circle-button {
    display: none;
  }
}
.usps-wrapper .usps-image-2 .circle-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 20px solidrgba(255, 255, 255, 0.2);
  width: 148px;
  height: 148px;
  content: "";
  border-radius: 50%;
  z-index: 1;
}
.usps-wrapper .usps-image-2 .circle-button .text-circle {
  position: absolute;
  top: 1%;
  left: 8%;
  animation: cir36 10s linear infinite;
  z-index: 9;
}
.usps-wrapper.style-3 {
  padding-bottom: 35px;
}
@media (max-width: 1399px) {
  .usps-wrapper.style-3 {
    padding-bottom: 0;
  }
}
@media (max-width: 1399px) {
  .usps-wrapper.style-3 {
    padding-bottom: 15px;
  }
}
.usps-wrapper.style-4 {
  max-width: 1220px;
}
.usps-wrapper.style-4 .results-left-items {
  background-color: rgba(149, 120, 255, 0.2);
  display: flex;
  align-items: center;
  padding: 40px;
  gap: 30px;
  border-radius: 16px;
}
@media (max-width: 575px) {
  .usps-wrapper.style-4 .results-left-items {
    flex-wrap: wrap;
  }
}
.usps-wrapper.style-4 .results-left-items .content {
  border-radius: 10px;
  background-color: var(--white);
  max-width: 295px;
  padding: 30px;
}
.usps-wrapper.style-4 .results-left-items .content h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 110px;
}
.usps-wrapper.style-4 .results-left-items .content h3 {
  margin-bottom: 20px;
  margin-bottom: 10px;
}
.usps-wrapper.style-4 .results-left-items .thumb img {
  border-radius: 10px;
}
.usps-wrapper.style-4 .usps-content {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .usps-wrapper.style-4 .usps-content {
    margin-left: 0;
  }
}

.usps-section {
  position: relative;
}
.usps-section .shape-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1399px) {
  .usps-section .shape-img {
    display: none;
  }
}
.usps-section .shape-img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .usps-section .shape-img-2 {
    display: none;
  }
}

.usps-section-3 .container-fluid {
  padding: 0 175px;
}
@media (max-width: 1600px) {
  .usps-section-3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .usps-section-3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .usps-section-3 .container-fluid {
    padding: 0 30px;
  }
}

.usps-card-items {
  margin-top: 30px;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}
.usps-card-items .icon-shape {
  position: absolute;
  bottom: 30px;
  right: 0;
}
.usps-card-items .social-profile {
  transition: all 0.6s ease-in-out;
  position: absolute;
  top: -153%;
  left: 31%;
  transform: translate(-50%, -50%);
  display: grid;
  gap: 10px;
}
.usps-card-items .social-profile ul {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.usps-card-items .social-profile ul li {
  margin-bottom: 10px;
}
.usps-card-items .social-profile ul li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: block;
  background: var(--white);
  color: var(--header);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}
.usps-card-items .social-profile ul li a:hover {
  background: var(--theme);
  color: var(--white);
}
.usps-card-items .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  background: var(--white);
  color: var(--header);
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}
.usps-card-items .social-profile:hover ul {
  opacity: 1;
  visibility: visible;
}
.usps-card-items .usps-image {
  padding: 16px 16px 0 16px;
}
.usps-card-items .usps-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}
.usps-card-items .usps-content {
  padding: 20px 20px;
}
.usps-card-items .usps-content h3 a:hover {
  color: var(--theme);
}

.usps-details-wrapper .usps-details-items {
  border: 1px solid var(--border2);
  padding: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .usps-details-wrapper .usps-details-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.usps-details-wrapper .usps-details-items .thumb {
  max-width: 390px;
}
.usps-details-wrapper .usps-details-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.usps-details-wrapper .usps-details-items .content {
  max-width: 900px;
}
.usps-details-wrapper .usps-details-items .content .cont {
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.usps-details-wrapper .usps-details-items .content .signature {
  margin-top: 30px;
}
.usps-details-wrapper .usps-details-items .content .usps-contact-info {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .usps-details-wrapper .usps-details-items .content .usps-contact-info {
    padding: 20px 20px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.usps-details-wrapper
  .usps-details-items
  .content
  .usps-contact-info
  .icon-items {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1199px) {
  .usps-details-wrapper
    .usps-details-items
    .content
    .usps-contact-info
    .icon-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .usps-details-wrapper
    .usps-details-items
    .content
    .usps-contact-info
    .icon-items {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.usps-details-wrapper
  .usps-details-items
  .content
  .usps-contact-info
  .icon-items
  .icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--bg);
  color: var(--theme);
}
.usps-details-wrapper
  .usps-details-items
  .content
  .usps-contact-info
  .icon-items
  h5 {
  font-size: 16px;

  font-weight: 400;
  text-transform: initial;
}
.usps-details-wrapper
  .usps-details-items
  .content
  .usps-contact-info
  .icon-items
  h5
  a {
  color: var(--text);
}
.usps-details-wrapper
  .usps-details-items
  .content
  .usps-contact-info
  .icon-items
  h5
  a:hover {
  color: var(--theme);
}

.personal-information-area {
  background: var(--bg);
  padding-top: 60px;
  margin-top: 60px;
}

.personal-information-wrapper .personal-skill-wrapper {
  padding: 28px 30px;
  background-color: var(--white);
  margin-top: 60px;
}
.personal-information-wrapper .personal-skill-wrapper h4 {
  font-size: 20px;
  margin-bottom: 30px;
}
.personal-information-wrapper
  .personal-skill-wrapper
  .progress-wrap
  .pro-items {
  width: 100%;
}
.personal-information-wrapper
  .personal-skill-wrapper
  .progress-wrap
  .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.personal-information-wrapper
  .personal-skill-wrapper
  .progress-wrap
  .pro-items
  .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.personal-information-wrapper
  .personal-skill-wrapper
  .progress-wrap
  .pro-items
  .pro-head
  .title {
  font-size: 16px;
  color: var(--header);
  font-weight: 700;
}
.personal-information-wrapper
  .personal-skill-wrapper
  .progress-wrap
  .pro-items
  .pro-head
  .point {
  font-size: 16px;
  color: var(--header);
  font-weight: 700;
}
.personal-information-wrapper
  .personal-skill-wrapper
  .progress-wrap
  .pro-items
  .progress {
  background: var(--bg);
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 15px;
  width: 100%;
}
.personal-information-wrapper
  .personal-skill-wrapper
  .progress-wrap
  .pro-items
  .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 15px;
  width: 0;
}
.personal-information-wrapper
  .personal-skill-wrapper
  .progress-wrap
  .pro-items
  .style-two {
  animation: load2 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 76%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 85%;
  }
}

.usps-section-33 {
  margin-bottom: -40px;
}
.usps-section-33 .usps-card-items {
  margin-bottom: 40px;
}

.testimonial-box-items {
  margin-top: 30px;
  padding: 40px 30px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-left: 0;
  gap: 30px;
  position: relative;
}
@media (max-width: 470px) {
  .testimonial-box-items {
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 30px;
  }
}
.testimonial-box-items .icon {
  top: 40px;
  right: 30px;
  position: absolute;
}
.testimonial-box-items::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  border-radius: 16px;
  z-index: -1;
  left: 48px;
  width: calc(100% - 48px);
}
@media (max-width: 470px) {
  .testimonial-box-items::before {
    width: calc(100% - 0px);
    left: 0;
  }
}
.testimonial-box-items .testimonial-img {
  border: 4px solid var(--white);
  box-shadow: var(--box-shadow);
  display: inline-block;
  border-radius: 50%;
  position: relative;
  background-color: var(--white);
  position: relative;
  z-index: 9;
}
.testimonial-box-items .testimonial-img .shape-img {
  position: absolute;
  top: 50%;
  left: 72%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 470px) {
  .testimonial-box-items .testimonial-img .shape-img {
    display: none;
  }
}
.testimonial-box-items .content {
  max-width: 370px;
}
.testimonial-box-items .content .client-info {
  margin-bottom: 10px;
}
.testimonial-box-items .content .client-info .star {
  color: #f68b21;
}
.testimonial-box-items .content .client-info h5 {
  font-weight: 600;
}
.testimonial-box-items .content p {
  font-weight: 400;
}

.testimonial-wrapper .testimonial-left {
  margin-top: 30px;
}
.testimonial-wrapper .testimonial-left .client-img {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 70px;
}
.testimonial-wrapper .testimonial-left .client-img .content .star {
  color: #f68b21;
}
.testimonial-wrapper .testimonial-left .client-img .content p {
  font-weight: 700;
}

.testimonial-wrapper-2 .testimonial-image {
  position: relative;
  text-align: center;
  z-index: 9;
}
.testimonial-wrapper-2 .testimonial-image .rocket-shape {
  position: absolute;
  top: 12%;
  left: 15%;
  animation: bounce-x 7s infinite linear;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-image .rocket-shape {
    display: none;
  }
}
.testimonial-wrapper-2 .testimonial-image .msg-shape {
  position: absolute;
  top: 23%;
  right: 15%;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-image .msg-shape {
    display: none;
  }
}
.testimonial-wrapper-2 .testimonial-image::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  width: 562px;
  height: 543px;
  border-radius: 1000px 1000px 0px 0px;
  background-color: rgba(6, 51, 71, 0.06);
  z-index: -1;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-image::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .testimonial-wrapper-2 .testimonial-image::before {
    display: block;
  }
}
@media (max-width: 575px) {
  .testimonial-wrapper-2 .testimonial-image::before {
    display: none;
  }
}
.testimonial-wrapper-2 .testimonial-image img {
  text-align: center;
}
.testimonial-wrapper-2 .testimonial-card-items {
  margin-top: 30px;
  background-color: var(--white);
  border-radius: 16px;
  border: 1px solid var(--border2);
  padding: 40px 30px;
  margin-top: 40px;
  max-width: 585px;
  position: relative;
}
.testimonial-wrapper-2 .testimonial-card-items .client-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.testimonial-wrapper-2 .testimonial-card-items .client-info .client-content h5 {
  font-size: 20px;
  font-weight: 600;
}
.testimonial-wrapper-2 .testimonial-card-items .icon {
  position: absolute;
  right: 30px;
  top: 40px;
}
.testimonial-wrapper-2 .testimonial-content {
  position: relative;
}
.testimonial-wrapper-2 .testimonial-content .array-button {
  position: absolute;
  right: 0;
  top: 68%;
  transform: translateY(-50%);
  z-index: 9;
  display: grid;
}
@media (max-width: 1399px) {
  .testimonial-wrapper-2 .testimonial-content .array-button {
    display: none;
  }
}

.testimonial-wrapper-3 {
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 100px 50px;
  position: relative;
}
.testimonial-wrapper-3.style-2 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .testimonial-wrapper-3.style-2 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial-wrapper-3 {
    padding: 50px 35px;
  }
}
.testimonial-wrapper-3 .client-1 {
  position: absolute;
  top: 46px;
  left: 15%;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-3 .client-1 {
    display: none;
  }
}
.testimonial-wrapper-3 .client-2 {
  position: absolute;
  bottom: 89px;
  left: 73px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-3 .client-2 {
    display: none;
  }
}
.testimonial-wrapper-3 .client-3 {
  position: absolute;
  top: 46px;
  right: 15%;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-3 .client-3 {
    display: none;
  }
}
.testimonial-wrapper-3 .client-4 {
  position: absolute;
  bottom: 89px;
  right: 73px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-3 .client-4 {
    display: none;
  }
}
.testimonial-wrapper-3 .testimonial-content {
  max-width: 740px;
  margin: 0 auto;
}
.testimonial-wrapper-3 .testimonial-content .icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  background-color: var(--white);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0 auto 25px;
}
.testimonial-wrapper-3 .testimonial-content p {
  font-size: 22px;
  font-style: italic;
  color: var(--header);
  font-weight: 500;
  line-height: 182%;
  text-align: center;
}
.testimonial-wrapper-3 .testimonial-content .client-info {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 50px;
}
.testimonial-wrapper-3 .testimonial-content .client-info .content h6 {
  font-size: 16px;
}
.testimonial-wrapper-3 .testimonial-content .client-info .content span {
  font-size: 15px;
  font-weight: 400;
}

.testimonial-section-3 {
  position: relative;
}
.testimonial-section-3 .overlay-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
.testimonial-section-3 .overlay-shape-2 {
  position: absolute;
  top: -30%;
  right: 0;
}
.testimonial-section-3 .left-shape {
  position: absolute;
  left: 0;
  bottom: 10%;
}
@media (max-width: 1199px) {
  .testimonial-section-3 .left-shape {
    display: none;
  }
}
.testimonial-section-3 .right-shape {
  position: absolute;
  right: 0;
  top: 15%;
}
@media (max-width: 1199px) {
  .testimonial-section-3 .right-shape {
    display: none;
  }
}
/* Project Section Container */
.project-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

/* Project Card Modern Style */
.project-style-one {
  background: var(--white);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
  margin-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.project-style-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(26, 86, 219, 0.02) 0%,
    rgba(26, 86, 219, 0) 100%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 1;
}

.project-style-one:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
  border-color: rgba(26, 86, 219, 0.2);
}

.project-style-one:hover::before {
  opacity: 1;
}

/* Thumbnail Styling */
.project-style-one .thumb {
  position: relative;
  overflow: hidden;
  height: 280px;
}

.project-style-one .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.project-style-one:hover .thumb img {
  transform: scale(1.12);
  filter: brightness(0.95);
}

/* Gradient Overlay on Image */
.project-style-one .thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.02) 50%,
    rgba(0, 0, 0, 0.08) 100%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
}

.project-style-one:hover .thumb::after {
  opacity: 1;
}

/* Content Area */
.project-style-one .content {
  padding: 35px 30px;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: var(--white);
  z-index: 2;
}

/* Title Styling */
.project-style-one h4 {
  margin-bottom: 15px;
  position: relative;
}

.project-style-one h4 a {
  color: #1f2937;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  line-height: 1.4;
  position: relative;
}

.project-style-one h4 a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--theme), var(--theme-secondary));
  transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.project-style-one:hover h4 a {
  color: #1a56db;
}

.project-style-one:hover h4 a::after {
  width: 50%;
}

/* Description Text */
.project-style-one p {
  margin: 0;
  font-size: 15px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
}

/* Arrow Button */
.project-style-one .button {
  width: 56px;
  height: 56px;
  background: linear-gradient(
    135deg,
    var(--theme) 0%,
    var(--theme-secondary) 100%
  );
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 30px;
  bottom: -28px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 12px 30px rgba(26, 86, 219, 0.3);
  z-index: 3;
  opacity: 0;
  transform: translateY(20px) scale(0.7);
}

.project-style-one .button::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: linear-gradient(135deg, var(--theme), var(--theme-secondary));
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.project-style-one:hover .button {
  opacity: 1;
  transform: translateY(0) scale(1);
  box-shadow: 0 18px 45px rgba(26, 86, 219, 0.4);
  margin-bottom: 40px;
}

.project-style-one .button:hover {
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 22px 55px rgba(26, 86, 219, 0.5);
}

.project-style-one .button:hover::before {
  opacity: 0.5;
  animation: pulse 1.5s infinite;
}

.project-style-one .button i {
  font-size: 20px;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.project-style-one .button:hover i {
  transform: rotate(45deg) scale(1.1);
}

/* Pulse Animation for Button */
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.2;
  }
}

/* Badge/Tag (optional) */
.project-style-one .project-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(26, 86, 219, 0.95);
  color: #fff;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px rgba(26, 86, 219, 0.3);
}

.project-style-one:hover .project-tag {
  opacity: 1;
  transform: translateX(0);
}

/* Responsive Design */
@media (max-width: 991px) {
  .project-style-one .thumb {
    height: 240px;
  }

  .project-style-one .content {
    padding: 28px 25px;
  }

  .project-style-one h4 a {
    font-size: 22px;
  }

  .project-style-one .button {
    width: 52px;
    height: 52px;
    right: 25px;
  }
}

@media (max-width: 767px) {
  .project-style-one {
    margin-bottom: 25px;
  }

  .project-style-one .thumb {
    height: 220px;
  }

  .project-style-one .content {
    padding: 25px 20px;
  }

  .project-style-one h4 a {
    font-size: 20px;
  }

  .project-style-one p {
    font-size: 14px;
    line-height: 1.6;
  }

  .project-style-one .button {
    width: 48px;
    height: 48px;
    right: 20px;
    bottom: -24px;
  }

  .project-style-one .button i {
    font-size: 18px;
  }

  .project-style-one:hover {
    transform: translateY(-8px);
  }
}

@media (max-width: 575px) {
  .project-section {
    padding: 60px 0;
  }

  .project-style-one .thumb {
    height: 200px;
  }

  .project-style-one h4 a {
    font-size: 18px;
  }
}

/* Single Item Column Spacing */
.single-item {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .single-item {
    margin-bottom: 20px;
  }
}

/* Services Section */
.services-style-four {
  margin-bottom: 30px;
}

.services-style-four .item {
  padding: 45px 35px;
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  height: 100%;
  min-height: 480px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}

/* Gradient Background Effect on Hover */
.services-style-four .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(26, 86, 219, 0.03) 0%,
    rgba(59, 130, 246, 0.03) 100%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.services-style-four .item:hover::before {
  opacity: 1;
}

.services-style-four .item:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  border-color: rgba(26, 86, 219, 0.2);
}

/* Icon Container */
.services-style-four .item .thumb {
  width: 85px;
  height: 85px;
  background: linear-gradient(
    135deg,
    var(--theme) 0%,
    var(--theme-secondary) 100%
  );
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
  position: relative;
  box-shadow: 0 10px 30px rgba(26, 86, 219, 0.25);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Glow Effect Behind Icon */
.services-style-four .item .thumb::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  background: linear-gradient(135deg, var(--theme), var(--theme-secondary));
  border-radius: 22px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
  filter: blur(8px);
}

.services-style-four .item:hover .thumb {
  transform: translateY(-5px) rotate(5deg);
  box-shadow: 0 15px 40px rgba(26, 86, 219, 0.35);
}

.services-style-four .item:hover .thumb::before {
  opacity: 0.6;
  animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.3;
  }
}

.services-style-four .item .thumb i {
  color: var(--white);
  font-size: 36px;
  display: block;
  transition: transform 0.4s ease;
}

.services-style-four .item:hover .thumb i {
  transform: scale(1.1);
}

/* Content Area */
.services-style-four .info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Title Styling */
.services-style-four h4 {
  margin-bottom: 18px;
}

.services-style-four h4 a {
  font-size: 24px;
  color: var(--header);
  font-weight: 700;
  text-transform: capitalize;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.services-style-four h4 a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--theme), var(--theme-secondary));
  transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.services-style-four .item:hover h4 a {
  color: var(--theme);
}

.services-style-four .item:hover h4 a::after {
  width: 60%;
}

/* Description Text */
.services-style-four p {
  margin: 0 0 22px;
  color: var(--text);
  font-weight: 400;
  line-height: 1.7;
  font-size: 15px;
  flex-grow: 1;
}

/* Features List */
.services-style-four ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 28px;
  background: var(--bg);
  border-radius: 12px;
  padding: 20px;
}

.services-style-four li {
  position: relative;
  padding-left: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--header);
  font-size: 14px;
  transition: all 0.3s ease;
}

.services-style-four li:last-child {
  margin-bottom: 0;
}

.services-style-four li::before {
  content: "\F272";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 7px;
  color: var(--theme);
  font-size: 20px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.services-style-four .item:hover li {
  padding-left: 32px;
  color: var(--header);
}

.services-style-four .item:hover li::before {
  transform: scale(1.2);
}

/* Button Styling */
.services-style-four .main-button {
  margin-top: auto;
}

.services-style-four .main-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 28px;
  background: linear-gradient(
    135deg,
    var(--theme) 0%,
    var(--theme-secondary) 100%
  );
  color: var(--white);
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(26, 86, 219, 0.3);
  text-decoration: none;
}

/* Shine Effect on Button */
.services-style-four .main-button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.6s ease;
}

.services-style-four .main-button a:hover::before {
  left: 100%;
}

.services-style-four .main-button a:hover {
  background: linear-gradient(
    135deg,
    var(--theme) 0%,
    var(--theme-secondary) 100%
  );
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(26, 86, 219, 0.4);
  color: var(--white);
}

.services-style-four .main-button a:active {
  transform: translateY(-1px);
  box-shadow: 0 8px 25px rgba(26, 86, 219, 0.35);
}

.services-style-four .main-button a i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.services-style-four .main-button a:hover i {
  transform: translateX(4px);
}

/* Alternative Link Button Style (if using link-btn class) */
.services-style-four .link-btn {
  color: var(--theme);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  position: relative;
  padding: 8px 0;
}

.services-style-four .link-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--theme);
  transition: width 0.3s ease;
}

.services-style-four .item:hover .link-btn::after {
  width: calc(100% - 28px);
}

.services-style-four .link-btn:hover {
  color: var(--theme);
  transform: translateX(5px);
}

.services-style-four .link-btn i {
  transition: transform 0.3s ease;
}

.services-style-four .link-btn:hover i {
  transform: translateX(3px);
}

/* Responsive Design */
@media (max-width: 991px) {
  .services-style-four .item {
    padding: 40px 30px;
    min-height: 450px;
  }

  .services-style-four .item .thumb {
    width: 80px;
    height: 80px;
    padding: 20px;
  }

  .services-style-four .item .thumb i {
    font-size: 34px;
  }

  .services-style-four h4 a {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .services-style-four {
    margin-bottom: 20px;
  }

  .services-style-four .item {
    padding: 35px 25px;
    min-height: 420px;
  }

  .services-style-four .item .thumb {
    width: 75px;
    height: 75px;
    margin-bottom: 22px;
    padding: 20px;
  }

  .services-style-four .item .thumb i {
    font-size: 32px;
  }

  .services-style-four h4 a {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .services-style-four p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  .services-style-four ul {
    padding: 15px;
    margin-bottom: 22px;
  }

  .services-style-four li {
    font-size: 13px;
    padding-left: 25px;
    margin-bottom: 8px;
  }

  .services-style-four li::before {
    font-size: 16px;
  }

  .services-style-four .main-button a {
    padding: 14px 24px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .services-style-four .item {
    padding: 30px 20px;
    min-height: 400px;
  }

  .services-style-four .item .thumb {
    width: 70px;
    height: 70px;
    padding: 20px;
  }

  .services-style-four .item .thumb i {
    font-size: 30px;
  }

  .services-style-four h4 a {
    font-size: 18px;
  }
}
/* New Section */

/* Values Mission Section */
.values-mission-section {
  position: relative;
  overflow: hidden;
}

.values-mission-section .section-title h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.values-mission-section .section-title p {
  font-size: 16px;
  color: #000;
  max-width: 800px;
  margin: 0 auto;
}

.value-card-large {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
}

.value-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.value-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: 2;
}

.value-card-content {
  position: relative;
  z-index: 3;
  padding: 40px;
  color: var(--white);
}

.value-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  opacity: 0.9;
}

.value-card-content h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  color: var(--white);
}

.value-card-content p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
  opacity: 0.95;
}

.learn-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  background: var(--theme);
  color: var(--white);
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.learn-more-btn:hover {
  background: var(--theme);
  transform: translateY(-2px);
  color: var(--white);
}

.learn-more-btn i {
  font-size: 18px;
}

.mission-card {
  padding: 35px;
  border-radius: 20px;
  position: relative;
  height: 100%;
  transition: all 0.3s ease;
}

.mission-card:hover {
  transform: translateY(-5px);
}

.mission-card-purple {
  background: linear-gradient(
    135deg,
    var(--theme) 0%,
    var(--theme-secondary) 100%
  );
  color: var(--white);
}

.mission-card-pink {
  background: linear-gradient(135deg, var(--header) 0%, #18185e 100%);
  color: var(--white);
}

.mission-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.mission-card:hover .mission-icon {
  transform: rotate(45deg);
}

.mission-icon i {
  font-size: 24px;
}

.mission-card h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  opacity: 0.9;
  color: var(--white);
}

.mission-card h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  color: var(--white);
}

.mission-card p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
  opacity: 0.95;
}

.decorative-shape {
  position: absolute;
  font-size: 60px;
  opacity: 0.1;
  animation: float 6s ease-in-out infinite;
  z-index: 0;
}

.decorative-shape-1 {
  top: 10%;
  left: 5%;
  color: var(--header);
}

.decorative-shape-2 {
  top: 15%;
  right: 8%;
  color: var(--theme);
  animation-delay: 3s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .values-mission-section .section-title h2 {
    font-size: 32px;
  }

  .value-card-content h3 {
    font-size: 26px;
  }

  .mission-card h5 {
    font-size: 20px;
  }

  .value-card-large {
    min-height: 450px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .values-mission-section .section-title h2 {
    font-size: 28px;
  }

  .value-card-content {
    padding: 30px;
  }

  .mission-card {
    padding: 25px;
  }
}

/*--------------------------------------------------------------
# contact Page Start styles
--------------------------------------------------------------*/
/* Contact Tabs Styling */
.contact-tabs {
  background: #f8f9fa;
  border-radius: 50px;
  padding: 8px;
  display: inline-flex;
  border: none;
  gap: 5px;
}

.contact-tabs .nav-item {
  margin: 0;
}

.contact-tabs .nav-link {
  color: var(--text);
  background: transparent;
  border: none;
  padding: 6px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.contact-tabs .nav-link:hover {
  color: var(--theme);
  background: rgba(26, 86, 219, 0.1);
}

.contact-tabs .nav-link.active {
  background: var(--theme);
  color: var(--white);
  box-shadow: 0 4px 15px rgba(26, 86, 219, 0.3);
}

.contact-tabs .nav-link i {
  font-size: 18px;
}

/* Responsive */
@media (max-width: 767px) {
  .contact-tabs {
    flex-direction: column;
    border-radius: 15px;
    width: 100%;
  }

  .contact-tabs .nav-link {
    justify-content: center;
    width: 100%;
    padding: 6px 20px;
    font-size: 14px;
  }
}

.contact-info-area .single-contact-info {
  text-align: center;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: var(--white);
  margin-bottom: 30px;
  padding: 30px;
  transition: all 0.4s ease;
  border-radius: 8px;
  height: 215px;
  position: relative;
  overflow: hidden;
}

.contact-info-area .single-contact-info:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(65, 84, 241, 0.25);
}

.contact-info-area .single-contact-info::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--theme), var(--header));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.contact-info-area .single-contact-info:hover::before {
  opacity: 0.05;
}

.contact-info-area .single-contact-info * {
  position: relative;
  z-index: 1;
}

.contact-info-area .single-contact-info i {
  display: block;
  color: var(--theme);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  line-height: 50px;
  border: 2px solid var(--theme);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info-area .single-contact-info h3 {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--header);
}

.contact-info-area .single-contact-info a {
  color: #212121;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}

/* contact form */
/* ===========================
   CONTACT FORM STYLING
=========================== */
.contact-sec .contact-form {
  border-radius: clamp(16px, 1.042vw, 40px);
  border: 1px solid var(--border);
  padding: clamp(24px, 1.667vw, 64px);
  background: var(--white);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.contact-sec .contact-form:hover {
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.08);
}

/* ---------------------------
   FORM TEXT & LABELS
--------------------------- */
.subtitle {
  font-size: clamp(13px, 0.677vw, 22px);
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: var(--text);
  line-height: 120%;
  margin-bottom: 8px;
}

/* ---------------------------
   INPUT BLOCK STRUCTURE
--------------------------- */
.input-block {
  position: relative;
  width: 100%;
}

.input-block i {
  position: absolute;
  top: 50%;
  left: clamp(12px, 0.625vw, 32px);
  transform: translateY(-50%);
  font-size: clamp(16px, 0.938vw, 28px);
  color: var(--text);
  pointer-events: none;
  transition: color 0.3s ease;
}

/* ---------------------------
   INPUT & SELECT BASE STYLE
--------------------------- */
.form-control {
  display: block;
  width: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(15px, 0.833vw, 32px);
  font-weight: 400;
  color: var(--text);
  background-color: transparent;
  padding: clamp(10px, 0.62vw, 28px) clamp(12px, 0.833vw, 72px)
    clamp(10px, 0.62vw, 28px) clamp(42px, 2.292vw, 72px);
  border: 1px solid var(--border);
  border-radius: clamp(4px, 0.417vw, 16px);
  transition: all 0.2s ease;
  outline: none;
  box-shadow: none;
  appearance: none;
}

/* Add dropdown arrow for select */
select.form-control {
  background: transparent
    url("data:image/svg+xml,%3Csvg fill='%23012970' height='20' viewBox='0 0 24 24' width='20'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E")
    no-repeat right clamp(16px, 0.8vw, 32px) center/14px;
  cursor: pointer;
}

/* ---------------------------
   HOVER & FOCUS STATES
--------------------------- */
.form-control:focus {
  border-color: var(--theme);
  box-shadow: 0 0 0 3px rgba(123, 104, 238, 0.15);
}

.input-block:focus-within i {
  color: var(--theme);
}

/* ---------------------------
   TEXTAREA STYLE
--------------------------- */
textarea.form-control {
  min-height: 140px;
  resize: vertical;
  padding-top: clamp(14px, 0.8vw, 32px);
  padding-bottom: clamp(14px, 0.8vw, 32px);
}

/* ---------------------------
   MESSAGE AREA
--------------------------- */
.alert-msg {
  margin-top: 20px;
  font-size: clamp(14px, 0.8vw, 22px);
  font-weight: 500;
}

/* ---------------------------
   RESPONSIVE FIXES
--------------------------- */
@media (max-width: 576px) {
  .form-control {
    padding-left: 48px;
  }

  .input-block i {
    left: 16px;
    font-size: 18px;
  }

  select.form-control {
    background-position: right 14px center;
  }
}

.map {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  margin-top: 40px;
}

.map iframe {
  height: 420px;
  width: 100%;
  border: none;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.map:hover iframe {
  transform: scale(1.02);
}

.map::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 20px;
}

.map:hover::before {
  opacity: 1;
}

/* Steps Section */
.steps {
  position: relative;
}

@media (max-width: 1199px) {
  .steps {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .steps {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .steps {
    padding: 60px 0;
  }
}

/* Steps Wrapper */
.steps__wrapper {
  display: flex;
  gap: 20px;
  align-items: stretch;
  padding: 20px 15px;
  overflow-x: auto;
  scroll-behavior: smooth;
}

@media (max-width: 1199px) {
  .steps__wrapper {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .steps__wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .steps__wrapper {
    gap: 15px;
    padding: 0;
  }
}

/* Step Card */
.steps__card {
  display: flex;
  padding: 15px;
  background: var(--white);
  width: 280px;
  min-width: 280px;
  height: 370px;
  align-items: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s ease;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}

.steps__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 45px rgba(26, 86, 219, 0.2);
}

@media (max-width: 1399px) {
  .steps__card {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .steps__card {
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    height: auto;
    flex-direction: column-reverse;
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .steps__card {
    width: 100%;
    min-width: 100%;
    flex-direction: column-reverse;
    gap: 14px;
  }
}

/* Step Banner */
.steps__banner {
  width: 0;
  transition: width 0.5s ease;
  height: 100%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
}

.steps__banner a {
  height: 100%;
  display: block;
}

.steps__banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.steps__card:hover .steps__banner img {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .steps__banner {
    width: 100% !important;
    height: 200px;
  }
}

@media (max-width: 767px) {
  .steps__banner {
    width: 100% !important;
    height: 180px;
  }
}

/* Step Content */
.steps__content {
  width: 100%;
  transition: all 0.5s ease;
  padding-left: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-shrink: 0;
  overflow: hidden;
}

.steps__content--main {
  display: block;
  visibility: hidden;
  transform: translateX(110%);
  transition: all 0.5s ease;
  position: relative;
  z-index: 0;
}

@media (max-width: 1199px) {
  .steps__content {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .steps__content {
    height: auto;
    width: 100%;
    display: none;
  }

  .steps__content--main {
    display: block;
    visibility: visible;
    transform: translateX(0);
    padding: 20px 10px 10px;
  }
}

/* Step Number */
.steps__number {
  width: 60px;
  height: 60px;
  background: linear-gradient(
    135deg,
    var(--theme) 0%,
    var(--theme-secondary) 100%
  );
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(26, 86, 219, 0.25);
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}

.steps__card:hover .steps__number {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 12px 35px rgba(26, 86, 219, 0.35);
}

@media (max-width: 767px) {
  .steps__number {
    width: 60px;
    height: 60px;
    margin-bottom: 14px;
    font-size: 25px;
  }
}

/* Step Title */
.steps__title {
  margin-bottom: 16px;
  max-width: 169px;
}

.steps__title a {
  font-size: 15px;
  font-weight: 700;
  color: #1f2937;
  text-decoration: none;
  transition: color 0.3s ease;
}

.steps__title a:hover {
  color: var(--theme-secondary);
}

@media (max-width: 991px) {
  .steps__title {
    max-width: 100%;
    font-size: 20px;
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .steps__title a {
    font-size: 18px;
  }
}

/* Step Description */
.steps__desc {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text);
}

@media (max-width: 767px) {
  .steps__desc {
    font-size: 14px;
    margin-bottom: 14px;
  }
}

/* Learn More Button */
.tj-btn-2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-secondary);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 15px;
}

.tj-btn-2:hover {
  color: var(--theme-secondary);
  transform: translateX(5px);
}

.tj-btn-2 i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.tj-btn-2:hover i {
  transform: translateX(3px);
}

/* Active Step Card */
.steps__card.active {
  width: 720px;
  min-width: 600px;
  background: var(--bg);
  box-shadow: 0 20px 60px rgba(26, 86, 219, 0.25);
}

@media (max-width: 1399px) {
  .steps__card.active {
    width: 500px;
    min-width: 500px;
  }
}

@media (max-width: 991px) {
  .steps__card.active {
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  .steps__card.active {
    width: 100%;
    min-width: 100%;
  }
}

.steps__card.active .steps__banner {
  width: 51.4%;
}

@media (max-width: 991px) {
  .steps__card.active .steps__banner {
    width: 100% !important;
  }
}

.steps__card.active .steps__title {
  max-width: 100%;
}

.steps__card.active .steps__content {
  padding-left: 15px;
  justify-content: center;
  display: none;
  flex-shrink: 1;
}

.steps__card.active .steps__content--main {
  display: flex;
  visibility: visible;
  transform: translateX(0);
}

@media (max-width: 991px) {
  .steps__card.active .steps__content {
    padding-left: 10px;
  }
}

.steps__card.active .steps__number {
  background: linear-gradient(
    135deg,
    var(--theme-secondary) 0%,
    var(--theme-secondary) 100%
  );
}

.steps__card.active .steps__title a {
  color: #1f2937;
}

.steps__card.active .steps__title a:hover {
  color: var(--theme-secondary);
}

.steps__card.active .steps__desc {
  color: var(--text);
}

/* Scrollbar Styling */
.steps__wrapper::-webkit-scrollbar {
  height: 8px;
}

.steps__wrapper::-webkit-scrollbar-track {
  background: var(--bg);
  border-radius: 10px;
}

.steps__wrapper::-webkit-scrollbar-thumb {
  background: var(--theme-secondary);
  border-radius: 10px;
}

.steps__wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--theme-secondary);
}

/* Work Process Section */
.work-process-section {
  padding: 50px 0;
  background: var(--white);
  position: relative;
}

.work-process-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}

.work-process-section .section-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.work-process-section .section-header h2 .highlight {
  color: var(--theme-secondary);
  position: relative;
  display: inline-block;
}

.work-process-section .section-header h2 .highlight::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--theme-secondary);
}

.work-process-section .section-header p {
  font-size: 14px;
  color: var(--text);
  max-width: 600px;
  margin: 0 auto;
}

.work-process-section .process-timeline {
  position: relative;
  margin-top: 30px;
}

.work-process-section .timeline-line {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--bg);
  z-index: 0;
}

.work-process-section .process-step {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  opacity: 1;
  transform: translateY(-25px);
  transition: all 0.6s ease;
}

.work-process-section .process-step.visible {
  opacity: 1;
  transform: translateY(0);
}

.work-process-section .step-number {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--theme);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  color: var(--theme);
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 102, 204, 0.1);
}

.work-process-section .process-step:hover .step-number {
  background: var(--theme-secondary);
  color: var(--white);
  transform: scale(1.08);
  box-shadow: 0 5px 15px rgba(0, 102, 204, 0.3);
}

.work-process-section .step-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  opacity: 0;
  transition: all 0.3s ease;
}

.work-process-section .process-step:hover .step-icon {
  opacity: 1;
}

.work-process-section .process-step:hover .step-number {
  font-size: 0;
}

.work-process-section .step-content {
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  min-height: 130px;
}

.work-process-section .process-step:hover .step-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

.work-process-section .step-content h3 {
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.work-process-section .step-content p {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

.work-process-section .arrow-connector {
  position: absolute;
  top: 15%;
  right: -15%;
  font-size: 20px;
  color: var(--theme-secondary);
  z-index: 1;
  animation: arrowMove 1.5s ease-in-out infinite;
}

@keyframes arrowMove {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
}

@media (max-width: 991px) {
  .work-process-section .timeline-line {
    display: none;
  }

  .work-process-section .arrow-connector {
    display: none;
  }

  .work-process-section .step-number {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .work-process-section .section-header h2 {
    font-size: 26px;
  }

  .work-process-section .step-number {
    width: 65px;
    height: 65px;
    font-size: 24px;
  }

  .work-process-section .step-content {
    min-height: auto;
    padding: 15px;
  }

  .work-process-section .step-content h3 {
    font-size: 16px;
  }
}

.seo-packages-section {
  padding: 80px 0;
  /*background: var(--bg);*/
  position: relative;
  overflow: hidden;
}

.seo-packages-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 300px;
  height: 300px;
  background: linear-gradient(
    135deg,
    rgba(0, 102, 204, 0.05),
    rgba(106, 71, 237, 0.05)
  );
  border-radius: 50%;
  z-index: 0;
}

.seo-packages-section::after {
  content: "";
  position: absolute;
  bottom: -10%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: linear-gradient(
    135deg,
    rgba(106, 71, 237, 0.05),
    rgba(0, 102, 204, 0.05)
  );
  border-radius: 50%;
  z-index: 0;
}

.seo-packages-section .container {
  position: relative;
  z-index: 1;
}

.seo-packages-section .section-header {
  margin-bottom: 50px;
}

.seo-packages-section .section-header .sub-title {
  display: inline-block;
  padding: 8px 25px;
  background: linear-gradient(135deg, var(--theme-secondary), var(--theme));
  color: var(--white);
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.seo-packages-section .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.3;
}

.seo-packages-section .section-header h2 .highlight {
  color: var(--theme-secondary);
  position: relative;
}

.seo-packages-section .packages-tabs {
  margin-bottom: 50px;
}

.seo-packages-section .packages-tabs .nav-pills {
  gap: 15px;
  flex-wrap: wrap;
}

.seo-packages-section .packages-tabs .nav-link {
  padding: 15px 30px;
  background: var(--white);
  border: 2px solid var(--border);
  border-radius: 10px;
  color: var(--text);
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.seo-packages-section .packages-tabs .nav-link i {
  font-size: 20px;
}

.seo-packages-section .packages-tabs .nav-link:hover {
  border-color: var(--theme);
  color: var(--theme);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 102, 204, 0.1);
}

.seo-packages-section .packages-tabs .nav-link.active {
  background: linear-gradient(135deg, var(--theme-secondary), var(--theme));
  border-color: transparent;
  color: var(--white);
  box-shadow: 0 5px 20px rgba(0, 102, 204, 0.3);
}

.seo-packages-section .tab-content {
  background: var(--white);
  border-radius: 15px;
  padding: 50px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.seo-packages-section .package-image {
  text-align: center;
  padding: 20px;
}

.seo-packages-section .package-image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.seo-packages-section .package-image:hover img {
  transform: scale(1.05);
}

.seo-packages-section .package-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.seo-packages-section .package-content .lead-text {
  font-size: 16px;
  color: var(--text);
  line-height: 1.8;
  margin-bottom: 30px;
}

.seo-packages-section .features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.seo-packages-section .features-list li {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  padding: 20px;
  background: var(--bg);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.seo-packages-section .features-list li:hover {
  background: var(--white);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transform: translateX(5px);
}

.seo-packages-section .features-list li:last-child {
  margin-bottom: 0;
}

.seo-packages-section .feature-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: linear-gradient(135deg, var(--theme-secondary), var(--theme));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 22px;
}

.seo-packages-section .feature-text h5 {
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.seo-packages-section .feature-text p {
  font-size: 14px;
  color: var(--text);
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .seo-packages-section .section-header h2 {
    font-size: 28px;
  }

  .seo-packages-section .tab-content {
    padding: 30px 20px;
  }

  .seo-packages-section .package-content h3 {
    font-size: 24px;
  }

  .seo-packages-section .features-list li {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .seo-packages-section {
    padding: 50px 0;
  }

  .seo-packages-section .section-header h2 {
    font-size: 24px;
  }

  .seo-packages-section .packages-tabs .nav-link {
    padding: 12px 20px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }

  .seo-packages-section .package-content h3 {
    font-size: 20px;
  }
}

.get-started-section {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--bg) 0%, var(--bg2) 100%);
  position: relative;
  overflow: hidden;
}

.get-started-section .section-header {
  margin-bottom: 50px;
}

.get-started-section .section-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.get-started-section .section-header p {
  font-size: 16px;
  color: var(--text);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

.get-started-section .option-card {
  background: var(--white);
  border-radius: 20px;
  padding: 40px 35px;
  position: relative;
  transition: all 0.4s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  overflow: hidden;
}

.get-started-section .option-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.get-started-section .option-card.featured {
  border: 2px solid var(--theme);
  background: linear-gradient(135deg, var(--bg2) 0%, var(--bg) 100%);
}

.get-started-section .popular-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  color: #1a1a1a;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 3px 10px rgba(255, 215, 0, 0.3);
}

.get-started-section .card-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--theme-secondary), var(--theme));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 102, 204, 0.3);
}

.get-started-section .option-card:hover .card-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 25px rgba(0, 102, 204, 0.4);
}

.get-started-section .card-icon i {
  font-size: 36px;
  color: var(--white);
}

.get-started-section .card-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.get-started-section .card-content p {
  font-size: 15px;
  color: var(--text);
  line-height: 1.7;
  margin-bottom: 25px;
}

.get-started-section .option-btn {
  display: inline-flex;
  align-items: center;
  padding: 14px 30px;
  background: var(--theme);
  color: var(--white);
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 102, 204, 0.2);
}

.get-started-section .option-btn:hover {
  background: var(--theme-secondary);
  transform: translateX(5px);
  box-shadow: 0 6px 20px rgba(0, 102, 204, 0.3);
  color: var(--white);
}

.get-started-section .option-btn.featured-btn {
  background: linear-gradient(135deg, var(--theme-secondary), var(--theme));
}

.get-started-section .option-btn.featured-btn:hover {
  background: linear-gradient(135deg, var(--theme-secondary), var(--theme));
}

.get-started-section .card-decoration {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 150px;
  height: 150px;
  background: linear-gradient(
    135deg,
    rgba(0, 102, 204, 0.05),
    rgba(106, 71, 237, 0.05)
  );
  border-radius: 50%;
  z-index: 0;
}

.get-started-section .additional-info {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}

.get-started-section .info-items {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.get-started-section .info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 15px;
  font-weight: 500;
}

.get-started-section .info-item i {
  font-size: 22px;
  color: var(--theme);
}

.get-started-section .bg-shape {
  position: absolute;
  z-index: 0;
  opacity: 0.3;
}

.get-started-section .shape-1 {
  width: 300px;
  height: 300px;
  background: linear-gradient(
    135deg,
    rgba(0, 102, 204, 0.1),
    rgba(106, 71, 237, 0.1)
  );
  border-radius: 50%;
  top: -100px;
  left: -100px;
  animation: float 8s ease-in-out infinite;
}

.get-started-section .shape-2 {
  width: 200px;
  height: 200px;
  background: linear-gradient(
    135deg,
    rgba(106, 71, 237, 0.1),
    rgba(0, 102, 204, 0.1)
  );
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  bottom: -50px;
  right: 10%;
  animation: float 10s ease-in-out infinite reverse;
}

.get-started-section .shape-3 {
  width: 150px;
  height: 150px;
  background: linear-gradient(
    135deg,
    rgba(255, 215, 0, 0.1),
    rgba(255, 237, 78, 0.1)
  );
  border-radius: 20px;
  top: 50%;
  right: -50px;
  animation: rotate 15s linear infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 991px) {
  .get-started-section .section-header h2 {
    font-size: 32px;
  }

  .get-started-section .option-card {
    padding: 30px 25px;
  }

  .get-started-section .card-content h3 {
    font-size: 22px;
  }

  .get-started-section .info-items {
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .get-started-section {
    padding: 60px 0;
  }

  .get-started-section .section-header h2 {
    font-size: 28px;
  }

  .get-started-section .section-header p {
    font-size: 15px;
  }

  .get-started-section .card-icon {
    width: 70px;
    height: 70px;
  }

  .get-started-section .card-icon i {
    font-size: 32px;
  }

  .get-started-section .card-content h3 {
    font-size: 20px;
  }

  .get-started-section .option-btn {
    padding: 12px 25px;
    font-size: 14px;
  }

  .get-started-section .info-items {
    flex-direction: column;
    gap: 20px;
  }

  .get-started-section .popular-badge {
    font-size: 11px;
    padding: 6px 12px;
  }
}

/*--------------------------------------------------------------
# Main Sidebar Section
--------------------------------------------------------------*/
/* Toggle Button */
.sidebar-toggle {
  position: fixed;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--theme);
  color: var(--white);
  border: none;
  font-size: 26px;
  padding: 10px 8px 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1100;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  animation: arrowPulse 1.5s infinite ease-in-out;
  transition: all 0.3s ease;
}

@keyframes arrowPulse {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(6px);
  }
  100% {
    transform: translateY(-50%) translateX(0);
  }
}

.sidebar-toggle:hover {
  animation-play-state: paused;
  transform: translateY(-50%) scale(1.1);
  background: var(--theme-secondary);
}

/* Sidebar */
.side-bar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 425px;
  height: 100%;
  background: #fff;
  box-shadow: 4px 0 15px rgba(0, 0, 0, 0.1);
  z-index: 2000;
  overflow-y: auto;
  padding: 30px;
  transition: all 0.4s ease;
}
.side-bar.active {
  left: 0;
}

@media (max-width: 768px) {
  .side-bar {
    width: 75%;
  }
}

/* Overlay */
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1500;
  display: none;
}
.sidebar-overlay.active {
  display: block;
}

/* Close Button */
.close-sidebar {
  background: none;
  border: 0;
  font-size: 28px;
  color: #333;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

/* Service Boxes */
.service-box {
  background-color: var(--bg);
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.service-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 2px solid var(--border);
  padding-bottom: 10px;
}

/* Services List */
.services-list a {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin-top: 10px;
  color: #333;
  transition: 0.3s;
  border-radius: 5px;
  text-decoration: none;
  justify-content: flex-start;
}
.services-list a i {
  margin-right: 8px;
  color: var(--theme);
}
.services-list a.active,
.services-list a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.services-list a.active i,
.services-list a:hover i {
  color: var(--white);
}

/* Downloads */
.download-catalog a {
  display: flex;
  align-items: center;
  padding: 10px 0;
  color: #333;
  text-decoration: none;
}
.download-catalog a i {
  font-size: 24px;
  margin-right: 8px;
  color: var(--theme);
}
.download-catalog a:hover {
  color: var(--theme);
}

/* Help Boxes */
.help-box {
  background-color: var(--theme);
  color: var(--white);
  padding: 25px 15px;
  text-align: center;
  border-radius: 8px;
}
.help-box .help-icon {
  font-size: 48px;
  margin-bottom: 15px;
}
.help-box h4,
.help-box a {
  color: var(--white);
}
.help-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

/* Hero Service Section */
.hero-service-section {
  position: relative;
  overflow: hidden;
}

.hero-service-section .container {
  position: relative;
  z-index: 2;
}

/* Illustration Wrapper */
.hero-service-section .illustration-wrapper {
  position: relative;
  padding: 20px;
}

.hero-service-section .illustration-card {
  background: var(--white);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease;
}

.hero-service-section .illustration-card:hover {
  transform: translateY(-8px);
}

/* Main Visual Card */
.hero-service-section .main-visual-card {
  background: linear-gradient(
    135deg,
    var(--theme) 0%,
    var(--theme-secondary) 100%
  );
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.hero-service-section .main-visual-card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: rgba(59, 130, 246, 0.2);
  border-radius: 50%;
}

.hero-service-section .card-header-visual {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.hero-service-section .target-icon {
  width: 45px;
  height: 45px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme);
  font-size: 22px;
}

.hero-service-section .dots-group {
  display: flex;
  gap: 6px;
}

.hero-service-section .dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.hero-service-section .dot.red {
  background: #f87171;
}
.hero-service-section .dot.yellow {
  background: #facc15;
}
.hero-service-section .dot.green {
  background: #4ade80;
}

.hero-service-section .card-lines {
  position: relative;
  z-index: 1;
}

.hero-service-section .line {
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  margin-bottom: 12px;
}

.hero-service-section .line.w-75 {
  width: 75%;
}
.hero-service-section .line.w-100 {
  width: 100%;
}
.hero-service-section .line.w-66 {
  width: 66%;
}

/* Icon Row */
.hero-service-section .icon-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 15px;
}

.hero-service-section .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.hero-service-section .icon-box:hover {
  transform: scale(1.1);
}

.hero-service-section .icon-box.light {
  background: var(--bg);
  color: var(--theme);
}

.hero-service-section .icon-box.dark {
  background: var(--theme);
  color: var(--white);
}

/* Floating Elements */
.hero-service-section .floating-element {
  position: absolute;
  animation: floating 3s ease-in-out infinite;
}

.hero-service-section .floating-1 {
  top: -20px;
  left: -20px;
  width: 60px;
  height: 60px;
  background: #2563eb;
  border-radius: 10px;
  opacity: 0.15;
}

.hero-service-section .floating-2 {
  bottom: -20px;
  right: -20px;
  width: 50px;
  height: 50px;
  background: var(--theme-secondary);
  border-radius: 50%;
  opacity: 0.15;
  animation-delay: 1.5s;
}

@keyframes floating {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Content Wrapper */
.hero-service-section .content-wrapper {
  padding: 20px 0;
}

.hero-service-section .content-wrapper .section-title h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--header);
}

.hero-service-section .content-wrapper .section-title .text-primary {
  color: var(--theme);
}

.hero-service-section .content-body {
  margin-top: 20px;
}

.hero-service-section .content-subtitle {
  font-size: 22px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 15px;
}

.hero-service-section .lead-text {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  margin-bottom: 20px;
}

/* Highlight Box */
.hero-service-section .highlight-box {
  background: linear-gradient(135deg, var(--bg) 0%, var(--bg2) 100%);
  border-left: 4px solid var(--theme);
  padding: 18px 20px;
  border-radius: 8px;
  margin: 25px 0;
}

.hero-service-section .highlight-box p {
  color: var(--theme);
  font-size: 15px;
  line-height: 1.6;
}

.hero-service-section .strategy-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
  margin: 25px 0 15px;
}

/* Strategy List */
.hero-service-section .strategy-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.hero-service-section .strategy-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text);
}

.hero-service-section .strategy-list li i {
  color: var(--theme);
  font-size: 20px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* CTA Button */
.hero-service-section .cta-button {
  margin-top: 30px;
}

.hero-service-section .cta-button .theme-btn {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  background: var(--theme);
  color: var(--white);
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
  transition: all 0.3s ease;
}

.hero-service-section .cta-button .theme-btn:hover {
  background: var(--theme);
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.4);
}

/* Responsive */
@media (max-width: 991px) {
  .hero-service-section .content-wrapper .section-title h2 {
    font-size: 36px;
  }

  .hero-service-section .illustration-wrapper {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .hero-service-section .content-wrapper .section-title h2 {
    font-size: 32px;
  }

  .hero-service-section .content-subtitle {
    font-size: 20px;
  }

  .hero-service-section .icon-row {
    gap: 10px;
  }

  .hero-service-section .icon-box {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

/* Downloads Section Styles */
.downloads-section {
  background: linear-gradient(135deg, var(--bg) 0%, var(--bg2) 100%);
  position: relative;
  overflow: hidden;
}

.downloads-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect fill="%23ffffff" opacity="0.1" width="100" height="100"/></svg>');
  opacity: 0.5;
  z-index: 0;
}

.downloads-section .container {
  position: relative;
  z-index: 1;
}

.downloads-section .section-title {
  margin-bottom: 3rem;
}

.downloads-section .section-title h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.downloads-section .section-title h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--theme) 0%,
    var(--theme-secondary) 100%
  );
  border-radius: 2px;
}

/* Download Card */
.download-card {
  background: var(--white);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.download-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--theme) 0%,
    var(--theme-secondary) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.download-card:hover::before {
  opacity: 0.05;
}

.download-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(75, 134, 219, 0.2);
  border-color: var(--theme);
}

.download-card > * {
  position: relative;
  z-index: 1;
}

/* Download Icon */
.download-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(
    135deg,
    var(--theme) 0%,
    var(--theme-secondary) 100%
  );
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(75, 134, 219, 0.3);
}

.download-icon i {
  font-size: 3rem;
  color: #ffffff;
  transition: transform 0.3s ease;
}

.download-card:hover .download-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 35px rgba(75, 134, 219, 0.4);
}

.download-card:hover .download-icon i {
  transform: translateY(-5px);
}

/* Download Title */
.download-card h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.download-card:hover h5 {
  color: var(--theme);
}

/* Download Button */
.download-card .btn {
  padding: 0.875rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: linear-gradient(
    135deg,
    var(--theme) 0%,
    var(--theme-secondary) 100%
  );
  border: none;
  color: var(--white);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(75, 134, 219, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.download-card .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(75, 134, 219, 0.4);
  background: linear-gradient(
    135deg,
    var(--theme) 0%,
    var(--theme-secondary) 100%
  );
}

.download-card .btn:active {
  transform: translateY(0);
}

.download-card .btn i {
  transition: transform 0.3s ease;
}

.download-card .btn:hover i {
  transform: translateY(2px);
}

/* File Size/Info (Optional) */
.download-info {
  font-size: 0.875rem;
  color: var(--text);
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.download-info span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.download-info i {
  font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 991px) {
  .downloads-section .section-title h3 {
    font-size: 2rem;
  }

  .download-card {
    padding: 2rem 1.5rem;
  }

  .download-icon {
    width: 80px;
    height: 80px;
  }

  .download-icon i {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .downloads-section .section-title h3 {
    font-size: 1.75rem;
  }

  .download-card {
    padding: 1.5rem 1rem;
  }

  .download-icon {
    width: 70px;
    height: 70px;
  }

  .download-icon i {
    font-size: 2rem;
  }

  .download-card h5 {
    font-size: 1.1rem;
  }

  .download-card .btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }
}

/* Alternative Card Style (Add class .download-card-alt to use) */
.download-card-alt {
  background: linear-gradient(135deg, var(--white) 0%, var(--bg2) 100%);
  border-left: 5px solid var(--theme);
}

.download-card-alt .download-icon {
  background: rgba(75, 134, 219, 0.1);
}

.download-card-alt .download-icon i {
  color: var(--theme);
}

.download-card-alt:hover {
  border-left-width: 8px;
}

/* Loading Animation (Optional) */
.download-card.downloading .btn {
  pointer-events: none;
  opacity: 0.7;
}

.download-card.downloading .btn i {
  animation: downloadPulse 1s ease-in-out infinite;
}

@keyframes downloadPulse {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}

/* Success State (Optional - add with JS) */
.download-card.success .download-icon {
  background: linear-gradient(135deg, #28a745 0%, #5cb85c 100%);
}

.download-card.success .download-icon i::before {
  content: "\f058"; /* bi-check-circle-fill */
}


/* Base Section */
.modern-pricing-section {
    position: relative;
    padding: 55px 0;
    background: #f8f9fa;
    overflow: hidden;
}

/* Shape Decorations */
.modern-pricing-section .left-shape.float-bob-y {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}

.modern-pricing-section .right-shape.float-bob-y {
    position: absolute;
    right: 0;
    top: 21%;
    z-index: 1;
}

.modern-pricing-section .left-shape.float-bob-y img,
.modern-pricing-section .right-shape.float-bob-y img {
    max-width: 100%;
    height: auto;
}

/* Pricing Cards Container */
.modern-pricing-section .pricing-cards-wrapper {
    display: flex;
    gap: 22px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

/* Pricing Card */
.modern-pricing-section .pricing-card {
    flex: 1;
    max-width: 470px;
    min-width: 300px;
    background: white;
    border-radius: 15px;
    padding: 30px 26px;
    position: relative;
    transition: all 0.3s ease;
    border: 2px solid #e0e0e0;
}

.modern-pricing-section .pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
}

/* Plan Header (Icon + Badge) */
.modern-pricing-section .plan-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
    gap: 15px;
}

.modern-pricing-section .plan-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    order: 2;
}

.modern-pricing-section .plan-icon img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Gold Plan */
.modern-pricing-section .pricing-card.golden-plan {
    border-color: #da4d3f;
}

.modern-pricing-section .pricing-card.golden-plan .plan-badge {
    background: linear-gradient(135deg, #da4d3f 0%, #b83d31 100%);
}

.modern-pricing-section .pricing-card.golden-plan .price-tag {
    color: #da4d3f;
}

.modern-pricing-section .pricing-card.golden-plan .cta-button {
    background: linear-gradient(135deg, #da4d3f 0%, #c44336 100%);
    color: white;
    border: 2px solid transparent;
}

.modern-pricing-section .pricing-card.golden-plan .cta-button:hover {
    background: white;
    color: #da4d3f;
    border-color: #da4d3f;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(218, 77, 63, 0.3);
}

.modern-pricing-section .pricing-card.golden-plan .features-list li i {
    color: #da4d3f;
}

.modern-pricing-section .pricing-card.golden-plan .features-list li:hover {
    background: rgba(218, 77, 63, 0.05);
}

.modern-pricing-section .pricing-card.golden-plan .features-list li:hover i {
    transform: scale(1.2) rotate(10deg);
}

/* Platinum Plan - Featured */
.modern-pricing-section .pricing-card.platinum-plan {
    border-color: #0089bb;
    background: linear-gradient(135deg, #ffffff 0%, #f0f8ff 100%);
    transform: scale(1.02);
    box-shadow: 0 12px 40px rgba(0, 137, 187, 0.15);
}

.modern-pricing-section .pricing-card.platinum-plan:hover {
    transform: scale(1.02) translateY(-8px);
    box-shadow: 0 18px 50px rgba(0, 137, 187, 0.25);
}

.modern-pricing-section .pricing-card.platinum-plan .plan-badge {
    background: linear-gradient(135deg, #0089bb 0%, #006a94 100%);
}

.modern-pricing-section .pricing-card.platinum-plan .price-tag {
    color: #0089bb;
}

.modern-pricing-section .pricing-card.platinum-plan .cta-button {
    background: linear-gradient(135deg, #0089bb 0%, #006a94 100%);
    color: white;
    box-shadow: 0 6px 20px rgba(0, 137, 187, 0.25);
    border: 2px solid transparent;
}

.modern-pricing-section .pricing-card.platinum-plan .cta-button:hover {
    background: white;
    color: #0089bb;
    border-color: #0089bb;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 137, 187, 0.35);
}

.modern-pricing-section .pricing-card.platinum-plan .features-list li i {
    color: #0089bb;
}

.modern-pricing-section .pricing-card.platinum-plan .features-list li:hover {
    background: rgba(0, 137, 187, 0.05);
}

.modern-pricing-section .pricing-card.platinum-plan .features-list li:hover i {
    transform: scale(1.2) rotate(10deg);
}

/* Popular Badge */
.modern-pricing-section .popular-badge {
    position: absolute;
    top: -11px;
    right: 22px;
    background: linear-gradient(135deg, #0089bb 0%, #006a94 100%);
    color: white;
    padding: 6px 15px;
    border-radius: 17px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    box-shadow: 0 4px 12px rgba(0, 137, 187, 0.3);
}

.modern-pricing-section .popular-badge i {
    font-size: 10px;
    margin-right: 4px;
}

.modern-pricing-section .plan-badge {
    display: inline-block;
    padding: 7px 18px;
    border-radius: 22px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    order: 1;
    width: auto;
    flex-shrink: 0;
}

.modern-pricing-section .price-section {
    text-align: center;
    margin-bottom: 22px;
}

.modern-pricing-section .price-tag {
    font-size: 46px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 7px;
}

.modern-pricing-section .price-tag sub {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    margin-left: 4px;
}

.modern-pricing-section .minimum-commitment {
    font-size: 13px;
    color: #17012c;
    font-weight: 600;
    margin-top: 7px;
}

.modern-pricing-section .features-list {
    list-style: none;
    padding: 0;
    margin: 22px 0;
}

.modern-pricing-section .features-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 9px;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 7px;
    transition: all 0.3s ease;
    cursor: default;
}

.modern-pricing-section .features-list li:last-child {
    border-bottom: none;
}

.modern-pricing-section .features-list li:hover {
    padding-left: 13px;
}

.modern-pricing-section .features-list li:hover .feature-content {
    transform: translateX(2px);
}

.modern-pricing-section .features-list li:hover .feature-value {
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.modern-pricing-section .features-list li i {
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.modern-pricing-section .feature-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s ease;
}

.modern-pricing-section .feature-name {
    font-size: 14px;
    font-weight: 500;
    color: #17012c;
}

.modern-pricing-section .feature-value {
    font-size: 13px;
    font-weight: 600;
    color: #666;
    background: #f8f9fa;
    padding: 4px 10px;
    border-radius: 11px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.modern-pricing-section .cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    padding: 12px 24px;
    border: none;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 22px;
}

.modern-pricing-section .cta-button i {
    font-size: 15px;
    transition: transform 0.3s ease;
}

.modern-pricing-section .cta-button:hover i {
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .modern-pricing-section {
        padding: 48px 0;
    }
    
    .modern-pricing-section h2 {
        font-size: 30px;
    }
    
    .modern-pricing-section .pricing-cards-wrapper {
        flex-direction: column;
        align-items: center;
    }
    
    .modern-pricing-section .pricing-card {
        max-width: 100%;
        width: 100%;
    }
    
    .modern-pricing-section .pricing-card.platinum-plan {
        transform: scale(1);
    }
    
    .modern-pricing-section .pricing-card.platinum-plan:hover {
        transform: translateY(-8px);
    }
    
    .modern-pricing-section .left-shape.float-bob-y,
    .modern-pricing-section .right-shape.float-bob-y {
        display: none;
    }
}

@media (max-width: 575px) {
    .modern-pricing-section {
        padding: 42px 0;
    }
    
    .modern-pricing-section h2 {
        font-size: 24px;
    }
    
    .modern-pricing-section .price-tag {
        font-size: 40px;
    }
    
    .modern-pricing-section .pricing-card {
        padding: 26px 22px;
    }
    
    .modern-pricing-section .feature-name {
        font-size: 13px;
    }
    
    .modern-pricing-section .feature-value {
        font-size: 12px;
        padding: 3px 8px;
    }
    
    .modern-pricing-section .plan-icon {
        width: 60px;
        height: 60px;
    }
    
    .modern-pricing-section .plan-header {
        flex-direction: column-reverse;
        align-items: center;
        gap: 10px;
    }
    
    .modern-pricing-section .plan-badge {
        text-align: center;
    }
}

