/*------ SECTION HERO ------*/ 
.code-block{
    display: none;
}

#site-header,
#site-footer,
.page-header{
    display:none;
}

#hero-section-container{
    padding:0;
    background:#FF5D4D;
    height:100%;
}

#hero-section-container .e-con-inner{
    max-width: 100%;
    padding: 0;
}


/*============================= HERO SECTION 
    ==========================================================*/

#hero-section{
    height:60vh;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-image: url('https://www.youinalbania.com/wp-content/uploads/2025/01/Berat.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    gap: 20vh;
}

#hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.42); 
    z-index: 1;
}

#hero-section .content-container {
    position: relative;
    z-index: 2; 
    text-align: left;
    width: 88%;
    margin-top: 50px;
}

#hero-section .content{
    max-width:50%;
}

#hero-section .contact-btn{
    position: relative;
    bottom: 0;
    top: 30px;
    margin: 0;
}

#hero-section h1{
    font-size:60px;
    font-weight: 700;
}

/*---------------------- Corner SVG ------------------------*/

#hero-section .corner-svg-container{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#hero-section .corner-svg-container .corner-svg{
    position: absolute;
    width:30px;
    height:30px;
}

#hero-section .corner-svg-container .top-left,
#hero-section .corner-svg-container .top-right{
    fill: #ff5d4d;
}

#hero-section .corner-svg-container .bottom-left,
#hero-section .corner-svg-container .bottom-right{
    fill: white;
}

#hero-section .corner-svg-container .top-left{
    left:0;
    top: 0;
    transform: rotate(180deg);
}

#hero-section .corner-svg-container .top-right{
    right:0;
    top: 0;
    transform: rotate(270deg);
}

#hero-section .corner-svg-container .bottom-left{
    left:0;
    bottom: 0;
    transform: rotate(90deg);
}

#hero-section .corner-svg-container .bottom-right{
    right:0;
    bottom: 0;
}

/*============================= =============================*/
/*============================= =============================*/
/*============================= =============================*/


/*============================= SECTION 4 =============================*/
#section-4-container{
    height:100%;
    padding:0;
}

#section-4-container .e-con-inner{
    max-width: 100%;
    padding: 0;
}

#section-4{
    max-width: 100%;
    padding: 5% 11%;
    height: 100%;
    margin: 0 auto;
    background-color: #F5F5F5;
    background-color: white;
}

#section-4 .text-container{
    text-align: left;
}

#section-4 .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    max-width: 100%;
    margin: 0 auto;
}

#section-4 .container{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px;
    overflow: hidden;
    border-radius: 30px;
    padding: 36px;
	transition: background 0.6s ease-in-out, background-color 0.6s ease-in-out;
}

#section-4 .container.bg-1{
    background: linear-gradient(180deg, #EA875D, #FCCB5E);
}

#section-4 .container.bg-2{
    background: linear-gradient(180deg, #C7E8F3, #047297);
}

#section-4 .container.bg-3 {
  background: linear-gradient(180deg, #B3E6C4, #2B7A58);
}

#section-4 .container.bg-4 {
  background: linear-gradient(180deg, #D7C3F2, #6B3FA0);
}

/*--------------- COLUMN --------------- */

#section-4 .left-column{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#section-4 .right-column{
    overflow:hidden;
}

#section-4 .left-column button.active{
	background: red;
	color:white;
}

#section-4 .left-column button{   
  word-break: break-word;   
  overflow-wrap: break-word;
  text-align: center; 
}

/*--------------- ROW --------------- */

#section-4 .row{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
    height: 450px;
}

/*===================== CAROUSEL ===================
===================================================== */

#section-4 .carousel {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    gap: 20px;
}

#section-4 .carousel-track {
    display: flex;
    align-items: flex-start;
    justify-content: center;
	height:430px;
    gap: 20px;
    margin-bottom:30px;
    transition: transform 0.5s ease;
    display:none;
}

#section-4 .carousel-track.active {
  display: flex;
}

#section-4 .activity-container{
	background: white;
    position: relative;
    width: 300px;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0 0 10px 1px #00000012;
    overflow: hidden;
}

#section-4 .image-container {
    height: 200px;
    position: relative;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    transition: transform 0.5s ease;
}


/*--------------- NAV --------------- */

#section-4 .nav-container {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0 10px;
    gap: 25px;
}

#section-4 .arrow {
    width: fit-content;
    background: none;
    border: none;
    padding: 10px 0;
    cursor: pointer;
}

#section-4 .arrow .icon {
    width: 40px;
    fill: #023141;
    transition: transform 0.5s, fill 0.5s;
}

#section-4 .arrow:hover .icon {
    fill: #023141;
    transform: scale(1.1);
}

/*--------------- IMAGES --------------- */

#section-4 .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

/*--------------- FOOTER --------------- */

#section-4 .footer-container {
    padding: 20px 15px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

#section-4 .activity-title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    text-align: left;
    width: 100%;
}

#section-4 .footer-footer{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

#section-4 .column{
    text-align:left;
}

#section-4 .footer-container p{
    font-size: 16px;
    font-weight: 300;
}

#section-4 .footer-container .price{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

#section-4 .activity-button {
    display: inline-block;
    padding: 8px 20px;
    background: #086788;
    color: white;
    text-decoration: none;
    border-radius: 20px;
}


    /*============================= MOBILE
    ==========================================================*/

@media (max-width:1000px){
    /*
    #section-4 .carousel {
        overflow-x: auto; 
        scroll-snap-type: x mandatory; 
        -webkit-overflow-scrolling: touch; 
    }

    #section-4 .carousel-track {
        display: flex;
        scroll-snap-type: x mandatory; 
        scroll-behavior: smooth;
    }

    #section-4 .activity-container {
        scroll-snap-align: center;
    }
	*/
	
  #section-4 .carousel {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  #section-4 .carousel-track.active {
    /*
	  flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;*/
	  display: flex;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  }
	
	#section-4 .carousel-track{
		height:100%;
	}

  #section-4 .activity-container {
   /* scroll-snap-align: center;
    flex-shrink: 0;
    width: 80vw;
    max-width: 300px;
	scroll-snap-align: start;
  flex: 0 0 auto;*/
	  
	  scroll-snap-align: start; /* Alignement à gauche */
  flex-shrink: 0;
  }

  #section-4 .left-column {
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
  }

  #section-4 .left-column button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  #section-4 .container {
    flex-direction: column;
    align-items: stretch;
  }
}

    
}


/*============================= =============================*/
/*============================= =============================*/
/*============================= =============================*/
