body {
    /* font-family: Arial, sans-serif; */
    overflow-x: hidden;
    font-family: "Roboto";
    font-size: 15px;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

@media (max-width: 768px) {

    /* Adjust breakpoint as needed */
    .navbar {
        background-color: #ffffff !important;
        /* Change to your desired color */
    }
}
.navbar-toggler {
    border: none;
    background: none;
    font-size: 24px;
    color: white;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    /* width: 1.5em; */
    /* height: 1.5em; */
    vertical-align: middle;
    /* background-image: var(--bs-navbar-toggler-icon-bg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: none !important;
}

.navbar-collapse {
    transition: all 0.3s ease-in-out;
}

@media (max-width: 992px) {
    .navbar-collapse {
        background: red;
        padding: 10px;
    }
}

button.navbar-toggler {
    border: none;
}


/* Top Header */
/* General Styling */
body {
    font-family: Arial, sans-serif;
}

/* Top Header Bar */
.container-fluid.bg-light {
    background: #ffffff;
    padding: 10px 0;
    border-bottom: 3px solid red;
}

.row.text-center {
    padding: 45px;
}

h4 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700 !important;
}

/* Logo */
.logo img {
    max-height: 60px;
}

/* Contact Information */
.contact-info {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.contact-info i {
    color: #EC0000;
    font-size: 34px;
}

/* Social Media Icons */
.social-icons a {
    font-size: 20px;
    color: #333;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: red;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container-fluid .d-flex {
        flex-direction: column;
        text-align: center;
    }

    .contact-info {
        margin-top: 10px;
    }

    .social-icons {
        margin-top: 10px;
    }
}


/* Navbar */
.navbar {
    background: red;
    padding: 10px 0;
}

.navbar-nav .nav-link {
    color: white !important;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 15px;
}

.navbar-brand {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.navbar-brand img {
    height: 40px;
    margin-right: 10px;
    display: none;
}

.navbar-toggler {
    border: none;
    color: #ffffff;
}

.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none !important;
}

/* Responsive */
@media (max-width: 992px) {
    .contact-info {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }

    .navbar-brand img {
        height: 40px;
        margin-right: 10px;
        display: block;
    }

    .contact-info.d-flex.flex-column.flex-md-row.align-items-center {
        display: none !important;
    }

    .social-icons {
        margin-top: 5px;
    }

    .navbar-nav {
        text-align: center;
    }
}

h2 {
    color: #0c0c0c !important;
    font-size: 40px !important;
    z-index: 7;
    font-family: Arial;
    touch-action: manipulation;
    height: auto;
    width: auto;
    color: rgb(12, 12, 12);
    text-decoration: none;
    /* white-space: nowrap; */
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 50px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 40px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
}

h2.highlight {
    line-height: 87px !important;
    letter-spacing: -4px !important;
    font-weight: 800 !important;
    font-size: 77px !important;
    color: rgb(211, 0, 0) !important;
}

p {
    color: #0c0c0c !important;
    font-size: 25px !important;
    /* position: absolute; */
    display: block;
    pointer-events: auto;
    touch-action: manipulation;
    /* left: 765px; */
    top: 299px;
    z-index: 8;
    visibility: visible;
    perspective: 601px;
}

.navbar a {
    color: white !important;
    font-weight: bold;
}

/*.hero-section {*/
/*    position: relative;*/
/*    background: url('./images/banner-work-4.png') no-repeat center center/cover;*/
/*    height: 500px;*/
/*    color: #ffffff;*/
/*    text-align: center;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    overflow: hidden;*/
/*}*/

/*.hero-content {*/
    /* background: rgba(0, 0, 0, 0.6); */
/*    padding: 20px;*/
/*    border-radius: 10px;*/
/*    animation: fadeInUp 1s ease-in-out;*/
/*    position: absolute;*/
/*    display: block;*/
/*    pointer-events: auto;*/
/*    touch-action: manipulation;*/
/*    left: 765px;*/
    /* top: 299px; */
/*    z-index: 8;*/
/*    visibility: visible;*/
/*}*/

/*@keyframes fadeInUp {*/
/*    from {*/
/*        opacity: 0;*/
/*        transform: translateY(30px);*/
/*    }*/

/*    to {*/
/*        opacity: 1;*/
/*        transform: translateY(0);*/
/*    }*/
/*}*/
/*.hero-section {*/
/*    position: relative;*/
/*    background: url('./images/banner-work-4.png') no-repeat center center/cover;*/
/*    height: 500px;*/
/*    color: #ffffff;*/
/*    text-align: right;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding: 20px;*/
/*}*/
.hero-section {
    position: relative;
    background: url(./images/banner-work-4.png) no-repeat center center / cover;
    height: 500px;
    color: #ffffff;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: right !important;
    padding: 23vh;
}
.hero-content {
    max-width: 90%;
    text-align: center;
}

h1.highlight {
    font-size: 77px;
    font-weight: 800;
    color: rgb(211, 0, 0);
}

h2.highlight {
    font-size: 40px;
    font-weight: 800;
    color: rgb(211, 0, 0);
}

p {
    font-size: 25px;
}

@media (max-width: 992px) {
    .hero-section {
        height: 400px;
        padding: 10px;
    }
    
    h1.highlight {
        font-size: 50px;
    }
    
    h2.highlight {
        font-size: 35px;
    }
    
    p {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: auto;
        padding: 40px 20px;
    }
    
    h1.highlight {
        font-size: 40px;
    }
    
    h2.highlight {
        font-size: 30px;
    }
    
    p {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    h1.highlight {
        font-size: 35px;
    }
    
    h2.highlight {
        font-size: 28px;
    }
    
    p {
        font-size: 16px;
    }
}


.highlight {
    position: relative;
    display: inline-block;
    color: rgb(211, 0, 0);
    /* line-height: 87px; */
    /* letter-spacing: -4px; */
    font-weight: 800;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    font-size: 77px;

}

.section-title {
    font-weight: bold;
    font-size: 24px;
    border-bottom: 3px solid red;
    display: inline-block;
    margin-bottom: 20px;
}



.highlight {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: normal;
}

.content {
    margin-bottom: 40px;
}

.profile-img {
    border-radius: 10px;
    width: 100%;
    max-width: 300px;
}


@media (max-width: 768px) {

    .col-md-8,
    .col-md-4 {
        text-align: center;
    }
}

.category-card {
    border: none;
    text-align: center;
}

.category-card img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

.step-title {
    font-weight: bold;
    border-bottom: 3px solid red;
    display: inline-block;
    margin-bottom: 15px;
}

.footer-section {
    background-color: #000;
    color: #ffffff;
    padding: 30px 0;
}

.contact-info i {
    font-size: 24px;
    color: red;
}

p {
    font-size: 15px !important;
}

h2.section-title {
    font-size: 25px !important;
}

.footer {
    background-color: #111;
    color: #ffffff;
    padding: 40px 0;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer i {
    font-size: 18px;
    margin-right: 10px;
}

.footer-bottom {
    background-color: red;
    text-align: center;
    padding: 10px 0;
    color: #ffffff;
    font-weight: bold;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #ffffff;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

/* Table-like Design for "We're Available" */
.availability-table {
    border-top: 1px solid white;
    padding-top: 10px;
    margin-top: 10px;
}

.availability-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid white;
    padding: 8px 0;
}

.availability-row:last-child {
    border-bottom: none;
}

p.footer-p {
    color: #ffffff !important;
}