

 /* ================================================= HEADER SECTION CSS  START ======================================== */

/* BARND LOGO CSS START  */

.site-logo {
  width: 80px;
  height: 100PX;
  /* max-height: 60px; */
}

.brand-name {
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  white-space: nowrap;
}

/* Mobile view */
@media (max-width: 768px) {
  .site-logo {
    width: 50px;
    height: 70px;
    /* max-height: 50px; */
  }

  .brand-name {
    font-size: 15px;
  }
}

/* BARND LOGO CSS END  */


/* DROPDOWN CSS START */

.dropdown {
  text-decoration: none;
  color: #000;
  transition: background-color 0.4s ease, color 0.3s ease;
}

.mega-menu {
  width: 700px;
  border-radius: 12px;
}

.mega-dropdown .dropdown-menu {
  left: 0;
  right: auto;
}

.mega-menu h6 {
  font-weight: 600;
}

.mega-menu small {
  color: #6c757d;
}

@media (max-width: 768px) {
  .mega-menu {
    width: 100%;
  }
}

/* DROPDOWN CSS END */

/* LANGUAGE TOGGLE CSS START */

.language-toggle {
  display: flex;
  gap: 5px;
  padding: 5px;
  background: #f0f0f0;
  border-radius: 25px;
}

.lang-btn {
  padding: 8px 16px;
  border: none;
  background: transparent;
  color: #333;
  font-weight: 600;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}

.lang-btn.lang-active {
  background: #cc007acc;
  color: #fff;
}

.lang-btn:hover {
  background: #cc007acc;
  color: #fff;
}

/* LANGUAGE TOGGLE CSS END */



/* BOOK APPOINTMENT BUTTON CSS START  */

