/* Variables Import */
@import "./variables.css";

.section-banner {
  width: 100%;
  padding: 100px 0;
  background: var(--white) !important;
}

/* --- call me ---- */
.call-me-maybe {
  position: fixed;
  bottom: 4%;
  right: 2%;
  z-index: 999;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.call-me-maybe .icon {
  width: 55px;
  height: 55px;
  padding: 10px;
  background-color: #38b749;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-me-maybe .icon i {
  color: var(--white);
  font-size: 27px;
}

.call-me-maybe .call-button .icon {
  background-color: var(--secondary);
}

.call-me-maybe .call-button .icon i {
  font-size: 20px;
}

/* consult online */
.consult-online {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 111;
  background: var(--secondary);
  color: var(--white);
  padding: 20px 1px;
  display: inline-block;
  border: 1px solid var(--secondary);
  transition: 0.5s all ease;
}
.consult-online:hover {
  color: var(--white);
  background-color: var(--primary);
  border: 1px solid var(--white);
}
.consult-online span {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

/* --- modal --- */
.modal .modal-content .btn-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 25px;
  opacity: 1;
  background-image: none;
  z-index: 2;
}

.modal.enquire-modal .form-box {
  padding: 20px 20px;
}

.modal.enquire-modal .image-box {
  height: 100%;
}

.modal.enquire-modal .image-box img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.modal.enquire-modal .form-box form .date-label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
/* .modal.enquire-modal .form-box form .date-input {
  padding-top: 45px;
  padding-bottom: 20px;
} */

/* Top Bar */
.section:nth-child(even) {
  background-color: var(--alt-bg);
}

.section.other-pages:nth-child(odd) {
  background-color: var(--white);
}

.section.other-pages:nth-child(odd) {
  background-color: var(--alt-bg);
}

.pt-100 {
  padding-top: 200px;
}

/* Header */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 111;
  background-color: transparent;
  transition: 0.5s all ease;
  box-shadow: 0px 0px 0px var(--white);
}

.navbar.otp {
  position: sticky;
  background-color: var(--white);
}

.navbar.sticky-border {
  background-color: var(--white);
  box-shadow: 1px 1px 2px 1px #fffae9;
  padding: 0;
}

.navbar .container-fluid {
  transition: 0.5s all ease;
}

.navbar .container-fluid.sticky {
  scale: 0.98;
}

.navbar .container-fluid .icons .navbar-nav i {
  color: var(--black);
}

.navbar .container-fluid.sticky .icons .navbar-nav i {
  color: var(--secondary);
}

/* .navbar.otp .navbar-nav .nav-item .nav-link,
.navbar.otp .navbar-brand .logo span,
.navbar .container-fluid .icons .navbar-nav i {
  color: var(--white);
} */

.navbar .navbar-brand {
  margin-right: 0;
}

.navbar.sticky-border .navbar-nav .nav-item .nav-link,
.navbar.sticky-border .navbar-brand .logo span {
  color: var(--black);
}

.navbar .navbar-brand .logo img {
  width: 70px;
}

.navbar .navbar-brand .logo span {
  font-size: 12px;
  color: var(--black);
  font-weight: 600;
}

.navbar .links {
  margin-left: 10%;
}

.navbar .navbar-nav {
  gap: 20px;
}

.navbar .common-buttons:hover {
  color: var(--white);
  border: 1px solid var(--white);
  background-color: var(--primary);
}

.navbar .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  border: none;
}

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 11px 17px;
  border-bottom: 1px solid var(--secondary);
  background: var(--secondary);
  color: var(--white);
  border-bottom: 1px solid var(--white);
}

.navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border: none;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: var(--black);
  font-size: 16px;
}

.navbar .icons .navbar-nav .nav-item {
  margin-left: 2px;
  margin-right: 2px;
}

.navbar .icons .navbar-nav .nav-item i {
  color: var(--white);
}

.navbar .icons .common-buttons {
  margin-left: 30px;
}

/* Hero */

.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 11;
  background-color: transparent !important;
}

.hero-back {
  background-color: var(--white);
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 31%;
  height: 90%;
  background-color: var(--primary);
  z-index: 1;
}

