* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

.container {
  width: 90% !important;
  max-width: 1400px !important;

}
body {
  background: #fff;
}
.header-section{
  background:#0d4c9c;
}

.header-service{
  background-image: url("https://hellomistri.in/front-end/image/service_img.png"); /* apni image ka path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero{
   background:#0d4c9c;
}

.verified{
  display:inline-block;
  background:rgba(255,255,255,0.15);
  padding:8px 18px;
  border-radius:25px;
  font-size:14px;
}
.navbar-nav {
    margin-left: 40%;
}
.navbar-nav .nav-link {
    color: black;
}

.myHeroSwiper {
  max-width: 392px;
  margin: auto;
  border-radius: 25px;
  overflow: hidden;
}
.swiper-slide img{
  width: 100%;
  height: 450px;      /* thoda kam kar diya */
  object-fit: cover;
  border-radius: 25px;
}
.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 0.6;

}

.swiper-pagination-bullet-active {
  opacity: 1;

}

/* service */
/* Card Styling */

/* Card Styling */
.service-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 230px;
  cursor: pointer;
  transition: 0.3s ease;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card:hover {
  transform: translateY(-5px);
}
.services-grid {
  display: grid;
  gap: 25px;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 18px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  text-align: center;
}

/* Rated */
.workers-section {
  background: #e8edf2;
  border-radius: 40px;
  margin: 50px auto;
  max-width: 90%;
  position: relative;
}
.top-rated-heading {
  font-size: 50px;
  color: #0e2a47;
}
.brush {
  width: 60px;
  opacity: 0.8;
}

.brush-top {
  top: -30px;
  right: 20px;
}

.brush-bottom {
  bottom: -20px;
  left: 30px;
}

.worker-card {
  transition: 0.3s ease;
}

.worker-card:hover {
  transform: translateY(-5px);
}

.stars {
  color: #ff7a00;
  font-size: 14px;
}

.tag-box {
  display: block;
  padding: 12px 18px;
  border-radius: 25px;
  background: #eef3f8;
  text-align: center;
  font-size: 14px;
}

/* Quality */
.about-left{
  position:relative;
  width:100%;
  max-width:520px;
  aspect-ratio:1/1;   /* square maintain karega */
}

/* Ellipse */
.ellipse-img{
  width:80%;
  left:0;
  top:5%;
  z-index:1;
}
.qulity-heading {
  font-size: 50px;
  color: #0f2b46;
}
/* Common */
.img{
  position:absolute;
  max-width:100%;
  height:auto;
}

/* Pipes bottom */
.img3{
  width:45%;
  left:25%;
  bottom:8%;
  z-index:2;
}

/* Basin */
.img4{
  width:35%;
  left:20%;
  bottom:45%;
  z-index:2;
}

/* Sitting boy */
.img2{
  width:50%;
  left:10%;
  bottom:0;
  z-index:3;
}

/* Standing boy */
.img1{
  width:28%;
  right:0;
  top:10%;
  z-index:4;
}

/* Hand */
.img5{
  width:35%;
  right:6%;
  top:17%;
  z-index:2;
}
/* Icon */
.icon{
  width:35px;
  height:35px;
  background:#f4a300;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:14px;
  flex-shrink:0;
}

/* Features */
.features-section {
  background: linear-gradient(90deg, #FFA500, #FF8C00);
}

.feature-title {
  font-size: 42px;
  color: #0a2c55;
}

.feature-card {
  background: #f3f3f3;
  border-radius: 20px;
  min-height: 230px;
  transition: 0.3s;
  overflow: hidden;
}

.feature-card:hover {
  transform: translateY(-6px);
}

/* 🔥 Corner Image Position */
.corner-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: auto;
}

