@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap');
*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
}
html{
    font-size: 16px;
}
body{
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight:normal;
  font-style: normal;
}

.sp{
    padding: 60px 0;
}
p{
    font-size: 1rem;
    line-height: 19.2px;
}
.container {
    max-width: 70rem;
    margin: 0 auto;
}
@media (max-width:1200px) {
    .container {
    padding: 0 20px;
  }
}

/* ---------------hero section ------------ */
:root {
  --_background-color---background-tertiary: #023347;
  --button-bg:#0bd6aa;
  --button-bg-new:#173b8b;
  --card-bg:#eee;
  --btn-hover-bg:#39444e;
}

/* HERO SECTION */
.hero {
    min-height: 100%;
    background-position: center;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.hero__container {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 2rem;
}
.hero__content {
    color: #fff;
}
.hero__rating {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #ffd24d;
}

.hero__rating span {
    display: block;
    font-size: 1rem;
    margin-top: 6px;
    color: #fff;
    font-weight: 700;
    line-height: 19.2px;
}

.hero__title {
    font-size: 2.375rem;
    line-height: 45.6px;
    margin-bottom: 24px;
    color: #ffffff;
    font-weight: 700;
}

.hero__title span {
    color: #ff8400;
}

.hero__subtitle {
  margin-bottom: 32px;
}

.hero__list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}

