
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body {
    color: #444444;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

h1 {
    font-family: "Source Sans 3", sans-serif;
    font-size: clamp(29px, 3.125vw, 65px);
    font-weight: 400;
    line-height: 1.2em;
}

h2 {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
}

@media (max-width: 991px) {
    h2 {
        font-size: 30px;
        line-height: 36px;
    }
}

h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
}

h4 {
    font-size: clamp(20px, 3vw, 26px);
    line-height: 1.2em;
    font-family: "Source Sans 3", sans-serif;
}

.h4 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
}


h5 {
    font-size: clamp(18px, 2.5vw, 23px);
    line-height: 1.2em;
    font-family: "Source Sans 3", sans-serif;
    color: #464646;
}

h6 {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.4em;
    font-family: "Source Sans 3", sans-serif;
}

p,
a {
    font-style: normal;
    font-weight: 400;
    font-size: clamp(15px, 2vw, 15px) !important;
    font-family: "roboto", sans-serif;
    color: #444444 !important;
}

ul {
    margin: 0;
    padding: 0;
}

footer li,
header li {
    list-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none !important;
}

img {
    border-style: none;
}


/*header*/

.top-bar {
    background: #d71919;
    color: #fff;
    font-size: 14px;
}

    .top-bar i {
        font-size: 15px;
    }

.navbar {
    background: #fff;
}


.active {
    color: #e01d23 !important;
    font-weight: 500 !important;
}


header ul li a {
    color: #000 !important;
    font-weight: 400 !important;
}

.navbar-nav .nav-link:hover {
    color: #d71919 !important;
}

@media(max-width: 992px) {
    .navbar-nav li {
        border-bottom: 1px solid #e9e9e9 !important;
    }
}