.book-appointment-btn {
  background: linear-gradient(90deg, #cc007acc, #a80065);
color: white !important;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 30px;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(204, 0, 122, 0.3);
}

.book-appointment-btn:hover {
  background: linear-gradient(90deg, #a80065, #8b0052);
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(204, 0, 122, 0.5);
}


/* BOOK APPOINTMENT BUTTON CSS END  */

/* AMBULANCE BUTTON CSS START  */

.ambulance-btn {
  background: linear-gradient(90deg, #dc2626, #b91c1c);
  color: #fff;
  font-weight: bold;
  padding: 8px 18px;
  border-radius: 30px;
  animation: blink 1.2s infinite;
  box-shadow: 0 0 15px rgba(220,38,38,0.5);
}

.ambulance-btn:hover {
  background: linear-gradient(90deg, #b91c1c, #7f1d1d);
  color: #fff;
  transform: scale(1.05);
}

@keyframes blink {
  0%   { box-shadow: 0 0 5px rgba(220,38,38,0.5); }
  50%  { box-shadow: 0 0 20px rgba(220,38,38,1); }
  100% { box-shadow: 0 0 5px rgba(220,38,38,0.5); }
}


/* AMBULANCE BUTTON CSS END  */



/* MARQUEE TAG START  */

.top-marquee {
  background: linear-gradient(140deg, #cc007acc, #ffb247);
  color: #000;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 600;
  
}

.top-marquee marquee {
  white-space: nowrap;
}



/* MARQUEE TAG END   */

/* NAVBAR_ITEM CSS START  */

.nav-item {
  font-size: 18px;

}

.navbar-nav .nav-link {
  position: relative;
  font-weight: 500;
  color: #374151;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 3px;
  background-color: #ec4899;
  opacity: 0;                 /* ⭐ IMPORTANT */
  border-radius: 50px;
  transition: width 0.3s ease, opacity 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
  opacity: 1;
}



/* .navbar-toggler start */

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  transition: transform 0.3s ease;
}

/* when menu is open */
.navbar-toggler.active .navbar-toggler-icon {
  transform: rotate(90deg);
}

/* optional: make it look more like cross */
.navbar-toggler.active .navbar-toggler-icon {
  background-image: none;
  position: relative;
}

.navbar-toggler.active .navbar-toggler-icon::before,
.navbar-toggler.active .navbar-toggler-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #000;
}

.navbar-toggler.active .navbar-toggler-icon::before {
  transform: rotate(45deg);
}

.navbar-toggler.active .navbar-toggler-icon::after {
  transform: rotate(-45deg);
}


/* .navbar-toggler end  */




 /* ================================================= HEADER SECTION CSS  END ======================================== */


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* section 1 poster of doctor and information start  */


/* section 1 poster of doctor and information end */


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */



 /* section 2  which services are available start */
    .section-heading {
    color: #cc007acc;
    font-weight: 700;
  }

  .sub-heading {
    font-size: 80px;
    margin-bottom: 50px;
  }

  .service-list li {
    margin-bottom: 12px;
    font-size: 17px;
  }
 /* section 2  which services are available end */


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

 /* ================================================= INFORMATION  CARD SECTION CSS  END ======================================== */


/* card Information css start*/


.services-section {
  background: #f7fbfb;
}

.service-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.service-card h4 {
  color: #666;
  font-weight: 600;
}

.book-link {
  color: #cc007acc;
  font-weight: 600;
  text-decoration: none;
  margin-top: 12px;
  display: inline-block;
}

.service-card img {
  max-width: 120px;
}


.hover-card {
  transition: all 0.3s ease;
  cursor: pointer;
}

.hover-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  background-color:#cc007a3b ;
  
}

/* End card Information */

 /* ============================================ INFORMATION  CARD SECTION CSS  END ======================================== */




 /* ================================================= CAREER CARD DESIGN START ==================================== */



 
  /* body {
    background-color: #f8fafc;
  } */

.section-card {
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.section-title {
  color: #ec4899;
  font-weight: bold;
}

.submit-btn {
  background: linear-gradient(to right, #ec4899, #db2777);
  color: white;
  border: none;
  border-radius: 10px;
  padding: 10px;
}


/* HOVER EFFECT START  */



.section-card {
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.section-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(236,72,153,0.1),
    rgba(219,39,119,0.1)
  );
  transition: 0.5s;
  pointer-events: none;
}

.section-card:hover::before {
  left: 0;
}

.section-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(236,72,153,0.25);
}

/* ===== INPUT HOVER & FOCUS ===== */
.form-control,
.form-select {
  transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
  border-color: #ec4899;
  box-shadow: 0 0 0 0.2rem rgba(236,72,153,0.25);
}

/* ===== BUTTON HOVER EFFECT ===== */
.submit-btn {
  background: linear-gradient(to top, #ec4899, #db2777);
  color: white;
  border: none;
  border-radius: 10px;
  padding: 10px;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  transform: scale(1.05);
  background: linear-gradient(to left, #db2777, #be185d);
  box-shadow: 0 10px 25px rgba(236,72,153,0.4);
}


.section-card::before {
  left: -100%;
  top: -100%;
}

.section-card:hover::before {
  left: 0;
  top: 0;
} 



 /* ================================================= CAREER CARD DESIGN END ========================================== */

 

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */



/* section 3 for why choose us in pune strat  */

.section-title {
    color: #000000;
    font-weight: 700;
  }

  .content-text {
    line-height: 1.8;
    font-size: 16px;
  }

  .form-title {
    color: #cc007acc;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
  }

  .custom-input {
    border: 2px solid #cc007acc;
    border-radius: 30px;
    padding: 12px 20px;
  }

  .custom-input:focus {
    box-shadow: none;
    border-color: #1e5f7f;
  }

  .custom-select {
    border: 2px solid #1e5f7f;
    border-radius: 30px;
    padding: 12px 20px;
  }

  .send-btn {
    background-color: #cc007a;
    color: #fff;
    padding: 12px;
    border-radius: 30px;
    border: none;
    font-size: 18px;
    width: 100%;
  }

  .send-btn:hover {
    background-color: rgba(204, 0, 122, 0.748);
  }

/* section 3 for why choose us in pune end  */
   

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */



/* section 4  where we are available in pune  start   */

.section-heading {
    color: #cc007acc;
    font-weight: 700;
    margin-bottom: 40px;
  }

  .city-btn {
    border: 2px solid #333;
    color: #cc007acc;
    font-weight:700;
    border-radius: 12px;
    padding: 10px 0;
    width: 100%;
    background: #fff;
    transition: 0.3s ease;
  }

  .city-btn:hover {
    background-color: #cc007acc;
    color: #fff;
    border-color: #cc007acc;
  }

/* section 4  where we are available in pune  end */


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */



/* section 5  Why Online Consultation is the Future  start */


.section-heading {
  color: #cc007acc;
  font-weight: 700;
}

.plan-card {
  border-radius: 14px;
  padding: 40px 30px;
  height: 100%;
  color: #fff;
  position: relative;
  transition: 0.6s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.plan-card:hover {
  transform: translateY(-8px);
}

/* COLORS */
.plan-basic,
.plan-advanced {
  background: #cc007a98;
}

.plan-premium {
  background: #f0af4d;
  color: #fff;
}

/* BADGE */
.plan-badge {
  position: absolute;
  top: 8px;
  left: 10px;
  background: #ff5a3d;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* LIST */
.plan-card ul {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.plan-card ul li {
  margin-bottom: 10px;
  font-size: 18px;
  position: relative;
  padding-left: 20px;
}

.plan-card ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #fff;
}

/* PRICE */
.price {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* BUTTONS */

.book-btn {
  background: linear-gradient(135deg, #ffb347, #ff8c42);
  color: #fff;
  border: none;
  padding: 12px 34px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.book-btn-dark {
  background: linear-gradient(135deg, #cc007a98, #cc007a98);
  color: #fff;
  border: none;
  padding: 12px 34px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}


/* HOVER EFFECT */
.book-btn:hover {
  background: linear-gradient(135deg, #ff8c42, #ffb347);
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 28px rgba(0,0,0,0.3);
}




/* section 5  Why Online Consultation is the Future  end */


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


/* section 6  Home care Services Price start  */



.price-title {
  color: #000000cc;
  font-weight: 700;
}

.price-table thead tr {
  background-color: #e6452f;
  color: #fff;
  font-size: 17px;
}

.price-table th,
.price-table td {
  padding: 16px;
  border: none;
}

/* FIXED STRIPES */
.price-table tbody tr:nth-child(odd) td {
  background-color: #f0f0f0 !important;
}

/* EVEN ROWS WHITE */
.price-table tbody tr:nth-child(even) td {
  background-color: #ffffff !important;
}

/* HOVER EFFECT */
.price-table tbody tr:hover td {
  background-color: #cc007acc !important;
  
}



/* section 6  Home care Services Price end  */



/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */





/*  Informtion Collect form     */


.form-heading {
  text-align: center;
  font-weight: 700;
  color: #cc007acc;
  margin-bottom: 20px;
  margin-top: 20px;
}


#info_collect {  
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(-135deg, #E3F2FD, #F3E5F5); 
  border-left: 6px solid #e6007f95;
  border-radius: 14px;
  padding: 30px;                    
}


#info_collect h2 {
  margin-bottom: 20px;
  
}

#info_collect .form-label {
  font-weight: 600;
  color: #000000;
}

#info_collect .form-control {
  border-radius: 5px;
  border: 1px solid #ccc;
}

#info_collect .form-control:focus {
  border-color: #e6007f95;
  box-shadow: 0 0 5px rgba(230, 0, 127, 0.5);
}

#info_collect button {
  background-color: #e6007f95;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

#info_collect button:hover {
  background-color: #cc007acc;
}




/* End Informtion Collect form  */





/* ================================================= POPUP  CARD DESIGN START ==================================== */


.modal-content {
  border-radius: 20px;
  background: linear-gradient(135deg, #fce7f3, #e0f2fe);
  border-left: 6px solid #ec4899;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  animation: popupScale 0.4s ease;
}

@keyframes popupScale {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.modal-title {
  color: #ec4899;
  font-weight: bold;
}

.form-control, .form-select {
  border-radius: 10px;
  padding: 12px;
}

.submit-btn {
  background: linear-gradient(to right, #ec4899, #db2777);
  border: none;
  padding: 12px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.submit-btn:hover {
  transform: scale(1.03);
  background: linear-gradient(to right, #db2777, #be185d);
}




/* ================================================= POPUP  CARD DESIGN END ==================================== */




/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */





/* other page information  */   

.hero-section {
  background: #fff;
}

.text-teal {
  color: #cc007acc;
}

.btn-primary {
  background: #cc007acc;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
}




/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */



/* section 2 */

.other-section {
  background: #fff;
}

.other-title {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.other-title h2 {
  padding-top: 20px;
  font-size: 40px;
  font-weight: 700;
  color: #0b2b2b;
  line-height: 1.3;
}

.other-title .line {
  width: 5px;
  height: 90px;
  background: #cc007acc;
  margin-top: 8px;
  margin-left: 10px;
}

.text-orange {
  color: #cc007acc;
}

.other-text {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}




/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */




/* About US page css */

.about-section {
  background: #fff;
}

.about-title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.about-title h2 {
  padding-top:6px;
  font-size: 40px;
  font-weight: 700;
  color: #0b2b2b;
  line-height: 1.3;
}

.about-title .line {
  width: 5px;
  height: 55px;
  background: #cc007acc;
  margin-top: 8px;
  margin-left: 10px;
}

.about-title small {
  font-size: 16px;
  color: #666;
  
}


.about-title:hover{
  transform: translateX(20px) scale(1.05);
  transition: all 0.3s ease; 
}   

.py-5 p {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
} 

/* .info {
  margin-top: 20px;
} */

.info button {
  background-color: #cc007acc;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.info button a {
  text-decoration: none;
  color: white;

}

.physiocard img {
  height: 400px;
  width: 800px;

}

.physiocard img:hover {
  transform: translateX(-10px) scale(1.05);
  border-radius: 20px ;
  transition: all 0.6s ease;

  
}


/* gradient-underline in the web page   */


.gradient-underline {
  position: relative;
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.gradient-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #e91e63, #2196f3);
  /* background: linear-gradient(to right, #ff4081, #2196f3); */
  transition: width 0.3s ease;
}
 
.gradient-underline:hover::after {
  width: 100%;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */




/* two other boxes in about us page  */

body {
  background-color: #f7fbfb;
}

/* Card Style */
.info-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 20px 40px #cc007a17;
  position: relative;
  height: 100%;
}

/* Icon Circle */
.icon-circle {
  width: 45px;
  height: 45px;
  background-color: #cc007acc;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: bold;
  position: relative;
}

/* Headings */
.info-card h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

/* Paragraph */
.info-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

  /* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


  
   

/* otehr 2 start  */




/* other 2  end */ 



/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


/* footer star  */
.footer-section {
  background: linear-gradient(135deg, #cc007acc, #ff7eb3);
  color: #fff !important;
}

.footer-title {
  font-weight: 700;
  font-size: 24px;
  color: #fff !important;
  letter-spacing: 0.5px;
}

.footer-heading {
  font-weight: 600;
  font-size: 18px;
  color: #fff !important;
  letter-spacing: 0.3px;
}

.footer-text {
  font-size: 14px;
  line-height: 1.8;
  color: #fff !important;
  margin: 0;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  font-size: 14px;
  margin: 0;
  color: #fff !important;
}

.footer-list a {
  color: #fff !important;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-list a:hover {
  color: #fff !important;
  padding-left: 5px;
  letter-spacing: 0.5px;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 16px;
  width: auto;
  height: auto;
  padding: 10px;
  line-height: 1;
  text-align: center;
  background: transparent;
  transition: all 0.3s ease;
  border: none;
}

.social-icons a.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 16px;
  width: auto;
  height: auto;
  padding: 10px;
  line-height: 1;
  text-align: center;
  background: transparent;
  transition: all 0.3s ease;
  border: none;
}

.social-icons a:hover,
.social-icons a.social-link:hover {
  color: #ffeb3b !important;
  transform: translateY(-3px);
  opacity: 0.9;
}

.footer-bottom {
  background: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  color: #fff !important;
}

/* footer end  */


/* ====== CAREERS PAGE CSS START ====== */

/* Page Section Styling */
.careers-section {
  background: linear-gradient(135deg, #f8fafc 0%, #f3e5f0 100%);
  padding: 50px 0;
  min-height: calc(100vh - 200px);
}

/* Page Heading */
.careers-section h2 {
  color: #ec4899;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.05);
}

.careers-section > .container > p {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto;
}

/* Staff Registration Form Styling */
#staffForm {
  background: white;
  border-radius: 15px;
  padding: 35px;
  box-shadow: 0 10px 30px rgba(236, 72, 153, 0.1);
}

#staffForm .row {
  margin-left: -15px;
  margin-right: -15px;
}

/* Form Labels */
#staffForm .form-label {
  color: #333;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

#staffForm .text-danger {
  color: #ec4899;
  font-weight: 700;
}

/* Form Controls - Text Inputs */
#staffForm .form-control {
  background: #f8f9fa;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 14px;
  transition: all 0.3s ease;
  color: #333;
}

#staffForm .form-control:focus {
  background: #fff;
  border-color: #ec4899;
  box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.1);
  color: #333;
}

#staffForm .form-control::placeholder {
  color: #999;
}

/* Form Selects */
#staffForm .form-select {
  background: #f8f9fa url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ec4899' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat right 10px center;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 14px;
  transition: all 0.3s ease;
  color: #333;
  background-size: 20px;
  padding-right: 40px;
}

#staffForm .form-select:focus {
  background-color: #fff;
  border-color: #ec4899;
  box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.1);
}

/* File Upload Inputs */
#staffForm input[type="file"] {
  background: #f8f9fa;
  border: 2px dashed #ec4899;
  border-radius: 8px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#staffForm input[type="file"]:focus {
  background: #fff;
  border-color: #db2777;
  box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.1);
}

#staffForm input[type="file"]::file-selector-button {
  background: linear-gradient(90deg, #ec4899, #db2777);
  color: white;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-right: 10px;
}

#staffForm input[type="file"]::file-selector-button:hover {
  background: linear-gradient(90deg, #db2777, #be185d);
  transform: scale(1.05);
}

/* Conditional Fields Container */
#registerNumberDiv {
  animation: slideDown 0.4s ease-in-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Document Section Heading */
#staffForm .col-12 h5 {
  color: #ec4899;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 3px solid #ec4899;
  margin-bottom: 25px !important;
}