.hero__list li {
    font-size: 1.375rem;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
}
.hero__list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  /* color:var(--button-bg-new); */
}
.hero__cta {
    display: flex;
    border: none;
    position: relative;
    font-size:1.13rem;
    font-weight: 600;
    padding: 16.2px 28.8px;
    background-color: var(--button-bg-new);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    flex-direction: column;
    overflow: hidden;
    cursor: pointer;
    font-family: 'Cabin';
    border: 2px solid var(--button-bg-new);
}
/*
.hero__container .hero__cta {
    border-color: #fff;
} */
button.hero__cta span {
    transition: 0.3s;
}
.hero__cta:hover span.btn-1-text {
    transform: translateY(-100px);
}
span.btn-2-text {
    transform: translate(-50%, 150%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.hero__cta:hover {
    background-color: var(--btn-hover-bg);
}
.hero__cta:hover span.btn-2-text {
    transform: translate(-50%, -50%);
}
.hero__badge {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 32px;
}
.hero__badge p {
   font-size:0.8rem;
}

.hero__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.topsvg {
    margin-bottom: 20px;
}
.hero__media img {
  max-width: 100%;
  border-radius: 16px;
}

.hero__labels {
  display: flex;
  gap: 12px;
}

.hero__labels span {
    font-size: 0.875rem;
    background: rgb(23 59 139 / 49%);
    backdrop-filter: blur(6px);
    border-radius: 8px;
    padding: 16px 24px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-box{
  inset: 0;
}
.header_video {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    height: auto;
}

.header_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* ===========================
   TABLET (≤ 1024px)
   =========================== */
@media (max-width: 1024px) {
  .hero__container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero__title {
    font-size: 2.4rem;
  }

  .hero__subtitle {
    max-width: 100%;
  }
}

/* ===========================
   MOBILE (≤ 749px)
   =========================== */
@media (max-width: 749px) {
.hero {
    background-image: linear-gradient(#173b8b, #173b8b), url(../img/hb-1.png);
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
}

  .hero__container {
    gap: 40px;
  }

  .hero__title {
    font-size: 2rem;
    line-height: 1.25;
  }

  .hero__subtitle {
    font-size: 1rem;
  }

  .hero__list li {
    font-size: 1rem;
  }

  .hero__cta {
    width: 100%;
    text-align: center;
    padding: 16px 0;
  }

  .hero__labels {
    margin-top: 10px;
  }

 .hero__labels span {
    font-size: 0.75rem;
    padding: 16px;
}

  .hero__badge {
    font-size: 0.75rem;
  }
}

/* ---------------hero section ------------ */

/* -----------logo slider ------------- */
.logo-slider-wrapper {
    background-color: #f5f9fa;
    padding: 32px 0;
    overflow: hidden;
}

.logo-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 100px;
  width: max-content;
  animation: logo-scroll 8s linear infinite;
}

.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-item img {
    height: 5rem;
    width: 100%;
    object-fit: contain;
    filter: none;
    transition: filter 0.3s ease;
}

.logo-item img:hover {
  filter: grayscale(0%);
}

@keyframes logo-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* -----------logo slider ------------- */

/* ----------------------difference section----------- */
.difference {
    padding: 80px 0px;
    background-image: linear-gradient(180deg, #f5f9fa, #f5f9fa 50%, white 50%, white);
}

.difference__container {
    background-color: #ffffff;
    padding: 2rem 1rem;
    border-radius: 13px;
    text-align: center;
    color: #000;
    box-shadow: 4px 4px 30px 0 #02334714;
}
.difference__title {
    font-size: 2.375rem;
    margin-bottom: 40px;
    color: #000;
    line-height: 45.6px;
}

.difference__title span {
  color:var(--button-bg-new);
}


.difference__image-wrap {
  margin-bottom: 32px;
}

.difference__image {
    max-width: 35rem;
    width: 100%;
    height: 300px;
    object-fit: cover;
}


.difference__quote {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 56px;
}

.difference__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #dbe7ea;
    overflow: hidden;
    object-fit: contain;
}
img.people-avtar {
    width: 100%;
}
p.bottom-text {
    margin: 20px 0;
    font-size: 1.2rem;
}
.difference__quote-text {
  text-align: left;
  max-width: 520px;
}

.difference__quote-text p {
    font-size: .775rem;
    margin-bottom: 6px;
    line-height: 14.4px;
}

.difference__quote-text span {
  font-size: .775rem;
}

.difference__features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap:2rem;
}

.feature {
    text-align: left;
    padding: 1.5rem;
}

.feature__icon {
    width: 40px;
    height: 40px;
    margin: 0 0 20px;
    /* background-color: #e6f3f4; */
    border-radius: 50%;
}
.feature__icon svg {
    width: 100%;
}
.feature h3 {
  font-size:1.375rem;
  line-height: 26.4px;
  margin-bottom: 12px;
}

.feature p {
  font-size:1rem;
}
.defference-btn-box {
    text-align: center;
    justify-content: center;
    display: flex;
    margin-top: 48px;
}
/* ===========================
   TABLET (≤ 1024px)
   =========================== */
@media (max-width: 1024px) {
  .difference__container {
    padding: 56px 32px;
  }

  .difference__features {
    grid-template-columns: repeat(2, 1fr);
  }

  .difference__image {
    /* max-width: 360px; */
  }

  .difference__title {
    font-size: 2rem;
  }
}

/* ===========================
   MOBILE (≤ 749px)
   =========================== */
@media (max-width: 749px) {
  .difference {
    padding: 40px 0px;
  }
.difference__container {
    padding: 48px 15px;
}

  .difference__title {
    font-size: 1.75rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .difference__quote {
    flex-direction: column;
    text-align: center;
  }

  .difference__quote-text {
    text-align: center;
  }
  .difference__image {
    height: 200px;
  }

  .difference__features {
    grid-template-columns: 1fr;
    gap:1rem;
  }

  .feature h3 {
    font-size: 1rem;
  }

  .feature p {
    font-size: 0.875rem;
  }
  .feature {
    padding: 1.5rem 0;
}
}

/* ----------------------difference section----------- */

/* ----------------------Features section----------- */

.feature-container {
  display: flex;
  gap: 40px;
}

.feature-image {
  flex: 1;
  position: sticky;
  top: 120px;
  height: fit-content;
}

.feature-image img {
    width: 100%;
    border-radius: 12px;
    transition: opacity 0s ease;
    object-fit: cover;
    width: 100%;
    height: 17.5rem;
    inset: 0% 0% 0% auto;
}

.feature-content {
  flex: 1;
}

.feature-block {
    background: var(--card-bg);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 32px;
    color: #000;
    margin-top: 60px;
}
.feature-icon {
    margin-bottom: 16px;
}
.feature-block h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.feature-block p {
    font-size: 1rem;
    font-weight: 500;
}
.industry-icon {
  color: #0b3a6f; /* or brand color */
}

@media (max-width: 768px) {
  .feature-container {
    flex-direction: column;
  }

  .feature-image {
    position: relative;
    top: 0;
  }

}
/* ----------------------Features section----------- */


/* ----------------testimonials section----------- */
.testimonial-section {
    /* background-image: url('../img/testi-bg.png'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #39444e;
}

.testimonial-card {
    background: var(--card-bg);
    border-radius: 12px;
    padding: 32px;
    color: #000;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}
.testimonial-card {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 30px;
}

.testimonial-rating {
  display: flex;
  align-items: center;
  gap: 12px;
}

.stars {
  color: #ffd400;
  font-size: 1.2rem;
}

.rating-text {
    font-size: 0.9rem;
    opacity: 0.9;
    font-weight: 600;
}

.testimonial-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-logo img {
    width: 100%;
    max-width: 160px;
}

.testimonial-logo span {
  font-size: 0.9rem;
  opacity: 0.85;
}

.testimonial-quote {
    font-size: 2.375rem;
    font-weight: 600;
    line-height: 45.6px;
}

.testimonial-quote span {
    color: var(--button-bg-new);
}

.testimonial-tags {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.tag {
    background: var(--button-bg-new);
    padding: 16px 24px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}

.testimonial-card {
  transform: scale(0.95);
  opacity: 0.4;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.testimonial-card.active {
  transform: scale(1);
  opacity: 1;
}

.testimonial-card {
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .testimonial-card {
    padding: 30px 15px;
    gap: 20px;
  }

 .testimonial-quote {
    font-size: 1.5rem;
    line-height: normal;
}

  .testimonial-text {
    font-size: 0.95rem;
  }
}

/* ----------------testimonials section----------- */

/* ----------both image marqee section --------- */
:root {
  --color-text: navy;
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}
h2.marqee-title {
    text-align: center;
    margin-bottom: 32px;
    font-size: 2.375rem;
    font-weight: bold;
}
.marquee{
  display: flex;
  overflow: hidden;
  user-select: none;
  gap:32px;
}
.marquee_group{
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap:32px;
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}
.marquee-reverse .marquee_group{
  animation-direction: reverse;
  animation-delay: -3s;
}
@keyframes scroll-x{
  from{transform: translateX(var(--scroll-start));}
  to{transform: translateX(var(--scroll-end));}
}
.fa{font-size: 70px!important}
.marquee img {
    display: grid;
    place-items: center;
    background: var(--color-bg-accent);
    border-radius: 0.5rem;
    object-fit: cover;
    width: 26.25rem;
    height: 15rem;
}

.marquee.marquee-reverse {
    margin-top: 32px;
}
/* ----------both image marqee section --------- */


/* ------------compny heightlisht section-------------- */
.company-highlight {
  background-color: #ffffff;
}

.company-highlight__container {
    display: flex;
    gap: 30px;
    align-items: center;
}

.company-highlight__image {
    flex: 0.7;
    max-width: 400px;
}

.company-highlight__image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    aspect-ratio: 16/19;
}

.company-highlight__content {
    flex: 1;
    max-width: 550px;
}

.company-highlight__content h2 {
    font-size: 2.375rem;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #000;
}
.company-highlight__content h2 span {
    color: var(--button-bg-new);
}
.company-highlight__text {
  margin-bottom: 32px;
}

.company-highlight__quote {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 32px;
}

.company-highlight__quote img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.company-highlight__quote p {
  font-size: 0.9rem;
  color: #555555;
}

.company-highlight__button {
  display: inline-block;
  padding: 14px 28px;
  font-size: 1rem;
  background-color: #5ee6c7;
  color: #0b3c44;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 900px) {
  .company-highlight__container {
    flex-direction: column;
    gap: 40px;
  }

  .company-highlight__content h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {

  .company-highlight__text {
    font-size: 0.95rem;
  }
}

/* ------------compny heightlisht section-------------- */


/* ------ Team section--------- */
.team-section {
    background-color: #eee;
}
.team-container{
  background:#fff;
  border-radius:12px;
  padding: 2rem 1rem;
  box-shadow:4px 4px 30px 0  #02334714;
}

.team-heading{
  text-align:center;
  max-width:900px;
  margin:0 auto 32px;
}

.team-heading h2 {
    font-size: 2.375rem;
    margin-bottom: 32px;
    line-height: 1.2;
}
.team-heading h2 span{
  color:var(--button-bg-new);
}


.team-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0.5rem;
}

.team-card{
  text-align:center;
  padding: 1.5rem;
}

.team-img{
  border-radius:20px;
  overflow:hidden;
  margin-bottom:20px;
}

.team-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    aspect-ratio: 1/1;
}

.team-card h3{
  font-size:1.4rem;
  margin-bottom:6px;
}

.team-card span{
  font-size:1rem;
}

@media (max-width:749px){
  .team-heading h2{
    font-size:2rem;
  }


    .team-grid{
    grid-template-columns:1fr 1fr; 
    gap:2rem;
  }
}

@media (max-width:480px){
  .team-grid{
    grid-template-columns:1fr;
  }
  .team-card {
    padding: 0;
}
}
/* ------ Team section--------- */


/* -------scorll bar section with content------ */
.scrollbarsection {
  background-color: #39444e;
}

.scroll-wrapper {
    display: flex;
    gap: 50px;
}

.timeline {
    width:40px;
    position: sticky;
    top: 140px;
    height: auto;
}

.line {
    width: 8px;
    height: 100%;
    background: var(--card-bg);
    margin: auto;
    border-radius: 5px;
}
.timeline .line-fill {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 0; 
  border-radius: 5px;
  background-color: var(--button-bg-new); 
  transition: height 0s ease-out;
}
.dot{
  width:50px;
  height:50px;
  background:var(--card-bg);
  border-radius:50%;
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top:0;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#000000;
  font-size:20px;
  font-weight:bold;
}

.cards-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.animate-card {
    display: flex;
    background: var(--card-bg);
    border-radius: 12px;
    overflow: hidden;
    height: 230px;
}
.c_header {
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 1.5rem;
}
.c_header h3 {
    font-size: 1.4rem;
    line-height: 1.2;
}
.left-box-text {
    flex: 1.2;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000;
}
.right-box-img {
    flex: 0.8;
    width: 100%;
    height: 100%;
}
.animate-card img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.card-content {
    opacity: 0;
    transition: opacity 0.25s linear;
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
}
.step {
    width: 40px;
    height: 40px;
    background: var(--button-bg-new);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    aspect-ratio: 1/1;
    color: #fff;
}
@media (max-width:749px) {
   .timeline {
    display: none;
}
.c_header {
    align-items: baseline;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}
}
@media (max-width:475px) {
   .right-box-img {
    display: none;
}
}
/* -------scorll bar section with content------ */

/* --------------cert section---------------- */
.cert-section{
  background-color: var(--card-bg);
}
.cert-grid {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap:1rem;
    align-items: center;
    box-shadow: 4px 4px 30px 0 #02334714;
    border-radius: 12px;
}
.cert-image {
    width: 100%;
    height: 100%;
}
.cert-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:12px;
}
.cert-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    gap: 32px;
}
.cert-content h2 {
  font-size: 2.375rem;
  line-height: 1.2;
}

