@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');

:root{
    --primary-color: #356072;/*#1f7c72*/
    --secondery-color: #356072; /*#67b985*/
    --bg-gray: #f9f9f9;
}

body::-webkit-scrollbar{
    display: none;
}



.nav-bg{
    background-color: rgba(255, 255, 255, 25%);
        backdrop-filter: blur(20px);
    border-radius: 15px;
    margin: 32px;;

    padding: 10px;
    min-height: 80px;
}

.foot{

    background-color: #707275;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .foot h1{
        font-size: 12px;
        font-family: "Poppins", sans-serif;
        letter-spacing: 2%;
        line-height: auto;
        margin-top: auto;
        margin-bottom: auto;
        color: #FFF;
        margin:10px;
    }

.g-quest{
	background-color:var(--secondery-color) !important;
}

.mainquest{
	display: flex;
    flex-wrap: nowrap;
    height: 100%;
    flex-direction: column;
    /* align-content: center; */
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.bgimg {
    background-image: url('<?php echo $bgimage; ?>');
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    margin: 0;
    width: 100%;
	min-height:100vh
}

.bg-gray{
    background-color: var(--bg-gray);
}

.bg-green{
    background-color: var(--secondery-color);
}

.bgimgdarker {
    background-color: rgba(0, 0, 0, 0.35); /* Semi-transparent overlay */
    width: 100%;
    z-index: 1; /* Make sure it is above the background image */
    padding-top: 1px;
	min-height:100vh
}



.nav-btn{
    font-size: 17px;
font-family: "Poppins", sans-serif;
    letter-spacing: 2%;
    line-height: auto;
    margin-top: auto;
    margin-bottom: auto;
    color: #BBBBBB;
    margin:10px;
}

.nav-button{
    border: 1px solid var(--primary-color);
    font-size: 17px;
font-family: "Poppins", sans-serif;;
    letter-spacing: 2%;
    line-height: auto;
    color: white;
    margin-right: 20px;;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}

.nav-button:hover{
    color: white;
    background-color: var(--primary-color);
    transition: all 0.5s ease-in-out;
}

.header{
    color: white;
    font-size: 50px;
    font-weight: 600;
font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
    background-clip: text;
}

.headers{
    color: var(--primary-color);
    font-size: 14px;
font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
    background-clip: text;
    text-align: center;
    position: relative;
}

.headers::before,.headers::after{
    content: "";
    background: var(--primary-color);
    position: absolute;
    width: calc(50% - 80px);
    top: 50%;
    height:2px
}

.headers::before{
    left:0;
}

.headers::after{
    right:0;
}

.headers1{
    color: var(--primary-color);
    font-size: 14px;
font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
    background-clip: text;
    text-align: center;
    position: relative;
}

.headers1::before,.headers1::after{
    content: "";
    background: var(--primary-color);
    position: absolute;
    width: calc(50% - 50px);
    top: 50%;
    height:2px
}

.headers1::before{
    left:0;
}

.headers1::after{
    right:0;
}

.headermw{
    color: #fff;
    font-size: 25px;
    font-weight: 600;
font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
    background-clip: text;
}

.founder-cont{
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    text-align: center;
}

.founder-img{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 20px;
}

.founder-card h1{
    color: var(--secondery-color);
    font-size: 24px;
    font-weight: 600;
font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.founder-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    max-width: 300px;
    min-width: 250px;
    min-height: 250px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.founder-card:hover {
    transform: translateY(-10px);
}

.headerg{
    color: var(--secondery-color);
    font-size: 50px;
    font-weight: 600;
font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
}

.career-form{
    background-color: white;
    border-radius: 5px;
    width: 400px;
    min-height: 400px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 10px 10px 0px 5px rgba(103, 185, 133, 0.2);
}

.center{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.text{
    color: #c7c7c7;
    font-size: 17px;
font-family: "Poppins", sans-serif;
    letter-spacing: 2%;
    line-height: auto;
    font-weight: 400;   
    text-align: justify;
    margin-bottom: 10px;
}

.text-b{
    color: #ffffff; /*#2F4F4F*/
    font-size: 17px;
font-family: "Poppins", sans-serif;
    letter-spacing: 2%;
    line-height: auto;
    font-weight: 400;   
    text-align: justify;
    margin-bottom: 10px;
}

.text-gds{
    color: #ffffff;/*#2F4F4F*/
    font-size: 18px;
font-family: "Poppins", sans-serif;
    letter-spacing: 2%;
    line-height: auto;
    font-weight: 400;   
    text-align: center justify;
    margin-bottom: 10px;
}

.text-g{
    color: #777;
    font-size: 17px;
font-family: "Poppins", sans-serif;
    letter-spacing: 2%;
    line-height: auto;
    font-weight: 400;   
    text-align: justify;
    margin-bottom: 10px;
}

.text-w{
    color: white;
    font-size: 15px;
font-family: "Poppins", sans-serif;
    letter-spacing: 2%;
    line-height: auto;
    font-weight: 400;   
    text-align: justify;
    margin-bottom: 10px;
}



.btn-a{
    background-color: #ffffff;
    border-radius: 100px;
    text-decoration: none;
    color: var(--secondery-color);
    font-weight: 600;
    margin: 20px;
    display: inline-block;
    width: 125px;
    transition: all 0.5s ease-in-out;
    transform: translateX(-1000%);
}

.btn-a:hover{
    padding: 8px;
    background-color: #07234b;
}


.btn-vm{
    background-color: #ffffff;
    border-radius: 100px;
    text-decoration: none;
    padding: 8px;
    color: var(--secondery-color);
    font-weight: 600;
    margin: 20px;
    margin-left:0 ;
    display: inline-block;
    width: 125px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.wca:hover .btn-a{
    transform: translateX(0);
}



.img-txt{
    border-radius: 10px;
    width: 100%;
    height: auto;
    min-width: 200px;
}

.mg-d{
    margin-bottom: 100px;
}

.col-center{
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.down {
    position: relative;  /* Create a stacking context for the dropdown */
    display: inline-block;
}

.menu-down {
    position: absolute;
    top: 80px;           /* Position the dropdown directly below the trigger */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    color: black;
    display: flex;
    flex-direction: column;
    list-style: none;
    min-width: 250px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(7, 35, 75, .16), 0 0 2px rgba(0, 0, 0, .16), 0 1px 2px rgba(0, 0, 0, .08);
    padding: 32px;
    white-space: nowrap;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    z-index: 15;
}

.down:hover .menu-down {
    opacity: 1;
    visibility: visible;
}

.down:hover .down::after {
    content: "";
    position: absolute;
    top: 100%;  /* Align with the bottom of the trigger */
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 20px; /* Buffer area */
    background: transparent;
    z-index: 5;  /* Make sure it's below the dropdown */
}

.item-down {
    color: #07234b;
    font-size: 14px;
    letter-spacing: .01em;
font-family: "Poppins", sans-serif;
    line-height: 160%;
    margin-top: 4px;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.item-down:hover {
    color: var(--primary-color);
    padding-left: 5px;
    transition: all 0.3s ease-in-out;
}

/* Optional: Add a pseudo-element to extend hover area if needed */

.rpe-form{
    background-color: white;
    border-radius: 5px;
    width: 400px;
    min-height: 400px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 10px 10px 0px 5px rgba(103, 185, 133, 0.2);
}

.filter{
    background-color: white;
    border-radius: 5px;
    width: 400px;
    min-height: 400px;
    overflow: hidden;
    padding: 20px;
}

.select-azer{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e1e8ed;
}

.input-azer{
    width: 100%;
    border: 1px solid #e1e8ed;
    padding: 6px;
    border-radius: 5px;
    outline: none;
}

.cont-pad{
    padding: 100px;
}

.conts-pad{
    padding: 70px;
}

.sheader{
    color: var(--primary-color);
    font-size: 16px;
    font-family: sans-serif;
    letter-spacing: 2%;
    line-height: auto;
    font-weight: 700; 
}

.ssheader{
    color: #ada5a5;
    font-size: 12px;
    font-family: sans-serif;
    letter-spacing: 2%;
    line-height: auto;
    font-weight: 300; 
}

.divider-fi{
    width: 100%;
    background-color: #f0f3f8;
    height: 1px;
    margin: 10px 0;
}

.btn-filter{
    width: 100%;
    background-color: var(--primary-color);
    color: white;
    font-size: 16px;
    font-family: sans-serif;
    letter-spacing: 2%;
    line-height: auto;
    font-weight: 500; 
}

    .btn-filter:hover{
        border: 1px solid var(--primary-color);
        color: black;
    }


    .cont-paddown{
        padding-bottom: 100px;
    }



    .cont-padall{
        padding: 250px;;
    }

    .lg{
        font-size: 75px;
    }
    
    .vm-cont {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }

    .vm {
        background-color: var(--secondery-color);
        max-width: 300px;
        min-width: 250px;
        min-height: 400px;
        border-radius: 15px;
        display: flex;
        align-items: center;
        padding: 25px;
        margin: 20px;
        align-content: center;
        box-shadow: 10px 10px 0px 5px rgba(53, 96, 114, 0.2);;
        position: relative; /* Establish stacking context */
        z-index: 10; /* Ensure .vm is on top */
    }

    .vm-cont-svg{
        position: relative;
    }
    
    .vmsvg {
        position: absolute;
        width: 300px;
        height: 300px;
        transition: transform 0.3s ease;
        top: 0;
        left: 100%;
        transform: translate(-150px, -120px);
        z-index: 1;
        fill: rgba(53, 96, 114, 0.2);
        
    }

    .vm-cont-svg:hover .vmsvg {
        transform: translate(0,0) scale(2.75);
        z-index: 12; /* Adjust the scale factor as needed */
        top: unset;
        left: unset;
        fill: var(--secondery-color);
    }

    .vm-cont-svg:hover{
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        align-items: center;

    }

    .vm-cont-svg:hover .vm{
        position: unset;
    }

.vm-txt{
    color: #ffffff;
    position: absolute;
    opacity: 0;
    z-index: 13;
    user-select: none;
}

.vm-cont-svg:hover .vm-txt{
    opacity: 1;
}

      
body{
    overflow-x: hidden;
    user-select: none;
}


.goalscard{
    background-color: var(--secondery-color);
    border-radius: 10px;
    padding: 20px;
    max-width: 320px;
    min-width: 292px;
    min-height: 300px;
    box-shadow: 5px 1rem 12px 0px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    position: relative;
    margin: 25px;
    overflow: hidden;
}

.goalscard::after{
    content: "";
    position: absolute;
    background-color: rgb(255, 255, 255);
    transform: translateY(500px);
    transition: all 0.5S ease-in-out;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
}



.goalscard:hover::after{
    transform: translate(0);
}

.goalscont{
    display: flex;
    justify-content: center;
    align-items: center;
}

.goalscard h3{
    color: white;
    font-size: 35px;
    font-weight: 600;
font-family: "Poppins", sans-serif;
    text-align: center;
}

.goalscard p{
    color: #777;
    font-size: 18px;
    font-weight: 500;
font-family: "Poppins", sans-serif;
    text-align: center justify;
    opacity: 0;
    transition: all 0.5s ease-in;
    position: absolute;
    z-index: 5;
    margin: 25px;
}

.goalscard:hover p{
    opacity: 1;
}

.service-block {
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 10px;
    transition: all 0.3s ease;
    min-width: 200px;
    max-width: 200px;
    height: 200px;
    margin: 25px 0;
    cursor: pointer;
}

.service-text{
    background-color: var(--secondery-color);
    width: 100%;
    position: absolute;
    left: 0;
    top: 110%;
    padding: 25px;
    border-radius: 10px;
    transform-origin: right;
    scale: 0 1;
    transition: scale 0.6s;
}

.service-text.active {
    display: block;
    scale: 1 1;
    transform-origin: left;
}

.service-cont{
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}


.service-block h1{
    font-size: 18px;
}

/* Service block will turn green when active */
.service-block.active-block {
    background-color: var(--secondery-color); /* Green background when active */
    color: white;
}


.service-block.active-block h1{
    color: white;
}

.service-text h1{
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
font-family: "Poppins", sans-serif;
}

.service-text p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
font-family: "Poppins", sans-serif;
}

.pos-r{
    position: relative;
}

.cont-paddownlg{
    padding-bottom: 400px !important;
}


.rpe-cont{
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    text-align: center;
}

.rpe-img{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 20px;
}

.rpe-card h1{
    color: var(--secondery-color);
    font-size: 35px;
    font-weight: 600;
font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
    text-wrap: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: top 0.5s ease, transform 0.5s ease, font-size 0.6s ease;
}

.rpe-card p{
    font-size: 18px;
    color: #555;
    text-align:  justify;
font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
    margin-top: 20px;
    transform: translateY(300px);
    transition: transform 0.8s ease;
}


.rpe-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    min-width: 250px;
    max-width: 300px;
    min-height: 250px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background-color 0.4s ease;
    overflow: hidden;
    position: relative;
}

.rpe-card:hover {
    transform: translateY(-10px);
    background-color: var(--primary-color);
    color: white;
}

.rpe-card:hover p {
    transform: translateY(30px);
    color: white;
}

.rpe-card:hover h1 {
    top: 25px;
    transform: translate(-50%, 0);
    font-size: 30px;
    color: white;
}

.radio-arez-cont{
    padding: 0;
    margin: 0;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    border-radius:15px;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    margin: 20px 0;
    transition: padding-bottom 0.3s ease;
}

.radio-arez:checked + .radio-arez-cont{
    border: 2px solid var(--secondery-color);
}

.label-arez{
    font-size: 18px;
    color: white;
    font-family:Poppins, sans-serif;
    transition: transform 0.4s ease;

}

.label-arez:hover{
    cursor: pointer;
}

.radio-arez{
    transition: all 0.4s ease;
    margin: 0;
    transform: scale(0,0);
    appearance: none;
    border: 0px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.25);
}

.radio-arez-form{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.radio-arez-cont:hover .radio-arez{
    border: 1px solid rgba(255, 255, 255, 0.4);
    transform: scale(1, 1);
}

.radio-arez-cont:hover{
    cursor: pointer;
    background-color: #52505040;
}

.radio-content{
    display: none;
    width: 100%;
}

.radio-arez-content:checked + .label-arez + .radio-content {
    display: block;
}


.arez-form-check::-webkit-scrollbar {
    display: none;
}

.arez-form-check{
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: scroll;
}

.check-cont{
    padding: 0;
    margin: 0;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    border-radius:15px;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    margin: 20px 0;
    transition: padding-bottom 0.3s ease;
}

.check-arez{
    display: none;
}

.check-label{
    font-size: 18px;
    color: white;
    font-family:Poppins, sans-serif;
    transition: transform 0.4s ease;
}

.check-arez:checked .check-cont{
    background-color: #52505040;
}

.check-cont:hover{
    cursor: pointer;
    background-color: #52505040;
}

.check-cont:has(input[type="checkbox"]:checked) {
    background-color: rgb(103, 185, 133, 0.6); /* Your desired background color */
}

.radio-arez-cont:has(input[type="radio"]:checked){
    background-color: #52505040;
    cursor:default
}

.time-cont{
    display: flex;
    flex-direction: column;

}

.time-contg{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.time-cont h2{
    font-size: 16px;
    color: white;
    font-family:Poppins, sans-serif;
    transition: transform 0.4s ease;
}

.text-form{
    font-size: 14px;
    color: white;
    font-family:Poppins, sans-serif;
    transition: transform 0.4s ease;
    text-align: left;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 5px 15px;
    margin:0;
    margin-bottom: 20px;
}

.time{
    padding: 0;
    margin: 0;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 10px;
    outline: none;
    color: white;
}

.textarea-arez{
    padding: 0;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    border-radius:15px 15px 0px 15px;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 10px;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    margin: 10px 0;
    transition: padding-bottom 0.3s ease;
    outline: none;
    color: white;
}

.choose-arez-label{
    padding: 0;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    border-radius:15px;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 10px;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    margin: 10px 0;
    transition: padding-bottom 0.3s ease;
    outline: none;
    color: white;
}

.radio-arez-cont-row{
    display: flex;
    flex-direction: row;
}

.mg-20{
    margin:20px 0 !important
}
.mga-10{
    margin:0 10px 10px 10px !important
}

.mg-10{
    margin:10px 0 !important
}

.choose-arez-label:hover{
    background-color: #52505040;
    cursor: pointer;
}

.choose-arez{
    display: none;
}

.input-arez{
    padding: 0;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    border-radius:15px;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 10px;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    margin: 10px 0;
    transition: padding-bottom 0.3s ease;
    outline: none;
    color: white;
}

    .input-arez:focus{
        color: white;
        background-color: rgba(255, 255, 255, 0.25);
        border: 1px solid rgba(255, 255, 255, 0.4);
        box-shadow: none;
    }

    .input-arez:hover{
        background-color: #52505040;
    }

    .textarea-arez:hover{
        background-color: #52505040;
    }

    .input-arez::placeholder{
        font-size: 15px;
        color: white;
        font-family:Poppins, sans-serif;
        transition: transform 0.4s ease;
    }

    .textarea-arez::placeholder{
        font-size: 15px;
        color: white;
        font-family:Poppins, sans-serif;
        transition: transform 0.4s ease;
    }

    .text-form1{
        font-size: 14px;
        color: white;
        font-family:Poppins, sans-serif;
        transition: transform 0.4s ease;
        text-align: left;
        border-radius: 5px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-radius: 15px;
        background-color: rgba(255, 255, 255, 0.25);
        padding: 5px 15px;
        margin:0;
        margin: 20px 0;
        display: block;
        text-decoration: none;
    }

    .text-form1:hover{
        cursor: pointer;
        background-color: #52505040;
    }


.radio-arez:checked{
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgb(103, 185, 133, 0.6);
    transform: scale(1, 1);
    transition: all  0.8s ease;
    --bs-form-check-bg-image:url("");
    outline: none;
}

.radio-arez:focus{
    box-shadow: none;
}

.form-check-input:checked[type=radio]{
    --bs-form-check-bg-image:url("");
    margin-left: 0;
}

.form-check{
    min-height: none;
    padding-left: 0;
    margin-bottom: 0;
}

.form-check-input{
    margin-left: 0 !important;
}

.form-container{
    width: 100%;
}

.btn-arez{
    background-color: var(--secondery-color);
    color: white;
    margin: 20px;
    width: 120px;
}

    .btn-arez:hover{
        background-color: var(--primary-color);
        color: white;
    }

.btn-cont{
    display: flex;
    flex-direction: row;
}

.col-quest{
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    border-radius:15px;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    transition: all 0.4s ease-in-out;
    max-height: 50px;
    text-decoration: none;
}

    .col-quest:hover{
        cursor: pointer;
        background-color: #52505040;
    }

.col-quest h1{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: center;
    margin: 0;
}

.quest-form{
    display: flex;
    flex-wrap: nowrap;
	flex-direction: column;
    align-items: center;
	max-width:450px;
    min-width: 450px;
    height: 540px;
    min-height: 400px;
    overflow-y: scroll;
    overflow-x:hidden ;
    padding: 25px;
    background-color: rgba(255, 255, 255, 25%);
    border-radius: 10px;
    backdrop-filter: blur(20px);
    align-content: center;
    justify-content: flex-start;
	text-align:center;
}
    .quest-form::-webkit-scrollbar{
        display: none;
    }

.h1c{
	color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 0;
	margin-bottom:5px;
}

.overflowno{
	overflow:hidden !important;
}

.btn-quest{
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 90%;
    border-radius:15px;
    color:white;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding: 10px;
    position: fixed;
    margin: 25px;
    bottom: 0;
}  
.btn-quest:hover{
    background-color:  rgba(255, 255, 255, 25%);
    color:white;
}  

.form-container h1{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 0;
}

.btn-continue{
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    border-radius:15px;
    color:white;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding: 10px;
}  
.btn-continue:hover{
    background-color:  rgba(255, 255, 255, 25%);
    color:white;
}

.txt-col{
    min-width: 200px;
}

@media only screen and (max-width: 480px){
	.quest-form{
		min-width:300px;
        max-width: 100%;
	}

    .col-center{
        align-items: normal;
    }


}

@media only screen and (max-width: 550px){
    .cont-pad{
        padding: 50px;
    }
}

@media only screen and (max-width: 1000px){
    .col-column{
        flex-direction: column;
    }

    .col-reverse{
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 1360px) {
    .cont-paddownlg {
      padding-bottom: 450px !important;
    }
  }

  @media screen and (max-width: 1180px) {
    .cont-paddownlg {
      padding-bottom: 500px !important;
    }
  }

  @media screen and (max-width: 913px) {
	  .bg-vh-max{
	min-height:140vh;
}
  }
  @media screen and (max-width:400px) {
	  .bg-vh-max{
	min-height:200vh;
}
  }
  
  /* Media query for smaller screens */
  @media screen and (max-width: 925px) {
    .cont-paddownlg {
      padding-bottom: 550px !important;
    }
  }

  @media screen and (max-width: 800px) {
    .cont-paddownlg {
      padding-bottom: 600px !important;
    }
  }
  
  /* Media query for even smaller screens */
  @media screen and (max-width: 750px) {
    .cont-paddownlg {
      padding-bottom: 650px !important;
    }
  }

  @media screen and (max-width: 675px) {
    .cont-paddownlg {
      padding-bottom: 700px !important;
    }
  }

  @media screen and (max-width: 620px) {
    .cont-paddownlg {
      padding-bottom: 750px !important;
    }
  }

  @media screen and (max-width: 600px) {
    .cont-paddownlg {
      padding-bottom: 800px !important;
    }
  }

  @media screen and (max-width: 520px) {
    .cont-paddownlg {
      padding-bottom: 750px !important;
    }
  }

  @media screen and (max-width: 495px) {
    .cont-paddownlg {
      padding-bottom: 800px !important;
    }
  }

  @media screen and (max-width: 440px) {
    .cont-paddownlg {
      padding-bottom: 850px !important;
    }
  }

  @media screen and (max-width: 420px) {
    .cont-paddownlg {
      padding-bottom: 900px !important;
    }
  }
  @media screen and (max-width: 400px) {
    .cont-paddownlg {
      padding-bottom: 950px !important;
    }
  }

  @media screen and (max-width: 385px) {
    .cont-paddownlg {
      padding-bottom: 1050px !important;
    }
  }

  @media screen and (max-width: 340px) {
    .cont-paddownlg {
      padding-bottom: 1200px !important;
    }
  }

  @media screen and (max-width: 310px) {
    .cont-paddownlg {
      padding-bottom: 1300px !important;
    }
  }

  @media screen and (max-width: 300px) {
    .cont-paddownlg {
      padding-bottom: 1500px !important;
    }
  }

html, body {
    overflow-x: hidden; /* Prevent horizontal overflow */       /* Reset padding */
}