:root {
  --primary: #e08734;
  --secondary: #0e2f5b;
  --font-heading: "Playfair", sans-serif;
  --font-body: "Inter", sans-serif;
  --icon: "Font Awesome 6 Pro", sans-serif;
}
::selection {
  background: var(--primary);
  color: #fff;
  text-shadow: none;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: none;
}
::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: var(--primary);
}
[class^="box-"] {
  display: none;
}
.accordion-list {
  position: relative;
}
.accordion-list > li {
  padding: 24px;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  background: var(--primary);
  border-radius: 6px;
  margin-bottom: 1.5rem;
  color: white;
  transition: 0.5s ease;
}
ul.accordion-list li span {
  display: flex;
  position: relative;
}
.accordion-list li h3 {
  /* color: #fff; */
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 26px;
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
ul.accordion-list li h3:after {
  content: "\2b";
  font-family: var(--icon);
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  font-weight: 600;
  flex-shrink: 0;
  content: "\f078";
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: #333333;
  border-radius: 100%;
}
ul.accordion-list li.active h3:after {
  content: "\f077";
}
.answer p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 24px;
}

.answer ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  list-style: disc;
  padding-left: 1rem;
  margin-top: 1rem;
}

.accordion-list .answer li span {
  font-size: 20px;
  font-weight: 500;
}

.accordion-list > li.active {
  background: #f9f9f9;
  color: #222;
}
html {
  overflow-x: hidden;
}
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1;
  color: #000;
  background: #f6f5f8;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-family: var(--font-heading);
}
*,
:focus,
:hover {
  outline: 0 !important;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
span {
  display: inline-block;
}
::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
::-moz-placeholder {
  opacity: 1;
}
.top-wrap {
  background: #09042d;
  padding: 10px 0;
}

.top-wrap p {
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

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

.top-wrap .top ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.top-wrap .top ul a {
  color: white;
}

.top-wrap .top ul a i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--primary);
  border-radius: 100%;
  font-size: 12px;
}

