/*Index or Homepage */

:root {
    /* Color Palette */
    --page-bg: #F8FAFC;
    --card-bg: #FFFFFF;
    --main-text-color: #344767;
    --label-text-color: #6C757D;
    --placeholder-color: #A0A0A0;
    --input-border-color: #E0E0E0;
    --primary-blue: #007bff; /* For active elements, icons */
    --selected-time-bg: #007bff; /* Explicitly defining for time slots */
    --dark-blue-btn: #004085; /* Confirm button, footer submit */
    --footer-bg: #1E3F66; /* Dark blue footer */
    --white: #FFFFFF;
    --light-grey-bg: #F0F0F0; /* Booked time slot */
    --selected-date-bg: #E6F0FF; /* Light blue background for selected date (calendar cell hover) */

    /* Layout / Sizing */
    --navbar-height: 80px;
    --content-max-width: 900px;
    --base-font-size: 14px;

    /* Calender */
     --accent: #e84b5a;  /* selected background */
        --text: #222;       /* enabled number color */
        --muted: #9aa0a6;   /* unselected DOW/month */
        --disabled: #bfc4c9;/* disabled text */
        --radius: 16px;

    /* Time Slot */
    --accent: #1a73e8;          /* selected blue */
    --text: #2c3a4a;            /* default text */
    --muted: #8a94a6;           /* disabled text */
    --bg: #fff;
    --border: #e6e9ef;          /* card border */
    --shadow: 0 2px 6px rgba(0,0,0,.06);
    --radius: 12px;

    /* About us page */
        --primary-blue: #0d47a1;
        --light-blue: #00a8ff;
        --bg-light: #f4f9ff;
        --text-dark: #333;
        --accent-blue: #0099ff;
}
/* Card Styles */
.card {
    background-color: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin-bottom: 30px;
}

.card-header {
    display: flex;
    align-items: center;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 25px;
    color: var(--main-text-color);
}

.card-header .fa-solid, .card-header .fa-regular {
    color: var(--primary-blue);
    margin-right: 15px;
    font-size: 1.4em;
    width: 25px; /* Fixed width for icon alignment */
    text-align: center;
}

.card-content {
    display: grid;
    /*grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));*/
    gap: 20px 30px;
}

/*Multi step form code */

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f1b9"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f073"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.footer-social i {
  font-size: 28px;
  margin: 0 15px;
  color: #00a8ff;
}

/* Calender Date design */
.wrap{margin:0 auto;background:#fff;border-radius:14px;padding:20px 28px;box-shadow:0 4px 20px rgba(0,0,0,.06);}

.calendar-strip{
  display:flex;
  gap:36px;
  align-items:center;
}

/* Visually hide radios but keep accessible */
.calendar-strip input[type="radio"]{
  position:absolute;
  inline-size:1px;
  block-size:1px;
  margin:-1px;
  padding:0;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
  border:0;
}

.date-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:78px;
  height:100px;
  padding:8px;
  border-radius:var(--radius);
  background:transparent;
  cursor:pointer;
  transition:background .2s ease, color .2s ease, transform .05s ease, box-shadow .2s ease;
  user-select:none;
}

.date-card .dow,
.date-card .mon{
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  line-height:1;
  color:var(--muted);
}
.date-card .num{
  margin:6px 0 4px;
  font-size:34px;
  font-weight:800;
  line-height:1;
  color:var(--text);
}

/* hover */
/*input[type="radio"]:not(:disabled) + .date-card:hover{
  background:rgba(0,0,0,.04);
}
*/
/* selected */
input[type="radio"]:checked + .date-card{
  background:var(--accent);
  box-shadow:0 8px 18px #00a8ff;
}
input[type="radio"]:checked + .date-card .dow,
input[type="radio"]:checked + .date-card .num,
input[type="radio"]:checked + .date-card .mon{
  color:#fff;
}

/* disabled (7th day) */
input[type="radio"]:disabled + .date-card{
  cursor:not-allowed;
  background:transparent;
}
input[type="radio"]:disabled + .date-card .dow,
input[type="radio"]:disabled + .date-card .num,
input[type="radio"]:disabled + .date-card .mon{
  color:var(--disabled);
}

/* focus ring for accessibility */
input[type="radio"]:focus-visible + .date-card{
  outline:2px solid var(--accent);
  outline-offset:3px;
}

/* Time Slot update */
.time-slots {
    flex: 1.5;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 15px;
    border: 1px solid var(--input-border-color);
    border-radius: 8px;
    background-color: var(--white);
    position: relative; /* For arrows */
}

        

