/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Local Font */
@font-face {
    font-family: "futuralt";
    src: url("../fonts/futuralt.ttf");
}

body {
    padding: 0;
    margin: 0;
    font-family: "fantasy", sans-serif;
    background-color: #000 !important;


}

.black-section .p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #fff !important;
}
.White-section p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #000 !important;
}
.white{
    color: #fff;
    font-family: poppins;
}


p span {
    font-family: "futuralt";
    font-style: italic;
    color: #bed530;
    font-size: 19px;
    font-weight: 700;
}

.black-section .sml-heading {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin-top: 41px;
}
.White-section .sml-heading {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #000;
    margin-top: 41px;
}

.black-section .para {
    font-family: "futuralt";
    font-style: italic;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
}
.White-section .para {
    font-family: "futuralt";
    font-style: italic;
    color: #000;
    font-size: 19px;
    font-weight: 700;
}


.black-section .mini-para {
    /* width: 40%; */
    text-align: justify;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #fff;
}
.White-section .mini-para {
    /* width: 40%; */
    text-align: justify;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #000;
}

.themeBtn {
    background: #bed530;
    font-size: 1.475rem;
    color: #fff;
    display: inline-block;
    padding: 1.04em 1.96em;
    border-radius: 45px;
    line-height: normal;
    font-family: fantasy;
}

section {
    padding: 5rem 0rem;
}

 .black-section .mainHead {
    font-size: 90.3px;
    font-weight: 500;
    font-family: fantasy;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #fff;
    line-height: 1.1;
}
.White-section .mainHead{
    font-size: 90.3px;
    font-weight: 500;
    font-family: fantasy;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #000;
    line-height: 1.1;
}

.main-heading {
    margin-top: 30px;
}

.mainHead span {
    color: #bed530;
}

.main-container {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.mini-container {
    width: 32%;
    margin: 0 auto;
}


.top-head img {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    /* filter: brightness(0.1); */
    padding-top: 20px;
}

.company-head {
    display: flex;
    justify-content: center;
    /* margin: -8rem auto; */
}

.company-head span {
    margin: 0 auto;
    font-size: 18px;
    background-color: #bed530;
    color: #3a4301;
    /* padding: 31px; */
    font-size: 15px;
    font-family: futuralt;
    height: 8px;
    font-weight: 800;
    width: 43%;
    align-items: center;
    padding: 14px 56px 42px 55px;
    border-radius: 62px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.opl {
    margin-top: 70px;
}

.last-btn {
    text-align: center;
    margin: 0 auto;
}

.White-section .btn-para {
    width: 62%;
    font-size: 15px;
    margin: 0 auto;
    color: #000;
    margin-top: 25px;
    font-family: poppins;
}

.black-section .btn-para {
    width: 62%;
    font-size: 15px;
    margin: 0 auto;
    color: #fff;
    margin-top: 25px;
    font-family: poppins;
}

.step {
    margin-bottom: 60px;
    position: relative;
}

.step-number {
    background-color: #c4f000;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 36px;
    font-weight: 900;
}

.black-section .step-title {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #fff;
}
.white-section .step-title {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #000;
}

.purple-text {
    color: #c4f000;
}

.white-section .step-description {
    font-family: poppins;
    font-size: 20px;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto;
    color: #000;
    font-weight: normal;
}
.black-section .step-description {
    font-family: poppins;
    font-size: 20px;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto;
    color: #fff;
    font-weight: normal;
}

.connector {
    width: 3px;
    height: 120px;
    background-image: linear-gradient(to bottom, #fff 40%, transparent 40%);
    background-size: 3px 15px;
    margin: 0 auto;
}

.book-img {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    margin-top: 37px;
}
.videos{
    display: flex;
    justify-content: center;
    gap: 10px;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #444; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  /*  */


  .review-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 24px;
    max-width: 380px;
    width: 100%;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.user-info {
    flex: 1;
}

.user-name {
    color: #1a73e8;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2px;
}

.review-date {
    color: #70757a;
    font-size: 13px;
}

.stars {
    display: flex;
    gap: 2px;
    margin-bottom: 16px;
}

.star {
    color: #fbbc04;
    font-size: 18px;
}

.review-text {
    color: #202124;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.see-more {
    color: #1a73e8;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 16px;
}

.see-more:hover {
    text-decoration: underline;
}

.google-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #70757a;
    font-size: 13px;
    text-decoration: none;
}

.google-link:hover {
    color: #1a73e8;
}

.google-icon {
    width: 16px;
    height: 16px;
}



.accordion-container {
    max-width: 1200px;
    margin: 0 auto;
}

.accordion-item {
    background: #f5f2ea;
    border: 2px solid #000;
    margin-bottom: 20px;
    overflow: hidden;
}

.accordion-header {
    padding: 20px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: background 0.3s ease;
}

.accordion-header:hover {
    background: #ebe8df;
}

.accordion-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-right: 40px;
    font-family: 'Poppins';
}

.accordion-icon {
    position: absolute;
    right: 24px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.accordion-icon::before,
.accordion-icon::after {
    content: '';
    position: absolute;
    background: #000;
    transition: transform 0.3s ease;
}

.accordion-icon::before {
    width: 14px;
    height: 2px;
}

.accordion-icon::after {
    width: 2px;
    height: 14px;
}

.accordion-item.active .accordion-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-content-inner {
    padding: 0 24px 24px 24px;
}

.accordion-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    text-align: left;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
}
.xml{
    color: #c4f000;
    font-size: 28px;
    font-family: poppins;
    font-weight: 700;
}

.footer-info {
    /* background: #e8e3d8; */
    padding: 30px 40px;
    text-align: center;
    max-width: 600px;
    width: 100%;
}

.contact-line {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 10px;
}

.contact-line a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-line a:hover {
    color: #000;
    text-decoration: underline;
}

.address-line {
    font-size: 15px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 20px;
}

.copyright {
    font-size: 15px;
    color: #fff;
    line-height: 1.6;
}
.black-section{
    background-color: #000;
    clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 96%);
}


.thankyou-content{
    margin-top: 1;
}

.mein-heading{
    text-align: center;
    color: #fff;
    font-family: futuralt;
    font-size: 50px;
    font-weight: 700;
    /* font-family: poppins; */
    margin-top: 20px;
}
.mein-heading span{
    color: #c4f000;
}
.contact-line  a:hover{
     color: #fff;
}