@import url(https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Niramit:wght@300;400;700&display=swap);


:root{

	--color-pink:#F7D2DE;

    --color-red:#D91C5B;

    --color-semi-pink:#F7D2DE;
    
    --color-gradient-pink: linear-gradient(180deg, #D91C5B 0%, #AC0039 100%);;

    --font-regular: 400;

    --font-bold: 700;

    --font-light: 300;

    --font-main: 'Lora';

    --font-headers: 'Niramit'

}

html, body {

	margin:auto;
    font-family: 'Lora', serif;

}
h1,h2,h3{
    font-family: var(--font-headers), serif;
}
h1{
    font-size: 60px;
}
h2{
    font-size: 36px;
}
.pt-6{
    padding-top: 6em;
}
.py-6{
    padding-top: 6em;
    padding-bottom: 6em;
}
.pb-6{
    padding-bottom: 6em;
}
.pt-20{
  padding-top: 20px;
}
body {

	font-weight: var(--font-regular);

	overflow-x: hidden;

	font-size: 14px;

    color: #000;

    letter-spacing: 1px;

}

.c-red{ 
    color: var(--color-red);
}
.bg-red{
    background: linear-gradient(180deg, #D91C5B 0%, #AC0039 100%);
}
#pills-tab .nav-item .active{
  background: linear-gradient(180deg, #D91C5B 0%, #AC0039 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50rem !important;
  color: white !important;
  padding: 15px 40px;
  border-color: #000 !important;
}
.btn-red{
    background: linear-gradient(180deg, #D91C5B 0%, #AC0039 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50rem !important;
    color: white;
    padding: 15px 40px;
}
.btn-red:hover{
    color: white;
}
/* container */
.pt-100{
    padding-top: 110px;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  @media only screen and (min-width: 768px) {
    .container-fluid {
        width: 750px;
      }
  }
  @media only screen and (min-width: 992px) {
    .container-fluid {
        width: 970px;
      }
  }
  @media only screen and (min-width: 1200px) {
    .container-fluid {
        width: 1200px;
      }
  }
  @media only screen and (min-width: 1600px) {
    .container-fluid {
        width: 1570px;
      }
  }

main{

    overflow-x: hidden;

}

img{

	max-width: 100%;

	height: auto;

}
.logo{
    width: 150px;
}
a {
    
    text-decoration: none;
}

ul li{
    list-style: none;
}
.menu-main-menu-container .nav-primary a {
    text-transform: capitalize;
    color: var(--color-red);
}
.menu-main-menu-container .nav-primary a.active {
    color: var(--color-red);
}

/* header */
.bg-header{ 
    background-image: var(--wpr-bg-529bdb3d-f81d-4232-97f1-2d79d47c765b);
    width: 100%;
    background-color: #CACACA;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.title-header{
    font-size: 60px;
    font-weight: var(--font-bold);
}
.deskripsi-header{
    font-size: 16px;
    font-weight: var(--font-light);
}

/* footer */
footer{
    background-color: #E9E9E9;
    color: #626262;
}
footer ul{
    padding: 0;
}
.footer-icon a{
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 10px;
    background: #F0A4BD;
    border-radius: 50px;
    margin-right: 10px;
}
.footer-icon i{
    padding-left: 3px;
}
.menu-footer a, .footer-list a{
    padding-left:0 ;
    color: black;
}
.menu-footer a, .footer-list a:hover{
    padding-left:0 ;
    color: black;
}



/* nav */
#navbar-first{
    z-index: 99;
    background-color: var(--color-pink);
}
#navbar-first, #navbar {
  transition: 0.5s;
}

.mainNav {


    top: 0;

    left: 0;

    width: 100%;

    background-color: #fff;

    z-index: 999;

}

.navbar-brand {

    width: 135px;

    max-width: 100%;

}

ul.nav-primary {

    margin: 0;

    padding: 0;

}

ul.nav-primary li {

    display: inline-block;

    list-style: none;

    position: relative;

}


ul.nav-primary li:last-child::before{

    display: none;

}



.show-mobile { display: none;}

.show-mobile-nav {

	margin-right: 20px;

}



.close-menu-wrp {

	display: block;

	position: absolute;

	width: 30px;

	height: 30px;

	right: 30px;

	top: 20px;

	cursor: pointer;

}

.close-menu-wrp:before,.close-menu-wrp:after {

	content: "";

	position: absolute;

	width: 100%;

	height: 1px;

	background-color: black;

	left: 0;

	top: 15px;

}

.close-menu-wrp:before{

	transform: rotate(45deg);

}



.close-menu-wrp:after{

	transform: rotate(-45deg);

}

.hamburger-wrp {

	width: 25px;

	margin-right: 20px;

	cursor: pointer;

	display: inline-block;

}



.hamburger-wrp .item-ham {

	width: 100%;

	height: 2px;

	display: block;

	background-color: black;

}

.hamburger-wrp .item-ham:nth-child(2){

	margin: 5px 0;

}



@media only screen and (max-width: 1024px) {

    .show-mobile {

		display: block;

	}

    .navCustomMmp{

        display: flex;

        flex-direction: column;

        transform: translate(-50%);

        top: 25%;

        position: absolute;

        left: 50%;

        width: max-content;

    }

    

    .navCustomMmp li{

        padding: 15px;

    }

    .containerNav{

        left: 0;

        top: 0;

        width: 100%;

        height: 100vh;

        z-index: 9999;

        text-align: center;

        background-color: rgba(252, 249, 246, 0.97);

        display: none;

    }

    ul.nav-primary li::before{

        display: none;

    }

    

}


/* home */
.image-rounded-home{
    display: inline-block;
    border-radius: 50%;
    background: black;
    max-height: 150px;
    max-width: 150px;
    overflow: hidden;
}
.sec-title{
    padding: 10px 20px;
    background: #F7D2DE;
    border-radius: 50px;
    color: #E8779D;
    letter-spacing: 5px;
}
.bg-why{
    background-image: var(--wpr-bg-69aa0311-0cb5-4f4f-82d1-219acd9aaa4c);
    width: 100%;
    background-color: #CACACA;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.list-testimoni{
    background: var(--color-pink);
    border-radius: 10px;
}
.bg-apointment{
    background-image: var(--wpr-bg-9efdd8ce-4523-453a-b45e-232dd5e85d5e);
    width: 100%;
    background-color: RGBA(217, 28, 91, 0.50);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.overlay-red{
    background: RGBA(217, 28, 91, 0.50);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.z-9{
    z-index: 9;
    position: relative;
}
.sparator-right{
    border-right: 2px dashed white;
}

/* article */
.article h3, .article p{
    color: #626262;
}
.article .img-article{
    padding-bottom: 10px;
    border-radius: 43px;
}
.article .img-article img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
.article .content-article{
    border-radius: 10px;
}


/* archive */
#breadcrumbs a, #breadcrumbs span{ 
    color: #A9A9A9;
}

/* filter price */
.product-search-filter-price-heading {
    font-size: 18px !important;
    padding-bottom: 20px;
  }
  .product-search-filter-price.show-slider .product-search-filter-price-form{
    text-align: left !important;
  }
  .product-search-filter-price .ui-widget-header{
    background: #D91C5B !important;
  }
  .product-search-filter-price .ui-state-default, .product-search-filter-price .ui-widget-content .ui-state-default, .product-search-filter-price .ui-widget-header .ui-state-default{
    background: #D91C5B !important;
  }
  .product-search-filter-price .ui-state-hover, .product-search-filter-price .ui-widget-content .ui-state-hover, .product-search-filter-price .ui-widget-header .ui-state-hover{
    background: #D91C5B !important;
  }

  .product-col{
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #E9E9E9;
    position: relative;
    /* height:550px; */
  }
  .wrapp-price-cont{
    /* position: absolute;
    bottom: 5px;
    width: 100%;
    left: 0;
    padding: 10px; */
  }

  .product-col h2 {
    font-size: 18px;
    color: black;
    padding-top: 24px;
  }
  .product-col .price-cont {
    /* background: #E9E9E9;
    border-radius: 10px; */
  }
  .product-col .price-cont h5{
    font-size: 14px;
    color: black;
    margin-bottom:0;
  }
  .product-col .price-cont {
    color: #D91C5B;
    font-size: 18px;
    font-weight: bold;
	word-wrap: break-word;
  }
  .product-col img{
    width: 100%;
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
  }
  .woocommerce-Price-currencySymbol {
    padding-right: 8px;
  }
  .info-product img {
    width: 40px;
    object-fit: contain;
    height: auto;
    float: left;
    top: 5px;
    position: relative;
  }
  .info-product b{
    color: #D91C5B;
  }
  .info-product p{
    color: black;
  }
  .woocommerce-loop-product__title{
    font-weight: bold;
  }


  /* single product */
  .single-price {
    font-size: 24px;
    font-weight: bold;
  }
  .btn-popup{
    border: 1px solid #D91C5B;
    border-radius: 50px;
    color: #D91C5B;
  }
  .btn-popup:hover {
    color: #D91C5B;
  }

  /* slider before after */
  
    .before-after {
        position: relative;
        display: inline-block;
        vertical-align: top;
        user-select: none; 
    }
    .before-after .photo img {
        display: block;
        max-width: 100%;
        height: 100%; 
    }
    .before-after .photo.before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        transform: translate(-50%); 
    }
    .before-after .photo.before img, .before-after .photo.before .layer { transform: translate(50%); }
    .before-after .drag-handler {
        width: 5px;
        background-color: white;
        margin: 0 0 0 -4px;
        position: absolute;
        left: 50%;
        top: 0;
        height: 100%;
        opacity: 1; 
    }
    .before-after .drag-handler .drag-element {
        position: absolute;
        left: -16px;
        top: 50%;
        width: 40px;
        height: 40px;
        margin: -16px 0 0 0;
        background-image: var(--wpr-bg-43a0cfe7-35fe-4c75-9bd4-3d1a42ae29e1);
        cursor: pointer; 
    }
    .before-after:hover .drag-handler {
    opacity: 1; }
  
  /*# sourceMappingURL=before-after.css.map */

  /* content */
  .content h2{
    color: #D91C5B;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  /* footer booking button */

  .footer-booking .btn-red-footer{
    color: white;
    /* background: linear-gradient(180deg, #D91C5B 0%, #AC0039 100%); */
  }
  
  .box-information{
    position: relative;
    top: -100px;
    z-index: 9;
  }

  .woocommerce-breadcrumb a {
    color: #f90193;
  }
  .woocommerce-breadcrumb {
    padding-bottom: 30px;
  }

  .float:hover { color: white !important;}
  .float{
      position:fixed;
      width:60px;
      height:60px;
      bottom:75px;
      right:40px;
      background-color:#25d366;
      color:#FFF;
      border-radius:50px;
      text-align:center;
    font-size:30px;
      box-shadow: 2px 2px 3px #999;
    z-index:100;
  }
  
  .my-float{
      margin-top:16px;
  }
  
  .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #ba0843 !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
  }
  .product-name a {
    color: #ed008c !important;
  }
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
  }
  .cus-top-popular{
    position: relative;
    top: -50px;
  }
  .contact-us-map {
    width: calc(100% - 24px);
    position: absolute;
    top: -100px;    
}
.contact-us-form {
    padding-top: 525px;
}
.page-cover-content {
  position: absolute;
  z-index: 999;
  bottom: 150px;
  width: 100%;
  text-align: center;
}
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
}
.img-contact {
  height: 500px;
  object-fit: cover;
}