.hero .rectangle-box {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10%;
  background-color: var(--grey);
}

.hero .common-buttons {
  background-color: var(--primary);
  border-color: var(--primary);
  /* color: var(--black); */
}

.hero .common-buttons:hover {
  background-color: var(--white);
  color: var(--secondary);
  border-color: var(--secondary);
}

.hero .common-buttons-alt {
  color: var(--secondary);
}

.hero .common-buttons-alt:hover {
  color: var(--black);
}

.hero .image {
  z-index: 2;
  position: relative;
}

.hero .heading {
  font-size: 55px;
  font-weight: normal;
  text-transform: capitalize;
}

.hero .heading span {
  font-size: 55px;
  font-weight: bold;
}

.divider {
  position: absolute;
  bottom: -1px;
  z-index: 4;
  left: 0;
  width: 100%;
}

/* ---- about us section ---- */
.about {
  position: relative;
  background: #fafafa;
  overflow: unset;
}

.about .container {
  z-index: 99;
}

.about .background-image {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.about .image {
  text-align: end;
  position: relative;
}

.about .image::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 200%;
  height: 50%;
  background-color: var(--primary);
  z-index: 1;
  border-radius: 10px;
}

.about .icons .icon-text {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  align-items: center;
}

.about .icons .icon-text .icon {
  width: 50px;
  height: 50px;
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
}

.about .icons .icon-text .text {
  width: calc(100% - 65px);
  text-wrap: nowrap;
}

.about .icons .icon-text .text .heading {
  display: inline-block;
  font-size: 24px;
}

.about .icons .icon-text .text span {
  font-size: 24px;
  margin-left: 5px;
}

.about-us-image img {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
}

.about-us-image img:nth-child(1) {
  z-index: 5;
}

.about-us-image img:nth-child(2) {
  top: 20px;
}

/* -------- why choose us --------- */
.testomonials {
  position: relative;
}

.testomonials::after {
  content: "";
  background: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.testomonials .carousel-box .heading-box .sub-heading {
  color: var(--secondary);
}

.testomonials .card {
  height: 300px;
}

.testomonials .card .card-body {
  padding: 1.5rem 1.2rem;
}

.testomonials .why-us-carousel .owl-nav {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.testomonials .why-us-carousel .owl-nav button {
  padding: 20px !important;
  border: 1px solid var(--primary);
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  transition: 0.5s all ease;
}

.testomonials .why-us-carousel .owl-nav button:hover {
  background-color: var(--white);
  color: var(--black);
}

.testomonials .text-content .overflow-box {
  /* overflow: scroll; */
  overflow-x: hidden;
  overflow-y: auto;
  height: 180px;
  padding-right: 12px;
}

.testomonials .carousel-box .text-content .mini-heading {
  color: var(--black);
}
.testomonials .carousel-box .text-content .sub-heading {
  color: var(--black);
}

.testomonials .carousel-box .text-content .icon-box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 70px;
  animation-name: quotes;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* -------- services -------- */
.services {
  z-index: 100;
}

.services .owl-item .item .card {
  transition: 0.5s all ease;
}
.services .owl-dots {
  display: none;
}

/* .services .active:nth-child(1) .item .card {
  background-color: var(--primary);
}

.services .active:nth-child(1) .item .icons img {
  filter: invert(1);
}

.services .active:nth-child(1) .item .text-content .heading,
.services .active:nth-child(1) .item .text-content p {
  color: var(--white);
} */

/* .services .owl-item.active .item .card {
  background-color: transparent;
} */

.services .card {
  border-width: 2px;
  border-color: var(--primary);
  border-radius: 10px;
  height: 320px;
}

.services .card .card-body {
  padding: 2.5rem 1.5rem;
}

.services .text-content .heading {
  font-size: 22px;
  color: var(--black);
  text-transform: capitalize;
  font-weight: 450;
  transition: 0.5s all ease;
}

.services .text-content p {
  font-size: 14px;
  transition: 0.5s all ease;
}

.services .carousel-box .icons {
  width: 30%;
}

.services .carousel-box .icons img {
  filter: invert(82%) sepia(79%) saturate(854%) hue-rotate(327deg)
    brightness(100%) contrast(93%);
}

/* -------- why us section -------- */
.why-choose-us {
  overflow: unset;
}

.why-choose-us .why-us-accordion .accordion-button {
  transition: 0.5s all ease;
  border: 1px solid #d1d1d1;
}

.why-choose-us .why-us-accordion .accordion-button:not(.collapsed) {
  color: var(--white);
  background-color: var(--secondary);
  box-shadow: inset 0 -1px 0 var(--secondary);
  border: 1px solid var(--secondary);
}

.why-choose-us .why-us-accordion .accordion-button .sub-heading {
  transition: 0.5s all ease;
  color: var(--dark);
}
.why-choose-us .why-us-accordion .accordion-body {
  border: 1px solid #d1d1d1;
}

.why-choose-us
  .why-us-accordion
  .accordion-button:not(.collapsed)
  .sub-heading {
  color: var(--white);
}

.why-choose-us .why-us-accordion .accordion-button:focus {
  z-index: 3;
  border-color: var(--secondary);
  outline: 0;
  box-shadow: 0px 0px 5px 1px #e4010157;
}

.why-choose-us .why-us-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  filter: invert(19%) sepia(48%) saturate(7051%) hue-rotate(354deg)
    brightness(83%) contrast(120%);
}
.why-choose-us .why-us-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  filter: invert(90%) sepia(32%) saturate(2%) hue-rotate(226deg)
    brightness(111%) contrast(100%);
}

