/* Updated CSS */
.upload-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color: #072bc9;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}

.upload-placeholder:hover {
    color: #6320ee;
}

p.supported-text {
    color: #6c757d;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 0px;
}

.badge-container {
    display: none; 
    width: 100%;
    height: 500px;
    padding: 20px;
    /* background: linear-gradient(135deg, #1E4FFF, #6B00FF); */
    background-image: url('/gbs-attending/images/I-am-Attending-reactangle.webp');
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: border-radius 0.3s, width 0.3s, height 0.3s;
}


.profile-image-container {
    width: 45%;
    height: 80%; /* Adjust size as needed */
    padding: 0px;
    background-color: transparent;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: border-radius 0.3s;
    display: flex;
    justify-content: flex-end; /* Moves content to the rightmost side */
    align-items: center;
    direction: rtl; /* Ensures layout flows to the right */
}

.profile-image {
    width: 73%; /* Allow flexibility in width */
    height: auto; /* Allow flexibility in height */
    max-width: 100%; /* Prevent image from exceeding container width */
    max-height: 100%; /* Prevent image from exceeding container height */
    object-fit: cover; /* Ensure image fits the container */
    position: relative;
    transform: translate(0, 0); /* Default position */
    transition: transform 0.3s ease; /* Smooth movement */
}

.rigth-image {
    padding: 0px 30px;
}

.badge-footer {
    margin-top: 15px;
    text-align: center;
}

/* .text-overlay {
    font-size: 1.1rem;
    color: white;
    font-weight: bold;
} */
/* Wave at the bottom of the circle */
.badge-container.circle::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 243px;
    background: url(/gbs-attending/images/wave2-GBS.svg) no-repeat center center;
    background-size: cover;
    left: 0;
}

/* Text overlay on the circle badge */
.text-overlay {
    bottom: 100px; /* Adjust to position the text above the wave */
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    color: white;
    font-weight: bold;
    z-index: 1;
    font-size: 18px;
    font-family: "BDO Grotesk", Sans-serif;
    line-height: 1.2;
    display: none;
}

/* Styling for the text overlay in a circle-shaped badge */
.badge-container.circle .text-overlay {
    display: block;
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    color: white;
    font-weight: bold;
    z-index: 1;
    line-height: 1.2;
    left: 0;
}

/* Circle styling for badge-container */
.badge-container.circle {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


button#downloadButton {
    width: 100%;
    /* background-image: linear-gradient(25deg, #1A1423 0%, #6320EE 100%) !important; */
    font-family: "BDO Grotesk", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    background:#FFE103;
    color: #171717;
    border: 1px solid #FFE103;
}

button#changeImageButton {
    width: 100%;
    background: transparent;
    color: #171717;
    font-family: "BDO Grotesk", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    border: 1px solid #171717;
}
button#changeImageButton:hover{
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25), 0 0 0 2px rgba(225, 225, 225, .32), 0 6px 12px 0 rgba(225, 225, 3, .16);
}

.reset {
    font-size: 13px;
    color: #072bc9;
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px; 
}
i.fa-solid.fa-rotate-right.reseticon {
    font-size: 13px;
}
label {
    display: inline-block;
    padding-left: 3px;
    padding-right: 10px;
}
.form-label {
    margin-bottom: .5rem;
    font-weight: 700;
    font-family: "BDO Grotesk", Sans-serif;
    font-size: 18px;
    color: #4a4a4a;
    line-height: 26px;
    letter-spacing: -0.32px;
}
.col-md-4.left-design {
    padding: 20px 24px;
    border-right: 1px solid #e5e7eb;
}
.row.image-upload {
    border-top: 1px solid #e5e7eb;
    
}


.input-range {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.input-range label {
    font-size: 14px;
    margin-bottom: 16px;
    font-weight: 500;
    color: #373b3e;
}

input#square, input#circle{
    accent-color:#072bc9;
}

input#horizontal, input#vertical, input#zoom {
    width: 100%;
    accent-color:#6420ef;
}

