/* Footer css */
#footer-widgets .footer-box {
    width: 25%;
    border-left: 1px solid #373737;
    padding-left: 60px;
}

#footer-widgets .footer-box.col-1 {
    width: 50%;
    border-left: 0;
    padding-left: 0 !important;
}

#footer-widgets .footer-box .footer-widget.social-widget {
    margin-bottom: 14px;
}

#footer-widgets .footer-box .widget-title {
    border: 0;
    padding-left: 0;
}

#footer-widgets .footer-box .social-widget .style-simple li a {
    font-size: 14px;
    width: 26px;
}

#footer-widgets .oceanwp-newsletter-form-wrap input[type="email"] {
    background-color: #383838;
    color: #909090;
    border-color: #383838;
    font-size: 13px;
    padding: 6px 12px;
    height: 40px;
    border-radius: 20px;
}

#footer-widgets .oceanwp-newsletter-form-wrap input[type="email"]:focus {
    border-color: #525252;
}

#footer-widgets .oceanwp-newsletter-form-wrap button {
    background-color: #212121;
    height: 36px;
    right: 2px;
    padding: 0 24px;
    border-radius: 20px;
}

#footer-widgets .oceanwp-newsletter-form-wrap button:hover {
    background-color: #ff4a96;
}

#footer-widgets .footer-box .footer-widget {
    margin-bottom: 3px;
}

/* Footer Bottom */
#footer-bottom {
    padding: 0;
}

#footer-bottom-inner {
    border-top: 1px solid #373737;
    padding: 20px 0;
}

#footer-bottom #copyright,
#footer-bottom #footer-bottom-menu {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
}

#footer-bottom #footer-bottom-menu {
    margin-bottom: 16px;
}

#footer-bottom a,
#footer-bottom #footer-bottom-menu a {
    font-size: 13px;
    padding: 0 10px;
}

/* Responsive */
@media screen and (max-width: 1280px) {
    #footer-widgets .footer-box {
        padding-left: 20px;
    }
}

@media screen and (max-width: 959px) {
    #footer-widgets .footer-box {
        padding-left: 10px;
    }
}

@media screen and (max-width: 768px) {
    #footer-widgets .footer-box {
        border-left: 0 !important;
        padding-left: 0 !important;
        padding-top: 5px;
    }

    body.default-breakpoint .oceanwp-mobile-menu-icon {
        display: block !important;
    }

    #footer-widgets .col {
        margin-bottom: 2px;
    }

    #footer-widgets .footer-box.col-1 {
        width: 90%;
    }


    .footer_list {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-in-out;
    }

    .footer-accordion-title {
        cursor: pointer;
        position: relative;
        padding: 10px 0;
        margin-bottom: 0;
        display: block;
    }

    .footer-accordion-title::after {
        content: "+";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 22px;
        font-weight: bold;
        transition: transform 0.3s, content 0.3s;
    }

    .footer-accordion-title.active::after {
        content: "-";
        transform: translateY(-50%);
    }
}

/* Footer css end */


/* Search css  start*/

#searchform-dropdown {
    padding: 8px !important;
    width: 55% !important;
}


.live-search-results {
    list-style: none;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 0;
    margin: 0;
    margin-top: 5px;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 999;
    width: 100%;
}

.live-search-results li {
    font-size: 12px !important;
}

.live-search-results li a {
    display: block;
    padding: 6px;

}

.live-search-results li a:hover {
    background: #f2f2f2;
}

.live-search-results mark {
    background: yellow;
    color: black;
}

.ls-tag {
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
}

.ls-tag.product {
    background: #e6f4ea;
    color: #1e7f3f;
}

.ls-tag.page {
    background: #e8f0fe;
    color: #1a4fb4;
}

@media only screen and (max-width: 767px) {
    #site-header-inner {
        padding: 10px 20px 10px 20px !important;
        max-width: 100% !important;
    }

    #icon-searchform-dropdown {
        border: none;
    }

    .live-search-results {
        height: auto;
    }
}

/* Search css end */

/* Comman css */

.hero-video-section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
}

.divine-form-title {
    display: none;
}

svg {
    width: 48px;
    height: 48px;
    color: #e31e24;
}

.lpbtn {
    width: 120px !important;
    text-align: center;
}

.hero-video-wrapper {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    position: relative;
}

.hero-video-wrapper video {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    object-fit: cover;
    display: block;
}

/* Mobile */
@media (max-width: 767px) {
    .hero-video-section {
        min-height: 65vh;
    }

    .hero-video-wrapper {
        width: 100%;
        height: 65vh;
    }
}

#site-header.transparent-header {
    z-index: 99 !important;
}

.hero-cta {
    position: absolute;
    left: 5%;
    bottom: 20%;
    display: flex;
    gap: 14px;
    z-index: 5;
    max-width: 90%;
}

/* Buttons */
.cta-btn {
    padding: 7px 14px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 40px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

/* Button styles */
.cta-btn.primary {
    background: #981812;
    color: #fff;
}

.cta-btn.secondary {
    background: #fff;
    color: #981812;
}

/* Hover */
.cta-btn:hover {
    transform: translateY(-2px);
}

.cta-btn.primary:hover {
    background: #fff;
    color: #981812;
}

.cta-btn.secondary:hover {
    background: #981812;
    color: #fff;
}

.divine-Events-no-box h2 {
    margin: 0 !important;
}

@media (max-width: 767px) {
    .hero-cta {
        right: 5%;
        bottom: 5%;
        flex-direction: column;
        align-items: stretch;
    }

    .cta-btn {
        text-align: center;
        width: 100%;
    }

    .divine-Events-no-box h2 {
        font-size: 40px !important;
    }

}



.plco_print {
    width: 89px;
    height: 46px;
    top: 0;
    background-color: #f4f4f4;
    line-height: 44px;
    text-align: center;
    margin: 0;
    margin-right: .5em;
    margin-bottom: .5em;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition-property: box-shadow, top;
    transition-duration: 300ms;
    box-sizing: content-box;
    list-style: none;
    cursor: pointer;
    margin-top: 15px;
}

/* ================================================================================================ */
#youtube-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    padding: 20px;
    align-items: start;
}