.btn-grad {
    background: linear-gradient(to right, #e01d23, #2760b0, #e01d23);
    background-size: 200% 100%;
    background-position: left center;
    color: #fff !important;
    padding: 9px 23px !important;
    border-radius: 6px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    text-decoration: none;
    transition: background-position 0.4s ease, transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    border: none;
}

    .btn-grad:hover {
        background-position: right center;
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
        filter: brightness(1.05);
    }

    .btn-grad:active {
        transform: translateY(0);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    }

.btn-grad-mob {
    background: linear-gradient(to right, #e01d23, #2760b0, #e01d23);
    background-size: 200% 100%;
    background-position: left center;
    color: #fff !important;
    padding: 7px 13px !important;
    border-radius: 6px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    text-decoration: none;
    transition: background-position 0.4s ease, transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.btn-shift {
    margin-left: 14px;
}


header ul li a:hover {
    color: #e01d23 !important;
}



.space-bet {
    padding-right: 18px;
    padding-left: 18px;
}

/* MOBILE FIX */
@media (max-width: 991px) {
    .btn-grad {
        margin-top: 10px;
        justify-content: center;
    }
}

.slent-line, .slent-lines {
    position: relative;
}

    .slent-line:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #fefefe;
        -webkit-transform: skew(-20deg);
        transform: skew(-20deg);
    }

    .slent-lines:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 1px;
        height: 107%;
        background-color: #fefefe;
        -webkit-transform: skew(-20deg);
        transform: skew(-20deg);
    }

@media(max-width: 1100px) and (min-width: 992px) {
    .btn-grad {
        padding: 11px 13px !important;
    }

    .top-bar p, .top-bar p a {
        font-size: 14px !important;
    }
}

.navbar-toggler:focus {
    box-shadow: unset !important;
}

/*footer*/
.roar-footer {
    position: relative;
    background: url("../img/roar-global-sourcing-footer-bg-img.png"), url('../img/roar-global-sourcing-footer-bg-img.webp') center no-repeat;
    background-size: cover;
    color: #cfcfcf;
    padding: 105px 0 25px;
    font-size: 15px;
}

    .roar-footer::before {
        content: "";
        height: 100%;
        width: 100%;
        background-color: #000;
        opacity: 0.9;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.footer-logo {
    max-width: 180px;
}

.footer-desc {
    line-height: 1.7;
}

.footer-title {
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

    .footer-title::before,
    .footer-title::after {
        content: "";
        position: absolute;
        bottom: -13px;
        height: 4px;
        border-radius: 2px;
    }

    .footer-title::before {
        width: 13px;
        background-color: #0d6efd;
        left: 0;
    }

    .footer-title::after {
        width: 33px;
        background-color: #dc3545;
        left: 20px;
    }


.footer-links a {
    color: #cfcfcf;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
    padding-left: 18px;
}

    .footer-links a::before {
        content: "\F285"; /* bi-chevron-right */
        font-family: "Bootstrap-icons";
        position: absolute;
        left: 0;
        top: -8px;
        color: #cfcfcf;
        font-size: 14px;
        transition: color 0.3s ease;
    }

    .footer-links a:hover, .link-hover:hover {
        color: #e01d23 !important;
    }

        .footer-links a:hover::before {
            color: #fff;
        }

.space-up-down li a {
    color: #d3d1d1 !important;
}


.footer-social {
    margin-top: 20px;
}

    .footer-social a {
        display: inline-flex;
        width: 36px;
        height: 36px;
        background: #fff;
        color: #646464 !important;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        margin-right: 6px;
        transition: 0.3s;
    }

        .footer-social a:hover {
            background: #dc3545 !important;
            color: #fff !important;
        }

.footer-gallery {
    display: grid;
    grid-template-columns: repeat(3, 64px);
    gap: 10px;
}

    .footer-gallery a {
        display: block;
        background: #fff;
        border-radius: 6px;
        overflow: hidden;
        aspect-ratio: 1 / 1;
    }

    .footer-gallery img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.35s ease;
    }

    /* optional zoom */
    .footer-gallery a:hover img {
        transform: scale(1.08);
    }


.footer-contact {
    list-style: none;
    padding: 0;
}

    .footer-contact li {
        display: flex;
        gap: 10px;
        margin-bottom: 14px;
    }

    .footer-contact i {
        color: #fff;
    }

.footer-bottom {
    margin-top: 80px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.15);
    font-size: 14px !important;
    color: #d3d1d1 !important;
}

.text-off-white {
    color: #d3d1d1 !important;
}

.text-off-whites {
    color: #ebebeb !important;
}

.text-red {
    color: #e01d23 !important;
}

.space-up-down {
    line-height: 37px;
}

@media(min-width: 992px) {
    .footer-content-shift {
        padding-left: 25px;
    }
}

#contact-banner {
    background: url('../img/contact-roar-global-sourcing-banner-img.webp'), url('../img/contact-roar-global-sourcing-banner-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}


#detail-banner {
    background: url('../banner-services.webp'), url('../img/banner-services.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}



    #contact-banner .heading-banner, .banner-element, .banner-element2, #service-banner .heading-banner, .banner-element, .banner-element2, #detail-banner .heading-banner {
        position: relative;
        z-index: 2;
    }

#service-banner {
    background: url('../roar-global-sourcing-services-banner-img.webp'), url('../img/roar-global-sourcing-services-banner-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

#about-banner {
    background: url('../img/roar-global-sourcing-about-us-banner-img.webp'), url('../img/roar-global-sourcing-about-us-banner-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

#why-us-banner {
    background: url('../img/why-roar-global-sourcing.webp'), url('../img/why-roar-global-sourcing.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}


#team-banner {
    background: #272727;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

#products-banner {
    background: url('../img/product-banner-img.webp'), url('../img/product-banner-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}


    #about-banner .heading-banner, .banner-element, .banner-element2, #why-us-banner .heading-banner, #team-banner .heading-banner, #products-banner .heading-banner {
        position: relative;
        z-index: 2;
    }

    #contact-banner::before, #service-banner::before, #about-banner::before, #why-us-banner::before, #team-banner::before, #products-banner::before, #detail-banner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

/*inner pages*/

.heading-banner {
    padding-top: 160px;
    padding-bottom: 180px;
}

.banner-element2 {
    position: absolute;
    right: 0;
    top: 0;
}

.banner-element {
    position: absolute;
    left: 5%;
    bottom: 0;
}

.text-dark-grey {
    color: #444444 !important;
}

.border-grey-line {
    border: 1px solid #e0e0e0;
    opacity: unset !important;
}

.contact-icon {
    margin-top: -35px;
}

.space-around {
    padding: 15px 20px 35px 20px;
}

#contact-info-roar-global-sourcing .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

#roar-global-sourcing .container {
    padding-top: 130px;
    padding-bottom: 130px;
}

@media(max-width: 992px) {
    .space-add {
        margin-top: 80px;
    }

    #contact-info-roar-global-sourcing .container {
        padding-top: 85px;
        padding-bottom: 63px;
    }


    #roar-global-sourcing .container {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}


@media(max-width: 576px) {
    .space-adds {
        margin-top: 80px;
    }

    #roar-global-sourcing .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.map {
    width: 100%;
    height: 100%;
}

.light-grey-bg {
    background: #e0e0e0;
    padding: 35px 25px;
}

.btn-custom .btn-grad {
    width: fit-content;
    padding: 11px 35px !important;
}


@media(max-width: 992px) {
    .map {
        width: 100%;
        height: 300px;
    }

    .btn-custom .btn-grad {
        margin: auto;
    }
}

@media(max-width: 576px) {

    .light-grey-bg {
        background: #e0e0e0;
        padding: 31px 10px;
    }
}

#our-services {
    background: #F3F5F7;
}

@media(min-width: 992px) {
    .para-shift {
        padding-left: 60px;
    }
}

.roar-services a {
    display: block;
    overflow: hidden;
}

.roar-services picture {
    display: block;
    overflow: hidden;
}

.roar-services img {
    transition: transform 0.45s ease;
}

.roar-services a:hover img {
    transform: scale(1.08);
}

.about-img {
    border-start-end-radius: 105px;
    border-end-start-radius: 105px;
}

.about-title {
    position: relative;
    display: inline-flex;
    align-items: center;
}

    .about-title::after {
        content: "";
        display: inline-block;
        margin-left: 12px;
        width: 60px;
        height: 4px;
        border-radius: 2px;
        background: linear-gradient( to right, #0d6efd 0 14px, transparent 14px 18px, #dc3545 18px 60px );
    }


.circle-img {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(28%);
    z-index: -1;
}

    .circle-img img {
        opacity: 30%
    }


.dots-img {
    position: absolute;
    top: 0;
    right: -4px;
    transform: translateY(-43%);
    z-index: -1;
}


.line-red-img {
    position: absolute;
    top: 245px;
    right: -46px;
    transform: translateY(-43%);
    z-index: -1;
}

@media(max-width: 1300px) {
    .line-red-img {
        position: absolute;
        top: 245px;
        right: -23px;
        transform: translateY(-43%);
        z-index: -1;
    }
}

.about-wrapper {
    position: relative;
    overflow: visible;
}

.about-shape {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shape-triangle {
    position: absolute;
    top: -20px;
    left: -60px;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 56px solid transparent;
    border-bottom: 65px solid #f93609;
    opacity: 0.3;
    transform: rotate(-25deg);
    z-index: 1;
    transition: transform 0.15s ease-out;
    will-change: transform;
}

.bg-grey {
    background: #f8f8f8 !important;
}

.count-num {
    color: #d7d7d7;
    font-size: 60px;
    font-weight: 700;
    font-family: "Source Sans 3", sans-serif;
}

.bg-grey img {
    height: 100%;
    object-fit: cover;
    width: 115%;
}

.space-con {
    padding-top: 32px;
    padding-left: 11px;
    padding-bottom: 32px;
}

.bg-grey {
    position: relative;
}

    .bg-grey img {
        transition: transform 0.35s ease;
        will-change: transform;
    }

    .bg-grey:hover img {
        transform: translateY(-20px);
    }


#our-core-values {
    background: #E01D23 !important;
}

.service-imgs img {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    width: 50%;
    object-fit: cover;
}

.design-line {
    position: absolute;
    top: 0;
    right: 0px;
    /* bottom: 0; */
    width: fit-content;
}

#bg-reds {
    background: #E01D23;
    margin-top: -130px;
}

    #bg-reds .container {
        padding-top: 205px;
        padding-bottom: 75px;
    }


.quote-divider {
    width: 45px;
    height: 4px;
    background-color: #ffffff;
    margin: 20px auto;
}


.testimonial-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

    .testimonial-slider .owl-nav button {
        pointer-events: all;
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: #fff !important;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .testimonial-slider .owl-nav button i {
            color: #e31e24;
            font-size: 22px;
        }


@media(min-width: 992px) {
    /* Left & Right positioning */
    .testimonial-slider .owl-nav .owl-prev {
        left: -80px;
    }

    .testimonial-slider .owl-nav .owl-next {
        right: -80px;
    }
}

/* Remove dots */
.testimonial-slider .owl-dots {
    display: none;
}

/* Responsive fix */
@media (max-width: 992px) and (min-width: 768px) {
    .testimonial-slider .owl-nav .owl-prev {
        left: -20px;
    }

    .testimonial-slider .owl-nav .owl-next {
        right: -20px;
    }
}

@media (max-width: 768px) {
    .testimonial-slider .owl-nav .owl-prev {
        display: none;
    }

    .testimonial-slider .owl-nav .owl-next {
        display: none;
    }

    #bg-reds .container {
        padding-top: 175px;
        padding-bottom: 45px;
    }
}

.border-red-design {
    position: absolute;
    right: 185px;
    width: fit-content;
    bottom: 0;
}

.border-dot-design {
    position: absolute;
    left: -108px;
    width: fit-content;
    top: 0;
    z-index: -1;
}

.border-dot-designs {
    position: absolute;
    right: 0;
    width: fit-content;
    top: 0;
    z-index: -1;
}

#innovation-and-change {
    background: #F9F9F9 !important;
}

