@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff !important;
}

.logo {
    /* Logo */
    width: 105px;
    height: 73px;
    left: 59px;
    top: 22px;
}

.navbar {
    background-color: white !important;
}

.navheader {
    justify-content: space-around;
}

.nav-link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
}

.nav-link.active {
    /* Home */
    color: #C10100 !important;
    text-decoration: underline !important;
}

.vector {
    /* Red Gradient */
    position: relative;
    height: 746px;
    left: 0px;
    background: linear-gradient(270deg, rgba(91, 0, 0, 0) 0%, #131414 100%);
    mix-blend-mode: normal;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
 }

.vector2 {
    position: absolute;
    left: 0%;
    right: -0.14%;
    bottom: -1%;

}


/* Hero Photo */
.hero {
    /* position: absolute; */
    width: 100%;
    height: 700x;
    left: 0px;
    background: url(img/hero.png ) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.hero .hero-text {
    /* El Kamash Group */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 96px;
    /* identical to box height */
    color: #FFFFFF;
    text-align: center;

}

.hero .hero-text p {
    /* El Kamash Group */
    /* For Import & Export Raw Materials */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height */

    color: #FFFFFF;

}

.b-hero {
   width: 222px;
    height: 64px;
    background: #FFFFFF;
    border-radius: 50px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-align: right;
    color: #262827;
    text-decoration: none;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    display: inline-block;
}

.back-button {
    width: 53px;
}

.b-hero span {
    margin-right: 30px;
}

/* hero */

/* services */
/* Our Services */
.section-title {
    position: relative;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    /* identical to box height */
    color: #262827;
    /* width: max-content; */
    display: inline-block;
}

/* Divider */
.section-title::after {
    position: absolute;
    width: 87px;
    content: "";
    height: .1em;
    background: #C10100;
    position: absolute;
    bottom: -2px;
    left: 30%;
}

/* Our Services */
.sections {
    margin-top: 5%;
    text-align: center;
	margin-bottom: 50px;
}

.span-section-title {
    color: #C10100;
}

.service-h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-top: 36px;
    margin-bottom: 20px;
    /* identical to box height */

    color: #000000;


}

.service-p {

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;

    color: #000000;
}

.service-sec {
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 30px;
    /* margin-bottom: 120px; */
}

.service-card {
    /* Service 1 */
    height: 100%;
    background: #F9F9F9;
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 5%;
    overflow: hidden;
}

.service-icon-background {
    background-color: #C10100;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-img {
    width: 70px;
}



/* sec-num */

.sec-num {
    background-color: #C10100;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 60px !important;
}

.sec-num-title {

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 100%;
    /* or 64px */
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
    margin-top: 30px;
}

.num-name {
    /* Years of Experience */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    /* or 16px */
    text-align: center;
    color: #FFFFFF;
}

.num-img {
    margin-right: 5px;
    width: 15px;
    height: inherit;
}

.num {
    /* 25+ */
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 100%;
    /* or 64px */

    color: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 15px;


}


.footer {
    /* Footer */
    background: #C10100;
    color: #FFFFFF;
}

.footer-sec {
    padding-left: 10%;
    padding-right: 10%;

}

.email-form-container {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 15px;
    /* Rounded corners */
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.email-form-container .form-control {
    border: none;
    /* Remove default border */
    box-shadow: none;
    /* Remove focus shadow */
    padding-left: 20px;
    /* Add some padding to the left */
    font-size: 1.1em;
    color: #6c757d;
    /* Grey text color */
    height: 50px;
    /* Adjust height to match button */
    border-radius: 15px;
    /* Keep input rounded */
    width: 330px;
}

.btn {
    background-color: #C10100;
    /* Red background for the button */
    border-color: #C10100;
    /* Red border for the button */
    border-radius: 15px;
    /* Rounded button */
    padding: 10px 30px;
    font-size: 1.1em;
    font-weight: bold;
    color: white;
    transition: background-color 0.3s ease;
    height: 50px;
    /* Adjust height to match input */
}

.email-form-container .btn:hover {
    background-color: #C10100;
    /* Darker red on hover */
    border-color: #bd2130;
}

.nav-link-footer{
    color: #FFFFFF !important;
}
.link-footer{
    color: #FFFFFF !important;
    text-decoration: none;
}
/* Video Section */
.section-header {
    text-align: center;
    margin-bottom: 40px;
	margin-top: 15px;
}

.video-card {
    background-color: #f0f0f0;
    /* Default background for safety */
    border-radius: 15px;
    /* Rounded corners */
    overflow: hidden;
    /* Ensures image respects border-radius */
    margin-bottom: 25px;
    /* Space between cards */
    position: relative;
    min-height: 600px;
    /* Adjust as needed */
    display: flex;
    align-items: flex-end;
    /* Align content to the bottom */
    color: white;
    /* Text color for overlay */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    /* Text shadow for readability */
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.video-card {
    min-height: 290px;
}

.video-card-main {
    min-height: 600px;
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.video-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Dark gradient overlay */
    z-index: 1;
}

.video-card-content {
    position: relative;
    z-index: 2;
    /* Ensures content is above overlay */
    padding: 20px;
    width: 100%;
}

.video-card-content h3 {
    font-size: 1.5rem;
    margin-bottom: 5px;
    font-weight: bold;
}

.video-card-content a {
    color: white;
    text-decoration: none;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}

.video-card-content a:hover {
    color: #C10100;
    /* Red on hover */
}

.video-card-content .fa-play-circle {
    margin-right: 8px;
    font-size: 1.2rem;
}

/* Specific background images for each card */
#card-elkamash {
    background-image: url('img/image\ copy.png');
    /* Replace with actual image path */
}

#card-main-warehouse {
    background-image: url('img/image\ copy.png');
    /* Replace with actual image path */
}

#card-10th-ramadan {
    background-image: url('img/image\ copy\ 2.png');
    /* Replace with actual image path */
}

#card-pvc-resin {
    background-image: url('img/image\ copy\ 2.png');
    /* Replace with actual image path */
}

#card-titanium-dioxide {
    background-image: url('img/image\ copy\ 2.png');
    /* Replace with actual image path */
}