header {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  background: 0 0;
  z-index: 31;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  position: sticky;
}
header.sticky {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.bottom-nav > ul {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.bottom-nav > ul > li {
  padding: 1rem 0;
}
.bottom-nav {
  background: var(--primary);
}

.bottom-nav > ul > li > a {
  color: white;
}

.main-header .wrap .logo {
  flex-basis: 20%;
}

.main-header .wrap ul.menu.btns {
  flex-basis: 20%;
  justify-content: end;
}
.main-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menuWrap {
  display: flex;
  align-items: center;
  justify-content: end;
}
.logo {
  display: inline-block;
}
.logo img {
  display: block;
  max-width: 180px;
}
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 22;
  display: none;
}
.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: var(--primary);
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}
.menu-Bar span:nth-child(1) {
  top: 0;
}
.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}
.menu-Bar span:nth-child(3) {
  top: 16px;
}
.menu {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.menu > li {
  display: inline-block;
  vertical-align: middle;
}
.menu > li > a {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 2rem 0;
  font-size: 16px;
}
.header-btn {
  background: var(--primary);
  color: #fff !important;
  padding: 16px 20px !important;
  border-radius: 100px;
  font-weight: 400 !important;
  font-size: 16px !important;
}
.header-btn:hover {
  transform: scale(1.03);
}
.menu > li :hover > a {
  color: var(--primary);
}
@keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scale-display--reversed {
  0% {
    display: inline-flex;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  99% {
    display: inline-flex;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@keyframes slide {
  0% {
    height: 0;
  }
  100% {
    height: auto;
  }
}
@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1;
  }
  100% {
    top: 115px;
    opacity: 0;
  }
}
@keyframes btot {
  0% {
    top: 115px;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 1;
  }
}
.mainBanner {
  background-size: auto;
  position: relative;
  z-index: 0;
  min-height: 530px;
  display: flex;
  align-items: center;
  background: var(--bg);
  background-position: center bottom;
}
.mainBanner.bg-black {
    background: #333;
}
@keyframes moving {
  0% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
@keyframes scale {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes transformy {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes backgroundColorPalette {
  0% {
    background: var(--secondary);
  }
  50% {
    background: #000;
  }
  100% {
    background: var(--secondary);
  }
}
.banner-content {
  padding: 70px 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  flex-direction: column;
}

h1.banner-heading {
  font-size: 60px;
  line-height: 84px;
  margin-bottom: 1.5rem;
  letter-spacing: -2px;
  color: #fff;
}
.subtitle {
  color: var(--primary);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 30px;
}
h1.banner-heading span {
  color: var(--primary);
}
p.banner-text {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 1.5rem;
  color: #fff;
}
.btn-wrap .theme-btn.white {
  background: #fff;
  border-color: #fff;
}


.sec-heading {
  margin-bottom: 2rem;
}
.sec-heading.center {
  text-align: center;
}
.sec-heading h2 {
  font-size: 50px;
  line-height: 66px;
  color: #333333;
}
.sec-heading.white * {
  color: #fff;
}
.sec-heading p {
  line-height: 30px;
  color: #555555;
  margin: 1rem 0;
}
.sec-heading h2 span {
  color: var(--primary);
}
.sec-heading b {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin: 1rem 0;
}
section {
  padding: 4rem 0;
  position: relative;
}
.btn-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 1rem 0;
}
.btn-wrap .theme-btn {
  padding: 18px;
  background: var(--primary);
  color: #fff;
  font-size: 20px;
  transition: 0.5s ease;
  font-weight: 500;
  border-radius: 100px;
}
.btn-wrap .theme-btn:hover {
  transform: scale(1.03);
}

footer {
  background: #0f1525;
  padding: 1.5rem 0;
}

.portfolio-text p {
  font-size: 20px;
  font-weight: 600;
  margin-top: 5rem;
}
.portfolio-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.contact-wrap {
  display: flex;
  margin: 1.5rem 0;
  gap: 2rem;
  align-items: center;
}
header .contact-wrap {
  margin: 0;
}
.contact-wrap a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
  color: var(--secondary);
}
.contact-wrap .theme-btn {
  background: var(--primary);
  padding: 1rem;
  border-radius: 0 10px;
  color: var(--secondary) !important;
}
.contact-wrap.white a {
  color: #fff;
}
.bg-dark {
  background: linear-gradient(
    0deg,
    #0e2f5b 0,
    #0d2b4f 25%,
    #0e2642 50%,
    #102236 75%,
    #121d2a 100%
  );
  overflow: hidden;
}
@-webkit-keyframes translatey {
  0% {
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes translatey {
  0% {
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
ul.check-list {
  display: flex;
  gap: 2rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
ul.check-list li::before {
  content: "\f058";
  font-family: var(--icon);
  margin-right: 10px;
  font-weight: 700;
  color: var(--primary);
}
.cta {
  background: url("../images/cta.webp") no-repeat;
  padding: 50px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 15px;
  background-size: cover;
}
.cta::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    #050708 47.45%,
    rgba(69, 96, 110, 0.45) 100%
  );
}
.sec-heading h3 {
  color: #cca75d;
  font-size: 24px;
  line-height: 35px;
  border-bottom: 2px solid;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.sec-heading h3 {
  color: #cca75d;
  font-size: 24px;
  line-height: 35px;
  border-bottom: 2px solid;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
form.footer-form h3 {
  font-size: 45px;
  line-height: 60px;
  font-weight: 700;
}

/* video box  */
.video-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.video-box i {
  position: absolute;
  font-size: 20px;
  width: 50px;
  height: 50px;
  background: #ffffff8a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: white;
}
/* video box  */

/* why us card  */

.why-us-card {
  padding: 40px;
  color: white;
  border: 2px solid var(--primary);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  align-items: start;
}

.why-us-card h3 {
  font-size: 30px;
  line-height: 50px;
}

.why-us-card p {
  font-size: 18px;
  line-height: 30px;
}

.why-us-card span {
  width: 30px;
  height: 30px;
  display: block;
  background: white;
  border-radius: 100%;
}
/* why us card  */

.process-wrap {
  display: grid;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
}

.process-wrap .process-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
}

.process-wrap .process-card span {
  font-size: 22px;
  font-weight: 500;
}

.process-wrap .process-card:not(:last-child)::before {
  content: "";
  position: absolute;
  background: url("../images/process/line.webp") no-repeat;
  width: 66%;
  height: 20px;
  top: 38%;
  left: 80%;
  background-size: contain;
}

form.lead-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 40px;
  border-radius: 10px;
  background: white;
  border: 1px solid var(--primary);
}

form.lead-form h3 {
  font-size: 24px;
  line-height: 34px;
}

form.lead-form .field {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: start;
}

form.lead-form .field input,
form.lead-form .field > select {
  padding: 12px;
  width: 100%;
  border: 1px solid #ddd;
  transition: 0.5s ease;
  border-radius: 100px;
}

form.lead-form .field label,
form.lead-form .field .label {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  font-weight: 500;
}

form.lead-form .field input:focus {
  border-color: #333;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.radio-group label.radio {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.radio-group label.radio input {
  width: 20px;
  height: 20px;
  accent-color: var(--primary);
  margin-top: 5px;
}
.lead-form button.submit {
  width: fit-content;
  padding: 1rem 30px;
  background: var(--primary);
  border: 0;
  color: white;
  border-radius: 100px;
  align-self: end;
  font-size: 18px;
  transition: 0.5s ease;
}

.lead-form button.submit:hover {
  transform: scale(1.05);
}

/* Country Code */
.newcountrycode {
  position: relative;
  display: flex;
  align-items: center;
  /* padding-left: 40px; */
  border: 1px solid #ddd;
  height: 46px;
  border-radius: 5px;
  width: 100%;
  background: #fff;
  border-radius: 100px;
}

.newcountrycode select {
  width: 56px;
  border: 0;
  padding: 0px 19px;
  font-size: 16px;
  position: relative;
  z-index: 1;
  background: transparent;
}

.newcountrycode .countrycode {
  width: 100px !important;
  border: 0;
  background: #f9f9f9;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
}
.newcountrycode .phone-field {
  width: 100%;
  border-radius: 100px;
}
.newcountrycode input {
  border: 0;
}
/* Country Code */
.package {
  position: relative;
}
.package::before {
  content: "";
  position: absolute;
  background: url("../images/off.webp") no-repeat;
  width: 150px;
  height: 150px;
  background-size: contain;
  right: 0;
}

.links {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.mainBanner.bg-black .banner-heading {
  margin: 0;
  padding: 50px 0;
}

/* 404 */

.error-text {
  font-size: 96px;
  line-height: 68px;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.error-heading {
  font-weight: 500;
  font-size: 52px;
  line-height: 68px;
}

.thankyou-text {
  font-size: 20px;
  initial-letter: 30;
  line-height: 34px;
  margin-top: 20px;
}

/* 404 */
/* terms */
.terms h1 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 2rem;
}

.terms ul {
  line-height: 25px;
  font-size: 16px;
  color: #333;
}

.terms ul li {
  margin-bottom: 1rem;
}

.terms ul li::marker {
  font-size: 22px;
  font-weight: 500;
}

.terms h4 {
  font-size: 24px;
  margin: 1rem 0;
}

.terms p {
  margin-bottom: 1rem;
}

/* terms */

.anim {
  animation: scale 0.5s infinite alternate;
}

@keyframes scale {
  form {
    transform: scale(1);
  }
  to {
    transform: scale(1.04);
  }
}

.logos {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.5rem;
}

.company-slide {
  display: flex;
  align-items: end;
  position: relative;
}

.company-slide .content {
  position: absolute;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  display: flex;
  padding: 1.5rem;
}
.company-slide .content img {
  max-height: 60px;
}
.company-slide .content a {
  width: 55px;
  height: 55px;
  background: white;
  color: #28256c;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.companies .slick-slide {
  margin: 0 5px;
}

/* Custom Slick Css */

.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}

.slick-dots li {
  margin: 0 10px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}

.slick-dots li button {
  height: 14px;
  width: 14px;
  border-radius: 100px;
  padding: 0px;
  background: #dddddd;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: var(--primary);
}

.testi-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.testi-slide p {
  color: white;
  font-size: 28px;
  text-align: center;
  font-weight: 400;
  line-height: 42px;
}

.testi-slide .name {
  color: #28256c;
  font-size: 20px;
  font-weight: 500;
}
.testi-wrap {
  position: relative;
  z-index: 0;
}

.testi-wrap .arrows {
  display: flex;
  width: 120%;
  justify-content: space-between;
  margin-left: -10%;
  position: absolute;
  top: 55%;
  z-index: -1;
}

.testi-wrap .arrows a {
  width: 50px;
  height: 50px;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.form-bg {
  background: url("../images/form-bg.webp") no-repeat;
  background-size: cover;
  background-position: bottom;
}

form.bottom-form input,
form.bottom-form textarea {
  border: 1px solid #bfbfbf;
  padding: 1rem 20px;
  width: 100%;
  border-radius: 100px;
  background: #f0f0f0;
}

form.bottom-form button {
  background: var(--primary);
  padding: 1rem 30px;
  color: white;
  border: 0;
  border-radius: 100px;
  width: 100%;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* Dropdown */

.has-child {
  position: relative;
  z-index: 1;
}

.dropdown {
  position: absolute;
  top: 100%;
  display: none;
  width: 680px;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  box-shadow: -1px 5px 84px 0px #00000017;
}
.dropdown .wrap {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  padding: 1rem;
}
.dropdown.no-span {
  width: 450px;
}

.dropdown .dropdown {
  left: 100%;
  top: 0;
}

.dropdown ul li a {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  width: 100%;
  font-weight: 500;
}

.dropdown ul {
  display: grid;
  flex-direction: column;
  width: 100%;
  grid-template-columns: repeat(4,1fr);
}

.dropdown li {
  display: flex;
  align-items: center;
  transition: 0.5s ease;
  padding: 12px 1rem;
}

.dropdown > li:hover > a {
  color: var(--primary);
}

.chev.rotate {
  transform: rotate(180deg);
}

.chev {
  transition: 0.5s ease;
  font-size: 14px;
}
.dropdown li:not(:last-child) {
}

.dropdown .dropdown {
  top: 0;
  left: 100%;
}

.dropdown .inner-hover {
  position: relative;
}

.dropdown li {
}
/* Dropdown CSS*/

.image-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-card img {
  width: 100%;
}

.image-card .content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.image-card .content h3 {
  font-size: 30px;
  line-height: 30px;
  color: white;
}

.image-card .content p {
  color: white;
  line-height: 30px;
  font-size: 18px;
}

form.ban-form {
  padding: 4px;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}

form.ban-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100px; /* Same border radius */
  padding: 2px; /* Border width */
  background: linear-gradient(92.16deg, #ff6161 2.54%, #ffb700 101.28%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none; /* Ensure the pseudo-element does not block interactions */
  z-index: -1; /* Place the pseudo-element behind the actual content */
}

form.ban-form button {
  padding: 1.5rem;
  background: var(--primary);
  border-radius: 100px;
  border: 0;
  color: white;
}

form.ban-form input {
  padding: 10px 30px;
  background: transparent;
  border: 0;
  border-right: 1px solid #fff;
  color: white;
}

form.ban-form input:nth-child(3) {
  border: 0 !important;
}

form.ban-form input::placeholder {
  color: white;
}

.companies-wrap {
  padding: 2rem 0;
}

.companies-wrap .companies {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}

.counter-wrap {
  border: 1px solid #555;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 1rem;
}

.counter-wrap .counter {
  font-size: 32px;
  line-height: 40px;
  font-family: var(--font-heading);
  color: var(--primary);
}

.counter-wrap p {
  color: #555555;
}
.bg-light {
  background: #fff5ec !important;
}

ul.tabs {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

ul.tabs a {
  color: #333333;
  padding: 1rem 30px;
  border: 2px solid #555;
  border-radius: 100px;
  font-weight: 500;
}

ul.tabs .active a {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}
.bg-gradient {
  background: url("../images/gradient.webp") no-repeat !important;
  background-size: cover;
}

.testi-slide .client {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testi-slide .client .det {
  display: flex;
  flex-direction: column;
}

.testi-slide .client .det span.name {
  font-size: 45px;
  line-height: 50px;
  color: white;
  font-weight: 700;
}

.testi-slide .client .det span.des {
  color: white;
  font-size: 20px;
  line-height: 30px;
}
form.bottom-form input::placeholder,
form.bottom-form textarea::placeholder {
  color: #555;
}

form.bottom-form textarea {
  border-radius: 10px;
}

footer .links {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 1.5rem;
  text-align: left;
}

footer .hdng {
  text-align: left;
  color: white;
  margin: 0;
  display: block;
  font-size: 20px;
  font-family: var(--font-heading);
  margin-bottom: 1.5rem;
  color: var(--primary);
}

footer .links a {
  color: white;
}

footer .logo {
  margin-bottom: 1.5rem;
}

footer p {
  color: white;
  line-height: 30px;
}

ul.detail-ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}

ul.detail-ul a {
  color: white;
  line-height: 26px;
  font-size: 14px;
}
.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2rem;
  border-top: 1px solid #ddd;
  padding-top: 1.5rem;
}

.copyright img {
  max-width: 250px;
}
.copyright a {
    width: 250px;
}
.bordered-card {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: start;
  background:white;
  border: 1px solid;
  position:relative;
  height: 100%;
}

.bordered-card h3 {
  font-size: 30px;
  line-height: 40px;
}

.bordered-card p {
  color: #555;
  line-height: 30px;
}

.process-card {
  border: 1px solid #555;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-height: 200px;
  position: relative;
  align-items: center;
  justify-content: center;
}

.process-card .number {
  font-size: 40px;
  /* font-family: var(--font-heading); */
  width: 100px;
  height: 100px;
  background: var(--primary);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: absolute;
  top: -50px;
}

.process-card p {
  font-family: var(--font-heading);
  font-size: 32px;
  text-align: center;
  line-height: 40px;
}

.process-card.d2 {
  min-height: 350px;
}

.process-card.d2 span.text {
  font-size: 18px;
  line-height: 28px;
  color: #555;
  text-align: center;
}
.margin-top {
  margin-top: 50px;
}

.cta-overlap {
  background: #333333;
  padding: 0 80px;
  border-radius: 15px;
}
.cta-overlap img {
  display: flex;
  margin-top: -70px;
}

.count-card {
  background: #333333;
  color: white;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}

.count-card .number {
  font-family: var(--font-heading);
  font-size: 50px;
}

.count-card .hdng {
  color: #e08734;
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 34px;
}

.count-card p {
  line-height: 30px;
}
li.responsive {
  display: none;
}

/* popup */

.overlay {
  background-color: rgb(197 197 197 / 32%);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
  display: none;
  backdrop-filter: blur(10px);
}

.popupmain {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 800px;
  background: url("../images/popbg.webp")no-repeat;
  box-shadow: 0 0 30px -9px #0000006e;
  z-index: 9999999;
  overflow: visible;
  display: none;
  border-radius: 30px;
  max-width: 97%;
  max-height: 90vh;
  /* overflow-y: auto; */
  background-size: cover;
}
.popupmain::before{
  content: "";
  background: url("../images/popup.webp")no-repeat;
  width: 330px;
  height: 550px;
  background-size: contain;
  position: absolute;
  right: -60px;
  bottom: -27px;
}
.mmpopup {
  /* text-align: center; */
  padding: 60px 20px 20px;
  position: relative;
}

.mmpopup .formpop {
  width: 61%;
}

.mmpopup .fld-input {
  height: 50px;
  width: 100%;
  /* margin-bottom: 9px; */
  border-radius: 10px;
  margin-bottom: 1rem;
  border: 1px solid #d1d5db;
  overflow: hidden;
}

.mmpopup .centercont h3 {
  font-size: 38px;
  color: #141515;
}

.mmpopup .centercont h4 {
  font-size: 20px;
  color: #566060;
  margin-bottom: 15px;
}

.mmpopup .centercont h4 span {
  color: #86cb92;
}

.mmpopup .centercont h4 span span {
  display: none;
}

.mmpopup .centercont p {
  color: #333;
  font-size: 14px;
  margin-bottom: 120px;
  line-height: 20px;
}

.closeico {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  border-radius: 100px;
}

.closeico i {
  background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
    no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}

.closeico1 {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
}

.closeico1 i {
  background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
    no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}

.mmpopup .centercont p {
  margin: auto;
  display: block;
  position: relative;
  line-height: 24px;
  color: #232323;
  margin-bottom: 1rem;
}

.mmpopup .centercont ul {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 27px 49px 27px 24px;
  background: #fff;
  border-radius: 10px;
  margin-right: 20px;
}

.mmpopup .centercont ul li {
  display: block;
  font-size: 15px;
  color: #000;
  padding-bottom: 12px;
}

.mmpopup .centercont ul li.last {
  padding-bottom: 0;
}

.mmpopup .centercont ul li i {
  color: #ff533e;
  border: 1px solid;
  border-radius: 100px;
  margin-right: 8px;
  font-size: 10px;
  padding: 3px;
}

.mmpopup .centercont h4 {
  font-size: 35px;
  color: #0085ff;
}

.mmpopup .centercont h3 {
  font-size: 50px;
  color: #0085ff;
  text-align: left;
}

.mmpopup .centercont h3 span {
  display: block;
  color: #ffffff;
  font-size: 44px;
  line-height: 55px;
  margin-bottom: 10px;
  font-family: var(--font-body);
  font-weight: 700;
}

.mmpopup .centercont h4 span {
  font-weight: 700;
  color: #000;
  font-size: 60px;
}

.fld-input {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(218 217 217);
  border-radius: 5px;
  background-color: #fff;
  width: 354px;
  height: 66px;
  margin-bottom: 20px;
}

.fld-input input {
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 16px;
  letter-spacing: 0.2px;
  background: #eeeeee;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none;
  font-family: "Inter";
}

.fld-input input::placeholder {
  color: #737373;
  font-weight: 400;
}

.fld-btn button {
  border-radius: 5px;
  background-color: var(--primary);
  width: 100%;
  color: white;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  cursor: poRoboto;
  transition: 0.5s;
  font-family: "Inter";
  height: 59px;
  cursor: pointer;
  border: 0;
}

.fld-btn button i {
  padding-left: 12px;
}

.fld-btn button:hover {
  transform: scale(1.03);
}
.popupmain .field input,
.popupmain .field textarea {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  padding: 14px;
}

.mmpopup .formpop form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.mmpopup .formpop button.submit {
  background: transparent;
  color: white;
  border: 0;
  border-radius: 100px;
  padding: 1rem;
  transition: 0.5s ease;
  align-self: start;
  border: 2px solid;
}

.mmpopup .formpop button.submit:hover {
  transform: scale(1.05);
}
/* popup */
.footer-heading .logo img {
    filter: brightness(85);
    opacity: .5;
}

.bordered-card:hover:before {
    background: var(--primary);
    transform: rotate(-5deg);
}

.bordered-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--primary);
    z-index: -1;
    transition: .5s ease;
}

.testi-slide .client span.image {
    width: 50px;
    height: 50px;
    background: var(--primary);
    border-radius: 100%;
    font-size: 20px;
    font-weight: 600;
    display: grid;
    place-items: center;
}

.testi-card {
    padding: 20px;
    border: 1px solid var(--primary);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    position: relative;
    transition: .5s ease;
}

.testi-card .client {
    display: flex;
    gap: 10px;
    align-items: center;
}

.testi-card .client .image {
    background: var(--primary);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: grid;
    place-items: center;
    font-weight: 600;
}

.testi-card .client .name {
    font-size: 20px;
    font-weight: 500;
}

.testi-card p {
    color: #555;
    line-height: 30px;
}

.companies-wrap .companies img {
  height: 50px;
  width: auto !important;
}

.companies-wrap .companies .slick-slide div {
  width: 100%;
  text-align: center;
}
.port-card {
  height: 540px;
  overflow: hidden;
}
.port-card a,.port-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}








ul.featured-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

ul.featured-list li {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-left: 2px solid transparent;
  cursor: pointer;
}

ul.featured-list li .hdng {
  font-size: 30px;
  font-family: var(--font-heading);
}

ul.featured-list li p {
  font-size: 16px;
  line-height: 24px;
  color: #555;
}

ul.featured-list li.active {
  border-left: 2px solid #000;
}

.list-images {height: 100%;}

.list-images img {
  display: none;
  max-height: 550px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.list-images img.active {
  display: block;
}


.vid-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vid-wrap a{
  display: none;
}
.vid-wrap a#pause{
  opacity: 0;
}
.vid-wrap:hover a#pause{
  opacity: 1;
}
.vid-wrap a.active {
  position: absolute;
  font-size: 24px;
  width: 70px;
  height: 70px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  border-radius: 100%;
}
@media (max-width: 1400px) {
    .menu > li > a{
        font-size: 14px;
    }
    .menu{
        gap: 1rem;
    }
}


.floating_widget_link {
    padding: 20px;
    border: 1px solid #d7d7d7;
    border-radius: 0 4px 4px 0;
    border-left: medium none;
    box-shadow: 0 5px 17px -3px rgba(0, 0, 0, .12);
    transform: translateX(-5%);
    opacity: 1;
    left: 0;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: auto;
    background-color: #fff;
    text-align: center;
    max-width: 120px;
    cursor: pointer;
    z-index: 1020;
    margin-top: auto;
    bottom: 0;
    height: 165px;
    display: inline-block;
    position: fixed;
    top: 0;
    color:#333 !important;
}

.floating_widget_link:hover {
    transform: translateX(0);
    box-shadow: 0 4px 16px -2px rgba(0, 0, 0, .15)
}

.numbers {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 6px;
}

.number_big {
    font-weight: 600
}

.number_small {
    color: #000000cc;
    font-size: 12px
}

.ratingStars {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}

.ratingStars img {
    width: 100%
}

.subheading {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 8px
}

.subheading_small {
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}

.subheading_big {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
}

.floating_footer {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-top: 5px;
    border-top: 1px solid #ccc
}

.reviewsLogo {
    display: flex;
    font-size: 14px;
    align-items: center;
    gap: 5px;
}

.testi-card:hover {
    background: var(--primary);
    display: flex;
}

.testi-card:hover * {
    color: white;
}

.testi-card:hover .image {
    background: #333;
}

video.video {
    width: 100%;
}

.social-wrap {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-wrap a {
    font-size: 20px;
    color: #fff;
    width: 35px;
    height: 35px;
    background: #1e273c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.social-wrap a:hover {
    color: var(--primary);
}


ul.detail-ul h3 {
    font-size: 24px;
    color: white;
    font-family: var(--font-body);
    font-weight: 500;
}
@media (max-width: 1200px) {
    .popupmain::before{
        content:none;
    }
    .mmpopup .formpop{
        width:100%;
    }
  li.responsive .has-child,
  .inner-hover {
    display: flex;
    flex-direction: column;
  }

  .bottom-nav {
    display: none;
  }
  header {
    padding: 1rem 0;
  }
  .btns {
    margin: 1.5rem 0;
  }
  a.header-btn {
    padding: 15px 20px !important;
    margin-bottom: 0 !important;
    display: flex !important;
    gap: 5px !important;
    align-items: center;
  }
  .menuWrap .menu:first-child {
    padding-left: 0;
    width: 100%;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .menu-Bar {
    display: block;
    top: 0;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    height: 100dvh;
    display: flex;
    align-items: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 3;
    width: 70%;
    overflow-y: auto;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    justify-content: space-between;
  }
  .menuWrap.open {
    left: 0;
  }
  ul.menu > li {
    display: flex;
    justify-content: center;
    gap: 5px;
    border-bottom: 1px solid #ddd;
    padding: 0;
    flex-direction: column;
    width: 100%;
  }
  ul.menu > li > a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding-right: 0;
    margin-right: 0;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
  }
  .container {
    position: relative;
  }
  header .main-header ul.menu > li > a {
    color: #333;
    width: 100%;
    text-align: left;
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
  }
  header .main-header ul.menu > li > a:before {
    display: none;
  }

  .contact-wrap {
    gap: 1rem;
  }
  header .contact-wrap li {
    border-bottom: 0;
  }
  header .contact-wrap li a span {
    display: block !important;
  }
  .dropdown {
    position: unset;
    box-shadow: none;
    width: 100%;
    background: #f0f8ff80;
  }
  .dropdown ul li a {
    padding: 0;
    line-height: 1rem;
    padding: 1rem;
    font-weight: 500;
  }
  .dropdown ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
  .dropdown li {
    padding: 0;
    width: 100%;
    background: transparent;
  }
  .dropdown ul li a {
    font-size: 14px;
    /* background:#d70d2e14; */
  }
  .dropdown {
    padding: 1rem;
    padding: 0;
    border-top: 1px solid var(--primary);
    background: #e0873426;
  }
  ul.menu.btns {
    width: 100%;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  ul.menu.btns a {
    justify-content: center !important;
  }
  .dropdown li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .dropdown ul {
    gap: 0;
  }

  .top-wrap {
    display: none;
  }

  .main-header .wrap .menu {
    flex-direction: column;
  }

  .main-header .wrap .menu {
    position: fixed;
    width: 80%;
    background: white;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 999;
    gap: 0;
    justify-content: start;
    transition: 0.5s ease;
    overflow-y: scroll;
  }
  .main-header .wrap .menu.open {
    left: 0;
  }
  .main-header .wrap .menu a {
    color: #333;
    display: flex;
    justify-content: space-between;
  }

  .wrap ul.menu.btns {
    display: none;
  }

  form.ban-form {
    flex-direction: column;
    width: 100%;
    padding: 1rem;
  }

  form.ban-form:before {
    border-radius: 10px;
  }

  form.ban-form input {
    border: 0;
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid #fff;
  }

  form.ban-form input:nth-child(3) {
    border-bottom: 1px solid #fff !important;
  }

  .mainBanner {
    min-height: auto;
    padding: 1rem 0;
  }

  .companies-wrap .companies {
    flex-wrap: wrap;
  }

  .companies-wrap .companies img {
    height: 30px;
  }

  .dropdown li {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .dropdown li div,
  .dropdown li .wrap ul {
    width: 100%;
  }

  .dropdown .inner-dropdown {
    display: none;
    background: #e0873426;
  }
  .grand-dropdown {
    display: none;
  }
  .grand-dropdown {
    background: #e0873426;
  }
  .dropdown .wrap {
    padding: 0;
    border-radius: 0;
    background: #e087340f;
    box-shadow: none;
}
}

@media (max-width: 1025px) {
  .btn-wrap .theme-btn {
    font-size: 16px;
    padding: 15px;
  }
}
@media (max-width: 1023px) {
    form.lead-form .field input, form.lead-form .field > select {
        padding: 10px;
    }
    
    .newcountrycode {
        height: 42px;
    }
    .mmpopup .centercont h3 span {
        font-size: 26px;
        line-height: 33px;
    }
    
    .popupmain {
        overflow-y: auto;
    }
    
    .mmpopup {
        padding: 20px;
    }
    .cta-overlap{
        padding: 20px;
    }
    .cta-overlap img{
        display:none;
    }
    .copyright a {
        width: auto;
    }
    .floating_widget_link{
        display:none;
    }
  .portfolio-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  section.cta-sec {
    background: linear-gradient(
      180deg,
      #0f2f5a 0,
      #0f2b4e 25%,
      #102642 50%,
      #122236 75%,
      #131d2a 100%
    );
    text-align: center;
  }
  section {
    padding: 2rem 0;
  }
  .banner-img {
    display: none;
  }
  .banner-content {
    padding: 40px 0 80px;
  }

  .package::before {
    width: 100px;
    height: 100px;
    top: -35px;
  }

  .process-wrap .process-card img {
    width: 100px;
  }

  .process-wrap .process-card span {
    font-size: 16px;
  }

  .process-wrap .process-card:before {
    content: none;
    display: none;
  }

  .links {
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .links a {
    margin: 0;
  }

  .bordered-card {
    padding: 20px;
  }

  .process-card .number {
    position: unset;
  }

  .margin-top {
    margin: 0;
  }

  .sec-heading {
    margin-bottom: 1rem;
  }

  .testi-slide .client {
    flex-direction: column;
  }

  .sec-heading h2 svg {
    display: none;
  }

  .testi-slide p {
    font-weight: 400;
  }

  .slick-dots {
    padding: 10px 0 0;
  }

  .testi-slide {
    text-align: center;
  }
}
@media only screen and (min-width: 280px) and (max-width: 767px) {
  .subtitle {
    font-size: 20px;
  }
  header {
    padding: 1rem 0;
  }
  .banner-content {
    padding: 20px 0 20px;
  }
  h1.banner-heading {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 1rem;
  }
  p.banner-text {
    max-width: 100%;
    font-size: 16px;
    line-height: 25px;
  }
  .btn-wrap {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .btn-wrap a {
    width: 100%;
    text-align: center;
  }
  .banner-img {
    display: none;
  }
  .sec-heading h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .sec-heading p {
    font-size: 16px;
    line-height: 26px;
  }
  .copyright {
    flex-direction: column;
    gap: 12px;
  }
  header .contact-wrap a img {
    width: 30px !important;
    height: 30px;
    flex-shrink: 0;
    display: flex;
    aspect-ratio: 1/1;
  }
  header .contact-wrap .theme-btn span {
    display: none;
  }
  .cta-sec {
    background: linear-gradient(
      180deg,
      #0f2f5a 0,
      #0f2b4e 25%,
      #102642 50%,
      #122236 75%,
      #131d2a 100%
    );
  }
  section {
    padding: 1rem 0;
  }
  .accordion-list li {
    padding: 10px;
  }
  .accordion-list li h3 {
    font-size: 1rem;
  }
  .fancybox-content {
    padding: 20px;
  }

  .why-us-card {
    padding: 20px;
  }

  .why-us-card h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .why-us-card p {
    font-size: 16px;
  }

  .cta {
    padding: 20px;
  }

  form.lead-form {
    padding: 20px;
  }

  form.lead-form .field label,
  form.lead-form .field .label {
    font-size: 14px;
    line-height: 24px;
  }

  .newcountrycode .countrycode {
    padding: 0;
    width: 60px !important;
  }
  .process-wrap {
    grid-template-columns: 1fr;
  }
  .process-wrap .process-card::before {
    display: none;
  }
  ul.check-list li {
    display: flex;
  }

  .package::before {
    display: none;
  }

  ul.accordion-list li h3:after {
    width: 40px;
    height: 40px;
  }

  .testi-wrap .arrows {
    position: unset;
    width: fit-content;
    margin: 2rem auto 0;
    display: flex;
    gap: 1rem;
  }

  .testi-wrap .arrows a {
    width: 40px;
    height: 40px;
    padding: 14px;
  }

  .testi-slide p {
    font-size: 20px;
    line-height: 30px;
  }
  ul.tabs a {
    font-size: 14px;
    padding: 10px;
}
}