#main-video-aspect {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}

#main-video-aspect iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: none;
}

#video-list {
    height: 100%;
    max-height: 0;
    overflow-y: auto;
    padding-right: 10px;
}

.video-item {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    cursor: pointer;
}

.video-item img {
    width: 150px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
}

.video-item-title {
    font-size: 12px;
    font-weight: 400;
    color: #212121;
    line-height: 1.3;
}

.video-item:hover .video-item-title {
    color: red;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    #youtube-wrapper {
        grid-template-columns: 1fr;
    }

    #video-list {
        max-height: unset;
        height: auto;
    }
}

/* ------------------------------------------------------------------------------ */
.swiper-wrapper {
    width: 90%;
}

.product-card {
    border: 0.5px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    background: #fff;
}

.product-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.product-title {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .product-card {
        padding: 12px;
    }

    .product-title {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .product-card {
        padding: 10px;
        border-radius: 8px;
    }

    .product-title {
        font-size: 14px;
    }
}

/* ========================================================================== */

.uagb-block-57c5c6e1 {
    margin: auto !important;
}

.alignfull {
    margin: 0 !important;
    width: 100% !important;
}

.divine-table {
    position: absolute;
    left: -9%;
}

.entry-content .alignfull {
    width: 100% !important;
}


/* Post by id=========================================================================================== */
.card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 600px) {
    .card-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .post-card img {
        width: 75px;
        height: 75px;
    }

    .post-card-title {
        font-size: 13px;
    }
}

.post-card-btn {
    text-decoration: none;
    color: inherit;
}

.post-card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    display: flex;

}

.post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.post-card img {
    width: 120px;
    height: 115px;
    object-fit: cover;
    flex-shrink: 0;
}

.post-card-content {
    padding-left: 15px;
    padding-top: 5px;
}

.post-card-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .home-red-box {
        padding: 15px !important;
    }

    .home-op {
        padding: 15px !important;
    }

    .mob-cont {
        padding: 15px !important;
        text-align: center;
    }
}

.api-box {
    display: inline;
    width: unset !important;
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 0px;
    background: #9b2825;
    color: #ffffff;
    border-bottom: 2px;
    border-color: #ff0000;
    padding: 2px 10px;
    align-self: flex-start;
}

.g-box {
    border: 1px solid #333333;
    background-color: #666666;
    color: #ffffff;
    padding: 2px 10px 2px 10px;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.y-heading {
    text-decoration: none !important;
    background-color: #fecc00;
    border-radius: 20px;
    padding: 2px;
    width: 90%;
    margin-bottom: -15px;
    font-weight: 600;
}

.red-box {
    border: 1px solid #d90202;
    background-color: #ff0000;
    color: #ffffff;
    padding: 2px 10px 2px 10px;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: 50%;
}

.page-header {
    background-color: #9b2825;
    min-height: 115px;
    border-bottom: 5px solid yellow;
}

.head1 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.8px;
    font-weight: 600;
    text-transform: uppercase;
    color: #9b2825;
}

p {
    margin: 0 0 20px;
    text-align: justify;
}

.blog-entry.thumbnail-entry .blog-entry-content {
    width: 75%;
}

.blog-entry.thumbnail-entry .thumbnail {
    width: 25%;
}

.wp-block-media-text>.wp-block-media-text__content {
    direction: ltr;
    grid-column: 2;
    grid-row: 1;
    padding: 40px !important;
    word-break: break-word;
}

table {
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
    width: 100%;
}

table th,
table td {
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    width: auto;
}

table th {
    background-color: #fea700;
    color: #333333;
    font-weight: bold;
}

table tr:nth-child(odd) {
    background-color: #f5f5f5;
}

table tr:nth-child(even) {
    background-color: #ffffff;
}

table td p {
    margin: 0;
    padding: 0;
    display: inline;
    text-align: center;
}


hr {
    height: 1px;
    color: #e6e6e6;
    background-color: #e6e6e6;
    width: 80%;
    text-align: left;
    border: none;
}


a:active,
a:focus {
    outline: 0 !important;
    border: none !important;
    -moz-outline-style: none !important;
}

.zero-margin {
    margin-bottom: 0px;
}


.zero-margin2 {
    margin-top: -20px;
}

.line-height0 {
    line-height: 36px;
}

.lightgreen-box {
    border: 1px solid #cce8ac;
    background-color: #d8f1bb;
    font-size: 16px;
    color: #333333;
    align-self: flex-start;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: auto;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100%;
    size: 1px;
}

.entry.clr {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wp-block-group {
    box-sizing: border-box;
    max-width: 1140px;
    width: 100%;
}



.site-content,
.entry-content,
.oceanwp-container,
.oceanwp-content,
.page-content {
    padding: 0 !important;
    margin: 0 !important;
}

.b3h {
    width: 100% !important;
    padding-left: 650px;
    padding-right: 70px;
    text-align: right;

}

@media only screen and (max-width: 1024px) {
    .b3h {
        padding-left: 350px;
        padding-right: 50px;

    }
}

a {
    text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
    .wp-block-uagb-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .uagb-container-inner-blocks-wrap {
        gap: 10px !important;
    }

    .divine-palco-profile>.wp-block-media-text__content {
        padding: 4px !important;
        padding-top: 10px !important;
    }
}

/* 	============================================================================================= */

.divine-product-map>ul {
    margin: 0 !important;
    margin-bottom: 5px !important;
    margin-left: 50px !important;
}

.divine-tab .uagb-tabs__panel a.uagb-tabs-list {
    scroll-behavior: auto;
}

#swiper-wrapper-cfb14e4686742871 {
    opacity: 0;
    transition: opacity .3s ease;
}

.divine-tab {
    gap: 20px;
}

