/* PMSAC 2025 */
a:focus-visible {
  border: 1px solid #fff;
  outline: none;
  border-radius: 4px; /* optional: makes the border look smoother */
  padding: 2px; /* optional: ensures border doesn’t overlap text */
}


/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
	height: 100%;
	background: #fff;
	scroll-behavior: smooth
	}
body > #wrapper {
	height: auto;
	min-height: 100%;
	}	
#main {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	}
#main_inner {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	}
* {
	padding: 0;
	margin: 0;
	}
/* #Grid system
================================================== */
.container {
	width: 1170px;
	margin: 0 auto;
	}
.container:before, .container:after, .row:before, .row:after {
	content: "";
	display: table;
	}
.container:after, .row:after {
	clear: both;
	}
.row {
	margin-left: -10px;
	margin-right: -10px;
	display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
	}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	}
.col-sm-12 {
	-ms-flex:0 0 100%;
  flex:0 0 100%;
	max-width: 100%;
	}
.col-sm-11 {
	-ms-flex:0 0 91.66666667%;
  flex:0 0 91.66666667%;
	max-width: 91.66666667%;
	}
.col-sm-10 {
	-ms-flex:0 0 83.33333333%;
  flex:0 0 83.33333333%;
	max-width: 83.33333333%;
	}
.col-sm-9 {
	-ms-flex:0 0 75%;
  flex:0 0 75%;
	max-width: 75%;
	}
.col-sm-8 {
	-ms-flex:0 0 66.66666667%;
  flex:0 0 66.66666667%;
	max-width: 66.66666667%;
	}
.col-sm-7 {
	-ms-flex:0 0 58%;
  flex:0 0 58%;
	max-width: 58%;
	}
.col-sm-6 {
	-ms-flex:0 0 50%;
  flex:0 0 50%;
	max-width: 50%;
	}
.col-sm-5 {
	-ms-flex:0 0 41.66666667%;
  flex:0 0 41.66666667%;
	max-width: 41.66666667%;
	}
.col-sm-4 {
	-ms-flex:0 0 33%;
  flex:0 0 33%;
	max-width: 33%;
	}
.col-sm-3 {
	-ms-flex:0 0 24.9%;
  flex:0 0 24.9%;
	max-width: 24.9%;
	}
.col-sm-2 {
	-ms-flex:0 0 16.66666667%;
  flex:0 0 16.66666667%;
	max-width: 16.66666667%;
	}
.col-sm-1 {
	-ms-flex:0 0 8.333333%;
  flex:0 0 8.333333%;
	max-width: 8.33333333%;
	}
.flt-right {
	float: right;
	}
.flt-left {
	float: left;
	}
.align-center{
	text-align: center!important;
}
.align-right{
	text-align:right!important;
}
.dbx{
	display: block;
	}
.mrg_top {
  margin-top: 20px;
}

.white{
	color:#fff!important;
}
.bdr{
	border:none!important;
}

/* #Buttons Styles
================================================== */
.wd25{
	width:25%;
}
.wd100{
	width:100%;
}
.btn_common {
	float: left;
	position: relative;
	display: block;
	padding:15px 15px;
	margin:40px 0px 0px;
	transition: background-color .3s;
	background:#6C298F;
	color:#fff;
	font-size: 16px;
	font-weight:500;
	cursor: pointer;
	text-align: center;
	text-transform:capitalize;
	transition: all 300ms ease 0s;
	border: 1px solid #6C298F;
	border-radius: 5px;
	}
.btn_common:hover {
	background: #200f3b;
	border: 1px solid #fff;
	color: #fff;
	}
.btn_register {
	position: relative;
	display:inline-block;
	padding:15px 15px;
	margin:40px 0px 0px;
	transition: background-color .3s;
	background:#6C298F;
	color:#fff;
	font-size: 16px;
	font-weight:500;
	cursor: pointer;
	text-align: center;
	text-transform:capitalize;
	transition: all 300ms ease 0s;
	border: 1px solid #6C298F;
	border-radius: 5px;
	}
.btn_register:hover {
	background: #0080a8;
	border: 1px solid #0080a8;
	color: #fff;
	}
.btn_common2 {
	float: left;
	position: relative;
	display: block;
	padding:15px 20px;
	margin:10px 0px 0px;
	transition: background-color .3s;
	background:#200f3b;
	color:#fff;
	font-size: 20px;
	font-weight:300;
	cursor: pointer;
	text-align: center;
	text-transform:capitalize;
	transition: all 300ms ease 0s;
	border: 1px solid #6C298F;
	border-radius:25px;
	}
.btn_common2:hover {
	background: #200f3b;
	border: 1px solid #fff;
	color: #fff;
	}	
/* #Homepage Styles
================================================== */
.clr {
	clear: both;
	}
.text_center {
	text-align: center;
	}
.text_left{
	text-align: left;
}
.text_right{
	text-align: right!important;
}
.dbox{
	display:block;
	}
.mbox{
	display: none;
	}
.sml{
	display:block;
	}
.big{
	display: none;
	}
.pdtop{
		padding-top: 20px;
	}
.pdtopa{
		padding-top:80px;
	}
.nav-top{
	width: 100%;
	padding:10px 0px;
	text-align: center;
	position: fixed;
	z-index:9999;
	background:#fff;
	box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
}
.nav-top ul{
	margin: 0;
	padding: 0;
}
.nav-top ul li{
	list-style: none;
	display: inline-block;
	text-decoration: none;
	padding:10px 20px;
}
.nav-top ul li a{
	font-size:18px;
	color:#000;
	font-weight:400;
	list-style: none;
	display: inline-block;
	text-transform: capitalize;
}
.nav-top ul li a.active {
    color: red;
    font-weight: bold;
    color:#ef2e29;
    border-bottom: 2px solid red; /* Example of a highlight */
}

section {
  scroll-margin-top:100px;
}
/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top: 10;
	left: 0;
	z-index: 99;
	}
header .top_header{
	width:100%;
	padding:20px 311px;
	background: transparent;
	display: inline-block;
	}
