.elementor-23633 .elementor-element.elementor-element-17f0650{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--overflow:hidden;--padding-top:80px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-23633 .elementor-element.elementor-element-17f0650:not(.elementor-motion-effects-element-type-background), .elementor-23633 .elementor-element.elementor-element-17f0650 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-ef49c75 );}.elementor-23633 .elementor-element.elementor-element-a25d5ea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-23633 .elementor-element.elementor-element-663b94e{--display:flex;}.elementor-23633 .elementor-element.elementor-element-6542000{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overflow:hidden;--padding-top:0px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-23633 .elementor-element.elementor-element-6542000:not(.elementor-motion-effects-element-type-background), .elementor-23633 .elementor-element.elementor-element-6542000 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-ef49c75 );}.elementor-23633 .elementor-element.elementor-element-2c5de58{--display:flex;}.elementor-23633 .elementor-element.elementor-element-0789efa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23633 .elementor-element.elementor-element-16abdf8{--display:flex;}.elementor-23633 .elementor-element.elementor-element-c6904d5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-23633 .elementor-element.elementor-element-17f0650{--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-23633 .elementor-element.elementor-element-6542000{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS *//* Rakan Usahawan Form */
.single-ind-main-sec .elementor-divider-separator{
    border: 0.5px solid #D9D9D9;
    width: 100%;
}

.single-ind-main-sec .elementor-icon-list-text {
    align-self: center;
    padding-inline-start: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.single-industries-top > div{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
}

.ru-search-form{
    display: flex;
    gap: 20px;
    width: 80%;
    margin: 0 auto;
}

.ru-search-form :is(select, input) {
    outline: none !important;
    border-radius: 4px;
    border: 1px solid #D0D5DD !important;
    flex: 1;
}

.ru-search-form :is(select, input, .apply-button){
    font-size: 14px;
    line-height: 18px;
}

.ru-search-form input.search-input {
    background-image: url(/wp-content/uploads/2024/11/search-icon.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 14px 49%;
    display: block;
    padding: 8px;
    padding-left: 40px;
}

.ru-search-form .apply-button{
    flex: 0.5;
}

.ru-slider .swiper{
    overflow: visible;
}

.ru-slider.elementor-widget-n-carousel .swiper-pagination-bullet:hover{
    background-color: var(--e-n-carousel-dots-normal-color,#000)
}

.ru-search-form select {
    appearance: none;
    background-image: url(/wp-content/uploads/2024/11/caret-down-icon.svg);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: 94% 50%;
}

/* Industries Section */
.industries-ctn {
    display: flex;
    gap: 30px;
    padding: 0 10px;
}

.left-col {
    width: 20%;
    display: flex;
    flex-direction: column;
}

.right-col {
    width: 100%;
}

.sidebar-ctn {
    border-radius: 12px;
    background: white;
    border: 1px solid #D0D5DD;
    padding: 15px;
}

.sidebar-ctn ul{
    list-style: none;
    padding: 0;
}

.sidebar-ctn ul li {
    display: grid;
    grid-template-columns: 1em auto;
    gap: 12px;
    align-items: start;
    margin-bottom: 5px;
}

.sidebar-ctn label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.sidebar-ctn input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    display: grid;
    place-content: center;
    margin: 0;
    margin-top: 1px;
    margin-right: 8px;
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    height: 16px;
    width: 16px;
    background-color: transparent;
    outline: none !important;
}

.sidebar-ctn li input::before {
    content: "";
    width: 0.7em;
    height: 0.7em;
    background-image: url(/wp-content/uploads/2024/11/tick-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
}

.sidebar-ctn input[type=checkbox]:checked {
    background-color: #ED155D;
    border: 1px solid #ED155D;
}

.sidebar-ctn input[type="checkbox"]::before {
    content: "";
    width: 0.7em;
    height: 0.7em;
    background-image: url(/wp-content/uploads/2024/11/tick-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
}

.sidebar-ctn input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.back-to-overview-link a{
    color: var( --e-global-color-secondary );
}

/* Latest Section */
.latest-card-ctn{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 15px;
}

.latest-card-ctn .card {
    border: 1px solid #F2F4F7;
    background-color: white;
    width: calc(25% - 12px);
}

.latest-card-ctn .card-image {
    display: flex;
    position: relative;
    overflow: hidden;
}

.latest-card-ctn .card-image img {
    transition: all 0.5s ease-in-out;
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.latest-card-ctn .card-image img:hover {
    transform: scale(1.1);
}

.latest-card-ctn .card-content{
    padding: 15px 15px 10px;
}

.latest-card-ctn .card-content h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Inter';
    font-weight: 600;
}

.latest-card-ctn .card-content a{
    color: var( --e-global-color-secondary );
}

.latest-card-ctn .card-content a:hover{
    color: var( --e-global-color-primary );
}

.latest-card-ctn .card-content p{
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 450;
}

.latest-card-ctn .card-content p.location{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

/* Pagination */
.pagination-container{
    margin-top: 30px;
}

.pagination-container :disabled {
    color: #A5A5A5 !important;
    cursor: not-allowed;
}

.pagination-container .active{
    color: #000;
}

.pagination-container button, .pagination-container button:is(:hover, :active, :focus){
    border: none;
    background-color: transparent;
    color: var( --e-global-color-09b3a81 );
    padding: 8px;
    box-shadow: none;
    font-weight: 400;
}

.pagination-container button:hover {
    color: var(--e-global-color-primary);
}

/* Media Queries */
@media only screen and (max-width:1000px){
    .ru-search-form{
        width: 100%;
    }
    
    .left-col {
        width: 25%;
    }
    
    .latest-card-ctn.right-col {
        width: 75%;
    }
    
    .latest-card-ctn .card {
        width: calc(33.33% - 12px);
    }
    
    .latest-card-ctn .card-image img {
        height: 170px;
    }
}

@media only screen and (max-width:767px){
    .pagination-container button, .pagination-container button:is(:hover, :active, :focus){
        padding: 6px;
    }
    
    .ru-search-form :is(select, input){
        flex: none;
    }
    
    .ru-search-form {
        gap: 12px;
        flex-wrap: wrap;
    }
    
    .industries-ctn {
        flex-wrap: wrap;
    }

    .left-col, .right-col{
        width: 100%;
    }
    
    .sidebar-ctn label {
        font-size: 13px;
        line-height: 18px;
    }
    
    .latest-card-ctn .card {
        width: calc(50.6% - 12px);
    }
    
    .latest-card-ctn .card-content {
        padding: 12px 12px 8px;
    }
    
    .latest-card-ctn .card-content h4 {
        font-size: 15px;
        line-height: 20px
    }
    
    .ru-search-form .apply-button {
        flex: 0.3;
    }
}/* End custom CSS */