@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

:root {
    --bs-body-font-family: "Poppins", sans-serif !important;
    --bs-body-font-size: 1rem !important;
    --bs-body-color: #343434 !important;
    --bs-body-bg: #fff !important;
    --bg-theme-color: #d50411 !important;
}
html {
    scroll-behavior: smooth !important;
  }

.mx-400{
    max-width: 400px !important;
    margin:0 auto;
}

#hero-section{
    width: 100% !important;
    overflow: hidden !important;
}

.bg-theme {
    background-color: var(--bg-theme-color) !important;
}

.fs-12 {
    font-size: 12px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-22 {
    font-size: 16px !important;
}

.p-white {
    color: #5A5D63 !important;
}

.mw-600{
    max-width: 600px !important;
    margin: auto !important;
}
#desktopNavbar {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.nav-link {
    font-family: "Poppins", sans-serif !important;
    font-weight: 500 !important;
    color: #343434 !important;
    text-decoration: none;
    padding: 10px 20px !important;
    font-size: 16px !important;
    transition: background-color 0.3s, color 0.3s;
}

/* Hover dropdown logic */
.custom-dropdown:hover > .custom-menu {
    display: block;
    margin-top: 0;
}

/* Custom dropdown menu style */
.custom-menu {
    display: none;
    background-color: #004949; /* Dark teal color */
    border-radius: 12px;
    padding: 15px 0;
    min-width: 200px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.custom-menu .dropdown-item {
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    transition: background-color 0.2s;
}

.custom-menu .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.call-btn:hover .fa-phone-volume {
    transform: rotateY(180deg) !important;
    transition: transform 0.5s ease;
}
.fa-phone-volume {
    transition: transform 0.5s ease;
}


.text-inter {
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
}

.custom-badge {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #d50411;
    padding: 8px 12px 8px 22px;
    border-radius: 50px;
    background-color: #fff4f4;
    display: inline-block;
}

.ampersand {
    border-left: 3px solid #d50411;
    padding-right: 15px;
}
.icon-check {
    width: 20px;
    height: 20px;
    font-size: 12px !important;
    background-color: #fef5f4;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.btn-primary-rounded {
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 500;
}
.badge-light-blue {
    background-color: #fef5f4;
    color: #ba2d3a;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 0.875rem;
}
.feature-box {
    border-left: 5px solid #ba2d3a;
    background-color: #f8f9fa;
    padding: 1.5rem;
    margin-top: 2rem;
    font-size: 1rem;
    border-radius: 5px;
}

.section-heading {
    font-weight: 700;
    font-size: 2.2rem;
    color: #111;
    margin-bottom: 1rem;
}

.section-sub-link {
    font-weight: 500;
    text-decoration: none;
    color: #d32f2f;
    border-bottom: 2px solid #d32f2f;
    padding-bottom: 2px;
    display: inline-block;
    margin-bottom: 2.5rem;
}

.card-service {
    position: relative;
    border: none;
    overflow: hidden;

    transition: all 0.3s ease-in-out;

}

.card-service img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(120, 0, 0, 0.95);
    color: #fff;
    opacity: 0;
    transition: opacity 0.4s ease;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.card-service:hover img {
    transform: scale(1.1);
}

.card-service:hover .card-overlay {
    opacity: 1;
}

.card-overlay h5 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #fff;
}

.card-overlay p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.card-overlay a {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}

.service-card-section {
    background-color: #f9f8fa !important;
}
.strategy-section {
    background-color: #12171B !important;
}.strategy-section .card-strategy{
    background-color: #1B2127 !important;
}
.strategy-section p {
    color: #cccdcf !important;
    font-size: 14px !important;
    max-width: 600px;
    margin: auto;
}

.strategy-section .custom-badge {
    background-color: #191e26 !important;
}
.strategy-section .ampersand {
    border-left: 3px solid #ffffff;
    padding-right: 7px;
}

.card-strategy {
    border: 1px solid #1e1e2f !important;
    border-radius: 5px !important;
    padding: 20px;
    transition: 0.3s ease-in-out;
}.card-strategy:hover {
    background-color: #2e2e38e5;
    border-radius: 5px !important;
    padding: 20px;
}
.card-strategy h5 {
    color: #fff !important;
    padding-bottom: 16px;
    padding-top: 24px;
    font-weight: 600;
}
.card-strategy p {
    color: #cccdcf !important;
    font-size: 14px !important;
}

.card-strategy .icon-section {
    width: 50px;
    height: 50px;
    background-color: #33383f !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide .card{
background-color: #F9F8FA !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #d50411 !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #d50411 !important;
    border-bottom: transparent;
    border-end-end-radius: 0;
    border-end-start-radius: 0;
}


.form-control,.form-select {
    transition: 0.1s ease-in-out;
    padding: 10px 10px !important;
}

