
.hidden-content {
  display: none;
}

.member-con figure{
  border: solid 2px #F20F0B;
  border-radius: 50%;
}
.generic-btn {

  color: white;
  text-align: center;
  display: inline-block;
  cursor: pointer;

}
.carousel-container {
  max-width: 80%;
  margin: auto;
}
.carousel-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.carousel-subtitle {
  color: #d4a017;
  font-size: 18px;
  margin-bottom: 20px;
}
.exp-carousel .item {
  text-align: center;
  padding: 15px;
}
.exp-carousel .item img {
  width: 100px;
  height: 100px;
  background-color: #ffd700;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.exp-carousel .item p {
  margin-top: 10px;
  font-size: 14px;
}
.exp-dots {
  text-align: center;
  margin-top: 10px;
}
.exp-dot {
  width: 12px;
  height: 12px;
  margin: 5px;
  background: #d4a017;
  display: inline-block;
  border-radius: 50%;
  opacity: 0.5;
}
.exp-dot.active {
  opacity: 1;
}

/* Carousel Container */
.custom-arrows-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;

  border-radius: 10px;

  max-width: 1200px;
  margin: 50px auto;
}


/* Carousel Item */
.custom-arrows-carousel .item {
  text-align: center;
  margin: 0 15px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.custom-arrows-carousel  .item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Image Styling */
.custom-arrows-carousel  .item img {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: opacity 0.3s ease;
}

.custom-arrows-carousel .item:hover img {
  opacity: 0.9;
}

/* Title Styling */
.custom-arrows-carousel .item h4 {
  font-size: 16px;
  color: #333;
  margin: 10px 0;

  transition: color 0.3s ease;
}

.custom-arrows-carousel  .item:hover h4 {
  color: #F20F0B;
}

/* Custom Arrows */
.custom-arrows-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.custom-arrows-carousel .owl-prev,
.custom-arrows-carousel .owl-next {
  background-color: #007bff;
  color: #fff;
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 20px;
  transition: background-color 0.3s ease;
}

.custom-arrows-carousel .owl-prev:hover,
.custom-arrows-carousel .owl-next:hover {
  background-color: #0056b3;
}



/* SECTION 1 - Highlight Box */
.highlight-box {
  background: #ffcc40;
  padding: 30px;
  border-radius: 12px;
  text-align: left;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.highlight-box h2 {
  font-size: 26px;
  color: #F20F0B;
  margin-bottom: 15px;
}
.highlight-box p {
  font-size: 18px;
  color: #5a3d00;
  line-height: 1.6;
}

/* SECTION 2 - Profile Card */
.profile-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
  background: linear-gradient(to right, #fff, #f3f3f3);
}
.profile-card img {
  width: 100%;
  height: auto;
  border-radius: 5px;

}
.profile-card h3 {
  margin: 0;
  font-size: 24px;
  color: #333;
}
.profile-card p {
  margin: 10px 0;
  font-size: 18px;
  color: #555;
}
.btn {
  display: inline-block;
  background: #e67e22;
  color: white;
  padding: 12px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}
.btn:hover {
  background: #d35400;
}

/* SECTION 3 - Hospital Services */
.hospital-section {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  gap: 20px;
}
.hospital-section img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.hospital-section h2 {
  font-size: 24px;
  color: #0c4a6e;
  margin-bottom: 10px;
}
.hospital-section p {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
  .profile-card, .hospital-section {
      flex-direction: column;
      text-align: center;
      padding: 20px;
  }
  .profile-card img, .hospital-section img {
      margin-bottom: 15px;
      width: 100%;
  }
}

.treatment-types a{
 padding: 10px 10px 10px 20px;
 position: absolute;
 left: 33%;
 bottom: 15px;
}
.treatment-types p{
  font-size: 13px;
  line-height: 1.2rem;
  margin-top: 15px;
}



.technology-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.it-up-service-shape {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  opacity: 1;
  animation: floatBall 10s ease-in-out infinite alternate;
}

.it-up-service-shape img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

/* Assign different positions and delays to each shape */
.deco1 { top: 10%; left: 5%; animation-delay: 0s; }
.deco2 { top: 30%; right: 10%; animation-delay: 0s; }
.deco3 { bottom: 20%; left: 20%; animation-delay: 0s; }
.deco4 { top: 60%; left: 5%; animation-delay: 0s; }
.deco5 { bottom: 10%; left: 50%; animation-delay: 0s; }

/* Floating Animation Keyframes */
@keyframes floatBall {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(10px, -15px) scale(1.1);
  }
  100% {
    transform: translate(-10px, 15px) scale(0.9);
  }
}




.technology-section .main-heading {
font-size: 2.4rem;
font-weight: 700;
color: #1c174e;
margin-bottom: 30px;
}

.technology-section .tab-buttons {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 40px;
}

.technology-section .tab-buttons button {
margin: 10px;
padding: 14px 30px;
background-color: white;
border: 2px solid #efbe1b;
border-radius: 5px;
font-weight: 600;
color: #1c174e;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
}

.technology-section .tab-buttons button:hover {
background-color: #fff6d8;
transform: translateY(-2px);
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.technology-section .tab-buttons button.active {
background-color: #efbe1b;
color: #fff;
border-color: #efbe1b;
box-shadow: 0 12px 40px rgba(233, 197, 44, 0.4);
}

.technology-section .tab-content-section {

margin: auto;
background-color: white;
padding: 40px 30px;
border-radius: 20px;
box-shadow: 0 15px 60px rgba(0, 0, 0, 0.06);
transition: all 0.3s ease;
}

.technology-section .tab-content-section h4 {
color: #1c174e;
font-weight: bold;
margin-bottom: 20px;
}

.technology-section .tab-content-section p {
color: #5e5a71;
font-size: 16px;
line-height: 1.8;
}

@media (max-width: 576px) {
.technology-section .tab-buttons {
  flex-direction: column;
  align-items: center;
}

.technology-section .tab-buttons button {
  width: 90%;
  font-size: 16px;
}

.technology-section .main-heading {
  font-size: 1.8rem;
}

.technology-section .tab-content-section {
  padding: 25px 20px;
}
}

.types-joint {
background-color: #F9F9F9;
display: flex;
justify-content: center;
}
.container-type-joint{
width: 90vw;
}

.types-joint .tab-btn {
padding: 10px 24px;
border-radius: 30px;
border: 1px solid #ccc;
font-weight: 600;
background-color: white;
color: #333;
}

.types-joint .tab-btn.active {
background-color: #e9c52c;
color: white;
border-color: #e9c52c;
}

.types-joint .icon-wrapper {
display: flex;
flex-direction: column;
align-items: center;
}

.types-joint .icon-box {
border: 1px solid #d3cde8;
border-radius: 14px;
padding: 30px;
width: 180px;
height: 130px;
background: #fff;
transition: all 0.4s ease;
display: flex;
justify-content: center;
align-items: center;
perspective: 1000px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.types-joint .icon-box:hover {
transform: translateY(-10px);
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.types-joint .flip-image {
width: 70px !important;
height: 60px;
transition: transform 0.6s ease-in-out;
transform-style: preserve-3d;
}

.types-joint .icon-box:hover .flip-image {
transform: rotateY(360deg);
}

.types-joint .icon-label {
font-size: 15px;
font-weight: 500;
color: #5e5a71;
margin-top: 10px;
text-align: center;
}

.types-joint .owl-stage-outer {
padding: 30px 0px;
}

.types-joint .owl-nav button {
background: #ccc !important;
padding: 4px 12px !important;
margin: 0 5px;
border-radius: 5px;
}

@media (max-width: 576px) {
.types-joint .icon-box {
  width: 100px;
  height: 100px;
  padding: 20px;
}

.types-joint .flip-image {
  width: 40px;
  height: 40px;
}

.types-joint .icon-label {
  font-size: 13px;
}
}

.doctor-profile-section {
padding: 60px 0;
text-align: center;
}



.doctor-profile-section p.subtitle {
color: #666;
margin-bottom: 50px;
}

.doctor-profile-section .member-card {
background-color: #fff;
border-radius: 10px;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
overflow: hidden;
transition: all 0.3s ease;
margin: 15px;
position: relative;
min-height: 465px;
}

.doctor-profile-section .member-card:hover {
transform: translateY(-10px);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.doctor-profile-section .member-role {
background-color: #e9c52c;
color: #fff;
font-weight: 600;
padding: 10px 0;
font-size: 14px;
text-transform: uppercase;
}

.doctor-profile-section .member-photo {
width: 190px !important;
height: 190px;
border-radius: 50%;
object-fit: cover;
margin-top: 20px;
border: 5px solid #fff;
box-shadow: 0 0 0 3px #e9c52c;
}

.doctor-profile-section .member-content {
padding: 30px 20px 20px;
}

.doctor-profile-section .member-content h5 {
font-weight: 500;
margin-top: 15px;
font-size: 18px;
}

.doctor-profile-section .member-content p {
font-size: 14px;
color: #666;
margin: 15px 0;
}

.doctor-profile-section .btn-profile {
border: solid 1px #f20f0b !important;
background-color: white;
color: #333;
position: absolute;
padding: 8px 20px;
border: none;
font-size: 14px;
text-decoration: none;
transition: 0.3s;
bottom: 19px;
left: 5%;
width: 90%;

}

.doctor-profile-section .btn-profile:hover {
background-color: #e9c52c;
color: #fff;
}

.doctor-profile-section .photo-side {
display: flex;
justify-content: center;
}


/* Background Colors */
.all-videos-carousal-section {
overflow-x: hidden;
position: relative;
}

.all-videos-carousal-section .top-toggle-buttons {
position: absolute;
top: 10%;
left: 15%;
z-index: 2;
display: flex;
gap: 10px;
flex-wrap: wrap;
}

@media (max-width: 768px) {
.all-videos-carousal-section .top-toggle-buttons {
  position: static;
  justify-content: center;
  padding: 10px;
}
}

.all-videos-carousal-section .toggle-button {
padding: 10px 15px;
background: #ccc;
color: #333;
border: none;
border-radius: 20px;
font-size: 0.9rem;
cursor: pointer;
transition: background 0.3s;
}

.all-videos-carousal-section .toggle-button.active {
background: #e9c52c;
color: white;
}

.all-videos-carousal-section .patient-stories-container-section {
position: relative;
z-index: 1;
}

.all-videos-carousal-section .background-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: row;
z-index: -1;
}

.all-videos-carousal-section .white-bg {
width: 70%;
background: white;
border-bottom: 3px solid #e9c52c;
}

.all-videos-carousal-section .red-bg {
width: 30%;
background: #e9c52c;
}

@media (max-width: 768px) {
.all-videos-carousal-section .background-wrapper {
  flex-direction: column;
}

.all-videos-carousal-section .white-bg,
.all-videos-carousal-section .red-bg {
  width: 100%;
  height: 50%;
}
}

.all-videos-carousal-section .patient-stories-container {
display: flex;
flex-wrap: wrap;
min-height: 70vh;
padding-top: 10px;
}

.all-videos-carousal-section .content-section {
width: 30%;
padding: 40px;
display: flex;
flex-direction: column;
justify-content: center;
}

.all-videos-carousal-section .slider-section {
width: 70%;
padding: 20px;
display: flex;
align-items: center;
}



.all-videos-carousal-section .section-title {
font-size: 1.667rem;
margin-bottom: 10px;
color: #333;
text-align: left;
}

.all-videos-carousal-section .section-subtitle {
color: #666;
margin-bottom: 20px;
line-height: 1.5;
}

.all-videos-carousal-section .nav-buttons {
display: flex;
justify-content: flex-start;
gap: 10px;
margin-top: 20px;
}

.all-videos-carousal-section .nav-button {
width: 40px;
height: 40px;
background: #e9c52c;
border: none;
border-radius: 50%;
color: white;
font-size: 1.2rem;
cursor: pointer;
}

.all-videos-carousal-section .owl-carousel .item {
padding: 10px;
}

.all-videos-carousal-section .video-item {
height: 250px;
background: white;
border-radius: 10px;
overflow: hidden;
position: relative;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
cursor: pointer;
}

.all-videos-carousal-section .video-thumbnail {
width: 100%;
height: 100%;
object-fit: cover;
}

.all-videos-carousal-section .video-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 20px;
color: white;
}

.all-videos-carousal-section .video-title {
font-weight: bold;
margin-bottom: 5px;
}

.all-videos-carousal-section .video-description {
font-size: 0.9rem;
}

.video-popup {
position: fixed;
top: 0;
left: 0;
width: 100vw;
/* Full width */
height: 100vh;
/* Full height */
background: rgba(0, 0, 0, 0.95);
display: flex;
justify-content: center;
align-items: center;
z-index: 99999;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}

.video-popup.active {
opacity: 1;
visibility: visible;
}

.video-popup-container {
width: 100%;
height: 100%;
max-width: 100%;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}

.video-iframe-container {
width: 90%;
max-width: 1200px;
aspect-ratio: 16 / 9;
position: relative;
}

.video-iframe-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}

.close-btn {
position: absolute;
top: 20px;
right: 30px;
color: white;
font-size: 3rem;
background: none;
border: none;
cursor: pointer;
z-index: 100000;
}



@media (max-width: 768px) {


.all-videos-carousal-section .section-title {
  text-align: center;
}

.all-videos-carousal-section .content-section,
.all-videos-carousal-section .slider-section {
  width: 100%;
  padding: 20px;
  text-align: center;
}

.all-videos-carousal-section .patient-stories-container {
  flex-direction: column;
}

.all-videos-carousal-section .nav-buttons {
  justify-content: center;
}
}

.faq-main-section .btn {
background-color: #fff;
}


.buttons-section{
margin: 0;
padding: 40px;
display: flex;
justify-content: center;
align-items: center;



}
.button-group {
display: flex;
border-radius: 50px;
overflow: hidden;
box-shadow: 0 4px 10px rgba(0,0,0,0.2);
max-width: 100%;
width: 90vw;
}

.button-item {
flex: 1;
padding: 15px 20px;
display: flex;
justify-content: space-between;
align-items: center;
background: #e9c52c;
border-right: 1px solid #ccc;
transition: all 0.3s ease;
cursor: pointer;
}

.button-item:nth-child(2) {
background: #e9c52c;
}

.button-item:nth-child(3) {
background: #e9c52c;
}

.button-item:nth-child(4) {
background: #e9c52c;
border-right: none;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
}

.button-item:first-child {
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}

.button-item span {
font-weight: 600;
color: #333;
transition: color 0.3s ease;
}

.arrow-icon {
border: 1.5px solid #333;
border-radius: 50%;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}

.arrow-icon svg {
width: 14px;
height: 14px;
stroke: #003333;
}

/* Hover Effects */
.button-item:hover {
background-color: #d0f0eb;
transform: translateY(-3px);
}

.button-item:hover .arrow-icon {
background-color: #000000;
}

.button-item:hover .arrow-icon svg {
stroke: #ffffff;
}

.button-item:hover span {
color: #000000;
}

@media (max-width: 768px) {
.button-group {
flex-direction: column;
border-radius: 20px;
}

.button-item {
border-right: none;
border-bottom: 1px solid #ccc;
border-radius: 0;
}

.button-item:last-child {
border-bottom: none;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}

.button-item:first-child {
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
}

@media (min-width: 1024px) { 
.h-100 {
height: 110vh !important;
}
}

.carousel {

overflow: hidden;
}

.carousel-inner img {
width: 100%;
height: auto;
object-fit: cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
background-size: 100% 100%;
width: 40px;
height: 40px;
}

.carousel-control-prev,
.carousel-control-next {
width: 5%;
border: none;
background: transparent;
}

/* Optional: Add slight background for better visibility */
.carousel-control-prev-icon,
.carousel-control-next-icon {

border-radius: 50%;
padding: 10px;
}

@media (max-width: 768px) {


.carousel-control-prev-icon,
.carousel-control-next-icon {
width: 30px;
height: 30px;
}
}


.coe-icons-section  .category-buttons {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 30px;
}

.coe-icons-section .category-btn {
padding: 10px 20px;
background-color: #f8f9fa;
border: 1px solid #ddd;
border-radius: 30px;
cursor: pointer;
font-weight: 500;
transition: all 0.3s ease;
white-space: nowrap;
}

.coe-icons-section  .category-btn.active {
background-color: #f0ad0b;
color: white;
border-color: #f0ad0b;
}

.coe-icons-section .category-section {
display: none;
max-width: 1200px;
margin: 0 auto;
position: relative;
}

.coe-icons-section .category-section.active {
display: block;
}

/* Desktop Grid View */
.coe-icons-section .specialties-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
gap: 20px;
}

.coe-icons-section .specialty-box {
background-color: #ffffff;
border: 2px solid #fce79a;
border-radius: 12px;
padding: 20px 10px;
text-align: center;
transition: all 0.4s ease;
text-decoration: none;
color: #000;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
min-width: 140px;
}

.coe-icons-section  .specialty-box:hover {
border-color: #f0ad0b;
transform: scale(1.03);
}

.coe-icons-section  .icon-wrapper {
width: 60px;
height: 60px;
margin: 0 auto 12px;
}

.coe-icons-section  .icon-wrapper img {
width: 100%;
height: auto;
}

.coe-icons-section  .specialty-title {
font-size: 14px;
font-weight: 500;
}

/* Mobile Horizontal Scroll View */
@media (max-width: 768px) {
.coe-icons-section   .category-buttons {

overflow-x: auto;
padding-bottom: 10px;
justify-content: center;
-webkit-overflow-scrolling: touch;
}

.coe-icons-section .specialties-grid {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
gap: 15px;
padding-bottom: 20px;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
}

.coe-icons-section  .specialty-box {
flex: 0 0 auto;
scroll-snap-align: start;
width: 140px;
}

/* Hide scrollbar but keep functionality */
.coe-icons-section  .specialties-grid::-webkit-scrollbar {
display: none;
}
}

/* Dot Navigation */
.coe-icons-section   .dots-container {
display: none;
justify-content: center;
gap: 8px;
margin-top: 15px;
}

.coe-icons-section  .dot {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #ddd;
cursor: pointer;
transition: background-color 0.3s;
}

.coe-icons-section .dot.active {
background-color: #f0ad0b;
}

@media (max-width: 768px) {
.coe-icons-section  .dots-container {
display: flex;
}
}


.banner-margin {
background-color: #e9c52c;
}

.straight-line1 {
width: 2px;
background-color: #fff;
margin: 5px 0;
}

.top-banner-numbers {
font-size: 35px;
font-weight: 500;
line-height: 50px;
text-align: center;
}

.top-banner-word {
text-align: center;
font-weight: 600;
line-height: 30px;
}

.top-banner-text {
display: flex;
gap: 10%;
color: #333;
justify-content: space-between;
padding: 10px 20px;
max-width: 100%;
margin: auto;
gap: unset;
}

.top-banner-text li {
display: flex;
flex-direction: column;
padding: 0 10px;
}

/*! CSS Used from: https://nulifehospital.in/assets/css/mobile.css */
@media only screen and (max-width: 1400px) {
.top-banner-numbers {
font-size: 42px;
}
}

@media only screen and (max-width: 767px) {
.med-hidden {
display: none;
}

.top-banner-numbers {
font-size: 32px;
}

.top-banner-text {
display: grid;
grid-template-columns: 50% 50%;
text-align: center;
padding: 10px;
}

.top-banner-text > li {
padding: 20px; /* add some spacing */
box-sizing: border-box;
}



/* First item: right and bottom border */
.top-banner-text > li:nth-child(1) {
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}

/* Second item: bottom border only */
.top-banner-text > li:nth-child(3) {
border-bottom: 1px solid #fff;
}

/* Third item: right border only */
.top-banner-text > li:nth-child(5) {
border-right: 1px solid #fff;
}

/* Fourth item: no border */

}


.icon-buttons {
position: fixed;
top: 30%;
right: 0;
z-index: 1000;
display: flex;
flex-direction: column;
}

.icon-btn {
background-color: #d21a0b;
color: white;
text-align: center;
padding: 12px;
margin: 1px 0;
font-size: 18px;
border-radius: 4px 0 0 4px;
text-decoration: none;
transition: background-color 0.3s ease;
}

.icon-btn:hover {
background-color: #f4ca0f;
}



.vladimir-card {
background: #FDEDB6;   
padding: 50px 0px ;
}
.vladimir-card .wrapper{
display: flex;
justify-content: center;
align-items: center;

}
.vladimir-card .user-card {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #fff;
border-radius: 10px;
padding: 40px;
width: 80vw;
position: relative;
overflow: hidden;
box-shadow: 0 2px 20px -5px rgba(0,0,0,0.5);
}

.vladimir-card .user-card:before {
content: '';
position: absolute;
height: 300%;
width: 173px;
background: #d32410;
top: -60px;
left: -125px;
z-index: 0;
transform: rotate(17deg);
}

.vladimir-card .user-card:after {
content: '';
position: absolute;
height: 300%;
width: 173px;
background: #d32410;
top: -60px;
right: -63px;
z-index: 0;
transform: rotate(17deg);
}


.vladimir-card .user-card-img {
display: flex;
justify-content: center;
align-items: center;   
z-index: 3;
}

.user-card-img img {
width: 204px;
height: 215px;
object-fit: cover;
}

.vladimir-card .user-card-info {
text-align: center;
}

.vladimir-card .user-card-info h2 {
font-size: 24px;
margin: 0;
margin-bottom: 10px;

}

.vladimir-card .user-card-info p {
font-size: 14px;
margin-bottom: 2px;
}
.vladimir-card .user-card-info p span {
font-weight: 700;
margin-right: 10px;
}
@media only screen and (min-width: 768px) {
.vladimir-card .user-card {
flex-direction: row;
align-items: flex-start;
}   
.vladimir-card .user-card-img {
margin-right: 20px;
margin-bottom: 0;
}

.vladimir-card .user-card-info {
text-align: left;
}
}

@media (max-width: 767px){
.vladimir-card .wrapper{
padding-top: 3%;
}
.vladimir-card .user-card:before {
width: 300%;
height: 200px;
transform: rotate(0);
}
.vladimir-card  .user-card-info h2 {
margin-top: 25px;
font-size: 35px;
}
.vladimir-card .user-card-info p span {
display: block;
margin-bottom: 15px;
font-size: 18px;
}
}

.video-wrapper {
position: relative;
display: inline-block;
}

.video-wrapper .play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 60px;
height: 60px;
background-color: rgba(255, 255, 255, 0.9);
border-radius: 50%;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
z-index: 2;
}

.video-wrapper .play-button::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-40%, -50%);
width: 0;
height: 0;
border-left: 15px solid #000;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
}


