.custom-pharmacy{
    border: 1px solid #ACCF4E !important;
}
.custom-pharmacy:hover{
    background-color: #ACCF4E !important;
}
.custom-service{
    background-color: #4577d6;
}
/* .custom-service1{
    background-color: #f3f4f6;
    position: relative;
} */
.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 0; /* remove padding from main container */
    border-radius: 8px;
    width: 80%;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    overflow: hidden; /* so header radius looks good */
}

.modal-header {
    background-color: #3670ec;
    color: white;
    padding: 15px 20px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-body {
    padding: 20px;
    color: #333;
}

/* ===== NORMAL NAV LINK HOVER LINE ===== */
.nav-item {
  position: relative;
}

.nav-item .nav-link {
  color: #000; /* normal text color */
  position: relative;
  padding-bottom: 4px;
  transition: color 0.3s ease;
}

/* Blue underline effect */
.nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #4577d6;
  transition: width 0.3s ease;
}

/* Hover animation */
.nav-item .nav-link:hover {
  color: #4577d6;
}

.nav-item .nav-link:hover::after {
  width: 100%;
}

/* Container needs to be relative for absolute dropdown */
.hover-dropdown {
  position: relative;
}
/* Dropdown menu styling */
.hover-dropdown .dropdown-menu {
  display: block; /* keep display block for your hover logic */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  top: 100%; /* drop below the link */
  left: 0;
  position: absolute;
  z-index: 1000;
}

/* Show dropdown on hover */
.hover-dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}



/*.list-group-item a:hover {*/
/*  background-color: #e2f0d9;*/
/*  color: #6c757d;*/
/*  text-decoration: none;*/
/*  border-radius: 5px;*/
/*}*/

.close-button {
    font-size: 24px;
    cursor: pointer;
}

/*.modal {*/
/*    display: none; */
/*    position: fixed; */
/*    z-index: 9999; */
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%; */
/*    height: 100%; */
/*    overflow: auto; */
/*    background-color: rgba(0,0,0,0.5);*/
/*}*/

/*.modal-content {*/
/*    background-color: #fff;*/
/*    margin: 15% auto; */
/*    padding: 15px;*/
/*    border-radius: 8px;*/
/*    width: 80%;*/
/*    max-width: 500px;*/
/*    box-shadow: 0 5px 15px rgba(0,0,0,0.3);*/
/*}*/

/*.close-button {*/
/*    float: right;*/
/*    font-size: 20px;*/
/*    font-weight: bold;*/
/*    cursor: pointer;*/
/*}*/

