/* Font Face Declarations */
@font-face {
  font-family: HelveticaNeueUltraLight;
  src: url("../fonts/Helvetica/HelveticaNeueUltraLight.otf");
}

@font-face {
  font-family: HelveticaNeueUltraLightItalic;
  src: url("../fonts/Helvetica/HelveticaNeueUltraLightItalic.otf");
}

@font-face {
  font-family: HelveticaNeueThin;
  src: url("../fonts/Helvetica/HelveticaNeueThin.otf");
}

@font-face {
  font-family: HelveticaNeueThinItalic;
  src: url("../fonts/Helvetica/HelveticaNeueThinItalic.otf");
}

@font-face {
  font-family: HelveticaNeueLight;
  src: url("../fonts/Helvetica/HelveticaNeueLight.otf");
}

@font-face {
  font-family: HelveticaNeueLightItalic;
  src: url("../fonts/Helvetica/HelveticaNeueLightItalic.otf");
}

@font-face {
  font-family: HelveticaNeueRoman;
  src: url("../fonts/Helvetica/HelveticaNeueRoman.otf");
}

@font-face {
  font-family: HelveticaNeueItalic;
  src: url("../fonts/Helvetica/HelveticaNeueItalic.otf");
}

@font-face {
  font-family: HelveticaNeueMedium;
  src: url("../fonts/Helvetica/HelveticaNeueMedium.otf");
}

@font-face {
  font-family: HelveticaNeueMediumItalic;
  src: url("../fonts/Helvetica/HelveticaNeueMediumItalic.otf");
}

@font-face {
  font-family: HelveticaNeueBold;
  src: url("../fonts/Helvetica/HelveticaNeueBold.otf");
}

@font-face {
  font-family: HelveticaNeueBoldItalic;
  src: url("../fonts/Helvetica/HelveticaNeueBoldItalic.otf");
}

@font-face {
  font-family: HelveticaNeueHeavy;
  src: url("../fonts/Helvetica/HelveticaNeueHeavy.otf");
}

@font-face {
  font-family: HelveticaNeueHeavyItalic;
  src: url("../fonts/Helvetica/HelveticaNeueHeavyItalic.otf");
}

@font-face {
  font-family: HelveticaNeueBlack;
  src: url("../fonts/Helvetica/HelveticaNeueBlack.otf");
}

@font-face {
  font-family: HelveticaNeueBlackItalic;
  src: url("../fonts/Helvetica/HelveticaNeueBlackItalic.otf");
}

@font-face {
  font-family: HelveticaNeueBlackItalic;
  src: url("../fonts/Helvetica/HelveticaNeueBlackItalic.otf");
}

/* Font Face Declarations */
@font-face {
  font-family: PlusJakartaSansExtraLight;
  src: url("../fonts/PlusJakartaSans/PlusJakartaSans-ExtraLight.ttf");
}

@font-face {
  font-family: PlusJakartaSansExtraLightItalic;
  src: url("../fonts/PlusJakartaSans/PlusJakartaSans-ExtraLightItalic.ttf");
}

@font-face {
  font-family: PlusJakartaSansLight;
  src: url("../fonts/PlusJakartaSans/PlusJakartaSans-Light.ttf");
}

@font-face {
  font-family: PlusJakartaSansLightItalic;
  src: url("../fonts/PlusJakartaSans/PlusJakartaSans-LightItalic.ttf");
}

@font-face {
  font-family: PlusJakartaSansRegular;
  src: url("../fonts/PlusJakartaSans/PlusJakartaSans-Regular.ttf");
}

@font-face {
  font-family: PlusJakartaSansItalic;
  src: url("../fonts/PlusJakartaSans/PlusJakartaSans-Italic.ttf");
}

@font-face {
  font-family: PlusJakartaSansMedium;
  src: url("../fonts/PlusJakartaSans/PlusJakartaSans-Medium.ttf");
}

