@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --darkgreen: #062b27;
  --beige: #f6db87;
  --grey: #1e1e1e;
  --yellow: #b28e37;
  --dmsans: "DM Sans", sans-serif;
}

h3.heading {
  font-size: 40px;
  font-family: var(--dmsans);
  font-weight: 700;
  line-height: 50px;
}

.padding_70 {
  padding: 70px 0px;
}
a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong,
label,
a.nav-link,
i {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* header */
.banner_Sectionbg {
  background: radial-gradient(circle at 79% 48%, #d4a23a, #062b27 33%);
}
body {
  color: #fff;
  background-color: #062b27;
}
.banner_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}
.btn_combo {
  display: flex;
  gap: 20px;
}
.navbar_section .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff;
}
.navbar_section .nav-link {
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: var(--bs-nav-link-font-weight);
  color: #fff !important;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
section.navbar_section {
  background: radial-gradient(circle at right center, #ffffff, #062b27 0%);
}
.navbar_section li.nav-item {
  padding: 0px 15px;
}
.beige_btn {
  color: #000;
  background: var(--beige);
  padding: 10px 28px;
  border-radius: 40px;
  display: flex;
  font-size: 17px;
  align-items: center;
  width: max-content;
}
.footer_sec {
  background: var(--grey);
  color: #fff;
}
.nav-link:focus,
.nav-link:hover {
  color: #fff !important;
}
.footer_sec .nav-link {
  display: block;
  padding: 2px;
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  line-height: 24px;
}
.icon_boxe i {
  font-size: 18px;
}
.ftr_icon_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 18px;
}
.icon_boxe {
  background: var(--yellow);
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_sec h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  font-family: var(--dmsans);
}
.copyright {
  border-top: 1px solid #eee;
}
.footer_sec p {
  font-size: 14px;
  color: #dcdcdc;
  line-height: 25px;
}

h1.heading {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  font-family: var(--dmsans);
}
.banner_Sectionbg p.dscp {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--dmsans);
}
p.dscp {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--dmsans);
}
.transparent_btn {
  color: #fff;
  background: #ffffff38;
  padding: 13px 30px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  width: max-content;
}
/* marquee */
.logo-marquee {
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 30s linear infinite;
  will-change: transform;
}

/* .marquee-track img {
    height: 35px;
    margin: 0 40px;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: 0.3s;
} */

.marquee-track img {
  height: 50px;
  margin: 0 40px;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: 0.3s;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
}