/* Submit Button */
#staffForm .submit-btn {
  background: linear-gradient(135deg, #ec4899, #db2777);
  color: white;
  border: none;
  border-radius: 10px;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(236, 72, 153, 0.3);
}

#staffForm .submit-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #db2777, #be185d);
  box-shadow: 0 8px 25px rgba(236, 72, 153, 0.4);
}

#staffForm .submit-btn:active {
  transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 992px) {
  #staffForm {
    padding: 25px;
  }
  
  #staffForm .form-label {
    font-size: 13px;
  }
  
  .careers-section h2 {
    font-size: 36px;
  }
  
  #staffForm .col-md-6 {
    margin-bottom: 15px;
  }
}

/* Tablet Devices (768px - 991px) */
@media (max-width: 768px) {
  .careers-section {
    padding: 30px 0;
  }
  
  .careers-section h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  
  .careers-section > .container > p {
    font-size: 15px;
  }
  
  #staffForm {
    padding: 20px;
    border-radius: 12px;
  }
  
  #staffForm .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  #staffForm .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 18px;
  }
  
  #staffForm .col-12 h5 {
    font-size: 16px;
    margin-bottom: 20px !important;
  }
  
  #staffForm .form-label {
    font-size: 13px;
    margin-bottom: 8px;
  }
  
  #staffForm .form-control,
  #staffForm .form-select {
    padding: 11px 13px;
    font-size: 13px;
    border-radius: 6px;
  }
  
  #staffForm input[type="file"] {
    padding: 12px;
    border-radius: 6px;
  }
  
  #staffForm input[type="file"]::file-selector-button {
    margin-bottom: 8px;
    display: block;
    width: calc(100% - 10px);
    padding: 7px 12px;
    font-size: 12px;
  }
  
  #staffForm .submit-btn {
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 8px;
  }
}