.bg-red {
    background: #E01D23 !important;
}

.slent-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 102%);
}

@media (max-width: 992px) {

    .slent-image {
        height: 250px;
        clip-path: unset;
    }

    #purchase-sample-order .slent-line:after {
        display: none;
    }
}

#outsource {
    background: url(../img/roar-globle-sourcing-outsourcing-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.outsourcing-card {
    border-radius: 6px;
    background-color: white;
    box-shadow: 0px 10px 43px 0px rgba(109, 125, 145, 0.14);
    padding: 20px 20px 40px 20px;
}

    .outsourcing-card .icon-box {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 90px;
        width: 90px;
        padding: 8px;
        background: #fff !important;
        border-radius: 50px;
        position: relative;
        margin-top: -46px;
        transform: translateX(22px);
        position: relative;
        z-index: 999;
        transition: all 1s ease-in-out;
    }

        .outsourcing-card .icon-box img {
            transition: all 1s ease-in-out;
            transform: scale(1);
        }


    .outsourcing-card:hover .icon-box img {
        transform: scale(1.09);
    }



    .outsourcing-card .image-box {
        overflow: hidden;
        border-radius: 6px;
        position: relative;
    }

        /*common*/
        .outsourcing-card .image-box::after,
        .outsourcing-card .image-box::before {
            content: '';
            width: 0%;
            height: 0%;
            opacity: 1;
            transition: all 1s ease-in-out;
            position: absolute;
            background: #fff;
            pointer-events: none;
        }

        /* bottom left to top right*/
        .outsourcing-card .image-box::after {
            bottom: 0;
            left: 0;
            z-index: 3;
        }

        /* top right to bottom left */
        .outsourcing-card .image-box::before {
            top: 0;
            right: 0;
            z-index: 3;
        }

    .outsourcing-card:hover .image-box::after,
    .outsourcing-card:hover .image-box::before {
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .outsourcing-card .image-box img {
        transition: all 1s ease-in-out;
        transform: scale(1);
    }

    .outsourcing-card:hover .image-box img {
        transform: scale(1.1);
    }

.read-more {
    color: #646464 !important;
    width: fit-content;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
}

    .read-more:hover {
        color: #e01d23 !important;
    }

    .read-more .bi {
        transform: translateX(10px);
        font-size: 24px;
        color: #e01d23;
        transition: all 0.3s ease-in-out;
    }

    .read-more:hover .bi {
        transform: translateX(15px) !important;
        color: #e01d23;
    }


/* Search Box Wrapper */
.roar-search-box {
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
    max-width: 100%;
    height: 52px;
}

    /* Input Field */
    .roar-search-box input {
        flex: 1;
        border: none;
        padding: 0 18px;
        font-size: 16px;
        outline: none;
        color: #333;
    }

        .roar-search-box input::placeholder {
            color: #b5b5b5;
        }

    /* Search Button */
    .roar-search-box button {
        width: 60px;
        height: 100%;
        border: none;
        background: #fff;
        border-left: 1px solid #e5e5e5;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    /* Icon */
    .roar-search-box i {
        font-size: 20px;
        color: #e01d23;
    }

    /* Hover Effect */
    .roar-search-box button:hover {
        background: #fafafa;
    }

.red-pill {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #e01d23;
    border: 2px solid #e01d23;
    border-radius: 6px;
    padding: 1px 17px;
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

    .red-pill:hover {
        background-color: #e01d23;
        color: #fff;
    }

.accordion-item {
    margin-bottom: 20px;
}

.accordion-button {
    background: #387FBE;
    color: #fff;
    transition: all 0.5s ease-in-out;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-radius: 0px !important;
}

    .accordion-button:hover, .accordion-button:not(.collapsed) {
        background-color: #e01d23;
        color: #ffffff;
    }

    .accordion-button:focus {
        box-shadow: 0 0 0 0.25rem #e01d2357 !important;
    }

    .accordion-button::after {
        transition: all 0.5s ease-in-out;
        filter: invert(1);
    }

    .accordion-button:not(.collapsed)::after, .accordion-button:hover::after {
        filter: invert(1) brightness(2) saturate(3.5);
    }

.products .accordion .col {
    height: 257px;
}

.products .accordion img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    border: 1px solid #00000017;
}

/*#hm-banner {
    position: relative;
    background: url(../img/roar-globle-sourcing-banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-block: 170px 305px;
}*/

#hm-banner {
    position: relative;
    background: url(../img/roar-globle-sourcing-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 60px;
    padding-block: 95px 230px;
    margin-top: -3px;
}


    #hm-banner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgb(0 0 0 / 39%);
        z-index: 1;
    }

    #hm-banner .container {
        position: relative;
        z-index: 2;
    }


.white-pill {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    display: inline-block;
    width: fit-content;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 17px;
}

.red-pill {
    color: #e01d23;
    border: 2px solid #e01d23;
    border-radius: 4px;
    display: inline-block;
    width: fit-content;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 17px;
}

.btn-red {
    display: inline-block;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid transparent;
    padding: 14px 30px 14px 30px;
    background: #ed2301;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
}

    .btn-red:hover {
        opacity: 90%;
        color: #000 !important;
        background-color: #fff;
        border: 1px solid #dfdfdf;
    }

    .btn-red svg {
        margin-left: 7px;
        transition: all 0.4s ease-in-out;
        color: #fff;
    }

    .btn-red:hover svg {
        -webkit-animation: toRightFromLeft 0.3s linear forwards;
        animation: toRightFromLeft 0.4s linear forwards;
        color: #ed2301;
    }


.btn-white {
    display: inline-block;
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid transparent;
    padding: 14px 30px 14px 30px;
    background: #fff;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
}

    .btn-white:hover {
        opacity: 90%;
        color: #000 !important;
        background-color: #fff;
        border: 1px solid #ed2301;
    }

    .btn-white svg {
        margin-left: 7px;
        transition: all 0.4s ease-in-out;
        color: #ed2301;
    }

    .btn-white:hover svg {
        -webkit-animation: toRightFromLeft 0.3s linear forwards;
        animation: toRightFromLeft 0.4s linear forwards;
    }

svg:not(:root) {
    overflow: hidden;
}

@keyframes toRightFromLeft {
    49% {
        transform: translateX(100%);
    }

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

    51% {
        opacity: 1;
    }
}

.video-play-icon {
    display: inline-block;
    width: 55px;
    height: 55px;
    background-color: rgb(255, 255, 255);
    color: rgb(250, 54, 10);
    line-height: 58px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    transition: 0.3s;
}

    .video-play-icon::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        width: 90px;
        height: 90px;
        z-index: -1;
        border-radius: 50%;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-image: initial;
        animation: 1500ms ease-out 0s infinite normal none running pulse-border;
    }

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(0.5);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1);
        opacity: 0;
    }
}

