:root {
    --accent-color: #EB3237;
    --primary-color: #200a0a;
}
.page-header {
    padding: 75px 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "/");
}
.why-choose-item {
    width: calc(33% - 16.5px);
}
.about-us-list ul li {
    width: calc(19% - 15px);
}
.footer-copyright.top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    padding: 0 0 40px 0;
    margin-top: 0px;
    margin-bottom: 70px;
    border-bottom: 1px solid var(--accent-color);
    border-top: none! important;
    justify-content: space-between;
}
/* .footer-copyright-text {
    width: calc(33.33% - 12.33px);
} */
.our-features {
    background:  none;
}
.page-header {
    background-image: url(/frontend/tcul-imgs/breadcrumb.jpg);
}
.about-us {
    background: none;
}
.about-us-list ul::before {
    left: 50%;
}
.our-legacy {
    background: none;
}
.hero.hero-slider-layout .hero-slide {
    padding: 30px 0;
}
.btn-default.none::before {
    content: none;
}
.why-choose-us {
    padding: 60px 0;
}
.about-us-list {
    width: calc(90% - 15px);
}
.page-header::before {
    background: linear-gradient(270deg, rgba(0, 47, 71, 0.18) 21.87%, rgb(71 0 0 / 90%) 100%);
}
.hero::before {
    background: linear-gradient(270deg, rgba(0, 47, 71, 0.18) 21.87%, rgb(197 53 53 / 90%) 100%);
}
.hero.hero-slider-layout .hero-slide::before {
    background: linear-gradient(270deg, rgba(0, 47, 71, 0.18) 21.87%, rgb(0 0 0 / 90%) 100%);
}
select.form-control {
    appearance: none;         /* Removes default styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('data:image/svg+xml;utf8,<svg fill="black" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 1rem center;
    background-color: #fff;
    background-size: 16px;
    padding-right: 2.5rem;    /* Make space for arrow */
}
.active {
    color: var(--accent-color) !important;
}
.contact-form .form-control.sm {
    padding: 10px 20px;
}
.contact-us-form {
    padding: 30px;
}
/* Whatsapp & call button */
.contact-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column; /* Stack vertically */
    gap: 15px;
    z-index: 1000;
}

.contact-buttons a {
    width: 50px;
    height: 50px;
    background-color: #25D366; /* WhatsApp green */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
    text-decoration: none;
}

.contact-buttons a.call-btn {
    background-color: #EB3237; /* Call button blue */
}

.contact-buttons a:hover {
    transform: scale(1.1);
}

.our-pricing{
	background: none;
}
.btn-default.single::before {
    content: none!important;
}
.btn-default.single{
    margin-right: 0px;
    padding: 17px 28px!important;
}
.btn-default.outline{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    color: var(--accent-color);
    border-radius: 100px;
    padding: 17px 28px!important;
    margin-right: 0px;
    border: none;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    border: 1px solid var(--accent-color);
    background: transparent;
}
.btn-default.outline.btn-highlighted:hover {
    color: #fff!important;
}
.btn-default.outline.btn-highlighted:hover::after {
    color: #fff!important;
    background: var(--accent-color);
}
.btn-default.single.btn-highlighted:hover {
    background: transparent;
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
    padding: 17px 26px!important;
}