@font-face {
  font-family: PlusJakartaSansMediumItalic;
  src: url("../fonts/PlusJakartaSans/PlusJakartaSans-MediumItalic.ttf");
}

@font-face {
  font-family: PlusJakartaSansSemiBold;
  src: url("../fonts/PlusJakartaSans/PlusJakartaSans-SemiBold.ttf");
}

@font-face {
  font-family: PlusJakartaSansSemiBoldItalic;
  src: url("../fonts/PlusJakartaSans/PlusJakartaSans-SemiBoldItalic.ttf");
}

@font-face {
  font-family: PlusJakartaSansBold;
  src: url("../fonts/PlusJakartaSans/PlusJakartaSans-Bold.ttf");
}

@font-face {
  font-family: PlusJakartaSansBoldItalic;
  src: url("../fonts/PlusJakartaSans/PlusJakartaSans-BoldItalic.ttf");
}

@font-face {
  font-family: PlusJakartaSansExtraBold;
  src: url("../fonts/PlusJakartaSans/PlusJakartaSans-ExtraBold.ttf");
}

@font-face {
  font-family: PlusJakartaSansExtraBoldItalic;
  src: url("../fonts/PlusJakartaSans/PlusJakartaSans-ExtraBoldItalic.ttf");
}

/* Root Variables - Sequential Naming */
:root {
  --fontHel-100: HelveticaNeueUltraLight;
  --fontHel-100i: HelveticaNeueUltraLightItalic;
  --fontHel-200: HelveticaNeueThin;
  --fontHel-200i: HelveticaNeueThinItalic;
  --fontHel-300: HelveticaNeueLight;
  --fontHel-300i: HelveticaNeueLightItalic;
  --fontHel-400: HelveticaNeueRoman;
  --fontHel-400i: HelveticaNeueItalic;
  --fontHel-500: HelveticaNeueMedium;
  --fontHel-500i: HelveticaNeueMediumItalic;
  --fontHel-700: HelveticaNeueBold;
  --fontHel-700i: HelveticaNeueBoldItalic;
  --fontHel-800: HelveticaNeueHeavy;
  --fontHel-800i: HelveticaNeueHeavyItalic;
  --fontHel-900: HelveticaNeueBlack;
  --fontHel-900i: HelveticaNeueBlackItalic;

  --font-100: PlusJakartaSansExtraLight;
  --font-100i: PlusJakartaSansExtraLightItalic;
  --font-300: PlusJakartaSansLight;
  --font-300i: PlusJakartaSansLightItalic;
  --font-400: PlusJakartaSansRegular;
  --font-400i: PlusJakartaSansItalic;
  --font-500: PlusJakartaSansMedium;
  --font-500i: PlusJakartaSansMediumItalic;
  --font-600: PlusJakartaSansSemiBold;
  --font-600i: PlusJakartaSansSemiBoldItalic;
  --font-700: PlusJakartaSansBold;
  --font-700i: PlusJakartaSansBoldItalic;
  --font-800: PlusJakartaSansExtraBold;
  --font-800i: PlusJakartaSansExtraBoldItalic;

  --primary: #8b1921;
  --primary-light: #f2b1b5;
  --secondary: #ff737c;
  --gradient: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
}

f {
  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: contain;
  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;
  width: 200px;
  /* From https: //css.glass */
  background: rgba(240, 2, 252, 0.31);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(5.5px);
  border: 1px solid var(--primary);
  background: #8b1921c9;
}

/* ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background: var(--secondary);
} */

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: white;
  line-height: 1.5;
  color: #6a7382;
  background-position: top center;
  background-repeat: no-repeat;
  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: #dfdfdfd1;
}

/* Navbar */