.play-text {
    color: #fff;
    display: inline-block;
    position: relative;
    line-height: 24px;
    border-bottom: 1px solid #fff;
}

    .play-text::after {
        content: "";
        height: 1px;
        width: 0px;
        position: absolute;
        right: 0px;
        bottom: -5px;
        visibility: hidden;
        background-color: #fff;
        opacity: 0;
        transition: 0.8s;
    }

    .play-text:hover::after {
        visibility: visible;
        opacity: 1;
        width: 100%;
    }

.deep-smc-modal {
    backdrop-filter: blur(1.5px);
}


    .deep-smc-modal .modal-header {
        border: unset !important;
        height: 0px !important;
    }

    .deep-smc-modal .modal-body {
        padding: 0;
    }

        .deep-smc-modal .modal-body iframe {
            aspect-ratio: 16 / 9;
            display: block;
            width: 100%;
        }

    .deep-smc-modal .modal-content,
    .deep-smc-modal .modal-body {
        background: #0000 !important;
        border: unset !important;
    }

        .deep-smc-modal .modal-content .btn-close {
            opacity: 1;
            filter: invert(1) brightness(2);
        }

            .deep-smc-modal .modal-content .btn-close:hover {
                background-color: #0000 !important;
            }


#info-about-wrapper {
    position: relative;
    background: url(../img/roar-globle-sourcing-info-about-wrapper-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* z-index: -1; */
}

/* 
#info-section .row {
    margin-top: -115px;
    position: relative;
    z-index: 12;
} */


@media (max-width: 768px) {
    #info-section .row {
        margin-top: 0px;
        padding-top: 53px;
    }
}

#info-section .info-card {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 3;
    box-shadow: 0px 10px 43px 0px rgba(109, 125, 145, 0.14);
    transition: all 0.3s ease-in-out;
    transform: translateY(0);
}

    #info-section .info-card:hover {
        transform: translateY(-20px);
    }

    #info-section .info-card .icon-box .info-icon {
        transform: scale(1);
        transition: all 0.3s ease-in-out;
    }

    #info-section .info-card:hover .icon-box .info-icon {
        transform: scale(1.2);
    }

@media (min-width: 768px) {

    #info-section .overlay-card-md {
        margin-top: -100px;
        z-index: 1;
    }
}