.divine-tab>.uagb-tabs__body-wrap {
    background-color: #fff;
}

.divine-tab .wp-block-buttons {
    padding-top: 20px !important;
}

.divine-tab .uagb-tabs__body-wrap,
.divine-tab .uagb-tabs__panel .uagb-tab {
    border-radius: 10px;
}

.divine-ind-enq,
.divine-ind-wapp {
    max-width: unset !important;
    width: unset !important;
}

.divine-ind-enq-btn>.uagb-container-inner-blocks-wrap {
    justify-content: flex-start !important;
    gap: 20px !important;
}

.divine-ind-enq .uagb-buttons__wrap .uagb-button__wrapper>a,
.divine-ind-wapp .uagb-buttons__wrap .uagb-button__wrapper>a {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 10px !important;
}

.divine-ind-h3 {
    margin: 0;
}

.divine-ind-hr {
    margin-bottom: 0;
    margin-top: 0;
    border: none;
}

.divine-ind-h,
.divine-ind-center-h,
.divine-ind-first-h>.uagb-heading-text {
    color: #9b2825;
    margin-bottom: 0;

}

.divine-ind-h {
    margin-top: 20px;
}

.divine-ind-center-h {
    margin-top: 0px;
}

.divine-view-btn {
    padding-left: 0 !important;
    padding-right: 0 !important;
    align-items: end !important;
}

.divine-view-btn>.wp-block-uagb-buttons {
    width: 85% !important;
    float: right;
    padding-bottom: 5px;
}

.divine-view-btn>.wp-block-uagb-buttons>.uagb-buttons__wrap {
    justify-content: right !important;
}

.divine-view-btn>.wp-block-uagb-buttons>.uagb-buttons__wrap .wp-block-button__link {
    padding-bottom: 11px !important;
    padding-top: 11px !important;
}

.resource-card {
    background: #edededc9;
    border-radius: 10px;
}

.resource-title {
    font-size: 14px !important;
    padding-left: 10px;
    padding-top: 10px;
}

.resource-prev,
.resource-next {
    color: #fff !important;
    height: 40px !important;
    width: 40px !important;
    top: 35% !important;
    background-color: #00000096;
    border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.divine-ind-table>table>tbody> :nth-child(1) {
    background-color: #9b2825 !important;
    color: #fff;
}

.divine-ind-table table tbody tr:not(:first-child) {
    background-color: #fff6f6;
    color: #000;
    border-top: 1px solid #9b2825;
}

.divine-ind-table>table th,
.divine-ind-table>table td {
    padding: 5px 8px;
    border: none;
    border-left: 1px solid #9b2825;
}

figure.divine-ind-table>table tr> :nth-child(3) {
    border-right: 1px solid #9b2825;
}


.latest-resource-card {
    max-width: 500px;
    margin: 20px auto;
    text-align: center;
    padding: 5px;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}


.latest-resource-card img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 12px;
}


.latest-resource-title {
    font-size: 17px;
    margin: 10px 0;
    text-align: left;
}


.latest-resource-excerpt {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

.divine-product-name {
    margin-bottom: 10px;
}

@media (max-width: 768px) {

    .divine-ind-enq .uagb-buttons__wrap .uagb-button__wrapper>a>.uagb-button__link,
    .divine-ind-wapp .uagb-buttons__wrap .uagb-button__wrapper>a>.uagb-button__link {
        padding: 2px 3px !important;
        font-size: 10px !important;
    }

    .divine-ind-enq-btn>.uagb-container-inner-blocks-wrap {
        gap: 10px !important;
    }

    .latest-resource-card {
        width: 90%;
    }

    .latest-resource-title {
        font-size: 15px;
    }

    .latest-resource-excerpt {
        font-size: 14px;
    }

    .divine-ind-img-box {
        display: none;
    }
}


@media only screen and (max-width: 767px) {
    .myResourceSlider {
        padding: 10px;
    }

    .resource-title {
        font-size: 11px !important;
    }

    .home-para {
        text-align: justify !important;
        padding: 10px !important;
    }

    .divine-ind-p {
        text-align: center !important;
    }

    .divine-ind-h2 {
        text-align: center !important;
    }

    .divine-ind-red-h2 {
        font-size: 20px !important;
    }

    .divine-ind-h1 {
        font-size: 28px !important;
    }

    .divine-ind-table>table th,
    .divine-ind-table>table td {
        padding: 3px 0px !important;
        font-size: 12px !important;

    }

    figure.divine-ind-table>table tr> :nth-child(-n+2) {
        width: 25% !important;
    }

    figure.divine-ind-table>table tr> :nth-child(3) {
        text-align: left !important;
        padding-left: 5px !important;
    }

    .wp-block-uagb-container.uagb-block-f818f7a9.wp-block-uagb-container>*:not(.wp-block-uagb-column):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.uagb-slider-container):not(.spectra-container-link-overlay):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-lottie):not(.uagb-container-inner-blocks-wrap) {
        width: 95% !important;
    }

    .wp-block-uagb-container.uagb-block-b547bb29.wp-block-uagb-container>*:not(.wp-block-uagb-column):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.uagb-slider-container):not(.spectra-container-link-overlay):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-lottie):not(.uagb-container-inner-blocks-wrap) {
        width: 95% !important;
    }

    .wp-block-uagb-container.uagb-block-15ea8924.wp-block-uagb-container>*:not(.wp-block-uagb-column):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.uagb-slider-container):not(.spectra-container-link-overlay):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-lottie):not(.uagb-container-inner-blocks-wrap) {
        width: 95% !important;
    }

    .wp-block-uagb-container.uagb-block-84898341.wp-block-uagb-container>*:not(.wp-block-uagb-column):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.uagb-slider-container):not(.spectra-container-link-overlay):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-lottie):not(.uagb-container-inner-blocks-wrap) {
        width: 95% !important;
    }



}

.resource-image img {
    border-radius: 5px;
}

.divine-page-wrapper {
    background: white;
    transition: background-color 0.8s ease;
}

