
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
* {
    margin: 0;
    padding: 0;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
:root {
    --theme-main: #607ff4;
    --theme-secondary: #ffc107;
}
body {
    font-family: "Outfit", sans-serif !important;
}
ul li {
    list-style-type: none;
}
ul {
    margin-bottom: 0 !important;
}
ol,
ul {
    padding-left: 0 !important;
}
a {
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
    cursor: pointer;
}
p {
    color: #6d6d6d;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
}
img {
    max-width: 100%;
}
button:focus {
    outline: none;
}
button {
    border: none;
}
.ptb-60 {
    padding: 60px 0;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mtb-60 {
    margin: 60px 0;
}
.title {
    padding-bottom: 10px;
    max-width: 650px;
}
.title h6 {
    text-transform: uppercase;
    color: var(--theme-main);
    letter-spacing: 2px;
    font-weight: 800;
    font-size: 17px;
}
.title h2 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 10px;
    color: #333;
    position: relative;
    font-weight: 700;
}
.title h2 span {
    color: var(--theme-main);
}
.title-white h2,
.title-white h6 {
    color: #fff;
}
.title.text-center {
    max-width: 650px;
    margin: auto;
}
.primary-btn {
    display: inline-block;
    background-color: var(--theme-secondary);
    color: #fff;
    padding: 12px 45px;
    border-radius: 100px;
    font-size: 20px;
    transition: .3s;
}
.primary-btn:hover {
    background-color: var(--theme-main);
}
/* =================Custom style Start===================== */
/* --------------Navbar Start-------------------- */
.navbar-nav .nav-item {
    margin-left: 20px;
}
.navbar-brand {
    margin-right: 0;
}

.navbar-nav .nav-item .nav-link {
    color: #222;
    font-weight: 500;
}
.navbar-toggler{
    border: none;
}
.navbar-toggler:focus{
    outline: none;
    box-shadow: none;
}

#price h6 {
    color: var(--theme-secondary);
}
.owl-brand .item img {
    height: 57px;
    object-fit: contain;
  }

  .step-form-control h3 {
    color: #000;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.step-form-control .form-check {
    background-color: #000;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.step-form-control .form-check:hover {
    background-color: #333;
}

.step-form-control .form-check.selected {
    background-color: #333;
}

.step-form-control .form-check input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.step-form-control .form-check .form-check-label {
    color: #fff;
    display: block;
    width: 100%;
    cursor: pointer;
    margin: 0;
    padding-left: 25px;
    position: relative;
}

.step-form-control .form-check .form-check-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.step-form-control .form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}
.step-form-control .form-control:focus {
    outline: none;
    box-shadow: none;
}
.step-form-control .form-check input[type="radio"]:checked + .form-check-label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

.step-form-control {
    display: none;
    transition: .5s;
}
.step-form-control.active {
    display: block;
}
.step-form-control input[type="radio"] {
    margin-right: 0.5rem;
}
.step-form-nav {
    margin: 10px 0;
}
.step-form-nav button {
    padding: 0.5rem 1rem;
}
.progress {
    height: 10px;
    border-radius: 5px;
}

.progress-bar {
    background-color: #007bff;
    transition: width 0.3s ease;
}

  /* ================Step Section=================== */
  .step-left {
    width: 100px;
}

.step-right {
    width: calc(100% - 100px);
}
.step-right h4 {
    color: #e91f27;
}

/* ==================Rating Section=================== */
.rating-section i {
    color: #FBBD04;
}
/* ================== footer start======================= */
.f-link li strong {
    color: #FBBD04;
}
.callfloat {
    position: fixed;
    bottom: 20px;
    right: 30px;
}
.whatsappfloat{
    position: fixed;
    bottom: 20px;
    left: 30px;
}

.float-btn a.phone {
    display: block;
}

.callfloat a img{
    max-width: 50px;
    width: 100%;
}
.whatsappfloat a img{
    max-width: 60px;
    width: 100%;
}
/*===========================Responsive Start==========================*/
@media only screen and (min-width: 1400px){

}
@media only screen and (max-width: 1439px){

}
@media only screen and (max-width: 1199px) {
    .step-right {
        width: 100%;
    }
}
@media only screen and (max-width: 1024px) {
    .navbar-brand img {
        height: 65px;
    }
    .navbar-nav .nav-item {
        margin-left: 10px;
    }
    .primary-btn {
        background-color: var(--theme-secondary);
        padding: 10px 35px;
    }
    
}
@media (max-width: 991.98px) {
    .offcanvas {
        width: 300px; /* Adjust width as needed */
    }
    
    .navbar-nav {
        text-align: left;
    }
}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {

.ptb-100 {
    padding: 60px 0;
}
.pt-100 {
    padding-top: 60px;
}
.pb-100 {
    padding-bottom: 60px;
}
.mt-100 {
    margin-top: 60px;
}
.mb-100 {
    margin-bottom: 60px;
}
.mtb-100 {
    margin: 60px 0;
}
}
@media only screen and (max-width: 575px) {

}
@media only screen and (max-width: 425px) {

}

/* Make sure all radio inputs in subsequent steps are properly reset */
.step-form-control:not(.active) .form-check input[type="radio"] {
    pointer-events: none;
}

/* Navbar styles */
.navbar.sticky-top {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* Active link styles */
.navbar-nav .nav-link.active {
    color: var(--theme-secondary) !important;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Offset anchor links to account for fixed navbar */
:target {
    scroll-margin-top: 100px;
}
