/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #ffffff;
    font-weight: 400;
    background: #000000;
    font-family: 'Montserrat', sans-serif;
}
 /* Font Family */
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');


h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #ffffff;
}

a {
    color: #ffffff;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #eb0000;
    outline: none;
    text-decoration: none;
}

.btn.btn-custom {
    padding: 10px 30px 12px 30px;
    text-align: center; 
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #eb0000;
    border: none;
    border-radius: 60px;
    box-shadow: inset 0 0 0 0 #000000;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}

.btn.btn-custom:hover {
    color: #b40000;
    background: #ffffff;
    box-shadow: inset 200px 0 0 0 #ffffff;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 1366px;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-size: inherit;
    margin-left: 0;
}


/**********************************/
/****** Loader & Back to Top ******/
/**********************************/
#loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-out, visibility 0s linear .3s;
    -o-transition: opacity .3s ease-out, visibility 0s linear .3s;
    transition: opacity .3s ease-out, visibility 0s linear .3s;
    z-index: 999;
}

#loader.show {
    -webkit-transition: opacity .6s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .6s ease-out, visibility 0s linear 0s;
    transition: opacity .6s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#loader .loader {
    position: relative;
    width: 45px;
    height: 45px;
    border: 5px solid #dddddd;
    border-top: 5px solid #E81C2E;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.back-to-top {

    display: none;
}

.back-to-top i {
    color: #ffffff;
    padding-top: 10px;
}

.back-to-top:hover {
    background: #202C45;
}
/*******************************/
/********** Header Css ***********/
/*******************************/
.mobile-tab-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000000;;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

.custom-page-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.custom-page-item {
    flex: 1;
    text-align: center;
    padding: 10px 0;
}

.custom-page-item a {
    text-decoration: none;
    color: #ffffff;
}

.custom-page-item a i {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
    color: #ffffff;;
    transition: color 0.3s ease;
}

.custom-page-item a span {
    display: block;
    font-size: 12px;
}

@media (max-width: 768px) {
    .mobile-tab-bar {
        display: block;
    }
}

.site-header {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    background-color: transparent;
    z-index: 1000;
    transition: background-color 0.3s ease;
}

.logo img {
    max-width: 250px;
    max-height: 150px;
    transition: transform 0.3s ease-in-out;
}

.main-menu {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    margin: 0 20px;
}

.main-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.main-menu li {
    margin: 0 10px;
    position: relative;
}

.main-menu a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 12px;
    transition: color 0.3s, border-bottom 0.3s, transform 0.3s;
}

.main-menu a:hover {
    color: #e60000;
    border-bottom: 2px solid #ff0000;
    transform: translateY(-3px);
}

body.scrolled .site-header {
    position: fixed;
    background-color: #000000;
    padding: 0px 30px;
}

@media (max-width: 768px) {
    .site-header {
        background-color: transparent;
        padding: 10px 30px;
    }

    .main-menu, .main-menu ul, .main-menu li {
        display: none;
    }

    .logo {
        text-align: center;
    }
    .logo img {
        max-width: 200px;
        max-height: 100px;
        transition: transform 0.3s ease-in-out;
    }
}
/*******************************/
/********** Header CSS  Ends Here ***********/
/*******************************/




.hero {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-image: url('path/to/your/video.jpg'); /* Fallback image */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Keeps the background fixed */
}

.hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    pointer-events: none; /* Ensures the video doesn't intercept mouse events */
}

.hero-overlay {
    padding: 10px 20px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: left;
    color: white;
    z-index: 1;
    animation: fadeIn 1s ease-in-out forwards; /* Fade in animation */
}
.hero-heading {
    font-size: 5em;
    margin-bottom: 10px;
    font-weight: 700;
    color: #f8f9fa;
    /* Ensure the heading breaks into multiple lines */
    line-height: 1.2; /* Adjust line height for readability */
    max-width: 100%; /* Ensure it doesn't overflow its container */
    text-align: left; /* Align text to the left */
}

.hero-description {
    font-size: 1em;
    margin-bottom: 20px;
    font-weight: bold;
    max-width: 100%; /* Ensure it doesn't overflow its container */
    text-align: left; /* Align text to the left */
}