.divine-page-wrapper.divine-change {
    background: #9b2825;
    color: #fff !important;
}

.divine-color.divine-change {
    color: #fff !important;
}

.logo-slider-wrapper {
    width: 75vw;
    max-width: 1250px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 35px;
}

.logo-slider {
    display: flex;
    align-items: center;
    animation: slidelogo 20s linear infinite;
}

.logo-box {
    width: 150px;
    height: 150px;
    padding: 15px;
    border: 1px solid #c9a24d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    box-sizing: border-box;
    margin: 0 20px;
    overflow: hidden;
}

.logo-slider img {
    width: 85%;
    height: 85%;
    object-fit: contain;
}

@keyframes slidelogo {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-150px * 10 - 40px * 10));
    }
}

@media only screen and (max-width: 767px) {
    .logo-slider-wrapper {
        width: 90vw;
    }

    .logo-box {
        width: 120px;
        height: 120px;
    }

    @keyframes slide {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(calc(-120px * 10 - 40px * 10));
        }
    }

    .divine-Process-arrow {
        rotate: 90deg;
    }

    .divine-Contract-Blending-h {
        font-size: 23px !important;
    }

    .divine-blend-red-h {
        font-size: 25px !important;
    }
}

@media screen and (max-width: 959px) {
    body.content-full-screen.page .entry .alignfull {
        margin-left: 0 !important;
        width: 100%;
        max-width: 100% !important;
    }

    .alignfull {
        margin-left: 0 !important;
        width: 100%;
        max-width: 100% !important;
    }
}

#content-wrap {
    padding-top: 20px;
}

#primary {
    margin-top: 0;
    padding-top: 0;
}

.divine-product-page-btn>* {
    padding-top: 0 !important;
}

.divine-product-page-btn>div:nth-of-type(2) a,
.divine-product-page-btn>div:nth-of-type(3) a {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.divine-product-page-btn>div:nth-of-type(4) {
    width: 75px !important;
}

.divine-automotive-btn-box .divine-automotive-eq-btn>.uagb-button__wrapper>a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;

}

.divine-automotive-btn-box .divine-automotive-whap-btn>.uagb-button__wrapper>a {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.divine-automotive-btn-box .divine-automotive-eq-btn>.uagb-button__wrapper>a>div.uagb-button__link {
    font-size: 10px;
}

.divine-automotive-btn-box .divine-automotive-whap-btn>.uagb-button__wrapper>a>div.uagb-button__link {
    font-size: 11px;
    font-weight: 500;
}

.divine-automotive-btn-box .divine-automotive-eq-btn>.uagb-button__wrapper>a>span,
.divine-automotive-btn-box .divine-automotive-whap-btn>.uagb-button__wrapper>a>span {
    width: 12px;
}

@media only screen and (max-width: 767px) {

    .divine-product-page-btn>div:nth-of-type(2) a,
    .divine-product-page-btn>div:nth-of-type(3) a {
        padding-top: 9px !important;
        padding-bottom: 9px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .divine-product-page-btn>div:nth-of-type(2) a>.uagb-button__link,
    .divine-product-page-btn>div:nth-of-type(3) a>.uagb-button__link {
        font-size: 11px !important;
    }

    .divine-product-page-btn>div:nth-of-type(2) a>.uagb-button__icon,
    .divine-product-page-btn>div:nth-of-type(3) a>.uagb-button__icon {
        width: 12px !important;
    }

    .divine-product-page-btn>div:nth-of-type(2),
    .divine-product-page-btn>div:nth-of-type(3) {
        width: 33% !important;
    }

    .divine-product-page-btn>div:nth-of-type(4) {
        width: 20% !important;
        margin-left: 10px;
    }

    /* ============================================================================================================	 */
    .product-print table th,
    .product-print table td {
        padding: 0px !important;
        font-size: 10px !important;
    }

    .divine-automotive-btn-box .divine-automotive-eq-btn>.uagb-button__wrapper>a,
    .divine-automotive-btn-box .divine-automotive-whap-btn>.uagb-button__wrapper>a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 9px !important;
        padding-right: 9px !important;
    }
}

@media only screen and (max-width: 480px) {
    .divine-automotive-btn-box>.uagb-container-inner-blocks-wrap {
        justify-content: space-between !important;
    }

    .wp-block-uagb-container.uagb-block-2ea6ac44.wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-column):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.uagb-slider-container):not(.spectra-image-gallery__control-lightbox) {
        width: 100% !important;
    }

    .divine-automotive-whap-btn,
    .divine-automotive-eq-btn {
        width: 100% !important;
    }
}

.story-content-overlay__title {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.web-stories-list__story {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease;
}

.web-stories-list__story:hover {
    transform: scale(1.05);
}

.web-stories-list {
    gap: 14px;
}

.divine-form {
    padding: 20px !important;
}

.divine-form-submit button {
    background: #9b2825 !important;
}

.divine-form-submit {
    margin-top: 5px !important;
}

.divine-bold-p {
    margin: 0;
}

ul.divine-bold-p {
    margin: 0;
}

.divine-grease-hr {
    margin: 10px auto;
}

.divine-grease-center-h {
    color: #9b2825;
    padding: 0;
    margin: 0;
    padding-top: 20px;
}

.transparent-header {
    background-color: transparent !important;
    backdrop-filter: blur(5px);
    border-color: transparent !important;
}

.transparent-header #menu-main-menu>li>a {
    color: #fff !important;
}

/* =============================================================== */
#top-bar-wrap {
    position: relative;
}

div#top-bar-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    animation: shimmer 3s infinite;
    z-index: -1;
    visibility: visible !important;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

/* #top-bar-wrap { 
background: linear-gradient(
    90deg,
    rgba(255,153,51,0.85),
    rgba(255,255,255,1),
    rgba(19,136,8,0.85)
  ) !important; 
border: none !important;
}
.top-bar-menu a{
	color: #0a2540 !important;
}
#top-bar-social a{
	color: #0a2540 !important;
}
.topbar-content{
	background-color: transparent !important;
} */
/* =============================================================== */