.show-more-link {
    text-align: right;
    margin-top: 20px;
}

.show-more-link a {
    color: #C10100;
    /* Red color */
    text-decoration: none;
    /* font-weight: bold; */
    font-size: 1.1rem;
}

.show-more-link a:hover {
    text-decoration: underline;
}

/* About-US */


.el-kamash-content {
    padding-right: 30px;
    /* Space between text and image */
}

.aboutImage {
    /* About us Image */
    width: 473px;
    height: auto;

}



.el-kamash-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}


/* Adjustments for smaller screens */
@media (max-width: 991.98px) {

    /* Adjust breakpoint from lg to md for vertical stacking */
    .el-kamash-content {
        text-align: center;
        margin-bottom: 15px;
        padding-right: 15px;
        /* Reset padding for mobile */
    }


}


/* MVV Section */

.mvv-section {
    padding: 20px;
    /* background-color: #f0f0f0; If you want a darker background for the section itself */
}

.mvv-card {
    background-color: #f8f8f8;
    /* Light grey background for the card body */
    border-radius: 20px;
    /* Rounded corners for the main card */
    overflow: hidden;
    /* Ensures content and footer respect border-radius */
    margin-bottom: 30px;
    /* Space between cards on smaller screens */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    /* Subtle shadow */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Pushes content to the bottom */
    min-height: 480px;
    /* Ensure consistent height for all cards */
}

.icon-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 20px auto;
    /* Centered, top margin, bottom margin */
    border: 3px solid;
    /* For the colored border */
    background-color: white;
    /* Inner circle background */
}

.icon-circle i {
    font-size: 3.5rem;
    /* Icon size */
    color: black;
}

.card-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.card-description {
    padding: 0 30px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    flex-grow: 1;
    /* Allows description to take available space */
    display: flex;
    /* For vertical centering of text if needed, though not strictly required here */
    align-items: flex-start;
    /* Aligns text to the top */
}

.card-description ul {
    list-style: none;
    /* Remove default bullet */
    padding-left: 0;
    text-align: left;
    /* Aligns bullets to the left within the card */
    margin: 0 auto;
    /* Center the list itself */
    max-width: 250px;
    /* Constrain list width if needed */
}

.card-description ul li {
    position: relative;
    padding-left: 20px;
    /* Space for custom bullet */
    margin-bottom: 8px;
    font-size: 1.05rem;
}

.card-description ul li::before {
    content: '\2022';
    /* Unicode for a bullet point */
    color: #555;
    /* Color of the bullet */
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}


.card-footer-strip {
    height: 20px;
    /* Height of the colored strip */
    margin-top: 30px;
    /* Space between description and footer */
}

/* Specific styles for each card */
.card-mission .icon-circle {
    border-color: #C10100;
    /* Red border */
}

.card-mission .card-footer-strip {
    background-color: #C10100;
    /* Red footer */
}

.card-vision .icon-circle {
    border-color: #C48A35;
    /* Gold/Orange border */
}

.card-vision .card-footer-strip {
    background-color: #C48A35;
    /* Gold/Orange footer */
}

.card-value .icon-circle {
    border-color: #C10100;
    /* Red border */
}

.card-value .card-footer-strip {
    background-color: #C10100;
    /* Red footer */
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .mvv-card {
        min-height: auto;
        /* Allow height to adjust on smaller screens */
    }

    .card-description {
        text-align: left;
        /* Keep list aligned left */
        padding-left: 20px;
        padding-right: 20px;
    }

    .card-description ul {
        text-align: left;
        padding-left: 20px;
        /* Add padding for mobile list alignment */
    }
}

/* business-lines */
/* Search Bar Styling */
.search-bar-container {
    background-color: #e0e0e0;
    /* Slightly darker grey than body */
    border-radius: 20px;
    /* Highly rounded */
    padding: 8px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    max-width: 300px;
    /* Limit width of search bar */

}

.search-bar-container .form-control {
    border: none;
    background-color: transparent;
    box-shadow: none;
    padding-left: 10px;
    font-size: 1.05rem;
    color: #555;
}

.search-bar-container .form-control::placeholder {
    color: #888;
}

.search-bar-container .fa-search {
    color: #555;
    font-size: 1.1rem;
}

/* Category Card Styling */
.category-card {
    background-color: #f8f8f8;
    /* Fallback background */
    border-radius: 20px;
    /* Rounded corners for the card */
    overflow: hidden;
    /* Ensures background image and overlay respect corners */
    position: relative;
    height: 396.4px;
    /* Fixed height for all cards */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* Pushes content to the bottom */
    color: white;
    /* Default text color for overlay content */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    /* Text shadow for readability */
    background-size: cover;
    background-position: center;
    margin-bottom: 25px;
    /* Space between cards */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, rgba(91, 0, 0, 0) 0%, #131414 100%);
    mix-blend-mode: normal;
    /* Dark gradient overlay */
    z-index: 1;
}

/* Specific red overlay for some cards */
.category-card.red-overlay::before {
    background: linear-gradient(270deg, rgba(91, 0, 0, 0) 0%, #131414 100%);
    mix-blend-mode: normal;
    background-blend-mode: multiply;
    /* Blends with background image */

}


.card-content {
    position: relative;
    z-index: 2;
    /* Ensures content is above overlay */
    padding: 20px;
}

.card-content h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-content a {
    color: white;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: bold;
    display: inline-block;
    /* Allows padding and alignment */
}

.card-content a:hover {
    text-decoration: underline;
    color: #ddd;
    /* Slightly lighter on hover */
}

/* Specific red overlay cards as per the image */
#card-plastics,
#card-rubber,
#card-oils,
#card-pharma,
#card-cosmetics,
#card-others {
    background-blend-mode: multiply;
    /* Helps the red overlay blend better */
}


.team-section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    /* Bootstrap container like padding */
}

/* Department Navigation */
.department-nav {
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    /* Align to start */
    flex-wrap: wrap;
    /* Allow wrapping on smaller screens */
    gap: 40px;
    /* Space between items */
}