header .top_header .logo {
	width:15%;
	float: left;
  top:0px;
  margin:5px 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
header .navigation{
	width: 85%;
	float:left;
	padding:10px 0px;
	position: relative;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
header.smaller {
	background:#430536;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	-webkit-box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
	}
header.smaller .logo {
	width:10%;
	}
header.smaller .navigation{
	padding:10px 0px;
}
/*Banner
================================================== */ 
.hero-banner{
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
    padding:140px 0px 100px;
}

.hero-bg{
     position:absolute;
    top:-5%;
    left:-5%;
    width:110%;
    height:110%;
    background:url(../images/bg-700.jpg) center center/cover no-repeat;
    transform:translate3d(0,0,0) scale(1);
    transform-origin:center center;
    transition:transform .15s linear;
    will-change:transform;
}

@keyframes zoomOut{
    from{
        transform:scale(1.20);
    }
    to{
        transform:scale(1);
    }
}

.hero-banner::after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.12);
}

.container-banner{
    width:min(1280px,90%);
    margin:auto;
    position:relative;
    z-index:2;
}

.content-banner{
    width:100%;
    color:#fff;
}

.content-banner h1{
    font-size:clamp(36px,5vw,54px);
    line-height:1.1;
    margin-bottom:20px;
    font-weight:500;
}
.content-banner h1 span{
    display:block;
}
.content-banner h3{
    font-size:28px;
    font-weight:500;
    margin-bottom:20px;
}
.content-banner h3 span{
	display: block;
}
.line-banner{
    width:70px;
    height:5px;
    background:#ffb000;
    margin-bottom:30px;
}
.info-banner{
    display:flex;
    flex-wrap:wrap;
    gap:25px;
    margin-bottom:35px;
}
.info-banner div{
    font-size:18px;
    font-weight: 400;
}
.btn-banner{
    display:inline-block;
    padding:15px 40px;
    border-radius:50px;
    text-decoration:none;
    font-size: 20px;
    color:#fff;
    font-weight:500;
    background:linear-gradient(90deg,#ff4d8a,#7d8cff);
}
.hash-banner{
    margin-top:30px;
    font-size:20px;
    font-weight:500;
}

/* Dummy Content */

.section{
   width: 100%;
}

@media(max-width:768px){
.hero-banner{
height:85vh;
padding:40px 0px;
}
.info-banner{
display:block;
}
.info-banner div{
margin-bottom:10px;
}
.content-banner h1{
font-size:40px;
}
.content-banner h3{
font-size:22px;
}
.btn-banner{
padding:15px 28px;
}
.hash-banner{
font-size:24px;
}

}


.register-btn {
  background: linear-gradient(90deg, #ff3c7f, #8e6bbf);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 40px;
  display: inline-block;
  margin-top:30px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s ease;
}

/* Hover effect */
.register-btn:hover {
  opacity: 0.9;
}









/* Container */
.banner-new-content {
    max-width: 1200px;
}

/* Heading */
.banner-new h1 {
  font-size:54px;
  color: #fff;
  margin: 0;
  font-weight: 700;
  padding-bottom: 20px;
}

.banner-new h1 span {
    display: block;
}

/* Subtitle */
.banner-new p {
    font-size: 22px;
	color: #fff;
    margin: 10px 0 30px;
}

/* Divider */
.banner-new .line {
    width: 60px;
    height: 4px;
    background: #ff7a00;
    margin: 20px 0;
}

/* Tagline */
.banner-new .tagline {
    font-size: 28px;
	color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
}

/* Info Row */
.banner-new .info {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 18px;
	color: #fff;
	font-weight: 400;
}

.banner-new .info div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.hashtag2 {
	font-size:20px;
    color: #fff;
    font-weight: 500;
	padding-top: 20px;
}

/* Responsive */
@media (max-width: 992px) {
    .banner-new {
        padding: 40px 40px;
    }

    .banner-new h1 {
        font-size: 48px;
    }

    .tagline {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .banner-new {
        padding:5px 0px;
        text-align: left;
    }

    .banner-new h1 {
        font-size: 36px;
    }

    .banner-new p {
      font-size: 20px;
      color: #fff;
      margin: 10px 0 0px;
    }
    .banner-new .line {
      margin:15px 0px 18px;
    }

    .banner-new .tagline {
        font-size: 20px;
        margin:5px 0px 10px;
    }

    .banner-new .info {
        flex-direction: column;
        gap: 15px;
        font-size: 16px;
    }
}
/*=====section-one=====*/
.about-wrap {
    display: flex;
    gap: 40px;
}
#one .container {
  width:67.5%;
  padding:40px 0px;
}
/* LEFT + RIGHT */
.about-wrap .abt-left {
    width:57%;
	padding-right:150px;
}
.about-wrap .abt-right {
    width:43%;
}
/* HEADINGS */
.about-wrap h3 {
	font-size:32px;
	color:#430536;
	font-weight: 500;
	margin-bottom: 20px;
}

.underline {
    width: 60px;
    height: 3px;
    background: #f05a28;
    margin-bottom: 20px;
}

/* TEXT */
.about-wrap p {
	font-size: 20px;
	color:#430536;
	font-weight: 300;
	line-height: 26px;
	padding-bottom: 10px;
}

/* SAVE DATE */
.save-date {
	font-size: 20px;
	color:#430536;
	font-weight: 500;
	line-height: 26px;
    margin-top: 20px;
}

.hashtag {
	font-size:20px;
    color: #ee2f09;
    font-weight: 500;
	padding-top: 20px;
}

/* RIGHT SIDE ITEMS */
.feature {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    gap: 15px;
}

/* ICON BOX */
.icon-box {
    min-width:100px;
    height: 100px;
    border-radius: 15px;
    background: linear-gradient(135deg, #f05a28, #5b0a4b);
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon-box img{
	width: 75px;
	height: auto;
}
/* TEXT SIDE */
.feature h4 {
    margin: 0;
    font-size: 20px;
	color:#430536;
	font-weight: 500;
}

.feature p {
    margin: 5px 0 0;
    font-size: 18px;
	color:#430536;
	font-weight:300;
}

/* ✅ RESPONSIVE */
@media (max-width: 768px) {
    .about-wrap {
        flex-direction: column;
    }

    h3 {
        font-size: 28px;
    }

    .icon-box {
        width: 60px;
        height:100px;
    }
}










.section-one{
	width:100%;
	display: inline-block;
	
	padding:0px 0px;
}
.section-one .col-sm-7{
	/* background:#200f3b; */
	background:#430536;
}
.section-one .col-sm-5{
	background:#fff;
}
.section-one .overview{
	width: 100%;
	float: left;
	padding-left: calc((100vw - 1400px) / 2 + 3rem) !important;
	padding-top: 80px;
	padding-right:160px;
}
.section-one .overview h3{
	font-size: 32px;
	color:#fff;
	font-weight:500;
	padding-bottom: 8px;
}
.section-one .overview p{
	font-size:20px;
	color:#fff;
	line-height: 32px;
	font-weight: 400;
}
.section-one .section-one-right{
	width: 100%;
	float: left;
	background:#fff;
	padding: 80px 0px 150px 40px;
}
.section-one .register-venu {
	width:100%;
	float: left;
	padding:15px 0px;
}
.section-one .register-venu p{
	font-size:16px;
	color:#fff;
	line-height:26px;
	font-weight: 400;
}
.section-one .register-venu p a{
	color:#ff610f;
}
.section-one .register-venu p strong{
	font-weight: 500;
}
.section-one .section-one-right  h2.title{
	font-size:28px;
	color:#430536;
	font-weight:500;
	text-transform: capitalize;
	padding:0px 0px 20px;
}
.section-one .section-one-right .whyattend-box{
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}
.section-one .section-one-right .whyattend-box .attendbox{
	flex:0 23%;
	margin:5px;
	border-right: 1px solid #FD541F;
	text-align: left;
	padding: 0px 5px;
}
.section-one .section-one-right .whyattend-box .attendbox:last-child{
	border-right: none;
}
.section-one .section-one-right .whyattend-box .attendbox .imgthum{
	width: 100%;
	text-align: left;
}
.section-one .section-one-right .whyattend-box .attendbox .imgthum img{
	width:70px;
	text-align: left;
}
.section-one .section-one-right .whyattend-box .attendbox h3.title{
	font-size:18px;
	color:#430536;
	font-weight:500;
	padding-bottom:16px;
	text-transform: capitalize;
	padding:20px 0px 10px;
}
.section-one .section-one-right .attendbox p{
	font-size:16px;
	color:#292929;
	font-weight:400;
	line-height:22px;
}
/*Slider css*/
.slider {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    height:530px;
}
.slide {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
}
.slide img {
    width: 100%;
    vertical-align: middle;
}
.slide.active {
    opacity: 1;
    z-index: 2;
}
.prev, .next {
    position: absolute;
    bottom:23px;
    transform: translateY(-50%);
    background-color: transparent;
    color: #000;
    border: none;
    cursor: pointer;
    z-index:2;
}
.prev {
    left: 36%;
}
.next {
    right: 58%;
}
@media only screen and (max-width: 600px) {
    .prev, .next {
        padding: 5px;
    }
}
/* Dots */
.dots {
    text-align: center;
    position: absolute;
    bottom:12px;
    left:39%;
    transform: translateX(-50%);
    z-index: 2;
}
.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #bbb;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.6s ease;
}
.dot.active {
    background-color: #fff;
}
.slider-text-wrap{
	width:100%;
	position: relative;
}
.slider-text-wrap .copy-box{
	width:100%;
  float: left;
  /* padding:80px 80px 0px 80px; */
}
.slider-text-wrap .copy-box h2.title{
	font-size:28px;
	color:#fff;
	font-weight:500;
	padding-bottom:16px;
	text-transform: capitalize;
}
.slider-text-wrap .copy-box p{
	font-size:20px;
	color:#fff;
	font-weight:400;
	line-height:28px;
}
.slider-text-wrap .copy-box ul{
	padding:10px 0px 0px 20px;
}
.slider-text-wrap .copy-box ul li{
	font-size:20px;
	color:#fff;
	font-weight:400;
	line-height:28px;
	list-style-type: disc;
}
.slider-text-wrap .copy-box ul li strong{
	font-weight: 500;
}
.slider-text-wrap .slider-thum{
	width:40%;
  float: left;
}
.slider-text-wrap .para {
	width:100%;
	float: left;
	/* padding:40px 80px; */
}
.slider-text-wrap .para p{
	font-size:18px;
	color:#fff;
	font-weight:400;
	line-height:26px;
	padding-bottom: 10px;
}



 .slider-text-wrap h2 {
    font-size: 40px;
	color:#fff;
	font-weight: 500;
    margin-bottom: 20px;
  }
 .slider-text-wrap h2 span{
  display: block;
 }
  .subtitle {
    font-size:20px;
	color:#fff;
	font-weight:300;
	line-height:26px;
	padding-bottom: 10px;
    margin-bottom: 40px;
  }
 .subtitle span{
  display: block;
 }
  .cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }

  .card {
    border: 2px solid #fff;
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    transition: 0.3s;
  }

  .card i {
    font-size: 28px;
    margin-bottom: 10px;
    display: block;
	color:#fff;
  }

  .card h3 {
    font-size:18px;
	color:#fff;
    margin: 0;
    font-weight: 500;
  }

  .text-block {
   	font-size: 20px;
	color:#fff;
	font-weight: 300;
    line-height:26px;
	padding-bottom: 20px;
  }
 .text-block:last-child{
	padding-bottom: 0px;
 }
  /* Tablet */
  @media (max-width: 992px) {
    h1 {
      font-size: 36px;
    }

    .cards {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* Mobile */
  @media (max-width: 600px) {
    h1 {
      font-size: 28px;
    }

    .subtitle,
    .text-block {
      font-size: 16px;
    }

    .cards {
      grid-template-columns: 1fr 1fr;
    }
  }
/*More Together*/

/*========================================
 HERO SECTION
========================================*/


.hero-section{
    position:relative;
    /* min-height:100vh; */
    display:flex;
    align-items:center;
    overflow:hidden;
    background:#1d092e;

}
.hero-section .container{
width:100%;

}

/*========================================
 BACKGROUND GLOW
========================================*/

/* .hero-section::before{
    content:"";
    position:absolute;
    width:600px;
    height:600px;
    border-radius:50%;
    right:-250px;
    top:-120px;
    background:rgba(255,90,80,.18);
    filter:blur(80px);
}

.hero-section::after{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    bottom:-220px;
    right:-100px;
    background:rgba(255,145,40,.15);
    filter:blur(100px);

}
 */

/*========================================
 GRID
========================================*/

.hero-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:60px;
    align-items:center;

}


/*========================================
 CONTENT
========================================*/

.sub-title{
    display:block;
    color:#fff;
    font-size:32px;
    font-weight:700;
    margin-bottom:12px;

}

.hero-content h3{
    font-size:36px;
    line-height:1.1;
    margin-bottom:25px;
    font-weight:700;
}

.hero-content h3 span{
    display:block;
    background:linear-gradient(90deg,#ff4e74,#ff9829);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}


/*========================================
 LINE
========================================*/

.line2{
    width:70px;
    height:4px;
    border-radius:20px;
    background:linear-gradient(90deg,#ff5075,#ff9829);
    margin-bottom:30px;

}


/*========================================
 PARAGRAPH
========================================*/

.hero-content p{
    color:#ececec;
    font-size:20px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom:18px;
}

.hero-content strong{
    color:#fff;
}


/*========================================
 IMAGE
========================================*/

.hero-image{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:right;

}

.hero-image img{
    width:100%;
    max-width:520px;
    display:block;
    
}



/*=========================================
            LARGE LAPTOP
=========================================*/

@media (max-width:1200px){

    .hero-grid{
        gap:40px;
    }
    .hero-image img{
        max-width:450px;
    }
    .hero-content h3{
        font-size:32px;
    }

}


/*=========================================
                TABLET
=========================================*/

@media (max-width:991px){

    .hero-section{
        min-height:auto;
        padding:70px 0;
    }

    .hero-grid{
        grid-template-columns:1fr;
        gap:50px;
        text-align:center;
    }

    .hero-content{
        max-width:100%;
        order:2;
    }
    .hero-image{
        order:1;
    }
    .hero-image img{
        max-width:420px;
    }
    .line2{
        margin:25px auto;
    }

}


/*=========================================
              MOBILE
=========================================*/

@media (max-width:768px){

    .hero-section{
        padding:60px 0;
    }
    .hero-content h3{
        font-size:40px;
        line-height:1.2;
    }
    .sub-title{
        font-size:28px;
    }
    .hero-content p{
        font-size:16px;
    }
    .hero-image img{
        max-width:320px;
    }
    
    .hero-content {
      padding:0 5%!important;
      text-align: left;
    }

}


/*=========================================
            SMALL MOBILE
=========================================*/

@media (max-width:576px){

    .container{
        width:92%;
    }
    .hero-section{
        padding:0px 0;
    }
    .hero-grid{
        gap:35px;
    }
    .sub-title{
        font-size:24px;
    }
    .hero-content h3{
        font-size:32px;
    }
    .hero-content p{
        font-size:15px;
    }
    .hero-image img{
        max-width:260px;
    }

}


/*=========================================
            EXTRA SMALL
=========================================*/

@media (max-width:380px){
    .hero-content h3{
        font-size:28px;
    }
    .sub-title{
        font-size:20px;
    }
}


/*=========================================
      ACCESSIBILITY
=========================================*/

a:focus,
button:focus{
    outline:3px solid #ffffff;
    outline-offset:4px;
}


/*=========================================
      IMAGE
=========================================*/

.hero-image img{
    max-width:100%;
    height:auto;
}


/*=========================================
      REDUCED MOTION
=========================================*/

@media (prefers-reduced-motion:reduce){

    *{
        animation:none !important;
        transition:none !important;
        scroll-behavior:auto;
    }

}


/*=========================================
      ZOOM SAFE
=========================================*/

.hero-grid{
    align-items:center;
}
.hero-content{
    overflow-wrap:break-word;
}
.hero-content h3{
    word-break:break-word;
}
.hero-content p{
    word-break:normal;
}


/*=========================================
      PRINT
=========================================*/

@media print{
    .hero-section{
        background:#fff;
    }
}






/*=========================================
        PREMIUM IMAGE AREA
=========================================*/

.hero-image{
    position:relative;
    display:flex;
    justify-content:right;
    align-items:right;
}



/*=========================================
        ICON PLACEHOLDER
=========================================*/

.ai-icons{
    position:absolute;
    right:30px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    gap:25px;
}

.ai-icons span{
    width:55px;
    height:55px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.18);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ff9440;
    background:rgba(255,255,255,.03);
    backdrop-filter:blur(8px);
    transition:.3s;
}

.ai-icons span:hover{
    background:#ff7d2d;
    color:#fff;
    transform:translateX(-6px);
}


/*=========================================
        BUTTON (OPTIONAL)
=========================================*/

.hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:30px;
    padding:15px 35px;
    border-radius:50px;
    color:#fff;
    text-decoration:none;
    background:linear-gradient(90deg,#ff5370,#ff9829);
    transition:.35s;
}
.hero-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 35px rgba(255,100,70,.30);
}
/*=========================================
      GLASS EFFECT
=========================================*/
.hero-content{
    position:relative;
    z-index:5;
    padding-left:29%;
}
/*=========================================
      LARGE DESKTOP
=========================================*/

@media(min-width:1600px){
    .hero-image img{
        max-width:600px;
    }
}
/*=========================================
      TABLET
=========================================*/

@media(max-width:991px){
    .ai-icons{
        display:none;
    }

}


/*=========================================
      MOBILE
=========================================*/

@media(max-width:768px){
    .hero-image::before{
        width:280px;
        height:280px;
    }
    .hero-image::after{
        width:250px;
        height:250px;
    }

}

/*End More Together*/

/*=====section-two=====*/
.section-two{
	width:100%;
	display: flex;
	padding:0px 0px;
	margin-top: -2px;
}
.section-two-video{
	width:60%;
	position: relative;
	overflow: hidden;
	display: inline-block;
	background: #430536;
}
.section-two-video .video-bg{
	width: 100%;
	position: relative;
}
.full-video {
    width: 100%;
    height: auto;
    display: block;
}
.section-two-video .video-bg img.vd {
    display: block;
    width: 100%;
    transition: transform 0.5s ease;
}
.section-two-video .video-bg:hover img {
    transform: scale(1.1); /* zoom in on hover */
}
.section-two-video .video-btn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	width:85px;
	height: 85px;
	border-radius: 50%;
	box-shadow: 0 8px 20px rgba(0,0,0,0.5);
	background: #d5340b;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-two-video .video-btn i {
    color: #fff;
    font-size: 24px; /* adjust size */
}
.video-btn img {
    width: 80px; /* adjust as needed */
}
.full-video {
    width: 100%;
    height:62vh;
    object-fit: cover;
}
.section-two .section-two-right{
	width: 40%;
	display:flex;
	align-items: center;
  background-image: linear-gradient(-45deg, #A12608, #EB4D0A);
	padding: 0px 0px 0px 148px;
}



.why-attend {
  padding: 60px 0px;
  background: #fff;
}

.why-attend .container {
  width: 69%;
  margin: auto;
}

.section-title {
  font-size: 32px;
  font-weight:500;
  color: #4b0d3a;
  margin-bottom: 20px;
  position: relative;
}

/* .section-title::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #f05a28;
  position: absolute;
  left: 0;
  bottom: -20px;
} */

.attend-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.attend-box {
  text-align: center;
  padding: 10px;
}

.icon-box {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f05a28, #5b0a4b);
}

.icon-box img {
  width:70px;
}

.attend-box h4 {
  font-size: 20px;
  color: #430536;
  font-weight: 500;
  margin-bottom: 10px;
}
.attend-box h4 span{
  display: block;
}
.attend-box p {
  font-size: 20px;
  color: #430536;
  font-weight: 300;
  line-height:24px;
}

/* ✅ Tablet */
@media (max-width: 992px) {
  .attend-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ✅ Mobile */
@media (max-width: 576px) {
  .attend-grid {
    grid-template-columns: 1fr;
  }
  .section-title {
    font-size: 24px;
  }
  .slider-text-wrap h2{
    font-size: 28px;
  }
}

















.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
  justify-content: center;
  align-items: center;
}
.popup-content {
  background-color: #fff;
  padding:70px 20px 20px 20px;
  width:60%;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  position: relative;
  border-top:20px solid #430536;
  z-index: 99;
}
.popup-content h2 {
  text-align: center;
}
.close {
  float: right;
  cursor: pointer;
  font-size:58px;
  position: absolute;
  right:20px;
  top: 0px;
}
.iframe{
	width: 100%;
	padding:20px 0px;
	display: inline-block;
}
/*=====section-three=====*/
.section-three{
	width:100%;
	padding:0px 0px;
	margin-top: -5px;
	display: flex;
}
.section-three .section-three-lt{
	width:40%;
	float: left;
	overflow: hidden;
}
.section-three .section-three-lt .thum{
	background-position: top left;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  color: #ffffff;
  height:1066px;
  position: relative;
  background-attachment: fixed;
  transition: transform 0.3s ease-out;
}
.section-three .section-three-lt .thum img{
	width:100%;
}
.section-three .section-three-rt{
	width:60%;
	background:#430536;
	display: inline-block;
}
.section-three .section-three-rt .exhibitors{
	width:100%;
	float: left;
	background:#fff;
	padding:60px 100px;
	    border-top: 1px solid #cdcdcd;
}
.section-three .section-three-rt h3.title{
	font-size: 32px;
  color: #200f3b;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.section-three .section-three-rt p{
	font-size: 18px;
  color: #333;
  font-weight: 400;
  line-height: 28px;
}
.section-three .section-three-rt p a{
  color: #333;
  font-weight: 500;
  transition: all 300ms ease 0s;
  text-decoration: underline;
}
.section-three .section-three-rt p a:hover{
  color: #f85222;
}
.section-three .section-three-rt .sponser-logo{
	width: 100%;
	float: left;
	background:#fff;
	padding:60px 0px;
}
.form-content{
  width:80%;
  margin: auto;
}
.section-three .section-three-rt .sponser-logo  p {
  font-size:20px;
  color: #5d5171;
  font-weight:300;
  line-height: 24px;
  padding-bottom: 5px;
}
.section-three .section-three-rt .sponser-logo  p a{
  color: #200f3b;
  font-weight: 500;
  transition: all 300ms ease 0s;
}
.section-three .section-three-rt .sponser-logo h3.title{
	font-size: 32px;
  color: #200f3b;
  font-weight: 500;
  margin-bottom:20px;
  text-transform: capitalize;
}
.section-three .section-three-rt .sponser-logo .sp-logo{
	width: 100%;
	float: left;
	margin-bottom: 28px;
}
.section-three .section-three-rt .sponser-logo .col-sm-3{
	flex: 0 0 20%;
  max-width: 20%;
}
.section-three .section-three-rt .sponser-logo .sp-logo .cname{
	font-size:18px;
  color: #430536;
  font-weight:500;
  padding-bottom: 18px;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.section-three .section-three-rt .sponser-logo .sp-logo .clogo{
	width: 100%;
	float: left;
}
.section-three .section-three-rt .sponser-logo .sponser-text{
	width: 100%;
	display: inline-block;
	padding:52px 0px 0px;
}
.section-three .section-three-rt .sponser-logo .sponser-text h3.title{
	font-size: 38px;
  color: #200f3b;
  font-weight: 500;
  padding-bottom:16px;
  text-transform: capitalize;
}
.section-three .section-three-rt .sponser-logo .sponser-text  p {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 5px;
}
.section-three .section-three-rt .sponser-logo .sponser-text  p a{
  color: #200f3b;
  font-weight: 500;
  transition: all 300ms ease 0s;
}
.section-three .section-three-rt .sponser-logo .sponser-text  p a:hover{
  color: #ff610f;
}
.section-four{
	background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  height:400px;
  position: relative;
  background-attachment: fixed;
  transition: transform 0.3s ease-out;
  justify-content: center;
  align-items: center;
  flex-direction: column !important;
  display: flex !important;
  text-align: center;
  overflow: hidden!important;
}
/* .section-four:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
} */
.section-four .thum{
	overflow: hidden;
	z-index: 999;
	background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  
  position: relative;
  transition: transform 0.3s ease-out;
  justify-content: center;
  align-items: center;
  flex-direction: column !important;
  display: flex !important;
  text-align: center;
  overflow: hidden!important;
  z-index: -1;
  object-fit: fixed;
}
.section-four .thum img{
	width:100%;
}
.section-four .container{
	z-index:9;
	position: relative;
}
.section-four h4.title{
	font-size:42px;
	color: #fff;
	text-align: center;
	font-weight:500;
}
/*section-five*/
.section-five{
	width:100%;
	display: inline-block;
	padding:40px 0px;
	background:#430536;
}
.section-five .container{
	width: 69%;
}
.stats-section {
  display: flex;
  align-items: center;
  gap:42px;
  flex-wrap: wrap;
}

.stat-box {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
}

.stat-box .icon {
  width: 80px;
  height: 80px;
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-box .icon img {
  width: 40px;
  height: 40px;
}

.stat-box .text h5 {
  font-size:24px;
  margin: 0;
  font-weight: 500;
}

.stat-box .text p {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
  margin: 5px 0 0;
}
.stat-box .text p span{
	display: block;

}

/* ✅ Responsive */
@media (max-width: 768px) {
  .stats-section {
    flex-direction: unset;
    gap: 30px;
    text-align: center;
    justify-content: center;
  }

  .stat-box {
    flex-direction: column;
  }

  .stat-box .icon {
    width: 70px;
    height: 70px;
  }

  .stat-box .text h2 {
    font-size: 26px;
  }

  .stat-box .text p {
    font-size: 18px;
  }
  .stat-box .text p span {
    display: inline;
  }

}












.section-five .cont{
	width:100%;
	display: inline-block;
}
.section-five .cont .points{
	font-size:22px;
	color:#fff;
	font-weight: 500;
}
.section-five .cont .points span{
	display: block;
}
.section-five .cont .bdl{
	border-left: 1px solid #fff;
	padding-left: 20px;
}
.logo-slider {
  overflow: hidden;
  padding:28px 0px 0px;
}
.title{
	font-size:18px;
	color:#fff;
	font-weight: 500;
	text-align: left;
	text-transform: capitalize;
}
.logo-track {
   display: flex;
  width: max-content;
  animation: scroll 40s linear infinite;
}
.dlogo {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.dlogo img {
  object-fit: contain;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}



.counter-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background:#200f3b;
    color: white;
    text-align: center;
    padding:25px 15px;
    transition: transform 0.3s ease-in-out;
    transform: translateY(100%); /* Initially hidden */
    z-index:2;
    box-shadow: 0 0 30px 5px rgba(255, 97, 15, .55);
}
.counter-footer.show {
    transform: translateY(0); /* Slide up to show */
}
.counter-footer .container {
  width: 1265px;
}
.counter-footer .counter-lt{
	width: 100%;
	float: left;
	border-right:2px solid #fff;
}
.counter-footer .counter-lt h5.title{
	font-size:16px;
	color: #fff;
	text-align: right;
	font-weight: 500;
	padding:25px 24px 25px 0px;
}
.counter-footer .counter-rt{
	width: 100%;
	float: left;
}
#countdown {
  display: flex;
  gap: 20px;
  font-family: sans-serif;
  text-align: center;
  font-size: 2em;
  justify-content: left;
}
.time-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.value {
  font-size:24px;
  font-weight: bold;
  padding-bottom:6px;
}
.label {
  font-size:14px;
  text-transform: capitalize;
  margin-top: 5px;
}
.speakers-wrap{
	width: 100%;
	background:#fff;
	display: inline-block;
	padding:60px 0px;
}
.speakers-wrap .container{
  width: 69%;
  margin: auto;
}
.speakers-wrap h3{
	font-size: 32px;
	color:#430536;
	font-weight:500;
	margin-bottom:20px;
  position: relative;
}

.speaker-profile{
	width: 100%;
	display: inline-block;
	position: relative;
	cursor: pointer;
}



.speaker-list {
  width:100%;
}
.speakerprofile img {
  cursor: pointer;
  transition: filter 0.3s;
  filter: grayscale(100%);
}

.speakerprofile img:hover {
  filter: grayscale(0%);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 998;
  display: none;
}
.overlay.active {
  display: block;
}
.profile-panel {
  position: fixed;
  top: 0;
  right: -800px;
  width:800px;
  height: 100%;
  background-color: #fff;
  padding:100px 94px;
  box-shadow: -2px 0 10px rgba(0,0,0,0.2);
  transition: right 0.5s ease;
  z-index: 999;
  border-top:10px solid #6c298f;
}
.profile-panel.active {
  right: 0;
}
.profile-panel h2{
	font-size: 32px;
	color:#200f3b;
	font-weight:500;
	padding-bottom:20px;
}
.profile-panel p#designation{
	font-size: 16px;
	color: #361B74;
	font-weight: 500;
	text-align: left;
	padding-bottom: 4px;
}
.profile-panel p#company{
	font-size: 16px;
	color: #333;
	font-weight: 500;
	text-align: left;
	padding-bottom: 4px;
	font-style: italic;
}
.profile-panel p#description{
	font-size: 15px;
	color: #333;
	line-height: 26px;
	font-weight: 400;
	text-align: left;
	border-top: 1px solid #cdcdcd;
	padding-top: 10px;
	margin-top: 40px;
	white-space: pre-line;
	height: 700px;
	overflow-x: auto;
	overflow-y:scroll;
	padding-bottom: 40px;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size:48px;
  font-weight: bold;
  cursor: pointer;
}


.hover-color-img {
  filter: grayscale(100%);
  transition: filter 0.5s ease;
}

.hover-color-img:hover {
  filter: grayscale(0%);
}
/*Profile Popup*/
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-content-profile {
    background: #3E227D;
    padding: 20px;
    border-radius: 10px;
    /*max-width: 500px;*/
    width: 40%;
    position: relative;
    text-align: center;
}
.popup-content-profile img {
    width:250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    float: left;
}
.close-popup {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size:44px;
    color:#fff;
    cursor: pointer;
}
.popup-content-profile .popup-content-profile-details{
	width:95%;
	background:#fff;
	border-radius: 15px;
	padding: 25px;
	margin:20px auto 0px;
	display: inline-block;
}
.popup-content-profile .popup-content-profile-details #popupName{
	font-size: 32px;
	color: #361B74;
	font-weight: 700;
	text-align: left;
	padding-bottom: 6px;
}
.popup-content-profile .popup-content-profile-details #popupDesignation{
	font-size:16px;
	color: #333;
	font-weight: 700;
	text-align: left;
	padding-bottom:4px;
}
.popup-content-profile .popup-content-profile-details #popupCompany{
	font-size:16px;
	color: #333;
	font-weight: 700;
	text-align: left;
	padding-bottom:4px;
}
.popup-content-profile .popup-content-profile-details #popupDescription{
	font-size:16px;
	color: #333;
	font-weight:400;
	text-align: left;
	border-top: 1px solid #cdcdcd;
	padding-top:10px;
}
/*Speaker Slider*/
.speaker-slider {
  width:100%;
  margin:40px auto 0px;
  overflow: hidden;
  position: relative;
}
.speaker-slider-wrap{
	position: relative;
}
.slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

