body {
    font-family: 'Rajdhani', sans-serif;
}

.text-white {
    color: #ffffff;
}

.theme-color {
    color: #ed1c24 !important;
}

.bold-style {
    font-weight: bold;
    font-size: 18px !important;
}

.product-details-title p {
    padding-left: 5px;
}

.product-details-title h1 {
    margin-bottom: 0px;
}

.slider-bg {
    min-height: inherit !important;
}

.slider-content {

    padding: 25px;
}

.s-about-img {
    overflow: hidden !important;
    width: 100%;
    padding-top: 50px;
    padding-left: 50px;
}

.s-about-img img {
    margin-top: 0px !important;
    margin-left: 0px !important;

    border-radius: 10px;
    overflow: hidden !important;
}

.sr-tw-ul li .icon-right,
.sr-tw-ul li .icon {
    margin-right: 15px;
}

.breadcrumb-area {
    height: 300px;
    min-height: inherit !important;
}

.breadcrumb-title h2 {
    font-size: 50px;
    margin-bottom: 12px;
}

/*skeleton products*/
/* Skeleton Card */
.skeleton-card {

    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Skeleton Image */
.skeleton-image {
    background-color: #dcdcdc;
    height: 200px;
    border-radius: 4px;
    margin-bottom: 15px;
    animation: skeleton-loading 1.5s infinite;
}

/* Skeleton Title */
.skeleton-title {
    background-color: #dcdcdc;
    height: 20px;
    width: 70%;
    margin-bottom: 10px;
    animation: skeleton-loading 1.5s infinite;
}

/* Skeleton Type (Product type) */
.skeleton-type {
    background-color: #dcdcdc;
    height: 15px;
    width: 50%;
    margin-bottom: 15px;
    animation: skeleton-loading 1.5s infinite;
}

/* Skeleton Button */
.skeleton-btn {
    background-color: #dcdcdc;
    height: 40px;
    width: 50%;
    border-radius: 4px;
    animation: skeleton-loading 1.5s infinite;
}

/* Skeleton Loading Animation */
@keyframes skeleton-loading {
    0% {
        background-color: #e0e0e0;
    }

    50% {
        background-color: #f0f0f0;
    }

    100% {
        background-color: #e0e0e0;
    }
}

/*skeleton products*/
.product {
    position: relative;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    /* Adds a soft border */
    padding: 20px;
}

.pro-cat {
    position: absolute;
    top: 10px;
    /* 10px from the top */
    left: 10px;
    /* 10px from the left */
    background-color: #ed1c24;
    /* Semi-transparent background */
    color: #ffffff;
    /* White text */
    font-size: 14px;
    /* Font size for the category */
    padding: 5px 10px;
    /* Padding for the category text */
    border-radius: 5px;
    /* Rounded corners for the category */
    font-weight: bold;
    /* Make the category bold */
}

.pro-cat a {

    color: #ffffff !important;

    /* Make the category bold */
}

.product__img {
    text-align: center;

}

.product__img img {
    width: auto !important;
    height: 250px;
}

.petro-btn {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #ed1c24;
    background: #ffffff;
    border: 1px solid #ed1c24;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 8px 16px;
    transition: all 0.3s;
    white-space: nowrap;
}

.petro-btn-no-animation {
    transition: none !important;
}

.petro-btn i {
    margin-left: 5px;
    transition: all 0.2s;
}

.petro-btn-no-animation i {
    transition: none !important;
}

.petro-btn:hover {
    background: #ed1c24;
    color: #fff;
}

.petro-btn:hover i {
    transform: translateX(5px);
}

.petro-btn-no-animation:hover i {
    transform: none !important;
}

.product-details-img {
    margin-right: 0px !important;
    overflow: hidden;
}

.product-details {
    padding-top: 30px;
}

.product-large-img {
    position: relative;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    /* Adds a soft border */
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-large-img img {
    width: 50%;
    height: auto;
}

.bakix-details-tab ul li a {
    font-size: 23px;
}

.event-text table tr,
.event-text table td,
.event-text table th {
    border-width: 2px;
    padding: 20px;
    border-color: #000;
}

.event-text table thead {
    border-top: 2px solid #000;
}

.covered-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ed1c24;

    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
}

.covered-icon i {
    color: #fff;
    font-size: 18px;
    margin-right: 0px !important;
    font-weight: bold;
}

.second-header {
    padding: 5px 0px;
}

.parsley-required {
    color: red;
}

.footer-link ul li a::before {
    content: none !important;
    margin-right: 8px;
    color: rgb(237, 28, 36);
    font-size: 18px;
}

.s-slider-content p {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    /* Try specifying a specific weight */
}

.slider-content {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: calc(100vh - 100px);
    margin-bottom: 0px;
    padding-bottom: 80px;
}

.petrofar {
    width: 40%;
    height: auto;
}

.slider-content h2 {
    font-size: 60px;
}

.f-contact p {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
}

.copy-text {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
}

.category-item li {
    height: 200px !important;
}

.product-details p {
    font-family: 'Helvetica Neue', sans-serif;
    color: #101010;
    font-size: 16px;
}

.contact-info p {
    font-family: 'Helvetica Neue', sans-serif;
    color: #101010;
}

.contact-field input {
    color: #101010;
    font-family: 'Helvetica Neue', sans-serif;
}

.contact-field input::placeholder {
    color: #101010;
    font-family: 'Helvetica Neue', sans-serif;
}

.contact-field textarea {
    color: #101010;
    font-family: 'Helvetica Neue', sans-serif;
}

.contact-field textarea::placeholder {
    color: #101010;
    font-family: 'Helvetica Neue', sans-serif;
}

.slider-btn span {
    font-family: 'Helvetica Neue', sans-serif;
}