.department-nav li a {
    text-decoration: none;
    color: #262827;
    /* Grey color for inactive tabs */
    font-weight: 400;
    font-size: 22px;
    padding-bottom: 5px;
    /* Space for underline */
    position: relative;
    transition: color 0.3s ease;
    white-space: nowrap;
    /* Prevent wrapping department names */
    cursor: pointer;
    /* Indicate clickable */
}

.department-nav li a.active {
    color: #C10100;
    /* Red color for active tab */
}

.department-nav li a.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #C10100;
    /* Red underline */
    border-radius: 2px;
}

.department-nav li a:hover:not(.active) {
    color: #ccc;
    /* Lighter grey on hover for inactive tabs */
}

/* Team Member Card */
.team-member-card {
    text-align: center;
}

.profile-picture {
    width: 200px;
    /* Adjust size as needed */
    height: 200px;
    /* Adjust size as needed */
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px auto;
    /* Centered, bottom margin */
    border: 5px solid rgba(255, 255, 255, 0.2);
    /* Subtle white border */
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
    /* Subtle glow */
}

.profile-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    /* Focus on the face */
}

.member-name {
    font-weight: 400;
    font-size: 22px;
    color: #262827;
    margin-bottom: 5px;

}

.member-title {
    font-weight: 300;
    font-size: 18px;
    color: #262827;
    margin-bottom: 25px;
}

.contact-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    /* Space between icons */
}

.contact-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #C10100;
    /* Red border */
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #C10100;
    /* Red icon color */
    font-size: 1.3rem;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.contact-icon:hover {
    background-color: #C10100;
    /* Red background on hover */
    color: #fff;
    /* White icon on hover */
}

/* Department Team Container */
.department-team-container {
    display: none;
    /* Hidden by default */
    /* Add min-height to prevent layout jumping when switching between departments with different content heights */
    min-height: 450px;
    /* Adjust as needed */
}

.department-team-container.active {
    display: block;
    /* Show active department's team */
}

/* Carousel Specific Styles for the inner slider */
.department-carousel .carousel-inner {
    padding-bottom: 30px;
    /* Space for carousel controls/indicators */
}

/* Enforce specific column widths within carousel items */
.department-carousel .carousel-item .row.g-4>.col-lg-4 {
    flex: 0 0 auto;
    /* Prevent col from growing/shrinking excessively */
    width: 33.333333%;
    /* 3 cards per row on large screens */
}

@media (max-width: 991.98px) {
    .department-carousel .carousel-item .row.g-4>.col-md-6 {
        width: 50%;
        /* 2 cards per row on medium screens */
    }
}

@media (max-width: 767.98px) {
    .department-carousel .carousel-item .row.g-4>.col-sm-12 {
        width: 100%;
        /* 1 card per row on small screens */
    }
}

.department-carousel .carousel-control-prev,
.department-carousel .carousel-control-next {
    width: 5%;
    opacity: 0.7;
}

.department-carousel .carousel-control-prev-icon,
.department-carousel .carousel-control-next-icon {
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
    color: #C10100;
}

.department-carousel .carousel-indicators [data-bs-target] {
    background-color: #fff;
    /* White indicators */
}

.department-carousel .carousel-indicators .active {
    background-color: #C10100;
    /* Red active indicator */
}


/* Responsive adjustments for overall layout and elements */
@media (max-width: 991.98px) {
    .department-nav {
        justify-content: center;
        gap: 20px;
        margin-bottom: 30px;
    }

    .department-nav li a {
        font-size: 1.2rem;
    }

    .profile-picture {
        width: 150px;
        height: 150px;
    }

    .member-name {
        font-size: 1.5rem;
    }

    .member-title {
        font-size: 1rem;
    }

    .contact-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
}

@media (max-width: 575.98px) {
    .department-nav {
        flex-direction: column;
        align-items: center;
    }

    .department-nav li a.active::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .profile-picture {
        width: 120px;
        height: 120px;
    }
}

/* Products Section */

.products-section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Product Card Styling */

.product-card-wrapper.active-page {
    display: block;
    /* Show active cards */
}

.product-card {
    background-color: #fff;
    border-radius: 15px;
    /* Rounded corners for the card */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    /* Subtle shadow */
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    /* Ensure cards in a row have equal height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Pushes button to the bottom */
}

.product-card:hover {
    transform: translateY(-5px);
    /* Slight lift on hover */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    /* Enhanced shadow on hover */
}

.product-image-wrapper {
    background-color: #e7e3dd;
    /* Light grey background for the image area */
    border-radius: 20px;
    /* padding: 15px; */
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 360px; */
    /* Fixed height for image wrapper */
    overflow: hidden;
    /* Hide overflow if image is too large */
}

.product-image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* Ensure the image fits within the wrapper */
    border-radius: 5px;
    /* Slightly rounded corners for the image itself */
}

.page-item:first-child .page-link{
    border-top-left-radius: 15px;
    /* Rounded top left corner for the first button */
    border-bottom-left-radius: 15px;
    /* Rounded bottom left corner for the first button */
}
.page-item:last-child .page-link {
    border-top-right-radius: 15px;
    /* Rounded top right corner for the last button */
    border-bottom-right-radius: 15px;
    /* Rounded bottom right corner for the last button */
}

.product-title {
    font-size: 1.3rem;
    font-weight: 300;
    color: #333;
    margin-bottom: 20px;
    /* Space above the button */
}

.details-btn {
    background-color: #C10100;
    /* Red button color */
    border-color: #C10100;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    /* Highly rounded button */
    font-size: 1rem;
    font-weight: 600;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    text-decoration: none;
    /* Remove underline */
    display: inline-block;
    /* Allows padding and width control */
}

.details-btn:hover {
    background-color: #C10100;
    border-color: #bd2130;
    color: #fff;
    /* Ensure text remains white on hover */
}

.pagination-container {
    max-width: 400px;
    /* Adjust width to fit the pagination buttons */
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: center;
    /* Center the pagination buttons */
}

.custom-pagination {
    display: flex;
    gap: 15px;
    /* Space between buttons */
    list-style: none;
    /* Remove default list styling */
    padding: 0;
    margin: 0;
}