/* Mobile View */
@media (max-width: 768px) {
    .hero-heading {
        font-size: 3.2em; /* Reduce font size for smaller screens */
        line-height: 1.2; /* Adjust line height for readability */
        text-align: left; /* Align text to the left */
    }

    .hero-description {
        font-size: 0.9em; /* Reduce font size for smaller screens */
        margin-bottom: 15px; /* Adjust margin for spacing */
        font-weight: normal; /* Adjust font weight for normal text */
        text-align: left; /* Align text to the left */
    }
}
.social-icons {
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.social-icons .follow-us {
    font-weight: bold;
}

.social-icons .icons {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.social-icons .icons a {
    margin-right: 5px;
    display: inline-block;
}

.icon-link i {
    font-size: 20px;
    color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.icon-link i:hover {
    background-color: rgba(255, 0, 0, 0.5);
    color: white;
}
/* Media query for screens smaller than 768px (typical mobile screens) */
@media (max-width: 768px) {
    .social-icons {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        transform-origin: initial;
        justify-content: flex-start; /* Align items to the left */
        margin-top: 30px;
    }

    .social-icons .icons {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 7px;
    }

    .social-icons .icons a {
        display: inline-block;
    }

    .icon-link i {
        font-size: 20px;
        color: rgb(255, 255, 255);
        padding: 10px;
        border-radius: 50%;
        transition: background-color 0.3s ease;
    }
}



/*******************************/
/******* Pop Up Form CSS Starts *******/
/*******************************/
/* Popup styling */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.95); /* Semi-transparent white */
    border: 1px solid #ccc;
    z-index: 1000;
    max-width: 80%;
    width: 90%; /* Adjust width for responsiveness */
    max-height: 80vh; /* Limit height to 80% of viewport height */
    overflow-y: auto; /* Enable scrolling if content exceeds height */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-image: url('../img/carousel-3.jpg');
    background-size: cover;
    background-position: center;
}

.popup form {
    max-width: 100%;
}

.popup label {
    font-weight: bold;
    color: #ffffff; /* Adjust label color */
}

.popup input,
.popup select,
.popup button {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background-color: transparent; /* Transparent white */
}

.popup input[type="text"],
.popup input[type="tel"],
.popup select {
    color: #ffffff; /* Adjust text color */
}

/* Popup header styling */
.popup-header {
    margin-bottom: 20px;
    text-align: center;
}

/* Close button container styling */
.cross-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* Close button styling */
.cross-btn button {
    font-size: 30px; /* Increase the size of the cross icon */
    background: none;
    border: none;
    cursor: pointer;
    color: #ffffff; /* Adjust the color as needed */
    font-weight: bold;
    line-height: 1;
}

/* Heading styling */
.popup-header h2 {
    margin: 0;
    font-size: 24px;
    color: #ffffff; /* Adjust heading color */
}

/*******************************/
/******* Pop Up Form CSS Ends *******/
/*******************************/



/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 90px 0;
    text-align: center;
    background: #eb0000;
    border-top: 1px dotted #ffffff;
}

.page-header h2 {

    position: relative;
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
margin-top: 100px;
    padding-bottom: 5px;
}

.page-header h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #ffffff;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #ffffff;
}

.page-header a:hover {
    color: #E81C2E;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #ffffff;
}

.page-header a:last-child::after {
    display: none;
}
.page-header {
    background-image: url('../img/R.gif');
    background-size: cover; /* Cover ensures the background image covers the entire header */
    background-position: center; /* Center aligns the background image */
    background-repeat: no-repeat; /* No-repeat prevents the background image from repeating */
    width: 100%; /* Ensures the header spans the full width of its container */
    height: auto; /* Automatically adjusts height based on content and aspect ratio of background image */
    margin: 0 auto; /* Centers the header horizontally */
    padding: 100px 0; /* Example padding for spacing around content */
    text-align: center; /* Center aligns text content */
}

.page-header .container {
    max-width: 1200px; /* Example maximum width of content within the header */
    margin: 0 auto; /* Centers the content horizontally within the header */
}
@media (max-width: 991.98px) {
    .page-header {
        padding: 60px 0;
    }
    
    .page-header h2 {
        font-size: 45px;
    }
    
    .page-header a {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .page-header {
        padding: 45px 0;
    }
    
    .page-header h2 {
        font-size: 35px;
    }
    
    .page-header a {
        font-size: 18px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 45px auto;
}

.section-header p {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #E81C2E;
}

.section-header p::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    left: 25%;
    bottom: 0;
    background: #E81C2E;
}

.section-header.text-left p::after {
    left: 0;
}

.section-header.text-right p::after {
    left: 50%;
}

.section-header h2 {
    margin: 0;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
}

@media (max-width: 991.98px) {
    .section-header h2 {
        font-size: 45px;
    }
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 40px;
    }
}

@media (max-width: 575.98px) {
    .section-header h2 {
        font-size: 35px;
    }
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}

.about .about-img img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 30px;
}

