/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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
*/

/* Add your custom styles here */

:root {
  --primary-color: #91058C;
  --secondary-color: #8E8E8E;
  --light-pink: #FEF3FD;
  --theme-light-bg: #E7E7E7;
  --theme-dark-bg: #141414E3;
  --white-color: #ffffff;
  --heading-color: #525252;
}

html {
	font-size: 62.5%;
}

/* h1, h2, h3, h4, h5, h6, p, a {
	margin: 0 !important;
} */

.elementor-social-icons-wrapper a:hover {
    font-size: inherit !important;
}

.home .header-topbar {
    background-color: var(--theme-dark-bg) !important;
}
.header-logo-light {
    display: none;
}
.home .header-logo-pink {
    display: none;
}
.home .header-logo-light {
    display: block;
}
.home .header-nav a {
    color: var(--white-color) !important;
}
.home .header-nav a:hover, .home .header-nav .current-menu-item a {
    color: var(--primary-color) !important;
}
.pink-card-grid .elementor-image-box-content .elementor-image-box-description {
    position: absolute;
    z-index: 999;
    display: block;
    top: 40%;
    padding: 0 3rem;
    display: none;
}
.pink-card-grid .elementor-widget-image-box:hover .elementor-image-box-description {
    display: block;
}
.pink-card-grid .elementor-widget-image-box .elementor-image-box-img {
    background-color: #000;
}
.six-steps-process .elementor-icon-box-description a {
    background-color: var(--e-global-color-primary);
    padding: 1.2rem 2.5rem;
    border-radius: 8px;
    color: #fff;
}
.six-steps-process .elementor-icon-box-description a:hover {
    background-color: var(--primary-color);
}

.step-number {
    top: -1rem;
}

.custom-check-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.custom-check-list ul {
    list-style: none;
    padding: 0;
    margin: 2rem 0 2rem 0;
}
.custom-check-list-full ul, .custom-check-list-white ul, .custom-check-list-pink ul {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0.5rem 0;
}
.custom-check-list-full ul {
    margin: 1rem 0 1rem 0 !important;
}

.custom-check-list li, .custom-check-list-full li, .custom-check-list-white li, .custom-check-list-pink li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.custom-check-list-full li {
    margin-bottom: 5px !important;
}

.custom-check-list-white li {
    color: var(--white-color);
    font-size: 2.2rem;
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
}

.custom-check-list-pink li {
    color: #333;
    font-size: 2.2rem;
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
}

.custom-check-list li::before, .custom-check-list-full li::before {
    content: "";
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 3px;
    background: url("img/check.svg") no-repeat center;
    background-size: contain;
}
.custom-check-list-white li::before {
    content: "";
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    margin-top: 3px;
    background: url("img/check-w.svg") no-repeat center;
    background-size: contain;
}

.custom-check-list-pink li::before {
    content: "";
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    margin-top: 3px;
    background: url("img/check-pink.svg") no-repeat center;
    background-size: contain;
}

.six-steps-process .elementor-icon-box-content span.theme-txt {
    color: var(--primary-color);
}

.six-steps-process .elementor-icon-box-content p, .six-steps-process .elementor-icon-box-content span.theme-txt, .six-steps-process .elementor-icon-box-content li, .six-steps-process .elementor-icon-box-content strong,
.jkit-accordion p {
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
}
.six-steps-process .elementor-icon-box-content strong {
    font-weight: 600 !important;
}
.jkit-accordion .card-header .number {
    margin-right: 1rem;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.custom-checklist .elementor-icon-list-items .elementor-icon-list-item {
    padding: 1rem 2rem !important;
    border-radius: 10px;
    border: 1px solid #999;
    margin-bottom: 1.5rem !important;
}

/**** Contact Form 7 *********/
.cf7-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    font-family: 'Montserrat' !important;
}
.elementor-kit-113 label {
    font-family: 'Montserrat' !important;
    font-weight: 400;
}

.cf7-grid .full {
    grid-column: 1 / -1;
}

/* Inputs */
.cf7-grid input,
.cf7-grid select,
.cf7-grid textarea {
    width: 100%;
    padding: 16px 18px;
    border: 1px solid #999 !important;
    border-radius: 10px !important;
    font-size: 1.8rem !important;
    background: #fff;
}