@media (max-width: 768px) {

    #info-section .overlay-card-md {
        margin-top: 48px;
    } 
}

@media (min-width: 992px) {

    #info-section .overlay-card-lg {
        margin-top: -100px;
        z-index: 1;
    }
}

@media (max-width: 992px) {

    #info-section .overlay-card-lg {
        margin-top: 48px;
    }
}

.info-card .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 90px;
    padding: 8px;
    background: #fff !important;
    margin-top: -90px;
    border-radius: 50px;
}


@media (max-width: 1200px) {
    .info-card .icon-box {
        margin-top: -66px;
    }
}

.read-more {
    color: #646464;
    width: fit-content;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
}

    .read-more:hover {
        color: #e01d23 !important;
    }

    .read-more .bi {
        transform: translateX(10px);
        font-size: 24px;
        color: #e01d23;
        transition: all 0.3s ease-in-out;
    }

    .read-more:hover .bi {
        transform: translateX(15px) !important;
        color: #e01d23;
    }

#outsource {
    background: url(../img/roar-globle-sourcing-outsourcing-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.outsourcing-card {
    border-radius: 6px;
    background-color: white;
    box-shadow: 0px 10px 43px 0px rgba(109, 125, 145, 0.14);
    padding: 20px 20px 40px 20px;
}

    .outsourcing-card .icon-box {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 90px;
        width: 90px;
        padding: 8px;
        background: #fff !important;
        border-radius: 50px;
        position: relative;
        margin-top: -46px;
        transform: translateX(22px);
        position: relative;
        z-index: 999;
        transition: all 1s ease-in-out;
    }

        .outsourcing-card .icon-box img {
            transition: all 1s ease-in-out;
            transform: scale(1);
        }


    .outsourcing-card:hover .icon-box img {
        transform: scale(1.09);
    }



    .outsourcing-card .image-box {
        overflow: hidden;
        border-radius: 6px;
        position: relative;
    }

        /*common*/
        .outsourcing-card .image-box::after,
        .outsourcing-card .image-box::before {
            content: '';
            width: 0%;
            height: 0%;
            opacity: 1;
            transition: all 1s ease-in-out;
            position: absolute;
            background: #fff;
            pointer-events: none;
        }

        /* bottom left to top right*/
        .outsourcing-card .image-box::after {
            bottom: 0;
            left: 0;
            z-index: 3;
        }

        /* top right to bottom left */
        .outsourcing-card .image-box::before {
            top: 0;
            right: 0;
            z-index: 3;
        }

    .outsourcing-card:hover .image-box::after,
    .outsourcing-card:hover .image-box::before {
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .outsourcing-card .image-box img {
        transition: all 1s ease-in-out;
        transform: scale(1);
    }

    .outsourcing-card:hover .image-box img {
        transform: scale(1.1);
    }

#enquiry-box .bg-red {
    border-radius: 5px;
    background-color: #e01d23;
    box-shadow: 0px 17px 51px 0px rgba(149, 149, 149),
}

#enquiry-box h2 {
    font-size: 29px;
    line-height: 36px;
}

.cubic-design-left {
    position: absolute;
    top: 0;
    height: 100%;
    width: auto;
    left: 0;
}

.cubic-design-right {
    position: absolute;
    top: 0;
    height: 100%;
    width: auto;
    right: 0;
}

.line-design-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 43px;
    width: 179px;
}

.line-design-right {
    position: absolute;
    bottom: 0;
    right: 69px;
    height: 60px;
    width: 253px;
}

#subscribe-us {
    background: #E01D23;
    padding: 80px 0;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

@media (min-width: 992px) {
    #subscribe-us .row {
        margin-left: 60px;
    }
}

.subscribe-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 2rem;
}

.subscribe-text {
    color: #ffffff !important;
    font-size: 1rem;
    opacity: 0.9;
}

@media (max-width: 768px) {
    #subscribe-us {
        padding: 60px 20px;
        text-align: center;
    }

    .subscribe-title {
        font-size: 1.6rem;
    }

    .subscribe-text {
        font-size: 0.95rem;
    }
}

#oem-odm-section {
    position: relative;
    background-image: url("../img/call_to.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 520px;
    display: flex;
    align-items: center;
}


    #oem-odm-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgb(0 0 0 / 15%);
    }

    #oem-odm-section .content-box {
        position: relative;
        padding: 80px;
        color: #ffffff;
    }

    #oem-odm-section .contact-badge {
        border: 1px solid #ffffff;
        background: transparent;
        color: #ffffff;
        padding: 10px 16px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    #oem-odm-section .main-title {
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 1.25;
        margin: 20px 0;
    }

    #oem-odm-section .description {
        font-size: 1rem;
        max-width: 600px;
        opacity: 0.9;
    }

    #oem-odm-section .location-box {
        position: relative;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 3px;
        padding: 20px 20px 20px 30px;
        overflow: hidden;
        transition: color 0.3s ease;
    }

        #oem-odm-section .location-box::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 0%;
            height: 100%;
            background-color: #E01D23;
            z-index: 0;
            transition: width 0.4s ease;
        }

        #oem-odm-section .location-box:hover::before {
            width: 100%;
        }

        #oem-odm-section .location-box > * {
            position: relative;
            z-index: 1;
        }

    #oem-odm-section .location-border {
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background: #E01D23;
        z-index: 2;
    }


@media (max-width: 991px) {
    #oem-odm-section .content-box {
        padding: 60px 40px;
    }

    .main-title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    #oem-odm-section {
        min-height: auto;
    }

        #oem-odm-section .content-box {
            padding: 50px 20px;
        }

        #oem-odm-section .main-title {
            font-size: 1.6rem;
        }
}