.divine-wedo-box .divine-red-circle {
    width: 40px !important;
    height: 40px !important;
    background: #9B2825 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divine-wedo-box .divine-red-circle p {
    margin: 0;
    line-height: 1;
    font-size: 20px !important;
    font-weight: 500;
}

.divine-Process-arrow {
    width: auto !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #9B2825;
}

.divine-blend-red-h,
.divine-Events-red-h {
    position: relative;
    display: inline-block;
    margin-bottom: 0 !important;
}

.divine-blending-page-h {
    margin-bottom: 0 !important;
}

.divine-blend-red-h::after,
.divine-Events-red-h::after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background-color: #981812;
    margin: 8px auto 0;
}

.divine-event-form-btn {
    display: inline-block;
    width: fit-content !important;
    background-color: #981812;
    color: #ffffff;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    border-radius: 6px;
    cursor: pointer;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

/* Hover effect */
.divine-event-form-btn:hover {
    background-color: #7a1214;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.divine-event-name {
    margin: 0;
}

.divine-event-logo-box {
    width: 30% !important;
}

.divine-event-logo-box>.wp-block-uagb-image {
    justify-content: start !important;
}


.legacy-section {
    padding: 10px 0;
    background-color: #f5f5f5;
}

.legacy-section-about {
    width: 75%;
}

.timeline {
    max-width: 900px;
    margin: 60px auto 0;
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e0e0e0;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 60px;
    padding-left: 50%;
    padding-left: calc(50% + 40px);
}

.timeline-item:nth-child(even) {
    padding-left: 0;
    padding-right: calc(50% + 40px);
    text-align: right;
}

.timeline-marker {
    position: absolute;
    left: 50%;
    top: 0;
    width: 20px;
    height: 20px;
    background: #981812;
    border: 4px solid #fff;
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 0 4px #f5f5f5;
    z-index: 2;
}

.timeline-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.timeline-year {
    font-size: 2rem;
    font-weight: 700;
    color: #981812;
    margin-bottom: 10px;
}

.timeline-content h4 {
    color: #2c2c2c;
    margin-bottom: 12px;
    font-size: 2rem;
}

.timeline-content p {
    font-size: 1.2rem;
    line-height: 1.7;
}

.section-title {
    font-size: 3rem;
    color: #2c2c2c;
    margin-bottom: 15px;
    position: relative;
}

.section-title.centered {
    text-align: center;
}

.section-intro {
    font-size: 1.1rem;
    color: #666666;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px !important;
    line-height: 1.6;
}

.divine-mvv-card {
    text-align: center;
    transition: all 0.3s ease;
}

.divine-mvv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(152, 24, 18, 0.1);
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.divine-about-h {
    margin: 5px !important;
}

.divine-hr {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}



/* ============================================================================================= */

/* Tablet & Mobile */
@media (max-width: 991px) {

    .legacy-section-about {
        width: 100%;
        padding: 0 15px;
    }

    .timeline {
        max-width: 100%;
        margin: 40px auto 0;
    }

    /* hide center line */
    .timeline::before {
        left: 20px;
        transform: none;
    }

    .timeline-item,
    .timeline-item:nth-child(even) {
        padding: 0 0 0 60px;
        text-align: left;
        margin-bottom: 40px;
    }

    .timeline-marker {
        left: 20px;
        transform: none;
    }

    .timeline-content {
        padding: 20px;
    }

    .timeline-year {
        font-size: 1.6rem;
    }

    .timeline-content h4 {
        font-size: 1.5rem;
    }

    .timeline-content p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .section-intro {
        font-size: 1rem;
        margin-bottom: 35px !important;
    }
}


/* ========================================================================= */

@media (max-width: 576px) {

    .timeline-item {
        padding-left: 50px;
    }

    .timeline-marker {
        width: 16px;
        height: 16px;
        border-width: 3px;
    }

    .timeline-content {
        padding: 16px;
    }
}


/* =================================================================================================== */


.divine-client-card {
    background: #fff;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden !important;
    animation: fadeInUp 0.8s ease forwards;
    border: 1px solid #66666630 !important;
}

.divine-client-card:nth-child(1) {
    animation-delay: 0.1s;
}

.divine-client-card:nth-child(2) {
    animation-delay: 0.15s;
}

.divine-client-card:nth-child(3) {
    animation-delay: 0.2s;
}

.divine-client-card:nth-child(4) {
    animation-delay: 0.25s;
}

.divine-client-card:nth-child(5) {
    animation-delay: 0.3s;
}

.divine-client-card:nth-child(6) {
    animation-delay: 0.35s;
}

.divine-client-card:nth-child(7) {
    animation-delay: 0.4s;
}

.divine-client-card:nth-child(8) {
    animation-delay: 0.45s;
}

.divine-client-card:nth-child(9) {
    animation-delay: 0.5s;
}

.divine-client-card:nth-child(10) {
    animation-delay: 0.55s;
}

.divine-client-card:nth-child(11) {
    animation-delay: 0.6s;
}

.divine-client-card:nth-child(12) {
    animation-delay: 0.65s;
}

.divine-client-card:nth-child(n+13) {
    animation-delay: 0.7s;
}

.divine-client-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #981812, #6d110d);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.divine-client-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 50px rgba(152, 24, 18, 0.15);
    border-color: #c1bfbf30 !important;
}

.divine-client-card:hover::before {
    transform: scaleX(1);
}

.divine-client-card:hover.divine-client-card img {
    transform: translateY(4px);
}

.divine-logo-container {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    margin-top: 5px;
    position: relative;
}

.divine-about-client-logo {
    height: 50px !important;
}

.divine-client-card:hover .logo-placeholder {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 25px rgba(152, 24, 18, 0.2);
}

.divine-logo-container img {
    width: 240px;
    object-fit: contain;
}

