/* 
Theme Name: Colledge
Theme URI: https://colledge.us
Author: Colton Joseph
Template: hello-elementor
Version: 1.0.1
Text Domain: colledge
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready

*/
.qr-code-wrap{
    text-align: center;
}

.qr-code-wrap svg{
    width: 200px;
    height: 200px;
}

.quick-pay-container{
    max-width: 700px;
    padding: 40px;
    margin: auto;
    border: 1px solid;
    border-color: #DBDBDB;
    --border-color: #DBDBDB;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    margin-top: 40px;
    margin-bottom: 50px;
}

.quick-pay-container h1{
    font-family: 'Gotham';
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -1px;
    text-align: center;
}

.quick-pay-container .paystudent{
    color: white;
}

.quick-pay-container  .select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
    border-radius: 6px;
    height: 50px;
    padding: 10px;
}

.quick-pay-container  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
}

.quick-pay-container  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    top: 1px;
}

.quick-pay-btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    height: 46px;
}

body #subscription-form .first-row {
    width:48%;
}

body #subscription-form .middle-row {
    width: 48%;
}

#subscription-form {
    align-items: flex-start;
}

.subscription-radio {
    display: flex;
    align-items: center;
    border: 1px solid #797979;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 10px;
    gap: 10px;
    text-align: left;
    height: 80px;
}

.subscription-radio:has(input[type="radio"]:checked) {
    background: #F6FAFA;
    border: 1px solid #138086;
    box-shadow: 0px 0px 3px 0px #00000033;
}

.subscription-radio.active {
    border: 1px solid #138086;  
}


.subscription-radio input[type="radio"] {
    width: 20px;
    height: 20px;
    appearance: none; /* Elimina stilul implicit */
    border: 2px solid #333333; /* Culoarea pentru butoanele ne-selecat */
    border-radius: 50%; /* Face radio butonul rotund */
    outline: none; /* Elimina conturul */
    cursor: pointer; /* Schimba cursorul la hover */
    margin-right: 10px; /* Spatiu intre radio buton si eticheta */
    position: relative; /* Pentru a pozitiona pseudo-elementul */
}

.subscription-radio input[type="radio"]:checked{
    border: 2px solid #138086;
}

.subscription-radio input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-color: #138086; /* Culoare pentru butonul selectat */
    border-radius: 50%; /* Face punctul rotund */
    transform: translate(-50%, -50%); /* Centreaza punctul in radio buton */
}

.subscription-radio label {
    display: flex;
    align-items: center;
    font-size: 16px; 
}

.label-text{
    font-family: 'Gotham';
    font-size: 16px;
}

.label-price{
    font-family: 'Gotham';
    font-size: 12px;
    font-weight: 700;
    color: dark;
}


.label-price span{
    font-weight: normal;
}

.save-label{
    font-weight: 700;
    font-size: 12px;
    color: #333333;
    margin-left: 20%;
}

.terms-link{
    color: #797979;
    font-size: 14px;
}

.terms-link a{
    color: #FF8539
}

.stripe-wrap{
    color: #797979;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-family: Montserrat;
}

.stripe-wrap svg{
    vertical-align: text-top;
}

.div-text-label{
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 4px;
}

.subscribe-submit{
    width: 100%;
    font-weight: 700;
    font-size: 14px;
}

body #pay-bg-check-form .first-row {
    width:48%;
}
body #pay-bg-check-form .middle-row {
    width: 48%;
}

#pay-bg-check-form {
    align-items: flex-start;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-size: contain; 
    background-repeat: no-repeat; 
}

.show-password {
    background-image: url('/wp-content/themes/colledge/icons/hide-eye.png');
    background-size: cover;
    background-position: center; 
    width: 20px; 
    height: 20px; 
}

.hide-password {
    background-image: url('/wp-content/themes/colledge/icons/show.png');
    background-size: cover;
    background-position: center; 
    width: 20px;  
    height: 20px; 
}


.support-team-link a {
    color: #ff8539 !important;
    text-decoration: underline !important;
    font-weight: 300;
}

.support-team-link a:hover {
    color: #138086 !important;
    text-decoration: underline !important;
    font-weight: 300;
}

.wrap-subs-form {
    width: 1036px;
}


.wrap-subs-form .e-con-inner{
    /* max-width: 96% !important;
    margin: 0 20px !important; */
    align-items: normal !important;
}

.message-for-student {
    text-align: center !important;
}


.menu-item-has-children {
    padding: 0 11px;
}

.custom-menu-main #menu-main-menu,
.custom-menu-main #menu-main-menu-1,
.custom-menu-main #menu-main-menu-2,
.custom-menu-main #menu-main-menu-3,
.custom-menu-main #menu-main-menu-student,
.custom-menu-main #menu-main-menu-client,
.custom-menu-main #menu-main-menu-client-1,
.custom-menu-main #menu-main-menu-student-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    list-style: none;
    padding: 0;
}

.custom-menu-main .menu li a{
    color: #333 !important;
    font-family: 'Gotham';
    font-size: 16px;
    font-weight: 700 !important;
    line-height: 15.31px;
    text-align: left;

}

/* .custom-menu-main ul .menu-item-has-childre {
    display: flex;
    flex-direction: column;
    gap: 10px;
} */

.custom-menu-main ul .menu-item-has-children ul{
    background-color: #fff;
    gap: 0;
    list-style: none;
    padding: 0;
}

.menu-item-has-children > a::after {
    content: "\f107"; 
    font-family: "FontAwesome"; 
    font-weight: 900; 
    display: inline-block;
    margin-left: 8px; 
    font-size: 18px; 
    vertical-align: middle;
    transition: transform 0.3s ease;
}


