.container_page .purple-icon {
  color: #30123d;
  font-size: 14px;
}
main.container_page {
  background-color: #000;
}
.container_page form.vertical-form {
  padding: 0 !important;
  margin: 0 auto !important;
}
.container_page .form-container {
  max-width: 80%;
}
.container_page form.vertical-form input,
.container_page form.vertical-form select,
.container_page form.vertical-form button {
  padding: 12px;
  margin-bottom: 10px;
  min-height: 30px;
}
.main-content.page p {
  font-size: 16px !important;
}
.container_page form.vertical-form button {
  background-color: #fff !important;
  color: #000 !important;
  margin: 0 0 6px 0;
}
.container_page form.vertical-form button:hover {
  background-color: #f7f7f7 !important;
  color: #000 !important;
}
.container_page form.vertical-form .iti.iti--allow-dropdown.iti--separate-dial-code {
  margin-bottom: 10px;
}
.container_page .col_right {
  background-color: #000;
  padding: 20px 65px;
  border-radius: 8px;
  color: #fff;
}
.container_page .card-address {
  height: 100%;
  border-color: #cec2dd !important;
}
.container_page .experience-centres {
  background-color: #000;
  color: #fff;
}
.container_page .width_100 {
  width: 100%;
}
.container_page .experience-centres .card-body {
  padding: 0px 0px !important;
}
.container_page img.proimg.width_100 {
  max-height: 355px;
  object-fit: cover;
}
.container_page .card-body.text-center {
    height: 355px;
}
.container_page .carousel-indicators [data-bs-target] {
  background-color: #6c34bb;
}
.container_page .Testimonials h2 {
  color: #160a25 !important;
}
.container_page .contact_map iframe {
	max-height: 450px;
}
.container_page .card {
  border: none;
}
.bg-product {
  background-image: url(../img/Elite-Blog-banner.webp);
  overflow: hidden;
  padding-top: 5%;

  padding-bottom: 5%;background-size: cover;
  position: relative; /* Ensure content appears above the overlay */
  z-index: 2;
}
.bg-product::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.breadcrumb-item.active {
    color: #fff;
}
ol.breadcrumb li {
    color: #007bff !important;
    font-weight: 400;
}
ol.breadcrumb li a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
ol.breadcrumb li a:hover {
    color: #007bff;
    font-weight: 400;
    text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
    text-decoration: none;
    content: " » " !important;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.bread_link {
    margin: auto !important;
    display: table;
    margin: 30px 0px 0px;
    color: #fff !important;
    text-align: center !important;  
} 
.main-content.page h1 {
  color: #fff !important;
}
.gallery-block {
  padding-top: 65px;
  padding-bottom: 120px;
  margin: 0 auto;
}
.gallery{
  position:relative;
  width:300px;
  height:200px;
  transform-style:preserve-3d;
  animation:rotate 35s linear infinite;
  margin: 0 auto;
}
.gallery:hover {
  animation-play-state: paused;
}
@keyframes rotate{
  from{
    transform:perspective(1200px) rotateY(0deg);
  }
  
  to{
    transform:perspective(1200px) rotateY(360deg);
  }
}
.gallery span{
  position:absolute;
  width:100%;
  height:100%;
  transform-origin:center;
  transform-style:preserve-3d;
  transform:rotateY(calc(var(--i) * 45deg)) translateZ(380px);
}
.gallery span img{
  position:absolute;
  width:100%;
  height:100%;
  object-fit:cover;
  cursor: pointer;
}
@media (max-width: 768px) {
  .container_page .col_right {
    padding: 15px;
  }
  .gallery {
    width: 95vw;
    max-width: 280px;
    height: 180px;
    animation-duration: 50s;
  }
  .gallery span {
    transform: rotateY(calc(var(--i) * 45deg)) translateZ(280px);
  }
}
@media (max-width: 900px) {
  .container_page img.width_100.dynamic-image.banner_img_city {
    height: 240px;
    object-fit: cover;
  }
  .container_page .card-body.text-center {
    height: auto !important;
  }
  .container_page img.proimg.width_100 {
    height: auto;
    object-fit: cover;
  }
}
@media (max-width: 980px) {
.testimonials-home-wrap {
    display: block !important;
}
.container_page .testimonials-home-wrap .card-body {
  padding: 0px 0px !important;
}
.container_page img.proimg.width_100 {
  height: 355px !important;
  object-fit: cover !important;
}
.container_page .card-body.text-center {
  height: 350px !important;
}
}
.grey_bk {
  background: #f7f7f7;
}
.banner_text h6 {
  color: #160a25;
  text-align: center;
}
.bread_link.text-center.margin-auto {
  display: flex;
}
ol.breadcrumb li {
  color: #007bff !important;
  font-weight: 400;
}
ol.breadcrumb li a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff !important;
  text-decoration: none;
  content: " » " !important;
}
ol.breadcrumb li:before {
  color: #fff !important;
}
.bread_link.text-center.margin-auto {
  display: flex;
}
.margin-auto nav {
  margin: 0 auto;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #6c34bb;
}
.width_100 {
  width: 100%;
}
.testimonials-home-wrap .card-body {
  padding: 0px 0px !important;
}
img.proimg.width_100 {
  height: 500px;
  object-fit: cover;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #fff;
}
.carousel-indicators [data-bs-target] {
  background-color: #6c34bb;
}
.banner_new {
  position: relative;
}
.banner_contenmt {
  position: absolute;
  top: 34%;
  width: 100%;
  text-align: center;
}
.banner_contenmt h1,
.banner_contenmt h6 {
  color: #fff;
}
.Testimonials h2 {
  color: #160a25 !important;
}
.main-content.page h1 {
  font-size: 40px;
}
/* Overlay Background */
.image-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 1000;
}