.custom-service1 .book-appointment-btn{
    background-color: white;
    color: #ACCF4E;
    border: 1px solid #ACCF4E;
    position: absolute;
    top: 4%;
    right: 0%;
    opacity: 0;
    transition: all 0.3s ease;
}
.custom-service1:hover .book-appointment-btn {
    right: 10px;         /* Move inside the card */
    opacity: 1;
}
.custom-service:hover {
    background-color: #ACCF4E;
}
/* .custom-service1:hover{
    background-color: #A3E635;
} */
.doctor-image-wrapper {
  width: 100%;
  height:auto;
  overflow: hidden;
  border-radius: 15px;              /* sharp corners */
  position: relative;
  transform: perspective(1000px) scale(1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.doctor-image {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: transform 0.5s ease;
}

/* Hover: 3D lift + subtle rotation */
.doctor-image-wrapper:hover {
  /* transform: perspective(800px) rotateX(5deg) rotateY(-5deg) translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  border-radius: 15px; */
  border: 3px solid #5ba9ff; /* blue border */
  /* box-shadow: 0 0 10px rgba(91, 169, 255, 0.4); */
  transform: perspective(1000px) rotateX(3deg) rotateY(3deg) scale(1.05);
}

/* Optional slight zoom on image for depth */
.doctor-image-wrapper:hover .doctor-image {
  transform: scale(1.05);
  filter: brightness(0.95);
  border-radius: 15px;
}

/*Optional glass glow overlay */
.doctor-image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 60%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.doctor-image-wrapper:hover::after {
  opacity: 1;
}




/* .doctor-image-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1; 
  overflow: hidden;
  border-radius: 12px;
}

.doctor-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
} */

.custom-appointment{
    border:1px solid #84CC16;
    color: #84CC16;
}

.custom-appointment:hover{
    background-color: #84CC16;
    color: white;
}

.service-option{
  border: 1px solid #8dc736 !important;
}
.service-option:hover{
  background-color: #D9F99D;
}

/* contact page css */
.hero-section {
  /* background: url('https://sugam.zigainfotech.app/assets/image/services-banner.png'); */
  background: url('../../assets/image/services-banner.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 70vh;
  color: white;
  border-bottom: 1px solid green;
}
.hero-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 70vh;
  position: absolute;
}
.icon-circle {
  width: 70px;
  height: 70px;
  background: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 30px;
  margin-bottom: 15px;
  
}
.icon-circle img{
  border-radius: 50%;
}

.contact-wrapper {
  /* background: url('https://sugam.zigainfotech.app/images/upload/Rectangle381.png') no-repeat center center; */
  background: url('../../images/upload/Rectangle381.png') no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: white;
}
.overlay {
  background-color: rgba(0, 0, 50, 0.7);
  width: 100%;
  padding: 100px 20px;
}
.form-container {
  background-color: #fff;
  color: #000;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.form-control:focus {
  box-shadow: none;
  border-color: #0d6efd;
}


.map-responsive {
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.location-section{
    border-bottom: 1px solid blue;
}

.helpline-container {
  background-color: #3e7de0; /* Blue */
  border-radius: 15px;
  padding: 20px;
  color: white;
  display: flex;
  align-items: center;
  gap: 20px;
}

.helpline-box {
  background-color: #b8dd32; /* Green */
  border-radius: 12px;
  /* padding: 15px 20px; */
  text-align: center;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.helpline-logo img {
  height: 70px;
}

.helpline-call {
  flex: 1;
}

/* appoinment booking */
.appointment-section {
  /* background: url('https://sugam.zigainfotech.app/assets/image/appoinment-booking-banner.png') no-repeat center center; */
  background: url('../../assets/image/appoinment-booking-banner.png') no-repeat center center;
  background-size: cover;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.appointment-btn {
  background-color: #2d6cdf;
  color: #fff;
  padding: 15px 30px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  font-size: 1.25rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.appointment-btn:hover {
  background-color: #1e4fb1;
}

.appointment-form{
background: linear-gradient(to right, #4facfe, #00f2fe);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.appointment-card {
  border-radius: 1rem;
  overflow: hidden;
  max-width: 1000px;
  width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.form-section {
  background-color: #ebf5ff;
  padding: 2rem;
}

.form-control, .form-select {
  border-radius: 0.5rem;
}

.form-section .btn-outline-primary {
  width: 100px;
}
.form-section input {
    padding: 8px;
}
.form-section select {
    padding: 8px;
}

.payment-mode {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.form-check-payment {
  border: 1px solid #000;
  border-radius: 0.75rem;
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: 0.3s;
}

.form-check-input {
  margin-top: 0 !important;
  cursor: pointer;
}

.form-check-label {
  cursor: pointer;
  font-weight: 500;
}

  /* Checked style */
.form-check-input:checked + .form-check-label {
  color: #0d6efd;
}

.form-check-input:checked ~ .form-check-payment {
  border-color: #0d6efd;
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: none !important; /* Optional: keeps border unchanged */
}

.service-card {
  background-color: #f8f9fa; /* Light background */
  border-radius: 10px;
  padding: 20px;
  transition: all 0.3s ease;
  height: 100%;
}

.service-card:hover {
  background-color: #4577d6 !important; /* Green */
  color: #fff !important;
}

.service-card:hover * {
  color: #fff !important;
}

.service-icon {
  font-size: 2rem;
  margin-bottom: 15px;
}

/* .btn-book {
  background-color: white;
  color: black;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 0.9rem;
  border: none;
} */

.btn-book:hover {
  background-color: #f1f1f1;
}

.custom-servicedetails{
  color: #8dc736; 
  list-style:none; 
  font-size: 15px;
}
/* .custom-servicedetails:hover{
  color: white; 
} */
.custom-hr {
   width: 90%;
   margin: 0 auto;
   border: 1px solid #000;
}
.custom-logo{
  max-height:80px;
  width:auto;
}
.custom-view{
  position:absolute; 
  top:0;
}
/* .custom-vector {
  position: relative;
}
Hide vector by default
.custom-vector_1 {
  position: absolute;
  top: 0;
  left: 5%;
  z-index: -1; Push it behind text
  opacity: 0; Hidden by default
  transition: opacity 0.3s ease-in-out;
  transform: translateY(0%); 
} */

/* .custom-servicedetails:hover .custom-vector_1 {
  opacity: 1; Show on hover
  
}

Show only on hover
.custom-vector:hover .custom-vector_1 {
  display: block;
} */

/* Centering container */
.center-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Padding for smaller screens */
    box-sizing: border-box;
}

/* The box itself */
.package-box {
    background: #4577d6;
    color: #fff;
    border: 2px solid #2f73da;
    border-radius: 8px;
    overflow: hidden;

    width: 100%;
    max-width: 960px;
    /* padding: 20px; */
    text-align: center;
    box-sizing: border-box;
}
.package-content{
   margin: 0 auto;
   text-align: left;
   padding: 5% 5% 0% 10%;
}
.feature{
  gap: 0px;
}
.price-box{
  flex: none;
  width: 43% !important;
}
.know-more-btn-custom{
  background-color: #8cc63f;
  color: #fff;
  border:1px solid #8cc63f; 
  font-weight: 600;
  border-radius: 30px;
  padding: 12px 20px;
  text-decoration: none;
  flex: none;
  width: 22%; 
  /*padding: 20px;*/
  display: unset;
  margin-top: unset;
}
.know-more-btn-custom:hover{
  background-color: #7ab532;
  color: #fff;
}
.package-footer{
  /* justify-content: space-evenly; */
  /* display: flex;
  flex-direction: column; */
  gap: 15px;
  align-items: center;
}
#multiCarousel .carousel-inner {
  overflow: hidden;
}

#multiCarousel .carousel-item {
  transition: transform 0.8s ease-in-out; /* smooth sliding */
}

#multiCarousel .card {
  transition: all 0.3s ease;
}

#multiCarousel .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.header-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: #ffffff !important;
}
 
.header-bottom {
  position: sticky;
  top: 110px; /* adjust first navbar height */
  z-index: 1020;
  background-color: #ffffff !important;
}
.slide-text br{
  display: none; /* hide on mobile by default */
}
.doctor-card {
  display: flex;
  flex-direction: column;
}

.doctor-card .text-center {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Keeps button at bottom */
  height: 100%;
}

.doctor-card .custom-appointment {
  margin-top: auto; /* Push button to bottom */
}

.specialities-card {
  position: relative;
  overflow: hidden;                  /* prevents image overflow */
  transform-style: preserve-3d;      /* enables 3D transform */
  transform: perspective(1000px) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border: none;
  background: #fff;
}

/* Entire card pops out in 3D */
.specialities-card:hover {
  transform: perspective(1000px) translateY(-10px) rotateX(3deg) rotateY(-3deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* Image stays inside card, no overflow */
.specialities-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

/* Subtle zoom effect (within card bounds) */
.specialities-card:hover .specialities-img {
  transform: scale(1.05);
  filter: brightness(0.95);
}

/* Optional soft glass glow */
.specialities-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.specialities-card:hover::after {
  opacity: 1;
}

/* Optional blue glow (hospital theme) */
.specialities-card:hover {
  box-shadow: 0 20px 40px rgba(9, 109, 255, 0.35)
}

.service-box {
  background: #fff;
  transition: box-shadow 0.4s ease, transform 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  border-radius: 12px;
}

/* Icon default */
.service-box img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
  transition: transform 0.5s ease, filter 0.5s ease;
}

/* On box hover → icon animates */
.service-box:hover img {
  transform: scale(1.15) rotateY(10deg);
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.3));
}

/* Optional: subtle card lift */
.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Text styling */
.service-box h6 {
  font-weight: 700;
  color: #1a2a57;
  margin-bottom: 8px;
}

.service-box p {
  color: #6c757d;
  font-weight: 600;
  line-height: 1.4;
}

/* Service box */
.custom-service1 {
    background-color: #f3f4f6;
    position: relative;
    transition: background-color 0.4s ease;
}

/* Change background on box hover */
.custom-service1:hover {
    background-color: #A3E635;
}

/* Icon wrapper */
.service-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* left aligned */
    width: fit-content;
    transition: transform 0.5s ease;
}

/* Icon image */
.service-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    position: relative;
    z-index: 2;
    transition: transform 0.6s ease, filter 0.6s ease;
    border-radius: 0; /* square by default */
}

/* Glassy circle behind icon (hidden by default) */
/* .service-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 100px;
    height: 100px;
    border-radius: 45%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.6),
                inset 0 1px 8px rgba(255, 255, 255, 0.5);
    z-index: 1;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
} */

/* Hover triggered by entire box */
.custom-service1:hover .service-icon::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}