.marquee-track img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* expert */
.expert_Box {
  padding: 28px 22px;
  background: #ffffff26;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 258px;
}
img.expert_img {
  width: 50px;
  background: var(--beige);
  padding: 13px;
  border-radius: 18px;
}
h5.sub_heading {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 26px;
  font-weight: 500;
  font-family: var(--dmsans);
}
img.expert_centerimg {
  width: 310px;
}
.expert_Box_center {
  background: var(--beige);
  color: #000;
  padding: 33px 20px 0px 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  border-radius: 28px;
  align-items: center;
  justify-content: center;
}
.expert_Box_center h5.sub_heading {
  font-size: 21px;
  line-height: 31px;
  font-family: var(--dmsans);
}
section.expert_Sec {
  background: radial-gradient(circle at 68% 48%, #d4a23a, #062b27 36%);
}
.point_img {
  display: flex;
  align-items: center;
  gap: 13px;
  justify-content: flex-start;
}
.point_img img {
  width: 40px;
  height: 40px;
  background: var(--beige);
  padding: 9px;
  border-radius: 13px;
  object-fit: scale-down;
}
.right_content,
.points_combo {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.points_combo h5.sub_heading {
  text-transform: capitalize;
  font-weight: 400;
}
h2.heading {
  font-size: 49px;
  font-family: var(--dmsans);
  font-weight: 700;
  line-height: 60px;
}
section.why_choose {
  background: radial-gradient(circle at 30% 49%, #d4a23a, #062b27 43%);
}
img.work_img {
  width: 100%;
}

img.testimg {
  width: 100%;
  max-width: 50px;
  border-radius: 25px;
}
.testimonial_card {
  background: #ffffff1f;
  padding: 45px 38px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.user_box {
  display: flex;
  align-items: center;
  gap: 20px;
}
p.description {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--dmsans);
}
p.dscp.big_dscp {
  text-transform: uppercase;
}
/* fade the side items */
.testimonial_slider .owl-item:not(.center) {
  opacity: 0.4;
  transform: scale(0.85);
  transition: 0.4s ease;
}

/* active centered slide */
.testimonial_slider .owl-item.center {
  opacity: 1;
  transform: scale(1);
}
/* dots */
.owl-dots {
  display: block !important;
  margin-top: 20px !important;
  text-align: center !important;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ffffff38 !important;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
}

.owl-dots .owl-dot.active span {
  background: #fff !important;
}
/* news */
.article_card {
  background: #ffffff1f;
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  position: relative; /* IMPORTANT */
}
img.article_img {
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  width: 100%;
  display: block;
}
span.badge_tag {
  position: absolute;
  left: 28px;
  top: 39%; /* pushes half inside the body */
  z-index: 10;

  background: var(--beige);
  color: #041c1e;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 20px;
  width: fit-content;
}

.article_body {
  padding: 45px 28px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.article_card h5.sub_heading {
  font-size: 23px;
  text-transform: capitalize;
  line-height: 33px;
  font-weight: 500;
  font-family: var(--dmsans);
}
.news_box {
  border-top: 1px solid #ccc;
  padding-top: 18px;
}
.view_Btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.testnews_Sec {
  background: radial-gradient(circle at 31% 56%, #d4a23a, #062b27 45%);
}
.beige_btn:hover {
  background: #000;
  color: var(--beige);
}
.transparent_btn:hover {
  background: #ffffff55; /* slightly brighter */
}
img.head_logo {
  width: 150px;
}
.banner_Sectionbg,
.expert_Sec,
.why_choose,
.global-bg-wrapper,
.testnews_Sec_Seprate,
.testnews_Sec {
  overflow: hidden;
}
.subinfo {
  border-bottom: 7px solid var(--beige);
  padding-bottom: 40px;
}
.global-bg-wrapper {
  background: radial-gradient(circle at 99% 6%, #d4a23a, #062b27 26%);
}
.global-bg-wrapper section.navbar_section {
  background: transparent;
}
section.testnews_Sec_Seprate {
  background: radial-gradient(circle at -4% 100%, #d4a23a, #062b27 19%);
}
.article_card_sec {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
/* contact */
.cont_info_sec {
  font-family: var(--poppins);
}

.cont_info_sec h2 {
  font-size: 28px;
  font-weight: 600;
  font-family: var(--poppins);
}

.cont_info_box {
  background: #fff;
  padding: 10px;
  border-radius: 20px;
  position: relative;
}

.cont_info_left {
  background: #06201f;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.cont_info_left::before {
  position: absolute;
  content: "";
  background: #1a1a1a;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  bottom: -70px;
  right: -70px;
  z-index: -1;
}

.cont_info_left::after {
  position: absolute;
  content: "";
  background: #48484880;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  bottom: 70px;
  right: 70px;
}

.cont_info_left p.dscp {
  color: #c9c9c9;
}

ul.cont_info {
  margin-bottom: 70px;
  padding-left: 0px;
}

ul.cont_info li {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin: 30px 0px;
}

.cont_info_sec .social_icons a {
  font-size: 16px;
  margin: 5px;
  background: #1b1b1b;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
  transition: 0.3s ease;
}

.cont_info_sec .social_icons a:hover {
  background: #fff;
  color: #1b1b1b;
}

.cont_info_sec form {
  padding-top: 50px;
  padding-bottom: 30px;
}

.cont_info_sec form label {
  font-weight: 600;
  color: #000;
}

.cont_info_sec input.form-control {
  border: transparent !important;
  background: transparent !important;
  border-bottom: 1px solid black !important;
  border-radius: unset;
  padding-left: 0;
}

.form-check .form-check-input {
  border-radius: 50% !important;
  box-shadow: none !important;
  background-color: #e0e0e0;
}

.cont_info_sec .black_btn {
  position: relative;
  border: none;
  background: #06201f;
  color: #fff;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 26px;
  padding: 15px 30px;
  border-radius: 10px;
}