.about .about-content {
    margin-bottom: 30px;
}

.about .about-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 25px;
}

.about .about-content ul li {
    margin-bottom: 5px;
}

.about .about-content ul li i {
    margin-right: 8px;
    color: #E81C2E;
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 0 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
}

.service .service-item i {
    color: #202C45;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 20px;
}

.service .service-item [class^="flaticon-"]::before {
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    background-image: linear-gradient(#E81C2E, #202C45);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .5s;
}

.service .service-item h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.service .service-item p {
    margin: 0;
}


/*******************************/
/********** Facts CSS **********/
/*******************************/
.facts {
    position: relative;
    width: 100%;
    min-height: 400px;
    margin: 45px 0;
    display: flex;
    align-items: center;
    background: #202C45;
}

.facts .facts-item {
    display: flex;
    flex-direction: row;
    margin: 25px 0;
}

.facts .facts-item i {
    margin-top: 15px;
    font-size: 45px;
    color: #E81C2E;
}

.facts .facts-text {
    padding-left: 20px;
}

.facts .facts-text h3 {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
}

.facts .facts-text h3::after {
    position: absolute;
    content: "\f067";
    top: 0px;
    right: -25px;
    color: #ffffff;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.facts .facts-text p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}





/*******************************/
/******** Location CSS *********/
/*******************************/
.location {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.location .location-item {
    display: flex;
    margin-bottom: 30px;
}

.location .location-item i {
    padding-top: 3px;
    font-size: 30px;
    color: #eb0000;
}

.location .location-text {
    padding-left: 15px;
}

.location .location-text h3 {
    font-size: 18px;
    font-weight: 700;
}

.location .location-text p {
    margin-bottom: 5px;
}

.location .location-text p strong {
    margin-right: 5px;
    font-weight: 600;
}

.location .location-form {
    padding: 25px 40px;
    background: #eb0000;
    border-radius: 5px;
}

.location .location-form h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
}

.location .location-form .control-group {
    margin-bottom: 15px;
}

.location .location-form .form-control {
    height: 45px;
    color: #ffffff;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    background: transparent;
}

.location .location-form textarea.form-control {
    height: 120px;
    padding: 15px;
}

.location .location-form .form-control::placeholder {
    color: #ffffff;
    opacity: 1;
}

.location .location-form .form-control:-ms-input-placeholder,
.location .location-form .form-control::-ms-input-placeholder {
    color: #ffffff;
}

.location .location-form .btn.btn-custom {
    width: 100%;
    color: #E81C2E;
    background: #ffffff;
    box-shadow: inset 0 0 0 0 #202C45;
}

.location .location-form .btn.btn-custom:hover {
    color: #ffffff;
    background: #E81C2E;
    box-shadow: inset 400px 0 0 0 #202C45;
}

@media(min-width: 576px) and (max-width: 991.89px) {
    .location .location-form .btn.btn-custom:hover {
        box-shadow: inset 650px 0 0 0 #202C45;
    }
}
.location-text img {
    width: 300px;
    height: auto;
}
.location-text img  {
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(255, 0, 0, 0.712);
    border-radius: 8px; 
    margin-bottom: 20px;
}
.location-text img  {
    display: block;
    border-radius: 8px;
}





/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 0 0;
}

.blog .blog-item {
    margin-bottom: 45px;
}

.blog .blog-img {
    position: relative;
    width: 100%;
}

.blog .blog-img img {
    width: 100%;
    border-radius: 5px;
}

.blog .meta-date {
    position: absolute;
    width: 70px;
    height: 70px;
    bottom: 10%;
    left: calc(50% - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 70px;
    background: #202C45;
    color: #ffffff;
    opacity: 0;
    transition: .5s;
}

.blog .meta-date span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

.blog .meta-date strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.blog .blog-item:hover .meta-date {
    bottom: calc(50% - 35px);
    opacity: 1;
}

.blog .blog-text {
    padding: 25px 0 20px 0;
}

.blog .blog-text h3 {
    font-size: 22px;
    font-weight: 700;
}

.blog .blog-text h3 a {
    color: #eb0000;
}

.blog .blog-text h3 a:hover {
    color: #eb0000;
}

.blog .blog-text p {
    margin: 0;
}

.blog .blog-meta {
    display: flex;
}

.blog .blog-meta p {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    padding: 0 10px;
    border-right: 1px solid rgb(0, 0, 0);
}

.blog .blog-meta p:first-child {
    padding-left: 0;
}

.blog .blog-meta p:last-child {
    padding-right: 0;
    border: none;
}

.blog .blog-meta i {
    color: #999999;
    margin-right: 5px;
}

.blog .blog-meta a {
    color: #999999;
}

.blog .blog-meta a:hover {
    color: #E81C2E;
}

.blog .pagination {
    margin-bottom: 15px;
}

.blog .pagination .page-link {
    color: #202C45;
    border-radius: 0;
    border-color: #202C45;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #E81C2E;
    background: #202C45;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.contact .contact-info {
    width: 100%;
    margin-bottom: 45px;
    padding: 35px 30px 10px 30px;
    border-radius: 5px;
    background: #202C45;
    
}

.contact .contact-info h2 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}

.contact .contact-info-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.contact .contact-info-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50px;
}

