* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-red: #EE3223;
    --primary-black: #000;
    --accent-gold: #EE3223;
    --text-light: #F5F5F5;
    --text-dark: #333333;
}

.home-btn {
    position: fixed;
    z-index: 99;
    bottom: 20px;
    top: 80vh;
    right: 10px;
    cursor: pointer;
}

.home-btn a i {
    height: 50px;
    width: 50px;
    background-color: #49E670;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    border-radius: 50%;
}

.on-hover {
    background-color: #49E670;
    color: white;
    text-align: center;
    min-width: 1em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 15px;
    border-radius: 10px;
    z-index: 1000;
    box-shadow: 0 1.93465px 7.73859px rgb(0 0 0 / 15%);
    font-size: 17px;
    line-height: 21px;
}

a {
    text-decoration: none;
}

.image {
    background-position: top;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

.image img {
    height: 80vh;
    width: 100%;
    object-fit: cover;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-light);
    background-color: var(--primary-black);
    line-height: 1.6;
}

p {
    font-size: 20px !important;
}

.note{
    color: var(--primary-red);
    font-size: 16px !important;
}

.fs-5{
    font-size: 10px !important;
}

/* coffeee start  */
.coffee-customization {
    background-color: var(--primary-black);
    color: var(--text-light);
    padding: 2rem;
}