.why-choose-us .why-us-image {
  position: relative;
  height: 100%;
}

.why-choose-us .why-us-image .img-box {
  position: sticky;
  top: 100px;
  border-radius: 10px;
  overflow: hidden;
}

.why-choose-us .why-us-image .img-box img {
  object-fit: cover;
  width: 100%;
  height: 400px;
}
/* ------ gallery section ------ */

.gallery .gallery-links {
  transition: 0.5s all ease;
}

.gallery .gallery-links .mini-images,
.gallery .gallery-links .image {
  overflow: hidden;
  border-radius: 10px;
}

.gallery .gallery-links img {
  transition: 0.5s all ease;
  object-fit: cover;
  object-position: center;
}

.gallery .gallery-links:hover img {
  scale: 1.05;
}

.gallery .image-overlay {
  position: relative;
}

.gallery .image-overlay::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--black);
  opacity: 0.4;
}

.gallery .image-overlay .overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.gallery .image-overlay .overlay-text {
  text-align: center;
  z-index: 2;
}

.gallery .image-overlay .overlay-text .heading {
  color: var(--white);
}

.gallery .image-overlay .overlay-text .mini-heading {
  color: var(--white);
  font-size: 25px;
  font-weight: lighter;
}

/* ----- consult me section ------ */
.consult-me .cards-section .content-box {
  text-align: center;
}

.consult-me .cards-section .content-box .icons {
  width: 110px;
  height: 110px;
  padding: 24px;
  margin: auto;
  border-radius: 50%;
  background-color: var(--secondary);
  transition: 0.5s all ease;
}

.consult-me .cards-section .consult-cards:hover .icons {
  background-color: var(--primary);
  scale: 1.05;
}

/* .consult-me .cards-section .consult-cards .icons img {
  filter: invert(50%) sepia(90%) saturate(623%) hue-rotate(322deg)
    brightness(112%) contrast(112%);
  transition: 0.5s all ease;
} */

/* .consult-me .cards-section .consult-cards:hover .icons img {
  filter: invert(83%) sepia(59%) saturate(611%) hue-rotate(78deg)
    brightness(88%) contrast(90%);
} */

.consult-me .cards-section .content-box .text .common-buttons-alt {
  color: var(--secondary);
}

.consult-me .cards-section .consult-cards .content-box .common-buttons-alt {
  border: 2px solid transparent;
}

.consult-me .cards-section .content-box .text .common-buttons-alt:hover,
.consult-me
  .cards-section
  .consult-cards:hover
  .content-box
  .common-buttons-alt {
  border-radius: 0;
  border-bottom: 2px solid var(--primary);
}

