/*
 Theme Name:   Finbiz Child
 Theme URI:    https://reactheme.com/products/wordpress/finbiz
 Description:  Finbiz Child
 Author:       ReacThemes
 Author URI:   http://reactheme.com
 Template:     finbiz
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

 @font-face {
    font-family: "PirulenRg-Regular";
    src: url("https://db.onlinewebfonts.com/t/be1158d7f6f494bae86c0defe0a285f8.eot");
    src: url("https://db.onlinewebfonts.com/t/be1158d7f6f494bae86c0defe0a285f8.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/be1158d7f6f494bae86c0defe0a285f8.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/be1158d7f6f494bae86c0defe0a285f8.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/be1158d7f6f494bae86c0defe0a285f8.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/be1158d7f6f494bae86c0defe0a285f8.svg#PirulenRg-Regular")format("svg");
}

.main-contain #content, body.reactheme-pages-btm-gap .main-contain #content {
    padding-top: 50px !important;
}

.bs-img, .single-info, .cat {
    display: none;
}

.lang-item img {
    display: inline;
}

input[name="cf7_user_answer"] {
    margin-top: 8px;
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}


.loader-icon img {display: none !important;}
.pirulenRg, .pirulenRg span, .pirulenRg a, .pirulenRg h1,
.pirulenRg h2, .pirulenRg h3, .pirulenRg h4, .pirulenRg h5, .pirulenRg h6 {
    font-family: "PirulenRg-Regular" !important;
}

.menu-area .navbar ul li a {
    position: relative;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding: 5px 0;
    overflow: hidden;
}

.menu-area .navbar ul li.current-menu-parent a, .menu-area .navbar ul li a:hover {
    color: #9e00ff !important;
}

/* Animated underline effect */
.menu-area .navbar ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #6708C0; /* Purple or gradient */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}

.menu-area .navbar ul li a:hover::after {
    transform: scaleX(1);
    opacity: 1;
    background: linear-gradient(90deg, #9e00ff, #00f0ff);
    box-shadow: 0 0 10px #9e00ff;
}

b {
    color: #6708C0;
}

b.special {
    color: #6708C0;
    background: #ffffffb8;
    padding: 0 13px 0 10px;
}

.e-n-tab-title {
    margin:0 !important;
}

.rt-search {
    transition: background-color 0.8s ease, color 0.8s ease; /* Smooth transition */
}

.rt-search:hover {
    color: #9e00ff !important;
}

.service > .elementor-widget-container {
    padding: 0 !important; /* Removes padding only for this specific structure */
}

.service .react-addon-services .services-part .services-icon img {
    height: 280px;
    object-fit: cover;
    transition: 0.4s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top: 3px solid #ffffffdb;
    border-left: 3px solid #ffffffdb;
    border-right: 3px solid #ffffffdb;
}

.service .react-addon-services .services-part .services-icon {
    padding: 3px 3px 0 3px !important;
}

.service .react-addon-services .services-part .services-text {
    padding: 0 5px 5px !important;
}

.service .react-addon-services .services-part .services-text .services-title {
    padding:10px 0;
}

.service .react-addon-services .services-part {
    padding-bottom: 3px;
}

.service .react-addon-services .services-part .services-text {
    padding:0 20px 20px !important;
    background: linear-gradient(to right, #6a1b9a, #6c03ce); /* From dark purple to light purple */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin:0 3px;
    border-left: 3px solid #ffffffdb;
    border-right: 3px solid #ffffffdb;
    border-bottom: 3px solid #ffffffdb;
}

.service .react-addon-services .services-part .services-text .services-title .title,
.service .react-addon-services .services-part .services-text .services-title .title:hover,
.service .react-addon-services .services-part .services-text .services-txt,
.service .react-addon-services .services-part .services-text .services-txt p,
.service .react-addon-services .services-part .services-text p {
    color: #fff !important;
}

.service .react-addon-services .services-part .services-text .services-btn-part .services-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fffffff2 !important;
    padding:0 5px 10px !important; /* Add space for the decorative border */
    background-color:transparent !important;
}

.service .react-addon-services .services-part .services-text .services-btn-part .services-btn:hover,
.service .react-addon-services .services-part .services-text .services-btn-part .services-btn span:hover,
.react-addon-services .services-part .services-text .services-btn-part .services-btn:hover span {
    color: #fff !important;
}

.service .react-addon-services .services-part .services-text .services-btn-part .services-btn.icon-after span {
    font-weight: 600;
    font-size: 17px;
}

.service .react-addon-services .services-part .services-text .services-btn-part .services-btn::after {
    content: ""; /* Decorative element */
    position: absolute;
    bottom: 0; /* Position at the bottom of the button */
    left: 0; /* Start from the left */
    width: 100%;
    height: 4px; /* Height of the horizontal border line */
    background: linear-gradient(
        to right, 
        cyan 5%, 
        transparent 5.5%, 
        cyan 11%, 
        transparent 11.5%, 
        cyan 50%
    ); /* Three small square separations */
    clip-path: polygon(0 0, 96% 0, 100% 50%, 96% 100%, 0 100%); /* Knife-like pointed tip */
}

.blog-item .col-bottom {
    background: #6708c0; /* Gradient from left to right */
    color: #FFFFFF; /* Optional: Set text color for better visibility */
    padding: 20px; /* Optional: Add padding to avoid content touching edges */
}

.blog-meta ul.post-categories li a, .blog-meta ul.post-categories li span {
    color: #fff;
}

.rt-blog-slider .title,
.rt-blog-slider.slider-style-1 .image-part {
    margin:0 !important;
}

.rt-blog-slider .blog-content ul {
    padding: 0 7px;
}

.rt-blog-slider .title {
    padding: 20px;
}

.rt-blog-slider .title a {
    line-height: 25px;
    font-size:22px;
}

.rt-blog-slider .blog-content {
    padding-bottom:0 !important;
}

.blog-item .col-top .image-part a img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left:3px solid #fff;
    border-right:3px solid #fff;
    border-top:3px solid #fff;
}

