@charset "utf-8";
/* CSS Document */
/* :: All Transition */
* {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none; 
    /* overflow-x: hidden; */
}


::-webkit-scrollbar {width: 4px; height: 4px;}
::-webkit-scrollbar-track {box-shadow: inset 0 0 5px #000000; border-radius: 5px;}
::-webkit-scrollbar-thumb {background: #0c93c9; border-radius: 10px;}

.title-center{width: 100%; position: relative; margin-bottom: 30px; text-align: center;}
.title-center h2 { font-size: 56px; font-weight: 700; text-transform: capitalize; position: relative; text-align: center; }
.title-center h2::after { content: ""; display: block; background: url(../images/title-after.png) no-repeat center center; height:50px; margin: 10px auto 0; }


.header-top {position: relative; display: block; padding: 0 0 10px 0px;}
.header-top .social-icons {display: flex; gap: .9375rem; justify-content: end;}
.header-top .social-icons .social-icon {width: 2.188rem; height: 2.188rem; border: .0625rem dashed #000000; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #000000; text-decoration: none; transition: color 0.5s ease-in-out;}
.header-top .social-icons .social-icon.facebook:hover {background-color: #1877f2; color: #fff; border-color: #1877f2}
.header-top .social-icons .social-icon.instagram:hover {background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); color: #fff; border-color: #e4405f;}
.header-top .social-icons .social-icon.linkedin:hover {background-color: #0077b5; color: #fff; border-color: #0077b5;}
.header-top .social-icons .social-icon.youtube:hover {background-color: #ff0000; color: #fff; border-color: #ff0000;}
.header-top .social-icons .social-icon.twitter:hover { background-color: #1DA1F2; color: #fff; border-color: #1DA1F2; }

.footer{padding: 1.5rem 0px; background: #F8F8F8; position: relative; width: 100%;}
.footer ul{margin: 0; padding: 0;}
.footer ul li{list-style: none; margin-bottom: 0.5rem;}
.footer ul li a{color: #000; text-decoration: none; font-size: 0.850rem; transition: color 0.3s ease;}
.footer ul li a:hover{color: #0c93c9;}
.footer p{font-size: 0.875rem; color: #000; margin: 0.9rem 0; line-height: 26px; padding-left: 28px;}
.footer p a{color: #000000;}
.footer p a:hover{color: #0c93c9;}
.footer .location::before {font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f3c5"; position: absolute; left: 0; top: 2px; font-size: 16px; color: #000000;}
.footer .phone::before {font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f095"; position: absolute; left: 0; top: 2px; font-size: 16px; color: #000000;}
.footer .email::before {font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f0e0"; position: absolute; left: 0; top: 2px; font-size: 16px; color: #000000;}
.footer-logo {max-width: 250px; height: auto;}

@media (max-width: 576px) {
  .footer-logo {max-width: 350px;}
}

.internal-page-title{position: relative; width: 100%; background: #ffffff; text-align: center; padding: 1.5rem 1rem; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0;}
.internal-page-title h1{font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 600; color: #000000; margin-top: 0px;}
.breadcrumb-menu{position: relative; width: 100%; background: #ffffff; padding: 0.5rem 0; text-align: center; border-bottom: 1px solid #e0e0e0;}
.breadcrumb-menu ul {margin: 0px; padding: 0; list-style-type: none;}
.breadcrumb-menu ul li {display: inline-block; font-size: 15px; font-weight: 400; line-height: initial; color: #0c93c9; text-transform: capitalize;}
.breadcrumb-menu ul li:after {font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f105"; font-size: 14px; margin: 0 8px; color: #000000;}
.breadcrumb-menu ul li:last-child:after {content: none;}
.breadcrumb-menu ul li a {color: #000000;}
.breadcrumb-menu ul li a:hover {color: #0c93c9;}

.contact-us-page{width: 100%; padding: 3rem 0; background: #ffffff; position: relative;}
.contact-us-page .contact-container {display: flex; gap: 20px; width: 100%; position: relative; background: #ffffff;}
.contact-us-page .contact-container .contact-info {flex: 1; display: flex; flex-direction: column; gap: 20px; justify-content: center;}
.contact-us-page .contact-container .contact-info .info-box {background: #ffffff; padding: 25px; text-align: center; box-shadow: 0px -1px 20px -2px rgba(0,0,0,0.10); -webkit-box-shadow: 0px -1px 20px -2px rgba(0,0,0,0.10); -moz-box-shadow: 0px -1px 20px -2px rgba(0,0,0,0.10); margin-bottom: 10px;}
.contact-us-page .contact-container .contact-info .info-box i {font-size: 32px; color: #0c93c9; margin-bottom: 10px;}
.contact-us-page .contact-container .contact-info .info-box h3 {font-size: 18px; font-weight: bold; margin-bottom: 5px;}
.contact-us-page .contact-container .contact-info .info-box p {font-size: 14px; color: #000000;}
.contact-us-page .contact-container .contact-info .info-box p a{color: #000000;}
.contact-us-page .contact-container .contact-form {flex: 2; background: #ffffff; padding: 25px; box-shadow: 0px -1px 20px -2px rgba(0,0,0,0.10); -webkit-box-shadow: 0px -1px 20px -2px rgba(0,0,0,0.10); -moz-box-shadow: 0px -1px 20px -2px rgba(0,0,0,0.10);}
.contact-us-page .contact-container .contact-form h2 {color: #007c9e; font-size: 24px; margin-bottom: 20px; font-weight: 700;}
.contact-us-page .contact-container .contact-form .form-row {display: flex; gap: 20px; margin-bottom: 15px;}
.contact-us-page .contact-container .contact-form .form-row .form-group {flex: 1;}
.contact-us-page .contact-container .contact-form .form-row .form-group label {display: block; font-size: 14px; margin-bottom: 5px;}
.contact-us-page .contact-container .contact-form .form-row .form-group label span{color: #ff0000;}
.contact-us-page .contact-container .contact-form .form-row .form-group input, textarea {width: 100%; padding: 0.675rem .60rem; border: 1px solid #ddd; font-size: 14px; height: 50px;}
.contact-us-page .contact-container .contact-form .form-group textarea {height: 100px!important; margin-bottom: 20px;}
.contact-us-page .contact-container .contact-form button {width: 100%; padding: 12px; background: #FFC250; border: none; font-weight: bold; font-size: 18px; cursor: pointer; border-radius: 4px;}
.contact-us-page .contact-container .contact-form button:hover {background: #d9a93f;}


.gallery-img-sec{width: 100%; padding: 3rem 0; background: #ffffff; position: relative;}
.gallery-img-sec .imgcard{position: relative; width: 100%; text-align: center; justify-content: center; align-items: center; background-color: #ffffff; margin-bottom: 0px;   box-shadow: 0 4px 8px rgba(0,0,0,0.1);}
.gallery-img-sec .imgcard img {  width: 100%;  display: block;}
.gallery-img-sec .imgcard .titlediv {padding: 16px 0px;}
.gallery-img-sec .imgcard .titlediv p { font-size: 18px; font-weight: 600; line-height: 32px;  color: #2694C5; margin-bottom: 0;}

.pagination-sec{position:relative;width:100%;}
.pagination .page-item.active .page-link{background-color:#2694C5;border-color:#2694C5;color:#fff;}
.pagination .page-link{color:#2694C5; border: 1px solid #CCCCCC; border-radius: 0 !important;} 


.gallery-listing{width: 100%; padding: 3rem 0; background: #ffffff; position: relative; text-align: center;}
.gallery-listing .gallery {display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px;}
.gallery-listing .gallery-main{position: relative; width: 100%;}
.gallery-listing .gallery-main h3{font-size: 18px; line-height:28px; font-weight: 600; margin-top: 15px; color: #2694C5;}
.gallery-listing .gallery .gallery-item {position: relative; overflow: hidden;}
.gallery-listing .gallery .gallery-item img {width: 100%; height: auto; display: block; transition: transform 0.4s ease;}
.gallery-listing .gallery .overlay {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); opacity: 0; display: flex; justify-content: center; align-items: center; transition: opacity 0.3s ease;}
.gallery-listing .gallery .gallery-item:hover img { transform: scale(1.05); }
.gallery-listing .gallery .gallery-item:hover .overlay { opacity: 1; }
.overlay i { font-size: 15px; color: white; background: rgba(0,0,0,0.6); padding: 10px; border-radius: 50%; }
@media (max-width: 768px) { .gallery-listing .gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .gallery-listing .gallery { grid-template-columns: repeat(1, 1fr); } }



.video-section{position: relative; width: 100%; margin-bottom: 20px;}
.video-section img{width: 100%;}

.upcoming-events{position: relative; width: 100%; padding: 0px 15px;}
.upcoming-events .up-events-bg{ background: linear-gradient(to bottom, #D4EAF6, #FFFFFF); padding: 64px 0px 40px 0px; border-radius: 20px; }
.upcoming-events h3{text-align: center; font-size: 25px; font-weight: 700; margin-bottom: 30px;}
.upcoming-events .innerbox{width: 100%; padding: 0px 204px; position: relative;}
.upcoming-events .imgdiv { position: relative; width: 100%; margin-bottom: 40px; background-color: #ffffff; padding: 0; box-shadow: -5px 5px 19px rgba(200, 200, 200, 0.5), 5px 5px 19px rgba(200, 200, 200, 0.5); display: flex; justify-content: center; align-items: center; }
.upcoming-events .imgdiv img { width: 100%; display: block; padding: 12px; }
.upcoming-events .center-text { position: absolute; top: 82%; left: 50%; transform: translate(-50%, -50%); text-align: center; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6); width: 90%; }
.upcoming-events .center-text h3 { font-size: clamp(24px, 5vw, 85px); font-weight: 600; color: #ffffff; line-height: 1.1; font-family: "Jost", sans-serif; margin: 0; }
.upcoming-events .label-box { position: absolute; top: 30px; left: 30px; }
.upcoming-events .label-box .season { background: #FFFFFF;  padding: 10px; margin: 0px 0px 15px 0px; border-radius: 6px;  }
.upcoming-events .label-box .season img{width:100%; max-width:120px; padding: 0 !important; }
.upcoming-events .label-box .season p{font-size: 16px; font-weight: 600; margin-bottom: 0; color: #000000;}
.upcoming-events .label-box .episode { position: relative; }
.upcoming-events .label-box .episode p{color: #ffffff; font-size: 16px; font-weight: 600; text-align: center;}

.upcoming-events .textdiv{position:relative;width:100%;text-align:center;justify-content:center;align-items:center;} 
.upcoming-events .textdiv h4{font-size:22px;font-weight:500;margin-bottom:15px;font-family:"Inter",sans-serif;} 
.upcoming-events .textdiv span{color:#E41053;} 
.upcoming-events .textdiv p{font-size:15px;font-weight:400;max-width:375px; text-align:center;margin:0 auto 25px auto;}
.upcoming-events .textdiv a{background-color: #D5F293; padding: 15px 30px; border-radius: 5px; display: inline-block; font-size: 16px; text-transform: uppercase; font-weight: 600; color: #000000;}

.abt-tech-tuesday{position: relative; width: 100%; border-radius: 20px; margin-bottom: 30px; padding: 0px 15px;}
.abt-tech-tuesday .abt-bg{padding: 50px 30px; background-color:#695FB8; border-radius: 20px;}
.abt-tech-tuesday .title-center h2{color: #ffffff;}
.abt-tech-tuesday .leftdiv{position: relative; width: 100%;}
.abt-tech-tuesday .leftdiv p{font-size: 55px; font-weight: 700; color: #ffffff; margin-bottom: 0px;}
.abt-tech-tuesday .rightdiv{position: relative; width: 100%;}
.abt-tech-tuesday .rightdiv p{font-size: 16px; color: #ffffff; line-height: 23px; margin-bottom: 30px;}
.abt-tech-tuesday .btm-border{border-bottom: 1px solid #877CD8; margin-bottom: 50px;}

.counter-div {position: relative; width: 100%;}
.counter-div .count {position: relative; text-align: center;}
.counter-div .count span {font-size: 56px; font-weight: 700; margin: 0; padding: 0; color: #FFFFFF; display: inline-block; position: relative;}
.counter-div .count span::after {content: "+"; font-size: 0.6em; margin-left: 2px;}
.counter-div .count p {font-size: 20px; font-weight: 700; margin-bottom: 20px; color: #FFFFFF;}

.news-events-main{position: relative; width: 100%; background: #FAFAFA; padding: 40px 0 70px 0px; margin-bottom: 30px;}
.news-events { padding: 0; position: relative; }
.news-events .title-center{margin-bottom: 20px;}
.news-events .title-center h2::after{display: none;}

.news-events .news-slide { padding: 10px; }
.news-events .news-card { background: #ffffff; padding: 20px 15px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03); }
.news-events .news-card h4 { font-weight: 700; font-size: 21px; line-height: 32px; margin-bottom: 8px; }
.news-events .news-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; }
.news-events .news-footer p { font-size: 16px; margin-bottom: 0; flex: 1; line-height: 26px; }
.news-events .read-more { background-color: #1668E8; color: #fff; border-radius: 50%; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; text-decoration: none; flex-shrink: 0; }

.news-events .slick-arrow { position: absolute; bottom: -60px; background: #fff; border: 1px solid #ddd; width: 56px; height: 56px; border-radius: 50%; display: flex !important; align-items: center; justify-content: center; cursor: pointer; color: #000000; font-size: 18px; line-height: 1; padding: 0; }
.news-events .slick-prev { left: auto; right: 75px; top: auto !important; transform: none !important; }
.news-events .slick-next { right: 10px; top: auto !important; transform: none !important; }
.news-events .slick-arrow::before { content: ''; }
.slick-prev:before, .slick-next:before { color: #000000; }
.news-events .slick-arrow:hover { background: #fff; color: #000; }
.news-events .slick-slider .slick-list, .news-events .slick-slider .slick-track { margin-bottom: 5px; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: #000000 !important; }
.slick-slider { position: relative; }




.latest-episode{position: relative; width: 100%;}
//.latest-episode .title-center{margin-bottom: 20px;}
//.latest-episode .title-center h2::after{display: none;}

.episodes-slider { width: 100%; margin: 30px auto 20px auto; position: relative; }
.episodes-slider .title-black-left h2 { font-weight: 700; font-size: 2rem; margin-bottom: 15px; color: #000; text-align: center; }
.episodes-slider .client-img { width: 100%; box-sizing: border-box; display: flex; justify-content: center; align-items: center; }
.episodes-slider .client-img img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; margin: auto; }
.episodes-slider .item{margin:0px 5px;}
.episodes-slider .owl-theme .owl-nav { position: absolute; bottom: -60px; left: 50%; transform: translateX(-50%); width: auto; display: flex; gap: 50px; justify-content: center; z-index: 10; }
.episodes-slider .owl-theme .owl-nav [class*=owl-]:hover { background: transparent; }
.episodes-slider .owl-theme .owl-nav .slick-prev, .episodes-slider .owl-theme .owl-nav .slick-next { width: 56px; height: 56px; border-radius: 50%; padding: 0; margin: 0;  background: #fff; border: 1px solid #ddd; color: #000; font-size: 18px; line-height: 52px; text-align: center; outline: none; }
.episodes-slider .owl-dots { display: none; }
.episodes-slider .slick-prev:before, .episodes-slider .slick-next:before{font-size: 0;}


.home-partner { width: 100%; float: left; padding: 0px 0; background: #ffffff; margin-bottom: 30px; }
.home-partner .product-pane { position: relative;  width: 100%; height: 100%; border: 1px solid #ddd; }
.home-partner .product-pane img { width: 100%; height: auto; padding: 0px; }
.home-partner .owl-theme .owl-nav .owl-prev, .home-partner .owl-theme .owl-nav .owl-next { position: absolute; top: 50%; transform: translateY(-50%); border: 1px solid #ddd; padding: 0; color: #000; font-size: 16px; cursor: pointer; background-color: #ffffff; width: 56px; height: 56px; line-height: 56px; text-align: center; border-radius: 50%; z-index: 10; }
.home-partner .owl-theme .owl-nav .owl-prev { left: -30px; }
.home-partner .owl-theme .owl-nav .owl-next { right: -30px; }
.owl-next:hover , .owl-prev:hover{background-color: #ffffff !important; color: #000000 !important;}



.our-products{position: relative; width: 100%; }
.our-products .imgdiv{position: relative; width: 100%;}
.our-products .imgdiv img{width: 100%; margin-bottom: 30px;}

.our-community{position: relative; width: 100%; margin-bottom: 30px; }
.our-community .bg-col{padding: 50px 30px 30px 30px; background-color:#695FB8; border-radius: 25px;}
.our-community .title-center h2{color: #ffffff;}
.formdiv{position: relative; width: 100%; justify-content: center; align-items: center;}
.formdiv .subscribe-form .form-group {  display: flex;  flex-direction: column;  flex: 1;  min-width: 0;  margin-bottom: 10px; }

.formdiv .subscribe-form {  display: flex;  gap: 10px;  align-items: flex-start; flex-wrap: wrap;  width: 100%; }


/* .formdiv .subscribe-form { display: flex; gap: 10px; align-items: center; } */
.formdiv .subscribe-form input[type="text"]::placeholder,
.formdiv .subscribe-form input[type="email"]::placeholder {font-size: 14px; }
.formdiv .subscribe-form input[type="text"], .formdiv .subscribe-form input[type="email"] { padding: 10px; font-size: 14px; border: 1px solid #ccc; border-radius: 0px; flex: 1; min-width: 0; }
.formdiv .subscribe-form button { padding: 8px 15px; font-size: 20px; font-weight: 700; border: none; background-color: #FFC250; color: #000000; border-radius: 50px; cursor: pointer; flex-shrink: 0; }
.formdiv .subscribe-form button:hover{background-color: #D5F293;}

.news-page-sec { position: relative; width: 100%; margin-top: 30px; margin-bottom: 20px; padding: 0px 15px; }
.news-page-sec .news-container { display: flex; flex-wrap: wrap; gap: 20px; justify-content: flex-start; align-items: stretch; }
.news-page-sec .news-card {width:calc((100% - 40px)/3); display: flex; flex-direction: column; background: #fff;  border-radius: 8px; padding: 15px; box-shadow: 0 -2px 6px rgba(0,0,0,0.05), 0 2px 6px rgba(0,0,0,0.1); box-sizing: border-box; }
.news-page-sec .news-card .date { display: flex; align-items: center; margin-bottom: 20px; flex-shrink: 0; }
.news-page-sec .news-card .date i { margin-right: 10px; color: #2694C5; font-size: 18px; }
.news-page-sec .news-card .date p { font-size: 16px; margin: 0; }
.news-page-sec .news-card h4 { font-size: 22px; color: #0C658D; font-weight: 600; line-height: 30px; margin-bottom: 20px; }
.news-page-sec .news-card p { font-size: 15px; line-height: 24px; color: #555; margin-bottom: 20px; flex-grow: 1; }
.news-page-sec .news-card a { font-size: 16px; color: #0C658D; text-decoration: none; font-weight: 600; margin-top: auto; display: inline-block; }


.news-details-sec{position: relative; width: 100%; margin-bottom:30px; margin-top: 30px;}
.news-details-sec .imgdiv{position: relative; width: 100%; margin-bottom: 30px; text-align: center;}
.news-details-sec .imgdiv img{width: 100%; height: auto;}
.news-details-sec .textdiv{position: relative; width: 100%;}
.news-details-sec .textdiv .date { position: relative; margin-bottom: 30px; display: flex; align-items: center; }
.news-details-sec .textdiv .date i { margin-right: 10px; color: #2694C5; font-size: 16px; }
.news-details-sec .textdiv .date p { font-size: 16px; margin-bottom: 0; }
.news-details-sec .textdiv a{display: inline-block; font-size: 18px; color: #2694C5; margin-bottom: 0;}

/*.forthcoming-episode { position:relative; width:100%; margin-top:30px; margin-bottom:30px; }*/
/*.forthcoming-episode .main-forthcoming-card { display:flex; flex-wrap:wrap; gap:20px; justify-content:start; }*/
/*.forthcoming-episode .event-card { width:calc((100% - 40px)/3); display:flex; flex-direction:column; justify-content:flex-start; border-radius:20px; padding:30px 22px 50px; text-align:center; background:url(../images/fourth-card-bg.png) no-repeat bottom center; background-size:contain; box-shadow:0 4px 12px rgba(0,0,0,0.1); box-sizing:border-box; }*/
/*.forthcoming-episode .event-card .code { border-bottom:1px solid #D5F293; margin-bottom:30px; flex-shrink:0; }*/
/*.forthcoming-episode .event-card .code p { text-align:left; font-size:20px; font-weight:700; margin-bottom:15px; }*/
/*.forthcoming-episode .event-card .logo { margin-bottom:30px; flex-shrink:0; }*/
/*.forthcoming-episode .event-card .logo img { max-width:100%; height:auto; }*/
/*.forthcoming-episode .event-card .title { margin-bottom:15px; flex-grow:1; display:flex; align-items:flex-start; justify-content:center; }*/
/*.forthcoming-episode .event-card .title h3 { font-size:28px; line-height:38px; font-weight:700; margin:0; }*/
/*.forthcoming-episode .event-card .date-time { margin-bottom:15px; flex-shrink:0; }*/
/*.forthcoming-episode .event-card .date-time p { font-size:18px; line-height:30px; font-weight:700; color:#F00C95; margin-bottom:0; }*/
/*.forthcoming-episode .event-card .location { margin-bottom:40px; display:flex; flex-wrap:wrap; align-items:center; gap:10px; }*/
/*.forthcoming-episode .event-card .location p { font-size:18px; font-weight:700; line-height:27px; margin:0; white-space:unset; }*/
/*.forthcoming-episode .event-card .book-btn { display:inline-block; padding:15px 0; width:100%; background-color:#D5F293; color:#000; font-weight:700; border-radius:30px; text-decoration:none; font-size:18px; flex-shrink:0; }*/


.forthcoming-episode{position:relative;width:100%;margin-top:30px;margin-bottom:20px;}
.forthcoming-episode .main-forthcoming-card { display: flex; flex-wrap: wrap; gap: 20px; justify-content: flex-start; }
/*.forthcoming-episode .event-card { position: relative;  display: flex;  flex-direction: column;align-items: center; text-align: center;background:linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(255,255,255,0.9)), url(../images/fourth-card-bg.png) no-repeat bottom right;  background-size: 200px 200px; border: 1.5px solid #0c93c9;border-radius: 0px;padding: 20px 13px 5px 13px; box-sizing: border-box; flex: 1 1 calc((100% - 40px)/3);max-width: calc((100% - 40px)/3);}*/
.forthcoming-episode .event-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  /* First image, then gradient behind */
  background: 
    url(../images/fourth-card-bg.png) no-repeat bottom right,
    linear-gradient(
      to bottom,
      rgba(237, 255, 197, 0.8),
      rgba(255, 251, 204, 0.4),
      rgba(255, 255, 255, 0.9)
    );
  background-size: 200px 200px, cover;
  background-position: bottom right, center;

  border: 1.5px solid #dfff91;
  border-radius: 10px;
  padding: 20px 13px 5px 13px;
  box-sizing: border-box;
  flex: 1 1 calc((100% - 40px)/3);
  max-width: calc((100% - 40px)/3);
}
.forthcoming-episode .event-card::before { content: ""; position: absolute; top: -2px; left: 50%; transform: translateX(-50%); width: 70px; height: 35px; background: #ffffff; border-bottom: 1.5px solid #dfff91; border-left: 1.5px solid #dfff91; border-right: 1.5px solid #dfff91; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; }

.forthcoming-episode .event-card .top-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px;margin-top:50px;width:100%;}
.forthcoming-episode .event-card .top-row .logo img{height:auto;width: 100%; max-width: 200px;}
.forthcoming-episode .event-card .top-row .code p{font-weight:700;margin:0;font-size:16px;}
.forthcoming-episode .event-card .title h3{margin:0 0 50px 0; line-height: 30px; font-size:20px;font-weight:700;text-align:center;}
.forthcoming-episode .event-card .date-time{display:flex;align-items:center;gap:10px;margin-bottom:16px;color:#555;justify-content:space-between;}  
.forthcoming-episode .event-card .date-time p{font-size:13px;margin:0; line-height:24px;}  
.forthcoming-episode .event-card .date-time span{display:flex;align-items:center;justify-content:center;font-size:15px;line-height:15px;height:auto;padding:0;}


.forthcoming-episode .event-card .location{display:flex;align-items:start;gap:6px;margin-bottom:16px;color:#555;justify-content:center;width:100%;}
.forthcoming-episode .event-card .location p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
  display: flex;           /* inline flex for icon + text */
  align-items: flex-start; /* align icon and text at top */
  gap: 5px;                /* space between icon and text */
}

.forthcoming-episode .event-card .location p::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/location-img.png);
  background-size: contain;
  background-repeat: no-repeat;
}



.forthcoming-episode .event-card .book-btn{display:inline-block;text-decoration:none; font-size: 15px; background-color:#D5F293;padding:16px 35px;border-radius:8px;font-weight:bold;text-align:center;margin-top:auto; color:#000; margin-bottom: 50px;}
.forthcoming-episode .event-card .book-btn:hover{background-color:#D5F293;}
.forthcoming-episode .event-card .disclaimer{font-size:0.6rem;color:#999;margin-top:0px;}

@media (max-width: 767px) {
  .forthcoming-episode .event-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* Tablet: 2 cards */
@media (min-width: 768px) and (max-width: 992px) {
  .forthcoming-episode .event-card {
    flex: 1 1 calc((100% - 20px)/2);
    max-width: calc((100% - 20px)/2);
  }
}

.mentors-card .mentor-btn a {
    display: inline-block;
    background: #D5F293;
    color: #000;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
    width: auto;
    text-align: center;
    margin-top: 20px;
}
.mentors-section { position: relative; width: 100%; padding: 0px 0 0px 0; margin-bottom: 30px; }
.mentors-section .mentors-cards-wrapper { display: flex; flex-wrap: wrap; gap: 20px; justify-content: flex-start; align-items: stretch; }
.mentors-card { flex: 0 1 calc(25% - 15px); background: #ffffff; text-align: center; margin-bottom: 20px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 30px 20px; }
.mentors-card .mentor-img img { width: 100%; max-width: 200px; height: auto; border-radius: 50%; object-fit: cover; margin-bottom: 30px; }
.mentors-card .mentor-info { display: flex; flex-direction: column; gap: 10px; text-align: center; }
.mentors-card .mentor-info h3 a { font-size: 20px; line-height: 28px; font-weight: 600; margin: 0; color:#000000}
.mentors-card .mentor-info p { font-size: 16px; line-height: 26px; margin: 0; }
.mentor-details .textdiv .btn-group { display:flex; align-items:stretch; gap:10px; }
.mentor-details .textdiv a { display:flex; align-items:center; justify-content:center; padding:15px 30px; font-size:17px; font-weight:600; border-radius:5px; text-decoration:none; transition:0.3s; text-align:center; flex:0 0 auto; gap:8px; }
.mentor-details .textdiv .btn { background:#D5F293; color:#000; border-radius:5px; }
.mentor-details .textdiv .btn2 { background:#ffc250; color:#000; }
.mentor-details .textdiv .btn2 i { font-size:16px; line-height:1; }
.mentor-details .linkedin-icon{position:relative;}
.mentor-details .linkedin-icon a{font-size:25px;color:#0077b5; display:block; position:relative; padding:0px; margin-bottom:10px; text-align:left;}


.pastepisode-listing{width:100%; padding:3rem 0; background:#ffffff; position:relative; text-align:center;}
.past-ep-gallery{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
@media (max-width:768px){.past-ep-gallery{grid-template-columns:repeat(2,1fr);}}
@media (max-width:480px){.past-ep-gallery{grid-template-columns:1fr;}}
.past-ep-gallery .video-item{position:relative; overflow:hidden; border-radius:14px; background:#000; border:1px solid #e1e1e1;}
.past-ep-gallery .video-item img{width:100%; height:auto; display:block; transition:transform .4s ease;}
.past-ep-gallery .video-item:hover img{transform:scale(1.05);}
.past-ep-gallery .overlay{position:absolute; inset:0; background:rgba(0,0,0,.45); opacity:0; display:flex; align-items:center; justify-content:center; transition:opacity .25s ease;}
.past-ep-gallery .video-item:hover .overlay{opacity:1;}
.past-ep-gallery .overlay i{font-size:20px; color:#fff; background:rgba(0,0,0,.55); padding:14px 16px; border-radius:50%; line-height:1; box-shadow:0 6px 20px rgba(0,0,0,.35);}
.mfp-bg{opacity:.92;}
.mfp-iframe-holder .mfp-content{max-width:960px;}

.abt-page{width: 100%; padding: 3rem 0; background: #ffffff; position: relative;}
.abt-page .headline{position: relative; width: 100%; text-align: left; margin-bottom: 2rem;}
.abt-page .headline ul{margin: 0; padding: 0;}
.abt-page .headline ul li{list-style: none; margin-bottom: 0.8rem; font-size: 40px; }
.abt-page .headline ul li span{font-weight: 600; font-size: 45px;}
.abt-page p{font-size: 16px; color: #000000; margin: 0 0 0.9rem 0; line-height: 30px; text-align: justify;}
.abt-page p a{color: #0c93c9; text-decoration: underline; transition: color 0.3s ease;}
.abt-page img{position: relative; margin-bottom:20px;}
.abt-page .pointers{position: relative;}
.abt-page .pointers ul{margin: 0; padding: 0; list-style-type: none; }
.abt-page .pointers ul li{margin-bottom: 0.5rem; font-size: 16px; color: #000000; padding-left: 20px;}
.abt-page .pointers ul li::before {display: inline-block; color: #0c93c9; content: "\f00c"; font-family: FontAwesome; margin-left: -20px; position: absolute;}
.abt-page h3{ font-size: 24px; font-weight: 600; color: #000000; margin-bottom: 1rem;}

.mentor-details{position: relative; width: 100%; margin: 30px 0px;}
.mentor-details .main-div{position: relative; width: 100%; padding: 40px; box-shadow: 0 -2px 6px rgba(0,0,0,0.05), 0 2px 6px rgba(0,0,0,0.1);}
.mentor-details .imgdiv{position: relative; width: 100%;}
.mentor-details .imgdiv img{width: 100%; height: auto;}
.mentor-details .textdiv{position: relative; width: 100%;}
.mentor-details .textdiv h3{font-size:35px;line-height:40px;font-weight:700; margin-bottom: 30px; text-transform: capitalize;}
.mentor-details .textdiv p{font-size: 18px;  margin-bottom: 30px; line-height: 28px;}
.mentor-details .textdiv .icon-div{display:flex;align-items:center;gap:10px; margin-bottom: 30px;}
.mentor-details .textdiv .icon-div i{font-size:34px;color:#0c93c9; margin-right: 10px;}
.mentor-details .textdiv .icon-div a{color:#000;font-size:16px;line-height:26px;text-decoration:none;transition:.3s;}.mentor-details .textdiv .icon-div a:hover{color:#0A66C2;text-decoration:underline;}
.mentor-details .textdiv .btn{  display: inline-block;    background: #D5F293;    color: #000;    padding: 15px 30px;    font-size: 16px;    font-weight: 600;    border-radius: 5px;  text-decoration: none;  transition: 0.3s;    width: auto;    text-align: center;}
.our-partner{position:relative;width:100%;margin-top:40px;}
.our-partner .row {  position: relative;  margin-bottom: 40px;}
.our-partner .row::after {content: "";display: block;  width: 100%;   height: 10px;   margin: 10px auto 0;  background: url(../images/hline.png) no-repeat center center;}
.our-partner .img-div{position:relative;width:100%;padding:0px;margin-bottom:40px;text-align:center;justify-content:center;align-items:center;}
.our-partner .img-div img{width:auto;max-width:100%;height:auto;display:inline-block;}
.our-partner .img-div h4{font-size: 32px;  color: #be4e3d;  font-weight: 600; margin-top: 20px;   font-family: 'Dancing Script', cursive; }
.our-partner .title-div{position:relative;width:100%;text-align:left;justify-content:start;margin-bottom:15px;}
.our-partner .title-div h3{font-size:18px;line-height:30px;font-weight:600; margin-bottom: 20px; text-transform: capitalize;}
#newsletter_msg {margin-top: 10px;}
.field_error {display: block; color: red; font-size: 14px;margin-top: 4px;}

.thankyou-sec{width: 100%; position: relative; margin: 20px 0px 30px 0px;}
.thankyou-sec .thank-you-content{width:100%;padding:30px 80px;position:relative;background:url(../images/thank-you-bg.jpg) no-repeat center center;background-size:cover;text-align:center;box-shadow:-1px -1px 16px -1px rgba(0,0,0,0.10);-webkit-box-shadow:-1px -1px 16px -1px rgba(0,0,0,0.10);-moz-box-shadow:-1px -1px 16px -1px rgba(0,0,0,0.10);}
.thankyou-sec .thank-you-content h1{font-size:50px;color:#000000;font-weight:700;margin-bottom:20px;text-align:center;}
.thankyou-sec .thank-you-content h4{font-size:24px;color:#000000;font-weight:600;margin-bottom:20px;text-align:center;}
.thankyou-sec .thank-you-content h4 span{color:#0C658D;}
.thankyou-sec .thank-you-content p{font-size:16px;line-height:26px;color:#000000;margin-bottom:15px;text-align:center;}
.thankyou-sec .thank-you-content h5{font-size:20px;color:#0C658D;font-weight:600;margin-bottom:20px;text-align:center;}

.thank-you-social-footer{text-align:center;width:100%;margin-bottom:15px;}
.thank-you-social-footer ul{list-style:outside none none;margin:0;padding:0;}
.thank-you-social-footer ul li{display:inline-block;margin:0px 5px 0 0px;color:#ffffff;font-size:15px;}
.thank-you-social-footer a{background-image:none;text-decoration:none;}
.thank-you-social-footer ul li .fb{color:#000000;display:block;border-radius:50%;font-size:18px;height:40px;line-height:40px;text-align:center;text-decoration:none;transition:all 0.3s ease 0s;width:40px;background:transparent;border:1px solid #0C658D;}
.thank-you-social-footer ul li .fb:hover{background-color:#3b5998;color:#FFFFFF;border:1px solid #3b5998;}
.thank-you-social-footer ul li .twt{color:#000000;border-radius:50%;display:block;font-size:18px;height:40px;line-height:40px;text-align:center;text-decoration:none;transition:all 0.3s ease 0s;width:40px;background:transparent;border:1px solid #0C658D;}
.thank-you-social-footer ul li .twt:hover{background-color:#26a4f0;color:#FFFFFF;border:1px solid #26a4f0;}
.thank-you-social-footer ul li .yt{color:#000000;border-radius:50%;display:block;font-size:18px;height:40px;line-height:40px;text-align:center;text-decoration:none;transition:all 0.3s ease 0s;width:40px;background:transparent;border:1px solid #0C658D;}
.thank-you-social-footer ul li .yt:hover{background-color:#d32727;color:#FFFFFF;border:1px solid #d32727;}
.thank-you-social-footer ul li .ld{color:#000000;border-radius:50%;display:block;font-size:18px;height:40px;line-height:40px;text-align:center;text-decoration:none;transition:all 0.3s ease 0s;width:40px;background:transparent;border:1px solid #0C658D;}
.thank-you-social-footer ul li .ld:hover{background-color:#007bb6;color:#FFFFFF;border:1px solid #007bb6;}
.thank-you-social-footer ul li .insta{color:#000000;display:block;border-radius:50%;font-size:18px;height:40px;line-height:40px;text-align:center;text-decoration:none;transition:all 0.3s ease 0s;width:40px;background:transparent;border:1px solid #0C658D;}
.thank-you-social-footer ul li .insta:hover{background:radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);color:#FFFFFF;border:1px solid #d6249f;}

.thankyou-sec .contact-info {margin-top:10px;text-align:center;display:flex;justify-content:center;gap:15px;flex-wrap:wrap;}
.thankyou-sec .contact-info span {display:inline-block;}
@media (max-width:576px) {.thankyou-sec .contact-info {flex-direction:column; gap:5px;}}


@media (max-width: 992px) {
  .thankyou-sec .thank-you-content { padding: 25px 40px; }
  .thankyou-sec .thank-you-content h1 { font-size: 35px; }
  .thankyou-sec .thank-you-content h4 { font-size: 20px; }
}

@media (max-width: 768px) {
  .thankyou-sec .thank-you-content { padding: 20px 25px; }
  .thankyou-sec .thank-you-content h1 { font-size: 32px; }
  .thankyou-sec .thank-you-content h4 { font-size: 18px; }
  .thankyou-sec .thank-you-content p, .thankyou-sec .thank-you-content .checklist li { font-size: 15px; line-height: 24px; }
}

@media (max-width: 576px) {
  .thankyou-sec { margin: 15px 0 20px 0; }
  .thankyou-sec .thank-you-content { padding: 25px; }
  .thankyou-sec .thank-you-content h1 { font-size: 26px; line-height: 34px;}
  .thankyou-sec .thank-you-content h4 { font-size: 16px; }
  .thankyou-sec .thank-you-content h5 { font-size: 16px; }
  .thankyou-sec .thank-you-content p, .thankyou-sec .thank-you-content .checklist li { font-size: 14px; line-height: 22px; }
}