/* Testimonials Section */
#testimonials-section {
    position: relative;
    background-image: url("../img/client-review.jpg");
    padding: 100px 0 140px;
    overflow: visible;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    #testimonials-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(224, 29, 35, 0.85);
        z-index: 0;
    }

    #testimonials-section .bg-shape {
        position: absolute;
        z-index: 1;
        opacity: 0.5;
    }

    #testimonials-section .shape-left {
        top: 0;
        left: 0;
        width: 350px;
    }

    #testimonials-section .shape-right {
        top: 0;
        right: 0;
        width: 400px;
    }

#testimonials-card-section .container {
    position: relative;
    z-index: 3;
}

#testimonials-card-section {
    position: relative;
    transform: none;
    z-index: 1;
}

#testimonials-section .review-badge {
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 16px;
    letter-spacing: 1px;
}

#testimonials-card-section .review-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 40px;
    height: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

    #testimonials-card-section .review-card p {
        font-size: 15px;
        color: #555;
        margin: 20px 0;
    }

#testimonials-card-section .divider {
    display: block;
    width: 30px;
    height: 3px;
    background: #E01D23;
    margin: 15px 0;
}

#testimonials-card-section .stars {
    color: #ffb300;
    display: inline-block;
    margin-right: 3px;
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 768px) {
    #testimonials-section {
        padding: 70px 0 30px;
    }

        #testimonials-section .shape-left,
        #testimonials-section .shape-right {
            width: 120px;
        }

    #testimonials-card-section {
        position: relative;
        transform: none;
    }
}

#testimonials-section {
    position: relative;
    overflow: visible;
}

@media (min-width: 992px) {

    #testimonials-wrapper {
        position: relative;
        padding-bottom: 300px;
    }

    #testimonials-card-section {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        transform: translateY(-20%);
        z-index: 5;
    }

    #services-bg-section {
        position: relative;
    }

    .support-box {
        position: absolute;
        right: 0;
        bottom: -130px; /* pushes half outside */
        z-index: 3;
        display: flex;
        align-items: center;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    #testimonials-section {
        padding: 70px 0 30px;
    }
}

/* Services section input home page */
#services-bg-section {
    background: url("../img/our-servies.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    #services-bg-section .white-btn {
        color: rgb(255, 255, 255);
        font-size: 14px;
        letter-spacing: 1px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-image: initial;
        background: transparent;
        padding: 10px 16px;
    }

    #services-bg-section .container {
        z-index: 2;
    }

#craftsmanship-section {
    background-color: #F3F5F7; /* base color */

    background-image: url("../img/shape16.png"), url("../img/shape15.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right top;
    background-size: auto, auto;
    position: relative;
}

    #craftsmanship-section .red-btn {
        border: 1px solid #e01d23;
        background: transparent;
        color: #e01d23;
        padding: 10px 16px;
        font-size: 14px;
        letter-spacing: 1px;
    }

/* main goal section in home page */
#main-goal-section {
    background-color: #ffffff;
}

    #main-goal-section .red-btn {
        color: rgb(224, 29, 35);
        font-size: 14px;
        letter-spacing: 1px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(224, 29, 35);
        border-image: initial;
        background: transparent;
        padding: 10px 16px;
    }

#main-goal-section {
    background-image: url("../img/shape17.png");
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
}

/* Main circle image */
.main-circle {
    width: 380px;
    height: 380px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

    .main-circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Small circle image */
.small-circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -20px;
    right: 60px;
    z-index: 3;
}

    .small-circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Decorative shapes */
.shape {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

    .shape.arc {
        bottom: 70px;
        right: 140px;
        width: 110px;
    }

    .shape.dots {
        z-index: 1;
        bottom: 0;
        right: 80px;
        width: 120px;
    }

    .shape.blob {
        top: 130px;
        right: 55px;
        width: 35px;
    }

    .shape.sketch {
        bottom: 60px;
        left: 50px;
        background: white;
        border-radius: 50%;
        padding: 8px;
        width: 100px;
    }

/* Icons */
.icon-img {
    width: 30px;
    height: 30px;
}

/* Responsive */
@media (max-width: 991px) {
    .main-circle {
        width: 300px;
        height: 300px;
    }

    .small-circle {
        width: 120px;
        height: 120px;
        right: 30px;
    }
}

@media (max-width: 575px) {
    .small-circle {
        position: static;
        margin: 20px auto 0;
    }
}

/* ===== Support Team Section ===== */
#support-team {
    position: relative;
    height: 200px;
}

    #support-team picture,
    #support-team img {
        display: block;
        width: 100%;
        height: 100%;
    }

#services-bg-section h3 a {
    font-size: 24px !important;
    font-weight: 700;
}

#services-bg-section .support-box {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    align-items: stretch;
    position: relative;
    z-index: 2;
}

#services-bg-section .support-left {
    position: relative;
    width: 240px;
    flex-shrink: 0;
}

    #services-bg-section .support-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

#services-bg-section .video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: #ffffff;
    color: #e31e24;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

    #services-bg-section .video-play-icon i {
        font-size: 22px;
        margin-left: 3px;
    }

#services-bg-section .support-right {
    background-color: #e31e24;
    color: #ffffff;
    padding: 32px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    border-radius: 0 16px 16px 0;
}

#services-bg-section .fa-phone-alt {
    font-size: 20px;
}

#services-bg-section .cubic-design-right {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 768px) {
    #services-bg-section .support-box {
        flex-direction: column;
    }

    #services-bg-section .support-left {
        width: 100%;
        height: 220px;
    }

    #services-bg-section .support-right {
        border-radius: 0 0 16px 16px;
        padding: 24px;
    }
}

@media (min-width: 1200px) {

    #services-bg-section .support-box {
        max-width: 700px;
        margin: 0;
    }
}