.navbar-nav li {
  bottom: 0;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: black !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover,
.navbar-nav li a.active {
  color: var(--primary) !important;
}

.navbar-nav .nav-link.active {}

.header.sticky li a {
  color: black !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(--gradient);
  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;
}

li.nav-item.dropdown.navdesktop ul li a.active,
li.nav-item.dropdown.navdesktop ul li a:hover {
  background: white !important;
  color: var(--primary) !important;
}

.navbar-brand img {
  /* width: 245px;
  height: 115px; */
  transition: 0.6s;
  width: 135px;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: var(--primary);
  border-radius: 5px;
  padding: 7px;
  font-family: var(--font-600);
}

.offcanvas {
  background-color: white;
}

.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
}

.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 {
  width: 100%;
  border-radius: 5px;
}

/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
  padding: 100px 0;
}

/* header */
.header {
  padding: 15px 0 15px 0;
  z-index: 999;
  transition: 0.6s;
  border-bottom: 2px solid var(--primary);
  width: 100%;
  background: #ffffff73;
  position: absolute;
  border-radius: 15px 15px 0 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(5.5px);
  border-top: 1px solid var(--primary);
  background: #ffffff96;
}

header.sticky {
  padding: 0px 0px;
  width: 100%;
  z-index: 999;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  /* width: auto; */
  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 {
  padding: 10px 35px;
  display: inline-block;
  background: var(--secondary);
  color: #212121;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  background-image: linear-gradient(135deg,
      var(--primary) 0%,
      var(--secondary) 100%);
  color: white;
  text-transform: uppercase;
  border-style: none;
  border-radius: 30px 30px 30px 30px;
  padding: 10px 20px 10px 20px;
  font-family: var(--fontHel-400);
  font-size: 15px;
}

.btn-theme:hover {
  background-color: transparent;
  color: white;
  background-image: linear-gradient(135deg,
      var(--secondary) 0%,
      var(--primary) 100%);
  box-shadow: 0px 10px 30px 0px rgb(131 68 78 / 15%);
  border-style: none;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* 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: white;
  font-size: clamp(1.125rem, 0.9228rem + 0.8989vw, 1.625rem);
}

.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: clamp(1rem, 0.8989rem + 0.4494vw, 1.05rem);
  color: #9f9f9f;
  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;
  padding: 0;
  height: 40px;
  width: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social>p>a:hover {
  color: #ffffff;
  background: var(--secondary);
}

.footer-bootom-links>span {
  margin: 0;
  margin-right: 15px;
  /* color: #2d2420; */
  font-size: 1rem;
  font-weight: 400;
  font-size: clamp(0.6875rem, 0.6369rem + 0.2247vw, 0.8125rem);
}

/* 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;
}

ul.navbar-nav {
  gap: 18px;
}

/* hero-secion */

.hero-secion>* {
  position: relative;
  z-index: 4;
}

.hero-secion::before {
  content: "";
  inset: 0;
  position: absolute;
  background: #00000075;
  backdrop-filter: blur(4px);
}

.hero-secion {
  /* display: none; */
  position: relative;
  padding-top: 180px;
  background-image: url(../images/hero-bg-main.jpg);
  background-repeat: no-;
  background-position: center;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 0;
  overflow: hidden;
}

.hero-content h1 {
  font-size: clamp(2.25rem, 1.0365rem + 5.3933vw, 5.25rem);
  color: white;
  font-family: var(--fontHel-500);
  line-height: 1em;
}

.hero-content p {
  font-family: var(--fontHel-400);
  font-size: clamp(1.125rem, 0.9228rem + 0.8989vw, 1.625rem);
  margin: 0;
  margin-bottom: 16px;
  color: #0000009c;
}

.hero-content h1 span {
  color: #ffbec8;
  /* background-image: var(--gradient); */
  background-repeat: no-repeat;
  background-size: cover;
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  display: inline-block;
  font-family: var(--fontHel-700);
  font-weight: 700;
  transition: text-shadow 0.2s ease-out;
  transform-origin: center;
  perspective: 1200px;
  will-change: transform;
}

.hero-box {
  background-image: var(--gradient);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  margin-top: 20px;
}

