﻿
@font-face {
    font-family: 'AvantGarde';
    src: url('fonts/avantgarde/avantgardebookbt.ttf') format('truetype');
}

@font-face {
    font-family: 'avantgardedemibt';
    src: url('fonts/avantgarde/avantgardedemibt.ttf') format('truetype');
}

@font-face {
    font-family: 'fonnts-avgardr2';
    src: url('fonts/avantgarde/fonnts.com-avgardr2.otf') format('opentype');
}

@font-face {
    font-family: 'Myriad-Light';
    src: url('fonts/myriad-pro/myriadpro-light.otf') format('opentype');
}

@font-face {
    font-family: 'Myriad';
    src: url('fonts/myriad-pro/myriadpro-regular.otf') format('opentype');
}

@font-face {
    font-family: 'avantgardef-bold';
    src: url('fonts/avantgarde/avantgardef-bold.otf') format('opentype');
}

@font-face {
    font-family: 'ITC Avant Garde Pro-Bold';
    src: url('fonts/itc/itc avant garde gothic pro-bold.otf') format('opentype');
}

@font-face {
    font-family: 'ITC Avant Garde Pro';
    src: url('fonts/itc/itc avant garde gothic pro-medium.otf') format('opentype');
}


@font-face {
    font-family: 'itc avant garde gothic pro-demi';
    src: url('fonts/itc/itc avant garde gothic pro-demi.otf') format('opentype');
}



.faq-question {
    position: relative;
    padding-right: 30px; /* space for arrow */
    cursor: pointer;
}
    /*
    .faq-question::after {
        content: "";
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 7px solid #4b2e83; 
        transition: transform 0.3s ease;
    }*/

    /* Arrow image */
    .faq-question::after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
        width: 14px;
        height: 14px;
        background-image: url('../Images/ImageDArrow.png');
        background-repeat: no-repeat;
        background-size: contain;
        transition: transform 0.3s ease;
    }

    /* Rotate when expanded */
    .faq-question[aria-expanded="true"]::after {
        transform: translateY(-50%) rotate(180deg);
    }

#btnScrollTop {
    display: none; /* hidden by default */
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #00AEEF;
    color: white;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 20%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

    #btnScrollTop:hover {
        background-color: #432078;
    }





.two-line span {
    display: block;
    line-height: 1; /* or 1.1 if too tight */
}


.parent {
    position: relative;
}



.btnOverLap {
    position: absolute;
    top: -100px;
    left: 70px;
}