/* ------ articles section -------- */

.articles .blogs-box .image {
  border-radius: 10px;
  overflow: hidden;
}

.articles .blogs-box .image img {
  transition: 0.5s all ease;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.articles .blogs-box:hover .image img {
  scale: 1.05;
}

.articles .blogs-box .image {
  position: relative;
}

.articles .blogs-box .badge {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}

/* ------ vision mission -------- */

.vision-mission .vision-mission-box .vision,
.vision-mission .vision-mission-box .mission,
.vision-mission .vision-mission-box .core {
  display: flex;
  gap: 20px;
  /* padding: 20px; */
  border-radius: 10px;
  height: 100%;
  background-color: transparent;
  justify-content: center;
  /* border: 1px solid var(--secondary); */
  transition: 0.5s all ease;
  max-height: 200px;
  height: 200px;
  min-height: 200px;
}

.vision-mission .vision-mission-box .core {
  /* padding: 20px; */
  justify-content: flex-start;
  max-height: 250px;
  height: 250px;
  min-height: 250px;
}

.vision-mission .vision-mission-box .cards {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.vision-mission .vision-mission-box .content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: transform 1s;
  transform-style: preserve-3d;
}

.vision-mission .vision-mission-box .cards:hover .content {
  transform: rotateX(180deg);
  transition: transform 0.5s;
}

.vision-mission .vision-mission-box .front,
.vision-mission .vision-mission-box .back {
  position: absolute;
  height: 100%;
  width: 100%;
  background: white;
  line-height: 300px;
  color: #03446a;
  text-align: center;
  font-size: 60px;
  border-radius: 5px;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.vision-mission .vision-mission-box .back {
  background: var(--secondary);
  color: white;
  transform: rotateX(180deg);
}

.vision-mission .vision-mission-box .core .back {
  /* overflow: scroll; */
  justify-content: flex-start;
  align-items: flex-start;
  text-align: start;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: var(--white) transparent;
}

.vision-mission .vision-mission-box .core .back::-webkit-scrollbar-thumb {
  background: var(--white);
}

.vision-mission .core .back-list {
  padding-left: 1rem;
  list-style: disc;
}
.vision-mission .core .back-items {
  list-style: disc;
}

.vision-mission .core .back-items span {
  font-weight: 500;
}

.vision-mission .vision-mission-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 10px;
  border-radius: 30px;
  color: var(--white);
  background-color: var(--secondary);
}

.vision-mission .vision-mission-box .icon i {
  font-size: 40px;
}

.vision-mission .vision-mission-box .text-content {
  width: calc(100% - 95px);
}

.vision-mission .core .text-content {
  width: 100%;
}

.vision-mission .vision-mission-box .text-content .heading {
  color: var(--black);
  font-weight: 400;
}

.vision-mission .vision-mission-box .text-content .sub-heading {
  color: var(--white);
  font-weight: 300;
  line-height: 155%;
}

.vision-mission .core-list .core-lists .lists::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-right: 15px;
  padding: 5px;
  width: 20px;
  height: 20px;
  background: var(--primary);
  display: inline-block;
  text-align: center;
  line-height: 1;
  font-size: 13px;
  color: var(--white);
  border-radius: 5px;
}

.vision-mission .core-list .heading {
  color: var(--black) !important;
}

.vision-mission .core-list .image {
  position: relative;
}

.vision-mission .core-list .image img {
  border-radius: 20px;
  position: inherit;
  z-index: 2;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.vision-mission .core-list .image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30px;
  left: 30px;
  z-index: 1;
  border-radius: 20px;
  background-color: #e4010142;
}

/* --------- location ---------- */

.location .location-cards .card-box .content {
  gap: 20px;
}

.location .location-cards .card-box .icon-box {
  width: 80px;
  height: 80px;
  font-size: 25px;
  text-align: center;
  padding: 10px;
  line-height: 60px;
  background: var(--secondary);
  border-radius: 50%;
  color: var(--white);
}

.location .location-cards .card-box .text-box {
  width: calc(100% - 100px);
}