.divine-client-name {
    font-size: 13px;
    font-weight: 600;
    color: #4a4a4a;
    text-align: center;
    line-height: 1.4;
    min-height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divine-about-client-name {
    font-size: 9px !important;
}

.divine-bg-pattern {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.01;
    background-image:
        linear-gradient(30deg, #981812 12%, transparent 12.5%, transparent 87%, #981812 87.5%, #981812),
        linear-gradient(150deg, #981812 12%, transparent 12.5%, transparent 87%, #981812 87.5%, #981812),
        linear-gradient(30deg, #981812 12%, transparent 12.5%, transparent 87%, #981812 87.5%, #981812),
        linear-gradient(150deg, #981812 12%, transparent 12.5%, transparent 87%, #981812 87.5%, #981812);
    background-size: 80px 140px;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px;
}

/* ====================================================================================================== */
.divine-Workspace {
    height: 200px;
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 5px;
    overflow: hidden !important;
}

.divine-Workspace>div.divine-logo-container,
div.divine-logo-container>figure {
    height: 100% !important;
    margin: 0 !important;
    margin-top: 3.1px !important;

}

.divine-Workspace img {
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 5px;
}

.divine-Workspace::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #981812, #6d110d);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.divine-Workspace:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 50px rgba(152, 24, 18, 0.15);
    border-color: #c1bfbf30 !important;
}

.divine-Workspace:hover::before {
    transform: scaleX(1);
}

.divine-life-section-title {
    font-size: 36px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}

.divine-life-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, gold, transparent);
}

.divine-life-section-title.centered {
    text-align: center;
}

.divine-life-section-title.centered::after {
    left: 50%;
    transform: translateX(-50%);
}

.divine-life-section-subtitle {
    font-size: 16px;
    color: gray;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 20px;
}

/* ===================================================================================== */

.testimonials {
    padding: 20px 0;
    background-color: #fff;
}

.testimonials-slider {
    overflow: hidden;
    margin: 0 calc(-1 * 20px);
    padding: 20px 0;
}

.testimonials-track {
    display: flex;
    gap: 20px;
    animation: slideTestimonials 30s linear infinite;
    width: fit-content;
}

@keyframes slideTestimonials {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.testimonials-track:hover {
    animation-play-state: paused;
}

.testimonial-card {
    border-radius: 10px;
    flex: 0 0 260px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid gray;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    border-color: gold;
}

.employee-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: gray;
    margin: 0 auto 10px;
    border: 3px solid gray;
    transition: border-color 0.3s ease;
}

.testimonial-card:hover .employee-image {
    border-color: gold;
}

.emp-1 {
    background: linear-gradient(135deg, #737373 0%, #525252 100%);
}

.emp-2 {
    background: linear-gradient(135deg, #525252 0%, #404040 100%);
}

.emp-3 {
    background: linear-gradient(135deg, #737373 0%, #404040 100%);
}

.emp-4 {
    background: linear-gradient(135deg, #525252 0%, #262626 100%);
}

.testimonial-card h4 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    color: #262626;
}

.designation {
    text-align: center;
    font-size: 12px;
    color: red;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.testimonial-text {
    font-size: 13px;
    line-height: 1.8;
    color: #262626;
    font-style: italic;
}

/* Clone for infinite scroll */
.testimonials-track::after {
    content: '';
    display: block;
    width: 0;
}

.divine-life-ul {
    list-style: none !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
}

.divine-life-list {
    position: relative;
    padding-left: 30px;
    line-height: 1.6;
}

.divine-life-list::before {
    content: "•";
    position: absolute;
    left: 0;
    top: -30px;
    font-size: 55px;
    color: #981812;
}

/* ===================================================================================================== */
.events-section {
    padding: 60px 0;
    background-color: #f5f5f5;
}

.events-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 calc(-1 * 20px);
    padding: 20px;
    scrollbar-width: thin;
    scrollbar-color: gold #e5e5e5;
}

.events-scroll::-webkit-scrollbar {
    height: 8px;
}

.events-scroll::-webkit-scrollbar-track {
    background: #e5e5e5;
}

.events-scroll::-webkit-scrollbar-thumb {
    background: gold;
    border-radius: 4px;
}

.events-track {
    display: flex;
    gap: 20px;
    padding-bottom: 10px;
}

.event-card {
    flex: 0 0 320px;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.event-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.event-image {
    height: 200px;
    background-color: #d4d4d4;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.event-1 {
    background: linear-gradient(135deg, var(--gray-600) 0%, var(--gray-700) 100%);
}

.event-2 {
    background: linear-gradient(135deg, var(--gray-500) 0%, var(--gray-600) 100%);
}

.event-3 {
    background: linear-gradient(135deg, var(--gray-700) 0%, var(--gray-600) 100%);
}

.event-4 {
    background: linear-gradient(135deg, var(--gray-600) 0%, var(--gray-800) 100%);
}

.event-5 {
    background: linear-gradient(135deg, var(--gray-500) 0%, var(--gray-700) 100%);
}

.event-info {
    padding: 10px;

}

.event-info h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #171717;
}

.event-info p {
    font-size: 14px;
    color: #525252;
}

.divine-agreement-wrapper {
    margin-top: 80px;
}


#leadForm {
    max-width: 500px;
    margin: 40px auto;
    padding: 25px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}

#leadForm label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

#leadForm input,
#leadForm textarea {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 18px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

#leadForm input:focus,
#leadForm textarea:focus {
    border-color: #0073e6;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 115, 230, 0.15);
}

#leadForm textarea {
    min-height: 90px;
    resize: vertical;
}

#leadForm button {
    /*   width: 100%; */
    padding: 12px;
    /*   background: #0073e6; */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.1s ease;
}

#leadForm button:hover {
    /*   background: #005bb5; */
}

#leadForm button:active {
    transform: scale(0.98);
}

/* Responsive */
@media (max-width: 600px) {
    #leadForm {
        margin: 0;
        padding: 0;
    }
}