@media only screen and (max-width: 575px) {
.top-banner-text {
display: grid;
grid-template-columns: 50% 50%;
text-align: center;
padding: 10px;
}

.top-banner-text li {
padding: 0px 15px;
}

.top-banner-numbers {
font-size: 28px;
margin-top: 20px;
}

.top-banner-numbers {
line-height: 35px;
}

.top-banner-word {
margin-bottom: 20px;
font-size: 12px;
line-height: 20px;
padding: 0px 8px;
}

.straight-line1 {
display: none;
}

.icon-buttons{
top: 17%;
}

.coe-icons-section .category-section {
padding: 0px 20px;
}

.coe-icons-section .specialty-box {
width: 160px;
}
}




.team-section-wrapper  .team1 {
padding: 60px 0;
position: relative;
z-index: 1;
}

.team-section-wrapper  .team1 h3 {
font-weight: 700;
font-size: 2rem;
}

.team-section-wrapper  .team1 .subtitle {
color: #555;
font-size: 1rem;
margin-bottom: 2rem;
}

.team-section-wrapper .card {
border: none;
border-radius: 18px;
overflow: hidden;
position: relative;
background: linear-gradient(to bottom right, #ffffff, #f2f2f2);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
height: 100%;
}

.team-section-wrapper   .card:hover {
transform: translateY(-6px);
box-shadow: 0 16px 30px rgba(0, 0, 0, 0.15);
}

.team-section-wrapper .card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 80px;
height: 80px;
background-color: #d32410;
border-bottom-right-radius: 100%;
z-index: 2;
}