/* Mobile Devices (576px - 767px) */
@media (max-width: 576px) {
  .careers-section {
    padding: 20px 0;
  }
  
  .careers-section h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  
  .careers-section > .container > p {
    font-size: 14px;
    line-height: 1.6;
  }
  
  #staffForm {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(236, 72, 153, 0.08);
  }
  
  #staffForm .form-label {
    font-size: 12px;
    margin-bottom: 6px;
    font-weight: 500;
  }
  
  #staffForm .form-control,
  #staffForm .form-select {
    padding: 10px 12px;
    font-size: 12px;
    border-radius: 6px;
  }
  
  #staffForm input[type="file"] {
    padding: 10px;
    border-radius: 6px;
  }
  
  #staffForm input[type="file"]::file-selector-button {
    margin-bottom: 8px;
    display: block;
    width: calc(100% - 6px);
    padding: 6px 10px;
    font-size: 11px;
  }
  
  #staffForm .col-12 h5 {
    font-size: 15px;
    margin-bottom: 15px !important;
    padding-bottom: 10px;
  }
  
  #staffForm .submit-btn {
    padding: 11px 18px;
    font-size: 13px;
    border-radius: 7px;
    margin-top: 15px;
  }
  
  #staffForm .text-danger {
    font-size: 12px;
  }
  
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Extra Small Devices (Less than 576px) */
@media (max-width: 480px) {
  .careers-section {
    padding: 15px 0;
  }
  
  .careers-section h2 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 700;
  }
  
  .careers-section > .container > p {
    font-size: 13px;
  }
  
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  
  #staffForm {
    padding: 12px;
    border-radius: 8px;
  }
  
  #staffForm .row {
    margin-left: -6px;
    margin-right: -6px;
  }
  
  #staffForm .form-label {
    font-size: 11px;
    margin-bottom: 5px;
  }
  
  #staffForm .form-control,
  #staffForm .form-select {
    padding: 9px 10px;
    font-size: 11px;
    border-radius: 5px;
  }
  
  #staffForm input[type="file"] {
    padding: 8px;
    border-radius: 5px;
  }
  
  #staffForm input[type="file"]::file-selector-button {
    margin-bottom: 6px;
    display: block;
    width: calc(100% - 4px);
    padding: 5px 8px;
    font-size: 10px;
  }
  
  #staffForm .col-12 h5 {
    font-size: 13px;
    margin-bottom: 12px !important;
    padding-bottom: 8px;
  }
  
  #staffForm .submit-btn {
    padding: 10px 15px;
    font-size: 12px;
    margin-top: 12px;
  }
}