.blog-item .col-bottom {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left:3px solid #fff;
    border-right:3px solid #fff;
    border-bottom:3px solid #fff;
}

.rt-blog-slider.slider-style-1 .image-part .blog-badge {
    right: 3px !important;
}

.elementor-widget-n-tabs .e-n-tabs-heading {
    background: #f1f2f3;
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"] span {
    font-weight: bold;
}

.menu-area .navbar ul li.current-menu-item a {
    background: #ffffffcf;
    border-radius: 14px;
    padding-right: 12px !important;
    padding-left: 12px;
    border: 1px solid #ffffffe8;
}

.subtitle_content_banner,
.description_content_banner {
    color: #fff;
}

.subtitle_content_banner {
    padding: 20px 0 10px !important;
    margin: 0;
    font-weight: normal;
}

.subtitle_content_banner b {
    font-weight: bold;
    padding: 5px 10px;
    background: #6708c0;
    color: #fff;
}

.description_content_banner {
    font-size: 20px;
}

/* Target most mobile phones */
@media only screen and (max-width: 767px) {
    .breadcrumbs-inner .row .col-lg-8 .page-title {
        font-size: 40px !important;
        line-height: 30px !important;
    }

    .subtitle_content_banner {
        padding: 20px 0 !important;
        font-size: 32px !important;
    }

    .subtitle_content_banner b {
        margin: 10px 0 0;
        display: inline-block;
    }

    .reactheme-breadcrumbs .breadcrumbs-inner, #reactheme-header.header-style-3 .reactheme-breadcrumbs .breadcrumbs-inner {
        padding-top: 120px !important;
        padding-bottom: 40px !important;
    }

    .reactheme-breadcrumbs .breadcrumbs-single {
        background-size: contain !important;
    }
}

/* Apply custom styles for IPCTS */

/* .wpr-promo-box-btn,
.services-btn-part {
    display: none !important;
}

.image-part a {
    pointer-events: none;
    cursor: default;
} */

  /* Job Openings Styles */
.awsm-job-content .awsm-job-specification-label {
    color: #ffffffe6 !important;
    font-size: 16px;
    font-weight:normal;
}

.awsm-list-item .awsm-job-item {
    border-bottom: 1px solid rgb(189 189 189 / 75%);
}

.awsm-job-specification-item {
    font-size: 20px !important;
    background: #6708C0 !important;
    border: 1px solid #ffffffe6 !important;
    padding:0px 8px !important;
    margin: 10px 3px !important;
    border-radius: 3px !important;
}

.awsm-job-specification-term {
    font-size: 15px;
} 

.awsm-job-specification-term::before {

}

.awsm-job-form-inner h2 {
    font-size: 22px !important;
    font-weight: bold;
}

input, button, select, textarea {
    width: 98% !important;
    margin: 14px 0 !important;
    padding: 8px;
    border: 1px solid;
    border-radius: 4px;
}

.awsm-job-form-group label {
    color: #212529 !important;
}

.awsm-selectric {
    border-radius: 2px;
}

.awsm-selectric .label {
    line-height: 25px;
    font-size: 15px;
    border:1px solid #ffffffe6;
    height: 49px;
}

.awsm-filter-item-search {
    padding: 0 0px 10px 10px;
}

.awsm-selectric .label,
.awsm-filter-item-search .awsm-job-form-control {
    padding: 10px;
    border-radius: 2px;
    margin: 0 !important;
    color: #444 !important;
    border:1px solid #ffffffe6;
    height: 43px;
}

.awsm-filter-item-search .awsm-job-form-control {
    border-radius: 3px !important;
    min-height: unset;
    height: 46px !important;
    padding: 10px !important;
    border: 2px solid #474747 !important;
}

.single .news-details-inner {
    border: none !important
}