.page-item {
    display: flex;
    /* Use flex to center content in each button */
    align-items: center;
    justify-content: center;
}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    /* Fixed width for the buttons */
    height: 60px;
    /* Fixed height for the buttons */
    border-radius: 15px;
    /* Large border-radius for rounded squares */
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
    /* Remove underline from links */
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    /* Subtle shadow */
    color: #333;
    /* Default text color for inactive pages */
    background-color: #fff;
    /* Default background for inactive pages */
    border: 2px solid #e0e0e0;
    /* Light border for inactive pages */
}

.page-link:hover {
    transform: translateY(-2px);
    /* Slight lift on hover */
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
    /* Enhanced shadow on hover */
    color: #C10100;
    /* Red text on hover for inactive */
    border-color: #C10100;
    /* Red border on hover for inactive */
}

/* Styling for the active page button */
.page-item.active .page-link {
    background-color: #C10100;
    /* Red background */
    border-color: #C10100;
    /* Red border */
    color: #fff;
    /* White text */
    pointer-events: none;
    /* Prevent clicking the active page */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* Slightly stronger shadow for active */
}

.page-item.active .page-link:hover {
    background-color: #C10100;
    /* Keep red background on hover for active */
    border-color: #C10100;
    color: #fff;
    transform: none;
    /* No lift on hover for active */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Styling for disabled previous/next buttons */
.disabled .page-link {
    opacity: 0.5;
    /* Fade out disabled button */
    pointer-events: none;
    /* Make it non-clickable */
    background-color: #fff;
    border-color: #e0e0e0;
    color: #ccc;
    /* Lighter color for disabled text/icon */
    box-shadow: none;
    /* No shadow for disabled */
}

/* Responsive adjustments */
@media (max-width: 575.98px) {

    /* Extra small screens */
    .page-link {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }

    .custom-pagination {
        gap: 10px;
    }
}

/* Responsive Grid Adjustments (Bootstrap's g-4 handles gap) */
/* col-lg-4 (3 per row), col-md-6 (2 per row), col-sm-12 (1 per row) */

.product-details-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    /* White background for the main content area */
    border-radius: 15px;
    /* Rounded corners for the entire section */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    /* Subtle shadow */
}

.product-image-section {
    background-color: #e7e3dd;
    /* Light grey background for the image area */
    border-radius: 15px;
    /* Rounded corners for the image card */
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 350px;
    /* Adjust height as needed */
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.product-image-section img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* Ensure the image fits without cropping */
    border-radius: 10px;
    /* Slightly rounded image corners */
}

.product-info-section {
    padding-left: 30px;
    /* Space from the image section */
}

.product-info-section h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 42px;
    color: #262827;
    margin-bottom: 20px;

}

.product-info-section p {
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #262827;
    margin-bottom: 15px;
}

.product-info-section h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #262827;
    margin-top: 30px;
    margin-bottom: 15px;
}

.product-info-section ul {
    list-style: none;
    /* Remove default bullet points */
    padding-left: 0;
    margin-bottom: 20px;
}

.product-info-section ul li {
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    color: #262827;
    position: relative;
    padding-left: 20px;
}

/* Custom bullet point styling (if desired, not explicitly in image but common for lists) */
/*
        .product-info-section ul li::before {
            content: "\2022"; // Unicode for a bullet point
            color: #C10100; // Red bullet
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }
        */

.technical-document-btn {
    background: #C10100;
    /* Red button color */
    border-color: #C10100;
    color: #fff;
    padding: 12px 35px;
    border-radius: 999px;
    /* Highly rounded button */
    font-size: 1.1rem;
    font-weight: 600;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
    text-decoration: none;
    /* Remove underline */
    display: inline-block;
    /* Allows padding and width control */
    margin-top: 30px;
    /* Rectangle 26 */
}

.technical-document-btn:hover {
    background-color: #C10100;
    border-color: #bd2130;
    color: #fff;
    transform: translateY(-2px);
    /* Slight lift on hover */
}

/* Responsive adjustments */
@media (max-width: 991.98px) {

    /* For medium and smaller screens */
    .product-info-section {
        padding-left: 0;
        /* Remove left padding */
        padding-top: 30px;
        /* Add top padding to separate from image */
    }

    .product-image-section {
        min-height: 280px;
        /* Adjust height for smaller screens */
    }

    .product-info-section h1 {
        font-size: 2rem;
    }

    .product-info-section h3 {
        font-size: 1.4rem;
    }

    .product-info-section p,
    .product-info-section ul li {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {

    /* For small screens */
    .product-details-container {
        padding: 15px;
        border-radius: 10px;
    }

    .product-image-section {
        border-radius: 10px;
        min-height: 200px;
    }

    .product-info-section h1 {
        font-size: 1.8rem;
    }
}



.global-map-section {
    background-color: #fff;
    /* White background for the whole section container */
    border-radius: 15px;
    /* Rounded corners */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    /* Center content within the section */
}

.world-map-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio for the map image */
    margin-bottom: 50px;
    /* background-color: #e9ecef; */
    /* Placeholder background if map image isn't loaded */
    border-radius: 10px;
    /* Slightly rounded corners for the map area */
    overflow: hidden;
    /* Ensure pins don't overflow */
}

.world-map-container img.map-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Cover the container, cropping if necessary */
    /* filter: grayscale(100%) brightness(1.5); */
    /* Make the map dots light grey */
    opacity: 0.7;
    /* Adjust opacity if needed */
}

/* Dotted Map Overlay (if you want to recreate the dots precisely in CSS) */
/* This is a complex effect to replicate purely in CSS, using an image is simpler */
/* If using a CSS background, you'd need a repeating dotted pattern image */
.world-map-container .dotted-map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* You would use a background-image here with repeating dots */
    background-image: url('data:image/svg+xml;utf8,<svg width="4" height="4" viewBox="0 0 4 4" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="0.5" fill="%23ccc"/></svg>');
    background-repeat: repeat;
    opacity: 0.6;
    /* Adjust opacity of dots */
}


.map-pin {
    position: absolute;
    font-size: 2.5rem;
    /* Size of the pin */
    color: #C10100;
    /* Red pin color */
    transform: translate(-50%, -90%);
    /* Adjust to center pin tip */
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
    /* Subtle shadow for depth */
    z-index: 10;
}