.time-grid{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
gap: 26px;
padding: 20px;
margin-top: 10px;
}

.time{
position: relative;
}

/* Hide the native radio but keep it focusable/accessible */
.time input[type="radio"]{
position: absolute;
opacity: 0;
inset: 0;
width: 100%;
height: 100%;
}

/* The card */
.time label{
display: grid;
place-items: center;
height: 64px;
padding: 8px 14px;
border: 1px solid var(--border);
border-radius: var(--radius);
background: var(--bg);
color: var(--text);
font-weight: 500;
box-shadow: var(--shadow);
cursor: pointer;
transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
}

/* Hover */
.time input:not(:disabled) + label:hover{
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

/* Focus ring for keyboard users */
.time input:focus-visible + label{
outline: 3px solid rgba(26,115,232,.35);
outline-offset: 2px;
}

/* Selected state */
.time input:checked + label{
background: var(--accent);
color: #fff;
border-color: var(--accent);
font-weight: 700;
box-shadow: 0 8px 18px rgba(26,115,232,.35);
}

/* Disabled/unavailable */
.time input:disabled + label{
background: #f2f4f7;
color: var(--muted);
border-color: #e1e5ea;
cursor: not-allowed;
box-shadow: none;
}

/* Extra page CSS */
.text-primary {
  color: #00cbff !important
}
.text-white {
  color: #fff !important;
  text-align: center;
  font-size: clamp(50px, 2.5vw, 24px)
}

.text-para {
  color: #fff !important;
  text-align: center;
  font-weight: normal;
  font-size: clamp(20px, 2.5vw, 14px)
}

.btn-outline-custom {
  --btn-color: #fff;
  color: var(--btn-color);
  background: transparent;
  border: 2px solid var(--btn-color);
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: clamp(10px, 2.5vw, 14px) clamp(16px, 4vw, 24px);
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1;
  width: clamp(160px, 60vw, 320px);
  transition: color .2s ease, border-color .2s ease;
  width: fit-content;
}

/* About Us Page */

/* Header/Hero Section */
.section-padding {
  padding: 60px 0;
}

.bg-light-blue {
  background-color: var(--bg-light);
}

.bg-dark-blue {
  background-color: var(--primary-blue);
  color: white;
}

.bg-vibrant-blue {
  background-color: var(--light-blue);
  color: white;
}

.icon-circle {
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: var(--primary-blue);
  font-size: 1.5rem;
}

/* Testimonials */
.testimonial-card {
  background: white;
  border-radius: 15px;
  padding: 25px;
  color: #333;
  height: 100%;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.user-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.stars {
  color: #f39c12;
  margin-bottom: 10px;
}

/* Form Styling */
.contact-form input,
.contact-form textarea {
  border-radius: 10px;
  padding: 12px;
  border: none;
  margin-bottom: 15px;
}

.btn-submit {
  background-color: var(--light-blue);
  color: white;
  border: none;
  padding: 12px;
  border-radius: 10px;
  width: 100%;
  font-weight: bold;
}

/* Contact Section Styling */
.contact-section {
  background-color: #1a438d;
  /* Dark Blue Background */
  color: white;
  padding: 80px 0;
}

.info-icon {
  width: 40px;
  height: 40px;
  background: white;
  color: #1a438d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 1.2rem;
}

/* Ensure icons and text align perfectly on all screens */
/* Ensure icons and text align perfectly on all screens */
.contact-item {
  display: flex;
  align-items: center;
  /* Vertically centers icon with single line text */
  margin-bottom: 1.5rem;
}

.info-icon {
  width: 45px;
  height: 45px;
  background: white;
  color: #1a438d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  /* Prevents the circle from squishing on small screens */
  margin-right: 15px;
}

.contact-text {
  word-break: break-word;
  /* Prevents long emails from breaking layout */
  text-align: left;
  /* Keeps text left-aligned even if parent is centered */
}

/* Mobile Specific Fix */
@media (max-width: 767px) {
  .contact-info-text {
    text-align: left;
    /* Changed from center to keep icons and text paired */
    padding-left: 15px;
  }

  .contact-item {
    justify-content: flex-start;
  }
}

/* Form Inputs */
.custom-input {
  border-radius: 8px;
  padding: 12px 20px;
  border: none;
  font-size: 1rem;
}

.custom-input::placeholder {
  color: #6c757d;
}

/* Submit Button */
.btn-submit-blue {
  background-color: #0099ff;
  /* Vibrant Blue from Image */
  color: white;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-weight: bold;
  text-transform: capitalize;
  transition: 0.3s;
}

.btn-submit-blue:hover {
  background-color: #007acc;
  color: white;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .contact-info-text {
    text-align: center;
  }

  .contact-info-text .d-flex {
    justify-content: center;
  }
}

.footer-social i {
  font-size: 24px;
  margin: 0 10px;
  color: var(--light-blue);
}

/* Ensure the white section has dark text */
.bg-white {
  background-color: #ffffff;
}

.text-dark {
  color: #212529 !important;
  /* A professional soft black */
}

/* Responsive adjustment for the stats row */
@media (max-width: 768px) {
  .bg-white h3 {
    font-size: 1.2rem;
    /* Makes numbers slightly smaller on mobile so they stay in one line */
  }

  .bg-white p {
    font-size: 0.7rem;
  }
}

/* Service page */

/* --- Service Section --- */
.carousel-item {
  height: 80vh;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  touch-action: pan-y;
  overflow: hidden;
}

.carousel-caption-custom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 5%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 3;
}

.know-more-btn {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 20px;
  border-radius: 20px;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 10;
}

/* --- The Pull-out Drawer --- */
.description-drawer {
  position: absolute;
  bottom: -100%;
  /* Hidden */
  left: 0;
  width: 100%;
  height: 85%;
  /* Pulls up almost to the top */
  background: white;
  color: #333;
  z-index: 100;
  /* Higher than everything else */
  transition: bottom 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 30px 30px 0 0;
  padding: 30px 20px;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.3);
}