/* Icon */
.feature-icon {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

/* Steps */
.steps-section{
  padding:100px 0;
  background:#f5f6f8;
}

.steps-wrapper{
  position:relative;
}

/* Center Line */
.steps-wrapper::before{
  content:"";
  position:absolute;
  top:60px;
  left:5%;
  width:90%;
  height:2px;
  background:#e0e0e0;
  z-index:1;
}

.step{
  position:relative;
  z-index:2;
  margin-bottom:40px;
}

/* Image */
.icon-box{
  margin:0 auto 20px;
}

.main-icon{
  width:120px;
  display:block;
  margin:0 auto;
}

/* Text */
.step h3{
  font-size:18px;
  font-weight:600;
  margin-bottom:10px;
  color:#0f2b46;
}

.step p{
  font-size:14px;
  color:#666;
  line-height:1.6;
}

/* Testimonial */
.testimonial-section {
  background: linear-gradient(to bottom, #1e3a8a, #3b82f6);
  color: #fff;
  overflow: hidden;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  transition: 0.4s;
  opacity: 0.5;
  transform: scale(0.9);
  color: rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.1);
  text-align: left;
}

.swiper-slide-active .testimonial-card {
  background: #fff;
  opacity: 1;
  transform: scale(1);
  color: #333;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.stars {
  color: #facc15;
  font-size: 18px;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.user-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

/* 🔥 Custom Pagination */
.testimonial-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.testimonial-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 5px;
  opacity: 1;
}


/* Smart */
.local-section {
    padding: 40px 0;
    background-color: #ffffff;
}

/* Image Grid */
.image-grid {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 450px;   /* container control */
}

/* Main Card */
.main-card {
    width: 100%;
    max-width: 380px;
    aspect-ratio: 4/4.5;   /* height auto manage */
    border-radius: 30px;
    overflow: hidden;
}

.main-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay Card */
.overlay-card {
    position: absolute;
    top: -8%;
    right: 0%;   /* left hata ke right use kiya */
    width: 45%;
    aspect-ratio: 1/1;
    border-radius: 25px;
    overflow: hidden;
    z-index: 10;
}

.overlay-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Text Content */
.local-content h1 {
    font-size: 60px;
    font-weight: 800;
    color: #001D3D;
    line-height: 1.1;
    margin-bottom: 20px;
}

.yellow-text {
    color: #FFB800;
}

.local-content p {
    font-size: 18px;
    color: #444;
    margin-bottom: 30px;
    line-height: 1.6;
}

.btn-services {
    display: inline-flex;
    align-items: center;
    background-color: #FFB800;
    color: #000;
    padding: 14px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}

.btn-services:hover {
    background-color: #e5a600;
}


/* FAQ */
.faq-section {
    background-color: #f0f7ff;
    padding: 60px 0;
}

.faq-header h2 {
    font-size: 36px;
    color: #002d5b;
    font-weight: 800;
}

.faq-header h2 span {
    font-weight: 400;
    font-size: 20px;
}

.faq-list {
    width: 100%;
    margin: 0 auto;
}

/* Card */
.faq-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

/* Button Layout Fix */
.faq-question {
    background: #fff !important;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none !important;
}

.question-text {
    font-size: 18px;
    font-weight: 600;
    color: #002d5b;
}

/* Remove default arrow */
.accordion-button::after {
    display: none !important;
}

/* Custom Icon Box */
.icon2 {
    position: relative;
    width: 20px;
    height: 20px;
}

/* Horizontal line */
.icon2::before,
.icon2::after {
    content: "";
    position: absolute;
    background-color: #000;
    transition: 0.3s;
}

.icon2::before {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.icon2::after {
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

/* Minus when open */
.accordion-button:not(.collapsed) .icon2::after {
    opacity: 0;
}

/* Answer */
.faq-answer {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}


/* Footer */
.main-footer {
    background-color: #003580;
    color: #ffffff;
    padding: 80px 0 20px;
}

.main-footer p {
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.6;
}

.footer-logo {
    max-width: 180px;
}

.footer-col h4,
.main-footer h4 {
    color: #FFB800;
    margin-bottom: 25px;
    font-size: 20px;
}

.main-footer ul li {
    margin-bottom: 12px;
}

.main-footer ul li a {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    font-size: 15px;
}

.main-footer ul li a:hover {
    opacity: 1;
}

.footer-divider {
    width: 1px;
    height: 150px;
    border-left: 2px dotted rgba(255,255,255,0.3);
}

.illust-img {
    width: 100%;
    max-width: 250px;
}

.footer-bottom {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 12px;
    letter-spacing: 1px;
}

.bottom-links a {
    color: #fff;
    text-decoration: none;
}



/* SERVICE PAGE CSS */


.verified{
  display:inline-block;
  background:rgba(255,255,255,0.15);
  padding:8px 18px;
  border-radius:25px;
  font-size:14px;
}

.service-hero {
  position: relative;
  width: 100%;
  height: 250px; /* image height */
  background: url("../image/service_header.png") center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


/* Content */.hero-content {
  position: relative;
  z-index: 2;
  color: white;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  color: #f4b400; /* yellow color */
}


/* Sidebar */
.filter-box{
    background:#e9edf3;
    padding:15px;
    border-radius:15px;
    margin-bottom:20px;
}

.filter-box h6{
    font-weight:600;
    margin-bottom:10px;
}

.filter-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.clear-filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #3d4a5c;
    background: #ffffff;
    border: 1px solid #c8d1dc;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.clear-filter-btn:hover {
    color: #1f2937;
    border-color: #9ca9b8;
    background: #f8fafc;
}

.filter-box input{
    border-radius:20px;
}
.custom-accordion .accordion-button::after {
    display: block !important;
    filter: none !important;
}
.filter-box label{
    font-size:14px;
}
/* Worker Card ko jyada visible banane ke liye deep shadow aur border */
.worker-card {
    background: #e9edf3; /* Card ka base white rakhein */
    border: 1px solid rgba(0,0,0,0.08); /* Halka sa border taaki edge dikhe */
    border-radius: 18px;
    padding: 18px;
    /* Jyada shadow add ki hai yahan */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
}

/* Hover karne par shadow aur bhi gehri ho jayegi */
.worker-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    /* border-color: #ff7a00;  */
}

.worker-top{
    display:flex;
    align-items:center;
    gap:15px;
    margin-top: 8px;
    padding: 5px;
    border-radius: 10px;
    background: #fff;
}

.worker-top img{
    width:60px;
    height:60px;
    border-radius:50%;
    object-fit:cover;
}

.worker-name{
    font-weight:600;
    font-size:16px;
}

.badge-custom{
    background:#c7d9e2;
    color:black;
    font-size:12px;
    padding:4px 8px;
    border-radius:20px;
    margin-left:5px;
}

.star-rating{
    color:#f4c150;
    font-size:14px;
    margin-top:5px;
}
.tag-box {
    background: #f8f9fa;
    border: 1px solid #eee;
    padding: 4px 8px;
    border-radius: 6px;
    display: block;
    text-align: center;
    color: #555;
}



.load-btn{
    border-radius:25px;
    padding:6px 20px;
}


/* ABOUT CSS */



/* PROFILE OVERLAP */
.profile-wrapper {
    padding: 0 50px;  
    background-color: #004191;
}
.profile-wrapper-iamges{  
    background-image: url("../image/service_img.png"); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.profile-img{
    width:170px;
    height:170px;
    border-radius:50%;
    border:6px solid #fff;
    object-fit:cover;
     transform:translateY(50%);



}


/* 1. Info Pills ko blue se bahar nikalne ke liye */
.info-pill {
    background: #ffb400;
    padding: 8px 18px;
    border-radius: 12px;
    font-weight: 600;
    margin-right: 10px;
    display: inline-block;
    /* Isse pills thik blue line ke niche aa jayengi */
    transform: translateY(70px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* Image jaisa shadow */
}

/* 2. Day Boxes ko niche align karne ke liye */
.day-box {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    margin-left: 5px;
    /* Isse boxes niche white area mein chale jayenge */
    transform: translateY(120px);
}

/* 3. Social Circles ko blue area mein set karne ke liye */
.social-circle {
    width: 50px;
    height: 50px;
      background: rgb(255 180 0); /* Image jaisa glass effect */
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    transform: translateY(80px);
font-size: 23px;
    justify-content: center;
    color: #262829;
    text-decoration: none;
    /* Inhe blue ke andar rakhne ke liye transform mat lagaiye */
}

.d-flex.align-items-center.mb-3 {
    font-size: 20px !important;
    font-weight: 600;
}

/* CARDS */
.card-about{
     position: relative;
    padding: 40px 25px 25px;
    border-radius: 20px;
    background: #F6FBFF;
    /* overflow: hidden; */
     overflow: visible;
}
.card-services2{
    position: relative;
    padding: 40px 25px 25px;
    border-radius: 20px;
    background: #FFF9EA;
     overflow: visible;

}

p.text-muted.mt-3 {
    color: #000 !important;
    font-size: 18px;
}
.floating-tag{
    position: absolute;
    top: -12px;
    left: 25px;
    padding: 6px 18px;
    font-weight: 600;
    border-radius: 30px;
    font-size: 14px;
}
/* SERVICE ICON */
.service-icon{
    width:45px;
    height:45px;
    border-radius:50%;
    border:1px solid #333;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:15px;
    background:#fff;
}


        /* Review */

        :root { --brand-blue: #004795; --brand-yellow: #ffb400; }
        .bg-blue-pattern {
            background-color: var(--brand-blue);
            background-image: radial-gradient(rgba(255,255,255,0.15) 2px, transparent 2px);
            background-size: 25px 25px;
            padding-bottom: 80px;
        }
        .navbar-pill { background: white; border-radius: 50px; padding: 10px 30px; margin: 20px 50px; }
        .profile-overlap { margin-top: -100px; padding: 0 50px; }
        .profile-circle { width: 220px; height: 220px; border: 8px solid white; border-radius: 50%; object-fit: cover; }
        .info-badge { background: var(--brand-yellow); border-radius: 10px; padding: 10px 20px; font-weight: bold; margin-right: 15px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
        .social-btn { width: 50px; height: 50px; background: rgba(255,255,255,0.2); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: white; margin-left: 10px; text-decoration: none; }
        .day-box { width: 35px; height: 35px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; color: white; font-weight: bold; margin-left: 5px; }
        .about-card { background: #f1f8ff; border-radius: 20px; padding: 40px; position: relative; }
        .service-card2 { background: #fff9eb; border-radius: 20px; padding: 40px; position: relative; }
        .floating-label { position: absolute;  padding: 6px 25px; border-radius: 50px; font-weight: bold; color: white; }
.review-section {
    background: var(--brand-blue);
    color: white;
    width: 100%; /* Blue color poori screen par */
    margin: 5px 0; /* Side margin 90px hataya */
    padding: 60px 0;
}
        .form-input-pill { background: rgba(255,255,255,0.1); border: none; border-radius: 10px; padding: 15px; color: white; width: 100%; margin-top: 10px; }
        .form-input-pill::placeholder { color: rgba(255,255,255,0.6); }
.water-bg {
  background: rgba(255, 255, 255, 0.15);   /* halka white transparent */
  backdrop-filter: blur(8px);              /* blur glass effect */
  -webkit-backdrop-filter: blur(8px);      /* Safari support */
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}


        /* box*/

        /* Section Background */
.review-section2{
    background:#f4f6f9;
    padding:30px 0;
}

/* Review Card */
.review-card{
    background:#e9edf3;
    border-radius:15px;
    padding:25px;
    height:100%;
}

.review-top{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:15px;
}

.review-top img{
    width:50px;
    height:50px;
    border-radius:50%;
    object-fit:cover;
}

.review-name{
    font-weight:600;
    margin-bottom:3px;
}

.star-rating{
    color:#00b67a;
    font-size:14px;
}

.review-text{
    font-size:18px;
    color:#000;
    line-height:1.6;
    margin:15px 0;
}

.review-date{
    font-weight:600;
    font-size:14px;
}

/* Load More Button */
.load-btn2{
    background:#ffb400;
    border:none;
    padding:8px 25px;
    border-radius:30px;
    font-weight:600;
}

.load-btn2:hover{
    background:#bc860a;
}

/* Slide Card */
.worker-card2 {
  background: white;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
/* Card */

/* Profile Image Fix */
.worker-img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

/* Stars */
.stars2 {
    font-size: 12px;
    color: #ff7a00;
    letter-spacing: 2px;
}

/* Tag Style */
.tag-box2 {
    display: block;
    background: #f1f3f6;
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 11px;
    text-align: center;
}

/* Button */
.service-btn2 {
    background: #0b4a8b;
    color: white;
    font-weight: 600;
    font-size: 13px;
    padding: 6px;
}

.service-btn2:hover {
    background: #083b6d;
}

/* Section Background */
.recommended-section {
    padding: 25px 0;
    background: linear-gradient(135deg, #ff7a00, #ffa500);
}


/* Swiper Main Wrapper */
.customWorkerSlider {
    width: 100%;
    padding-bottom: 70px;   /* 👈 dots ke liye proper space */
    position: relative;
}

/* Important Fix for slidesPerView:3 */
.customWorkerSlider .swiper-slide {
    height: auto;
    display: flex;
}

/* Make card full width inside slide */
.customWorkerSlider .swiper-slide > div {
    width: 100%;
}

/* Pagination Position Fix */
.customWorkerSlider .custom-pagination {
    position: relative;
    bottom: 0;              /* 👈 dots bottom me */
    left: 0;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

/* Pagination Style */
.customWorkerSlider .custom-pagination-bullet {
    background: #004795;
    opacity: 0.5;
}

.customWorkerSlider .custom-pagination-bullet-active {
    opacity: 1;
}




/* LEFT SIDE CONTAINER */
/* LEFT SIDE CONTAINER */
.left-card {
    height: 100%;
    min-height: 600px;
    border-radius: 25px;
    position: relative;
}

.left-card img {
    border-radius: 25px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* OVERLAY CARD - EXACTLY LIKE PHOTO */
.overlay-card2 {
    position: absolute;
    /* Isse card bottom mein set hoga */
    top: 280px;
    left: 20px;
    right: 20px;
    width: 90%;
    height: 50%;
    /* Glass Effect */
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);

    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 25px;
    /* Padding badha di taaki card bada dikhe */
    padding: 45px 35px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    z-index: 5;
}

/* STAR BADGE */
.badge-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px !important;
}

.star-circle {
    background: white;
    color: #ff6a00;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

/* LINE */
.glass-line {
    background-color: rgba(255, 255, 255, 0.4);
    height: 1px;
    border: none;
    margin: 25px 0 !important;
    opacity: 1;
}

/* TEXT STYLING */
.overlay-card2 h1 {
    font-size: 3.5rem; /* Full bada bold text */
    font-weight: 800 !important;
    margin-bottom: 15px !important;
    line-height: 1;
    text-transform: none;
}

.overlay-card2 p {
    font-size: 18px;
    line-height: 1.4;
    opacity: 1;
    font-weight: 400;
}
/* RIGHT SIDE */

/* STEPPER SAME AS PHOTO */

/* Poore Right Side ke Box ka background */
.form-card {
    background-color: #f0f7ff ; /* Photo jaisa Light Sky Blue color */
    border-radius: 30px;
    border: none;
    box-shadow: none; /* Zyada safai ke liye shadow hata di */
}





.stepper-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px; /* Width control */
    margin: 0 auto;   /* Center align */
}

.step2 {
    width: 40px;
    height: 40px;
    background: #e0e0e0; /* Gray color for inactive */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #444;
    z-index: 2;
}

.step2.active {
    background: #ffb400; /* Yellow color from photo */
    color: black;
}

.step2-line {
    flex-grow: 1; /* Line ko lamba karne ke liye */
    height: 2px;
    border-top: 2px dashed #666; /* Dashed line jaisi photo mein hai */
    margin: 0 5px; /* Steps ke thoda andar jaane ke liye */
    z-index: 1;
}

/* CAMERA ICON SECTION */
.profile-upload-wrapper {
    position: relative;
    width: 65px;
    height: 65px;
}

.camera-circle {
    width: 100%;
    height: 100%;
    background: #004795;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.plus-badge {
    position: absolute;
    bottom: 2px;
    right: 2px;
    background: #ffb400;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid white;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* FLOATING LABELS */
.floating-blue-label {
    position: absolute;
    top: -12px;
    left: 25px;
    background: #004795;
    color: white;
    padding: 2px 15px;
    border-radius: 20px;
    font-size: 12px;
    z-index: 10;
}

.custom-input {
    border-radius: 15px !important;
    padding: 15px !important;
    border: 1px solid #d1dee7 !important;
}

.next-btn {
    background: #ffa500;
    color: black;
    font-weight: bold;
    border: none;
}



/* register form */
/* .next-btn {
    background: #ffa500 !important;
    color: black !important;
    font-weight: bold !important;
    border: none !important;
    display: flex;
    align-items: center;
} */

/* BACK BUTTON (Light Grey) */
.back-btn {
    background: #e0e0e0 !important;
    color: black !important;
    font-weight: bold !important;
    border: none !important;
    display: flex;
    align-items: center;
}

.back-btn:hover {
    background: #d0d0d0 !important;
}



/* Contact Us Hero CSS  */

.contact-hero{
    background-image:url("../image/contact-us.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding:120px 0;
    position:relative;
}

/* light overlay */
.contact-hero::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;

}

.contact-content{
    position:relative;
    z-index:2;
    text-align:center;
}
h5.fw-semibold {
    font-size: 20px !important;
    font-weight: 700;
    color: #000 !important;
}
a.nav-link.fw-bold {
    color: #000 !important;
}
a.nav-link.fw-bold.active {
    color: #0d4c9c !important;
}
.contact-content h1{
    font-size:60px;
    font-weight:700;
    color:#f4b400 !important;
}

.contact-content p{
    max-width:600px;
    margin:auto;
    color:#555;
}


/* COntact-box */

.contact-box{
background:#003580;
padding:30px;
border-radius:12px;
text-align:center;
transition:.3s;
}

.contact-box i{
font-size:30px;
color:#ffffff;
margin-bottom:10px;
}

.contact-box h6{
font-weight:600;
margin-bottom:5px;
color:#ffffff;
}

.contact-box p{
font-size:14px;
color:#ffffff;
margin:0;
}


.form-control{
border-radius:8px;
padding:12px;
}

textarea{
resize:vertical;
}

.send-btn{
background:#003580;
color:white;
border:none;
padding:12px;
border-radius:30px;
width:100%;
font-weight:600;
}



/* Recruitment Page CSS  */

/* Custom Styles for Recruitment Page */

:root {
    --primary-teal: #2da397;
    --navy-blue: #1a374d;
    --dark-bg: #0d4c9c;
}

/* Typography & Colors */
.text-navy {
    color: var(--navy-blue);
    line-height: 1.2;
}
.bg-custom-dark {
    background-color: var(--dark-bg);
}

.about-content h6 {
    color: #f06548; /* "About Us" color */
    letter-spacing: 2px;
}

/* Image Styling */
.img-fluid2 {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.img-fluid2:hover {
    transform: scale(1.02); /* Halki si zoom animation */
}

/* Experience Box (Blackish Blue) */
.experience-box {
    background-color: var(--dark-bg);
    border-radius: 30px !important;

}


.custom-rounded{
    border-radius: 30px;
    overflow: hidden;
}

.experience-box h4 {
    font-size: 1.4rem;
    color: #ffffff;
}

/* Button Styling */
.btn-teal {
    background-color: var(--primary-teal);
    border: none;
    padding: 12px 30px;
    font-weight: 500;
    transition: 0.3s;
}

.btn-teal:hover {
    background-color: #248b81;
    color: white;
    box-shadow: 0 8px 15px rgba(45, 163, 151, 0.3);
}

/* Video Section Play Button Overlay */
.video-container {
    position: relative;
    cursor: pointer;
     border-radius: 30px !important;
}
.position-relative .img-fluid2{
    height: 250px;
    object-fit: cover;
}

.play-button {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.play-button i {
    color: var(--primary-teal);
    font-size: 24px;
    margin-left: 4px;
}

.video-container:hover .play-button {
    transform: translate(-50%, -50%) scale(1.1);
    background: #fff;
}


/* Experinced */

/* --- Custom Styles for Recruitment Page --- */

:root {
    --text-navy: #1a374d; /* Dark navy for main heading */
    --accent-coral: #ee6c53; /* Coral for "Our Vision" */
    --dark-box-bg: #0d4c9c; /* Blue-grey background for the dark box */
    --feature-icon-color: #ee6c53; /* Icon color for left features */
}

/* Typography */
.text-navy {
    color: var(--text-navy);
}

.text-accent-coral {
    color: var(--accent-coral);
    letter-spacing: 2px;
}

/* Image styling for precise rounded corners */
.vision-image-wrapper img {
    border-radius: 30px !important;
    object-fit: cover;
}

/* Dark info box styling */
.info-dark-box {
    background-color: var(--dark-box-bg);
    border-radius: 15px !important;
    color: #fff;
    padding: 30px;
}

/* Specific styling for the list inside the dark box */
.info-dark-box ul.check-list {
    list-style-type: none;
    padding-left: 0;
}

.info-dark-box ul.check-list li {
    font-size: 1rem;
    margin-bottom: 12px;
}

.info-dark-box ul.check-list i {
    color: #fff; /* White check icon */
    font-size: 1.1rem;
    margin-right: 10px;
}

/* Styling for feature icons on the left */
.feature-icon-group{
    background:#ffffff;
    padding:20px;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s;
}

.feature-icon-group:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

/* icon styling */
.feature-icon{
    font-size:30px;
    color:#2da397;
}

/* text */
.feature-icon-group p{
    font-size:14px;
    color:#6c757d;
}


/* Business */

:root {
    --navy: #1a374d;
    --accent: #ee6c53;
    --dark-box: #0d4c9c;
}

.text-navy { color: var(--navy); }
.text-accent { color: var(--accent); }

/* Border Radius for Images and Boxes */
.custom-rounded {
    border-radius: 40px !important;
}

.experience-img{
    width: 450px;   /* width kam */
    height: 600px;  /* height kam */
    object-fit: cover;

}

/* Section 1 Card Styling */
.stat-card {
    background: #fff;
    padding: 25px;
    border-radius: 25px;
    transition: 0.3s;
}
.stat-card h3 { color: var(--accent); font-weight: bold; }
.stat-card.dark { background: var(--dark-box); color: #fff; }
.stat-card.dark h3 { color: #fff; }

/* Section 2 Dark Box */
.dark-info-box {
    background: var(--dark-box);
    color: #fff;
    padding: 40px;
    border-radius: 40px;
}

.dark-info-box ul li {
    margin-bottom: 10px;
    font-weight: 500;
}

/* Icon colors */
.bi-check-lg { color: #fff; }


/* Counter */

.stats-box{
    background:#0d4c9c;
    padding:40px 20px;
    border-radius:20px;
}

.stat-number{
    color:#ffffff;
    font-size:36px;
}

.plus{
    font-size:14px;
    vertical-align:super;
    margin-left:2px;
}

.stats-box p{
    color:#ffffff;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 1090px;
    }
}
.btn-custom-blue{
    background:#004191;
    color:#fff;
}
.btn-custom-blue:hover{
    background: #ffb400; /* Yellow color from photo */
    color: black;
}

.btn-custom-yellow{
    background:#ffb400;
    color:black;
}
.btn-custom-yellow:hover{
    background: #004191; /* Yellow color from photo */
    color: #fff;
}

.worker-box .profile-card{
    border-radius:15px;
    box-shadow:0 4px 15px rgba(0,0,0,0.20);
    padding:10px 15px;
    text-align:center;
    background:#fff;
    height:100%;

    display:flex;
    flex-direction:column;
}

.worker-box .profile-box-img{
    width:120px;
    height:120px;
    border-radius:50%;
    object-fit:cover;
    margin:0 auto 15px auto;
    display:block;
}

.worker-box .skill-badge{
    border:1px solid #ddd;
    border-radius:20px;
    padding:4px 12px;
    font-size:13px;
    margin:3px;
    display:inline-block;
    background: #0e4c9c;
    color: #fff;
}
bg-custom-badge{
    background: #0e4c9c;
}

.worker-box .price{
    position:absolute;
    right:20px;
    top:15px;
    font-weight:600;
}

.worker-box .available{
    position:absolute;
    left:20px;
    top:15px;
    background:#5cc58f;
    color:#fff;
    padding:3px 10px;
    border-radius:20px;
    font-size:12px;
}
.worker-box .profile-card p.text-muted{
    flex-grow:1;
}

.worker-box .profile-card .btn{
    margin-top:auto;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    padding: 2px 11px !important;
    border-right:unset  !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 23px  !important;
    padding-right: 3px !important;
}
.select2-container .select2-selection--multiple {
    padding: 8px 8px !important;
}
.line-clamp-3{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
a.text-white.me-3.fs-5 {
    text-decoration: none !important;
}
.map-box iframe {
    width: 100%;
    max-width: 100%;
}