/* ======================================================================================== */

.jw-video-portfolio-section {
    width: 100%;
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 20px;
    position: relative;
}

/* Slick Slider Container */
.jw-video-slider {
    position: relative;
    margin-bottom: 50px;
}

.jw-video-slider .slick-list {
    overflow: visible;
    margin: 0 -15px;
}

.jw-video-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.jw-video-slider .slick-slide {
    padding: 0 15px;
    outline: none;
    height: auto;
}

.jw-video-slider .slick-slide>div {
    height: 100%;
}

/* Video Card */
.jw-video-card {
    height: 100%;
    outline: none;
}

.jw-video-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.jw-video-wrap:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

/* Background Video */
.jw-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
}

.jw-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Video Overlay */
.jw-video-overlay {
    position: relative;
    z-index: 2;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 40%, transparent 100%);
}

/* Thumbnail Image */
.jw-video-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.jw-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Video Info */
.jw-video-info {
    margin-bottom: 25px;
}

.jw-video-info h2 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px 0;
    line-height: 1.2;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

.jw-video-info p {
    font-size: 15px;
    line-height: 1.7;
    color: #f5f5f5;
    margin: 0;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.jw-video-info a {
    color: #ff4081;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.jw-video-info a:hover {
    color: #ff80ab;
}

/* Play Button */
.jw-play-button {
    text-align: center;
}

.jw-play-btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff4081 0%, #f50057 100%);
    border: none;
    color: #fff;
    font-size: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(245, 0, 87, 0.5);
}

.jw-play-btn:hover {
    transform: scale(1.15);
    box-shadow: 0 8px 30px rgba(245, 0, 87, 0.7);
}

.jw-play-icon {
    font-size: 24px;
    font-style: normal;
    margin-left: 4px;
    display: block;
}

/* Slider Controls */
.jw-slider-controls {
    position: relative;
    margin-top: 40px;
}

.jw-slider-controls-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

/* Navigation Buttons */
.jw-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    color: #333;
    font-size: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.jw-nav-btn:hover {
    background: #ff4081;
    border-color: #ff4081;
    transform: scale(1.1);
    box-shadow: 0 4px 20px rgba(255, 64, 129, 0.4);
}

.jw-arrow {
    font-size: 26px;
    color: #333;
    transition: color 0.3s ease;
    display: block;
    line-height: 1;
}

.jw-nav-btn:hover .jw-arrow {
    color: #fff;
}

/* Progress Bar */
.jw-progress-bar {
    flex: 1;
    max-width: 400px;
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
}

.jw-progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #ff4081 0%, #f50057 100%);
    transition: width 0.3s ease;
}

/* Slide Count */
.jw-slide-count {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    min-width: 50px;
    text-align: center;
}

/* Video Modal */
.jw-video-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.jw-video-modal.active {
    display: block;
}

.jw-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.96);
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.jw-modal-content {
    position: relative;
    margin: 5% auto;
    width: 90%;
    max-width: 1200px;
    z-index: 1000000;
    animation: slideDown 0.4s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.jw-modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    cursor: pointer;
    z-index: 1000001;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.jw-modal-close:hover {
    color: #ff4081;
    transform: rotate(90deg);
}

.jw-modal-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.jw-modal-video-wrapper iframe,
.jw-modal-video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .jw-video-overlay {
        min-height: 400px;
        padding: 30px 25px;
    }

    .jw-video-info h2 {
        font-size: 22px;
    }

    .jw-play-btn {
        width: 60px;
        height: 60px;
    }

    .jw-nav-btn {
        width: 45px;
        height: 45px;
    }
}

.divine-about-full-img-box {
    width: 100vw !important;
    padding: 0 !important;
    height: 350px !important;
    overflow: hidden !important;
    object-fit: cover;
    margin-bottom: 10px !important;
}

.divine-about-full-box {
    width: 100vw !important;
}

.divine-about-full-img {
    width: 100%;
    height: 100%;
}

/* ================================================ */
.divine-card-slider-custom {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 40px 0;
}

.divine-slider-track {
    display: flex;
    transition: transform .5s ease;
    gap: 20px;
}

.divine-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex: 0 0 calc(33.333% - 14px);
}

.divine-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.divine-card h3 {
    font-size: 18px;
    margin: 15px;
}

.divine-card p {
    font-size: 14px;
    margin: 0 15px 15px;
    color: #555;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.divine-prev,
.divine-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
}

.divine-prev {
    left: 10px;
}

.divine-next {
    right: 10px;
}

.divine-prev:hover,
.divine-next:hover {
    background: #ff6a00;
}

@media (max-width:1024px) {

    .divine-card {
        flex: 0 0 calc(50% - 10px);
    }

}

@media (max-width:768px) {

    .divine-card {
        flex: 0 0 100%;
    }

    .divine-affiliate-img img {
        height: 390px;
        width: 95%;
        object-fit: cover;
        margin-bottom: 20px;
    }

    .divine-affiliate-img .wp-block-media-text__content {
        padding: 0 !important;
    }

}

#divine-deal-form .divine-form label {
    display: none;
}

#divine-deal-form .divine-form {
    border: 1px solid gray;
    border-radius: 0;
}

.divine-field-type-hidden {
    display: none;
}

.divine-legacy-img-b2 img {
    border-radius: 10px;
    width: 85%;
}

.divine-legacy-img-b1 img {
    border-radius: 10px;
}

.divine-media-text .wp-block-media-text__content {
    padding: 10px !important;
    margin-left: 20px;
    border-left: 1px solid #460202;
}

/* ==================================================================== */

.divine-affiliate-h h2 {
    margin-top: 20px !important;
}

.divine-affiliate-box {
    box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.3) !important;
    gap: 0 !important;
    border-radius: 5px;
    justify-content: flex-start !important;
}

.divine-affiliate-box h2 {
    margin-bottom: 5px;
}

.divine-affiliate-box ul {
    margin: 0;
    margin-left: 35px;
}