.description-drawer.active {
  bottom: 0;
}

.drawer-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #666;
}

.price-card {
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.price-val {
  color: var(--primary-blue);
  font-weight: 800;
  font-size: 1.8rem;
}

.price-sub {
  color: #666;
  font-size: 0.9rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  text-align: left;
  display: inline-block;
}

.feature-list li {
  margin-bottom: 8px;
  color: #444;
}

.feature-list li i {
  color: var(--accent-blue);
  margin-right: 10px;
}

:root {
  --primary-blue: #0d47a1;
  --light-blue: #00a8ff;
  --bg-light: #f4f9ff;
  --text-dark: #333;
}

.section-padding {
  padding: 50px 0;
}

.bg-light-blue {
  background-color: var(--bg-light);
}

.bg-dark-blue {
  background-color: var(--primary-blue);
  color: white;
}

.bg-vibrant-blue {
  background-color: var(--light-blue);
  color: white;
}

.icon-circle {
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: var(--primary-blue);
  font-size: 1.5rem;
}
.footer-social i {
  font-size: 28px;
  margin: 0 15px;
  color: #00a8ff;
}


/* Responsive Adjustments */
@media (max-width: 992px) {
    .page-container {
        margin: 30px auto;
        padding: 0 15px;
    }
    .card {
        padding: 25px;
    }
    .card-content {
        grid-template-columns: 1fr; /* Stack inputs on smaller screens */
    }
    .calendar-and-times {
        flex-direction: column; /* Stack calendar and time slots */
    }
    .calendar, .time-slots {
        min-width: unset;
        width: 100%;
    }
    .time-slots {
        grid-template-columns: repeat(3, 1fr); /* Adjust for smaller screens */
    }
    .time-slot-arrow {
        display: none; /* Hide arrows if they interfere with layout on small screens */
    }
    .footer-content {
        flex-direction: column;
        gap: 30px;
        align-items: center; /* Center footer content */
    }
    .footer .contact-info, .footer .contact-form {
        max-width: 100%;
        min-width: unset;
        text-align: center; /* Center text in info section */
    }
    .footer .contact-item {
        justify-content: center; /* Center contact items */
    }
}

@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
        height: auto;
        padding: 15px 5%;
    }
    .navbar .nav-links {
        margin-top: 15px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .navbar .nav-links a {
        padding: 5px 10px;
    }
    .main-heading {
        font-size: 1.3em;
    }
    .card-header {
        font-size: 1.1em;
    }
    .time-slots {
        grid-template-columns: repeat(2, 1fr); /* Further reduce time slot columns */
    }
    .time-slot-legend {
        justify-content: center;
        gap: 15px;
    }
    .footer h3 {
        text-align: center;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 0.85em; /* Smaller base font size for very small screens */
    }
    .navbar .logo-text {
        font-size: 1.1em;
    }
    .navbar .nav-links {
        gap: 10px;
        font-size: 0.9em;
    }
    .card {
        padding: 20px;
    }
    .time-slots {
        grid-template-columns: 1fr; /* Single column for time slots */
    }
    /* Adjust footer contact items for better stacking on small screens */
    .footer .contact-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer .contact-item .fa-solid {
        margin-right: 0;
        margin-bottom: 5px;
    }
}