/* ------- testomonials section ----- */
/* .testomonials {
  background-color: #f9f9f9;
} */

.testomonials .testomonials-carousel .owl-nav button span {
  font-size: 40px;
  margin-right: 15px;
  transition: 0.5s all ease;
}

.testomonials .testomonials-carousel .owl-nav .owl-prev span {
  color: var(--primary);
}

.testomonials .testomonials-carousel .owl-nav .owl-prev:hover span {
  color: var(--black);
}

.testomonials .testomonials-carousel .owl-nav .owl-next:hover span {
  color: var(--primary);
}

/* --- contact us ----- */
.contact-us {
  overflow: unset;
  background-color: var(--alt-bg);
}
.contact-us .form-box {
  position: sticky;
  top: 120px;
}

.contact-us .contact-details {
  display: inline-block;
}

.contact-us .contact-details .details-items {
  gap: 20px;
  align-items: center;
}

.contact-us .contact-details .details-items .icons {
  width: 70px;
  height: 70px;
  background: #fff0ed;
  padding: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all ease;
}

.contact-us .form-floating > label,
.contact-us .form-floating select > label {
  color: #9b9b9b;
}

.contact-us .form-control:focus,
.contact-us .form-floating select:focus {
  border-color: var(--secondary);
  box-shadow: 0px 0px 2px 0px #e17a7a;
}

.contact-us .contact-details:hover .details-items .icons {
  background-color: #2ad88347;
  scale: 1.05;
}

.contact-us .contact-details .details-items .icons img {
  filter: invert(50%) sepia(90%) saturate(623%) hue-rotate(322deg)
    brightness(112%) contrast(112%);
}

.contact-us .contact-details:hover .details-items .icons img {
  filter: invert(83%) sepia(59%) saturate(611%) hue-rotate(78deg)
    brightness(88%) contrast(90%);
}

.contact-us .contact-details .details-items .text {
  width: calc(100% - 90px);
}

.contact-us iframe {
  min-height: 400px;
}

.social .icon {
  flex: 1;
}

/* ---- footer section ---- */

.footer {
  padding: 100px 0 50px 0;
  background-color: #531212;
  background: radial-gradient(
    circle,
    rgba(128, 0, 0, 1) 0%,
    rgba(121, 14, 14, 1) 49%,
    rgba(108, 13, 13, 1) 100%
  );
  /* #800000 */
  background: var(--white) !important;
}

.footer .footer-divider {
  border-bottom: 1px solid var(--alt-bg);
}

.footer .powered-area {
  gap: 15px;
  align-items: center;
}

.footer .powered-area .mini-heading,
.footer .powered-area .mini-heading a {
  color: var(--black);
  font-weight: normal;
}

.footer .powered-area .mini-heading a {
  color: var(--white);
  font-weight: bold;
}

.footer .icons-area .icon-list {
  margin-left: 10px;
  margin-right: 10px;
}

.footer .icons-area .icon-list .icons {
  color: var(--white);
}

.footer .powered-area h2.parasight-heading {
  padding-left: 8px;
  position: relative;
}

.footer .powered-area h2.parasight-heading::after {
  content: "";
  position: absolute;
  height: 170%;
  width: 1%;
  background: var(--white);
  top: -8px;
  left: -5px;
}

.footer .social .icons {
  border-radius: 5px;
  background: #8b1010;
  padding: 20px;
  height: 100%;
}
.footer .social .icons .iconImage {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.footer .social .icons .iconImage i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  background-color: var(--white);
  color: var(--secondary);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .social .icons .iconImage .icons-heading {
  font-weight: bold;
  color: var(--white);
}
.footer .social .icons .iconImage span {
  color: var(--white);
}

.footer .social .icons .iconImage p {
  width: 100%;
}

.footer .copyright p.mini-heading {
  font-size: 13px;
}

.footer .copyright p.mini-heading a {
  color: #8b1010;
}
.footer .social:first-child .icons .iconImage {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.footer .social:first-child .icons .iconImage p {
  width: calc(100% - 50px);
}

/* --- banner section --- */
.banner {
  position: relative;
  overflow: hidden;
  padding-top: 0 !important;
}
.banner .image {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 300px;
  overflow: hidden;
}
.banner .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0.5;
  z-index: 1;
}

.banner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 30%;
}