.team-section-wrapper  .pro-pic {
background-size: cover;
background-position: center;
min-height: 220px;
height: 100%;
width: 100%;
}

.team-section-wrapper  .p-4 {
padding: 1.5rem !important;
}

.team-section-wrapper  .card h6 {
font-weight: 700;
color: #2b2b2b;
font-size: 1.1rem;
margin-bottom: 0.6rem;
}

.team-section-wrapper   .card p {
font-size: 0.95rem;
color: #666;
margin-bottom: 0;
}

/* Horizontal scroll on mobile */
.team-section-wrapper .scroll-row-wrapper {
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
padding-bottom: 1rem;
}

.team-section-wrapper .scroll-row-wrapper .row {
flex-wrap: nowrap !important;
gap: 1rem;
}

.team-section-wrapper .scroll-row-wrapper .card {
min-width: 85vw;
max-width: 85vw;
flex-shrink: 0;
}

/* Ensure side-by-side layout in card on desktop */
.team-section-wrapper .card-inner {
display: flex;
flex-direction: column;
}

@media (min-width: 768px) {
.team-section-wrapper   .card-inner {
flex-direction: row;
}

.team-section-wrapper .card-inner .pro-pic {
width: 40%;
min-height: 100%;
}

.team-section-wrapper  .card-inner .p-4 {
width: 60%;
}

.team-section-wrapper .scroll-row-wrapper {
display: none;
}
}

@media (max-width: 767.98px) {
.team-section-wrapper  .desktop-only {
display: none;
}

.team-section-wrapper .scroll-row-wrapper .card{
min-width: 65vw;
max-width: 65vw;
}

.team-section-wrapper .scroll-row-wrapper .row{
gap: 0rem;
}
}

.category-section{
  width: 100%;
  overflow: hidden;
  position: relative;
}

