/*
CTC Separate Stylesheet
Updated: 2025-02-23 12:57:33
*/

@media only screen and (max-width: 600px) {

    .consult-info .row {
        margin-bottom: 10px;
    }

    .consult-info .col-30 {
        width: 100%;
        text-align: center;
    }

    .consult-info .col-70 {
        width: 100%;
        padding: 10px;
        text-align: center;
    }


    .consult-info .col-30 .label {
        padding: 2px;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width: 601px) {
    .consult-info .row {
        display: flex;
        flex-wrap: wrap;
    }

    .consult-info .col-30 {
        width: 30%;
        margin-top: 4px;
        margin-bottom: 4px;
        align-items: center;
        justify-content: center;
    }

    .consult-info .col-70 {
        width: 67%;
        margin-right: 20px;
        margin-left: 0px;
        display: flex;
        align-items: center;
    }

    .consult-info .col-30 .label {
        padding: 6px;
    }
}

@media only screen and (max-width: 767px) {

    #homeslider .swiper-slide-bg {
        background-position: top 0 right 25%;
    }

    #homeslider .swiper-slide-inner {
        align-items: end;
    }
}

#consultant-fields .inner .row:first-child .col-70 {
    color: #bf33c3;
    font-size: 180%;
}

#consultant-fields .inner .row:nth-child(2) .col-70 {
    color: #bf33c3;
    font-size: 150%;
}

.consult-info {
    width: 100%;
}

.consult-info .inner {
    margin: 0 auto;
}

.consult-info .inner .row {
    border-bottom: 1px solid #cfcfd6;
    padding: 5px;
}

.consult-info h2 {
    text-align: center;
}

.consult-info .col-30 .label {
    font-weight: 500;
    color: #403f5a;
}

.consult-info .col-70,
.consult-info .col-70 a {
    color: #5961bd;
}


#homeslider .elementor-slide-button {
    padding: 8px 24px;
    min-width: 200px;
    text-align: right;
}

#topmenu.elementor-sticky--effects .menu {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#topmenu.elementor-sticky--effects .logo {
    padding-top: 5px !important;
    padding-bottom: 0 !important;
}

#topmenu.elementor-sticky--effects .logo img {
    width: 40% !important;
}

#topmenu {
    transition: all 0.3sease;
}

#topmenu.elementor-sticky--effects {
    animation-name: fadeInDown;
    animation-duration: 1.25s;
    background-color: transparent;
    /*box-shadow: 0 0 15px -2px rgb(179 179 179 / 80%);*/
    background-image: linear-gradient(90deg, #85347c 0%, #c023ad 100%);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.social-icons {
    margin: 5px 0;
    text-align: center;
}

.social-icons a {
    display: inline-block;
    margin: 0 5px;
}

.social-icons img {
    width: 28px;
    height: 28px;
    fill: #5262bf;
}

#cat-list .cat:hover .elementor-heading-title {
    color: #c023ad
}

#cat-list .cat:hover .elementor-button {
    background: #5262BF;
    color: #ffffff;
}

#cat-list .cat:hover .elementor-widget-container {
    color: #3F3F5A;
}

#cat-search select {
    font-size: 22px;
    color: #e57d1c;
    background: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.elementor-element.elementor-element-2b9069a>.elementor-widget-container {
    background-position: calc(100% - 20px) center;
}

#cat-profile-grid .profile .elementor-button {
    background: #5262BF;
    color: #ffffff;
}

#cat-profile-grid .profile:hover .elementor-button,
#profiles-grid .profile:hover .elementor-button {
    background: #e57d1c;
    color: #ffffff;
}

#cat-profile-grid .profile a,
#cat-profile-grid .profile .elementor-heading-title {
    color: #5262bf
}

#cat-profile-grid .profile:hover a,
#cat-profile-grid .profile:hover .elementor-heading-title {
    color: #ffffff
}

#cat-profile-grid .profile:hover {
    background: #5262bf;
}

.page-header {
    text-align: center;
    margin-top: 20px;
}

.elementor-field-group-field_3eac44f,
.elementor-field-group-field_f0042a4 {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8
}

#joinForm .elementor-field-option input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    
}
#joinForm .elementor-field-option {margin-top:4px;}
#joinForm .elementor-field-type-checkbox .elementor-field-option label {
    color: #333;
    cursor: pointer;
    top: -4px;position:relative;
}