/* Device Orientation: Landscape Mobile */
@media (max-height: 500px) and (orientation: landscape) {
  .careers-section h2 {
    margin-bottom: 5px;
  }
  
  #staffForm {
    padding: 15px;
  }
  
  #staffForm .col-md-6 {
    margin-bottom: 10px;
  }
}

/* ====== CAREERS PAGE CSS END ====== */

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.mf-social-side-list {
    position: fixed;
    
    right: 10px;
    z-index: 100;
}
.mf-social-side-list ul {
    list-style: none;
    display: flex;
    flex-direction: column;
   padding: 10px;
   margin:10px;
}
.mf-social-side-list ul li a {
    color: #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-top: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mf-social-side-list ul li a:hover {
    opacity: .9;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.mf-social-side-list ul li a[href*='https://wa.link/i9hn6h'] {
    background: #25d366;
} 

.mf-social-side-list ul li a[href*='instagram'] {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);;
}
.mf-social-side-list ul li a[href*='facebook'] {
    background: #3b5998;
}
.mf-social-side-list ul li a[href*='linkedin'] {
    background: #0077B5;
}
.mf-social-side-list ul li a[href*= 'threads'] {
    background: #000000;
} 
.mf-social-side-list ul li a[href*='tel'] {
    background: #02ec5c;
}