.form-control:focus,.form-select:focus {
    border: 3px solid #d50411 !important;

    background-color: #fff !important;
    color: #343434 !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: .25rem !important;
}


.filter-btn.active{
    background-color: #d32f2f;
    color: #ffffff;
    border: transparent !important;
}


.accordion-button{
    padding: 12px 20px !important;
    box-shadow: 0 0 0 0px #fff,0 0 0 calc(1px + 0px) rgba(155, 150, 150, 1),0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
    border: 3px solid #d32f2f !important;
    background: transparent !important;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent !important;
    border: 3px solid #d32f2f !important;
}
.btn-outline-primary.add-item{
    margin-bottom: 10px !important;
    background-color: white !important;
    color: #000000 !important;
    font-size: 14px !important;
    border: transparent !important;
    box-shadow: 0 0 0 0px #fff,0 0 0 calc(1px + 0px) rgba(155, 150, 150, 1),0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;

}.btn-outline-primary.add-item:hover{
   background: transparent !important;
    color: #ba2d3a !important;


}


.accordion-body{
background: transparent !important;
}

#cartPopup {
    max-height: 60vh;
    overflow-y: auto;}

#cartItemsList {
    max-height: 40vh;
    overflow-y: auto;
}


/* Step 5 Specific Styles */
#step5 .card {
    border-radius: 12px;
}

#step5 .list-group-item {
    border-left: 0;
    border-right: 0;
    padding: 1rem 1.25rem;
}

#step5 .list-group-item:first-child {
    border-top: 0;
}

#step5 .list-group-item:last-child {
    border-bottom: 0;
}

#addMoreItems {
    text-decoration: none;
    transition: all 0.2s;
}

#addMoreItems:hover {
    text-decoration: underline;
    color: #b02a37 !important;
}

#finalSubmitBtn {
    transition: all 0.3s;
}

#finalSubmitBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.25);
}
.hint-card .card{
    border: transparent !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px !important;
}
.hint-card .card-header{
    background-color: #FCFDFD !important;
    vertical-align: middle;
    border-bottom: 2px solid #F7F7F5 !important;

}.hint-card.card-body{
    background-color: #F4F4F4 !important;

}.hint-card .card-title{
    color: #525252 !important;
    font-weight: 600 !important;
    font-size: 14px !important
}.hint-card .card-body p{
    color: #737373 !important;
    font-weight: 400 !important;
    font-size: 14px !important
}.hint-card i{
  margin-right:20px !important ;
    font-size: 20px !important
}



.time-slot label{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: transparent !important;
    color: #343434 !important;
}

.time-slot input[type="radio"]:checked + label {
    background-color: #d50411; /* Bootstrap primary */
    color: #fff !important;
    border-color: transparent !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #d50411 !important;
    background: #d50411 !important;
    font-weight: normal;
    color: #ffffff;
}

.ui-datepicker {
    width: 100% !important;
    padding: .2em .2em 0;
    display: none;
}

#reviewItemsList{
    font-size: 13px !important;
}

.step5CartItems .btn-outline-secondary{
    border: transparent !important;
    color: #000000 !important;
}

#step5CartItems{
    font-size: 13px !important;
}

#reviewItemsList .list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-group-vertical .btn {
    margin-bottom: 0.5rem;
    border-radius: 0.25rem !important;
}
#contactInfoForm .bg-light {
    background-color: #f8f9fa !important;
}
@media (max-width: 768px) {
    .btn-group-vertical .btn {
        padding: 0.5rem;
        font-size: 0.9rem;
    }
}


#BreadNavbar{
    max-height: 400px;

}
#BreadNavbar .nav-link{
   color: white !important;

}

.mx-500{
    max-width: 500px !important;
}

.scroll-to-top {
    transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

/* Button pulse animation (optional) */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.scroll-to-top button {
    animation: pulse 2s infinite;
}


.crumb-section {

    background-size: cover;
    background-position: center center;
    color: white;
    padding: 120px 0;
    font-family: 'Outfit', sans-serif !important;
    text-align: center;
}

.crumb-section h1 {
    font-size: 57px !important;
    font-weight: 500 !important
}

.crumb-section p i {
    font-size: 36px !important;
    color: white !important
}

.service-card {
    transition: transform 0.3s;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;

}



#step-submission p {
    color: #5c5b5b !important
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card img {
    height: 250px;
    object-fit: cover;
}

.service-card p {
    color: #5c5b5b !important
}

.cta-section {
    background-color: #f8f9fa;
    padding: 80px 0;
    text-align: center;
}

.btn-move {
    background-color: #dc3545;
    color: white;
    font-weight: 600 !important;
    padding: 15px 80px !important;
    font-size: 1.1rem !important;
    border-radius: 50px;
    transition: all 0.3s;
}

.btn-move:hover {
    background-color: #bb2d3b;
    transform: scale(1.02);
    color: white !important;
}