.TestimonialBubble1 {
    background-image: url('https://s3.eu-west-1.amazonaws.com/sweete.flogasfeelgoods/General/TestimonialBubble1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px; /* ensures space for content */
}

.TestimonialBubble2 {
    background-image: url('https://s3.eu-west-1.amazonaws.com/sweete.flogasfeelgoods/General/TestimonialBubble2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px; /* ensures space for content */
}

.TestimonialBubble3 {
    background-image: url('https://s3.eu-west-1.amazonaws.com/sweete.flogasfeelgoods/General/TestimonialBubble3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px; /* ensures space for content */
}


.HomePageImage {
    height: 40px;
    width: 40px;
}
/*T and C Accordance Style*/
.tc-wrapper {
    text-align: center;
    margin: 20px 0;
}

.PurpulCircle {
    color: #432078 !important;
}

.purpul-disc {
    list-style-type: disc;
}

purpul-disc li::marker {
    color: #432078 !important;
}

.tc-arrow {
    font-size: 12px;
    color: #00AEEF; /* your blue color */
    transition: transform 0.3s ease;
}

    .tc-arrow.rotate {
        transform: rotate(180deg);
    }
/*T and C Accordance Style*/



.LogoStyle {
    padding-left: 30px;
    width: 225px;
    height: auto
}

.img-container {
    padding: 0 !important;
    margin: 0 !important;
}


.imgRoundCorner {
    border-radius: 20px;
}


.BannerImage {
    border-radius: 25px;
}
/* Base style */
.side-curved {
    background: #432078;
    padding: 2px 2px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 20px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border: none; /* default */
    padding: 0 !important;
    margin: 0 !important;
}

    /* Variants */
    .side-curved.blue {
        background: #432078;
        color: white;
    }

    .side-curved.transparent {
        background: transparent;
        color: #432078; /* blue text if needed */
        border: 2px solid transparent;
    }

    .side-curved.border-blue {
        background: #432078;
        color: white;
        border: 2px solid #432078;
    }

    .side-curved.transperentBG-border-blue {
        background: white !important;
        border: 5px solid #432078;
    }

    .side-curved.GrayBG {
        background-color: #dbe2ea;
        color: #432078; /* blue text if needed */
        border: 2px solid transparent;
    }





    .side-curved.no-border {
        background: transparent;
        color: white;
        border: none !important;
        width: 40%;
    }


    .side-curved.white {
        background: white;
        color: #432078;
        border: 7px solid #00bee7;
    }

        .side-curved.white.thin {
            background: white;
            color: #432078;
            border: 2px solid #00bee7;
        }

        .side-curved.white.noborder {
            border: 0px;
        }


    .side-curved.fit-img {
        width: 100%;
        height: 100%;
        /*object-fit: cover;*/
        border-radius: inherit; /* optional: follows div curvature */
        display: block;
        border-top-left-radius: 25px !important;
    }

    .side-curved.nav-bar-menu {
        text-align: end !important;
    }


.navbar-collapse .navbar-nav {
    margin-left: auto;
    text-align: right;
    width: fit-content;
    margin-right: 0.5rem;
    margin-right: 0 !important;
    float: right !important;
}


.navbar-toggler {
    color: #00bee7;
    font-size: 25px;
    font-family: avantgardedemibt;
}

.nav-link {
    color: white !important;
    background-color: #00bee7;
    font-size: 20px;
    font-family: avantgardedemibt;
    text-align: left !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.navbar-light {
}

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2300bee7' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

.HeaderTextBlue {
    color: #432078;
    font-size: 50px;
    font-family: avantgardedemibt;
}


.HeaderText {
    color: #00bee7;
    font-size: 65px;
    font-family: avantgardef-bold;
    font-weight: bolder !important;
}

    .HeaderText .Homepage {
        font-size: 32px;
    }

    .HeaderText .Header2 {
        font-size: 15px !important;
    }

.HeaderTextSmall {
    color: #00bee7;
    font-size: 36px;
    font-family: avantgardedemibt;
}

.HeaderTextSmall1 {
    color: #00bee7;
    font-size: 40px;
    font-family: 'ITC Avant Garde Pro-Bold' !important;
}


.HeaderTextSmallBlue {
    color: #432078;
    font-size: 36px;
    font-family: 'ITC Avant Garde Pro-Bold';
}

.HeaderTextSmallBlue2 {
    color: #432078 !important;
    font-size: 25px;
    font-family: 'ITC Avant Garde Pro-Bold' !important;
}

.HeaderTextSmallBlue3 {
    color: #432078;
    font-size: 20px;
    font-family: fonnts-avgardr2;
}

.HeaderTextSmallBlue4 {
    color: #432078;
    font-size: 20px;
    font-family: 'ITC Avant Garde Pro-Bold' !important;
}

.blue-placeholder::placeholder {
    color: #432078;
    opacity: 1;
}

.HeaderTextBig {
    color: black;
    font-size: 25px;
    font-family: fonnts-avgardr2;
}

    .HeaderTextBig.Bold {
        color: black;
        font-size: 25px;
        font-family: avantgardedemibt;
    }

.SubHeaderTextBig {
    color: black !important;
    font-size: 30px;
    font-family: 'ITC Avant Garde Pro';
    font-weight: bold !important;
}

.SubHeaderTextBig2 {
    color: black !important;
    font-size: 24px;
    font-family: 'ITC Avant Garde Pro';
}


.SubHeaderTextBig3Bold {
    color: black !important;
    /*font-size: 22px; on PDF is 22*/
    font-size: 23px;
    font-family: 'ITC Avant Garde Pro-Bold';
}

.SubHeaderTextBig3 {
    color: black !important;
    font-size: 22px;
    font-family: 'ITC Avant Garde Pro';
}

.SubHeaderTextBig4 {
    color: black !important;
    font-size: 18px;
    font-family: 'ITC Avant Garde Pro';
}


.SubHeaderTextBig5 {
    font-size: 14px;
    font-family: 'ITC Avant Garde Pro';
}

.HeaderTextCategory {
    color: #ed0087;
    font-size: 52px;
    font-family: avantgardef-bold;
}


.FormTextBig {
    color: black;
    font-size: 22px;
    font-weight: normal;
    font-family: fonnts-avgardr2;
}

.FormText {
    color: black;
    font-size: 20px;
    font-weight: normal;
    font-family: fonnts-avgardr2;
}

    .FormText.Purpal {
        color: #432078;
    }

    .FormText.Small {
        color: black;
        font-size: 14px;
        font-weight: normal;
        font-family: fonnts-avgardr2;
    }



.FormTextBlueSmall {
    color: #432078;
    font-size: 20px;
    font-weight: bold !important;
    font-family: avantgardedemibt;
}

.FormTextBlackSmall {
    color: black;
    font-size: 16px;
    font-weight: bold !important;
    font-family: fonnts-avgardr2;
    padding: 0 100px;
}

.search-container {
    position: relative;
}

    .search-container input {
        padding-right: 45px;
    }

.search-icon-right {
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10; /* 🔑 VERY IMPORTANT */
    pointer-events: auto; /* 🔑 ensure clickable */
}

.FooterTextSmall {
    color: #422178;
    font-size: 15px;
    font-family: AvantGarde;
    background-color: #dbe2ea;
}

.HeaderTextSmallBlack {
    color: #432078;
    font-size: 25px;
    font-family: AvantGarde;
}

.RewardDesc {
    color: #432078;
    font-size: 20px;
    font-family: AvantGarde;
}


.form-control {
    border-color: #432078 !important;
    color: #00008f;
    height: auto !important;
    padding: 8px 12px !important;
    font-size: 20px !important;
    border-radius: 10px 10px 10px 10px !important;
}

.FormInPut {
    margin-top: 10px;
}

    .FormInPut.NoBorder {
        border: none !important;
        margin: 0px !important;
        color: #432078 !important;
        font-size: 20px !important;
        font-weight: bold !important;
    }



.form-select {
    border-color: #432078 !important;
    color: #00008f;
    height: auto !important;
    padding: 8px 12px !important;
    font-size: 20px !important;
    border-radius: 10px 10px 10px 10px !important;
}

    .form-select.category {
        color: #432078 !important;
        font-size: 20px !important;
        font-weight: bold;
        border: none !important;
    }




.TCContainer {
    padding-left: 70px;
    padding-right: 70px;
}



.FormTextHomePage {
    color: #ffffff;
    font-size: 20px;
    font-family: AvantGarde;
}

.FormTextBigWhite {
    color: #ffffff;
    font-size: 34px;
    font-family: 'itc avant garde gothic pro-demi'
    /*font-family: avantgardedemibt;*/
}

.FormTextBigWhite2 {
    color: #ffffff;
    font-size: 40px;
    font-family: 'itc avant garde gothic pro-demi'
}

.FormTextWhite {
    color: #ffffff;
    font-size: 24px;
    font-family: Myriad;
}

.FormTextWhite2 {
    color: #ffffff;
    font-size: 24px;
    font-family: 'itc avant garde gothic pro-demi'
}




.FormText.HyperLink {
    font-size: 14px;
}

.FormText.bold {
    font-weight: bold;
}

.FormText.TC {
    font-size: 14px !important;
}

.FormText.Points {
    margin-left: 0px;
}



.chevron {
    width: 12px;
    height: 12px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: rotate(45deg);
}

.image-wrapper {
    width: 100%;
}

.text-left {
    text-align: left;
}

.btnFlogas {
    color: white;
    font-family: Myriad;
    background: #00bee7;
    padding: 5px 30px;
    margin-top: 18px;
    margin-left: 0px;
    padding-top: 14px;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 14px;
    margin-right: 0px;
    text-align: center;
    font-size: 24px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    /* Added for <a> to behave like a button: */
    display: inline-block;
    text-decoration: none; /* remove underline */
    cursor: pointer; /* hand cursor */
}

    .btnFlogas.ITC {
        font-family: 'ITC Avant Garde Pro-Bold' !important;
    }

    .btnFlogas.Competation {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

    .btnFlogas.Blue {
        background: #432078;
    }

    .btnFlogas.Small {
        font-size: 15px;
    }

    .btnFlogas.Padding {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 20px;
        padding-bottom: 20px;
    }


.discountCodeButton {
    font-size: 15px;
    font-family: 'ITC Avant Garde Pro-Bold' !important;
}



.btnFlogas.White {
    background: white;
    color: #432078 !important;
}

    .btnFlogas.White.BlueBorder {
        background: white;
        color: #432078 !important;
        border-color: #432078 !important;
        border: 2px solid #432078 !important;
    }





.submit {
    color: #432078;
    background-color: #ffffff;
    font-size: 25px;
    text-transform: uppercase;
    font-family: AvantGarde;
    font-weight: bold;
    border: 0px;
    padding: 5px 50px 5px 50px;
}

.btnClaim {
    color: #432078;
    background-color: #ffffff;
    font-size: 25px;
    text-transform: uppercase;
    font-family: AvantGarde;
    font-weight: bold;
    border: 0px;
    padding: 10px 40px 10px 40px;
}


html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    font-family: AvantGarde;
}

body {
    margin-bottom: 2px;
    font-family: AvantGarde;
}

.lineXS {
    height: 10px;
}

.lineS {
    height: 15px;
}

.lineM {
    height: 20px;
}

.lineL {
    height: 30px;
}

.lineL {
    height: 40px;
}

.lineXL {
    height: 60px;
}



/* Social Links */
.social-icons {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    background-color: transparent; /* fully transparent background */
    padding: 10px 0;
}

.social-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #462377; /* purple border */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: #462377;
}

    .social-icon svg {
        width: 22px;
        height: 22px;
        fill: #ffffff;
        color: #462377;
        transition: fill 0.3s ease;
    }

    /* Hover effect: purple fill + white icon */
    .social-icon:hover {
        background-color: transparent;
        transform: scale(1.1);
    }

        .social-icon:hover svg {
            fill: #462377;
        }


.side-curved-TopMenu {
    height: 120px;
    background: #432078;
    padding: 2px 2px;
    margin-top: 5px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border: none; /* default */
    padding: 0 !important;
    margin: 0 !important;
    margin-left: 120px !important;
    margin-right: 120px !important;
}

.ItsSimplePadding {
    padding-left: 200px;
}

.PddingLeft30 {
    padding-left: 30px;
}

.MarginComptionPage100 {
    margin: 0 100px;
}
.MarginBGMenuRight120 {
    margin-right: 120px;
}

.PaddingComptionPage100 {
    margin: 0 100px;
}


.PaddingBeweenHomePageButton {
    margin-left: 30px !important;
}

.MPImageOverLap {
    position: absolute;
    top: -50px;
    left: 750px;
}


.MPImageOverLapImage {
    width: 125px;
    height: 125px;
}




/*@media screen and (min-device-width : 375px) and (max-device-width : 667px) {*/
@media (max-device-width : 667px) {

    .side-curved-TopMenu {
        height: 60px;
        background: #432078;
        padding: 2px 2px;
        margin-top: 5px;
        width: 100%;
        text-align: center;
        font-size: 18px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border: none; /* default */
        padding: 0 !important;
        margin: 0 !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .side-curved.no-border {
        background: transparent;
        color: white;
        border: none !important;
        width:100%;
    }

    .btnOverLap {
        position: absolute;
        top: -100px;
        left: 10px;
    }


    .MPImageOverLap {
        position: absolute;
        top: 255px;
        left: 230px;
    }


    .MPImageOverLapImage {
        width: 70px;
        height: 70px;
    }



    .side-curved-Home-Mobile-Image {
        background: white !important;
        padding-right: 20px !important;
        margin-top: 0px !important;
        margin-top: 0px !important;
        margin-left: 10px !important;
        margin-right: 0px !important;
        width: 100%;
        text-align: center;
        font-size: 18px;
        border: none; /* default */
    }



    .ItsSimplePadding {
        padding-left: 10px;
    }


    .PaddingBeweenHomePageButton {
        margin-left: 0px !important;
    }


    .MarginComptionPage100 {
        margin: 0 10px;
    }
    .PaddingComptionPage100 {
        margin: 0 10px;
    }

    .MarginBGMenuRight120 {
        margin-right: 5px;
    }



    /*form text */

    .FormTextBig {
        color: black;
        font-size: 22px;
        font-weight: normal;
        font-family: fonnts-avgardr2;
    }

    .FormText {
        color: black;
        font-size: 17px;
        font-weight: normal;
        font-family: fonnts-avgardr2;
    }

        .FormText.Purpal {
            color: #432078;
        }

        .FormText.Small {
            color: black;
            font-size: 14px;
            font-weight: normal;
            font-family: fonnts-avgardr2;
        }



    .FormTextBlueSmall {
        color: #432078;
        font-size: 20px;
        font-weight: bold !important;
        font-family: avantgardedemibt;
    }

    .FormTextBlackSmall {
        color: black;
        font-size: 16px;
        font-weight: bold !important;
        font-family: fonnts-avgardr2;
        padding:0px;
    }


    .FormTextBigWhite {
        color: #ffffff;
        font-size: 30px;
        font-family: 'itc avant garde gothic pro-demi'
    }

    .FormTextBigWhite2 {
        color: #ffffff;
        font-size: 35px;
        font-family: 'itc avant garde gothic pro-demi'
    }


    .FormTextWhite {
        color: #ffffff;
        font-size: 20px;
        font-family: Myriad;
    }

    .FormTextWhite2 {
        color: #ffffff;
        font-size: 20px;
        font-family: 'itc avant garde gothic pro-demi'
    }


    .HeaderTextSmallBlue {
        color: #432078;
        font-size: 30px;
        font-family: 'ITC Avant Garde Pro-Bold';
    }

    .HeaderTextSmallBlue2 {
        color: #432078 !important;
        font-size: 20px;
        font-family: 'ITC Avant Garde Pro-Bold' !important;
    }

    .HeaderTextSmallBlue3 {
        color: #432078;
        font-size: 18px;
        font-family: fonnts-avgardr2;
    }

    .HeaderTextSmallBlue4 {
        color: #432078;
        font-size: 18px;
        font-family: 'ITC Avant Garde Pro-Bold' !important;
    }


    .SubHeaderTextBig3Bold {
        color: black !important;
        /*font-size: 22px; on PDF is 22*/
        font-size: 19px;
        font-family: 'ITC Avant Garde Pro-Bold';
    }

    .PddingLeft30 {
        padding-left: 0px;
    }

    .MobileFont {
        font-size: 16px!important;
    }

    /*******/

    .HomePageImage {
        height: 25px;
        width: 25px;
    }

    .LogoStyle {
        padding-left: 10px;
        width: 75px;
        height: auto
    }


    .HeaderText {
        color: #00bee7;
        font-size: 20px;
        font-family: avantgardedemibt;
    }

        .HeaderText .Homepage {
            font-size: 20px;
        }

        .HeaderText .Header2 {
            font-size: 15px !important;
        }
}



@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/*  Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/*  Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    /*...*/
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    /*...*/
}

/*  XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    /*...*/
}