.custom-service1:hover .service-icon img {
    transform: rotateY(15deg) rotateX(10deg) scale(1.15);
    filter: drop-shadow(0 8px 12px rgba(9, 109, 255, 0.45));
}

.operating-hours-btn {
    background-color: #4477d7;
    color: #fff;
    width: 100%;
    padding:5px;
    justify-content:center;
    /* cursor: pointer; */
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Inner “24/7” span */
.operating-hours-btn .twentfour {
    padding: 10px 5px;
    background-color: #b5e02b;
    color: #1a2a57;
    /* border-radius: 50%; */
}

/* Hover effect */
.operating-hours-btn:hover {
    background-color: #3a66c0; /* slightly darker blue */
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.25);
}

.emergency-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 6%;
  /* width:100%; */
  list-style: none;
  /* min-width: 200px; */
  background-color: #fff;
  border-radius: 8px;
  /* padding: 5px 0; */
  z-index: 1000;
  padding: 0;       
  margin: 0; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.emergency-dropdown-menu li {
  margin: 0;
}

.emergency-dropdown-menu.show {
  display: block;
}

.emergency-dropdown-toggle {
  background-color: #c93a2d !important;
  border: 1px solid #c93a2d !important;
}

.emergency-dropdown-menu a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
}

.emergency-dropdown-menu a:hover {
  background-color: #f8f9fa;
}