.banner .image .bed-head {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 4;
}
.banner .container {
  position: relative;
  z-index: 2;
}
.banner .heading {
  font-size: 40px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 20px;
}
.banner .breadcrumb {
  padding: 10px 20px;
  background: var(--primary);
  width: auto;
  display: inline-flex;
  border-radius: 5px;
}
.banner .breadcrumb .breadcrumb-item {
  font-size: 14px;
  font-weight: 600;
}

.banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--black);
  font-weight: 600;
}
.banner .breadcrumb .breadcrumb-item a {
  color: var(--black);
}
.banner .breadcrumb .breadcrumb-item.active span {
  color: var(--black);
}

/* --- service page --- */
.services-page {
  overflow: unset;
}

.services-page .symptoms,
.services-page .treatement {
  padding-left: 1.3rem;
}

.services-page .symptoms .symptoms-item {
  font-size: 16px;
  font-weight: 300;
  color: var(--dark-alt);
  line-height: 160%;
  letter-spacing: 0.5px;
  list-style: disc;
}

.services-page .symptoms .symptoms-item::marker {
  color: var(--primary);
}

.services-page .treatement .treatement-items {
  font-size: 16px;
  font-weight: 300;
  color: var(--dark-alt);
  line-height: 160%;
  letter-spacing: 0.5px;
  list-style: disc;
}

.services-page .treatement .treatement-items span,
.services-page .treatement .treatement-items::marker {
  font-weight: 500;
  color: var(--secondary);
}

.services-page .image,
.surgeries .image-box {
  position: sticky;
  top: 120px;
}
.services-page .image img,
.surgeries .image-box img {
  position: relative;
  z-index: 2;
}

.services-page .image img.abs,
.surgeries .image-box img.abs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 10px solid var(--primary);
  transition: 0.5s all ease;
}

.services-page .image img.abs:first-child,
.surgeries .image-box img.abs:first-child {
  transform: rotate(5deg);
}
.services-page .image img.abs:last-child,
.surgeries .image-box img.abs:last-child {
  transform: rotate(-5deg);
}

.services-page .image:hover img.abs,
.surgeries .image-box:hover img.abs {
  transform: rotate(0deg) scale(0.9) !important;
}

/* --- about page --- */

.about-page.other-pages {
  background-color: var(--white) !important;
}
.about-page {
  overflow: unset;
}
.about-page .content .image {
  position: relative;
}

.about-page .content .image .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #e40101c2;
  padding: 10px;
}

.about-page .content .image .text-box .mini-heading {
  color: var(--white);
}

.about-page .content .image-box {
  position: sticky;
  top: 120px;
}

.about-page .content-box .card {
  width: calc(100% - 100px);
  box-shadow: var(--shadow);
}

.about-page .content-box .card .mini-heading {
  font-weight: 500;
}

.about-page .content-box .card::after {
  content: "";
  width: 50px;
  height: 50px;
  background: var(--primary);
  top: 50%;
  position: absolute;
  right: -100px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.about-page .content-box .card::before {
  content: "";
  width: 100px;
  top: 50%;
  position: absolute;
  right: -100px;
  transform: translateY(-50%);
  border: 2px dashed var(--primary);
}

.about-page .content-box .card:nth-child(2n)::after {
  background: var(--secondary);
  right: unset;
  left: -100px;
}

.about-page .content-box .card:nth-child(2n)::before {
  left: -100px;
  right: unset;
  border: 2px dashed var(--secondary);
}

.about-page .content-box .card:nth-child(2n) {
  margin-left: auto;
}

.about-page .content-box .text-content .info-box {
  max-height: 150px;
  /* overflow: scroll; */
  padding-right: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}

.about-page .content-box .card:nth-child(2n) .info-box {
  scrollbar-color: var(--secondary) transparent;
}

/* --- gallery page --- */
.gallery-page .image-box {
  height: 100%;
  overflow: hidden;
}

.gallery-page .image-box img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s all ease;
}