/* Adjust positions based on your image and desired map */
.pin-china {
    top: 25%;
    left: 70%;
}

/* Approximate position for China */
.pin-usa {
    top: 35%;
    left: 25%;
}

/* Approximate position for USA */
.pin-malaysia {
    top: 60%;
    left: 78%;
}

/* Approximate position for Malaysia */
/* Note: Precise pin placement requires fine-tuning coordinates based on your exact map image */


.country-distribution-row {
    margin-top: 40px;
}

.country-item {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    padding: 15px;
}

.country-flag {
    width: 60.73px;
    height: 60.73px;
    border-radius: 50%;
    /* Make flag circular */
    object-fit: cover;
    /* Ensure image covers the circle */
    border: 2px solid #ddd;
    /* Subtle border around flag */
    margin-bottom: 10px;


}

.country-name {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
}

.progress-bar-container {
    width: 100%;
    /* Full width within its column */
    max-width: 200px;
    /* Max width for the progress bar */
    height: 10px;
    /* Height of the progress bar track */
    background-color: #e9ecef;
    /* Light grey track background */
    border-radius: 5px;
    position: relative;
}

.progress-bar-fill {
    height: 100%;
    background-color: #C10100;
    /* Red fill color */
    border-radius: 5px;
    transition: width 0.8s ease-in-out;
    /* Smooth transition for fill */
}

.progress-percentage {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    margin-left: 10px;
}

/* For the horizontal alignment of bar and percentage */
.progress-bar-and-percentage {
    display: flex;
    align-items: center;
    width: 100%;
    /* Take full width of parent */
    justify-content: center;
    /* Center the bar and percentage */
}

/* Responsive adjustments */
@media (max-width: 767.98px) {

    /* For small screens */
    .global-map-section {
        padding: 20px;
    }

    .world-map-container {
        margin-bottom: 30px;
    }

    .map-pin {
        font-size: 2rem;
    }

    .country-flag {
        width: 50px;
        height: 50px;
    }

    .country-name {
        font-size: 1.1rem;
    }

    .progress-bar-container {
        max-width: 150px;
    }

    .progress-percentage {
        font-size: 0.9rem;
    }
}


/* FAQs */
.option-card {
    display: flex;
    align-items: center;
    justify-content: center;
    /* Center content horizontally */
    text-align: center;
    height: 100px;
    /* Fixed height for the cards */
    border-radius: 25px;
    /* Large border-radius for rounded ends */
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
    /* Remove underline from links */
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    /* Subtle shadow */
    padding: 0 20px;
    /* Horizontal padding */
}

.option-card:hover {
    transform: translateY(-3px);
    /* Slight lift on hover */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
    /* Enhanced shadow on hover */
}

/* Styling for "I've got a question" card */
.question-card {
    background-color: #fff;
    /* White background */
    border: 2px solid #C10100;
    /* Red border */
    color: #C10100;
    justify-content: space-between;
    padding-right: 15px;
    /* Red text */
}

.question-card:hover {
    background-color: #fef5f5;
    /* Very light red background on hover */
    color: #C10100;
    /* Darker red text on hover */
    border-color: #C10100;
}

/* Styling for "Chat with our team" card */
.chat-card {
    background-color: #C10100;
    /* Red background */
    color: #fff;
    /* White text */
    justify-content: space-between;
    /* Distribute content and icon */
    padding-right: 15px;
    /* Adjust padding to make space for icon */
}

.chat-card:hover {
    background-color: #C10100;
    /* Darker red on hover */
    color: #fff;
}

.chat-icon-wrapper {
    background-color: #fff;
    /* White background for the icon square */
    width: 45px;
    /* Size of the square */
    height: 45px;
    border-radius: 10px;
    /* Rounded corners for the icon square */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    /* Space between text and icon */
    flex-shrink: 0;
    /* Prevent icon from shrinking */
}

.chat-icon-wrapper-red {
    background-color: #C10100;
    /* White background for the icon square */
    width: 45px;
    /* Size of the square */
    height: 45px;
    border-radius: 10px;
    /* Rounded corners for the icon square */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    /* Space between text and icon */
    flex-shrink: 0;
    /* Prevent icon from shrinking */
}

/* Font Awesome chat icon (example, could be any icon) */
.chat-icon-wrapper i {
    color: #C10100;
    /* Red icon inside white square */
    font-size: 1.8rem;
}

.chat-icon-wrapper-red i {
    color: #ffffff;
    /* Red icon inside white square */
    font-size: 1.8rem;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {

    /* On small screens, stack vertically */
    .contact-options-section .row>div {
        margin-bottom: 20px;
        /* Space between stacked cards */
    }

    .contact-options-section .row>div:last-child {
        margin-bottom: 0;
    }

    .option-card {
        height: 80px;
        /* Slightly smaller height on mobile */
        font-size: 1.0rem;
    }

    .chat-icon-wrapper {
        width: 40px;
        height: 40px;
        border-radius: 5px;
    }

    .chat-icon-wrapper i {
        font-size: 1.6rem;
    }
}

.faq-section-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

/* Custom Accordion Styling */
.accordion-item {
    margin-bottom: 10px;
    /* Space between accordion items */
    border: none;
    /* Remove default Bootstrap border */
    border-radius: 10px;
    /* Rounded corners for each item */
    background-color: #fff;
    /* White background for items */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    /* Subtle shadow */
    overflow: hidden;
    /* Ensures content respects border-radius */
}

.accordion-header {
    background-color: #fff;
    /* White background for header */
    border-bottom: 1px solid #e0e0e0;
    /* Light border at the bottom of header */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-item:last-of-type .accordion-header {
    border-bottom-right-radius: 10px;
    /* If last item, round bottom for closed state */
    border-bottom-left-radius: 10px;
}

.accordion-item.collapsed .accordion-header {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: none;
    /* No border when collapsed for a cleaner look */
}


.accordion-button {
    background-color: #fff;
    /* White background for the button itself */
    color: #000;
    /* Dark text for question */
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    padding: 20px 25px;
    /* Ample padding */
    text-align: left;
    border: none;
    border-radius: 10px;
    /* Rounded corners, matches item */
    box-shadow: none;
    /* Remove default Bootstrap shadow */
    transition: background-color 0.2s ease, color 0.2s ease;
    position: relative;
    /* For custom icon positioning */


}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    /* White background when open */
    color: #C10100;
    /* Red text when open */
    border-bottom: 1px solid #e0e0e0;
    /* Separator when open */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
    /* Remove focus ring */
}

/* Custom chevron icon styling */


.accordion-body {
    padding: 20px 25px;
    /* Match padding of button */
    background-color: #f8f9fa;
    /* Slightly darker background for answer area */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #555;
    /* Slightly lighter text for answer */
    font-weight: 300;
    font-size: 18px;
    line-height: 36px;
    color: #000000;
}

/* Hiring Section
 * This section is styled to attract potential candidates with a clear message and call to action.
 * The design emphasizes clarity and professionalism.
 */
/* We’re looking for passionate people to join us on our mission. We value flat hierarchies, clear communication, and full ownership and responsibility. */
.hiring-paragraph {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #000000;

}





.department-tabs-section {
    max-width: 1200px;
    /* Adjust max width as needed */
    margin: 0 auto;
    padding: 20px;
}

.department-tab-list {
    display: flex;
    flex-wrap: wrap;
    /* Allow tabs to wrap to next line on smaller screens */
    gap: 15px;
    /* Space between tabs */
    justify-content: center;
    /* Center tabs horizontally */
}

.department-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    /* Fixed height for the tabs */
    padding: 0 30px;
    /* Horizontal padding */
    border-radius: 20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
    /* Remove underline from links */
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    /* Subtle shadow */
    white-space: nowrap;
    /* Prevent text from wrapping inside the tab */

}