/* WooCommerce pagination */
nav.woocommerce-pagination {
  display: flex;
  flex-direction: row; 
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
	overflow:visible!important
}
nav.woocommerce-pagination ul{
  list-style:none;
  text-align:center;
  text-decoration:none;
  margin:2rem auto;
}
nav.woocommerce-pagination li span.current,nav.woocommerce-pagination li a{
width:50px;
height:50px;
line-height:50px;
display:inline-block;
}
nav.woocommerce-pagination li{
	box-shadow:0 3px 20px -0.2px rgba(0,0,0,0.1);transition:all 300ms cubic-bezier(0.250,0.100,0.250,1.000);transition-timing-function:cubic-bezier(0.250,0.100,0.250,1.000);
	color:#000;
	background:#fff;
	float:left;
}
nav.woocommerce-pagination li a{
	color:#000;
  text-decoration:none;
}
nav.woocommerce-pagination li span.current,nav.woocommerce-pagination li:hover{
	background: -webkit-linear-gradient(35deg, #fad8a6, #faa6e9);
	background:linear-gradient(35deg, #fad8a6, #faa6e9);
}
nav.woocommerce-pagination li span.current{
	color:#fff;
}
nav.woocommerce-pagination li a.next{
	width:auto!important;
	padding:0 2rem 0 0.8rem!important;
  position:relative;
}
nav.woocommerce-pagination li a.prev{
	width:auto!important;
	padding:0 0.8rem 0 2rem!important;
  position:relative;
}
.next:after,.prev:before {
  content:'';
  position:absolute;
  font-family:FontAwesome;
  font-weight:400;
}
.prev:before{
	left:.5rem;
}
.next:after{
	right:.5rem;
}

.img-wrapper{
  position: relative;
}
.img-wrapper img{
  height: auto;
  z-index: 2;
  position: relative;
}
.img-wrapper::before {
background-color: rgb(247, 210, 222);
bottom: 0;
content: "";
height: 80%;
left:0;
position: absolute;
right: 0;
width: 100%;
z-index: 1;
}
.btn-wrap{
position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 200px;
}
.border-team{
border-bottom: 10px solid #f7d2de;
}


@media only screen and (max-width: 1199px) {
    .title-header {
      font-size: 48px;
    }
  }
  @media only screen and (max-width: 991px) {
    .title-header {
      font-size: 36px;
    }
    .box-information{
        position: relative;
        top: 0px;
        z-index: 9;
    }
    .box-information h2{
        font-size: 36px;
    }
    .sparator-right {
        border-right: 0;
      }
    
      h1, h2{
        font-size: 36px;
    }
    .image-rounded-home {
        height: 100px;
        width: 100px;
      }
      #navbar {
        margin-top: 0 !important;
      }
      #navbar-first{
        display: none !important;
      }
      .cus-top-popular{
        position: relative;
        top: 0px;
      }

  }

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 501px) {
    .orderby{
        width: 100%;
    }
    .box-information h2{
      font-size: 26px;
  }
}