/* Icon wrapper */
.icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
}

    /* Two different-height vertical lines */
    .icon-wrap::after {
        content: "";
        position: absolute;
        right: -14px;
        top: 0;
        width: 3px;
        height: 100%;
        background: linear-gradient(#d9e3ec, #d9e3ec) top / 100% 12px no-repeat, linear-gradient(#d9e3ec, #d9e3ec) bottom / 100% 20px no-repeat;
        transition: background 0.3s ease;
    }

/* Hover effect */
.info-item:hover .icon-wrap::after {
    background: linear-gradient(#e31e24, #e31e24) top / 100% 12px no-repeat, linear-gradient(#e31e24, #e31e24) bottom / 100% 20px no-repeat;
}

/* Icon size */
.icon-img {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

/* Section base */
#about-precision {
    background-color: #f6f7f9;
}

    #about-precision .about-precision-img-wrap {
        position: relative;
        display: inline-block;
    }

    #about-precision .about-precision-img {
        border-style: solid;
        border-width: 10px;
        border-color: #FFFFFF;
        box-shadow: 0px 40px 81px 0px rgb(127 127 127 / 29%);
        display: block;
    }

    #about-precision .about-precision-img-wrap::after {
        content: "";
        height: 100%;
        width: 4px;
        background-color: #e2e2e2;
        position: absolute;
        bottom: 0;
        right: -12px;
        z-index: 1;
    }


    /* Main image */
    #about-precision .about-img {
        width: 100%;
        border-radius: 16px;
        position: relative;
        z-index: 2;
    }

    /* White content box */
    #about-precision .main-wrap {
        position: relative !important;
        margin-left: -20px !important;
        border-radius: 16px !important;
        z-index: 1;
    }

/* Responsive fix */
@media (max-width: 991px) {
    #about-precision .main-wrap {
        margin-left: 0 !important;
        margin-top: 30px !important;
    }
}

#about-precision .white-container {
    width: 100%;
}

@media (min-width: 992px) {
    #about-precision .section-title {
        font-size: 34px;
        line-height: 44px;
    }

    #about-precision .content-margin-left {
        margin-left: 180px;
    }

    #about-precision .white-container {
        width: 70%;
        border-radius: 8px;
    }

    #about-precision .about-img-wrap {
        width: 46%;
        margin-right: -120px;
        z-index: 1;
    }
}

/* Home page animation */
#hm-banner .row .col-lg-7 {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 2.2s ease, transform 2.4s cubic-bezier(0.16, 1, 0.3, 1);
}

#hm-banner.animate .row .col-lg-7 {
    opacity: 1;
    transform: translateY(0);
}

#services-bg-section .col-lg-5 img {
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 3s ease, transform 3.4s cubic-bezier(0.19, 1, 0.22, 1);
}

#services-bg-section .col-lg-7 {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 3.2s ease, transform 3.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#services-bg-section.animate .col-lg-5 img,
#services-bg-section.animate .col-lg-7 {
    opacity: 1;
    transform: translateY(0);
}

#enquiry-box .row {
    opacity: 0;
    transform: scale(0.92);
    transform-origin: center;
    transition: opacity 3.5s ease, transform 4s cubic-bezier(0.19, 1, 0.22, 1);
}

#enquiry-box.animate .row {
    opacity: 1;
    transform: scale(1);
}






/*detail page*/

.about-img-box {
    border-radius: 8px;
    overflow: hidden;
}

    .about-img-box img {
        width: 100%;
        height: auto;
        display: block;
    }

.about-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .about-feature-list li {
        margin-bottom: 10px;
    }

        .about-feature-list li a {
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 14px 18px 14px 22px;
            background: #fff;
            border: 1px solid #e5e5e5;
            border-radius: 6px;
            font-weight: 600;
            color: #000;
            text-decoration: none;
            overflow: hidden;
        }

            .about-feature-list li a::before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 1px;
                height: 100%;
                background: #e01d23;
                border-radius: 6px 0 0 6px;
            }

            .about-feature-list li a::after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 12px;
                height: 100%;
                border-top: 1px solid #e01d23;
                border-bottom: 1px solid #e01d23;
                border-radius: 6px 0 0 6px;
                pointer-events: none;
            }

        .about-feature-list li a {
            padding-right: 25px;
            font-size: 18px !important;
        }

            .about-feature-list li a span {
                margin-left: auto;
            }

                .about-feature-list li a span::after {
                    content: "\203A";
                    font-size: 25px;
                    color: #c0c0c0;
                    font-weight: 500;
                }

        .about-feature-list li a {
            background-image: linear-gradient(#e01d23, #e01d23);
            background-repeat: no-repeat;
            background-size: 0% 100%;
            background-position: left center;
            transition: background-size 0.4s ease, color 0.3s ease, border-color 0.3s ease;
        }

        .about-feature-list li:hover a {
            background-size: 100% 100%;
            color: #ffffff !important;
            border-color: #e01d23;
        }

            .about-feature-list li:hover a span::after {
                color: #ffffff;
            }

.corporate-address {
    list-style: none !important;
}

/* CHECK LIST */
.custom-check-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

    .custom-check-list li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 12px;
        font-weight: 500;
        line-height: 1.6;
    }

        .custom-check-list li i {
            color: #e31b23;
            font-size: 18px;
            margin-top: 3px;
            flex-shrink: 0;
        }


/*--START---Want to purchase a sample order first?-------*/
.cta-box {
    border-radius: 0 0 0 0;
    background: #e31b23;
    color: #fff;
}

.cta-image img {
    height: 100%;
    object-fit: cover;
}

.cta-content {
    padding: 30px 0px 30px 0px;
    position: relative;
}

    .cta-content::before {
        content: "";
        position: absolute;
        left: -85px;
        top: 0;
        width: 0;
        height: 0;
        border-top: 0px solid transparent;
        border-bottom: 250px solid transparent;
        border-right: 80px solid #e31b23;
    }


    .cta-content h2 {
        font-size: var(--font-28);
        font-weight: 700;
        margin-bottom: 28px;
    }