.speaker-slide {
  flex: 0 0 25%; /* 100% / 3 = 33.3333% */
  box-sizing: border-box;
  padding:0px 5px;
  transition: all .3s ease-out;

}
.speaker-list {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden;
  transition: all .3s ease-out;
}

.speaker-slide:hover .speaker-list {
  background: #430536;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.speaker-slide:hover h4{
	color: #fff;
}
.speaker-slide:hover h5{
	color: #fff;
}

.speaker-slide img {
  width: 100%;
  display: block;
  border-radius: 40px;
}
.speaker-slide h4{
	display: block;
	font-size:22px;
	color:#430536;
	font-weight: 500;
	text-align: center;
	padding: 10px 0px 8px;
}
.speaker-slide h5{
	display: block;
	font-size:16px;
	color:#333;
	font-weight: 500;
	text-align: center;
	padding-bottom: 10px;
}
.speaker-slide h5 span{
	display: block;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 24px;
}

.slider-btn.left {
  left:5px;
}

.slider-btn.right {
  right:5px;
}
/*End Speaker Slider*/
/*Profile Popup end*/
.agenda-wrap{
	width: 100%;
	display: inline-block;
	position: relative;
	padding:40px 0px;
}
.agenda-wrap h3{
	font-size: 32px;
	color:#361B74;
	font-weight:500;
	padding-bottom: 10px;
}
/*--------------------- AGENDA ----------------------------*/   
.agenda-section {
    /* background: linear-gradient(to bottom right, rgba(67, 5, 54, 1) 20%, rgba(223, 62, 93, 1) 100%); */
	background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
    color: white;
    padding: 80px 20px;
    width: 100%;
    margin-top: -2px;
}
.agenda-container {
    width: 69%;
    margin: 0 auto;
    text-decoration: none;
    background-color: #430536;
    padding: 20px 100px 40px 100px;
    border-radius: 60px;
}
.agenda-tabs-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.agenda-container h3.title {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 16px;
  text-transform: capitalize;
}
.tabs {
    text-align: center;
    margin-bottom: 20px;
    width: 50%;
}
.tab-link {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 20px;
    transition: background-color 0.3s;
    font-size: 18px;
    margin: 0 5px;
    color: rgba(255, 255, 255, 0.577);
    width: 45%;
}
.active-tab-one{
    color: #d97945;
    border-right: 1px solid #ffffff48;
    border-bottom: 1px solid #ffffff48;
}
.active-tab-two{
    color: #d97945;
    border-left: 1px solid #ffffff48;
    border-bottom: 1px solid #ffffff48;
}
.agenda-info {
    text-align: center;
    margin-bottom: 20px;
}
.agenda-info h4.paragraph {
  font-size:18px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 16px;
  text-transform: capitalize;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.agenda-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.agenda-table tr:nth-child(even) {
  background-color: #600f39; /* Light gray for even rows */
  color:#fff;

}
.agenda-table tr:nth-child(odd) {
  background-color: #430536; /* White for odd rows */
  color:#fff;
}
.agenda-table th, .agenda-table td {
    text-align: left;
    padding: 13px;
    font-size: 20px;
    font-weight: 300;
    vertical-align: top;
}
.agenda-table td {
    padding-left:15px;
    line-height: 24px;
}
.agenda-table th {
    font-size:22px;
	font-weight: 500;
}
.agenda-container p{
	font-size: 12px;
}
.agenda-container p strong{
	font-weight: 500;
}
.orange-box{
    background-color: #FD541F; 
    padding: 16px;
    padding-bottom: 16px;
}

.td-time-block{
    width: 22%;
}
.td-middle-column{
    width: 30%;
}
.td-equil-column{
    width:24%;
}
.grey-box {
    width:100%;
    float: left;
    color:#000;
    background-color: #cdcdcd;
    font-size: 15px!important;
    padding:8px 6px;
}
.td-third-column{
    border-left: 1px solid #FD541F;
    vertical-align: middle !important;
    padding-left: 40px !important;
}
/* .rest{
    line-height: 18px !important;
} */

/* .td-time-block.rest{
    line-height: 18px;
} */
.td-details-block{
    width: 80%;
}
.main-container.sponsor-block{
    padding:80px 0px 120px;
}
/*Accordian*/
.accordion-item {
    margin-bottom: 10px;
}
.accordion-header {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    text-align: left;
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-content {
    padding:0px;
    max-height: 0;
    overflow: hidden;
    background-color: #f1f1f1;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.accordion-content p {
    margin: 0;
}
.icon {
    font-weight: bold;
    font-size: 18px;
}
/*End Accordian*/


.widget-wrap{
	width: 100%;
	background:#fff;
	display: inline-block;
	padding:40px 0px;
}
.widget-wrap h3.title{
	font-size: 32px;
	color:#361B74;
	font-weight:500;
	padding-bottom: 10px;
}

.venu-wrap{
	width: 100%;
	display: inline-block;
	padding:60px 0px;
	background: #600f39 url("../images/venu-bg.png");
	background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.venu-container {
  max-width: 1260px;
  margin: 0 auto;
  text-decoration: none;
  padding:0px 200px 0px 0px;
  border-radius: 60px;
}
.venu-container h3.title {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.venu-container h4.title {
  font-size:20px;
  color: #fff;
  font-weight: 400;
  padding-bottom:36px;
  text-transform: capitalize;
}
.venu-container p {
  font-size:20px;
  color: #fff;
  font-weight:300;
  padding-bottom: 16px;
  line-height:32px;
  text-transform: capitalize;
}
.venu-container p a{
  color: #FD541F;
  font-weight: 700;
  transition: all 300ms ease 0s;
}
.venu-container p a:hover{
  color: #fff;
}
.venu-container .viewmap {
  width:100%;
  display: inline-block;
  padding:25px 0px 0px;
}
.venu-container .viewmap a{
	font-size:18px;
  color: #fff;
  text-decoration: underline;
  font-weight:500;
  transition: all 300ms ease 0s;
}
.venu-container .viewmap a img{
	width: 28px;
	margin-right: 10px;
}
/*Video*/
.video-row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.video-row .video{
    flex:0 48%;
    margin:20px 10px;
}
.video-row .img-text{
    width: 100%;
    font-size: 18px;
    text-align: center;
    color:#000;
    padding: 10px 0px;
}
.share-button button {
  background: #FF610F;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  color: #fff;
  border-radius: 15px;
  cursor: pointer;
  margin-top: 10px;
}
.form{
	width: 100%;
	display: inline-block;
	padding:20px 0px 10px;
}
.form-control {
  padding:12px 10px;
  border: 1px solid transparent;
  transition: all .3s ease;
  font-size: 14px;
  color: #273f5b;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, );
  border: 1px solid #cdcdcd;
  width: 100%;
  outline: 0;
  border-radius: 8px;
}
.form-control:focus {
  color:#273f5b;
  background-color:#f0eef4;
  border-color:#200f3b;
  outline:0;
}
#form-message{
	font-size: 14px;
	color:#fff;
}
.form label{
	font-size: 20px;
	color:#200f3b;
	font-weight:300;
	padding-bottom: 5px;
}
.form .form-group{
	margin-top: 10px;
	margin-bottom: 20px;
}
.pdu-container{
	width:100%;
	margin: 0 auto;
	display: inline-block;
	padding:80px 100px;
}
.pdu-container h3.title{
	font-size: 38px;
  color:#200f3b;
  font-weight:500;
  padding-bottom: 16px;
  text-transform: capitalize;
  text-align: center;
}
.pdu-container p{
	font-size: 18px;
  color:#292929;
  font-weight: 400;
  line-height: 28px;
  padding:5px 68px;
  text-align: center;
}
.sub-heading-three {
  font-size: 28px;
  color: #361B74;
}
.pdu_step{
    width: 100%;
	padding-bottom:40px;
}
.pdu_step ul li{
    font-size: 21px;
    color:#5C5C5C;
    line-height: 35px;
    list-style-type: circle;
}
.email_box{
    width: 100%;
    margin:0 auto 40px;
    text-align: center;
}
.email_box .inputReg{
    width:30%;
    padding:19px 10px 13px;
    text-align: left;
}
.button1 {
  background-color: #FF610F;
  color: white;
  padding: 12px 28px;
  border: none;
  border-radius: 5px;
  font-size: 22px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
/*footer*/
.footer {
    width: 100%;
    background: #dee2e6;
    padding:40px 0px;
    position: relative;
}
.footer .container{
	width: 1265px;
}
.footer .btmlogo{
	width: 100%;
	float: left;
}
.footer .btmlogo img{
	width:170px;
}
.footer .copyright{
	font-size:18px;
	color:#000000;
	text-align: left;
	font-weight:500;
	padding: 20px 0px;
}
.footer .copyright2{
	font-size:15px;
	color:#000000;
	text-align: right;
	font-weight:500;
	padding: 20px 0px 10px;
}
.footer .callcenter{
	width: 100%;
	float: left;
	padding:0px 0px;
	text-align: right;
}
.footer .callcenter a{
	font-size:15px;
	color:#000000;
	text-align: right;
	font-weight:500;
	padding:0px 5px;
	border-right: 1px solid #000;
}
.footer .callcenter a:last-child{
	border-right: none;
}
.scrollToTop {
	text-align:center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position:fixed;
	bottom:105px;
	right:23px;
	display: none;
	width:80px;
	padding:13px;
	z-index:9;
	}
.whatsapp {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 8px;
}
/*TOPIC BLOGS*/
.topic-tabs-container{
    position: relative;
    background: linear-gradient(to bottom, #f8f5f0, #ffffff);
    padding-bottom:80px;
    margin-top: 52px;
    border-top:1px solid #e5e7eb;
}
.topic-tabs-container .container{
  position: relative;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom:80px;
}
.topic-tabs {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin-top: -46px;
}
.topic-tabs li {
  padding: 12px 20px;
  cursor: pointer;
  background:linear-gradient(to bottom, #f8f5f0, #ffffff);
  transition: 0.3s;
  color: #666666;
  border-left: 2px solid #e5e7eb;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 600;
  flex: 1;  
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.topic-tabs li.active {
  /* color: #200f3b;
  border-left: 2px solid #200f3b;
  background: linear-gradient(to bottom, #ffffff, #f8f5f0); */
  color: #fff;
  border-left: 2px solid #200f3b;
  background: #200f3b;
}
.topic-tab-content {
  display: none;
  padding:0px 0px;
  margin-top: -1px;
}
.topic-tab-content.active {
  display: block;
}
.topic-tabs-container .tab-arrows {
  position: absolute;
  bottom:90px;
  right: 10px;
}
.topic-tabs-container .tab-arrows button {
  cursor: pointer;
  border: none;
  background:transparent;
}
.topic-tabs-container .tab-arrows button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.blog-arrow{
    color: #200f3b;
    width: 32px;
    height: 32px;
}

/* MOBILE */
@media (max-width: 768px) {
  .topic-tabs {
    flex-direction: column;
  }

  .topic-tabs li {
    margin-bottom: 5px;
  }
}
.accordion-title {
  display: none;
}