/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.c-white,
.c-white h1,
.c-white p {
    color: #fff;
}
.f-30 {
    font-size: 30px;
}
#primary {
    margin: 0;
}
div.entry-content-wrap {
    padding-top: 0;
}
div.popup-drawer .drawer-inner {
    max-width: 50%;
}
footer {
    color: #fff;
}
footer a {
    transition: all 0.3s ease-in-out;
}
footer .footer-contact {
    margin-bottom: 48px;
}
footer .footer-contact p {
    margin: 0;
}
footer .site-bottom-footer-inner-wrap {
    padding-top: 0;
}
footer .site-middle-footer-wrap {
    font-size: 17px;
}
footer a:hover,
footer a:focus,
footer a:active {
    text-decoration: underline !important;
    color: var(--global-palette6) !important;
}
footer .site-bottom-footer-inner-wrap p {
    font-size: 14px;
}
.hero-section {
    height: 782px;
    max-height: 782px;
}
.hero-title h1 {
    font-size: 40px;
}
.hero-text {
    font-size: 24px;
    font-weight: 500;
}
.trust-us-title h2,
.common-title h2 {
    font-size: 50px;
    color: #273B4A;
}
.custom-btn a,
.border-btn a {
    background-image: none !important;
}
.custom-btn a,
.border-btn a {
    border: 3px solid #273B4A !important;
}
.border-btn a:hover,
.border-btn a:focus,
.border-btn a:active {
    color: #fff !important;
}
.custom-btn a {
    font-size: 30px !important;
    font-weight: 500 !important;
    border-radius: 15px !important;
    padding: 28px 55px !important;
    box-shadow: 0 0 0 0 transparent !important;
    transition: all 0.3s ease-in-out !important;
    width: 550px;
    max-width: 100%;
}
.custom-btn a:hover,
.custom-btn a:focus,
.custom-btn a:active {
    text-decoration: none !important;
    background-color: #273B4A !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6) !important;
}
.count-number,
.count-title,
.opinions-desc,
.opinions-author > .wpb_wrapper p,
.opinions-author,
.opinions-stars,
.opinions-position {
    margin-bottom: 0 !important;
}
.opinions-author img {
    width: 100px;
    position: relative;
    top: 5px;
}
.count-number {
    font-size: 60px;
    font-weight: 600;
}
.count-title {
    font-size: 24px;
}
.opinions-col > .vc_column-inner,
.opinions-col > .vc_column-inner > .wpb_wrapper {
    height: 100%;
}
.opinions-col > .vc_column-inner > .wpb_wrapper {
    padding: 20px;
    background: #FFF;
    border-radius: 25px;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 0 0 transparent;
    border: 2px solid #273B4A;
}
.opinions-col > .vc_column-inner > .wpb_wrapper:hover {
    box-shadow: 0 0 8px 0 #273B4A;
}
.opinions-initials > .wpb_wrapper {
    width: 80px;
    height: 80px;
    background: #273B4A;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 30px;
}
.opinions-author > .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.custom-width {
    background: #273B4A;
}
.custom-width > .vc_column-inner {
    width: 100%;
    max-width: 1388px;
    margin: 0 auto;
}
.support-title {
    color: #D7B337;
    font-weight: bold;
    font-size: 22px;
}
div#ofertanaukowa,
.trust-us-section {
    position: relative;
}
div#ofertanaukowa:before {
    content: "";
    position: absolute;
    background: color(srgb 0.84 0.7 0.22 / 0.15);
    width: 500px;
    height: 500px;
    left: -360px;
    top: -100px;
    border-radius: 50%;
}
.hero-section h1,
.hero-section p,
.page-id-215 h1,
.page-id-215 h2,
.page-id-215 h3,
.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3 {
    color: #273B4A;
}
.page-id-215 ol,
.page-id-215 ul,
.privacy-policy ol,
.privacy-policy ul {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 1200px) {
    .custom-btn a {
        font-size: 20px !important;
    }
    .center-btn {
        text-align: center;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1499px) {
    .hero-section {
        height: 652px;
        max-height: 652px;
    }
}
@media screen and (min-width: 1025px) {
    #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.item-hidden-above):not(.site-main-header-wrap),
    .transparent-header #wrapper #masthead {
        border-radius: 0 0 60px 60px;
    }
}
@media screen and (max-width: 1024px) {
    .mobile-transparent-header #masthead {
        position: unset !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
    .hero-section {
        height: 522px;
        max-height: 522px;
    }
}
@media screen and (min-width: 992px) {
    .align-right-desktop {
        text-align: right;
    }
    .count-section {
        border-radius: 0 0 60px 60px;
    }
    .opinions-section {
        border-radius: 60px 60px 0 0;
    }
    .border-radius-60 {
        border-radius: 60px;
    }
    .m-w-570 > .vc_column-inner {
        width: 100%;
        max-width: 570px;
    }
    .b-radius-right .vc_column-inner {
        border-radius: 0 60px 60px 0;
    }
    .b-radius-left img {
        border-radius: 60px 0 0 60px;
    }
    .hero-row > .vc_column-inner {
        max-width: 750px;
        margin-left: 90px;
    }
}
@media screen and (max-width: 991px) {
    .count-number {
        font-size: 40px;
    }
    .count-title {
        font-size: 16px;
    }
    div.opinions-section {
        background-color: #D9D9D9;
        background-image: unset !important;
    }
    div.bg-image {
        padding: 0 !important;
        background-image: unset !important;
    }
    .support-image {
        text-align: center !important;
    }
    .hero-row > .vc_column-inner .wpb_wrapper {
        padding: 0 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section {
        height: 457px;
        max-height: 457px;
    }
    .hero-title h1,
    .trust-us-title h2,
    .common-title h2 {
        font-size: 40px;
    }
    .hero-text,
    .f-30 {
        font-size: 24px;
    }
    .trust-us-section:after {
        top: 400px;
    }
}
@media screen and (min-width: 768px) {
    .trust-us-section:after {
        content: "";
        position: absolute;
        width: 550px;
        height: 650px;
        background-image: url(https://studytime.pl/wp-content/uploads/2025/06/apostrofa-tlo.webp);
        background-repeat: no-repeat;
        right: 0;
    }
    .trust-us-section > .vc_column_container {
        z-index: 1;
        position: relative;
    }
}
@media screen and (max-width: 767px) {
    .hero-title h1,
    .trust-us-title h2,
    .common-title h2 {
        font-size: 30px;
    }
    .f-30 {
        font-size: 20px;
    }
    .hero-text {
        font-size: 20px;
    }
    .custom-btn a {
        font-size: 16px !important;
        padding: 18px 55px !important;
    }
    .count-section .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 490px) and (max-width: 767px) {
    .hero-section {
        height: 457px;
        max-height: 457px;
    }
}
@media screen and (max-width: 489px) {
    .hero-section {
        height: 100%;
        max-height: 100%;
    }
}
/* STUDYTIME ================================================================ */







.trust-us-subtitle {
    position: relative;
    padding-bottom: 15px;
}
.trust-us-subtitle:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50%;
    height: 3px;
    background: #273B4A;
    transform: translateX(-50%);
}
.trust-us-icon img {
    width: 50px;
}
.trust-us-info-title {
    font-size: 20px;
    font-weight: bold;
    color: #273B4A;
    margin: 0 0 4px 0 !important;
}
.how-it-works-number > .wpb_wrapper {
    font-size: 50px;
    font-weight: 900;
    background: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border: 8px solid #273B4A;
}
.how-it-works-number p {
    color: #273B4A;
}
.how-it-works-title p {
    color: #D7B337;
}
.how-it-works-title {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 6px 0 !important;
}





@media screen and (max-width: 1023px) {
    footer .footer-contact {
        margin-bottom: 24px;
    }
}
@media screen and (min-width: 992px) {
    .white-line-between-numbers {
        position: relative;
    }
    .white-line-between-numbers:after {
        content: "";
        position: absolute;
        width: 70%;
        height: 2px;
        background: #D7B337;
        left: 50%;
        transform: translateX(-50%);
        top: 48px;
        z-index: 0;
    }

}
@media screen and (max-width: 991px) {
    .how-it-works-number {
        margin-bottom: 6px !important;
    }

}

@media screen and (min-width: 768px) {
    .trust-us-wrapper {
        display: flex;
        gap: 10px;
    }
    .trust-us-icon {
        flex: 0 0 auto;
    }
}
