@font-face {
  font-family: 'Avoda-Regular';
  src: url('/assets/fonts/generalsans/GeneralSans-Regular.woff2') format('woff2'),
       url('/assets/fonts/generalsans/GeneralSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Avoda-Italic';
  src: url('/assets/fonts/generalsans/GeneralSans-Italic.woff2') format('woff2'),
       url('/assets/fonts/generalsans/GeneralSans-Italic.ttf') format('truetype');
}


@font-face {
  font-family: 'Avoda-Medium';
  src: url('/assets/fonts/generalsans/GeneralSans-Medium.woff2') format('woff2'),
       url('/assets/fonts/generalsans/GeneralSans-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Avoda-Light';
  src: url('/assets/fonts/generalsans/GeneralSans-Light.woff2') format('woff2'),
       url('/assets/fonts/generalsans/GeneralSans-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Avoda-Bold';
  src: url('/assets/fonts/generalsans/GeneralSans-Bold.woff2') format('woff2'),
       url('/assets/fonts/generalsans/GeneralSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Avoda-Semibold';
  src: url('/assets/fonts/generalsans/GeneralSans-Semibold.woff2') format('woff2'),
       url('/assets/fonts/generalsans/GeneralSans-Semibold.ttf') format('truetype');
}


html {
    scroll-behavior: smooth;
}

body {
  font-family: 'Avoda-Regular', serif;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #E4A040;
    outline: 0;
    box-shadow: 0 0 0 .15rem rgba(228, 160, 64, .75);
}

.whiteText {
  color: #fff !important;
}

.height120 {
  height: 120px;
  min-height: 120px !important;
}

.avodatitle {
  font-family: 'Avoda-Regular', serif;
  font-weight: 400;
  font-size: 24px;
  color: #2B338D;
}

.label18
{
    font-size: 14px;
}

.label20
{
    font-size: 20px;
}

.inputHeight
{
height:52px;
min-height: 48px !important;
}

.formsectionTitle
{
    font-family: 'Avoda-Regular', serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}
.formsectionTitleLight
{
    font-family: 'Avoda-Light', serif;
    font-weight: 400;
    font-size: 20px;
    color: #E4A040;
    /* color:#fff; */
}

.avodaControl{
    display:block;
    width:100%;
    font-size: 14px !important;
    /* padding:.375rem .75rem; */
    color:#212529;
    background-color:#fff;
    background-clip:padding-box;
    /* border:1px solid #ced4da; */
    -webkit-appearance:auto;-moz-appearance:auto;
    appearance:auto;border-radius:12px;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.yellowText {
    color: #E4A040 !important;
}

.blueText {
    color: #2B338D !important;
}

.greenText {
    color: #00AC46 !important;
}

.purpleText {
    color: #7C50BB !important;
}

.submitButton {
    background-color: #E4A040;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
}

.formBG {
    margin-bottom: 36px;
    padding: 64px;
    border-radius: 52px;
    background-image: url('/assets/images/avodabg/landingBG.png');
    background-size: cover;
}




/* payment */
.paymentHeader {
    font-family: 'Avoda-SemiBold', serif;
    font-weight: 400;
    font-size: 24px;
    color: #2B338D;
}

.paymentHeader_mini {
    font-family: 'Avoda-Regular', serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}


.paymentsBG {
    margin-bottom: 32px;
    padding: 62px;
    border-radius: 48px;
    background-image: url('/assets/images/avodabg/paymentsBG.png');
    background-size: cover;
}

.cardPayment1 {
    background: #2B338D;
    border-radius: 28px;
    padding: 20px;
}
.cardPayment2 {
    background: #E4A040;
    border-radius: 28px;
    padding: 20px;
}
.cardPayment3 {
    background: #7C50BB;
    border-radius: 28px;
    padding: 20px;
}

.card-title-avd
{
    font-family: 'Avoda-Medium', serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}

.paymentValue {
    font-family: 'Avoda-Bold', serif;

    font-size: 20px;
    color: #FFF;
}

.paymentDescription {
    font-family: 'Avoda-Regular', serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.paymentDescriptionItalic {
    font-family: 'Avoda-Italic', serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    font-style: italic;
}



/* Success */

.successCard {
    margin-bottom: 48px;
    padding: 58px;
    border-radius: 48px;
    background-image: url('/assets/images/avodabg/wiafBG.png');
    background-size: cover;
}

.successHeader {
    font-family: 'Avoda-SemiBold', serif;
    font-weight: 400;
    font-size: 20px;
    color: #FFF;
}

.successLead {
    font-family: 'Avoda-Regular', serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFF;
}

.nextHeader {
    font-family: 'Avoda-SemiBold', serif;
    font-weight: 400;
    font-size: 20px;
    color: #FFF;
}

.nextText {
    font-family: 'Avoda-Regular', serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFF;
}

.font14
{
    font-size: 14px;
}

  .main-image {
            width: 100%;
            max-height: 450px;
            object-fit: cover;
            transition: opacity 0.5s ease-in-out;
        }

        .thumbnail {
            height: 75px;
            width: 75px;
            object-fit: cover;
            cursor: pointer;
            border-radius: 10px;
        }

        .thumbnail.active {
            border: 2px solid #fcb941;
        }

        .thumb-container {
            overflow-x: auto;
            white-space: nowrap;
        }

        .thumb-wrapper {
            display: inline-block;
            margin-right: 10px;
        }


/* LandingPage */
.landingCard {
    margin-bottom: 36px;
    padding: 32px;
    border-radius: 48px;
    background-image: url('/assets/images/avodabg/landingBG.png');
    background-size: cover;
}

.landingApplyBtn{
font-size: 16px;
    padding: 8px 32px;
    line-height: 16px;
    height: auto;
}

.landingHeader {
    font-family: 'Avoda-SemiBold', serif;
    font-weight: 400;
    font-size: 24px;
    color: #FFF;
}

.landingLead {
    font-family: 'Avoda-Regular', serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFF;
}

.deadlineText {
    font-family: 'Avoda-Italic', serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFF;
}

.avoda-yellow {
    background-color: #E4A040;
    border: none;
    color: #fff;
    cursor: pointer;
}

.avoda-yellow-reverse
{
    background-color: #fff;
    border: none;
    color: #E4A040;
    cursor: pointer;
}


.section2-title {
    font-family: 'Avoda-Regular', serif;
    font-weight: 400;
    font-size: 24px;
    color: #2B338D;
}
.section2-text{
    font-family: 'Avoda-Regular', serif;
    font-weight: 400;
    font-size: 16px;
    color: #2b2b2b;
}


.challengeBG
{
    background-image: url('/assets/images/avodabg/challengeBG.png');
    border: none;
}


.challengeCard
{
    /* margin-bottom: 48px; */
    padding: 32px;
    border-radius: 32px;
    background-image: url('/assets/images/avodabg/challengeCard.png');
    background-size: cover;
}

.avodaRounded
{
    border-radius: 28px;
}
.avodaRounded48
{
    border-radius: 48px;
}

.height100{
height:100%
}

.challengeTitle
{
    font-family: 'Avoda-SemiBold', serif;
    font-weight: 400;
    font-size: 24px;
    color: #2B338D;
}

.challengeText
{
    font-family: 'Avoda-Regular', serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.newsletter-section {
            /* background-color: #2e3092; */
            background-image: url('/assets/images/avodabg/intouchBG.png');
            background-size: cover;
            border-radius: 48px;
            padding: 36px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 30px;
            color: white;
        }

        .pattern-col {
            background-image: url('/images/pattern.png'); /* Replace with your actual image path */
            background-repeat: repeat-y;
            background-position: left center;
            background-size: contain;
            width: 60px;
            border-top-left-radius: 24px;
            border-bottom-left-radius: 24px;
        }

        .form-control:focus {
            box-shadow: none;
        }

        .form-section label {
            font-size: 14px;
        }

        .input-group input {
            border-radius: 8px 0 0 8px;
        }

        .input-group button {
            background-color: #eba741;
            color: white;
            border-radius: 0 8px 8px 0;
            border: none;
        }

.testimonialCard
{
    /* margin-bottom: 48px; */
    padding: 32px;
    border-radius: 48px;
    background-image: url('/assets/images/avodabg/testimonalsBG.png');
    background-size: cover;
    border:none
}

.testimonialHeader
{
    font-family: 'Avoda-SemiBold', serif;
    font-weight: 400;
    font-size: 26px;
    color: #E4A040;
}

.testimonialHeader2
{
    font-family: 'Avoda-Regular', serif;
    font-weight: 400;
    font-size: 28px;
    color: #E4A040;
}


.whatToExpectCard
{
    /* margin-bottom: 48px; */
    /* padding: 32px; */
    border-radius: 48px;
    background-image: url('/assets/images/avodabg/whattoexpectBG.png');
    background-size: cover;
    border: none;
}

.whatyoucanexpectHeader
{
    font-family: 'Avoda-SemiBold', serif;
    font-weight: 400;
    font-size: 22px;
    color: #FFF;
}


.whatyoucanexpectText
{
    font-family: 'Avoda-Regular', serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
}


.wmadHeader
{
    font-family: 'Avoda-SemiBold', serif;
    font-weight: 400;
    font-size: 24px;
    color: #2B338D;
}

.wmadLead
{
    font-family: 'Avoda-Regular', serif;
    font-weight: 400;
    font-size: 16px;
    color: #2B338D;
}

.moduleCardBG
{
    /* margin-bottom: 48px; */
    padding: 32px;
    border-radius: 48px;
    background-image: url('/assets/images/avodabg/landingBG.png');
    background-size: cover;
    border:none;

}


.wmad1
{
    background-image: url('/assets/images/avodabg/wmadBG1.png');
    background-size: cover;
    border-radius: 28px;
    padding: 20px;
    border:none;
}

.wmad2
{
    background-image: url('/assets/images/avodabg/wmadBG2.png');
    background-size: cover;
    border-radius: 28px;
    padding: 20px;
    border:none;
}

.wmad3
{
    background-image: url('/assets/images/avodabg/wmadBG3.png');
    background-size: cover;
    border-radius: 28px;
    padding: 20px;
    border:none;
}

.wmad4
{
    background-image: url('/assets/images/avodabg/wmadBG4.png');
    background-size: cover;
    border-radius: 28px;
    padding: 20px;
    border:none;
}


.whoIsAvodaForCard
{
    border-radius: 60px;
    border: none;
    background-image: url('/assets/images/avodabg/wiafBG.png');
    background-size: cover;
}

.moduleBG
{
    background-image: url('/assets/images/avodabg/moduleBG.png');
    background-size: cover;
    border-radius: 28px;
    padding: 20px;
    border:none;
}

.wiafHeader
{
    font-family: 'Avoda-SemiBold', serif;
    font-weight: 400;
    font-size: 24px;
    color: #E4A040;
}

.wiafLead
{
    font-family: 'Avoda-Regular', serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}


.card-title-avd-module
{
    font-family: 'Avoda-Regular', serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}


.testimonialText
{
    font-family: 'Avoda-Regular', serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}


.testimonialName
{
    font-family: 'Avoda-SemiBold', serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}


.mylHeader
{
    font-family: 'Avoda-SemiBold', serif;
    font-weight: 400;
    font-size: 24px;
    color: #2B338D;
}


.mylLead
{
    font-family: 'Avoda-Regular', serif;
    font-weight: 400;
    font-size: 16px;
    color: #2c2c2c;
}


.trainerName
{
    font-family: 'Avoda-Regular', serif;
    font-weight: 400;
    font-size: 20px;
    color: #2B338D;
}

.trainerTitle
{
    font-family: 'Avoda-SemiBold', serif;
    font-weight: 400;
    font-size: 14px;
    color: #2B338D;
}



/* FLIP */
.cardHeight {
    height: 280px !important;
}

.cardHeight2 {
    height: 280px !important;
}
.cardWidth2 {
    flex: 0 0 20%; max-width: 20%;
}
.flippedText {
    font-family: 'Avoda-Regular', serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
.flip-card {
    perspective: 1000px;
    height: 250px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 16px;
}

.flip-card-front {
    background-color: #fff;
    z-index: 2;
    transform: rotateY(0deg);
}

.flip-card-back {
    background-color: #f8f9fa;
    transform: rotateY(180deg);
    z-index: 1;
}

.pad6432
{
    padding:64px 64px 64px 32px
}

.pad640
{
    padding:64px 0px 64px 64px
}

.centerContent {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



/* MobileCSS */
@media (max-width: 600px) {
.cardWidth2 {
    flex: 0 0 100%;
    max-width: 100%;
}
.pad640
{
    padding:32px
}

.pad6432 {
    padding: 32px;
}

.avodaRounded48 {
    border-radius: 24px;
}
  .landingCard {
    margin-bottom: 24px;
    padding: 20px;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
  }

  .landingHeader {
    font-family: 'Avoda-SemiBold', serif;
    font-weight: 400;
    font-size: 22px;
    color: #FFF;
}

.landingLead {
    font-family: 'Avoda-Regular', serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
}

.landingApplyBtn {
    font-size: 14px;
    padding: 8px 32px;
    line-height: 16px;
    height: auto;
}

.deadlineText {
    font-family: 'Avoda-Italic', serif;
    font-weight: 400;
    font-size: 12px;
    color: #FFF;
}

.whatToExpectCard {
    /* margin-bottom: 48px; */
    /* padding: 32px; */
    border-radius: 28px;
    background-image: url(/assets/images/avodabg/whattoexpectBG.png);
    background-size: cover;
    border: none;
}

.whoIsAvodaForCard {
    border-radius: 28px;
    border: none;
    background-image: url(/assets/images/avodabg/wiafBG.png);
    background-size: cover;
}

.whoIsAvodaForCard {
    border-radius: 28px;
    border: none;
    background-image: url(/assets/images/avodabg/wiafBG.png);
    background-size: cover;
}

.moduleCardBG {
    /* margin-bottom: 48px; */
    padding: 24px;
    border-radius: 28px;
    background-image: url(/assets/images/avodabg/landingBG.png);
    background-size: cover;
    border: none;
}

.formBG {
    margin-bottom: 28px;
    padding: 32px;
    border-radius: 36px;
    background-image: url(/assets/images/avodabg/landingBG.png);
    background-size: cover;
}

.mobile_text_center {
    text-align: center !important;
}

.mob_img_30
{
    width:33%
}

.paymentsBG {
    margin-bottom: 24px;
    padding: 36px;
    border-radius: 24px;
    background-image: url(/assets/images/avodabg/paymentsBG.png);
    background-size: cover;
}

.mobiledrawer
{

background-color: #2B338D;
  background-image: url("/assets/images/avodabg/landingBG.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
  background-size: cover;

}

.newsletter-section {
            background-color: #2e3092;
            background-image:none;
            background-size: cover;
            border-radius: 32px;
            padding: 0px;
            /* display: flex; */
            /* align-items: center;
            justify-content: space-between;
            gap: 30px; */
            color: white;
        }
}