.hero-box h3 {
  font-family: var(--fontHel-900);
  font-size: clamp(1.625rem, 1.0941rem + 2.3596vw, 2.9375rem);
  line-height: 1.2em;
  color: white;
  margin: 0;
  /* padding-right: 10px; */
}

.hero-box-content {
  padding-left: 10px;
  border-left: 1px solid #ffffff61;
}

.hero-box-content strong {
  color: white;
  font-size: 17px;
  font-family: var(--fontHel-400);
}

.hero-box-content p {
  color: white;
  margin: 0;
  font-size: 14px;
  color: #dfdfdfd1;
}

.hero-left .img-box-content {
  height: 100px;
  filter: invert(1);
  filter: invert(1);
  display: none;
}

.hero-secion .row {
  align-items: flex-end;
}

.hero-card-main {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #ffffffba;
}

.hero-card {
  padding: 2em;
  border-radius: 10px;
  border: 2px solid var(--secondary);
  background: white;
}

.hero-head {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--secondary);
  margin-bottom: 20px;
}

.hero-head i {
  font-size: 42px;
  color: var(--secondary);
  fill: var(--pr);
}

.hero-head h4 {
  font-size: 22px;
  margin: 0;
  color: white;
  line-height: 1.4em;
  font-family: var(--fontHel-500);
}

.hero-card-content p {
  color: black;
  margin-bottom: 20px;
}

.hero-section .hero-card-main .hero-card .hero-head h4 {
  color: black !important;
}