.department-tab:hover {
    transform: translateY(-2px);
    /* Slight lift on hover */
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
    /* Enhanced shadow on hover */
}

/* Styling for the active "View all" tab */
.department-tab.active {
    background-color: #C10100;
    /* Red background */
    border: 2px solid #C10100;
    /* Red border */
    color: #fff;
    /* White text */
}

.department-tab.active:hover {
    background-color: #C10100;
    /* Darker red on hover */
    border-color: #C10100;
    color: #fff;
}

/* Styling for inactive tabs */
.department-tab:not(.active) {
    background-color: #fff;
    /* White background */
    border: 2px solid #C10100;
    /* Red border */
    color: #C10100;
    /* Red text */
}

.department-tab:not(.active):hover {
    background-color: #fef5f5;
    /* Very light red background on hover */
    color: #C10100;
    /* Darker red text on hover */
    border-color: #C10100;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {

    /* On small screens */
    .department-tab-list {
        gap: 10px;
        /* Smaller gap */
    }

    .department-tab {
        height: 45px;
        /* Slightly smaller height on mobile */
        padding: 0 20px;
        /* Smaller horizontal padding */
        font-size: 1rem;
    }
}

/* If you need scrollable tabs for many items */
.scrollable-tabs-wrapper {
    overflow-x: auto;
    /* Enable horizontal scrolling */
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling on iOS */
    padding-bottom: 10px;
    /* Space for scrollbar */
    margin-bottom: -10px;
    /* Compensate padding-bottom */
}

.scrollable-tabs-wrapper::-webkit-scrollbar {
    height: 8px;
}

.scrollable-tabs-wrapper::-webkit-scrollbar-thumb {
    background-color: #ced4da;
    border-radius: 4px;
}

.scrollable-tabs-wrapper::-webkit-scrollbar-track {
    background-color: #e9ecef;
    border-radius: 4px;
}




.job-item {
    padding: 25px 0;
    /* Vertical padding for each job item */
    border-bottom: 1px solid #e0e0e0;
    /* Thin light grey separator line */
    display: flex;
    flex-wrap: wrap;
    /* Allows content to wrap */
    align-items: flex-start;
    /* Align items to the top */
}

.job-item:last-child {
    border-bottom: none;
    /* No border for the last item */
}

.job-content {
    flex-grow: 1;
    /* Allows content to take available space */
    padding-right: 20px;
    /* Space between content and apply button */
}

.job-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    /* Main job title size */
    color: #000;
    margin-bottom: 5px;
}

.job-description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
    /* Space below description */
}

.job-tags {
    display: flex;
    gap: 10px;
    /* Space between tags */
    flex-wrap: wrap;
    /* Allow tags to wrap if many */
}

.job-tag {
    display: inline-flex;
    /* Use flex to align icon and text */
    align-items: center;
    background-color: #f0f2f5;
    /* Light grey background for tags */
    border-radius: 20px;
    /* Pill shape for tags */
    padding: 8px 15px;
    font-size: 0.9rem;
    color: #555;
    font-weight: 500;
}

.job-tag i {
    margin-right: 8px;
    /* Space between icon and text */
    color: #C10100;
    /* Red icon color */
}

.apply-button-wrapper {
    flex-shrink: 0;
    /* Prevent button from shrinking */
    display: flex;
    align-items: center;
    /* Align vertically with job title area */
    height: 100%;
    /* Take full height of job item */
}

.apply-button {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #C10100;
    /* Red text for 'Apply' */
    font-size: 1.1rem;
    font-weight: bold;
    transition: color 0.2s ease, transform 0.2s ease;
}

.apply-button:hover {
    color: #C10100;
    /* Darker red on hover */
    transform: translateX(3px);
    /* Slight movement on hover */
}

.apply-button i {
    margin-left: 8px;
    /* Space between text and icon */
    font-size: 1.3rem;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {

    /* Small screens */
    .job-item {
        flex-direction: column;
        /* Stack content and button */
        align-items: flex-start;
        /* Align stacked items to the left */
        padding: 20px 0;
    }

    .job-content {
        width: 100%;
        /* Full width for content */
        padding-right: 0;
        margin-bottom: 15px;
        /* Space before apply button */
    }

    .apply-button-wrapper {
        width: 100%;
        justify-content: flex-end;
        /* Push button to the right */
        height: auto;
    }

    .job-title {
        font-size: 1.3rem;
    }

    .job-description {
        font-size: 0.95rem;
    }

    .job-tag {
        font-size: 0.85rem;
        padding: 6px 12px;
    }

    .job-tag i {
        margin-right: 6px;
    }
}


/* Contact Section */

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    /* Space between stacked items on small screens */
}