.content-container p {
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.image-collage {
    display: flex;
    margin-top: 2rem;
}

.business-hours .alert{
    border: 1px solid var(--primary-red) !important;
}
.ic{
    color: var(--primary-red) !important;
}

.small-image {
    width: 100%;
    border: 2px solid var(--primary-black);
    border-radius: 5px;
}

.large-image {
    grid-column: span 2;
    width: 100%;
    border-radius: 5px;
}

.download-container {
    margin-top: 2rem;
}

.download-container h3 {
    color: var(--primary-red);
    margin-bottom: 1rem;
}

.pdf-links {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.pdf-links a {
    background-color: var(--primary-red);
    color: var(--text-light);
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.pdf-links a:hover {
    background-color: var(--primary-black);
}
/* coffeee end */

/* header css start */
.navbar {
    background-color: rgba(0, 0, 0, 0.95);
    background-color: #000;
    padding: 0.8rem 0;
    transition: all 0.3s ease;
    border-bottom: 2px solid var(--primary-red);
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
    color: var(--accent-gold) !important;
    letter-spacing: 2px;
}

.navbar-brand img {
    transition: transform 0.3s ease;
}

.navbar-brand img:hover {
    transform: scale(1.05);
}

.nav-link {
    position: relative;
    padding: 0.5rem 1rem;
    margin: 0 0.2rem;
    color: var(--text-light) !important;
    font-weight: 500;
    transition: all 0.3s ease;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--primary-red);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover {
    color: var(--accent-gold) !important;
}

.nav-link:hover::after {
    width: 100%;
}

/* header css end */

/* home page css start  */
.hero {
    flex-direction: column;
    margin-top: 210px;
    background-size: cover;
    background-attachment: fixed;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hero::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(to top, var(--primary-black), transparent);
}

#why-tbm {
    background-color: var(--primary-black);
    padding: 4rem 1rem;
    text-align: center;
    color: var(--text-light);
}

.section-description {
    color: var(--text-light);
    text-align: justify;
}

.features-container {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.feature {
    background: linear-gradient(145deg, rgba(238, 50, 35, 0.1), rgba(0, 0, 0, 0.2));
    border-radius: 15px;
    padding: 1.5rem;
    transition: all 0.4s ease;
    border: 1px solid rgba(238, 50, 35, 0.2);
    height: 100%;
    text-align: start;
    color: var(--text-light);
}

.icon {
    background-color: var(--primary-red);
    border-radius: 50%;
    padding: 1rem;
    text-align: center;
    margin-bottom: 1rem;
    display: inline-block;
}

.icon img {
    text-align: center;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
}

.feature h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--text-light);
}

.feature p {
    font-size: 0.9rem;
    color: var(--text-light);
}

.hero h1 {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 1s ease;
}

.services {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.services a {
    margin: 0 auto;
}

.hero p {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    animation: fadeInUp 1s ease 0.3s;
    opacity: 0;
    color: var(--text-light);
    animation-fill-mode: forwards;
}

.par {
    text-align: justify;
}

.btn-custom {
    background-color: var(--primary-red);
    color: var(--text-light);
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-custom:hover {
    background-color: var(--primary-red);
    color: var(--primary-black);
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.service-card {
    cursor: pointer;
    background: linear-gradient(145deg, rgba(238, 50, 35, 0.1), rgba(0, 0, 0, 0.2));
    border-radius: 15px;
    padding: 2.5rem;
    transition: all 0.4s ease;
    border: 1px solid rgba(238, 50, 35, 0.2);
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: var(--primary-red);
    box-shadow: 0 10px 30px rgba(238, 50, 35, 0.2);

}

.red:hover {
    color: var(--primary-red) !important;
    font-size: 30px;
}

.service-icon {
    font-size: 3.5rem;
    color: var(--primary-red);
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
}

.about-image {
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    border: 3px solid var(--accent-gold);
}

.asia {
    font-size: 1.8rem;
    text-align: center;
}

.about-image:hover {
    transform: scale(1.05);
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.animate-on-scroll.show {
    opacity: 1;
    transform: translateY(0);
}

.faq-section {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 2rem;
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.faq-question {
    background-color: var(--primary-red);
    color: var(--text-light);
    border: none;
    text-align: left;
    padding: 1rem;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.faq-question:hover,
.faq-question:focus {
    background-color: var(--accent-gold);
    color: var(--primary-black);
}

.faq-answer {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 0 0 10px 10px;
    margin-top: -1rem;
    margin-bottom: 1rem;
}

.stats-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    margin: 1rem;
}

.stat-circle {
    width: 200px;
    height: 200px;
    border: 3px solid var(--primary-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.stat-circle::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(238, 50, 35, 0.2), transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stat-circle:hover::before {
    opacity: 1;
}

.stat-number {
    font-size: 3rem;
    font-weight: bold;
    color: var(--primary-red);
    position: relative;
    z-index: 1;
}

.stat-label {
    font-size: 1.1rem;
    color: var(--accent-gold);
    margin-top: 0.5rem;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* home page css end  */

/* about page css start  */

.client-slider-section {
    padding: 50px 0;
    background-color: var(--primary-black);
}

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.slider-item {
    display: flex;
    justify-content: space-between;
    min-width: 100%;
    flex-wrap: wrap;
    gap: 15px;
}

.client-card {
    flex: 1;
    min-width: 180px;
    background-color: var(--primary-black);
    border-radius: 50%;
    color: var(--text-light);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 10px;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease;
}

.client-card:hover {
    transform: scale(1.05);
}

.client-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.client-card-body img{
    height: 180px;
    width: 180px;
}

.client-icon {
    color: var(--primary-red);
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.client-name {
    color: var(--text-light);
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.client-location {
    color: var(--text-light);
    font-size: 0.9rem;
}

.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: var(--text-dark);
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    font-size: 1.5rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.slider-prev {
    left: 10px;
}

.slider-next {
    right: 10px;
}

.slider-prev:hover,
.slider-next:hover {
    background-color: var(--primary-black);
}

.home::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(to top, var(--primary-black), transparent);
}

.home h1 {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 1s ease;
}

.home p {
    color: var(--text-light);
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    animation: fadeInUp 1s ease 0.3s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.btn-custom {
    background-color: var(--primary-red);
    color: var(--text-light);
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-custom:hover {
    background-color: var(--primary-red);
    color: var(--primary-black);
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.section-title {
    font-family: 'Playfair Display', serif;
    color: var(--primary-red);
    margin-bottom: 2rem;
    font-size: 2.5rem;
    position: relative;
    padding-bottom: 15px;
}
.section-title img{
    height: 80px;
}


.experience-card {
    background: var(--primary-black);
    color: var(--text-light);
    padding: 2rem;
    border-radius: 10px;
    height: 100%;
    transition: transform 0.3s ease;
    border: 2px solid var(--accent-gold);
}

.experience-card:hover {
    transform: translateY(-10px);
}

.experience-card i {
    color: var(--accent-gold);
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.service-card {
    background: linear-gradient(145deg, rgba(238, 50, 35, 0.1), rgba(0, 0, 0, 0.2));
    border-radius: 15px;
    padding: 2.5rem;
    transition: all 0.4s ease;
    border: 1px solid rgba(238, 50, 35, 0.2);
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: var(--primary-red);
    box-shadow: 0 10px 30px rgba(238, 50, 35, 0.2);
}

.service-icon {
    font-size: 3.5rem;
    color: var(--primary-red);
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
}

.team-member {
    border: 2px solid var(--primary-red);
    text-align: center;
    margin-bottom: 2rem;
}

.team-member img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 1rem;
    border: 3px solid var(--accent-gold);
}

.stats-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    margin: 1rem;
}

.stat-card {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 3px solid var(--accent-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.2) 0%, rgba(26, 26, 26, 0) 70%);
}

.number {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--primary-red);
    position: relative;
}

.team-section {
    padding: 40px 20px;
    text-align: center;
}

.team-section h1 {
    font-size: 2.5rem;
    color: var(--accent-gold);
    margin-bottom: 20px;
    position: relative;
}

.slider {
    position: relative;
    max-width: 1200px;
    margin: 40px auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.team-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.team-card {
    min-width: 100%;
    display: flex;
    align-items: center;
    background-color: var(--primary-black);
    border: 1px solid var(--accent-gold);
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
}

.team-card img {
    width: 300px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.team-card-content {
    padding: 20px;
    text-align: left;
    flex: 1;
}

.team-card h2 {
    color: var(--primary-red);
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.team-card h3 {
    color: var(--text-light);
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.team-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-light);
    margin-bottom: 15px;
}

.team-contact span {
    display: block;
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 5px;
}

.team-contact a {
    color: var(--accent-gold);
    text-decoration: none;
    font-weight: bold;
}

.team-contact a:hover {
    color: var(--primary-red);
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--primary-black);
    border: none;
    color: var(--accent-gold);
    font-size: 2rem;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    z-index: 1000;
    transition: background-color 0.3s, color 0.3s;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.slider-btn:hover {
    background-color: var(--accent-gold);
    color: var(--primary-black);
}

.asia {
    font-size: 1.8rem;
    text-align: center;
}

.stat-label {
    font-size: 1.1rem;
    color: var(--accent-gold);
    margin-top: 0.5rem;
}

.mission-vision {
    background-color: var(--primary-black);
    color: var(--text-light);
    padding: 4rem 0;
}

.bo {
    border: 2px solid var(--primary-red);
}

/* about page css end  */

/* service page css start  */
.featured-service {
    background-color: var(--primary-black);
    padding: 20px 0;
    position: relative;
}

.featured-services-card {
    background-color: var(--primary-black);
    border: 2px solid var(--accent-gold);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 500px;
    display: flex;
    flex-direction: column;
}

.featured-services-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.4);
}

.featured-service-image-container {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.featured-service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.featured-services-card:hover .featured-service-image {
    transform: scale(1.1);
}

.featured-service-icon {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3rem;
    color: var(--accent-gold);
    background-color: var(--primary-black);
    border: 2px solid var(--accent-gold);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.red {
    font-size: 35px;
}

.card-body img {
    height: 150px;
    width: 100%;
    margin-bottom: 10px;
    object-fit: cover;
}

.featured-service-content {
    padding: 40px 20px 20px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.featured-service-title {
    color: var(--accent-gold);
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.featured-service-description {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

.btn-learn-more {
    background-color: var(--primary-red);
    color: var(--text-light);
    border: none;
    transition: all 0.3s ease;
    padding: 10px 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-learn-more:hover {
    background-color: var(--accent-gold);
    color: var(--primary-black);
}

.services-card {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--accent-gold);
    transition: all 0.3s ease;
    height: 220px;
}

.services-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);
}

.service-icon {
    font-size: 2rem;
    color: var(--accent-gold);
    margin-bottom: 0.5rem;
}

.cta {
    background: var(--primary-black);
    color: var(--text-light);
}


.animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}

.animated-bg span {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: var(--accent-gold);
    animation: move 25s linear infinite;
    opacity: 0.1;
}

@keyframes move {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}

/* service page css end  */

/* contact css start  */
.contact-section {
    padding: 80px 0;
    position: relative;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(135deg, rgba(196, 30, 58, 0.05) 0%, rgba(212, 175, 55, 0.05) 100%);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 0;
}

.section-subtitle {
    color: var(--text-dark);
    font-size: 1.1rem;
    margin-bottom: 3rem;
    opacity: 0.8;
}

.contact-card {
    background: var(--primary-black);
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--accent-gold);
    transition: all 0.3s ease;
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-red) 0%, var(--accent-gold) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.contact-card:hover::before {
    opacity: 0.03;
}

.contact-card .icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--primary-red) 0%, var(--accent-gold) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.contact-card .icon i {
    font-size: 1.8rem;
    color: var(--text-light);
}

.contact-card h3 {
    color: var(--primary-red);
    font-size: 1.3rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.contact-card p {
    color: var(--primary-red);
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 2;
}

.contact-form-container {
    background: white;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.form-header {
    background: linear-gradient(135deg, var(--primary-red) 0%, var(--accent-gold) 100%);
    padding: 2rem;
    color: var(--text-light);
}

.form-content {
    padding: 2.5rem;
    border: 2px solid var(--accent-gold);
    background-color: var(--primary-black);
}

.form-control {
    border: 2px solid #eee;
    padding: 0.8rem 1.2rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.form-control:focus {
    border-color: var(--primary-red);
    box-shadow: 0 0 0 0.2rem rgba(196, 30, 58, 0.1);
    background: white;
}

.form-label {
    color: var(--text-red);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.btn-submit {
    background: linear-gradient(135deg, var(--primary-red) 0%, var(--accent-gold) 100%);
    color: var(--text-light);
    padding: 1rem 2rem;
    border-radius: 15px;
    border: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(196, 30, 58, 0.2);
    color: var(--text-light);
}

.btn-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--accent-gold) 0%, var(--primary-red) 100%);
    transition: all 0.4s ease;
    z-index: -1;
}

.btn-submit:hover::before {
    left: 0;
}

.map-container {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 300px;
    position: relative;
}

.business-hours {
    background: var(--primary-black);
    border-radius: 20px;
    border: 2px solid var(--accent-gold);
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.business-hours h3 {
    color: var(--primary-red);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.hour-slot {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.hour-slot:last-child {
    border-bottom: none;
}

.hour-day {
    font-weight: 500;
    color: var(--accent-gold);
}

.hour-time {
    color: var(--primary-red);
}

.hour-slot.closed .hour-time {
    color: var(--primary-red);
}

.accordion-body {
    color: var(--primary-red);
}

.social-links {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--text-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-red);
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background: var(--primary-red);
    color: var(--text-light);
    transform: translateY(-3px);
}

/* contact css end */


/* footer css start  */
footer {
    background: linear-gradient(to top, var(--primary-black), rgba(0, 0, 0, 0.95));
    border-top: 2px solid var(--primary-red);
    padding: 4rem 0 0;
}

.footer-social {
    text-align: justify;
}

.footer-social a {
    display: inline-block;
    text-align: justify;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: rgba(238, 50, 35, 0.1);
    color: var(--text-light);
    margin: 0 5px 0 -2px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: var(--primary-red);
    transform: translateY(-3px);
}

.social-icon {
    color: var(--accent-gold);
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: var(--primary-red);
}

.footer-logo img {
    max-width: 350px;
    height: 20px;
}

.footer-description {
    margin-bottom: 20px;
    text-align: justify;
}

.footer-social a {
    color: #fff;
    font-size: 1.2rem;
    margin-right: 15px;
}

.footer-links {
    margin-top: 25px;
}

.footer-contact {
    margin-top: 25px;
}

.footer-links h5 {
    text-align: justify;
    margin-left: 100px;
    color: var(--primary-red);
    margin-bottom: 20px;
    font-weight: bold;
}

.footer-links ul {
    padding: 0;
    text-align: justify;
    margin-left: 120px;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary-red);
}

.footer-contact p {
    margin-bottom: 5px;
}

.footer-contact h5 {
    color: var(--primary-red);
    font-weight: bold;
}

.footer-map {
    width: 100%;
    height: 200px;
    border: none;
}

/* footer css end  */

/* responsive css start  */
@media screen and (max-width: 1024px) {
    .slider-item {
        justify-content: center;
    }

    .client-card {
        flex-basis: calc(33.333% - 20px);
    }
}

@media screen and (max-width: 480px) {
    .client-card {
        flex-basis: 100%;
        margin: 10px 0;
    }

    .slider-prev,
    .slider-next {
        padding: 5px 10px;
        font-size: 1rem;
    }

    .close {
        font-size: 24px;
        top: 5px;
        right: 10px;
    }

    .pdf-links a {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .client-card {
        flex-basis: calc(50% - 20px);
    }

    .section-title {
        font-size: 1.5rem;
    }

    .stat-circle {
        width: 120px;
        height: 120px;
    }

    .footer-links h5 {
        margin-left: 0;
    }


    .hero {
        height: 100vh;
    }

    .footer-description {
        text-align: justify;
    }

    .footer-social {
        text-align: start;
    }

    .footer-social a {
        width: fit-content;
    }

    .stat-number {
        font-size: 2rem;
    }

    .footer-links ul {
        margin-left: 0;
    }

    .footer-links h5 {
        text-align: justify;
    }

    .footer-logo,
    .footer-links,
    .footer-contact {
        margin-bottom: 30px;
        text-align: center;
    }

    .hero h1 {
        font-size: 3rem;
    }

    .hero p {
        font-size: 1.4rem;
    }

    .stat-circle {
        width: 150px;
        height: 150px;
    }

    .stat-number {
        font-size: 2.2rem;
    }

    .image img {
        height: 65vh;
    }

    .team-card {
        flex-direction: column;
    }

    .team-card img {
        width: 100%;
    }

    .team-card-content {
        padding: 15px;
    }

    .team-card h2 {
        font-size: 1.5rem;
    }

    .team-card h3 {
        font-size: 1rem;
    }

    .team-card p {
        font-size: 0.9rem;
    }

    .features-container {
        flex-direction: column;
        align-items: center;
    }

    .feature {
        width: 100%;
    }

    .client-card {
        border-radius: 10px;
    }
}

/* responsive css end  */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-red: #EE3223;
    --primary-black: #000;
    --accent-gold: #EE3223;
    --text-light: #F5F5F5;
    --text-dark: #333333;
}

.home-btn {
    position: fixed;
    z-index: 99;
    bottom: 20px;
    top: 80vh;
    right: 10px;
    cursor: pointer;
}

.home-btn a i {
    height: 50px;
    width: 50px;
    background-color: #49E670;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    border-radius: 50%;
}

.on-hover {
    background-color: #49E670;
    color: white;
    text-align: center;
    min-width: 1em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 15px;
    border-radius: 10px;
    z-index: 1000;
    box-shadow: 0 1.93465px 7.73859px rgb(0 0 0 / 15%);
    font-size: 17px;
    line-height: 21px;
}

a {
    text-decoration: none;
}

.image {
    background-position: top;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

.image img {
    height: 80vh;
    width: 100%;
    object-fit: cover;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-light);
    background-color: var(--primary-black);
    line-height: 1.6;
}

p {
    font-size: 20px !important;
}

.note{
    color: var(--primary-red);
    font-size: 16px !important;
}

.fs-5{
    font-size: 10px !important;
}

/* coffeee start  */
.coffee-customization {
    background-color: var(--primary-black);
    color: var(--text-light);
    padding: 2rem;
}

.content-container p {
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.image-collage {
    display: flex;
    margin-top: 2rem;
}

.business-hours .alert{
    border: 1px solid var(--primary-red) !important;
}
.ic{
    color: var(--primary-red) !important;
}

.small-image {
    width: 100%;
    border: 2px solid var(--primary-black);
    border-radius: 5px;
}

.large-image {
    grid-column: span 2;
    width: 100%;
    border-radius: 5px;
}

.download-container {
    margin-top: 2rem;
}

.download-container h3 {
    color: var(--primary-red);
    margin-bottom: 1rem;
}

.pdf-links {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.pdf-links a {
    background-color: var(--primary-red);
    color: var(--text-light);
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.pdf-links a:hover {
    background-color: var(--primary-black);
}
/* coffeee end */

/* header css start */
.navbar {
    background-color: rgba(0, 0, 0, 0.95);
    background-color: #000;
    padding: 0.8rem 0;
    transition: all 0.3s ease;
    border-bottom: 2px solid var(--primary-red);
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
    color: var(--accent-gold) !important;
    letter-spacing: 2px;
}

.navbar-brand img {
    transition: transform 0.3s ease;
}

.navbar-brand img:hover {
    transform: scale(1.05);
}

.nav-link {
    position: relative;
    padding: 0.5rem 1rem;
    margin: 0 0.2rem;
    color: var(--text-light) !important;
    font-weight: 500;
    transition: all 0.3s ease;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--primary-red);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover {
    color: var(--accent-gold) !important;
}

.nav-link:hover::after {
    width: 100%;
}

/* header css end */

/* home page css start  */
.hero {
    flex-direction: column;
    margin-top: 210px;
    background-size: cover;
    background-attachment: fixed;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hero::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(to top, var(--primary-black), transparent);
}

#why-tbm {
    background-color: var(--primary-black);
    padding: 4rem 1rem;
    text-align: center;
    color: var(--text-light);
}

.section-description {
    color: var(--text-light);
    text-align: justify;
}

.features-container {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.feature {
    background: linear-gradient(145deg, rgba(238, 50, 35, 0.1), rgba(0, 0, 0, 0.2));
    border-radius: 15px;
    padding: 1.5rem;
    transition: all 0.4s ease;
    border: 1px solid rgba(238, 50, 35, 0.2);
    height: 100%;
    text-align: start;
    color: var(--text-light);
}

.icon {
    background-color: var(--primary-red);
    border-radius: 50%;
    padding: 1rem;
    text-align: center;
    margin-bottom: 1rem;
    display: inline-block;
}

.icon img {
    text-align: center;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
}

.feature h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--text-light);
}

.feature p {
    font-size: 0.9rem;
    color: var(--text-light);
}

.hero h1 {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 1s ease;
}

.services {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.services a {
    margin: 0 auto;
}

.hero p {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    animation: fadeInUp 1s ease 0.3s;
    opacity: 0;
    color: var(--text-light);
    animation-fill-mode: forwards;
}

.par {
    text-align: justify;
}

.btn-custom {
    background-color: var(--primary-red);
    color: var(--text-light);
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-custom:hover {
    background-color: var(--primary-red);
    color: var(--primary-black);
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.service-card {
    cursor: pointer;
    background: linear-gradient(145deg, rgba(238, 50, 35, 0.1), rgba(0, 0, 0, 0.2));
    border-radius: 15px;
    padding: 2.5rem;
    transition: all 0.4s ease;
    border: 1px solid rgba(238, 50, 35, 0.2);
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: var(--primary-red);
    box-shadow: 0 10px 30px rgba(238, 50, 35, 0.2);

}

.red:hover {
    color: var(--primary-red) !important;
    font-size: 30px;
}

.service-icon {
    font-size: 3.5rem;
    color: var(--primary-red);
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
}

.about-image {
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    border: 3px solid var(--accent-gold);
}

.asia {
    font-size: 1.8rem;
    text-align: center;
}

.about-image:hover {
    transform: scale(1.05);
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.animate-on-scroll.show {
    opacity: 1;
    transform: translateY(0);
}

.faq-section {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 2rem;
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.faq-question {
    background-color: var(--primary-red);
    color: var(--text-light);
    border: none;
    text-align: left;
    padding: 1rem;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.faq-question:hover,
.faq-question:focus {
    background-color: var(--accent-gold);
    color: var(--primary-black);
}

.faq-answer {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 0 0 10px 10px;
    margin-top: -1rem;
    margin-bottom: 1rem;
}

.stats-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    margin: 1rem;
}

.stat-circle {
    width: 200px;
    height: 200px;
    border: 3px solid var(--primary-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.stat-circle::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(238, 50, 35, 0.2), transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stat-circle:hover::before {
    opacity: 1;
}

.stat-number {
    font-size: 3rem;
    font-weight: bold;
    color: var(--primary-red);
    position: relative;
    z-index: 1;
}

.stat-label {
    font-size: 1.1rem;
    color: var(--accent-gold);
    margin-top: 0.5rem;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* home page css end  */

/* about page css start  */

.client-slider-section {
    padding: 50px 0;
    background-color: var(--primary-black);
}

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.slider-item {
    display: flex;
    justify-content: space-between;
    min-width: 100%;
    flex-wrap: wrap;
    gap: 15px;
}

.client-card {
    flex: 1;
    min-width: 180px;
    background-color: var(--primary-black);
    border-radius: 50%;
    color: var(--text-light);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 10px;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease;
}

.client-card:hover {
    transform: scale(1.05);
}

.client-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.client-card-body img{
    height: 180px;
    width: 180px;
}

.client-icon {
    color: var(--primary-red);
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.client-name {
    color: var(--text-light);
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.client-location {
    color: var(--text-light);
    font-size: 0.9rem;
}

.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: var(--text-dark);
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    font-size: 1.5rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.slider-prev {
    left: 10px;
}

.slider-next {
    right: 10px;
}

.slider-prev:hover,
.slider-next:hover {
    background-color: var(--primary-black);
}

.home::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(to top, var(--primary-black), transparent);
}

.home h1 {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 1s ease;
}

.home p {
    color: var(--text-light);
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    animation: fadeInUp 1s ease 0.3s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.btn-custom {
    background-color: var(--primary-red);
    color: var(--text-light);
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-custom:hover {
    background-color: var(--primary-red);
    color: var(--primary-black);
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.section-title {
    font-family: 'Playfair Display', serif;
    color: var(--primary-red);
    margin-bottom: 2rem;
    font-size: 2.5rem;
    position: relative;
    padding-bottom: 15px;
}
.section-title img{
    height: 80px;
}


.experience-card {
    background: var(--primary-black);
    color: var(--text-light);
    padding: 2rem;
    border-radius: 10px;
    height: 100%;
    transition: transform 0.3s ease;
    border: 2px solid var(--accent-gold);
}

.experience-card:hover {
    transform: translateY(-10px);
}

.experience-card i {
    color: var(--accent-gold);
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.service-card {
    background: linear-gradient(145deg, rgba(238, 50, 35, 0.1), rgba(0, 0, 0, 0.2));
    border-radius: 15px;
    padding: 2.5rem;
    transition: all 0.4s ease;
    border: 1px solid rgba(238, 50, 35, 0.2);
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: var(--primary-red);
    box-shadow: 0 10px 30px rgba(238, 50, 35, 0.2);
}

.service-icon {
    font-size: 3.5rem;
    color: var(--primary-red);
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
}

.team-member {
    border: 2px solid var(--primary-red);
    text-align: center;
    margin-bottom: 2rem;
}

.team-member img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 1rem;
    border: 3px solid var(--accent-gold);
}

.stats-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    margin: 1rem;
}

.stat-card {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 3px solid var(--accent-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.2) 0%, rgba(26, 26, 26, 0) 70%);
}

.number {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--primary-red);
    position: relative;
}

.team-section {
    padding: 40px 20px;
    text-align: center;
}

.team-section h1 {
    font-size: 2.5rem;
    color: var(--accent-gold);
    margin-bottom: 20px;
    position: relative;
}

.slider {
    position: relative;
    max-width: 1200px;
    margin: 40px auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.team-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.team-card {
    min-width: 100%;
    display: flex;
    align-items: center;
    background-color: var(--primary-black);
    border: 1px solid var(--accent-gold);
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
}

.team-card img {
    width: 300px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.team-card-content {
    padding: 20px;
    text-align: left;
    flex: 1;
}

.team-card h2 {
    color: var(--primary-red);
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.team-card h3 {
    color: var(--text-light);
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.team-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-light);
    margin-bottom: 15px;
}

.team-contact span {
    display: block;
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 5px;
}

.team-contact a {
    color: var(--accent-gold);
    text-decoration: none;
    font-weight: bold;
}

.team-contact a:hover {
    color: var(--primary-red);
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--primary-black);
    border: none;
    color: var(--accent-gold);
    font-size: 2rem;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    z-index: 1000;
    transition: background-color 0.3s, color 0.3s;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.slider-btn:hover {
    background-color: var(--accent-gold);
    color: var(--primary-black);
}

.asia {
    font-size: 1.8rem;
    text-align: center;
}

.stat-label {
    font-size: 1.1rem;
    color: var(--accent-gold);
    margin-top: 0.5rem;
}

.mission-vision {
    background-color: var(--primary-black);
    color: var(--text-light);
    padding: 4rem 0;
}

.bo {
    border: 2px solid var(--primary-red);
}

.terms{
    font-size: 16px !important;
}

.terms p a{
    color: var(--primary-red) !important;
}
.terms h1{
    color: var(--primary-red);
}
.terms h2{
    font-size: 25px !important;
}

/* about page css end  */

/* service page css start  */
.featured-service {
    background-color: var(--primary-black);
    padding: 20px 0;
    position: relative;
}

.featured-services-card {
    background-color: var(--primary-black);
    border: 2px solid var(--accent-gold);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 500px;
    display: flex;
    flex-direction: column;
}

.featured-services-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.4);
}

.featured-service-image-container {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.featured-service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.featured-services-card:hover .featured-service-image {
    transform: scale(1.1);
}

.featured-service-icon {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3rem;
    color: var(--accent-gold);
    background-color: var(--primary-black);
    border: 2px solid var(--accent-gold);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.red {
    font-size: 35px;
}

.card-body img {
    height: 150px;
    width: 100%;
    margin-bottom: 10px;
    object-fit: cover;
}

.featured-service-content {
    padding: 40px 20px 20px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.featured-service-title {
    color: var(--accent-gold);
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.featured-service-description {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

.btn-learn-more {
    background-color: var(--primary-red);
    color: var(--text-light);
    border: none;
    transition: all 0.3s ease;
    padding: 10px 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-learn-more:hover {
    background-color: var(--accent-gold);
    color: var(--primary-black);
}

.services-card {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--accent-gold);
    transition: all 0.3s ease;
    height: 220px;
}

.services-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);
}

.service-icon {
    font-size: 2rem;
    color: var(--accent-gold);
    margin-bottom: 0.5rem;
}

.cta {
    background: var(--primary-black);
    color: var(--text-light);
}


.animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}

.animated-bg span {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: var(--accent-gold);
    animation: move 25s linear infinite;
    opacity: 0.1;
}

@keyframes move {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}

/* service page css end  */

/* contact css start  */
.contact-section {
    padding: 80px 0;
    position: relative;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(135deg, rgba(196, 30, 58, 0.05) 0%, rgba(212, 175, 55, 0.05) 100%);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 0;
}

.section-subtitle {
    color: var(--text-dark);
    font-size: 1.1rem;
    margin-bottom: 3rem;
    opacity: 0.8;
}

.contact-card {
    background: var(--primary-black);
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--accent-gold);
    transition: all 0.3s ease;
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-red) 0%, var(--accent-gold) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.contact-card:hover::before {
    opacity: 0.03;
}

.contact-card .icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--primary-red) 0%, var(--accent-gold) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.contact-card .icon i {
    font-size: 1.8rem;
    color: var(--text-light);
}

.contact-card h3 {
    color: var(--primary-red);
    font-size: 1.3rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.contact-card p {
    color: var(--primary-red);
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 2;
}

.contact-form-container {
    background: white;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.form-header {
    background: linear-gradient(135deg, var(--primary-red) 0%, var(--accent-gold) 100%);
    padding: 2rem;
    color: var(--text-light);
}

.form-content {
    padding: 2.5rem;
    border: 2px solid var(--accent-gold);
    background-color: var(--primary-black);
}

.form-control {
    border: 2px solid #eee;
    padding: 0.8rem 1.2rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.form-control:focus {
    border-color: var(--primary-red);
    box-shadow: 0 0 0 0.2rem rgba(196, 30, 58, 0.1);
    background: white;
}

.form-label {
    color: var(--text-red);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.btn-submit {
    background: linear-gradient(135deg, var(--primary-red) 0%, var(--accent-gold) 100%);
    color: var(--text-light);
    padding: 1rem 2rem;
    border-radius: 15px;
    border: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(196, 30, 58, 0.2);
    color: var(--text-light);
}

.btn-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--accent-gold) 0%, var(--primary-red) 100%);
    transition: all 0.4s ease;
    z-index: -1;
}

.btn-submit:hover::before {
    left: 0;
}

.map-container {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 300px;
    position: relative;
}

.business-hours {
    background: var(--primary-black);
    border-radius: 20px;
    border: 2px solid var(--accent-gold);
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.business-hours h3 {
    color: var(--primary-red);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.hour-slot {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.hour-slot:last-child {
    border-bottom: none;
}

.hour-day {
    font-weight: 500;
    color: var(--accent-gold);
}

.hour-time {
    color: var(--primary-red);
}

.hour-slot.closed .hour-time {
    color: var(--primary-red);
}

.accordion-body {
    color: var(--primary-red);
}

.social-links {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--text-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-red);
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background: var(--primary-red);
    color: var(--text-light);
    transform: translateY(-3px);
}

/* contact css end */


/* footer css start  */
footer {
    background: linear-gradient(to top, var(--primary-black), rgba(0, 0, 0, 0.95));
    border-top: 2px solid var(--primary-red);
    padding: 4rem 0 0;
}

.footer-social {
    text-align: justify;
}

.footer-social a {
    display: inline-block;
    text-align: justify;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: rgba(238, 50, 35, 0.1);
    color: var(--text-light);
    margin: 0 5px 0 -2px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: var(--primary-red);
    transform: translateY(-3px);
}

.social-icon {
    color: var(--accent-gold);
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: var(--primary-red);
}

.footer-logo img {
    max-width: 350px;
    height: 20px;
}

.footer-description {
    margin-bottom: 20px;
    text-align: justify;
}

.footer-social a {
    color: #fff;
    font-size: 1.2rem;
    margin-right: 15px;
}

.footer-links {
    margin-top: 25px;
}

.footer-contact {
    margin-top: 25px;
}

.footer-links h5 {
    text-align: justify;
    margin-left: 100px;
    color: var(--primary-red);
    margin-bottom: 20px;
    font-weight: bold;
}

.footer-links ul {
    padding: 0;
    text-align: justify;
    margin-left: 120px;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary-red);
}

.footer-contact p {
    margin-bottom: 5px;
}

.footer-contact h5 {
    color: var(--primary-red);
    font-weight: bold;
}

.footer-map {
    width: 100%;
    height: 200px;
    border: none;
}

/* footer css end  */

/* responsive css start  */
@media screen and (max-width: 1024px) {
    .slider-item {
        justify-content: center;
    }

    .client-card {
        flex-basis: calc(33.333% - 20px);
    }
}

@media screen and (max-width: 480px) {
    .client-card {
        flex-basis: 100%;
        margin: 10px 0;
    }

    .slider-prev,
    .slider-next {
        padding: 5px 10px;
        font-size: 1rem;
    }

    .close {
        font-size: 24px;
        top: 5px;
        right: 10px;
    }

    .pdf-links a {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .client-card {
        flex-basis: calc(50% - 20px);
    }

    .section-title {
        font-size: 1.5rem;
    }

    .stat-circle {
        width: 120px;
        height: 120px;
    }

    .footer-links h5 {
        margin-left: 0;
    }


    .hero {
        height: 100vh;
    }

    .footer-description {
        text-align: justify;
    }

    .footer-social {
        text-align: start;
    }

    .footer-social a {
        width: fit-content;
    }

    .stat-number {
        font-size: 2rem;
    }

    .footer-links ul {
        margin-left: 0;
    }

    .footer-links h5 {
        text-align: justify;
    }

    .footer-logo,
    .footer-links,
    .footer-contact {
        margin-bottom: 30px;
        text-align: center;
    }

    .hero h1 {
        font-size: 3rem;
    }

    .hero p {
        font-size: 1.4rem;
    }

    .stat-circle {
        width: 150px;
        height: 150px;
    }

    .stat-number {
        font-size: 2.2rem;
    }

    .image img {
        height: 65vh;
    }

    .team-card {
        flex-direction: column;
    }

    .team-card img {
        width: 100%;
    }

    .team-card-content {
        padding: 15px;
    }

    .team-card h2 {
        font-size: 1.5rem;
    }

    .team-card h3 {
        font-size: 1rem;
    }

    .team-card p {
        font-size: 0.9rem;
    }

    .features-container {
        flex-direction: column;
        align-items: center;
    }

    .feature {
        width: 100%;
    }

    .client-card {
        border-radius: 10px;
    }
}

/* responsive css end  */