.banner {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0.4) 80%, rgba(255, 255, 255, 1) 100%), linear-gradient(180deg,rgb(45, 11, 0, 0.6)  20%, rgb(0, 9, 60, 0.6) 100%), 
    url("/images/services/training-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    /* padding: 4vw; */
    margin: 0;
    position: relative;
    }
.page1{
    /* background: linear-gradient(180deg,rgb(45, 11, 0, 0.6)  20%, rgb(0, 9, 60, 0.6) 100%); */
    width: 100%;
    height: 100%;
    position: relative;
    clear: both;
    z-index: 1;
    /* padding: 80px 0px; */
}
.container-inner{
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.container-inner h1{
    font-size: 60px;
    font-family: "montserrat";
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    letter-spacing: .15em;
    position: relative;
}
.container-inner h2{
    font-family: Rajdhani, sans-serif;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .35em;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 2.5rem;
    text-align: center;
    color: #eee;
}
.container-inner p{
    font-family: "montserrat";
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
    color: #ddd;
    width: 60%;
}




/* Service cards CSS */

.service-cards{
    text-align: center;
    padding: 1.25rem 6vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.slider-heading{
    margin: 25px 0;
}
.slider-heading h1{
    font-family: Rajdhani, sans-serif;
    font-size: 45px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .020em;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.slider-heading h3{
    font-family: Rajdhani, sans-serif;
    margin-top: 10px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: .45em;
    text-transform: uppercase;
    text-align: center;
    color: #ed1c25;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.service-cards .card-wrapper{
    display: flex;
    flex-wrap: wrap;
    /* max-width: 90%; */
    justify-content: space-between;
    /* height: 80vh; */
    gap: 2.5rem;
}
.service-cards .card-wrapper .card{
    background-color: #fff;
    width: 30%;
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2.5rem;
    align-items: center;
    transition: all ease-in-out .5s;
    padding-top: 1.6rem;
    /* transition-delay: .1s; */
}

.service-cards .card-wrapper .card:hover{
    /* box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.card-vector{
    display: flex;
    /* justify-content: space-around; */
    justify-content: center;
    padding: 0 2.7rem;
    gap: 1rem;
    align-items: center;
}
.card-vector img{
    width: 5vw;
}
.card-vector h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 23px;
    color: #000;
    line-height: 1.4;
}
.card .card-text{
    padding: 0 1.25rem;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    max-height: 8rem;
    font-size: 18px;
    letter-spacing: .020em;
    line-height: 25px;
    color: #000;
    -webkit-font-smoothing: antialiased;
}


/* Why Intercultural Training in Corporates CSS  */

.benefits{
    padding: 3rem 6vw;
    width: 100%;
}

.benefit-container .slider-heading h1,.benefit-container .slider-heading h3{
    text-align: left;
    color: #ed1c25;
}
.benefit-container .slider-heading p{
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    font-weight: 400;
    color: #111111;
    font-size: 20px;
    letter-spacing: .020em;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
}

.benefit-section {
    margin-top: 30px;
    width: 100%;
}

.benefit-item {
    margin-bottom: 30px;
    border-radius: 10px;
    /* background-color: #f7f9fa; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    transition: transform 0.8s ease, box-shadow 0.8s ease;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.benefit-header {
    background-color: #ed1c25;
    padding: 20px 20px;
    margin-bottom: 15px;
}
.benefit-header h2{
    color: #fff;
    font-family: Rajdhani, sans-serif;
    display: block;
    width: 70%;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
    font-size: 1.8em;
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}


.benefit-content {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.benefit-value, .benefit-impact {
    flex: 0 1 48%;
    margin-bottom: 10px;
}

.benefit-value h3, .benefit-impact h3 {
    color: #000;
    font-size: 1.3em;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
    line-height: 1.4;
}

.benefit-value p, .benefit-impact p {
    color: #555;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 1.1em;
    letter-spacing: .020em;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
}


/* Workshop plan CSS  */
.plan{
    width: 100%;
    padding: 1.5rem 6vw;
}
.container {
    width: 100%;
    margin: auto;
}

.session-plan {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    gap: 30px;
}

.day-plan {
    flex: 1;
    padding: 3rem 3vw;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.day-plan h2 {
    font-family: Rajdhani, sans-serif;
    line-height: 1.4;
    font-size: 25px;
    line-height: 1.25em;
    font-weight: 700;
    letter-spacing: .20em;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.day-plan ul {
    height: 80%;
    list-style-type: none;
    padding: 0rem 0px 1rem 0;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.day-plan ul li {
    padding: .5rem 0 .5rem 20px;
    border-left: 4px solid #ed1c25;
    /* border-bottom: 1px solid #ddd; */
    color: #555;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    letter-spacing: .020em;
    line-height: 25px;
    position: relative;
    -webkit-font-smoothing: antialiased;
}
.day-plan ul li::before{
    content: '';
    position: absolute;
    display: block;
    transform: translate(-50%, -50%);
    top: 50%;
    left: -2px;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    background-color: #000000ae;
    color: inherit;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}

.day-plan ul li:last-child {
    border-bottom: none;
}




/* Course structure CSS */

.design-thinking-course {
    width: 100%;
    padding: 6vh 6vw;
    text-align: center;
  }
  
  .course-container {
    width: 100%;
    margin: 0 auto;
    background: white;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
  
  .course-details {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 30px 0;
    gap: 20px;
  }
  
  .detail-item {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
  }
  
  .detail-icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  
  .detail-text h3 {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 5px;
  }
  
  .detail-text p {
    font-size: 1rem;
    color: #555;
  }

  .topics-covered h2 {
    font-family: Rajdhani, sans-serif;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .060em;
    text-transform: uppercase;
    font-size: 2.2rem;
    color: #ed1c25;
    margin-bottom: 20px;
  }
  
  .topics-covered ul {
    list-style-type: none;
    padding: 0 2rem;
    width: 100%;
  }
  
  .topics-covered li {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    line-height: 25px;
    color: #666;
    padding: 10px;
    letter-spacing: .020em;
    border-bottom: 1px solid #eee;
    -webkit-font-smoothing: antialiased;
  }
  
  .call-to-action {
    margin-top: 30px;
  }
  
  .enroll-btn {
    background-color: #eb434c;
    color: white;
    padding: 15px 30px;
    font-size: 1.2rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
  }
  
  .enroll-btn:hover {
    background-color: #c92b36;
  }
  


  .course-learnings {
    width: 100%;
    padding: 6vh 6vw;
    text-align: center;
  }
  
  .learnings-header h2 {
    font-size: 2.8rem;
    margin-bottom: 10px;
    font-family: Rajdhani, sans-serif;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .060em;
    text-transform: uppercase;
    color: #ed1c25;
  }
  
  .learnings-header p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .020em;
    font-weight: 400;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
  }
  
  .learnings-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  
  .learning-card {
    background-color: white;
    padding: 30px;
    text-align: left;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  .learning-card:hover {
    transform: translateY(-10px);
  }
  
  .learning-card h3 {
    font-family: Rajdhani, sans-serif;
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: .060em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
  
  .learning-card p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .020em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
  }
  @media(max-width: 1024px){
    .service-cards .card-wrapper .card{
        width: 45%;
    }
  }

  @media(max-width:800px){
    .banner{
        height: 80vh;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.6) 85%, rgba(255, 255, 255, 1) 100%), linear-gradient(180deg,rgb(45, 11, 0, 0.6)  20%, rgb(0, 9, 60, 0.6) 100%), 
      url("/images/services/training-banner.png");
      }
    .service-cards{
        padding: 4vh 10vw;
    }
    .service-cards .card-wrapper{
        justify-content: space-around;
        gap: 1.5rem;
    }
    .service-cards .card-wrapper .card{
        width: 45%;
    }
    .card-vector{
        justify-content: center;
        padding: 0 1rem;
        gap: 1rem;
        align-items: center;
    }
    .card-vector img{
        width: 4rem;
    }
    .card-vector h4{
        font-size: 23px;
        line-height: 1.1;
    }
    .card .card-text{
        padding: 0 1rem;
        max-height: 10rem;
        font-size: 18px;
        line-height: 20px;
    }
    .card .card-text{
        max-height: 15rem;
    }
    .container-inner h1{
        font-size: 50px;
        line-height: 1;
        margin-bottom: 1.5rem;
    }
    .container-inner h2{
        margin-bottom: 1.5rem;
    }
    .container-inner p{
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
    .benefit-header h2{
        width: 100%;
    }
    
  }


  @media(max-width: 600px){

    .service-cards{
        padding: 4vh 10vw;
    }
    .service-cards .card-wrapper .card{
        width: 100%;
        justify-content: flex-start;
    }
    .card-vector{
        flex-wrap: wrap;
    }
    .container-inner h1{
        font-size: 9vw;
      }
      .container-inner h2{
        font-size: 5vw;
        line-height: 0.9em;
        letter-spacing: .30em;
        margin-bottom: 1.5rem;
      }
      .container-inner p{
        font-size: 1rem;
        line-height: 1.25rem;
        width: 80%;
      }
      
    .benefit-content{
        flex-direction: column;
    }
    .topics-covered ul{
        padding: 0;
    }
    .topics-covered li{
        font-size: 1rem;
    }
    .slider-heading h1{
        font-size: 35px;
    }
    .slider-heading h3{
        font-size: 15px;
        letter-spacing: .30em;
    }
    .benefit-container .slider-heading p {
        font-size: 18px;
    }
    
    .benefit-header h2{
        font-size: 1.5rem;
    }

    .benefit-value p, .benefit-impact p{
        font-size: 1em;
    }
  }