.contact .contact-info-icon i {
    margin: 0;
    color: #202C45;
    font-size: 16px;
}

.contact .contact-info-text {
    padding-left: 20px;
}

.contact .contact-info-text h3 {
    margin: 0 0 5px 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.contact .contact-info-text p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.contact .contact-form {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.contact .contact-form input {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #202C45;
}

.contact .contact-form textarea {
    height: 125px;
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #202C45;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contact iframe {
    width: 100%;
    height: 400px;
    border-radius: 5px;
}


/*******************************/
/******* Single Post CSS *******/
/*******************************/
.single {
    position: relative;
    padding: 45px 0;
}

.single .single-content {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.single .single-content img {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 5px;
}

.single .single-tags {
    margin: -5px -5px 41px -5px;
    font-size: 0;
}

.single .single-tags a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    border: 1px solid #eb0000;
    border-radius: 5px;
}

.single .single-tags a:hover {
    color: #ffffff;
    background: #eb0000;
    border-color: #E81C2E;
}

.single .single-bio {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
}

.single .single-bio-img {
    width: 100%;
    max-width: 115px;
    padding: 15px;
    background: #000000;
    border-radius: 100px;
    margin-bottom: 20px;
}

.single .single-bio-img img {
    width: 100%;
    border-radius: 100px;
}

.single .single-bio-text {
    text-align: center;
}

.single .single-bio-text h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.single .single-bio-text p {
    color: #ffffff;
    margin: 0;
}

.single .single-bio-social {
    margin-top: 20px;
    display: flex;
}

.single .single-bio-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #202C45;
    background: #ffffff;
    border-radius: 40px;
    margin-right: 5px;
    transition: .5s;
}

.single .single-bio-social a:last-child {
    margin: 0;
}

.single .single-bio-social a:hover {
    color: #ffffff;
    background: #eb0000;
}

.single .single-related {
    margin-bottom: 45px;
}

.single .single-related h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .related-slider {
    position: relative;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.single .related-slider .post-item {
    margin: 0 15px;
}

.single .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.single .post-item .post-img {
    width: 100%;
    max-width: 80px;
}

.single .post-item .post-img img {
    width: 100%;
    border-radius: 5px;
    gap: 20px;
}
.post-item {
    margin-top: 20px;
}
.single .post-item .post-text {
    padding-left: 15px;
}

.single .post-item .post-text a {
    font-size: 17px;
    font-weight: 500;
}

.single .post-item .post-text a:hover {
    color: #eb0000;
}

.single .post-item .post-meta {
    display: flex;
    margin-top: 8px;
}

.single .post-item .post-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

.single .post-item .post-meta p a {
    margin-left: 5px;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}

.single .related-slider .owl-nav {
    position: absolute;
    width: 90px;
    top: -55px;
    right: 15px;
    display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #202C45;
    border-radius: 5px;
    font-size: 16px;
    transition: .3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
    color: #ffffff;
    background: #E81C2E;
}

.single .single-comment {
    position: relative;
    margin-bottom: 45px;
}

.single .single-comment h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-list {
    list-style: none;
    padding: 0;
}

.single .comment-child {
    list-style: none;
}

.single .comment-body {
    display: flex;
    margin-bottom: 30px;
}

.single .comment-img {
    width: 60px;
}

.single .comment-img img {
    width: 100%;
    border-radius: 60px;
}

.single .comment-text {
    padding-left: 15px;
    width: calc(100% - 60px);
}

.single .comment-text h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
}

.single .comment-text span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.single .comment-text .btn {
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #202C45;
    background: #dddddd;
    border-radius: 5px;
}

.single .comment-text .btn:hover {
    color: #ffffff;
    background: #E81C2E;
}

.single .comment-form {
    position: relative;
}

.single .comment-form h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-form form {
    padding: 30px;
    background: #f3f6ff;
    border-radius: 5px;
}

.single .comment-form form .form-group:last-child {
    margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
    border-radius: 5px;
    border-color: #eeeeee;
}

.single .comment-form input:focus,
.single .comment-form textarea:focus {
    border-color: #E81C2E;
}

.single .comment-form .btn {
    border-radius: 45px;
}


/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
    position: relative;
    width: 100%;
}

