@font-face {
  font-family: SpaceGroteskLight;
  src: url("../fonts/SpaceGrotesk-Light.ttf");
}

@font-face {
  font-family: SpaceGroteskRegular;
  src: url("../fonts/SpaceGrotesk-Regular.ttf");
}

@font-face {
  font-family: SpaceGroteskMedium;
  src: url("../fonts/SpaceGrotesk-Medium.ttf");
}

@font-face {
  font-family: SpaceGroteskSemiBold;
  src: url("../fonts/SpaceGrotesk-SemiBold.ttf");
}

@font-face {
  font-family: SpaceGroteskBold;
  src: url("../fonts/SpaceGrotesk-Bold.ttf");
}

@font-face {
  font-family: SpaceGroteskExtraBold;
  src: url("../fonts/SpaceGrotesk-ExtraBold.ttf");
}

@font-face {
  font-family: SpaceGroteskBlack;
  src: url("../fonts/SpaceGrotesk-Black.ttf");
}

:root {
  --font-300: SpaceGroteskLight;
  --font-400: SpaceGroteskRegular;
  --font-500: SpaceGroteskMedium;
  --font-600: SpaceGroteskSemiBold;
  --font-700: SpaceGroteskBold;
  --font-800: SpaceGroteskExtraBold;
  --font-900: SpaceGroteskBlack;

  --primary: #d6f345;
  --secondary: #ffca42;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: var(--font-400);
}

html,
body {
  font-family: var(--font-400);
}

a {
  text-decoration: none;
  transition: 0.3s ease 0s;
  color: var(--bs-black);
}

a:hover {
  color: var(--primary);
}

input,
button,
textarea {
  outline: none;
  border: 0px;
  background: none;
}

.webkit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.webkit_1 {
  -webkit-line-clamp: 1;
}

.webkit_2 {
  -webkit-line-clamp: 2;
}

.webkit_3 {
  -webkit-line-clamp: 3;
}

.webkit_4 {
  -webkit-line-clamp: 4;
}

.hide {
  display: none !important;
}

.show {
  display: flex !important;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.img-box {
  margin: 0px;
}

.img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.img-box-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

li.nav-item.dropdown.navdesktop ul {
  flex-direction: column;
  top: 100%;
  left: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  gap: 7px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: var(--secondary);
}
::-webkit-scrollbar-track {
  background: #2a2a2a; /* scrollbar track color */
}

::-webkit-scrollbar-thumb {
  background-color: #d6f345; /* scrollbar thumb color */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #bce02e; /* slightly darker on hover (optional) */
}
body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #121212;
  line-height: 1.5;
  color: #6a7382;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #000001;
  margin-top: 0;
  line-height: 1.5;
}

p {
  margin-bottom: 15px;
  color: #fff;
}

/* Navbar */

.navbar-nav li {
  bottom: 0;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: #ffffff !important;
}

.navbar-nav .nav-link.active {
  color: #ffffff !important;
}

.header.sticky li a {
  color: white !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: var(--secondary);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}