.cert-content h2 span {
  color:var(--button-bg-new);
}
.cert-list {
  list-style: none;
  padding: 0;
}

.cert-list li {
  font-size: 1.15rem;
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}

.cert-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color:var(--button-bg-new);
  font-weight: 700;
}

.cert-logos {
  display: flex;
  gap: 16px;
}
.cert-logos img {
    width: 120px;
    height: auto;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 11.25rem;
    object-fit:contain;
}

/* Button */
.cert-btn {
  display: inline-block;
  background: #7ef0cf;
  color: #0b2f3a;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cert-btn:hover {
  background: #67e3bf;
  transform: translateY(-2px);
}

/* =====================
   Mobile Responsive
===================== */
@media (max-width: 900px) {
.cert-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

  .cert-content h2 {
    font-size: 2rem;
  }
.cert-logos {
    flex-wrap: wrap;
}

}

@media (max-width: 480px) {
  .cert-section {
    padding: 60px 0;
  }
.cert-content {
    padding: 20px 0;
}
  .cert-content h2 {
    font-size: 1.8rem;
  }

  .cert-logos img {
    width: 100px;
  }
}

/* --------------cert section---------------- */

/* -------cta section--------- */
.cta-section {
    position: relative;
    background-image: url('../img/hero-real-baner.jpeg');
    background-size: cover;
    background-position: center;
    padding:80px 0;
    color: #fff;
    overflow: hidden;
    text-align: center;
}