.cta-contacts {
    display: flex;
    align-items: center;
    gap: 30px;
}

.cta-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.cta-icon {
    font-size: 22px;
    color: #fff;
}

.cta-divider {
    width: 1px;
    height: 42px;
    background: rgba(255,255,255,0.6);
}

.cta-item p {
    display: block;
    font-size: 16px;
    color: #fff !important;
}

.cta-item a {
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
}

@media(max-width:1199px) {
    .cta-item {
        display: block;
    }
}

@media(max-width:768px) {
    .cta-content {
        padding: 30px;
    }

        .cta-content::before {
            content: unset;
        }
}

@media(max-width:576px) {
    .cta-contacts {
        display: block;
        align-items: center;
        gap: 30px;
    }

    .cta-divider {
        width: 100%;
        height: 1px;
        background: rgba(255,255,255,0.6);
        margin-block: 10px;
    }
}
/*--END---Want to purchase a sample order first?-------*/
.corporate-address li,
.corporate-address li a {
    font-size: 17px;
    color: #444 !important;
    font-weight: 500 !important;
}

    .corporate-address li i {
        color: #a4a4a4;
        font-size: 18px;
        margin-right: 12px;
        position: relative;
        top: 1px;
    }


.contact-card {
    position: relative;
    width: 100%;
    max-width: 280px;
    border-radius: 8px;
    overflow: hidden;
}

    .contact-card img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }

.contact-overlay {
    position: relative;
    inset: 0;
    background: linear-gradient( rgba(0,0,0,0.45), rgba(0,0,0,0.65) );
    color: #fff;
    text-align: center;
    padding: 28px 18px;
    justify-content: center;
}

    .contact-overlay h4 {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 2px;
        opacity: 0.95;
    }

    .contact-overlay h3 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 22px;
    }

.phone-box {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.phone-border {
    padding: 25px 30px 20px;
    border: 2px dashed #707070;
    text-align: center;
}

.call-icon {
    width: 40px;
    height: 40px;
    background: #e31b23;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

    .call-icon::before {
        content: "";
        position: absolute;
        width: 55px;
        height: 28px;
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

    /* Icon */
    .call-icon i {
        color: #fff;
        font-size: 18px;
    }


.phone-number {
    color: #ffffff;
    font-size: 22px;
    text-decoration: none;
    opacity: 0.95;
}

    .phone-number:hover {
        color: #e01d23 !important;
    }


.download-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

    .download-list .item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px 16px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        background-image: linear-gradient(#e01d23, #e01d23);
        background-repeat: no-repeat;
        background-size: 0% 100%;
        background-position: left center;
        transition: background-size 0.4s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.25s ease;
    }

        .download-list .item:hover {
            background-size: 100% 100%;
            border-color: #e01d23;
        }

    .download-list .item-icon i {
        color: #e01d23;
        font-size: 18px;
    }

    .download-list .item-text .link {
        color: #000;
        font-weight: 600;
        text-decoration: none;
        font-size: 15px;
    }

        .download-list .item-text .link:empty::before {
            content: " ";
            display: block;
            height: 1em;
        }

    .download-list .item:hover .item-text .link {
        color: #ffffff;
    }

    .download-list .item-icon i {
        color: #e01d23;
        font-size: 18px;
        transition: color 0.3s ease;
    }

    .download-list .item:hover .item-text a,
    .download-list .item:hover .item-icon i {
        color: #ffffff !important;
    }

header ul li a {
    font-size: clamp(15px, 2vw, 15px) !important;
}

.line-red-imgs img {
    position: absolute;
    bottom: 0;
    right: 122px;
}

@media(max-width: 1400px){
    .line-red-imgs img {
        position: absolute;
        bottom: 0;
        right: 107px;
    }
}
@media(max-width: 1200px) {
    .line-red-imgs img {
        position: absolute;
        bottom: 0;
        right: 92px;
    }
}

.scroll-top-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 55px;
    height: 55px;
    background: #e31e24;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-family: Arial, sans-serif;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

    .scroll-top-btn.show {
        opacity: 1;
        visibility: visible;
        animation: slideUpBounce 0.5s ease forwards;
    }

@keyframes slideUpBounce {
    0% {
        transform: translateY(60px);
        opacity: 0;
    }

    70% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


/* Icon styling */
.arrow-icon {
    font-size: 18px;
    line-height: 1;
    margin-top: 5px;
}

/* TOP text */
.scroll-top-btn .text {
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: -4px;
}

/* Hover effect */
.scroll-top-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.35);
}

@media(max-width: 576px) {
    .top-navs .btn-grad-mob {
        padding: 6px 7px !important;
        font-size: 13px !important;
    }
    #hm-banner {
        padding-block: 95px 230px;
    }

    #enquiry-box h2 {
        font-size: 23px;
    }
    #testimonials-card-section .review-card {
        padding: 14px;
    }
}

#testimonials-card-section .owl-stage {
    padding-bottom: 36px !important;
}

@media(min-width: 1400px){
    #testimonials-card-section .owl-carousel {
        margin-top: -155px !important;
    }
}

@media(min-width: 1300px) and (max-width: 1400px) {
    #testimonials-card-section .owl-carousel {
        margin-top: -330px !important;
    }
}

@media(max-width: 1300px) and (min-width: 1200px){
    #testimonials-card-section .container {
        margin-top: -327px;
    }
}

@media(max-width: 1200px) and (min-width: 992px) {
    #testimonials-card-section {
        transform: translateY(8%) !important;
    }
}

@media(max-width: 1400px) and (min-width: 992px){
    #testimonials-card-section .review-card {
        height: 398px !important;
    }
}