.mf-social-side-list-footer ul {
    list-style: none;
    display: flex;
    /* flex-direction: row; */
   padding: 5px;
   margin:5px;
}
.mf-social-side-list-footer ul li a {
    color: #000000;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-top: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mf-social-side-list-footer ul li a:hover {
    opacity: .9;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.mf-social-side-list-footer ul li a[href*='instagram'] {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);;
}
.mf-social-side-list-footer ul li a[href*='facebook'] {
    background: #3b5998;
}
.mf-social-side-list-footer ul li a[href*='linkedin'] {
    background: #0077B5;
}
.mf-social-side-list-footer ul li a[href*= 'threads'] {
    background: #000000;
}

.mf-social-side-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mf-social-side-list li {
  margin-bottom: 10px; /* Optional spacing between items */
}

.tooltip-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit; /* Inherit color from parent or set explicitly */
}

.tooltip {
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  background-color: transparent;
  color: #000000;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.tooltip-link:hover .tooltip {
  opacity: 1;
}
/* footer end  */
/* ====== SCROLL TO TOP BUTTON CSS START ====== */

.scroll-to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ec4899, #db2777);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 0 4px 15px rgba(236, 72, 153, 0.4);
  transition: all 0.3s ease;
}

.scroll-to-top-btn:hover {
  background: linear-gradient(135deg, #db2777, #be185d);
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(236, 72, 153, 0.6);
}

.scroll-to-top-btn.show {
  display: flex;
}

.scroll-to-top-btn i {
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .scroll-to-top-btn {
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .scroll-to-top-btn {
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 15px;
    font-size: 16px;
  }
}

/* ====== SCROLL TO TOP BUTTON CSS END ====== */

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