.divine-affiliate-works {
    gap: 0 !important;
    height: 300px;
    box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.5) !important;
    border-radius: 5px;
    justify-content: flex-start !important;
}

.divine-affiliate-img img {
    border-radius: 10px;
}

.divine-blending-range .divine-wedo-box {
    border-color: rgba(176, 176, 176, 0.8) !important;
}

.divine-blending-range .divine-wedo-box svg {
    fill: #9B2825 !important;
}

.divine-blending-services-icon {
    width: 15% !important;
}

.blending-h {
    width: 35% !important;
}

.divine-media-text .wp-block-media-text__content p:nth-child(3) {
    margin-bottom: 0 !important;
}

.blog-entry .blog-entry-readmore a {
    border: none !important;
}

ul.divne-center,
ol.divne-center {
    margin: 0 !important;
}

.divne-center {
    text-align: justify !important;
    padding: 10px !important;
}

.divne-center li {
    list-style: none;
}

.thanks-mess {
    border-radius: 10px;
}

.sidebar-box .divine-form-wrapper .divine-form {
    padding: 0 !important;
}

.sidebar-box .divine-form-wrapper .divine-form button {
    padding: 9px 25px;
    font-size: 12px;
    margin-top: 10px;
}

.sidebar-box .divine-form-wrapper .divine-form input {
    padding: 5px 10px;
}

.sidebar-box .divine-form-wrapper .divine-form .divine-form-title {
    display: block;
}

.sidebar-box .divine-form-wrapper .divine-form label {
    display: none;
}

/* ================================================================================================================= */
.h-with-bg {
    background-color: #9b2825;
    width: fit-content !important;
    align-self: flex-start;
    padding: 10px 12px;
    border-radius: 7px;
}

.h-with-bg h2 {
    color: #fff;
}

.bottom-fix {
    position: fixed;
    bottom: 1px;
}

.top-btn,
.bottom-btn {
    display: inline;
    background: linear-gradient(45deg, #930606, #780606);
    width: 224px !important;
    padding: 6px;
    border-radius: 10px;
    font-size: 15px;
}

.top-btn a {
    color: #fff;
}

.bottom-btn {
    background: #048604;
}

.bottom-btn p {
    margin: 0;
    padding: 0 8px;
}

div#divine-deal-form .divine-form-wrapper {
    margin-bottom: 85px;
}

.page-id-24009 p,
.page-id-24009 h2,
.page-id-24009 h4,
.page-id-24016 p,
.page-id-24016 h2,
.page-id-24016 h4,
.page-id-24017 p,
.page-id-24017 h2,
.page-id-24017 h4,
.page-id-24021 p,
.page-id-24021 h2,
.page-id-24021 h4,
.page-id-24024 p,
.page-id-24024 h2,
.page-id-24024 h4 {
    margin: 0 !important;
}

.page-id-23813 p,
.page-id-23813 h2,
.page-id-23813 h4,
.page-id-24019 p,
.page-id-24019 h2,
.page-id-24019 h4 {
    margin: 0 !important;
}

ul.divine-half-w li {
    list-style: none;
    margin-left: -10px;
}

ul.divine-half-w li::before {
    content: "✔";
    margin-right: 8px;
}

@media only screen and (max-width: 480px) {
    .wp-block-uagb-container.uagb-block-797e6a0c {
        flex-wrap: unset;
    }

    .divine-fix-w {
        width: 95% !important;
    }

}

@media only screen and (min-width: 768px) {

    .p-left,
    .p-left h2 {
        text-align: left;
    }
}

.list-box-type li {
    padding: 7px 5px;
    margin: 5px 0;
    border-radius: 5px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.list-box-type {
    margin-left: 0;
}

/* ================================================================================================================= */

.divine-mix-color-bg {
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
}

.divine-mix-color-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 140px;

    background:
        linear-gradient(135deg, transparent 60%, #ffcc00 60%),
        linear-gradient(135deg, transparent 72%, #e53935 72%),
        linear-gradient(135deg, transparent 85%, #b71c1c 85%);

    pointer-events: none;
}

.divine-mix-color-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 220px;
    height: 120px;

    background:
        linear-gradient(315deg, transparent 55%, #ffcc00 55%),
        linear-gradient(315deg, transparent 70%, #e53935 70%),
        linear-gradient(315deg, transparent 85%, #b71c1c 85%);

    pointer-events: none;
}

.divine-mix-color-bg>* {
    position: relative;
    z-index: 2;
}

/* ================================================================================================================= */

.steps-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    padding-top: 25px;
}

.step-card {
    position: relative;
    background: #f3f3f3;
    border-radius: 16px;
    padding: 12px 12px 12px 70px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    margin-left: 20px;
}

.step-badge {
    position: absolute;
    left: -25px;
    top: 0px;
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(135deg, #e53935, #b71c1c);

    border-radius: 12px 18px 12px 12px;
}

.step-icon {
    position: absolute;
    bottom: -16px;
    right: -19px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.step-content h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.step-content p {
    margin: 6px 0 0;
    font-size: 14px;
    color: #555;
    text-align: left;
}

@media (max-width: 768px) {
    .steps-grid {
        grid-template-columns: 1fr;
    }

    .step-badge {
        left: -15px;
    }
}

.oth-color {
    background: #e4710b;
}


/* ================================================================================================================= */

.divine-con-cards {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 10px;
    scroll-behavior: smooth;
}

.divine-con-cards::-webkit-scrollbar {
    display: none;
}

.divine-con-card {
    min-width: 23%;
    background: #f3f3f3;
    border-radius: 10px;
    padding: 20px 10px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    flex-shrink: 0;
}

.divine-con-icon {
    font-size: 30px;
    margin-bottom: 10px;
}

.divine-con-card p {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 768px) {
    .divine-con-card {
        min-width: 45%;
    }
}

body.page.content-max-width .entry .divine-center{
margin: 0 !important;
margin-left: 0 !important;
}
/* comman css end here */