@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900&family=Manrope:wght@400;500;600;700;800&family=Roboto:wght@400;500;600;700&display=swap');

@font-face {
  font-family: "FONTSPRING DEMO - Roc Grotesk";
  src: url('/assets/css/fonts/Fontspring-DEMO-rocgrotesk-thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FONTSPRING DEMO - Roc Grotesk";
  src: url('/assets/css/fonts/Fontspring-DEMO-rocgrotesk-extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FONTSPRING DEMO - Roc Grotesk";
  src: url('/assets/css/fonts/Fontspring-DEMO-rocgrotesk-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FONTSPRING DEMO - Roc Grotesk";
  src: url('/assets/css/fonts/Fontspring-DEMO-rocgrotesk-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FONTSPRING DEMO - Roc Grotesk";
  src: url('/assets/css/fonts/Fontspring-DEMO-rocgrotesk-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FONTSPRING DEMO - Roc Grotesk";
  src: url('/assets/css/fonts/Fontspring-DEMO-rocgrotesk-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FONTSPRING DEMO - Roc Grotesk";
  src: url('/assets/css/fonts/Fontspring-DEMO-rocgrotesk-extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FONTSPRING DEMO - Roc Grotesk";
  src: url('/assets/css/fonts/Fontspring-DEMO-rocgrotesk-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FONTSPRING DEMO - Roc Grotesk";
  src: url('/assets/css/fonts/Fontspring-DEMO-rocgrotesk-heavy.otf') format('opentype');
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: Inter, sans-serif;
  
  color: #111;
}

.container {
  max-width: 1150px;
  margin: auto;
  padding: 150px 20px 80px;
  position: relative;
}

.faq-section {
  position: relative;
  overflow: hidden;
 background: url("/resources/faq/image/FAQ page.webp");
background-size:contain;
background-position:top;
background-repeat: no-repeat;
}

.faq-bg-text {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 320px;
  font-weight: 800;
  opacity: .04;
}

.section-label {
  display: table;
  margin: 0 auto 20px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
  font-size: 12px;
}

.section-title {
  color: #000;
text-align: center;
font-family: "FONTSPRING DEMO - Roc Grotesk";
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 50px; /* 100% */
letter-spacing: -1.44px;
}

.section-subtitle {
  color: rgba(12, 2, 29, 0.60);
text-align: center;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 138.889% */
letter-spacing: -0.2px;
  margin-bottom: 55px;
}

.tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.tab {
  padding: 12px 18px;
  border-radius: 50px;
border: 1px solid #297907;
  background: transparent;
  color: #297907;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 125% */
  cursor: pointer;
}

.tab.active {
  border-radius: 50px;
background: linear-gradient(90deg, #223500 0%, #297907 100%);
  color: #fff;
border: 1px solid #297907;
}

.faq-wrapper {
  max-width: 850px;
  background: url("/resources/faq/image/FAQ bg.webp");
background-size:cover;
background-position:top;
background-repeat: no-repeat;
  margin: auto;
}

.faq-category {
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}

.faq-item {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .05);
}

.faq-question {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  color: #1A1D23;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 155.556% */
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.faq-answer-inner {
  padding: 0 24px 24px;
  color: #666;
  line-height: 1.7;
  color: rgba(12, 2, 29, 0.60);
font-family: Inter;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 166.667% */
}

.mobile-menu-btn {
  display: none;
}

.mobile-sidebar {
  position: fixed;
  left: -320px;
  top: 0;
  width: 320px;
  height: 100%;
  background: #fff;
  z-index: 999;
  transition: .3s;
  overflow: auto;
}

.mobile-sidebar.active {
  left: 0;
}

.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
}

.mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-header {
  padding: 20px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.mobile-tab {
  display: block;
  width: 100%;
  padding: 15px;
  border: none;
  background: #fff;
  text-align: left;
  border-bottom: 1px solid #eee;
}

@media (max-width: 768px) {
  .tabs { display: none; }
  .mobile-menu-btn {
    display: block;
    margin: 0 auto 30px;
    padding: 12px 20px;
    border: none;
    border-radius: 999px;
    background: #4f7d2d;
    color: #fff;
  }
  .section-title { font-size: 34px; }
  .faq-bg-text { font-size: 180px; }
}

/* last Cta section bottom */

/* last footer sec  */

.faq-cta{
    position:relative;
    overflow:hidden;
    border-radius:34px 34px 0 0;
    min-height:430px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:90px 20px;
    background:#020202;
}

.faq-cta-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.faq-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.38);
}

.faq-cta-content{
    position:relative;
    z-index:2;
    width:66%;
}

.faq-heading{
    color: #FFF;
    text-align: center;
    font-family: "FONTSPRING DEMO - Roc Grotesk", Arial, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.9px;
    margin-bottom: 20px;
}

.faq-description{
    font-family: Roboto;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom:40px;
}

.faq-buttons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
}

.green-btn{
    position: relative;
    overflow: hidden;

    border-radius: 50px;
    background: #0D1100;
    padding: 20px 20px;
font-family: Inter;
    color: #BEFF00;
    box-shadow: 0 0 10px 0 rgba(190, 255, 0, 0.40);
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    cursor: pointer;
    border: none;

    z-index: 1;
}

/* Smooth Animated Border */
.green-btn::before{
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 50px;

    background: conic-gradient(
        from 00deg,
        transparent,
        #BEFF00,
        transparent,
        transparent
    );

    animation: rotateBorder 2.5s linear infinite;

    z-index: -2;
}

/* Inner Background */
.green-btn::after{
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 50px;
    background: #0D1100;
    z-index: -1;
}

/* Smooth Rotation */
@keyframes rotateBorder{
    100%{
        transform: rotate(360deg);
    }
}
.white-btn{
    font-family: Inter;
    border-radius: 50px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.40);
    padding:20px 20px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    cursor: pointer;
}

/*  footer sec hide  */

.faq-page .footer-cta {
  display: none;
}


.faq-page .footer-section{
  border-radius: 0px !important;
}