.contact-item:last-child {
    margin-bottom: 0;
    /* No margin for the last item */
}

.contact-icon {
    font-size: 1.5rem;
    /* Large icon size */
    color: #C10100;
    /* Red icon color */
    margin-bottom: 15px;
}

.contact-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #262827;
    margin-bottom: 10px;
}

.contact-detail {
    font-size: 1.1rem;
    color: #262827;
    /* Slightly lighter text for details */
    text-decoration: none;
    /* Remove underline from links */
}

.contact-detail:hover {
    color: #C10100;
    /* White text on hover */
}

/* Adjust horizontal spacing and alignment for larger screens */
@media (min-width: 768px) {
    .contact-info-section .row {
        align-items: flex-start;
        /* Align items to the top of their row */
    }

    .contact-item {
        margin-bottom: 0;
        /* Remove vertical margin when in a row */
        padding: 0 15px;
        /* Add horizontal padding for spacing */
    }

    .contact-item:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        /* Separator line between items */
    }
}

.form-label {
    display: none;
    /* Hide Bootstrap's default labels if placeholders are sufficient */
}

.form-control-contact-us {
    background-color: #e9ecef;
    /* Light grey background for inputs, similar to image */
    border: none;
    /* Remove default border */
    border-radius: 15px;
    /* Highly rounded corners for inputs */
    padding: 15px 20px;
    /* Ample padding */
    font-size: 1.1rem;
    color: #495057;
    /* Darker text color */
    width: 100%;
    /* Full width for inputs */
}

.form-control-contact-us::placeholder {
    color: #6c757d;
    /* Lighter placeholder text color */
    opacity: 1;
    /* Ensure placeholder is fully visible */
}

.form-control-contact-us:focus {
    background-color: #e9ecef;
    /* Keep same background on focus */
    border-color: #C10100;
    /* Red border on focus */
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    /* Red glowing shadow on focus */
    outline: 0;
}

textarea.form-control-contact-us {
    min-height: 150px;
    /* Minimum height for the textarea */
    resize: vertical;
    /* Allow vertical resizing only */
}


.job-details-container {
    max-width: 900px;
    /* Width similar to the image */
    margin: 0 auto;
    background-color: #fff;
    /* White background for the main content area */
    border-radius: 15px;
    /* Rounded corners for the whole section */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    /* Subtle shadow */
    overflow: hidden;
    /* Ensures border-radius is respected */
}

.job-header {
    padding: 25px 30px 15px;
    /* Top padding, horizontal padding, smaller bottom padding */
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    /* Separator below header info */
        display: flex;
    justify-content: space-between;
}

.job-header .job-type-salary {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 10px;
}

.job-header .job-type-salary strong {
    color: #C10100;
    /* Red for 'On site' and 'Full Time' */
    font-weight: 600;
}

.job-header .job-salary-benefits {
    font-size: 1.1rem;
    font-weight: bold;
    color: #C10100;
    /* Red for salary and benefits */
    margin-bottom: 20px;
}

.job-type-img{
    display: flex;
    /* margin-bottom: 22px; */
}

.job-header .apply-btn-top {
    float: right;
    /* Position to the right */
    background-color: #C10100;
    /* Red button */
    color: #fff;
    border-radius: 25px;
    /* Highly rounded */
    padding: 10px 25px;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.2s ease;
}
.apply-img{
float: left;
    /* Position to the right */
   
    display: inline-flex;
    align-items: center;
  max-width: 150px;
}
.job-header .apply-btn-top i {
    margin-left: 8px;
    /* Space between text and icon */
}

.job-header .apply-btn-top:hover {
    background-color: #C10100;
    /* Darker red on hover */
    color: #fff;
}

.job-description-content {
    padding: 30px;
    line-height: 1.7;
    font-size: 1rem;
    color: #444;
}

.job-description-content h4 {
    font-size: 1.35rem;
    font-weight: bold;
    color: #333;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
}

.job-description-content h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    /* Position below the text */
    width: 50px;
    /* Small red underline */
    height: 3px;
    background-color: #C10100;
}

.job-description-content ul {
    list-style: none;
    /* Remove default bullet points */
    padding-left: 0;
    margin-bottom: 20px;
}

.job-description-content ul li {
    position: relative;
    padding-left: 25px;
    /* Space for custom bullet */
    margin-bottom: 10px;
}

.job-description-content ul li::before {
    content: '\2022';
    /* Unicode for a solid bullet point */
    color: #C10100;
    /* Red bullet point */
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: 0;
}

.apply-btn-bottom-wrapper {
    padding: 25px 30px;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;

}

.apply-btn-bottom {
    background-color: #C10100;
    /* Red button */
    color: #fff;
    border-radius: 30px;
    /* Even more rounded than top button */
    padding: 15px 40px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.2s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.apply-btn-bottom:hover {
    background-color: #C10100;
    /* Darker red on hover */
    color: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.apply-btn-bottom i {
    margin-left: 10px;
    font-size: 1.4rem;
}

@media (max-width: 767.98px) {
    .job-header {
        padding: 20px;
    }

    .job-header .apply-btn-top {
        float: none;
        /* Remove float */
        display: block;
        /* Make it a block element */
        width: 100%;
        /* Full width */
        margin-top: 20px;
        /* Add space from text */
        text-align: center;
    }

    .job-description-content {
        padding: 20px;
        font-size: 0.95rem;
    }

    .job-description-content h4 {
        font-size: 1.2rem;
        margin-top: 25px;
    }

    .apply-btn-bottom {
        padding: 12px 30px;
        font-size: 1.1rem;
    }

    .apply-btn-bottom-wrapper {
        text-align: center;
    }
}

.career-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}

/* بلوك الرسالة */
.career-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh;     /* ارتفاع كفاية عشان تتوسّط رأسيًا */
  text-align: center;
}

/* شكل النص */
.career-empty p {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  color: #444;
}

/* مسافة تحت أزرار الأقسام عشان الرسالة تنزل تحتها بوضوح */
.department-tab-list { 
  margin-bottom: 24px;
}