.upload_heading{
    font-family: "BDO Grotesk", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 44px;
    background: -webkit-linear-gradient(#240e60, #0727b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.image-body-text {
    font-family: "BDO Grotesk", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #373b3e;
    line-height: 26px;
    letter-spacing: -0.32px;
    padding-top: 20px;
    padding-bottom: 24px;
}

label {
    display: inline-block;
    padding-left: 3px;
    padding-right: 10px;
    font-family: "BDO Grotesk", Sans-serif;
    font-size: 18px;
    color: #4a4a4a;
    line-height: 26px;
    letter-spacing: -0.32px;
}

svg.upload-svg {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    height: 48px !important;
    width: 48px !important;
    color: #9ca3af;
}
/* /////////////////////////////////////////////////////////////////// header //////////////////////////////// */
        /* Custom styles for header */

            .navbar {
            background-color: #111;
            padding: 1rem;
        }
        .navbar-brand {
            color: #ffffff;
            font-weight: bold;
        }
        .navbar-brand img {
            height: 30px;
            margin-right: 10px;
        }
        .navbar-nav .nav-link {
            margin-right: 5px;
            font-family: "BDO Grotesk", Sans-serif;
            font-weight: 400;
            line-height: 22px;
            color: #fff;
            padding: 2px 5px;
            font-size: 15px;
        }
        .navbar-nav .nav-link:hover {
            color: #FFE103;
        }
        .nav-item .dropdown-menu {
            background-color: #333;
        }
        .nav-item .dropdown-menu .dropdown-item {
            color: #ccc;
        }
        .nav-item .dropdown-menu .dropdown-item:hover {
            background-color: #444;
            color: #ffffff;
        }
    
        /* Responsive Adjustments */
        .log-text {
            font-family: "BDO Grotesk", Sans-serif;
            font-size: 16px;
            font-weight: 700;
            color: #fff !important;
            /* padding: 4px 12px; */
        }
        .navbar-expand-lg .navbar-collapse {
            flex-basis: unset;
        }
        
        /* Hide log-text on smaller screens */
        .log-text.d-none.d-lg-inline {
            display: none;
        }
        @media (min-width: 992px) {
            .log-text.d-none.d-lg-inline {
                display: inline;
            }
        }
        
        /* Button Styles */
        .header-buttons .btn {
            margin-left: 10px;
        }
        .btn-partner {
            font-family: "BDO Grotesk", Sans-serif;
            font-size: 12px;
            font-weight: 600;
            color: #fff;
            background-color: transparent;
            border: 1px solid #d1d1d1;
            border-radius: 56px;
            padding: 10px 16px;
            text-transform: uppercase;
        }
        .btn-partner:hover {
            /* background-image: linear-gradient(to bottom, transparent, #e0e5ea); */
            color: black !important;
            border: 1px solid white;
            background: white;
        }

        .btn-tickets {
            font-family: "BDO Grotesk", Sans-serif;
            font-size: 12px;
            font-weight: 600;
            color: #171717;
            background-color: #FFE103;
            border: 1px solid #d1d1d1;
            border-radius: 56px;
            padding: 10px 16px;
            text-transform: uppercase;
            /* background-image: linear-gradient(116deg, #1a1423 0, #6320ee 100%); */
        }
        .btn-tickets:hover {
            color: white !important;
            /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #1a1423 0, #6320ee 100%); */
            /* box-shadow: 0 0 0 1px #d6c7f4, 0 12px 12px -8px rgba(80, 16, 209, 0.32), inset 0 -7px 12px rgba(160, 126, 230, 0.56); */
            background: #171717;
            box-shadow: 0 4px 4px 0 rgba(0,0,0,.25),0 0 0 2px rgba(225,225,225,.32),0 6px 12px 0 rgba(225,225,3,.16);
        }
    
        /* Media Queries */
        @media (max-width: 992px) {
            .header-buttons {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                /* margin-top: 10px; */
            }
            .header-buttons .btn {
                width: 100%;
                margin-left: 0;
                margin-bottom: 10px;
            }
            .navbar-collapse {
                flex-grow: 1;
                text-align: center;
            }
            .badge-container{
                background-image: url(/gbs-attending/images/I-am-Attending-mobile.png) !important;
                height: 500px;
                background-position: center;
                background-size: cover;
                border-radius: 10px;
                display: flex;
                flex-direction: column;
                align-items: center;
                position: relative;
            }
            .text-overlay{
                display: block;
            }
            .profile-image {
                width: 100%;
                object-fit: contain;
            }
        }


        /* ////////////////////////////////// media query ////////////////////////////////// */
        @media only screen and (max-width: 480px) {
            .btn-partner {
               font-size: 13px;
            }
      
            a.btn.btn-partner {
                width: 48%;
                font-size: 12px;
            }
            a.btn.btn-tickets {
                width: 48%;
                font-size: 12px;
            }
            .navbar-nav .nav-link {
                font-size: 18px;
                text-align: left;
                margin-top: 14px;
            }
            .profile-image-container {
                width: 100%;
                height: 500px;
            }
            .badge-container {
                width: 98%;
            }
            .badge-container.circle {
                width: 370px;
                height: 370px;
            }
        }