.cf7-grid textarea {
    height: 160px;
    resize: none;
}

/* Radio section */
.cf7-radio {
    margin-top: 25px;
}

.radio-title {
    display: block;
    font-weight: 600;
    margin-bottom: 12px;
}

/* Button */
.cf7-btn {
    margin-top: 25px;
}

.cf7-btn input[type="submit"] {
    width: 100% !important;
    padding: 18px !important;
    background-color: var(--primary-color) !important;
    color: #fff;
    border: none !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    font-size: 2rem !important;
    text-transform: none;
    letter-spacing: 0 !important;
    font-weight: 500 !important;
}
/****** Contact Form Closed****/

/****** Blog Loop *********/
.pp-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.pp-blog-card {
    background: #fff;
    margin-bottom: 6rem;
}

.pp-blog-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.pp-blog-date {
    display: block;
    margin-top: 12px;
    font-size: 1.7rem;
    color: #979197;
    font-family: 'Montserrat';
    font-weight: 500;
}

.pp-blog-card .pp-blog-title a {
    font-size: 2.6rem;
    font-weight: 600;
    margin: 10px 0;
    color: var(--heading-color);
    font-family: 'Montserrat';
    line-height: 1.2em;
}

.pp-blog-title a {
    text-decoration: none;
    color: #222;
}

.pp-blog-excerpt {
    color: #333333;
    margin-bottom: 18px;
    font-size: 1.8rem;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 1.5em;
}

.pp-blog-btn {
    display: inline-block;
    padding: 10px 22px;
    border: 1px solid #000;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: 0.3s;
    font-size: 1.8rem !important;
    color: #000 !important;
}

.pp-blog-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff !important;
}


/* Pagination */
.pp-blog-pagination {
    margin-top: 50px;
    text-align: center;
}

.pp-blog-pagination .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 6px 14px !important;
    border: 1px solid var(--theme-dark-bg);
    text-decoration: none;
    border-radius: 4px;
    color: var(--theme-dark-bg);
    font-size: 1.5rem;
    font-weight: 500;
}

.pp-blog-pagination .current, .pp-blog-pagination .page-numbers:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}
.pp-blog-pagination .page-numbers:hover {
    font-size: 1.5rem;
    font-weight: 500;
}


/**** Blog Details Page *****/


/* ===============================
HERO (full width background)
=============================== */

.blog-hero{
    position: relative;
    min-height: 55rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    display: block; /* important */
}

.blog-hero .elementor-container{
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    min-height: 55rem;
    padding: 6rem 2rem;
}

.blog-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}

.blog-date{
    font-size: 1.7rem;
    margin-bottom: 10px;
    display: block;
    opacity: 01;
    font-family: 'Montserrat';
    font-weight: 500;
}