.career-modal-content {
  background-color: #EBEBEB;
  margin: auto;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  position: relative;
}
.career-modal-close {
  position: absolute; top: 15px; right: 20px;
  font-size: 24px; cursor: pointer;
}
.form-row {
  display: flex;
  gap: 20px;
}
.form-row input {
  flex: 1;
  padding: 10px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
}
.drop-zone {
  border: 2px dashed #bbb;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.drop-zone-input {
  position: absolute;
  opacity: 0;
  width: 100%; height: 100%;
  top: 0; left: 0;
  cursor: pointer;
}
.submit-btn {
  display: block;
  background-color: #c00;
  color: white;
  border: none;
  padding: 14px 40px;
  font-size: 16px;
  border-radius: 30px;
  margin: 0 auto;
  cursor: pointer;
}
.submit-btn:hover {
  background-color: #900;
}


.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.form-row input {
    flex: 1;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    background: #fff;
}

.upload-section {
    margin-bottom: 30px;
}
.drop-zone {
    border: 2px dashed #ccc;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border-radius: 12px;
    position: relative;
}
.drop-zone-input {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.submit-btn {
    background-color: #c00;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
}

.video-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.8);
}

.video-modal-content {
    position: relative;
    margin: 5% auto;
    background: #fff;
    width: 80%;
    max-width: 800px;
    padding: 20px;
    border-radius: 10px;
}

.video-modal-close {
    position: absolute;
    top: -31px;
    width: 62px;
    right: -27px;
    font-size: 30px;
    font-weight: bold;
    color: #fafafa;
    cursor: pointer;
    background: #C10100;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
}


/* .language-switcher {
       list-style: none;
    display: flex;
    gap: 10px;
    padding: 10px;
    border-radius: 20px;
    color: white;
    background-color: #ac3231;
}
.language-switcher li a {
    text-decoration: none;
    padding: 5px 10px;
}
.language-switcher li.active a {
    font-weight: bold;
    text-decoration: underline;
} */


.language-dropdown {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
}

.language-toggle {
    background-color: #fff;
        border: solid 1px #b82d2a;
    border: none;
    padding: 10px 14px;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.language-toggle img {
    width: 24px;
    height: auto;
    border-radius: 3px;
}

.language-list {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    padding: 10px 0;
    min-width: 180px;
    z-index: 99;
}

.language-list li {
    list-style: none;
}

.language-list li a {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    color: #333;
    text-decoration: none;
    gap: 10px;
    font-size: 15px;
}

.language-list li a:hover {
    background: #f4f4f4;
}

.language-list li.active a {
    font-weight: bold;
}

.language-list img {
    width: 20px;
    height: auto;
    border-radius: 3px;
}

.checkmark {
    margin-left: auto;
    color: #C10100;
}


/* Our Services */
.section-title-about {
    position: relative;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size:32px;
    line-height: 60px;
    /* identical to box height */
    color: #262827;
    /* width: max-content; */
    display: inline-block;
}

/* Divider */
.section-title-about::after {
    position: absolute;
    width: 87px;
    content: "";
    height: .1em;
    background: #C10100;
    position: absolute;
    bottom: -2px;
    left: 0;
}



.counter-section {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-top: 1px solid transparent; /* Just to align vertically */
}

.counter-box {
  position: relative;
  padding: 20px;
}

.counter-box:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  height: 80%;
  width: 1px;
  background-color: #ccc;
}

@media screen and (max-width: 768px) {
    
    .counter-box::after {
        display: none; /* Hide the divider on small screens */
    }               
      .hero {
    height: 300px;
}
.vector {
    height: 297px;
    
}
    .section-title {
    font-size: 22px;
}
.video-card-main {
    min-height: 400px;
}
.email-form-container .form-control {

    width: 250px;
}
.hero .hero-text p {
    font-size: 18px;
}
.sec-num-title{
    font-size: 44px;
}

.section-title-about {
    font-size: 22px;
}
}
.img-fluid {
    width: -webkit-fill-available  !important;
}

#wpcf7-f103-o1 > form > div.mb-3 > p:nth-child(2) > input{
    margin-top: 20px;
}


/* For menu items on hover */
.main-navigation ul li a:hover,
.menu-item a:hover {
    color: #c10100 !important; /* Your desired hover color */
}

/* For the currently active menu item (e.g., the page you are on) */
.main-navigation ul li.current-menu-item a,
.menu-item.current-menu-item a,
.main-navigation ul li.current_page_item a,
.menu-item.current_page_item a {
    color: #c10100 !important; /* Your desired active color */
}

/* You might also want to apply the color to the active link itself, not just the text */
.main-navigation ul li.current-menu-item,
.menu-item.current-menu-item {
    border-bottom: 2px solid #c10100; /* Example: add a bottom border to active item */
    /* Or change background color: */
    /* background-color: rgba(193, 1, 0, 0.1); */
}



/* CSS for the .navbar-nav menu items */

/* Style for the default state of nav links */
.navbar-nav .nav-link {
    /* You might want to set a default color here if not already defined by your theme */
    /* color: #333; */ /* Example default text color */
    transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out; /* Smooth transition for hover/active effects */
    padding: 10px 15px; /* Add some padding for better click/tap area */
    text-decoration: none; /* Remove underline from links */
    display: block; /* Make links block-level for padding to work */
}

/* Style for nav links on hover */
.navbar-nav .nav-link:hover {
    color: #c10100 !important; /* Your desired hover color */
}

/* Style for the active (current) nav link */
/* This assumes your active link will have a class like 'active' or 'current-page' */
/* If WordPress adds a different class (e.g., 'current-menu-item'), you'll need to adjust this selector. */
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.current-menu-item, /* Common WordPress class for active menu item */
.navbar-nav .nav-link.current_page_item { /* Another common WordPress class */
    color: #c10100 !important; /* Your desired active color */
    border-bottom: 2px solid #c10100 !important; /* Example: Add a bottom border to highlight the active link */
    text-decoration: none !important;
    /* You could also use: */
    /* background-color: rgba(193, 1, 0, 0.1); */ /* A subtle background highlight */
}