.cta-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1;
}
.cta-section .container {
  position: relative;
  z-index: 2;
}

.cta-section h2 {
    font-size: 2.375rem;
    margin-bottom: 32px;
    font-weight: 700;
}

.cta-section p {
  max-width: 700px;
  margin: 0 auto 40px;
  color: #e5f3f6;
}

@media (max-width: 768px) {

  .cta-section h2 {
    font-size:2rem;
  }
}
/* -------cta section--------- */


/* ---------------Faq secion------------ */
section.faq-section {
    background: var(--card-bg);
}
.faq-heading{
  text-align:center;
  margin-bottom:60px;
}

.faq-heading h2 {
    font-size: 2.375rem;
    margin-bottom: 15px;
}

.faq-heading h2 span{
  color:var(--button-bg-new);
}


.faq-wrapper{
  display:flex;
  gap:2rem;
  align-items:flex-start;
}

.faq-left {
    max-width: 22rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.faq-left button {
    width: 100%;
}
.faq-left img {
    width: 100%;
    border-radius: 12px;
    display: block;
    margin-bottom: 30px;
    aspect-ratio: 16/17;
    object-fit: cover;
}
.faq-right{
  flex:1;
}

.faq-item{
  background:#fff;
  border-radius:12px;
  margin-bottom:18px;
  overflow:hidden;
}

.faq-question {
    padding: 22px 26px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--button-bg-new);
}