.gallery-page .image-box:hover img {
  scale: 1.05;
}

/* --- contact us page --- */
.contact-us iframe {
  min-height: 400px;
}

/* --- diagnostics --- */
.diagnostics .cards-box .image {
  height: 100%;
}

.diagnostics .cards-box .image img {
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.diagnostics .cards-box .text-content {
  padding: 30px 30px;
}

.diagnostics .cards-box .text-content .info-box {
  max-height: 300px;
  /* overflow: scroll; */
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  padding-right: 20px;
  scrollbar-color: var(--secondary) transparent;
}

.diagnostics .cards-box .contents .card,
.surgeries .cards-box .contents .card {
  box-shadow: var(--shadow);
}

.diagnostics .cards-box .text-content .heading,
.diagnostics .cards-box .text-content .heading span {
  font-size: 22px;
  text-transform: capitalize;
}

.text-content .info-list {
  padding-left: 25px;
}
.text-content .info-list .lists {
  list-style: disc;
}
.text-content .info-list .lists::marker {
  color: var(--secondary);
}
.text-content .info-list .lists span {
  color: var(--secondary);
  font-weight: 500;
}

.diagnostics .cards-box .text-content .mini-heading {
  font-weight: 400;
  font-size: 16px;
}

.diagnostics .cards-box .text-content .para-text {
  font-weight: 400;
}

/* surgery page */
.surgeries {
  background-color: var(--alt-bg) !important;
  overflow: unset;
}

.surgeries .cards-box .card-body {
  padding: 2rem;
}

.surgeries .cards-box .card-body .image-box {
  position: sticky;
  top: 120px;
}

.surgeries .cards-box .text-content .heading,
.surgeries .cards-box .text-content .heading span {
  font-size: 20px;
}

.surgeries .cards-box .text-content .mini-heading {
  font-size: 16px;
}

.surgeries .cards-box .text-content .para-list {
  padding-left: 30px;
}

.surgeries .cards-box .text-content .list-item {
  list-style: disc;
}

.surgeries .cards-box .text-content .list-item span,
.surgeries .cards-box .text-content .list-item::marker {
  color: var(--secondary);
}

/* testimonial page */
.testomonials.other-pages::after {
  content: unset;
}

.testomonials.other-pages .card {
  box-shadow: var(--shadow);
}

/* --- badlapur page --- */
.badlapur-page .info-box .para-list {
  padding-left: 0px;
}

.badlapur-page .cards-box .text-content .list-item {
  list-style: none;
  margin-bottom: 15px;
}

.badlapur-page .info-box .para-list .numbered-heading {
  display: flex;
  gap: 10px;
  align-items: center;
}

.badlapur-page .info-box .para-list .numbered-heading .number {
  width: 30px;
  height: 30px;
  background: var(--secondary);
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badlapur-page .info-box .para-list .list-item .para-text {
  padding-left: 35px;
  position: relative;
}

.badlapur-page .info-box .para-list .list-item .para-text::after {
  content: "";
  width: 5px;
  height: calc(100% + 15px);
  left: 12px;
  top: 0;
  position: absolute;
  background: var(--secondary);
}
/* .badlapur-page.cardiac-procedures .info-box .para-list .list-item .para-text::before {
  content: "";
  width: 5px;
  height: 100%;
  left: 12px;
  bottom: 0;
  position: absolute;
  background: var(--secondary);
} */
.badlapur-page.cardiac-diagnostics.surgeries {
  background-color: var(--white) !important;
}

/* blog page */
.blog-page .content {
  padding-inline: 100px;
}
.blog-page .content ul {
  padding-left: 25px;
}
.blog-page .content li {
  list-style: decimal;
}
.blog-page .content li::marker {
  color: var(--dark-alt);
}

.blog-page .content .image-box {
  height: 400px;
}
.blog-page .content .image-box img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-page .disclaimer-box .para-text {
  font-size: 18px;
  font-style: italic;
}
.blog-page .disclaimer-box .para-text .disclaimer {
  font-weight: 600;
  font-size: 20px;
}

/* Responsive */
@media (max-width: 1242px) {
  .navbar .navbar-nav {
    gap: 14px;
  }
  .navbar .links {
    margin-left: 9%;
  }
}

@media (max-width: 1200px) {
}

@media (max-width: 1199px) {
  /* nav-bar */
  .navbar {
    background-color: var(--white);
  }
  .navbar .links,
  .navbar .icons .common-buttons {
    margin-left: 0;
  }

  .navbar .navbar-collapse .icons {
    flex-direction: column-reverse;
    align-items: flex-start !important;
    gap: 15px;
  }
  .navbar .navbar-collapse .icons .navbar-nav {
    flex-direction: row;
  }

  /* hero */
  .hero {
    background-color: var(--grey);
  }

  /* footer */
  .footer .social {
    justify-content: space-between !important;
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  /* --- hero --- */
  .hero {
    padding-bottom: 0;
  }
  .hero .rectangle-box {
    display: block;
  }
  .hero::after {
    content: unset;
  }

  .divider {
    bottom: 10%;
  }

  /* about page */
  .about-page .content .image {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .g-5,
  .gx-5 {
    --bs-gutter-x: 0 !important;
  }

  /* --- footer --- */
  .footer .copyright {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 17px;
  }

  .footer .icons-area .icon-list {
    margin-left: 0;
    margin-right: 20px;
  }
  .footer .powered-area {
    flex-wrap: wrap;
  }
}

@media (max-width: 489px) {
  /* footer */

  .footer .powered-area h2.parasight-heading::after {
    content: none;
  }
  .footer .powered-area h2.parasight-heading {
    padding-left: 0;
    text-wrap: nowrap;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .certificate-section {
    display: block !important;
  }
  .pdf-box {
    width: 60% !important;
    margin: auto;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  /* surgery page */

  .surgeries .cards-box .card-body {
    padding: 1rem;
  }

  .footer .social .icons a {
    width: 100%;
  }

  .footer .social .icons .iconImage p {
    width: 100%;
  }

  .footer .social .icons .iconImage {
    text-align: center;
    flex-direction: column;
  }
  .certificate-section {
    display: block !important;
  }
  .pdf-box {
    width: 60% !important;
    margin: auto;
    margin-bottom: 25px;
  }
}

@media (max-width: 500px) {
  /* abut page */

  .about-page .content-box .card {
    width: calc(100%);
    box-shadow: var(--shadow);
  }
  .about-page .content-box .card::after {
    width: 20px;
    height: 20px;
    top: -40px;
    transform: translate(-50%, -50%);
    left: 50%;
  }

  .about-page .content-box .card::before {
    width: 44px;
    top: -29px;
    left: 50%;
    transform: translate(-50%, 50%) rotate(90deg);
  }

  .about-page .content-box .card:nth-child(2n)::before {
    left: 50%;
    right: unset;
  }

  .about-page .content-box .card:nth-child(2n)::after {
    right: unset;
    left: 50%;
  }

  /* surgeries page */
  .surgeries .cards-box .text-content .para-list {
    padding-left: 20px;
  }
}

@media (max-width: 420px) {
  /* nav bar */
  .navbar .navbar-brand .logo img {
    width: 60px;
  }

  .navbar .navbar-brand .logo span {
    font-size: 10px;
  }

  .navbar-toggler {
    padding: 0;
    padding-right: 0.75rem;
  }
  /* banner */

  .banner .breadcrumb {
    padding: 8px 15px;
  }

  .banner .heading {
    font-size: 30px;
  }
}

/* Edited by Rahul */
.gplus-page {
  overflow: unset;
}
.gplus-page .image {
  position: sticky;
  top: 90px;
}
/* Edited by Rahul */
.pdf-box img {
  box-shadow: 0px 4px 8px #ddd;
  border-bottom: 3px solid var(--primary);
  border-radius: 6px;
}
.certificate-section {
  display: flex;
  gap: 50px;
}
.pdf-box {
  width: 20%;
}
.certification-new-section .pdf-box {
  width: 17%;
}
/* code added by ankita 16-08-2025 */
.video-box iframe {
  width: 100%;
  height: 300px;
}
