/* ================================== Slider Slick ================================== */
.wot-tab-slider { padding:50px 0; font-family: "Poppins"; }
.wot-tab-slider .wot-tab-slider-card-content-title h2 { font-size:28px; }
.wot-tab-slider .slider_card_content_tags { padding-top: 20px; }

.wot-tab-slider { background: #fff; color: #000; }
.wot-tab-slider .wot-tab-slider-module-inner { width: 100%; max-width: 980px; margin: 0 auto; display: flex; justify-content: space-between; height:100%; overflow: hidden; }
.wot-tab-slider .wot-tab-slider-left { width: 100%; max-width: 200px; margin: auto; }
.wot-tab-slider .wot-tab-slider-left .wot-tab-slider-title {width: 100%;max-width: 130px;}
.wot-tab-slider .wot-tab-slider-left .wot-tab-slider-title h6 {font-family: "Roboto", Sans-serif;font-size: 24px;font-weight: 600;line-height: 1em;}
.wot-tab-slider .wot-tab-slider-left .wot-tab-slider-title> *{ padding:0 !important; transition: all 0.3s ease-in-out;}
/* .wot-tab-slider .wot-tab-slider-left .slick-current .wot-tab-slider-title> *{ color:#ea0227 !important;  } */
.wot-tab-slider .wot-tab-slider-left .wot-tab-slider-icon { width: 33px; height: 33px; border: 1px solid transparent; padding: 2px; border-radius: 5px; transition: all 0.3s ease-in-out; }
.wot-tab-slider .wot-tab-slider-left .slick-current .wot-tab-slider-icon { border: 1px solid #000; padding: 2px; }
.wot-tab-slider .wot-tab-slider-left .wot-tab-slider-icon svg { height: 100%; width: 100%; }
.wot-tab-slider .wot-tab-slider-left .slick-up, .wot-tab-slider .wot-tab-slider-left .slick-down { width: 40px; height: 40px; background-color: #E6E6E5; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.wot-tab-slider .wot-tab-slider-left .wot-tab-slider-card { padding: 20px 0; display: flex; align-items: center; gap: 20px;}
.wot-tab-slider .wot-tab-slider-left .wot-tab-slider-card-inner { width: 100%; display: flex; align-items: center; gap: 20px; cursor: pointer; }
.wot-tab-slider .wot-tab-slider-left .slick-list { margin: 30px 0 30px 0; }

.wot-tab-slider .wot-tab-slider-right { width: calc(100% - 250px); }
.wot-tab-slider .wot-tab-slider-right .wot-tab-slider-card-content-inner { display: grid; column-gap: 40px; row-gap: 15px; grid-template-columns: 330px auto; grid-template-rows: auto auto; overflow: hidden; }
.wot-tab-slider .wot-tab-slider-right .wot-tab-slider-card-content-left-image { width: 100%; max-width: 500px; overflow: hidden; grid-column: 1; grid-row: 1 / span 2; }
.wot-tab-slider .wot-tab-slider-right .wot-tab-slider-card-content-left-image img { object-fit: cover; object-position: center; height: 525px; }
.wot-tab-slider .wot-tab-slider-right .slider_card_content_tag { background: #cc3366; display: inline-block; padding: 5px; height: 27px; border: 1px solid #FFF; }

/* Button */
.wot-tab-slider .wot-tab-slider-right .wot-tab-slider-button { display: inline-block;border: 1px solid; }

@media only screen and (max-width:991px) {
	.elementor-widget-text-editor h2 span::after, .elementor-widget-text-editor h1 span::after { height: 3px; bottom: -4px; }
    .wot-tab-slider .wot-tab-slider-right .wot-tab-slider-card-content-inner { display:flex; flex-direction: column; }
    .wot-tab-slider .wot-tab-slider-right .wot-tab-slider-card-content-left-image { max-width: 400px; }
    .wot-tab-slider .wot-tab-slider-right .wot-tab-slider-card-content-left-image { max-width: 400px; }
    .wot-tab-slider .wot-tab-slider-right .wot-tab-slider-card-content-right  { order:1; }
    .wot-tab-slider .wot-tab-slider-right .wot-tab-slider-card-content-button { order:3; display: flex;justify-content: center;}
    .wot-tab-slider .wot-tab-slider-right .wot-tab-slider-card-content-left-image img { height: auto; }
    .wot-tab-slider .wot-tab-slider-right .wot-tab-slider-card-content-title { text-align: center; }    
    .wot-tab-slider .wot-tab-slider-right .wot-tab-slider-card-content-inner { justify-content: center; align-items: center; gap: 50px; }
	.wot-tab-slider .wot-tab-slider-right .wot-tab-slider-card-content-left-image img { object-fit: cover !important; }
	.wot-tab-slider .wot-tab-slider-right .wot-tab-slider-card-content-left-image { width: 100%; max-width: 350px !important; aspect-ratio: 1.5 !important; }

    .wot-tab-slider .wot-tab-slider-module-inner { flex-direction: column; gap: 10px; }   
    .wot-tab-slider .wot-tab-slider-left { max-width: 420px; display: inline-flex; align-items: center;justify-content: center; gap: 20px; }
    .wot-tab-slider .wot-tab-slider-left .slick-list.draggable { width: 100%; max-width: 280px;  }
    .wot-tab-slider .wot-tab-slider-left .slick-list.draggable svg { width: 100%; }
    .wot-tab-slider .wot-tab-slider-left .slick-up { rotate: -90deg;}
    .wot-tab-slider .wot-tab-slider-left .slick-down { rotate: -90deg;}
    .wot-tab-slider .wot-tab-slider-left .wot-tab-slider-title { margin: 0 auto; max-width: 160px;}
    .wot-tab-slider .wot-tab-slider-left .wot-tab-slider-icon { height: 50px; width: 100%; max-width:50px; padding: 5px !important; border-radius: 10px;}
    .wot-tab-slider .wot-tab-slider-left .wot-tab-slider-title> * { font-size: 22px; line-height: 24px; }
    .wot-tab-slider .wot-tab-slider-left .slick-dots { position: absolute !important; rotate: -90deg !important;left: 45% !important;top: 40px !important; bottom:unset !important; display: unset !important; padding: unset !important; margin:unset; list-style:unset ; text-align:unset; width:unset;} 
	.wot-tab-slider-left .slick-dots { list-style-type: disc !important; margin-bottom: unset !important;}
	.wot-tab-slider-left .slick-dots  li{position: unset;display: list-item;width: unset;height: unset; margin: unset; cursor: unset;padding-inline-start:40px; padding: unset;}
    /* .wot-tab-slider .wot-tab-slider-left .slick-dots li.slick-active { color: #cc3366; background: #cc3366;}        */
    .wot-tab-slider .wot-tab-slider-left .slick-dots li button { display: none !important; } 
	.wot-tab-slider .wot-tab-slider-left .slick-list { margin: 0px 0 0px 0; }

    .wot-tab-slider .wot-tab-slider-right { width: 100%; max-width: 800px; margin: 0 auto;  }    
    .wot-tab-slider .wot-tab-slider-card-content-inner { width: 100%;}

    .wot-tab-slider .wot-tab-slider-right .wot-tab-slider-button {padding: 10px 30px 10px 30px; font-size: 22px; height: auto; display: block; width: 260px; text-align: center; margin: 0 auto;}
/* Activity */
.wot-tab-slider .wot-tab-slider-right .wot-tab-slider-card-content-inner{ text-align: center; }
	
}
@media only screen and (max-width:480px) {
    .wot-tab-slider .wot-tab-slider-left .wot-tab-slider-icon { height: 40px; width: 100%; max-width:40px; border-radius: 5px;}
    .wot-tab-slider .wot-tab-slider-left{padding: 0 5px;}
    .wot-tab-slider .wot-tab-slider-right .wot-tab-slider-button {width: 100%;}
}