.dropdown-item.active{
      background-color: #f7d2de;
}
.video-responsive {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9; /* default landscape */
  max-width: 100%;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.video-responsive iframe,
.video-responsive video {
  width: 100%;
  height: 100%;
  object-fit: contain; /* jaga proporsi biar tidak gepeng */
}

/* Tambahan opsional: jika mau support portrait */
.video-portrait {
  aspect-ratio: 9/16;
}

.video-square {
  aspect-ratio: 1/1;
}

.dropdown-menu .nav-item {
    width: 100%;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #f7d2de !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #ff69b4;
    border-radius: 50%;
    padding: 15px;
    background-size: 50%, 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

/* product */

/* Minimal custom styles - only what Bootstrap doesn't provide */
.popular-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.service-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
}

.accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(233, 30, 99, 0.25);
    border-color: rgba(233, 30, 99, 0.5);
}

.accordion-button::after {
    flex-shrink: 0;
}

.accordion-collapse {
    border-top: 1px solid rgba(0,0,0,.125);
}

.service-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.meta-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: white;
    flex-shrink: 0;
}

.anesthesia-icon { background-color: var(--bs-primary); }
.duration-icon { background-color: #6f42c1; }
.hospitalization-icon { background-color: #0d6efd; }

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.placeholder-image {
    height: 200px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    text-align: center;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #D91C5B !important;
}
.btn-primary{
  background-color: #D91C5B !important;
  border-color: rgb(255, 0, 0);
}
.service-card .text-primary{
  color: #D91C5B !important;
  font-weight: bold;
}


/* single product */


.product-hero {
    position: relative;
    height: 400px;
    background: linear-gradient(135deg, rgba(233, 30, 99, 0.1) 0%, rgba(233, 30, 99, 0.05) 100%);
    overflow: hidden;
}

.product-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.product-hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: white;
    padding: 40px 30px 30px;
    border-radius: 0 0 15px 15px;
}

.popular-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}