.faq-arrow{
  transition:transform 0.3s ease;
}

.faq-answer{
  max-height:0;
  overflow:hidden;
  padding:0 26px;
  color:#333;
  opacity:0;
  transition:
    max-height 0.45s ease,
    padding 0.3s ease,
    opacity 0.3s ease;
}

.faq-item.active .faq-answer{
  max-height:300px;
  padding:0 26px 22px;
  opacity:1;
}

.faq-item.active .faq-arrow{
  transform:rotate(180deg);
}

/* 📱 RESPONSIVE */
@media (max-width: 992px){
  .faq-wrapper{
    gap: 2rem;
  }
  .faq-left{
    width:40%;
  }
  .faq-heading {
    margin-bottom: 32px;
}
}

@media (max-width: 768px){
  .faq-heading h2{
    font-size:2rem;
  }

  .faq-wrapper{
    flex-direction:column;
  }

  .faq-left,
  .faq-right{
    width:100%;
    max-width: 100%;
  }

  .faq-left{
    text-align:center;
  }

  .faq-btn{
    width:100%;
  }
}

@media (max-width: 480px){
  .faq-question{
    font-size:16px;
    padding:18px 20px;
  }

  .faq-answer{
    padding:0 20px;
  }

  .faq-item.active .faq-answer{
    padding:0 20px 18px;
  }
}
/* ---------------Faq secion------------ */


  
/* All csss here others  */
.animated-box {
    will-change: transform, opacity;
    transform-style: preserve-3d;
    opacity: 0;
    transform: scale3d(0.92, 0.92, 1) translate3d(0, 0, 0);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  }
img.mobile_f_img {
    margin: 50px auto 30px;
    border-radius: 12px;
    width: 100%;
    height: auto;
    aspect-ratio: 15 / 9;
    object-fit: cover;
    display: none;
    max-width: 450px;
}
.anousment-bar {
    background: var(--button-bg-new);
    padding: 12px 0;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: 0 0 5px #000000;
}
.anous-box {
    display: flex;
    justify-content: space-between;
}
.anous-box a {
    color: #fff;
    text-decoration: none;
}
@media (max-width:1024px) {
  img.mobile_f_img {
   display: block;
}
.feature-image {
    display: none;
}
}


@media screen and (min-width: 1920px) {
    .container {
        max-width:82rem;
    }
    .hero__cta {
    font-size: 1.5rem;
    padding: 19px 28.8px;
    }
}



.hero {
   
    padding-top: 100px;
}
.hero__container .hero__cta {
     border-color:none; 
}
.hero__labels span {
    background: rgb(255 255 255 / 90%);
    color: #000000;
}
.page-template-new-landing-pages .wrapper {
    overflow: visible !important;
}
.page-template-new-landing-pages main.main {
    min-width: 100%;
}


@media (max-width:749px) {
  .logo-track {
    gap: 50px;
}
.logo-item img {
    height: 3rem;
}
.sp {
    padding: 40px 0;
}
.marquee img {
    width: 100%;
    height: 10rem;
}
h2.marqee-title {
    font-size: 2rem;
    padding: 0 10px;
    line-height: 1.2;
}
.animate-card {
    height: auto;
}
.feature-block {
    padding: 15px;
}
.feature-icon {
    margin-bottom: 10px;
}
.feature-content img:first-child {
    margin-top: 0;
}
.defference-btn-box {
    margin-top: 20px;
}
.tag {
    font-size: 0.9375rem;
}
.left-box-text {
    padding: 15px;
}
.hero {
    background-image: linear-gradient(#39444e, #39444e), url(../img/hb-1.png) !important;
}
.hero {
    padding-top: 70px;
}
}