/* Active Popup */
.image-popup.active {
  opacity: 1;
  visibility: visible;
}

/* Popup Content */
.image-popup-content {
  position: relative;
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
  overflow: hidden;
  animation: zoomIn 0.3s ease-in-out;
}

/* Close Button */
.image-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: white;
  color: black;
  font-size: 20px;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 50%;
  transition: background 0.3s;
}

.image-popup-close:hover {
  background: red;
  color: white;
}

/* Next & Previous Buttons */
.image-popup-prev,
.image-popup-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  color: black;
  font-size: 25px;
  border: none;
  cursor: pointer;
  padding: 3px 15px;
  border-radius: 50%;
  transition: background 0.3s;
  z-index: 99;
}

.image-popup-prev {
  left: 20px;
}

.image-popup-next {
  right: 20px;
}

.image-popup-prev:hover,
.image-popup-next:hover {
  background: white;
}

/* Zoom Animation */
@keyframes zoomIn {
  from {
      transform: scale(0.7);
  }
  to {
      transform: scale(1);
  }
}
@media (max-width: 900px) {
  img.width_100.dynamic-image.banner_img_city {
    height: 240px;
    object-fit: cover;
  }
  .card-body.text-center {
    height: auto !important;
  }
  img.proimg.width_100 {
    height: 350px;
    object-fit: cover;
  }
}
@media (max-width: 769px) {
  .mobile_view {
    display: block;
    padding: 3% 0;
  }
  .desk_view {
    display: none;
  }
  .banner_contenmt {
    position: relative;
  }
  .grey_bk {
    background: #f5f1fa;
  }
  section.banner_new.grey_bk {
    padding: 25px 0 20px;
    color: #000;
  }
  section.banner_new.grey_bk h1,
  section.banner_new.grey_bk h6 {
    color: #160a25;
  }
  .mb-map {
    width: 100%;
  }
  .main-content.page h1 {
    font-size: 25px;
    padding-top: 54px !important;
  }
}