/* Smooth transition */
.custom-servicedetails .custom-pharmacy .icon-hover img {
  transition: transform 0.5s ease;
  transform: scaleX(1);
  transform-origin: center;
}

/* When the box (.custom-pharmacy) is hovered */
.custom-servicedetails .custom-pharmacy:hover .icon-hover img {
  transform: scaleX(-1); /* flip horizontally */
}

/* about us image container styling */
.about-image-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* about us image style*/
.about-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  transition: transform 0.6s ease;
}

/*about us multispeciality section hover effect*/
.about-image-container:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0);
}

.about-image-container:hover .about-image {
  transform: scale(1.05);
}

/* glow hoverflow hover about us image */
.about-image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.3) 0%, transparent 80%);
  transform: skewX(-25deg);
  transition: left 0.8s ease;
}

.about-image-container:hover::after {
  left: 125%;
}

.popup {
  display: none;
  position: fixed;
  top: 0;               /* FIXED */
  left: 0;              /* FIXED */
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  inset: 0;
  align-items: center;  /* Center vertically */
  z-index: 9999;
  padding: 30px 15px;   
}

.popup-content {
  background: #fff;
  padding: 20px;
  width: 100%;
  max-width: 390px;
  border-radius: 10px;
  overflow-y: auto;  
}
.popup-content input {
  width: 100%;
  /* padding: 8px; */
  /* margin-bottom: 10px; */
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #333;
}
.custom-ent-appointment{
    border:1px solid white;
    color: white;
}

.custom-ent-appointment:hover{
    background-color: #84CC16;
    color: white;
}

.highlight p{
    background: white;
    padding: 6px 6px;
    border-radius: 30px;
    font-weight: 700;
    color: black;
    display: inline-block;
}