ul.dropdown-menu {
  padding: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a.active {
  background: white !important;
  color: #000001 !important;
}

.navbar-brand img {
    width: 155px;
    transition: 0.6s;
    background: #000;
    padding: 10px;
    border-radius: 10px;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #000001;
  border-radius: 5px;
  padding: 9px 21px;
}

.offcanvas {
  background-color: #000001;
}

.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 16px;
  background: linear-gradient(180deg, #2d2d2d -19.06%, #000000 394.01%);
}

.offcanvas .navbar-nav .dropdown-menu li {
  padding: 0;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}

.offcanvas .btn-close svg {
  fill: white;
}

.offcanvas-header > img {
  width: 15rem;
}

.dropdown-menu {
  background-color: var(--secondary);
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  border-radius: 5px;
}

/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* header */
.header {
  padding: 15px 0 15px 0;
  z-index: 999;
  transition: 0.6s;
  padding: 0;
  position: absolute;
  top: 15px;
  left: 50%;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  transform: translateX(-50%);
}

header.sticky {
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: 90px;
  transition: all 0.5s ease-in-out;
}

/* top banner */
.top-banner {
  background: url("../images/top-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.top-banner .right-col h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  color: white;
}

.top-banner .right-col p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0;
}

/* End */

/* partner */
.client {
  padding-top: 25px;
  padding-bottom: 24px;
  margin-top: -98px;
  background: white;
  backdrop-filter: blur(50px);
}

.client img {
  margin: auto;
}

/* end */

/* contact us */

.contact-us {
  padding-top: 60px;
  padding-bottom: 70px;
  background: url("../images/contact-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

/* end */

/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 16px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #1e1e1e42;
  color: #1e1e1e !important;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  border-color: var(--secondary);
  box-shadow: none !important;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e1e1e !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 400;
}

/* end */

/* Button */
.btn-theme {
  color: #212121;
  padding: 10px 35px;
  padding-left: calc(38px + 12px);
  background: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-weight: 700;
  position: relative;
  border: 4px solid rgb(255 255 255 / 34%);
}
.btn-theme .icon {
  color: #fff;
  background: linear-gradient(270deg, #141414 0%, #434343 100%);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  left: 5px; /* initial left position */
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.3s ease, width 0.3s ease 0.3s, height 0.3s ease 0.3s;
  /* left moves first, then width/height expand after 0.3s */
}
.btn-theme:hover .icon {
  left: 0; /* move to the left first */
  width: 100%; /* then expand after delay */
  height: 100%;
}
.btn-theme span {
  font-weight: 700;
  color: #000;
  padding-left: 5px;
}
.btn-theme:hover {
  border: 4px solid rgba(255, 255, 255, 0.2);
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.gray-theme-btn {
  background: #282828 !important;
  border-color: #302f2f;
}
.gray-theme-btn span {
  color: white;
}
.gray-theme-btn .icon {
  background: var(--primary) !important ;
}
/* end */

/* footer */
.footer {
  padding-top: 35px;
  padding-bottom: 25px;
  background: #000001;
}

.footer-logo p {
  color: white;
  margin-top: 20px;
  font-size: 1rem;
}

.footer-links > h6 {
  color: var(--primary);
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-top: 20px;
  text-transform: capitalize;
  margin-bottom: 18px;
}

.footer-links > p {
  color: white;
  font-size: 1rem;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-links > ul {
  padding-left: 18px;
}

.footer-links > ul > li {
  padding: 20px 0px 0 0px;
  list-style-type: disclosure-closed;
  color: white;
  transition: all ease-in-out 0.3s;
}

.footer-links > ul > li:hover {
  color: var(--secondary);
}

.footer-links > ul > li > a {
  text-decoration: none;
  font-size: 1rem;
  color: white;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}

.footer-links > ul > li > a:hover {
  color: var(--secondary);
}

.social > p > span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.social > p > a {
  color: var(--secondary);
  margin: 0 5px;
  font-size: 1.2rem;
  transition: all ease-in-out 0.3s;
  background: white;
  padding: 10px 16px;
  border-radius: 30px;
}

.social > p > a:hover {
  color: #ffffff;
  background: var(--secondary);
}

.footer-bootom-links > span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1rem;
  font-weight: 400;
}

/* end */

.animate-up {
  animation: up 3s ease-in-out infinite;
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

.animate-zoom {
  animation: zoom-in-zoom-out 3s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}

.footer-logo .trust-img {
  width: 10rem;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 0;
  padding-bottom: 4px;
  font-weight: 800;
  font-size: 17px;
}

ul.navbar-nav {
  gap: 22px;
  align-items: flex-start;
}
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 30px;
  margin: 0 auto;
  max-width: 880px;
  background: rgba(146, 146, 146, 0.23);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  transition: 0.5s ease-in-out;
}

.hero-section {
  background-image: url(../images/hero-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.hero-title {
  position: absolute;
  white-space: nowrap;
  font-weight: 700;
  font-size: 202.402px;
  line-height: 202px;
  letter-spacing: -15.1802px;
  display: flex;
  align-items: center;
  color: rgb(29, 29, 29);
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
  top: 50%;
  font-size: clamp(40px, 10vw, 202.402px);
}

/* First title */
.hero-title.first {
  left: 0;
  animation: scrollRight 20s linear infinite;
}

/* Second title with 20px gap */
.hero-title.second {
  left: 100%; /* Start after the first text */
  margin-left: 20px; /* 20px gap as requested */
  animation: scrollRight 20s linear infinite;
}

@keyframes scrollRight {
  0% {
    transform: translateX(0) translateY(-50%);
  }
  100% {
    transform: translateX(-100%) translateY(-50%);
  }
}

.hero-content {
  position: absolute;
  z-index: 56;
  max-width: 210px;
  left: 120px;
  top: 160px;
}
.hero-content p {
  color: #404040;
  font-weight: 800;
  font-size: 17px;
}
.hero-circle-star {
  z-index: 10;
  animation: 50s linear infinite rotateStar;
  position: absolute;
  top: 40px;
  left: 25%;
  height: 160px;
}
@keyframes rotateStar {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hero-content-img {
  position: absolute;
  right: 39px;
  top: 172px;
  border-radius: 8px;
  width: 387px;
  height: 210px;
  object-fit: cover;
  border-radius: 20px;
  border: 4px solid #ffffff;
  box-shadow: -1.717px 8.835px 18px rgba(0, 0, 0, 0.39);
  border-radius: 30px;
  animation: floatSwing 6s ease-in-out infinite;
}
@keyframes floatSwing {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  33% {
    transform: translateY(-12px) rotate(0.8deg);
  }
  66% {
    transform: translateY(-6px) rotate(-0.8deg);
  }
}
section.about-us {
  background: #1d1d1d;
  position: relative;
  /* overflow: hidden; */
}

section.about-us > * {
  position: relative;
  z-index: 2;
}

section.about-us:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/about-us-bg.png);
}
.about-us-circle-glow {
  position: absolute !important;
  left: -130px;
  top: -150px;
}
.btn-theme-primary {
  background: var(--primary);
  border-radius: 50px;
}

.btn-theme-primary .icon {
  border-radius: 50px;
  color: black;
  background: linear-gradient(270deg, #e7e7e7 0%, #ffffff 100%);
}
.main-heading span {
  font-size: 18px;
  color: white;
  font-weight: 500;
  position: relative;
  padding-left: 23px;
}

.main-heading {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 20px;
}

.main-heading > * {
  margin: 0;
}

.main-heading h2 {
  font-size: 49px;
  color: white;
  font-family: var(--font-600);
  line-height: 1.1;
}

.about-us-content p {
  color: #ffffffbd;
}
section.about-us .row {
  align-items: flex-start;
  justify-content: space-between;
}

.about-us-content {
}

.col-lg-6:has(.about-us.content) {
  position: sticky;
  top: 0;
}
.about-card {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  background: linear-gradient(180deg, #2d2d2d -19.06%, #000000 394.01%);
  border-radius: 20px;
  padding: 50px 25px;
  margin-bottom: 20px;
  gap: 16px;
  position: sticky;
  top: 140px;
  overflow: hidden;
}

.about-card-content {
  width: 100%;
  max-width: 430px;
}

.about-card-content h3 {
  font-size: 30px;
  color: white;
  font-weight: 600;
  margin-bottom: 9px;
  transition: 0.3s ease-in-out;
}

.about-card-content > * {
  margin: 0;
  transition: 0.3s ease-in-out;
}

.col-lg-6.col-md-12:has(.about-us-content) {
  position: sticky;
  top: 150px;
}

header.header.sticky .header-wrapper {
  padding: 10px;
  max-width: 740px;
  background: rgb(0 0 0 / 15%);
  border: 1px solid rgb(255 255 255 / 59%);
}
img.about-us-circle-img {
  position: absolute;
  bottom: -80px;
  right: 110px;
  height: 650px;
  animation: 50s linear infinite rotateStar;
  height: 496px;
  /* border-radius: 50%; */
  object-fit: cover;
}
.about-us-circle-img {
  position: absolute;
  bottom: 0;
  right: -100px;
  height: 650px;
  transform: rotate(0deg);
  transition: transform 0.2s linear;
}
.about-card:after {
  content: "";
  position: absolute;
  background: red;
  background: linear-gradient(180deg, #eaff83 -19.06%, #d6f345f2 394.01%);
  height: 50px;
  width: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 24%;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.about-card > * {
  position: relative;
  z-index: 2;
}

.about-card:hover .icon {
  filter: brightness(0.5);
}

.about-card:hover .about-card-content p {
  color: #252525;
}

.about-card:hover .about-card-content h3 {
  color: #252525;
}

.about-card .icon {
  transition: 0.3s;
}

.about-card-content {
}

.about-card:hover:after {
  height: 100%;
  width: 100%;
  top: 50%;
  transition: 0.3s ease-in-out;
  opacity: 1;
  border-radius: 0;
}
section.our-services {
  /* background: #1d1d1d; */
  padding-top: 120px;
}

.main-heading span:after {
  content: "";
  position: absolute;
  left: 0;
  height: 10px;
  width: 10px;
  background: var(--primary);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.our-services-heading .main-heading {
  margin-bottom: 0;
}
.our-services-heading {
  margin-bottom: 50px;
}
.main-heading p {
  color: #ffffffbd;
}

.services-tab-wrapper {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  max-height: 556px;
  overflow: auto;
  direction: rtl;
  padding-left: 18px;
}
.services-tab-wrapper > * {
  direction: ltr;
}

.services-tab-item {
  border-radius: 20px;
  padding: 31px 30px;
  width: 100%;
  color: white;
  font-family: var(--font-600);
  font-size: 19px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.services-tab-item.active,
.services-tab-item:hover {
  background: #050505;
}

.services-tab-wrapper::-webkit-scrollbar-track {
  background: #2a2a2a; /* scrollbar track color */
}

.services-tab-wrapper::-webkit-scrollbar-thumb {
  background-color: #d6f345; /* scrollbar thumb color */
  border-radius: 10px;
}

.services-tab-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #bce02e; /* slightly darker on hover (optional) */
}
.services-text-content {
  padding: 45px 35px;
  background: #050505;
  border-radius: 20px;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 29px;
  height: 556px;
  justify-content: space-between;
}

.services-text-content > * {
  margin: 0;
}

.services-text-content ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.services-text-content p {
  color: #b5b5b5;
  font-size: 16px;
  font-family: var(--font-600);
}

.services-text-content ul li {
  color: white;
  font-family: var(--font-600);
}
.services-tabs-content .img-box-content {
  height: 556px;
  border-radius: 10px;
  overflow: hidden;
}
.services-content-item {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}
.services-content-item.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.out-portfolio-card {
  margin-bottom: 20px;
}
section.out-portfolio {
  /* background: #1d1d1d; */
}

.steps-card {
  padding: 25px;
  background: red;
  background: linear-gradient(180deg, #2d2d2d -19.06%, #000000 394.01%);
  border-radius: 20px;
  position: relative;
  padding-top: 150px;
}

.steps-span {
  position: absolute;
  left: -13px;
  padding: 10px 35px;
  color: white;
  background: #343434;
  border-radius: 0px 10px 10px 0px;
  font-size: 17px;
  font-family: var(--font-700);
  top: 32px;
}

.steps-span:after {
  position: absolute;
  content: "";
  top: 100%;
  height: 12px;
  width: 13px;
  left: 0;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.steps-card .icon {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  background: linear-gradient(180deg, #343434 0%, #434343 100%);
  border-radius: 50px;
  font-size: 30px;
  position: absolute;
  right: 46px;
  top: 25px;
  z-index: 5;
}

.steps-card:after {
  content: "";
  position: absolute;
  height: 130px;
  width: 160px;
  background: #121212;
  top: 0;
  right: 0;
  border-radius: 0 0 0 20px;
}

.steps-card-content h3 {
  font-size: 33px;
  font-family: var(--font-600);
  color: white;
}

.steps-card-content p {
  color: #b5b5b5;
}

.steps-card-content ul {
  padding: 0;
  list-style: none;
  flex-direction: column;
  display: flex;
  gap: 15px;
}

.steps-card-content ul li {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background: #0e0e0e;
  background: #0e0e0e;
  border-radius: 12px;
  gap: 15px;
}

.steps-card-content ul li .numb {
  background: red;
  /* Background */
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, #343434 0%, #434343 100%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  font-family: var(--font-600);
}

.steps-card-content ul li span {
  color: white;
  font-weight: 500;
}

.blogs-card-wrapper {
  display: flex;
  /* align-items: center; */
  gap: 20px;
}

.blogs-card {
}

.blogs-card-content {
  flex-direction: column;
  display: flex;
  gap: 6px;
}

.blogs-card-content p {
  color: white;
  font-size: 19px;
}
.blogs-card:hover {
  flex: 0 0 420px;
}

.blogs-card:hover,
.blogs-card.active {
  flex: 1 1 263.333333px;
}

.blogs-card-content span {
  color: #b5b5b5;
}
.blogs-card-wrapper {
  display: flex;
  gap: 20px;
  transition: all 0.3s ease;
}

.blogs-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  transition: all 0.4s ease;
  /* background: #1f1f1f; */
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  /* cursor: pointer; */
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.blogs-card:hover,
.blogs-card.active {
  flex: 2.1; /* expands hovered card */
}

.blogs-card:not(.active) .blog-card-img .img-box {
  height: 340px;
  overflow: hidden;
  border-radius: 30px;
}
.blog-card-img .img-box {
  height: auto;
  transition: 0.3s ease-in-out;
}
.blog-card-img .img-box {
  max-height: 340px;
  overflow: hidden;
  border-radius: 30px;
  transition: max-height 0.4s ease-in-out;
}

.blogs-card.active .blog-card-img .img-box {
  max-height: 600px;
}
.blog-card-img {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.blog-card-img a {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  background: #00000066;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}

.blogs-card.active .blog-card-img a {
  opacity: 1;
  pointer-events: all;
  color: white;
}
footer {
  background-color: #1b1b1b;
  /* Same as your image */
  color: #fff;
  padding: 50px 0 20px;
}

footer h6 {
  font-family: var(--font-500);
  font-weight: 700;
  margin-bottom: 15px;
}

footer a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

footer a:hover {
  color: #ddd;
  padding-left: 5px;
}

.footer-logo img {
  max-width: 160px;
}

.footer-line {
  border-top: 1px solid #fff;
  margin: 30px 0;
}

.footer-contact i {
  font-size: 18px;
  margin-right: 10px;
  transition: 0.3s;
}

.social-icons a {
  color: #fff;
  font-size: 20px;
  transition: 0.3s all;
  margin-bottom: 0;
}

.social-icons a:hover {
  color: #ddd;
  padding: 0;
}

.mb-4:has(.footer-links):not(:last-child) {
  border-right: 2px solid var(--primary);
  padding: 0 20px;
}

.footer-top.text-center {
  margin-bottom: 50px;
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 17px;
}

.mb-4:has(.footer-links) {
  padding: 0 20px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}

.footer-top p {
  color: white;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.row.text-center.text-md-start.align-items-center {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 2px solid var(--primary);
  border-top: 2px solid var(--primary);
}

.footer-copy {
  margin-top: 30px !important;
}

.footer-copy p {
  color: white;
  font-size: 14px;
  font-family: var(--font-500);
}

.footer-contact a {
  margin: 0;
}

.footer-contact {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.footer-contact a {
  color: white;
}

.footer-contact a:hover {
  padding: 0;
}

.footer-contact a:hover i {
  margin-right: 15px;
  color: white;
}
.cont {
  /* background: #fff; */
  /* font-family: 'Poppins', sans-serif; */
}
.contact-box {
  color: #fff;
  background: linear-gradient(180deg, #2d2d2d -19.06%, #000000 394.01%);
  border-radius: 20px;
  padding: 40px 31px !important;
}
.response-time span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #d8ff00;
  border-radius: 50%;
  margin-right: 8px;
}
.form-control {
  background: #1a1a1a;
  border: none;
  color: #fff;
  border-radius: 8px;
  padding: 10px 14px;
}
.form-control::placeholder {
  color: #aaa;
}
.form-check-label {
  color: #ccc;
}
.submit-btn {
  background: #d8ff00;
  border: none;
  color: #000;
  padding: 10px 18px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
}
.submit-btn:hover {
  background: #c3ef00;
}

/* FAQ Section */
.faq-wrapper {
  color: #000;
}
.faq-subtitle {
  font-weight: 600;
  color: #777;
  margin-bottom: 6px;
  display: block;
}
.faq-subtitle .dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #d8ff00;
  border-radius: 50%;
  margin-right: 6px;
}
.custom-tabs {
  border-bottom: 2px solid #dddddd2b;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-tabs .nav-link {
  color: #777;
  font-weight: 500;
  cursor: pointer;
  border: none;
  margin-bottom: -2px;
}
.custom-tabs .nav-link.active {
  color: #000;
  font-weight: 600;
  border-bottom: 3px solid #d8ff00;
  background: transparent;
  color: var(--primary);
}
.faq-item {
  background: #000;
  color: #fff;
  border-radius: 10px;
  padding: 25px 23px;
  margin-bottom: 10px;
  cursor: pointer;
}
.faq-question {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.faq-question span {
  margin-right: 10px;
  opacity: 0.5;
}
.faq-answer {
  display: none;
  margin-top: 30px;
  color: #ccc;
  font-size: 15px;
}
.faq-item.active .faq-answer {
  display: block;
}
.faq-item.active .icon {
  content: "\f00d";
}
.faq-question i {
  margin-left: auto;
  display: block;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3d3d3d;
  border-radius: 50%;
}

.faq-item.active i {
  background: var(--primary);
  color: black;
}

.faq-wrapper h2 {
  font-size: 49px;
  color: white;
  font-family: var(--font-600);
  line-height: 1.1;
}

.contact-box h4 {
  color: white;
  font-size: 23px;
}

.contact-box .form-control,
.contact-box textarea {
  background: transparent;
  color: #b5b5b5 !important;
  padding: 17px;
  border-bottom: 2px solid #dddddd2b;
  border-radius: 0;
}
.contact-box .form-control::placeholder,
.contact-box textarea::placeholder {
  color: #b5b5b5 !important;
}
.footer-contact a i {
  color: var(--primary);
}
section.hero-section.other-hero h1 {
  animation: none;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  left: 50%;
}
.other-hero {
  background: url(../images/other-hero-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-sec-02-side {
  height: 100%;
  flex-direction: column;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  justify-content: space-between;
}

.about-sec-02-side strong {
  color: #ffffffc4;
  font-size: 20px;
  position: sticky;
  top: 11px;
  background: #121212;
}
.about-sec-02-wrapper .img-box-content {
  height: 460px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}

.about-sec-02-wrapper .img-box-content img {
  object-fit: cover;
}

section.about-us-sec-02 {
  padding-top: 141px;
}
.btn-ab-02 {
  position: relative;
  width: 100%;
  background: #121212;
  padding: 10px;
  z-index: 55;
}
.about-sec-02-wrapper p {
  color: #ffffffc4;
}
a.btn-theme span:after {
  content: none;
}

a.btn-theme span {
  padding: 0;
  position: relative;
  z-index: -1;
}

.btn-main.abt-btn-03 .btn-theme {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    #d6f345;
}

.btn-main.abt-btn-03 .btn-theme:nth-child(2):hover {
  background: white;
}

.btn-main.abt-btn-03 .btn-theme span {
  color: black;
}
.abt-03-content .main-heading {
  margin: 0;
  gap: 14px;
}

.abt-03-content .main-heading h2 {
  line-height: 1;
  color: black;
}

.abt-03-content .main-heading p {
  color: black;
}
.about-sec-03-wrapper {
}

.btn-main.abt-btn-03 {
  display: flex;
  align-items: center;
  gap: 15px;
}

.btn-main.abt-btn-03 .btn-theme:nth-child(2) {
  padding-left: 26px;
}
.about-sec-03-wrapper {
  background-image: url(../images/about-sec-03-bg-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 50px;
  border-radius: 20px;
}

.abt-4-card {
  background: none;
  padding: 0;
  flex-direction: row;
  align-items: unset;
  padding: 13px;
  border-radius: 0;
  border-radius: 10px;
  background: #1f1f1f;
}

.abt-4-card .about-card-content {
  text-align: left;
}

.abt-4-card .icon {
  background: blanchedalmond;
  height: 100%;
  height: 80px;
  width: 80px;
  flex: 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    #d6f345;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  font-size: 33px;
  color: white;
  font-family: var(--font-700);
}

.abt-4-card:hover .icon {
  filter: none;
}
.abt-4-card .about-card-content h3 {
  font-size: 21px;
}
.service-abt-03 {
  /* padding-top: 140px; */
}
.ser-01-cards-main {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.ser-card {
  background: linear-gradient(180deg, #2d2d2d -19.06%, #000000 394.01%);
  border-radius: 20px;
  padding: 30px 50px;
  display: flex;
  gap: 15px;
}

.ser-card-content h4 {
  color: white;
  font-size: 22px;
}

.ser-card-content p {
  color: #ffffff9c;
}

.ser-card .icon {
  height: 25px;
  flex: 0 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #40c800;
  border-radius: 50%;
  color: white;
}
li.nav-item.dropdown.navdesktop ul {
  width: 280px;
  background: linear-gradient(180deg, #2d2d2d -19.06%, #000000 394.01%);
}

.testi-card {
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.testi-card-coontent span {
  font-size: 80px;
  color: #ffb400;
}

.testi-card-coontent p {
  font-size: 15px;
  color: #ccc;
  margin-top: 10px;
  line-height: 1.5;
}

.testi-profile {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.testi-img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffb400;
}

.testi-profile-content {
  margin-left: 15px;
}

.testi-name strong {
  display: block;
  color: #fff;
  font-size: 16px;
}

.rating i {
  color: #ffb400;
  margin-right: 3px;
}
.rating i.fa-star-o {
  color: #555;
}

/* Swiper spacing */
.swiper-slide {
  display: flex;
  justify-content: center;
}
.testi-swiper {
  width: 100%;
}
.testi-swiper .swiper-slide {
  width: 100% !important;
}
.test-wrapper {
  background: #000000;
  border-radius: 40px;
  overflow: hidden;
}

.test-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 40px;
}
.rating {
  font-size: 21px;
}
ul.nav.nav-tabs.custom-tabs.mb-4 {
  display: none;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  border: 1px solid var(--primary);
  box-shadow: 0 0 0 3px rgba(214, 243, 69, 0.25),
    0 0 8px rgba(214, 243, 69, 0.35), 0 0 15px rgba(214, 243, 69, 0.25);
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
.testi-name .rating {
  display: none;
}
.f-logo img{
    width:250px;
}


/* model popup */
.model-discount span {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

.animate-div {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.model-discount span label {
  animation: zoom-in-zoom-out 2s ease-out infinite;
  font-size: 20px;
  font-weight: 700;
}

.model-discount label {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

.model-sec .modal-body {
  padding: 0;
  position: relative;
}

.model-sec .modal-content {
  border-radius: 30px;
  border: none;
}

.model-discount {
  padding: 30px 40px 30px 40px;
  background: #ffffff;
  border-radius: 30px;
}

.model-input {
  border-color: #0D1F2D;
  padding: 10px 15px;
  color: #0D1F2D !important;
  border: 2px solid;
  background: white;
}

.model-input:focus {
  border-color: #d6f345 !important;
  border: 2px solid;
}

.model-input::placeholder {
  color: #0D1F2D !important;
  font-weight: 500;
}

.model-discount .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  box-shadow: none;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.model-discount hr {
  background-color: #0D1F2D;
  opacity: 1;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}

/* end */