.awsm-job-wrap {
    padding: 10px;
    border-radius: 2px;
    margin: 0 !important;
}

input[type="submit"] {
    font-size: 20px;
    padding: 15px 0;
    font-weight: bold;
    background: #6708C0;
}

.awsm-job-item {
    background: #6708C0;
    padding: 20px;
    font-size: 14px;
    color: #ffffffe6;
    margin:0;
    border-radius: 2px;
}

.awsm-list-item, .awsm-filter-wrap,
.awsm-lists {
    border-radius: 2px;
}

.awsm-job-more,
.awsm-job-item h2.awsm-job-post-title a {
    color: #ffffffe6;
}

.awsm-list-item .awsm-job-specification-item {
    margin: 10px 10px 0 0 !important;
}

.awsm-job-more {
    font-size: 15px;
    padding: 0 15px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 11px;
    background: linear-gradient(145deg, #f0f0f0, #ededed); /* marble-like effect */
    /* box-shadow: 3px 3px 6px #ccc, -3px -3px 6px #fff; */
    color: #333;
    text-align: center;
    transition: all 0.4s ease-in;
    text-decoration: none;
    border:2px solid #e6e6e6;
}

.awsm-job-more::before {
    content: "\f05a"; /* Briefcase icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #6708C0;
    margin-right: 6px;
}

.awsm-job-more:hover {
    border:2px solid #a7a7a7;
    background: linear-gradient(145deg, #ffffff, #f6f3f3);
    box-shadow: inset 2px 2px 5px #ebeaea, inset -2px -2px 5px #fff;
    color: #6708C0;
}

.awsm-job-item h2.awsm-job-post-title a {
    font-size: 23px;
}

.navbar-brand-inner {
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
}

.navbar-brand {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    margin: 0 !important;
}

.navbar-header {
    width: 100%;
    display: block !important;
}

.blog-single-title, .post-nav, .nav-trigger { 
    display: none !important;
}

@media screen and (min-width: 1200px) {
    .mainbar-row > [class^=col].text-right {
        display: none;
    }
}

.social-icon li:not(:last-child) {
    margin-left: 1em;
}
  
/* Job Category */
.awsm-job-specification-job-category span::before {
    content: "\f0b1"; /* Briefcase icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
    margin-right: 6px;
}

/* Job Type (Full/Part Time) */
.awsm-job-specification-job-type span::before {
    content: "\f017"; /* Clock icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
    margin-right: 6px;
}

/* Job Location */
.awsm-job-specification-job-location::before {
    content: "\f3c5"; /* Map Marker icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
    margin-right: 6px;
}

.awsm-job-post-title::before {
    content: "\f2bb"; /* Briefcase icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
    margin-right: 8px;
}

.sidenav .widget_nav_menu ul li.current-menu-item a {
    color: #6708c0 !important;
    font-weight:bold !important;
}

/* Styling single page job application */

/* .awsm_job_openings {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', sans-serif;
}

.awsm-job-content {
    flex: 1 1 60%;
}

.awsm-job-form {
    flex: 1 1 35%;
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.awsm-job-entry-content ul {
    border-bottom: 1px solid #dedede;
}

.awsm-job-entry-content p,
.awsm-job-entry-content li {
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 10px;
}

.awsm-job-entry-content h3 {
    margin-top: 25px;
    font-size: 20px;
    color: #222;
    border-left: 4px solid #7a00cc;
    padding-left: 10px;
}

.awsm-job-specifications-container {
    margin-top: 30px;
    background: #f3f3f3;
    padding: 20px;
    border-radius: 6px;
}

.awsm-job-specification-item {
    margin-bottom: 12px;
    font-size: 15px;
}

.awsm-job-specification-label {
    font-weight: 600;
    color: #555;
}

.awsm-job-specification-term::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 6px;
    color: #7a00cc;
}

.awsm-job-specification-job-category .awsm-job-specification-term::before {
    content: "\f0b1"; 
}

.awsm-job-specification-job-type .awsm-job-specification-term::before {
    content: "\f017"; 
}

.awsm-job-specification-job-location .awsm-job-specification-term::before {
    content: "\f3c5"; 
}

.awsm-job-post-title {
    font-size: 26px;
    font-weight: bold;
    color: #222;
    margin-bottom: 15px;
}

.awsm-job-form h2 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #222;
}

.awsm-job-form-group {
    margin-bottom: 15px;
}

.awsm-job-form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}

.awsm-application-submit-btn {
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #333;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 2px 2px 5px #cfcfcf, -2px -2px 5px #ffffff;
    transition: all 0.4s ease;
    position: relative;
}

.awsm-application-submit-btn::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 8px;
}

.awsm-application-submit-btn:hover {
    background: #fff;
    color: #7a00cc;
    box-shadow: inset 2px 2px 5px #dcdcdc, inset -2px -2px 5px #ffffff;
}

.awsm-job-specification-label strong {
    font-weight:500;
} */