.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}

.menu-item-has-children {
    position: relative;
}


.custom-menu-main .menu-item-has-children .sub-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute; 
    z-index: 10;
    min-width: calc(100% + 2px);
}

.custom-menu-main .menu-item-has-children .sub-menu li a {
    font-family: Montserrat !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 17.07px !important;

}

.custom-menu-main .menu-item-has-children:hover > .sub-menu {
    display: block;
    opacity: 1;
}

.custom-menu-main .menu-item-has-children:hover {
    padding: 0 10px;
    border: 1px solid #DBDBDB;
    border-bottom: none;
    /* box-shadow: 0px 0px 3px 0px #00000033; */
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.custom-menu-main .menu-item-has-children:hover > .sub-menu {
    /* padding-top: 6px; */
    padding: 6px 10px;
    border: 1px solid #DBDBDB;
    border-top: none;
    /* box-shadow: 0px 0px 3px 0px #00000033; */
    margin-left: -11px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.hideconditions {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

.messagesnotification {
    position: relative;
}

.messages-notification-counter {
    position: absolute !important;
    top: 5px !important;
    right: -5px !important;
}

.elementor-element.elementor-element-1054bad.messages-notifications-wrapper {
    width: auto !important;
}

.wrap-bredcrumbs{
    gap: 2px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
} 

.wrap-bredcrumbs .home-breadcrumbs{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    line-height: 17.07px;
    color: var(--dark-gray-1, #797979) !important;
}

.wrap-bredcrumbs .home-breadcrumbs:hover{
    color: #797979 !important;
}

#breadcrumbs span a{
    color: #797979 !important;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    line-height: 17.07px;
}

#breadcrumbs span:last-child {
    color: var(--Primary-Teal-300, #138086) !important;
}

.separator-img {
    height: 13px;
    width: 23px;;
}

.desktopheader  { 
    z-index: 100 !important; 
}

.sc-breadcrumbs {
    font-family: Montserrat;
    font-weight: 300;
}

.sc-breadcrumbs a {
    color: #138086;
}

.sc-breadcrumbs a:not(:last-child) {
    color: #797979;
    margin-right: 15px;
}

.sc-breadcrumbs span {
    margin-right: 3px;
}


@media (max-width: 1334px){
    .custom-menu-main #menu-main-menu,
    .custom-menu-main #menu-main-menu-1,
    .custom-menu-main #menu-main-menu-2,
    .custom-menu-main #menu-main-menu-3,
    .custom-menu-main #menu-main-menu-student,
    .custom-menu-main #menu-main-menu-client,
    .custom-menu-main #menu-main-menu-client-1,
    .custom-menu-main #menu-main-menu-student-1 {
        gap: 25px;
    }
}

@media (min-width: 770px) and (max-width: 1024px){
    .notification-bar-sticky {
        margin-top: 0px !important;
        top: inherit !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {  
    .wrap-event-image-and-title img { 
        height: auto !important; 
    } 
}

@media (max-width: 768px){
    .custom-menu-main #menu-main-menu,
    .custom-menu-main #menu-main-menu-1,
    .custom-menu-main #menu-main-menu-2,
    .custom-menu-main #menu-main-menu-3,
    .custom-menu-main #menu-main-menu-student,
    .custom-menu-main #menu-main-menu-client,
    .custom-menu-main #menu-main-menu-client-1,
    .custom-menu-main #menu-main-menu-student-1 {
        flex-direction: column;
        gap: 10px;
    }

    .custom-menu-main ul li {
        padding: 0 10px !important;
    }
}
 


@media (min-width: 768px) {
    .elementor-9853 .elementor-element.elementor-element-66adc86f {
        --content-width: 1036px;
    }

    .elementor-9853 .elementor-element.elementor-element-23db3a0 {
        --content-width: auto;
    }
}

/* .college-halfwidth {
    grid-column: span 6 !important;

} */

#field_1_46 {
    display: flex !important;
    align-items: center !important; /* Centers vertically */
    /* justify-content: center !important; Centers horizontally (optional) */
    height: 100% !important; /* Ensure it takes full height */
}

.college-verified::before {
    content: "\e917"; /* Unicode of checkmark from your screenshot */
    font-family: "gform-icons-theme"; /* Ensure this matches your theme */
    font-size: 24px; /* Adjust size */
    color: #28a745; /* Green check color */
    margin-left: 0px; /* Space between text and checkmark */
    vertical-align: top; /* Aligns with text */
    display: inline-block;
}

.reg-form-spacer-fix {
    display: flex;
    align-items: center;  /* Ensures the input aligns vertically */
    height: 54.5px; /* Keep fixed height */
}

.reg-form-spacer-fix .ginput_container {
    flex-grow: 1; /* Allows input to take up full space */
    width: 100%; /* Ensures it doesn’t shrink */
}

.reg-form-spacer-fix input {
    height: 100% !important; /* Makes sure input fills the container */
    width: 100%; /* Ensures it stretches properly */
    margin: 0; /* Remove any weird margins */

}

@media screen and (min-width: 769px) {
    
    .custom-menu-main .menu-item-has-children .sub-menu {
        min-width: 100%;
        white-space: nowrap;
        left: 10px;
        top: 100%;
    }

    .custom-menu-main .menu-item-has-children:hover > .sub-menu {
        padding: 6px 10px;
        border: 1px solid #DBDBDB;
        border-radius: 6px;

    }

    .custom-menu-main .menu-item-has-children:hover {
        padding: 0;
        border: none;
    }

    .menu-item-has-children {
        padding: 0;
    }
    
}