@media(max-width: 991.98px) {
    .sidebar {
        margin-top: 45px;
    }
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 25px;
    font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #eb0000;
}

.sidebar .sidebar-widget .search-widget {
    position: relative;
}

.sidebar .search-widget input {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.sidebar .search-widget input:focus {
    box-shadow: none;
    border-color: #eb0000;
}

.sidebar .search-widget .btn {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    color: #ffffff;
    background: none;
    border-radius: 0;
    border: none;
    transition: .3s;
}

.sidebar .search-widget .btn:hover {
    color: #eb0000;
}

.sidebar .sidebar-widget .recent-post {
    position: relative;
}

.sidebar .sidebar-widget .tab-post {
    position: relative;
}

.sidebar .tab-post .nav.nav-pills {
    border-radius: 5px;
    overflow: hidden;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
    color: #ffffff;
    background: #000000;
    border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #eb0000;
}

.sidebar .tab-post .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.sidebar .tab-post .tab-content .container {
    padding: 0;
}

.sidebar .sidebar-widget .category-widget {
    position: relative;
}

.sidebar .category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .category-widget ul li {
    margin: 0 0 12px 22px; 
}

.sidebar .category-widget ul li:last-child {
    margin-bottom: 0; 
}

.sidebar .category-widget ul li a {
    display: inline-block;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 1px;
}

.sidebar .category-widget ul li::before {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #eb0000;
    left: 1px;
}

.sidebar .category-widget ul li span {
    display: inline-block;
    float: right;
}

.sidebar .sidebar-widget .tag-widget {
    position: relative;
    margin: -5px -5px;
}

.single .tag-widget a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    border: 1px solid #eb0000;
    border-radius: 5px;
}

.single .tag-widget a:hover {
    color: #ffffff;
    background: #eb0000;
    border-color: #eb0000;
}

.sidebar .image-widget {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .image-widget img {
    max-width: 100%;
    border-radius: 5px;
    transition: .3s;
}

.sidebar .image-widget img:hover {
    transform: scale(1.1);
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 90px;
    border-top: #e60000;
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
    position: relative;
    margin-bottom: 45px;
    color: #ffffff;
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-newsletter h2 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #eb0000;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #eb0000;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
    display: flex;
}

.footer .footer-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eb0000;
    border-color: #ffffff;
    border-radius: 50%;
    margin-right: 5px;
    transition: .5s;
}

.footer .footer-social a:last-child {
    margin: 0;
}

.footer .footer-social a:hover {
    color: #ffffff;
    background: #eb0000;
}

.footer .copyright {
    text-align: center;
    padding-top: 15px;
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
}

.footer .copyright p a {
    color: #eb0000;

    letter-spacing: 1px;
}

.footer .copyright p a:hover {
    color: #ffffff;
}




/* General Styles */
.price-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative; /* Positioning for the line */
}

.price-round {
    background-color: #eb0000; /* Background color */
    color: #fff; /* Text color */
    padding: 8px 20px; /* Padding for inside the circle */
    border-radius: 20px; /* Adjust as needed for the roundness */
    text-align: center;
    font-size: 18px; /* Font size */
    font-weight: bold; /* Font weight */
    margin-right: 20px; /* Spacing between price and old price */
    position: relative; /* Positioning for the line */
}

.old-price {
    margin-left: 150px;
    color: #ffffff; /* Color for old price */
    font-size: 14px; /* Font size for old price */
    text-decoration: line-through; /* Strikethrough for old price */
    position: relative; /* Positioning for the line */
}

.old-price::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px; /* Adjust to tilt the line */
    transform: translateY(-50%) rotate(5deg); /* Tilt the line */
    width: 100%;
    height: 2px;
    background-color: #eb0000; /* Color of the line */
    z-index: -1; /* Pushes the line below the text */
}

.underline {
    width: 100%;
    height: 2px;
    color: #eb0000;
    background-color: #eb0000;
    margin-bottom: 20px;
}

