* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, sans-serif;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.smll_head span {
    display: inline-block;
    font-size: 15px;
    color: #df0e51;
    padding-bottom: 30px;
    position: relative;
}

.smll_head span::after {
    content: "";
    position: absolute;
    left: 110%;
    background-color: #df0e51;
    width: 50%;
    height: 1.5px;
    top: 20%;
}

.smll_head span::before {
    content: "";
    position: absolute;
    right: 110%;
    background-color: #df0e51;
    width: 50%;
    height: 1.5px;
    top: 20%;
}

.cmn_bg {
    background-color: #feeacf7d;
}

.red_bg {
    background-color: #df0e51;
}

.cmn_btn a {
    border: 1px solid #df0e51;
    border-radius: 8px;
    background-color: #fff;
    color: #df0e51;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 12px;
    transition: all 0.5s ease-in;
    font-family: "Quicksand", sans-serif;
}

.cmn_btn a:hover {
    border: 1px solid #fff;
    background-color: #df0e51;
    color: #fff;
}

/* header */

#head_id {
    background-color: #fff;
    /* border-bottom: 2px solid #df0e51; */
    position: fixed;
    width: 100%;
    z-index: 99;
}

.nav_area .nav-item .nav-link {
    color: #565656;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
    font-family: "Quicksand", sans-serif;
    padding: 5px 20px;
}

.nav_area .nav-item .nav-link:hover {
    color: #df0e51;
}

.nav_area .nav-item .nav-link.active {
    color: #df0e51;
    position: relative;
}

.nav_area .nav-item .nav-link.active::after {
    position: absolute;
    content: "";
    bottom: 0;
    /* width: 70%;
    height: 2px; */
    border-radius: 12px;
    background-color: #df0e51;
    left: 50%;
    transition: all 0.4s ease-in-out;
    transform: translateX(-50%);
}


/* Default navbar link style */
.navbar-nav .nav-link {
    position: relative;
    color: white;
    padding: 8px 15px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

/* Active link - Red with glow */
.navbar-nav .nav-link.active {
    color: #df0e51;
    /* Solid red */
    font-weight: bold;
    transform: scale(1.1);
    /* Slight zoom effect */
    transition: all 0.3s ease-in-out;
}

/* Underline animation */
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 0;
    height: 2px;
    background: #df0e51;
    /* Solid red underline */
    border-radius: 3px;
    transition: all 0.4s ease-in-out;
    transform: translateX(-50%);
}

/* Expand underline smoothly when active */
.navbar-nav .nav-link.active::after {
    width: 70%;
}

/* Hover Effect: Bounce + Color Change */
.navbar-nav .nav-link:hover {
    color: #ff6666;
    transform: translateY(-2px);
    transition: all 0.2s ease-in-out;
}






.logo_area {
    width: 10%;
    margin-right: 28%;
}

.head_btn a {
    background-color: #df0e51;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 8px;
    border: 2px solid transparent;
    padding: 10px 12px;
    transition: all 0.5s ease-in;
    font-family: "Quicksand", sans-serif;
}

.head_btn a:hover {
    border: 2px solid #df0e51;
    background-color: #fff;
    color: #df0e51;
}

/* header */

/* banner */

.banner_sec {
    background-color: #df0e51;
    /* height: 100vh; */
}

.bnr_txt {
    color: #fff;
    font-family: "Quicksand", sans-serif;
}

.bnr_txt h1 {
    font-weight: 600;
    padding-bottom: 8px;

}

.bnr_txt p {
    padding-bottom: 8px;
    font-size: 16px;
}

.banner_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 90px;
}

/* banner */


step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #df0e51;
    box-shadow: 1px 1px 18px 2px #df0e51d2;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
    /* Added cursor pointer */
}

.circle {
    width: 15px;
    height: 15px;
    border: 2px solid #df0e51;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #007bff;
    z-index: -1;
}

#multi-step-form {
    overflow-x: hidden;
}

.step {
    display: none;
    /* Hide all steps initially */
}

.step-1 {
    display: block;
    /* ✅ Ensure Step 1 is visible */
}


.mission_sec {
    background-image: url(../img/hero-bg15.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.service_txt {
    background-color: #fff;
    text-align: left;
    padding: 15px 20px;
    border-top: 2px solid #df0e51;
    border-left: 2px solid #df0e51;
    border-bottom: 2px solid #df0e51;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.service_img {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 30px -15px #ff4444;
}

.progress_line {
    position: relative;
    top: 17px;
    z-index: -1;
    background-color: #ddd !important;
    margin-top: 50px;
}

.progress_line .progress-bar {
    background-color: #df0e51;
}

.contact_form {
    background-color: #b2023a;
    text-align: left;
    border-radius: 8px;
}

.contact_dtls {
    background-color: #feeacf;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
}

.contact_dtls ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact_dtls ul li .icon_box {
    background-color: #df0e51;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.contact_dtls ul li .icon_box i {
    color: #fff;
}

.responsive-map {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    border: 2px solid #fff;
    border-radius: 8px;
}

.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.contact_btn input {
    border: 1px solid #df0e51;
    border-radius: 8px;
    background-color: #fff;
    color: #df0e51;
    font-weight: 700;
    font-size: 18px;
    padding: 8px 30px;
    transition: all 0.5s ease-in;
    font-family: "Quicksand", sans-serif;
    float: right;
}

.contact_btn input:hover {
    border: 1px solid transparent;
    background-color: #df0e51;
    color: #fff;
}

.owl-prev span,.owl-next span {
    color: #fff;
    font-size: 90px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}

.service_card {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.service_card .card-body {
    min-height: 95px;
    background-color: #df0e51;
    color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_card .card-text {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
}

.service_card .card {
    border: 3px solid #df0e51;
}

.service_txt ul li {
    position: relative;
}

.service_txt ul li span {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #df0e51;
    border-radius: 50%;
    left: -5%;
    top: 6px;
    box-shadow: 1px 1px 7px 2px #df0e51d2;
}