/* Our Services */
.main-heading {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 15px;
  margin-bottom: 40px;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.main-heading>* {
  margin: 0;
}

.our-services {
  background-color: #ebebeb;
  position: relative;
  padding: 100px 0;
}

.our-services>* {
  position: relative;
  z-index: 2;
}

.our-services:before {
  content: "";
  inset: 0;
  position: absolute;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 450px auto;
  background-image: url(../images/services-border-img.png);
  opacity: 0.3;
}

.main-heading h2 {
  font-size: clamp(1.625rem, 1.0941rem + 2.3596vw, 2.9375rem);
  font-family: var(--fontHel-500);
  color: blafk;
  line-height: 1.2em;
}

.main-heading span {
  background-image: var(--gradient);
  padding: 3px 10px 3px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px 30px 30px 30px;
  color: #ffffff;
  font-family: var(--fontHel-400);
  font-size: 17px;
  text-transform: uppercase;
  font-size: 15px;
}

.services-card {
  margin-bottom: 20px;
  background-color: var(--e-global-color-122d604);
  background-position: 100% 435px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background: linear-gradient(313deg, var(--primary) 0%, #d34b54 100%);
  padding: 2em;
  border-radius: 10px;
  height: 430px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  transition: 0.3s all;
}

.services-card>i {
  font-size: 61px;
  color: white;
}

.services-card-content h4 {
  font-size: clamp(1rem, 0.8989rem + 0.4494vw, 1.35rem);
  color: white;
  font-family: var(--font-800);
}

.services-card:hover {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 200% auto;
}

.countries-swiper .swiper-slide {
  max-width: 350px;
  /* height: 130px; */
}

.countries-swiper .swiper-slide img {
  /* width: 100%; */
  object-fit: contain;
  height: auto;
}

.countries {
  background: var(--primary-light);
  padding: 2em 0;
  /* border-radius: 10px; */
  margin-top: 30px;
  /* border: 2px solid var(--primary); */
  background: rgba(240, 2, 252, 0.31);
  border-radius: 15px 15px 0 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(5.5px);
  border-top: 1px solid var(--primary);
  background: #8b192114;
  border-bottom: 0;
}

.our-services-heading h4 {
  font-size: 27px;
  text-align: center;
  color: white;
  font-family: var(--fontHel-500);
}

/* Our Services */
.choose {
  background-image: url(../images/dots.png);
  /* background-color: #282828; */
  position: relative;
  padding: 100px 0;
}

.choose-card {
  background: white;
  padding: 2em;
  border-radius: 10px;
  transition: 0.3s;
  height: 100%;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  border: 2px solid var(--primary-light);
}

.choose-card h4 {
  font-size: 21px;
  color: blck;
  line-height: 1.4em;
  font-family: var(--fontHel-500);
}

.choose-card:hover {
  background-color: white;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

.color-choose-card {
  border: none;
  background-color: transparent;
  background-image: var(--gradient);
}

.color-choose-card:hover {
  background-color: transparent;
  background-image: linear-gradient(135deg,
      var(--secondary) 0%,
      var(--primary) 100%);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}

.choose-card.color-choose-card h4 {
  color: white;
}

.choose-card.color-choose-card p {
  color: #ffffff;
}

section.portfolio.home-port {
  background-image: url(../images/dots.png);
  position: relative;
  padding: 100px 0;
  background-color: #ebebeb;
}

.portfolio:before {
  content: "";
  inset: 0;
  position: absolute;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 450px auto;
  background-image: url(../images/services-border-img.png);
  opacity: 0.3;
}

section.portfolio>.container {
  position: relative;
  z-index: 2;
}

.portfolio:after {
  content: "";
  position: absolute;
  background-position: bottom center;
  background-repeat: no-repeat;
  inset: 0;
}

.portfolio-card {
  height: 540px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
}

.portfolio-card>img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center right;
}

.portfolio-card-content {
  position: absolute;
  bottom: -80px;
  z-index: 4;
  padding: 2em;
  background: linear-gradient(313deg, var(--primary) 0%, #d34b54 100%);
  width: 100%;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  transition: 0.3s;
}

.portfolio-card>span {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 3px 12px 3px 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  color: #ffffff;
  font-family: var(--fontHel-400);
  font-size: 15px;
  text-transform: uppercase;
  background: #ffffff1f;
}

.portfolio-card-content h4 {
  color: white;
  font-size: 19px;
}

.portfolio-card-content>* {
  margin: 0;
}

.portfolio-card:hover .portfolio-card-content {
  bottom: 0;
}

/* Testimonial Start */
.testimonial-heading {
  align-items: flex-start;
  text-align: left;
  margin-bottom: 0;
}

.testimonial-heading h2 {
  font-size: clamp(1.125rem, 0.9228rem + 0.8989vw, 1.625rem);
}

.testimonial-count-main {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ffffff33;
}

.testimonial-count-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}

.testimonial-count>* {
  margin: 0;
}

.testimonial-count {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  flex: 0 0 200px;
  justify-content: center;
}

.testimonial-count h4 {
  font-size: clamp(1.625rem, 1.0941rem + 2.3596vw, 2.9375rem);
  font-weight: 800;
  line-height: 1.2em;
  color: var(--primary);
  font-family: var(--fontHel-800);
}

.testimonial-count strong {
  font-size: clamp(1rem, 0.8989rem + 0.4494vw, 1.25rem);
  color: #919191;
}

.testimonial:after {}

.testimonial {
  background-image: url(../images/dots.png);
  position: relative;
  padding-top: 170px;
}

.testimonial-slider-wrapepr .img-box {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}

.testimonial-slider-wrapepr {
  position: relative;
}

.testimonial-slider-main {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 89%;
  width: calc(120% - 170px);
  /* height: calc(100% - 90px); */
  border-radius: 10px;
  padding: 3rem;
  background-image: var(--gradient);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
}

.rating {
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 22px;
}

.rating .orange {
  color: #ff9901;
}

.testimonial-slider-main .testimonial-heading h2 {
  font-size: clamp(1.375rem, 1.0463rem + 1.4607vw, 2.1875rem);
  color: white;
}

.testimonial-slider-main .main-heading {
  border-bottom: 1px solid #ffffff33;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.testimonial-slider-main .testimonial-slider-main .main-heading {
  border-bottom: 1px solid #ffffff33;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.testi-card-porfile .img-box {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 3px solid #ffffff80;
}

.testi-card-porfile {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testi-card-porfile-content {
  flex-direction: column;
  display: flex;
}

.testi-card p {
  font-size: clamp(1.275rem, 0.7992rem + 0.3371vw, 1.0625rem);
  color: white;
  margin-bottom: 20px;
  font-family: var(--fontHel-400);
}

.testi-card-porfile-content strong {
  color: white;
  font-size: 19px;
  font-family: var(--fontHel-400);
}

.testi-card-porfile-content span {
  font-size: 13px;
  color: white;
}

.deiscuss {
  background-image: url(../images/discuss-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: unset;
}

.deiscuss:after {
  content: "";
  background-color: transparent;
  --background-overlay: "";
  background-image: linear-gradient(90deg, #171717 0%, #00195000 100%);
  position: absolute;
  inset: 0;
}

.deiscuss-content {
  position: relative;
  z-index: 5;
  background-color: transparent;
  background-image: var(--gradient);
  width: 40%;
  overlay-opacity: 0.5;
  border-radius: 10px 10px 10px 10px;
  margin-top: 0em;
  margin-bottom: -15em;
  margin-left: 0em;
  margin-right: 0em;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 3em;
  padding-right: 3em;
}

.deiscuss-content>h4 {
  font-size: clamp(1.125rem, 0.9228rem + 0.8989vw, 1.625rem);
  font-family: var(--fontHel-500);
  color: white;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff33;
}

.discuss-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 16px;
}

.discuss-box {}

.deiscuss-content p {
  color: white;
  font-size: clamp(0.875rem, 0.7992rem + 0.3371vw, 1.0625rem);
  margin-bottom: 30px;
}

.discuss-box .icon {
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--primary);
  background: white;
  border-radius: 50%;
  backdrop-filter: blur(2px);
}

.discuss-box {}

.discuss-box-content h4 {
  color: white;
  margin: 0;
  font-size: clamp(1.125rem, 0.9228rem + 0.8989vw, 1.625rem);
  font-family: var(--fontHel-500);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.discuss-box-content span {
  font-size: clamp(0.75rem, 0.6994rem + 0.2247vw, 0.875rem);
  color: white;
  font-family: var(--fontHel-500);
}

.footer {
  background-image: url("../images/footer-border-img.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #282828;
  padding-top: 100px;
  position: relative;
}

.footer-top {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #ffffff33;
  padding-bottom: 3em;
  position: relative;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.footer-top h2 {
  font-size: clamp(2.25rem, 1.0365rem + 5.3933vw, 5.25rem);
  color: white;
  font-family: var(--font-700);
  line-height: 1;
  margin-bottom: 20px;
}

.footer-top p {
  font-family: var(--font-600);
  color: #919191;
  font-size: clamp(1rem, 0.8989rem + 0.4494vw, 1.25rem);
}

.footer-top>* {}

.footer:before {
  content: "";
  --background-overlay: "";
  background-position: bottom left;
  position: absolute;
  background-repeat: no-repeat;
  inset: 0;
}

.footer-links a,
.footer-links span {
  font-size: clamp(0.875rem, 0.7992rem + 0.3371vw, 1.0625rem);
  font-family: var(--font-500);
  color: #9f9f9f;
  margin-bottom: 5px;
  display: block;
}

.form-grorup {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 10px;
}

.form-grorup input {
  border-radius: 10px;
  color: #919191 !important;
  font-size: 16px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  background: #232323;
  border: 1px solid #282828;
  padding: 14px;
  flex: 1;
}

.form-grorup input::placeholder {
  color: #919191 !important;
}

form.foter-form span {
  font-size: clamp(0.6875rem, 0.6369rem + 0.2247vw, 0.8125rem);
}

.form-grorup .btn-theme {
  padding: 15px 40px 15px 40px;
  color: #ffffff;
  border-style: none;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.social>p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer>* {
  position: relative;
  z-index: 4;
}

.about-us.img-box img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center center;
  transition-duration: 1s;
  border-radius: 10px 10px 10px 10px;
}

.about-us-check-wrapper {
  display: flex;
  padding-top: 15px;
  border-top: 1px solid #ffffff33;
  gap: 45px;
}

.about-us-check-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
  display: flex;
  gap: 12px;
}

.about-us-heading.main-heading {
  margin-bottom: 20px;
}

.about-us-check-wrapper ul li span {
  padding: 2px;
  background: #2dfe8d;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  color: #171717;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-us-check-wrapper ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.about-us-heading.main-heading {
  align-items: flex-start;
  text-align: left;
}

section.about-us .hero-card-main .row {
  gap: 20px 0;
}

.about-us-hero {
  padding-bottom: 80px;
}

.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: #041012;
  /*border-radius: 30px;*/
  border: 9px solid #051c1f;
  border-radius: 10px;
}

.model-input {
  padding: 10px 15px;
  color: #ffffff !important;
  border: 2px solid white;
}

.model-input:focus {
  border-color: #ffe403 !important;
}

.model-input::placeholder {
  color: #ffffff !important;
  font-weight: 500;
}

.model-discount .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  box-shadow: none;
}

.model-discount hr {
  background-color: #0d1f2d;
  opacity: 1;
}

.animate-div span {
  font-size: 21px;
  font-family: var(--font-700);
}

.model-discount .btn-theme {
  margin: 0 auto;
  display: flex;
}

.form-control {
  color: #757a7b !important;
  background: #051c1f;
}

.form-control::placeholder {
  color: #757a7b !important;
}

.hero-card.services-card.services-sec-card {
  height: 100%;
  border: 0;
}

.hero-card.services-card.services-sec-card .hero-head span {
  font-size: 35px;
  color: #ffffffa6;
  font-family: var(--fontHel-900i);
}

.services-card-section-main .row {
  gap: 20px 0;
}

.main-heading br {
  display: none;
}

.sevices-portfolio .portfolio-card-content,
.sevices-portfolio span {
  display: none;
}

.sevices-portfolio {
  padding: 25px;
  background: #1c1c1cab;
  border-radius: 15px;
  height: 410px;
  transition: 0.3s;
}

.sevices-portfolio img {
  border-radius: 10px;
}

.sevices-portfolio:hover {
  padding: 0;
}

.contact-us-heading {
  align-items: flex-start;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

section.contact-us.portfolio:after,
section.contact-us.portfolio:before {
  content: none;
}

.contact-us.portfolio {
  position: relative;
  /* padding-top: 170px; */
  background: unset;
  border-top: 1px solid #ffffff33;
}

.contact-input {
  border-radius: 10px;
  color: #919191 !important;
  font-size: 16px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  background: #ebebeb;
  border: 1px solid #e7e7e7;
}

.contact-side {
  margin: 0;
  position: unset;
  transform: none;
  width: 100%;
}

.img-box.contact-us-img img {
  width: 100%;
  /* height: 750px; */
  object-fit: cover;
  object-position: center center;
  border-radius: 10px 10px 10px 10px;
}

section.our-services.services-card-section-main {
  background-color: none;
}

section.our-services.services-card-section-main:before {
  content: none;
}

section.portfolio {
  position: relative;
  background-image: url(../images/dots.png);
}

.offcanvas .navbar-nav .dropdown-menu {
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
  gap: 15px;
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 100% !important;
  width: 200px;
}

.offcanvas-body ul.navbar-nav {
  align-items: flex-start;
}

.offcanvas-body ul.navbar-nav {
  align-items: center;
  justify-content: center !important;
  text-align: center;
  padding-right: 0 !important;
}

.offcanvas-body .nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
}

.offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1A1A1A;

  /* dark bg */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Wrapper for circle + logo */
.loader-container {
  position: relative;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;

  /* Entrance animation */
  transform: translateY(80px);
  opacity: 0;
  animation: riseUp 0.8s ease-out forwards;
}

/* Rotating Circle */
.loader-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 110px;
  border: 5px solid var(--primary-light);
  border-top: 5px solid var(--primary, #f2b1b5);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Static Logo */
.logo {
  position: absolute;
  width: 64px;
  /* adjust */
  height: 230px;
  pointer-events: none;
  object-fit: contain;
}

/* Circle Spin Animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

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

/* Entrance Animation (from bottom to center) */
@keyframes riseUp {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.choose-card p {
  color: #2c2c2c;
}

.services-card-content .btn-theme {
  background: white;
  color: var(--primary);
}

.services-card-content p {
  color: #e9e9e9;
}

.header.sticky li a.active {
  color: var(--primary) !important;
}

li.nav-item.dropdown.navdesktop ul li a {
  color: white !important;
}

.testimonial-slider-main .main-heading span {
  background: white !important;
  color: var(--primary);
}

.main-heading p {
  color: black;
}

.hero-card-content p {
  color: white;
}

section.hero-secion .hero-head h4 {
  color: black;
}

section.hero-secion .hero-content p {
  color: #dfdfdf;
}

section.hero-secion .hero-card-content p {
  color: black;
}

.offcanvas-header .btn-close {
  background: var(--gradient);
  color: white;
}





:root {
  --primary: #8b1921;
  --primary-light: #f2b1b5;
  --secondary: #ff737c;
  --gradient: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
}

/* Portfolio Box */
.portfolio-box {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background: var(--gradient);
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 20px;
}

.portfolio-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

/* Image Container */
.portfolio-image {
  position: relative;
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.portfolio-image img {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.portfolio-image img.back {
  opacity: 0;
  transform: scale(1.1);
}

.portfolio-box:hover .portfolio-image img.front {
  opacity: 0;
  transform: scale(1.1);
}

.portfolio-box:hover .portfolio-image img.back {
  opacity: 1;
  transform: scale(1);
}

/* Content */
.portfolio-content {
  margin-top: 15px;
}

.portfolio-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.portfolio-content span {
  font-size: 0.9rem;
  color: var(--primary-light);
  letter-spacing: 1px;
}

.hero-content {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.footer-links ul li {
  list-style: none;
  padding: 0;
}

.footer-links ul {
  padding: 0;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.social-icons a {
  flex: 0 0 50px;
  background: white;
  height: 50px;
  display: flex;
  color: #282828;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 50%;
}

.social-icons a:hover {
  background: var(--primary);
  color: white;
}

.portfolio .row {
  justify-content: center;
}

.choose-card i {
  font-size: clamp(1.625rem, 1.0941rem + 2.3596vw, 2.9375rem);
  color: var(--primary-light);
}

.choose-card.color-choose-card i {
  color: white;
}

.discuss-box-content h4 a:hover {
  color: #ffffffa8;
}

.testimonial-slider-main.contact-side p {
  color: white !important;
}

section.about-us-hero .hero-content p {
  font-size: 18px;
}

section.about-us-hero .hero-content p {
  font-size: 18px;
}


.hero-card-main.mt-5 .hero-card .hero-head h4 {
  color: black;
}

.hero-card-main.mt-5 .hero-card .hero-card-content p {
  color: black;
}

.full-card {
  height: 100%;
}

.no-justify .row {
  justify-content: unset !important;
}

.offcanvas-header>a {
  width: 148px;
}

.offcanvas-header>a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.after-before .swiper-slide img {
    width: 100%;
    height: 350px; /* adjust as you like */
    object-fit: contain;
    background-color: #f5f5f5; /* optional: shows background if image is smaller */
    border-radius: 10px; /* optional */
}.after-before .swiper {
    padding: 60px 0;
    padding-top: 20px;
}.swiper-pagination-bullet {
    background: var(--primary) !important;
}
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366; /* WhatsApp Green */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  z-index: 99;
  text-decoration: none;
}

.whatsapp-button img {
  width: 35px;
  height: 35px;
}