.tabs {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.tab {
    padding: 12px 24px;
    margin: 0 10px;
    cursor: pointer;
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-size: 1rem;
}

.tab.active {
    background-color: #c90000;
}

.packages {
    display: none;
    justify-content: space-between; /* Adjusted to space out items */
    flex-wrap: wrap; /* Ensures items wrap if necessary */
    gap: 20px;
    margin-top: 20px;
}

.packages.active {
    display: flex;
}

.package {
    background: linear-gradient(to right, #000000, #333333);
    padding: 20px;
    border-radius: 10px;
    color: #ffffff;
    width: calc(50% - 20px); /* Adjust width to fit two packages per row */
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.package:hover {
    transform: translateY(-5px);
}

.package h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.package ul {
    list-style-type: none;
    padding: 0;
}

.package ul li {
    margin-bottom: 8px;
}

.package p {
    margin-top: 10px;
    font-weight: bold;
    font-size: 1rem;
}

.flaticon-car-service-2,
.flaticon-car-wash {
    font-size: 4rem;
    margin: 20px;
    background-image: linear-gradient(#d60000, #ebebeb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: transform 0.3s ease;
}

.flaticon-car-service-2:hover,
.flaticon-car-wash:hover {
    transform: scale(1.1);
}

.book-now-btn {
    padding: 10px 30px 12px 30px;
    text-align: center; 
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #eb0000;
    border: none;
    border-radius: 60px;
    box-shadow: inset 0 0 0 0 #000000;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}

.book-now-btn:hover {
    color: #b40000;
    background: #ffffff;
    box-shadow: inset 200px 0 0 0 #ffffff;
}
.red-check {
    color: #eb0000; /* Red color */
    margin-right: 10px; /* Spacing between icon and text */
}

.feature-list li {
    margin-bottom: 8px; /* Adjust spacing between list items */
    display: flex;
    align-items: center; /* Align icon and text */
}
/* Mobile View Styles */
@media (max-width: 768px) {
    .price-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .price-round {
        font-size: 16px; /* Adjust font size */
        padding: 6px 16px; /* Adjust padding */
        margin-bottom: 10px; /* Add spacing */
        margin-right: 0;
    }

    .old-price {
        margin-left: 0;
        font-size: 12px; /* Adjust font size */
    }

    .tabs {
        flex-direction: column;
        align-items: center;
    }

    .tab {
        margin: 5px 0;
        padding: 10px 20px; /* Adjust padding */
        width: 90%;
        text-align: center;
    }

    .packages {
        flex-direction: column;
    }

    .package {
        width: 100%; /* Full width for mobile view */
        margin-bottom: 20px;
    }

    .flaticon-car-service-2,
    .flaticon-car-wash {
        font-size: 3rem; /* Adjust icon size */
    }
}




.facts {
    position: relative;
    background: url('../img/carousel-3.jpg') center center/cover no-repeat fixed; /* Replace 'img/facts.jpg' with your actual image path */
    padding: 20px 0; /* Adjust padding as needed */
    text-align: center;
    color: #fff; /* Text color */
    overflow: hidden; /* Ensure content does not overflow */
    display: flex;
    flex-direction: row;
    font-size: 1.5rem; /* Adjust font size of the whole section */
}

.container-counter-section {
    display: flex;
    justify-content: space-around;
    align-items: center; /* Center items vertically */
    max-width: 1200px; /* Adjust max-width as per your design */
    margin: 0 auto;
    flex-wrap: wrap; /* Allow items to wrap if they exceed the width */
}

.counter-item {
    flex: 0 0 15%; /* Adjust width of each item */
    padding: 20px; /* Decrease padding */
    text-align: center; /* Center text horizontally */
    margin: 30px; /* Adjust spacing between items */
}

.counter-item i {
    font-size: 2rem; /* Adjust icon size */
    margin-bottom: 10px; /* Decrease margin */
    display: block;
}

.counter-item h2 {
    font-size: 2rem; /* Adjust counter size */
    margin: 0;
    transition: transform 0.5s ease; /* Optional: Add animation */
}

.counter-item p {
    margin: 0;
    font-size: 0.9rem; /* Decrease text size */
    white-space: nowrap; /* Ensure text stays in one line */
}

@media (max-width: 768px) {
    .container-counter-section {
        flex-direction: column; /* Stack items vertically on smaller screens */
    }

    .counter-item {
        margin-bottom: 10px; /* Decrease margin */
        padding: 10px; /* Decrease padding */
    }

    .facts {
        font-size: 1rem; /* Adjust font size for smaller screens */
    }
    .footer .copyright {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 45px;
    }
    
    .footer .copyright p {
        font-size: 10px;
        margin: 0;
        color: #ffffff;
    }
    
    .footer .copyright p a {
        color: #eb0000;
    
        letter-spacing: 1px;
    }
    
    .footer .copyright p a:hover {
        color: #ffffff;
    }
    
}



.footer.bg-image {
    border-top: #e60000;
    position: relative;
    background-size: cover;
    color: #fff; /* Adjust text color for better readability */
    overflow: hidden; /* Ensure the overlay covers the entire area */
    padding: 40px 0;
}

.footer.bg-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Adjust the opacity for the desired darkness */
    z-index: 1;
}

.footer .container, 
.footer .row, 
.footer .col-lg-3, 
.footer .col-md-6, 
.footer .footer-contact, 
.footer .footer-link, 
.footer .footer-newsletter {
    position: relative;
    z-index: 2;
}

.footer h2 {
    color: #eb0000;
}

.footer .footer-contact p, 
.footer .footer-link a, 
.footer .footer-newsletter form input, 
.footer .footer-newsletter form button {
    color: white;
}

.footer .footer-newsletter form input {
    background: transparent;
    border: 1px solid #fff;
    margin-bottom: 10px;
}

.footer .footer-newsletter form button {
    background: #eb0000;
    border: none;
}

.footer-social .btn {
    background: transparent;
    border: 1px solid #fff;
    color: white;
    margin-right: 5px;
}

.footer-social .btn:hover {
    background: #eb0000;
    border-color: #eb0000;
}

.logo-footer {
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 100%;
    }
    .logo-footer img {

        max-width: 100%;
        height: auto;
    }
    .footer-contact, .footer-link {
        margin-bottom: 30px;
    }


    .privacy {
        margin: 0 auto;
        max-width: 600px;
        padding: 30px;
        border-radius: 10px;
        text-align: center;
        box-shadow: 0 0 20px rgba(0,0,0,0.1); /* Soft shadow effect */
    }

    .terms {
        margin: 0 auto;
        max-width: 600px;
        padding: 30px;
        border-radius: 10px;
        text-align: center;
        box-shadow: 0 0 20px rgba(0,0,0,0.1); /* Soft shadow effect */
    }

    .contact-info {
        padding: 15px;
        border-radius: 5px;
        margin-top: 20px;
    }
    .contact-info p {
        margin: 0;
        color: #fff; /* White text color for contact info */
    }
    .contact-info a {
        color: #b90000;
        text-decoration: none;
    }
    .contact-info a:hover {
        text-decoration: underline;
    }


    .social-icons-3d {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000; /* Ensure icons appear above other content */
    }
    
    .social-icons-3d a {
        z-index: 1000;
        display: inline-block;
        width: 50px;
        height: 50px;
        color: #fff;
        font-size: 24px;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        margin-bottom: 10px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        transform-style: preserve-3d;
        perspective: 1000px;
        background-color: #333; /* Default background color */
    }
    
    .social-icons-3d a:hover {
        transform: rotateY(360deg);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    }
    
    .social-icons-3d .whatsapp-icon-3d {
        background-color: #00ff5e; /* WhatsApp green or your preferred color */
    }
    
    .social-icons-3d .instagram-icon-3d {
        background-color: #e4002a; /* Instagram pink or your preferred color */
    }
    
    .social-icons-3d i {
        vertical-align: middle;
    }
    
    @media (max-width: 768px) {
        .social-icons-3d {
            bottom: 60px; /* Move icons 30px upwards in mobile */
            right: 10px; /* Adjust right margin for mobile */
            display: flex;
            flex-direction: column;
            align-items: flex-end; /* Align items to the end for better positioning */
        }
        
        .social-icons-3d a {
            width: 40px; /* Decrease size of icons */
            height: 40px; /* Decrease size of icons */
            font-size: 20px; /* Decrease font size */
            line-height: 40px; /* Adjust line height */
            margin-bottom: 5px; /* Decrease margin */
        }
        .back-to-top {
    
           display: none;
    }
    
    }

   #cta-section {
    padding: 50px 0;
    text-align: center;
    background: url('../img/cta.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
}

.cta-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.6); /* Add a semi-transparent background to make text readable */
    position: relative;
}

.cta-container h2 {
    font-size: 2em;
    margin-bottom: 10px;
    color: #ffffff;
}

.cta-container p {
    font-size: 1em;
    margin-bottom: 20px;
    color: #ffffff;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1em;
    color: white;
    background-color: #eb0000;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #770000;
    color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .cta-container {
        padding: 20px;
    }

    .cta-container h2 {
        font-size: 1.8em;
    }

    .cta-container p {
        font-size: 1em;
    }

    .cta-button {
        padding: 8px 8px;
        font-size: 0.9em;
    }
    
.btn.btn-custom-1 {
    padding: 5px 15px 4px 15px;
    text-align: center; 
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #eb0000;
    border: none;
    border-radius: 60px;
    box-shadow: inset 0 0 0 0 #000000;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}

.btn.btn-custom-1:hover {
    color: #b40000;
    background: #ffffff;
    box-shadow: inset 200px 0 0 0 #ffffff;
}
.btn.btn-custom-2 {
    padding: 5px 15px 4px 15px;
    margin-top: 20px;
    text-align: center; 
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #eb0000;
    border: none;
    border-radius: 60px;
    box-shadow: inset 0 0 0 0 #000000;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}

.btn.btn-custom-2:hover {
    color: #b40000;
    background: #ffffff;
    box-shadow: inset 200px 0 0 0 #ffffff;
}
}

.btn.btn-custom-1 {
    padding: 10px 30px 12px 30px;
    text-align: center; 
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #eb0000;
    border: none;
    border-radius: 60px;
    box-shadow: inset 0 0 0 0 #000000;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}

.btn.btn-custom-1:hover {
    color: #b40000;
    background: #ffffff;
    box-shadow: inset 200px 0 0 0 #ffffff;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.btn.btn-custom-2 {
    padding: 10px 30px 12px 30px;
    text-align: center; 
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #eb0000;
    border: none;
    border-radius: 60px;
    box-shadow: inset 0 0 0 0 #000000;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}

.btn.btn-custom-2:hover {
    color: #b40000;
    background: #ffffff;
    box-shadow: inset 200px 0 0 0 #ffffff;
}


.transformations-data {
    padding: 20px;
    background-color: #eb0000 ;
    color: #ffffff;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;

}
.transformations-section {
display: flex;
flex-direction: column; /* Stack items vertically */
align-items: center; /* Center items horizontally */
margin-bottom: 50px; /* Example margin */
}

.transformations-images {
margin-top: 30px;
display: flex;
flex-direction: column;
align-items: center; /* Center items horizontally */
width: 80%;
}

.big-image {
width: 50%; /* Take up 50% of available space */
margin-bottom: 20px; /* Example margin */
position: relative; /* Position for overlay */
}

.big-image img {
width: 100%;
display: block;
border-radius: 8px; /* Example border radius */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Example box shadow */
}


.small-images {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
margin-top: 20px; /* Example margin */
}

.small-image {
flex: 0 0 calc(50% - 10px); /* Take up half of available space with spacing */
margin: 5px; /* Example margin */
position: relative; /* Position for overlay */
}

.small-image img {
width: 100%;
display: block;
border-radius: 8px; /* Example border radius */
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Example box shadow */
}

.small-image img.rotated {
transform: rotate(-2deg); /* Example rotation */
}


/* Video Comparison Container */
.video-comparison-container {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 1000px;
    overflow: hidden;
}

/* Video Wrapper */
.video-wrapper {
    padding-top: 50px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background-color: #000; /* Fallback background color */
    border-radius: 10px; /* Rounded corners */
    overflow: hidden; /* Ensure contents are within rounded corners */
}

/* Video */
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Slider Button */
.slider-button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 2px solid #fff;
    cursor: ew-resize;
    z-index: 10;
    transition: left 0.3s;
}

/* Label */
.label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 10px;
    background-color: rgba(228, 0, 0, 0.7);
    color: #fff;
    font-size: 1.2em;
    border-radius: 10px;
    z-index: 4;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Label Positioning */
.label-before {
    left: 10px;
}

.label-after {
    right: 10px;
}

/* Show Label */
.show {
    opacity: 1;
}

/* Responsive Adjustments for Mobile View */
@media (max-width: 768px) {
    .video-wrapper {
        padding-top: 30px; /* Adjust padding for smaller screens */
        padding-bottom: 42.1875%; /* Adjust aspect ratio for mobile */
    }

    .slider-button {
        width: 8px; /* Adjust slider button width */
    }

    .label {
        font-size: 1em; /* Adjust label font size */
    }
}


  .custom-btn {
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px 35px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
  }
  


  
  /* 2 */
  .btn-2 {
    margin-bottom: 20px;
    background: rgb(196, 8, 8);
    background: linear-gradient(0deg, rgb(204, 2, 2) 0%, rgb(165, 0, 0) 100%);
    border: none;
    
  }
  .btn-2:before {
    height: 0%;
    width: 2px;
  }
  .btn-2:hover {
    box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
                -4px -4px 6px 0 rgba(116, 125, 136, .5), 
      inset -4px -4px 6px 0 rgba(255,255,255,.2),
      inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
  }


  .transformation-1 {
    background-color: #ff0000;
    border-radius: 10px; /* Adjust border-radius as needed */
    padding: 20px; /* Adjust padding as needed */
}