.price-section {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
}

.main-price {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--bs-primary);
    margin-bottom: 10px;
}

.secondary-price {
    font-size: 1.2rem;
    color: #6c757d;
    margin-bottom: 20px;
}

.appointment-btn {
    border: none;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.appointment-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(233, 30, 99, 0.3);
}

.treatment-info {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 8px;
}

.info-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 15px;
    flex-shrink: 0;
}

.anesthesia-icon { background: linear-gradient(135deg, var(--bs-primary) 0%, #c2185b 100%); }
.duration-icon { background: linear-gradient(135deg, #6f42c1 0%, #5a2d91 100%); }
.hospitalization-icon { background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%); }
.recovery-icon { background: linear-gradient(135deg, #198754 0%, #146c43 100%); }

.content-section {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.benefits-risks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

.benefit-item, .risk-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.benefit-item i {
    color: #198754;
    margin-right: 10px;
    margin-top: 3px;
}

.risk-item i {
    color: #dc3545;
    margin-right: 10px;
    margin-top: 3px;
}

.related-products .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.related-products .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.related-products .card-img-top {
    height: 200px;
    object-fit: cover;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #6c757d;
}

.breadcrumb-item.active {
    color: var(--bs-primary);
}

@media (max-width: 768px) {
    .benefits-risks {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .main-price {
        font-size: 2rem;
    }
    
    .product-hero {
        height: 300px;
    }
}
/* Surgery Package Styles */
.package-section {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.5rem;
    height: 100%;
}

.include-section {
    border-left: 4px solid #4caf50;
}

.exclude-section {
    border-left: 4px solid #ff9800;
}

.package-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.include-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e8f5e8;
    position: relative;
    padding-left: 2rem;
}

.include-list li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-weight: 900;
    color: #4caf50;
    position: absolute;
    left: 0;
    top: 0.6rem;
}

.exclude-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #fff3e0;
    position: relative;
    padding-left: 2rem;
}

.exclude-list li:before {
    content: '\f00d';
    font-family: 'FontAwesome';
    font-weight: 900;
    color: #ff9800;
    position: absolute;
    left: 0;
    top: 0.6rem;
}

.package-list li:last-child {
    border-bottom: none;
}

/* Timeline Styles */
.timeline-container {
    position: relative;
    padding-left: 2rem;
}

.timeline-container:before {
    content: '';
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #2196f3, #1976d2);
}

.timeline-item {
    display: flex;
    margin-bottom: 2rem;
    position: relative;
}

.timeline-marker {
    position: absolute;
    left: -2rem;
    top: 0;
    width: 4rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-day {
    background: linear-gradient(135deg, #2196f3, #1976d2);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3);
    white-space: nowrap;
}

.timeline-content {
    flex: 1;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
    margin-left: 2rem;
    position: relative;
}

.timeline-content:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 1rem;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #e9ecef;
}

.timeline-content:after {
    content: '';
    position: absolute;
    left: -7px;
    top: 1rem;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #f8f9fa;
}

.timeline-description ul {
    margin-bottom: 0;
    padding-left: 1.5rem;
}

.timeline-description li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

/* Responsive timeline */
@media (max-width: 768px) {
    .timeline-container {
        padding-left: 1rem;
    }
    
    .timeline-container:before {
        left: 0.5rem;
    }
    
    .timeline-marker {
        left: -1.5rem;
        width: 3rem;
    }
    
    .timeline-day {
        padding: 0.4rem 0.8rem;
        font-size: 0.8rem;
    }
    
    .timeline-content {
        margin-left: 2rem;
    }
}

#categoryAccordion .list-group-item.active{
    background-color: #D91C5B;
}