.btn-custom-package {
      background-color: #8cc63f;
      color: #fff;
      border:1px solid #8cc63f; 
      font-weight: 600;
      border-radius: 30px;
      padding: 12px 20px;
      text-decoration: none;
      /* flex: 1; */
      width: 21%; 
      /*padding: 20px;*/
      display: unset;
      margin-top: unset;
      /* min-width: 250px; */
      text-align: center;
    }
    .btn-custom-health {
      background-color: #8cc63f;
      color: #fff;
      border:1px solid #8cc63f; 
      font-weight: 600;
      border-radius: 6px;
      padding: 12px 20px;
      text-decoration: none;
      /* flex: 1; */
      width: 50%; 
      /*padding: 20px;*/
      display: unset;
      margin-top: unset;
      /* min-width: 250px; */
      text-align: center;
    }
    .btn-custom-health:hover{
      background-color: #7ab532;
      color: #fff;
    }
    .btn-custom-package:hover {
      background-color: #7ab532;
      color: #fff;
    }

    .btn-custom-booking-online{
    background-color: #8cc63f;
    color: #fff;
    border: 1px solid #8cc63f;
    font-weight: 600;
    border-radius: 30px;
    padding: 12px 0px;
    text-decoration: none;
    /* flex: 1; */
    width: 35%;
    /* margin-right: 0%; */
    /* padding: 20px; */
    display: unset;
    margin-top: unset;
    /* min-width: 250px; */
    text-align: center;
    }
    .btn-custom-booking-online:hover{
    background-color: #7ab532;
    color: #fff;
    }
    .btn-custom-booking-online-primary{
    background-color: #307cf4;
    color: #fff;
    border: 1px solid #307cf4;
    font-weight: 600;
    border-radius: 30px;
    padding: 12px 0px;
    text-decoration: none;
    /* flex: 1; */
    width: 35%;
    /* margin-right: 0%; */
    /* padding: 20px; */
    display: unset;
    margin-top: unset;
    /* min-width: 250px; */
    text-align: center;
     }
    .btn-custom-booking-online-primary:hover{
    background-color: #5595f7;
    color: #fff;
     }







/* Responsive about us image*/
@media (max-width: 768px) {
  .about-image-container {
    border-radius: 15px;
  }
  .about-image {
    border-radius: 15px;
  }
}





/*.home-service{*/
/*    font-size: 16px;*/
/*    color: #b5e02b;*/
/*    font-weight: 800 !important;*/
/*}*/
/* .icon-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: blue;
  color: white;
  width: 72px;
  height: 72px;
  min-width: 72px;
  min-height: 72px;
  flex-shrink: 0;
  font-size: 24px;
  border: 2px solid white;
} */

/* .custom-vector {
  position: relative;
}
Hide vector by default
.custom-vector_1 {
  position: absolute;
  top: 0;
  left: 5%;
  z-index: -1; Push it behind text
  opacity: 0; Hidden by default
  transition: opacity 0.3s ease-in-out;
  transform: translateY(0%); 
} */

/* .custom-servicedetails:hover .custom-vector_1 {*/
/*  opacity: 1; Show on hover*/
  
/*}*/


/*@media (max-width: 767px) {*/
/*  .helpline-container {*/
/*    flex-direction: column;*/
/*    text-align: center;*/
/*  }*/

/*  .helpline-box {*/
/*    justify-content: center;*/
/*  }*/
/*}*/

/*@media (max-width: 767.98px) {*/
/*  .img-section {*/
/*    display: none;*/
/*  }*/
/*}*/


/*@media (max-width: 767.98px) {*/
/*    .custom-flex-wrap-mobile {*/
/*      flex-wrap: wrap !important;*/
/*    }*/
/*  }*/

/*@media (max-width: 767.98px) {*/
/*    .custom-flex-wrap-mobile {*/
/*      flex-wrap: wrap !important;*/
/*    }*/
/*    .custom-hr{*/
/*      display:none;*/
/*    }*/
/*    .custom-logo{*/
/*      position:static;*/
/*    }*/
/*    .custom-view{*/
/*      position:static;*/
/*      display:block;*/
/*      text-align: center;*/
/*      margin-left: 30%;*/
/*    }*/
/*  }*/


@media (max-width: 991.98px) {
  .header-bottom {
    top: 90px;
  }

  .offcanvas-body .nav-link {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    position: relative;
    transition: color 0.3s ease;
  }

  .offcanvas-body .nav-link:active,
  .offcanvas-body .nav-link:focus {
    color: #4577d6;
  }

  .offcanvas-body .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #4577d6;
    transition: width 0.3s ease;
  }

  .offcanvas-body .nav-link:active::after,
  .offcanvas-body .nav-link:focus::after {
    width: 100%;
  }

  .offcanvas-body .dropdown-menu {
    position: static;
    display: none;
    box-shadow: none;
    background: transparent;
    padding-left: 15px;
  }

  .offcanvas-body .dropdown.show .dropdown-menu {
    display: block;
  }

  .offcanvas-body .dropdown-item {
    color: #555;
    font-size: 15px;
    padding: 6px 0;
  }

  .offcanvas-body .dropdown-item:hover {
    color: #4577d6;
  }
}

/* ======================
   Desktop Hover Dropdown
====================== */
@media (min-width: 992px) {
  .slide-text br {
    display: block;
  }

  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
  }

  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