body .blog-hero-content .blog-title{
    font-size: 6.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    font-family: 'Montserrat';
    color: #fff;
}
.blog-content h2 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 4.5rem;
    color: #424242;
    margin-bottom: 2rem;
}
.blog-content h2 strong {
    font-weight: 600;
}
.blog-content p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.5;
}
.blog-content blockquote {
    background-color: #F6F6F6;
    margin: 3rem 0;
    padding: 2rem 3rem 3rem 3rem;
}
.blog-content blockquote p {
    font-size: 2rem;
    font-weight: 500;
    color: #000;
}
.blog-content blockquote strong {
    color: #707070;
    font-size: 1.6rem;
    font-weight: 500;
    display: block;
    margin-top: 1rem;
}
.blog-content img {
    margin: 2rem 0;
}
.blog-content ul {
    padding-left: 0;
    list-style: outside none none;
    margin: 3rem 0;

}
.blog-content ul li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 2.2rem;
    display: flex;
    align-items: center;
}
.blog-content ul li:before {
    content: "";
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-top: 2px;
    background: url("img/check-pink.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    margin-right: 1rem;
}


/* ===============================
LAYOUT
=============================== */

.blog-main-section{
    padding:70px 0;
}

.blog-layout{
    display:flex;
    gap:60px;
    align-items:flex-start;
}

.blog-content{
    flex:2;
}

.blog-sidebar{
    flex:1;
}



/* ===============================
SIDEBAR
=============================== */

.sidebar-box {
    border: none;
    background: var(--light-pink);
    margin-bottom:5rem;
    border-radius: 10px;
}
.sidebar-box .sidebar-title {
    background-color: var(--primary-color);
    color: var(--white-color);
    margin: 0;
    padding: 1.5rem 3rem;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 2.8rem;
}
.recentarticlesbox, .sidebar-box .category-list {
    padding: 2rem 3rem;
}

.recentarticlesbox .blog-date {
    font-size: 1.4rem;
    margin-bottom: 5px;
}
.recentarticlesbox a:hover .blog-date {
    color: var(--primary-color);
}

.recent-post{
    display:flex;
    gap:12px;
    margin-bottom:15px;
    text-decoration:none;
    color:inherit;
}

.recent-thumb img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.recent-info h4{
    font-size: 1.6rem;
    margin: 0;
    color: var(--heading-color);
    font-family: 'Montserrat';
    line-height: 1.35;
}

.recent-thumb {
    width: 36%;
}

.category-list {
    list-style:none;
    padding:0;
    margin:0;
}

.category-list li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EDD6EB;
}
.category-list li:last-child {
    border-bottom: none;
}
.category-list li a {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 2rem;
    color: #333333;
}
.category-list li a:hover {
    font-size: 2rem;
    padding: inherit;
    color: var(--primary-color);
    letter-spacing: inherit;
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: inherit;
    margin: 0;
    padding: 0;
}
.category-list li:before {
    content: "";
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    background: url("img/check.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    margin-right: 1rem;
}
.pp-blog-archive {
    margin: 8rem 0 5rem;
}
.wpcf7-form-control.wpcf7-select {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/**** Jobs Page*****/
/* ===== Job Search Form Wrapper ===== */
.cool-job-form {
    background: #F8F8F8;
    padding: 3rem 3rem 1.5rem 3rem;
    border-radius: 8px;
    font-family: 'Montserrat';
    border: 1px solid #eee;
}

/* Remove Bootstrap row negative margins if breaking layout */
.cool-job-form .row {
    margin-left: 0;
    margin-right: 0;
}

/* ===== Input & Select Fields ===== */
.cool-job-form .form-control {
    width: 100%;
    height: 55px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 0 15px;
    font-size: 15px;
    box-shadow: none;
    transition: all 0.3s ease;
    background: #fff;
}

/* Focus Effect */
.cool-job-form .form-control:focus {
    border-color: #9c0c8c;
    box-shadow: 0 0 0 2px rgba(156, 12, 140, 0.1);
    outline: none;
}

/* Spacing between fields */
.cool-job-form .form-group {
    margin-bottom: 20px;
}

/* Make dropdowns same height */
.cool-job-form select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='%23999999' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 18px;
}

/* ===== Submit Button ===== */
.cool-job-form .btn-primary {
    background: linear-gradient(135deg, #b000b5, #7a007a);
    border: none;
    height: 55px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.cool-job-form .btn-primary:hover {
    background: linear-gradient(135deg, #7a007a, #b000b5);
    transform: translateY(-2px);
}

.cool-jobrow {
    font-family: 'Montserrat';
    font-weight: 400;
    padding: 2rem 2rem 3rem 2rem !important;
    background-color: var(--light-pink) !important;
    border: none !important;
    border-radius: 8px !important;
}

.cool-job-title {
    font-size: 3.2rem !important;
    margin-bottom: 1rem;
    line-height: 1.4;
}
.cool-job-type {
    font-weight: 600;
    font-size: 2rem;
    font-style: italic;
    margin-bottom: 1rem;
}
.cool-job-date {
    color: var(--primary-color);
    font-weight: 500;
    margin: 1rem 0;
}
.cool-job-footer {
    margin: 1rem 0;
}
.cool-job-view-btn {
    background-color: var(--e-global-color-e990a77);
    font-size: 1.6rem !important;
    font-weight: 500 !important;
    fill: var(--e-global-color-primary);
    color: #000 !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary);
    border-radius: 8px 8px 8px 8px;
    padding: 13px 25px 13px 25px;
}
.cool-job-view-btn:hover {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-e990a77) !important;
}
.cool-job-apply-btn, .cool-apply-btn {
    background-color: var(--primary-color);
    font-size: 1.6rem !important;
    font-weight: 500 !important;
    fill: var(--e-global-color-primary);
    color: #fff !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--primary-color);
    border-radius: 8px 8px 8px 8px;
    padding: 13px 25px 13px 25px;
}
.cool-job-apply-btn:hover, .cool-apply-btn:hover {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-e990a77) !important;
    border-color: var(--e-global-color-primary);
}
.single-current-vacancies h3 {
    font-family: 'Montserrat';
}
/*** Jobs Page Closed *****/


/* ===============================
RESPONSIVE
=============================== */

@media (min-width: 992px) {

    .cool-job-form .row.form-group:last-child {
        display: flex;
        gap: 15px;
        align-items: stretch;
    }

    /* Keyword full width first row remove */
    .cool-job-form .cool-keyword-field {
        flex: 2;
    }

    .cool-job-form .cool-sector-field,
    .cool-job-form .cool-jobtype-field,
    .cool-job-form .cool-jobcity-field,
    .cool-job-form .cool-search-footer {
        flex: 1;
    }

    /* Remove Bootstrap width control */
    .cool-job-form .col-md-3,
    .cool-job-form .col-md-12 {
        width: auto;
        max-width: none;
    }
}

@media(max-width:991px){

    .blog-layout{
        flex-direction:column;
    }

    .blog-title{
        font-size:30px;
    }

    .blog-hero-content{
        padding:40px 0;
    }
    
    .cool-job-form .row.form-group {
        display: block;
    }

    .cool-job-form .col-md-3,
    .cool-job-form .col-md-12 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .cool-job-excerpt {
        margin-bottom: 4rem;
    }
    .featherlight .featherlight-content {
        max-width: 95%;
    }
}
/**** Blog Details Page Closed *****/


/* Responsive */
@media (max-width: 992px) {
    .pp-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .pp-blog-grid {
        grid-template-columns: 1fr;
    }
}
/**** Blog Loop Closed *****/

@media (max-width: 767px) {
    html {
        font-size: 42%;
    }
    .custom-check-list {
        grid-template-columns: 1fr;
    }
    .cf7-grid {
        grid-template-columns: 1fr;
    }
    .blog-content {
        padding: 0 2rem;
    }
    body .blog-hero-content .blog-title {
        font-size: 4rem;
    }
    .blog-content ul li:before {
        width: 20px;
        height: 20px;
    }
    .blog-content ul li {
        align-items: flex-start;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    html {
        font-size: 48%;
    }
}

@media (min-width: 1250px) and (max-width: 1319px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1220px;
    }
    html {
        font-size: 50%;
    }
    .elementor-widget-wrap .step-img.step-img-no-2 {
        margin-top: -22rem;
    }
    .elementor-widget-wrap .step-img.step-img-no-3 {
        margin-top: -31rem;
    }
    .elementor-widget-wrap .step-img.step-img-no-4 {
        margin-top: -43rem;
    }
    .elementor-widget-wrap .step-img.step-img-no-5 {
        margin-top: -43rem;
    }
    .elementor-widget-wrap .step-img.step-img-no-6 {
        margin-top: -39rem;
    }
}

@media (min-width: 1320px) and (max-width: 1419px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1280px;
    }
    html {
        font-size: 53%;
    }
}

@media (min-width: 1420px) and (max-width: 1559px) {
    html {
        font-size: 55%;
    }
    .elementor-widget-wrap .step-img.step-img-no-2 {
        margin-top: -20rem;
    }
    .elementor-widget-wrap .step-img.step-img-no-3 {
        margin-top: -26rem;
    }
    .elementor-widget-wrap .step-img.step-img-no-4 {
        margin-top: -35rem;
    }
    .elementor-widget-wrap .step-img.step-img-no-5 {
        margin-top: -30rem;
    }
    .elementor-widget-wrap .step-img.step-img-no-6 {
        margin-top: -24rem;
    }
}

@media (min-width: 1420px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1370px;
    }
    /* html {
        font-size: 62.5%;
    } */
}




























