
:root{
   --bg:#0b0e1a;
  --panel:#111827;
  --rowA:#050B2A;
  --rowB:#0B1336;           /* subtle alt row */
  --muted:#9aa3b2;
  --text:#e5e7eb;
  --thead-13:#3A3E53;
  --yes:#22c55e;
  --row-h: 64px;            /* uniform row height */
  --td-border:#C2C7D4;
  }
body{
	line-height: 1.5;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
}
html {
  scroll-behavior: smooth; /* Enables smooth scrolling for the entire page */
}
*{
	margin:0;
	box-sizing: border-box;
}
:before,:after{
	box-sizing: border-box;
}

.row{
	display: flex;
	flex-wrap: wrap;
}
.v-center{
	align-items: center;
	justify-content: space-between;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
/* header */
.header{
/*	display: block;*/
	width: 100%;
	position: absolute;
	z-index: 99;
	padding:20px 0 5px 0;
	top:5%;
}
.header .item-left{
	flex:0 0 10%;
}
.header .logo a{
	font-size: 30px;
	color:#000000;
	font-weight: 700;
	text-decoration: none;
}
.header .item-center{
	flex:0 0 55%;
	display: flex;
        justify-content: flex-start;
}
.header .item-right{
	flex:0 0 27%;
	display: flex;
	justify-content: flex-end;
	
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 12px;
     color:#fff;
     display: inline-block;
    
     transition: color 0.3s ease;
}
.header .item-right:hover a{
	color: #fff !important;
}
.header .item-right a i{
	margin-right: 8px;
}
.header .menu > ul > li{
	display: inline-block;
	line-height: 50px;
	margin-left: 15px;
}
.header .menu > ul > li > a{
	font-size: 14px;
	font-weight: 500;
	color:#fff;
	position: relative;
font-style: normal;
font-weight: 500;
line-height: 103.607%; /* 12.433px */



	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color:#ffffff;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
}
@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
	        background: #fff;
        border-radius: 16px;
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
.pad-0{
	padding: 0 !important;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
	text-align: left;
}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 14px;
	color: #03386F;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 500;
}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 12px;
	color:#000;
	font-weight: 400;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title i{
	color: #F26527;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 85%;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4-1{
	max-width: 95%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 25px;
	background: #fff !important;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4-2{
	max-width: 95%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 25px;
	background: #fff !important;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 60%;
  
  text-align: left;
      text-align: left;
    background: #fff;
    padding: 22px 25px;
    border-radius: 16px 0 0 16px;

}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item-1{
  flex:0 0 40%;
  
  text-align: left;
      background: #4F0174;
    padding: 40px 40px;
    border-radius: 0px 16px 16px 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4-1 > .list-item{
  flex:0 0 50%;
  
  text-align: left;
  padding: 0;
  background: unset;
  border-radius: 0;
     
    

}
.header .menu > ul > li .sub-menu.mega-menu-column-4-1 > .list-item-1{
  flex:0 0 50%;
  
  text-align: left;
  padding: 0;
  background: unset;
  border-radius: 0;
     
}
.header .menu > ul > li .sub-menu.mega-menu-column-4-3 > .list-item{
  flex:0 0 33%;
  
  text-align: left;
  padding: 0;
  background: unset;
  border-radius: 0;
     
}
.header .menu > ul > li .sub-menu.mega-menu-column-4-3 > .list-item-1{
  flex:1 0 30%;
  
  text-align: left;
  padding: 0;
  background: unset;
  border-radius: 0;
     
}
.header .menu > ul > li .sub-menu.mega-menu-column-4-3{
	padding: 0;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4-2 > .list-item{
  flex:0 0 25%;
  
  text-align: left;
  padding: 0;
  background: unset;
  border-radius: 0;
     
    

}
.header .menu > ul > li .sub-menu.mega-menu-column-4-4 > .list-item{
  flex:0 0 100%;
 
  text-align: left;
  padding: 0;
  background: unset;
  border-radius: 0;
     
}
.header .menu > ul > li .sub-menu.mega-menu-column-4-4{
	max-width: 1140px;
	padding: 40px 25px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4-3{
	max-width: 1140px;
}
.cnt-para{
	font-size: 22px;
    line-height: 1.6;
    font-weight: 700;
    color: #fff;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	    font-size: 14px;
    color: #000;
    font-weight: 600;
	line-height: 1;
	padding:10px 0 15px 0;
	
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item-1.text-center .title{
	text-align: center;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item-1 .title{
	    font-size: 14px;
    color: #000;
    font-weight: 600;
	line-height: 1;
	padding:10px 0 15px 0;
	
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}


.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item ul{
	margin-bottom: 30px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#7C07DB;
}


.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}

/*responsive*/
@media(max-width: 991px){

	.header .item-center{
		order:3;
		flex:0 0 100%;
	}
	.header .item-left,
	.header .item-right{
	
	}
	.v-center{
		justify-content: space-between;
	}
	.header .mobile-menu-trigger{
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}
	.header .mobile-menu-trigger span{
		display: block;
		height: 2px;
		background-color: #fff;
		width: 24px;
		position: relative;
	}
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #fff;
	}
	.header .mobile-menu-trigger span:before{
		top:-6px;
	}
	.header .mobile-menu-trigger span:after{
		top:6px;
	}
	.header .item-right{
		align-items: center;
	}

	.header .menu{
		position: fixed;
		width: 90%;
		background-color:#000;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.header.clr-black .menu{
background: #fff;
	}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
		text-align: left;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgb(137 8 207);
	}
	.header .menu > ul > li > a i{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}
	.header .menu .mobile-menu-head{
		display: flex;
		height: 66px;
		border-bottom: 1px solid #000;
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #000;
		top:0;
	}
	.header.clr-black .menu .mobile-menu-head{
background: #fff;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.7);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#fff;
		font-size: 16px;
		display: none;
	}
	.header.clr-black .menu .mobile-menu-head .go-back{
color: #000;
	}
	.header .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
	color: #fff;
		padding: 10px 0;
	}
	.header.clr-black .menu .mobile-menu-head .current-menu-title{
color: #000;
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.7);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#fff;	
		font-size: 25px;
	}
	.header.clr-black .menu .mobile-menu-head .mobile-menu-close{
		color: #000;
	}
	.header .menu .menu-main{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.header .menu > ul > li .sub-menu.active{
	display: block;
	background: #fff;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
		color: #000;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 0px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
}


.logo img{
	max-width: 200px;
}
.header .item-right .header-btns{
font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.98px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.20);
    padding: 10px 12px;
    border-radius: 10px;
    color: #fff;
    border:1px solid #fff;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease; /* Smooth transition */
}
.header .item-right .header-btns-2{
font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.98px;
    text-transform: uppercase;
    background: #fff;
    padding: 13px 25px;
    border-radius: 10px;
    color: #000 !important;
    border:1px solid #fff;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease; /* Smooth transition */
}
.header .item-right .header-btns-1{
font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.98px;
    text-transform: uppercase;
    background: #130A39;
    padding: 13px 25px;
    border-radius: 10px;
    color: #fff;
    border:1px solid #fff;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease; /* Smooth transition */
}

/*.container-main{
	max-width: 95%;
}
*/

.new-intellgience{
	padding: 60px 0;
}
.new-intellgience .new-intellgience-inside{
	padding-right: 50px;
}
.new-intellgience .new-intellgience-inside h2{
	color: #070707;
font-family: Montserrat;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 48px */
text-transform: capitalize;
margin-bottom: 25px;
}

.new-intellgience .new-intellgience-inside p{
	color: #000;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
}

.r-link {
    margin-top: 40px;
}

.r-link a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.m-link {
    margin-top: 40px;
}

.m-link a {
    color: #7E04D5;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.left-side-mega{
	display: flex;
	gap: 15px;
	margin-bottom: 5px;
	align-items: baseline;
}

.left-side-mega-headthree{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 7px;
	line-height: 1;

}
.left-side-mega-headthree a{
	color: #010F55;
}

.left-side-mega-para{
	color: #000000;
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.325px;
    margin-bottom: 5px;
}

.left-side-mega-inside{
	position: relative;
}

.left-side-mega-inside ul {
    margin: 0;
    padding: 0;
    margin-bottom: 0 !important;
}

.left-side-mega-inside ul li {
    position: relative;
    list-style: none;
    padding: 2px 8px;
    border-radius: 8px;
    padding-left: 20px;
    margin-bottom: 5px;
    line-height: 0;
}

.left-side-mega-inside li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    color: #000000;
   line-height: 1.5;
    left: 0px;
}

.left-side-mega-inside li a{
	    font-size: 13px !important;
    line-height: 150% !important;
    letter-spacing: normal !important;
    color: #010F55 !important;
    font-weight: 500;
}

.menu-boder-right {
    border-right: 1px dotted #A1A1A1;
    margin-right: 25px;
}
.mega-menu-small{
	position: relative;
}
.mega-menu-small h3{
	display: flex;
color: #010F55;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.35px;
    margin-bottom: 10px;
}

.mega-menu-small h3 a {
    color: #010F55;
}

.mega-menu-small ul {
    margin: 0;
    padding: 0;
    margin-bottom: 0 !important;
    
}
.mega-menu-small ul li {
    position: relative;
    list-style: none;
    padding: 2px 8px;
    border-radius: 8px;
    padding-left: 20px;
    margin-bottom: 5px;
    line-height: 0;
}
.mega-menu-small li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    color: #000000;
   line-height: 1.5;
    left: 0px;
}

.mega-menu-small li a{
	    font-size: 13px !important;
    line-height: 150% !important;
    letter-spacing: normal !important;
    color: #010F55 !important;
    font-weight: 500;
}

.final-mega-bg{
	border-radius: 15px;
    background: #E8E0FA;
    padding: 40px 30px;
}

.final-heading-mega{
	color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 166.4%;
    text-transform: capitalize;
}




.footer {
    position: relative;
    padding: 60px 0 20px 0;
    background-color: #000000;
    color: #adb5bd;
  }
  .footer-bg {
    background: #000000;
}
.m-dotted-line {
    border-top: 1px dotted rgba(188,176,176,.9);
    margin: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    opacity: 9;
}
  .footer h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
   }
   .footer h3 a{
    color: #6D08BE;
   }
   .footer h3 a:hover{
    color: #FFB703;
   }
   .footer h4 {
    font-size: 1rem;
    line-height: 1rem;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 700;
   }
   .footer ul {
    margin: 0;
    padding: 0;
   }
   .footer li {
    margin-bottom: 0.4rem;
    position: relative;
    list-style: none;
   }
   .footer li a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
   }
   .footer li a:hover {
    color: #FFB703;
   }
  
   .footer li a p{
     color: #000;
     font-size: 0.75rem;
     line-height: 18px;
   }
.address p span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.address p {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.social-icons li {
     display: inline-block;
     margin: 0 0.7rem 0 0;
   }
   .social-icons > li > a {
     border: 0.125rem solid #fff;
     border-radius: 50%;
     text-align: center;
     width: 1.875rem;
     height: 1.875rem;
     font-size: 0.875rem;
     display: inline-block;
     line-height: 1.625rem;
   }
   .social-icons > li > a i {
     color: #fff;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     transition: 0.5s;
   }
   
   .social-icons > li > a:hover,
   .social-icons > li > a:focus {
     background:none;
     border:0.125rem solid #6D08BE;
   }
   .social-icons > li > a:hover i{
     color: #6D08BE;
   }
   
   .footer-copyright {
     padding: 0.938rem 0;
     color: #000000;
   }
   .w-70 {
    width: 68%;
}

.subscribe input {
    width: 100%;
    padding: 7px 20px;
    color: #000;
    font-size: 12px;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.14);
}
.address p a {
    color: #ffffff;
}.navmenufooter ul {
     margin-bottom: 0.313rem;
     padding: 0px;
   }
   .navmenufooter ul li {
     color: #fff;
     display: inline-block;
     margin: 0 0rem;
     font-size: 12px;
   }
   .navmenufooter ul li a {
     position: relative;
     color: #fff;
     font-size: 12px;
     line-height: 20px;
     font-weight: 500;
   }
   .navmenufooter ul li a:hover{
     color: #6D08BE;
   }
   .navmenufooter p {
     font-size: 12px;
     color: #fff;
     margin-right: 20px;
     font-weight: 500;
   }

.subscribe input[type=submit] {
    background-image: linear-gradient(to right, #ff0e00 0%, #6d08be 51%, #ff0e00 100%);
    font-size: 14px;
    padding: 0.5rem 2rem;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
    border: 0;
}
.white-border-line {
    margin: 1rem 0;
    border: 0;
    border-top: 1px solid #fff;
    opacity: .25;
}





.fix {
    overflow: hidden;
}

/*.video-banner-main {
    position: relative;
    width: 100%;
    
    overflow: hidden;
    padding: 200px  0 0 0;
}

.bg-video-baan {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; 
}*/

.video-banner-main {
    position: relative;
    width: 100%;
    min-height: 100vh; /* full viewport height */
    overflow: hidden;
/*    background: #000;*/
    
}

.bg-video-baan {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    background: #000;
}

.video-banner-main .hero-content {
    padding-top: 300px; /* pushes content down */
    position: relative;  /* ensures z-index works */
    z-index: 2;          /* above the video */
}

@media (max-width: 767px) {
 
  .trusted-bg h2{
  	margin-bottom: 20px;
  }
  
  .trust-pilot h2{
  	margin-bottom: 20px;
  }
  
}



.video-banner-main .banner-inside{
	margin-bottom: 120px;
}

 .video-banner-main .banner-inside h1{
	text-align: center;
  color: #FFF;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.video-banner-main .banner-inside h1 span{
	font-weight: 700;
}
.video-banner-main .banner-inside p{

color: #FFF;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 36px */
margin-bottom: 25px;
}
.video-banner-main .banner-inside p span{
	font-weight: 700;
}

.video-banner-main .banner-btns{
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 40px;
}

.gradient-btns{
border-radius: 10px;
background: #760e7d;
padding: 13px 35px;
color: #fff;
letter-spacing: 1px;
border: none;
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease; /* Smooth transition */
}
.gradient-btns:hover {
    background: #9d05a7;
}
.plain-btns{
border-radius: 10px;
border: 1px solid #FFF;
background: rgba(255, 255, 255, 0.20);
padding: 13px 35px;
color: #fff;
letter-spacing: 1px;
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease; /* Smooth transition */

}

.plain-btns:hover,.header .item-right .header-btns:hover{
	background: #fff;
	color: #000 !important;
}

.header .item-right .header-btns-1:hover{
background: #241565;
}
.header .item-right .header-btns-2:hover{
background: rgba(255, 255, 255, 0.20);
color: #fff;
}
.ecosystem-brands{
	padding: 50px 0 80px 0;
}

.ecosystem-brands h2{
	color: #FFF;
font-family: Montserrat;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 55px */
text-transform: capitalize;
padding-right: 50px;
}
.ecosystem-brands h2 span{
	font-weight: 700;
}
.ecosystem-brands p{

color: #FFF;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
margin-bottom: 20px;
}


.position-relative
{
	position: relative;
}

.scroll-animation-wrapper {
     position: relative;
    z-index: 1;
    overflow: hidden;
}

.scroll-animation.scroll-right-left {
    -webkit-animation: 80s linear infinite forwards scroll;
    -moz-animation: 80s linear infinite forwards scroll;
    animation: 80s linear infinite forwards scroll
}

.scroll-animation.scroll-left-right {
    -webkit-animation: 80s linear infinite forwards scrollLeft;
    -moz-animation: 80s linear infinite forwards scrollLeft;
    animation: 80s linear infinite forwards scrollLeft
}

.scroll-animation {
    display: flex;
    width: 7200px;
    position: relative;
    will-change: transform; /* Improves animation performance */
    backface-visibility: hidden; /* Fixes visual glitches during animation */
    transform-style: preserve-3d;
}

.scroll-animation .single-column-20 {
   padding: 0 8px;
    flex-shrink: 0; /* Prevents items from shrinking */
    position: relative;
    backface-visibility: hidden; /* Fixes visual glitches */
}

.rbt-testimonial-box {
    position: relative;
    z-index: 2;
    
}

.rbt-testimonial-box .inner {
   position: relative;
    padding: 10px 25px;
    z-index: 2;
    text-align: center;
    background: transparent; /* Explicitly set background */
    transform: translateZ(0); /* Force hardware acceleration */
}
.rbt-testimonial-box .inner.mx-250 img{
max-width: 140px;
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        transform: translateX(-1750px)
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px)
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px)
    }
}

@-webkit-keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        transform: translateX(-1750px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes scrollLeft {
    0% {
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px)
    }

    to {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px)
    }

    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

.mid-clr-line{
	 background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.30) 49.04%, rgba(255, 255, 255, 0.00) 100%);
  border: none; /* Remove default border */
  height: 1px; /* Set the thickness of the line */
  width: 100%; /* Make the hr full width */
  min-width: 200px; /* Set the minimum width */
 margin: 10px 0;
 opacity: 0.9;
}

.trusted-bg{
	padding: 60px 0 100px 0;
}

.trusted-bg h2{
	color: #FFF;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 166.4%; /* 29.952px */
text-transform: capitalize;
margin-bottom: 50px;
}

.trusted-bg h2 span{
	font-weight: 700;
}
.tp-inner-img-wrap{
	position: relative;
	height: 100%;
	padding: 150px 0 0 0 ;
	background: linear-gradient(180deg, rgb(16 13 14) 0%, #0d0d0d 100%);
	
}

/*.tp-inner-img-wrap .tp-inner-img:nth-child(3) {
  position: relative;
  z-index: 2;
}
.tp-inner-img-wrap .tp-inner-img:nth-child(4) {
  position: relative;
  z-index: 1;
}
.tp-inner-img-wrap .tp-inner-img:nth-child(5) {
  position: relative;
  z-index: -1;
}*/


.tp-inner-img.img6 img{
	    /*position: absolute;
    right: 14%;
   
    top: 0%;*/
    position: relative;
    
    
}
.tp-inner-img.img7 img{
	    position: absolute;
    left: 7%;
    max-width: 240px;
    z-index: 1;
    /* right: 2%; */
    bottom: 0%;
	
}
.tp-inner-img.img8 img{
	    max-width: 260px;
    position: absolute;
    right: 7%;
    bottom: 0%
	
}
.tp-inner-img.img9 img{
	position: absolute;
	    right: 13%;
    max-width: 270px;
    top: 41%;
}

.tp-inner-img.img10 img{
	position: absolute;
	max-width: 200px;
        top: 48%;
    left: 5%;
}

.tp-inner-img.img11 img{
	position: absolute;
	max-width: 240px;
        top: 38%;
    left: 11%;
}

.tp-inner-img.img12 img{
	 max-width: 215px;
    top: 48%;
    left: 19%;
    position: absolute;
}


.trust-pilot{
	padding: 60px 0 60px 0;
}
.trust-pilot h2{
	color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.4%;
  margin-bottom: 50px;
}

.trust-pilot h2 span{
	font-weight: 700;
}

.pad-020 img{
	padding: 0 25px;
}

.trust-pilot-inside{
	text-align: center;
}


.common-heading h2{
	color: #070707;
font-family: Montserrat;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 61.8px */
text-transform: capitalize;
margin-bottom: 50px;
}



.common-heading-white h2{
	color: #fff;
font-family: Montserrat;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 61.8px */
text-transform: capitalize;
margin-bottom: 20px;
}

.common-heading-white p{
	color: #FFF;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 33px */
margin-bottom: 30px;
}
.common-heading-1 h2{
	color: #070707;
font-family: Montserrat;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 103%; /* 61.8px */
text-transform: capitalize;
margin-bottom: 15px;
}


.common-heading-1 p{
	color: #000;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 33px */
margin-bottom: 60px;
}
.new-growth{
	padding: 60px 0;
}
.new-growth .new-growth-inside .newgrowth-cnt.marg-btm-growth-20{
	margin-bottom: 20px;
}

.new-growth .new-growth-inside .new-growth-list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
    
}

.new-growth .new-growth-inside .new-growth-list li {
    position: relative;
    padding-left: 1.3em; /* Space for the icon */
    margin-bottom: 10px; /* Optional spacing between items */
    color: #070707;
    font-weight: 400;
    font-size: 16px;
	line-height: 150%; /* 24px */
	text-transform: capitalize;
}

.new-growth .new-growth-inside .new-growth-list li::before {
    content: "\f0da"; 
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    position: absolute;
    left: 0;
    color: #8E96A0; 
}


.new-growth .new-growth-inside .newgrowth-cnt{
	border-radius: 20px;
    border: 1px solid #A0A1B4;
    padding: 40px 35px;
}
.new-growth .new-growth-inside .newgrowth-cnt svg{
	margin-bottom: 30px;
}
.new-growth .new-growth-inside .newgrowth-cnt p{

    color: #070707;
 
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px;

}

.new-growth .new-growth-center{
	background: url(../../images/2026/growth-center.webp);
    width: 100%;
    height: 100%;
    border-radius: 15px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}


.new-growth .new-growth-center .new-growth-center-inside{
	    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    padding: 30px 20px;
}
.new-growth .new-growth-center .new-growth-center-inside img{
margin-bottom: 60px ;
}
.new-growth .new-growth-center .new-growth-center-inside h3{
	color: #FFF;
font-family: Montserrat;
font-size: 35px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 42px */
text-transform: capitalize;

}


hr.new-growth-above{
margin: 30px 0;
}

.multi-channel-main{

background: linear-gradient(116deg, #220C2F 58.33%, #5D0754 99.79%);
padding: 100px 0;
}



/* Tab Titles */

.multichannel-tab-titles {
    position: relative; /* Needed for positioning the line */
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}

.multichannel-tab-titles::after {
    content: "";
    position: absolute;
    bottom: 0px; /* Position the line just below the tab list */
    left: 0;
    width: 100%; /* Full width */
    height: 1px; /* Line thickness */
    background-color: #A591A5; /* Line color */
}
.multichannel-tab-item {
    padding: 15px 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #A591A5;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 24px */
transition: all 0.3s ease;

}
.multichannel-tab-item svg{
	margin-right: 5px;
}
.ta-right-sub-cnt .first-bx,
.ta-right-sub-cnt .second-bx,
.ta-right-sub-cnt .third-bx .third-bx-cnt {
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
}
.multichannel-tab-item.active {
    border-bottom: 2px solid darkgray;
    color: #FFF;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 24px */
 transition: opacity 0.3s ease;
}

/* Tab Content */
.multichannel-tab-content {
    display: none;
    /*padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;*/

    margin-top: 40px;
}

.multichannel-tab-content.active-content {
    display: block;
}


.ta-right-img{
	height: 100%;
}

.ta-right-sub-cnt .first-bx{
	    border-radius: 25px;
    background: linear-gradient(76deg, #930F72 30.1%, #850A90 92.17%);
    box-shadow: 0 -21px 9.4px 4px rgba(0, 0, 0, 0.04);
    padding: 35px 25px;
    margin-bottom: 10px;
}
.ta-right-sub-cnt .first-bx h3{

       color: #FFF;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
}
.ta-right-sub-cnt .first-bx p
{
	color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.ta-right-sub-cnt .first-bx a
{
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.ta-right-sub-cnt .second-bx{
border-radius: 25px;
    background: #D1A0C8;
    box-shadow: 0 -21px 9.4px 4px rgba(0, 0, 0, 0.04);
    padding: 30px 20px;
    margin-bottom: 10px;
}

.ta-right-sub-cnt .second-bx h3 {
        color: #750060;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.ta-right-sub-cnt .second-bx h3 span{
color: #750060;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    
}
.ta-right-sub-cnt .third-bx {
        display: flex;
   
    justify-content: space-around;
    gap: 10px;
}

.ta-right-sub-cnt .third-bx .third-bx-cnt {
        border-radius: 25px;
    background: #B6BBE5;
    box-shadow: 0 -21px 9.4px 4px rgba(0, 0, 0, 0.04);
    padding: 25px 30px;
    flex: 1;
}

.ta-right-sub-cnt .third-bx .third-bx-cnt h3
{
    color: #000;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.ta-right-sub-cnt .third-bx .third-bx-cnt p{

    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
   
    margin-bottom: 0;
}
.ta-right-sub-cnt .third-bx .third-bx-img {    
display: flex;}

.ta-right-sub-cnt .third-bx .third-bx-img img{    
	max-width:150px;

}

.ta-left-cnt h3{

color: #FFF;
font-family: Montserrat;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 54px */
margin-bottom: 15px;
}

.ta-left-cnt p{
	color: #FFF;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}

.striped-main{
	padding: 60px 0 0 0;
}

.striped-main .striped {
	border-radius: 15px;
background: #7B61FF;
padding: 50px;
}

.striped-main .striped  .strip-cnt h3{

color: #FFF;
font-family: Montserrat;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 48px */
margin-bottom:15px;
}
.striped-main .striped  .strip-cnt p{
color: #FFF;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 30px */
}
.striped-main .striped .strip-btns{

border-radius: 8px;
    background: #6D08BE;
    padding: 12px 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;

}

.real-business-main {
    padding: 60px 0;
}

.img-display { 
    display: flex; 
    width: 100%; 
}

.img-display .profile-pic img { 
    height: 100%; 
    width: 100%; 
    object-fit: cover; 
    transition: all 0.7s ease; 
    border-radius: 16px;
}

.img-display .profile-pic.active-business { 
    width: 40%; 
}

.img-display .profile-pic { 
    padding: 0 5px; 
    height: 400px; 
    width: 25%; 
    flex-grow: 1; 
    overflow: hidden; 
    transition: all 0.7s ease; 
    border-radius: 16px;
    position: relative; /* Position for absolute content */
}

.img-display .profile-pic:hover { 
    width: 40%; 
}

.img-display .profile-pic.active-business img { 
    height: 100%; 
}

.img-display .profile-pic.clicked {
    width: 40% !important;
}

.img-display {
    position: relative;
}

.real-business-main .real-business-cnt {
    position: absolute;
    padding: 20px;
    bottom: 5%;
    left: 5%; /* Adjust left to avoid overlap */
    right: 5%; /* Ensure content stays within bounds */
    width: 90%;
   
    border-radius: 10px;
    transition: all 0.5s ease; /* Smooth transition for hover/active */
}

.real-business-main .real-business-cnt h3 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 15px;
}

.real-business-main .real-business-cnt span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.real-business-main .real-business-cnt p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 10px 0;
    padding-right: 20px; /* Ensure space for the icon */
    transition: all 0.3s ease;
}

.real-business-main .real-business-cnt .real-business-arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.real-business-arrow i {
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-display .profile-pic:hover .real-business-cnt p,
.img-display .profile-pic.active-business .real-business-cnt p {
    padding-right: 40px; /* Ensure space for icon when active or hovered */
}

.img-display .profile-pic:hover .real-business-cnt i,
.img-display .profile-pic.active-business .real-business-cnt i {
    opacity: 1; /* Show icon when active or hovered */
}


.success-stories-home{
	
	padding: 60px 0;
}

.success-stories-home .success-stories-inside{
	background: url(../../images/2026/success-stories-bg.webp);
	padding: 40px;
	    background-size: cover;
    background-repeat: no-repeat;
	
}
.success-stories-home .success-stories-inside .success-storis-cnt{
	padding-right: 60px;
}
.success-stories-home .success-stories-inside .success-storis-cnt span{
color: #000;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 124%; /* 31px */
text-transform: capitalize;
}


.success-stories-home .success-stories-inside .success-storis-cnt h2{
color: #000;
font-family: Montserrat;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 124%; /* 59.52px */
text-transform: capitalize;
margin-bottom: 20px;
margin-top: 20px;
}
.success-stories-home .success-stories-inside .success-storis-cnt ul{
	display: flex;
	gap: 15px;
}
.success-stories-home .success-stories-inside .success-storis-cnt li{
color: #000;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 135%; /* 21.6px */
text-transform: capitalize;

}


.success-stories-home .success-stories-inside .success-storis-cnt li b{
font-weight: 700;
}

.success-stories-home .success-stories-inside .success-storis-cnt li.bord-r{
border-right: 1px solid #888888;
    padding-right: 10px;
    margin-right: 10px;
}

.success-stories-home .success-stories-inside .success-storis-bx .pink-clr-bx{
border-radius: 15px;
background: #B50385;
padding: 30px 25px 25px 25px;
margin-bottom: 20px;
}
.success-stories-home .success-stories-inside .success-storis-bx .blue-clr-bx{
border-radius: 15px;
background: #43249C;
padding: 30px 25px 25px 25px;
}

.success-stories-home .success-stories-inside .success-storis-bx .pink-clr-bx p, .success-stories-home .success-stories-inside .success-storis-bx .blue-clr-bx p {
	color: #FFF;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 135%; /* 21.6px */
text-transform: capitalize;
margin-bottom: 30px;
}

.success-stories-home .success-stories-inside .success-storis-bx a{
color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;

}

.success-stories-home .success-stories-inside .success-storis-bx a i {
    opacity: 0; /* Initially hide the arrow */
    transition: opacity 0.4s ease; /* Smooth transition for opacity */
    margin-left: 8px; /* Space between text and arrow */
}

.success-stories-home .success-stories-inside .success-storis-bx a:hover i {
    opacity: 1; /* Show the arrow when hovering */
}


.common-heading-2 h2{
	color: #070707;
text-align: center;
font-family: Montserrat;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 103%; /* 61.8px */
text-transform: capitalize;
margin-bottom: 25px;
}



.common-heading-2 p{
	color: #070707;
text-align: center;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 33px */
}
.bg-growth-main{
	padding: 60px 0;
}
.bg-growth{
	border-radius: 30px;
background: linear-gradient(180deg, rgba(243, 191, 203, 0.00) 0%, #CAA1BF 100%);
padding: 100px 50px 63px 50px;
position: relative;
}

/*.bg-growth img{
	position: absolute;
}
*/


.growth-img img{
	position: absolute;
    left: 27%;
    max-width: 450px;
    bottom: -2%;
}
.growth-shadow img{
	position: absolute;
	bottom: -12%;
}

.growth-tab-list {
  list-style-type: none;
  padding: 0;
  display: flex;
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap to the next line */
  justify-content: flex-start; /* Align items to the left */
  margin-bottom: 20px;
  gap: 10px;
}
.growth-tab-item:hover {
  background-color: #b2dfdb;  /* Light teal */
}
.growth-tab-item {
  padding: 5px 15px;
  border-radius: 100px;
border: 1px solid #FFF;
background: rgba(255, 255, 255, 0.23);
  cursor: pointer;
  color: #000;
text-align: center;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 19.5px */
text-transform: uppercase;
  transition: background-color 0.3s ease-in-out;
  z-index: 999
}

.growth-tab-item:hover {
  background-color: #fff;  /* Light teal */
}

.active-growth {
  border-radius: 100px;
    border: 1px solid #C289A8;
    background: #FFF;
    ;
}

.growth-tab-content {
	display: none;
      padding: 70px 50px;
    /* background-color: #f1f8e9; */
    /* border: 1px solid #c8e6c9; */
    
    border-radius: 32px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.18);
}
.growth-tab-content p{
	color: #000;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 33px */
margin-bottom: 30px;
}

.growth-tabs-btns{
	border-radius: 10px;
background: linear-gradient(90deg, #BF0183 0%, #4514A0 100%);
padding: 12px 25px;
color: #fff;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
}
.active-growth-content {
  display: block;
}

.compersive-b2b-main{
	padding: 60px 0;
}

.bg-videos-compresive {
    position: relative;
    width: 100%;
    
    overflow: hidden;
    border-radius: 25px;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  /* Center the video */
    width: 100%;
    height: 100%;
    object-fit: cover;  /* Ensure the video covers the entire container without stretching */
    z-index: -1;  /* Place the video behind any content */
}


.compersive-b2b-main {
    position: relative;
    z-index: 1;  /* Ensure content section is above the video */
}

.compersive-b2b-main .compresive-inside{
	padding: 100px;
}


.compersive-b2b-main .compresive-inside h2{
	color: #FFF;
font-family: Montserrat;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 66px */
text-transform: capitalize;
margin-bottom: 15px;
}

.compersive-b2b-main .compresive-inside p{
	color: #FFF;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 33px */
margin-bottom: 50px;
}

.compersive-b2b-main .compresive-counter {
	border-radius: 19px;
border: 1px solid #9D8181;
background: rgba(21, 13, 22, 0.60);
padding: 40px;
}
.compersive-b2b-main .compresive-counter .compresive-counter-inside svg{
	margin-bottom: 20px;
}

.compersive-b2b-main .compresive-counter .compresive-counter-inside h3{
color: #FFF;
font-family: Montserrat;
font-size: 35px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 15px;
}
.compersive-b2b-main .compresive-counter .compresive-counter-inside p{
color: #FFF;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 25px;
margin-bottom: 0;
}
.compersive-b2b-main .compresive-counter .compresive-counter-inside p b{
font-weight: 700;
font-size: 16px;
}

.bord-rig-1{
	border-right: 1px solid #fff;
	padding-right: 15px;
    margin-right: 15px;
}
.testimonial-sli{
	padding: 60px 0 30px 0;
}
.testimonial-sli .testimonial-inside{
max-width: 90%;
margin-bottom: 60px;
}
.testimonial-sli .testimonial-inside h3{
	color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 0px;
}
.testimonial-sli .testimonial-inside p{

    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
}

.testimonial-sli .testimonial-inside span{
	    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.testimonial-sli .testimonial-inside svg{
	margin-bottom: 15px;
}


.testimonial-sli .swiper-pagination {
  position: absolute;
  bottom: 10px;
 text-align: left;

}

.testimonial-sli .swiper-pagination-bullet {
  width: 8px;               
  height: 8px;              
  margin: 0 4px;            
  background-color: #fff; 
  opacity: 1;             
  transition: opacity 0.3s ease;  
}

.testimonial-sli .swiper-pagination-bullet-active {
  opacity: 1;              
  background-color: #7445F7;  
}


.testimonial-sli .swiper-pagination-bullet:hover {
  background-color: #F7970E;  
  opacity: 1;                 
}




/* Destination Item Styling */
.destination-item4 {
    position: relative;
    z-index: 2;
}

.destination-item4.style2 .destination-item4_img {
    border-radius: 24px;
}

.destination-item4.style2 .destination-item4_img img {
    border-radius: 24px;
}

.th-ani {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* Style 3 Hover Effect Fix */
.destination-item4.style3 .destination-content {
    z-index: 4;
}

.destination-item4.style3 .destination-item4_img {
    position: relative;
    z-index: 2;
}

.destination-item4.style3 .destination-item4_img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(13,59,70,0.7), rgba(13,59,70,0.7));
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s 0.3s; /* Smooth transition */
}

.destination-item4 .destination-content {
    position: absolute;
    top: 30px;
    left: 30px;
    background: #fff;
    border-radius: 30px;
    padding: 8px 15px;
}

.destination-item4 .destination-content .box-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.destination-item4 .destination-content .box-title img {
    margin-right: 6px;
}

.destination-item4 .icon-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    --btn-size: 50px;
    line-height: 44px;
}

.destination-item4 .icon-btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

/* Hover effect to make the overlay appear */
.destination-item4:hover.style3 .destination-item4_img::before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0s 0s; /* Ensure visibility changes after opacity */
}

/* Destination Area Styling */
.destination-area10 {
    background-color: #E9F1EC;
    margin: 0 60px;
    border-radius: 60px;
}

@media (max-width: 1500px) {
    .destination-area10 {
        margin: 0;
        border-radius: 0;
    }
}

/* Swiper-Specific Styling */
.destinationSlider10 .slider-arrow {
    --icon-size: 64px;
}

.destinationSlider10 .swiper-slide:nth-child(2) .destination-item4 {
    margin-top: 60px;
}

.destinationSlider10 .swiper-slide:nth-child(4) .destination-item4 {
    margin-top: 60px;
}

.destinationSlider10 .swiper-slide:nth-child(6) .destination-item4 {
    margin-top: 60px;
}

.destinationSlider10 .swiper-slide:nth-child(8) .destination-item4 {
    margin-top: 60px;
}

.destinationSlider10 .swiper-slide:nth-child(10) .destination-item4 {
    margin-top: 60px;
}

.destinationSlider10 .swiper-slide:nth-child(12) .destination-item4 {
    margin-top: 60px;
}

/* Global Image Styling */
.global-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.global-img:after {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}


.destination-item4_img img{
	width: 100%;
}

.cnt-slip{
	    position: absolute;
    bottom: 10%;
    /* left: 8%; */
    overflow: hidden;
    padding: 0 25px;
}

.cnt-slip h3{
    color: #FFF4F4;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.cnt-slip p{
color: #FFF4F4;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.cnt-slip i{
	color: #fff;
}

.designation-main{
	padding: 60px 0;
}



/* Specific "Read More" Animation */
.cnt-slip a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}








.cnt-slip a {
 
  display: inline-flex;
  align-items: center;
  transition: opacity 0.4s ease, transform 0.4s ease; /* Smooth transition */
}


.cnt-slip a .text {
  display: none; /* Hide text initially */
  margin-right: 8px; /* Space between the text and the arrow */
}





.destination-item4:hover .cnt-slip a:hover .text {
  display: inline-block; /* Show the "Read More" text */
  opacity: 1;
  transform: translateX(0); /* Bring the text to its original position */
  transition: opacity 0.3s ease, transform 0.3s ease;
}


.destination-item4:hover .cnt-slip a i {
  opacity: 1;
  transform: translateX(0); /* Move the arrow back */
}


.destination-item4:hover .destination-item4_img {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}



.both-scrolling{
	padding: 60px 0;
}
.rbt-new-section-gap-1 {
    padding: 60px 0;
}
.overflow-unique {
    overflow: hidden!important;
}
.scroll-animation-container-1 {
    position: relative;
    z-index: 1;
}
.scroll-animation-1.scroll-right-left-1 {
    -webkit-animation: scrollRightLeft 80s linear infinite;
    -moz-animation: scrollRightLeft 80s linear infinite;
    animation: scrollRightLeft 40s linear infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.scroll-animation-2.scroll-left-right-2 {
    -webkit-animation: scrollLeftRight 80s linear infinite;
    -moz-animation: scrollLeftRight 80s linear infinite;
    animation: scrollLeftRight 40s linear infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.scroll-animation-1,.scroll-animation-2 {
    display: flex;
    width: -webkit-calc((420px * 16) + (30px * 16));
    width: -moz-calc((420px * 16) + (30px * 16));
    width: 5000px;
    position: relative;
}
.scroll-animation-2 .single-column-20-2 {
    width: 450px;
    padding: 0 10px;
}

.rbt-testimonial-box-2 {
    position: relative;
    z-index: 2;
    
}
.rbt-testimonial-box-2 .inner-2 {
    position: relative;
    padding: 50px;
    z-index: 2;
   border-radius: 20px;
	
	color: #fff;
	margin-bottom: 30px;
    
}


.bg-whitepaper{
	border-radius: 20px;
border: 1px solid #C7C8D5;
background: #fff;
}
.bg-insight{
	border-radius: 20px;
background: linear-gradient(180deg, #FFF0F1 0%, #FFF0F1 100%);
}
.bg-article{
	border-radius: 20px;
background: #EAEEF6;
}
.span-4B139F{
color: #4B139F;
background: #F5E6FC;
}
.span-fff{
color: #4B139F;
background: #fff;
}
.span-392897{
color: #fff;
background: #392897;
}
.rbt-testimonial-box-2 .inner-2 span{
   
    padding: 8px 20px;
  
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    text-transform: capitalize;
    border-radius: 50px;
}
.rbt-testimonial-box-2 .description-2 {
   margin-top: 50px;
    color: #070707;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 145%; /* 24.3px */
text-transform: capitalize;
height: 120px;
}

.rbt-testimonial-box-2 .inner-2 a{
	color: #6D08BE;
}



.scroll-animation-1 .single-column-20-1 {
    width: 570px;
    padding: 0 10px;
}

.rbt-testimonial-box-1 {
    position: relative;
    z-index: 2;
    
}
.bg-4A0975{
	border-radius: 20px;
background: #4A0975;
}
.bg-261562{
	background: #261562;
}
.bg-43249C{
	background: #43249C;
}
.rbt-testimonial-box-1 .inner-1 {
    position: relative;
    padding: 70px 50px 70px 50px;
    z-index: 2;
   border-radius: 20px;
	
	color: #fff;
	margin-bottom: 30px;
    
}
.rbt-testimonial-box-1 .inner-1 span{
   border-radius: 50px;
    background: #B80284;
    padding: 8px 20px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    text-transform: capitalize;
}
.rbt-testimonial-box-1 .description-1 {
   margin-top: 50px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    text-transform: capitalize;
    height: 160px;

}

.rbt-testimonial-box-1 .inner-1 a{
	color: #fff;
}
@-webkit-keyframes scrollRightLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}
@-moz-keyframes scrollRightLeft {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}
@keyframes scrollRightLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}
@-webkit-keyframes scrollLeftRight {
  0% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes scrollLeftRight {
  0% {
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  to {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes scrollLeftRight {
  0% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}



.fast-forms{
	padding: 60px 0 0 0;
}

.bg-videos-fast-forms {
    position: relative;
    width: 100%;
    
    overflow: hidden;
    
}

.bg-videos-froms {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  /* Center the video */
    width: 100%;
    height: 100%;
    object-fit: cover;  /* Ensure the video covers the entire container without stretching */
    z-index: -1;  /* Place the video behind any content */
}
.fast-forms .fast-4-main{
	margin-bottom: 60px;
}

.fast-forms {
    position: relative;
    z-index: 1;  /* Ensure content section is above the video */
}


.fast-forms .fast-forms-inside, .fast-forms .fast-4-main{
	padding: 100px 0 0 0;
}

.fast-forms .fast-forms-inside h2{
color: #FFF;
font-family: Montserrat;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
margin-bottom: 30px;
}
.fast-forms .fast-forms-inside p{
color: #FFF;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 50px;
}

.fast-forms .form-inner .form-group input[type='text'],
.fast-forms .form-inner .form-group input[type='email'],
.fast-forms .form-inner .form-group select,
.fast-forms .form-inner .form-group input[type='date']{
  position: relative;
  width: 100%;
  height: 45px;
  
  padding: 10px 20px 10px 20px;
  font-size: 14px;
  font-weight: 400;
  
 
  box-shadow: unset;
  transition: all 500ms ease;
  margin-bottom: 20px;     
  color: #fff; 

  border-radius: 10px;
border: 1px solid #FFF;
background: rgba(0, 0, 0, 0.76);                                                                    
}
.fast-forms .form-inner .form-group select:focus {
  background: transparent; 
  
}
.fast-forms .form-inner .form-group textarea{
	 position: relative;
  width: 100%;
 
 padding: 10px 20px 10px 20px;
 font-size: 14px;
 font-weight: 500;
 
 box-shadow: unset;
 transition: all 500ms ease;
 margin-bottom: 20px; 
 color: #fff;
height: 100px;
border-radius: 10px;
border: 1px solid #FFF;
background: rgba(0, 0, 0, 0.76);
}

.fast-forms .form-inner .form-group input:focus,
.fast-forms .form-inner .form-group textarea:focus{
  border-color: #4527a4;
}
.fast-forms .form-inner .form-group select:focus {
  background: transparent;
  
}
.fast-forms .form-inner .form-group select option {
  background-color: #031236; 
  color: #fff; 
}
.fast-forms .form-inner .form-group select option:hover {
  background-color: #4527a4;
}

.border-ri-fff{
	border-right: 1px solid #fff;
	padding-right: 20px;
	margin-right: 15px;
}

.fast-forms .fast-4-main .fast-4-col h3{
color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.fast-forms .fast-4-main .fast-4-col p{
	color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
}
.enable-groth{
color: #FFF;
font-family: Montserrat;
font-size: 125px;
font-style: normal;
font-weight: 800;
line-height: normal;
text-transform: capitalize;
font-size: calc(6vw + 1rem); /* This adjusts based on the viewport width */
  max-font-size: 125px;
}


.growth-3-img{
    position: absolute;
    top: 6%;
    max-width: 180px;
    left: 47%;
}

 .growth-1-img
{
position: absolute;
    top: 0%;
    max-width: 260px;
    left: 2%;
}

 .growth-2-img
{
position: absolute;
       left: 8%;
    bottom: 0%;
    max-width: 92%;
}


.compersive-b2b-main,.multi-channel-main
{
	margin: 60px 0 0 0 ;
}
.multi-channel-main
{
	margin: 60px 0;
}

.f0orm-btns{
	border-radius: 10px;
    background: transparent;
    padding: 13px 35px;
    color: #fff;
    letter-spacing: 1px;
    border: none;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}


.bord-rad-btm-25{
	border-radius: 0 0 25px 25px;
}

.bord-rad-tp-25
{
	border-radius: 25px 25px 0 0;
}


.full-padd{
	padding: 15px;
}


.second-main-banner{

background: linear-gradient(0deg, #EFE8FF 20.67%, #FFF 100%);
padding: 160px 0 0 0;
}
.second-main-banner .secopnd-common-btm{
	margin-bottom: 40px;
}
.second-main-banner .second-banner-cnt h1{
color: #000;
    font-family: Montserrat;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.second-main-banner .second-banner-cnt p{
color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
}
.second-main-banner .second-banner-cnt p span{
font-weight: 700;
}
.second-main-banner .second-banner-cnt .second-banner-btns{
	display: flex;
	gap: 10px;
	align-items: center;
}
.second-ban-first-btns{
background: #6D08BE;
    padding: 13px 25px;
    border-radius: 10px;
    color: #ffff;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.second-ban-second-btns{
	   border-radius: 8px; 
    background: #130A39;
    padding: 13px 25px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.second-ban-first-btns:hover{
background: #7e09dc;
}
.second-ban-second-btns:hover{
background: #241565;
}
.trusted-bg-second{
	padding: 60px 0;
}
.trusted-bg-second h2 {
color: #000;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 27px */
text-transform: capitalize;
margin-bottom: 40px;
}

.intergrate-second{
	padding: 60px 0 40px 0;
}

.intergrate-second .intergate-second-cnt h2{
color: #000;
font-family: Montserrat;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 30px;
}

.intergrate-second .intergate-second-cnt p{
	color: #000;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 166.4%; /* 29.952px */
}


.header.clr-black .menu > ul > li > a{
color: #000;
}


.header.clr-black .mobile-menu-trigger span{
		display: block;
		height: 2px;
		background-color: #000;
		width: 24px;
		position: relative;
	}
	.header.clr-black .mobile-menu-trigger span:before,
	.header.clr-black .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #000;
	}


	.blog-main-section{
		padding: 80px 0 60px 0;
	}

	.blog-main-section .blog-heading{
		margin-bottom: 60px;
	}
	.blog-main-section .blog-heading h2{
		color: #000;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}
.blog-main-section .blog-heading p{
		    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.blog-main-section .blog-heading a{
	color: #6D08BE;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-variant: all-small-caps;
}
.blog-main-section .blog-inside img{
width: 100%;
margin-bottom: 20px;
}
.blog-main-section .blog-inside h3 a{
	    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-top: 10px;
}
.blog-main-section .blog-inside span{
color: #000;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.blog-main-section .blog-right-side .blog-inside-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;	
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #B2B2B2;
}
.blog-main-section .blog-right-side .blog-inside-right:last-child {
	border-bottom: unset;
	    margin-bottom: 0px;
    padding-bottom: 0;
}
.blog-main-section .blog-right-side .blog-inside-right img{
	    max-width: 220px;
}

.blog-main-section .blog-right-side .blog-inside-right .blog-right-cnt span {
	color: #000;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.blog-main-section .blog-right-side .blog-inside-right .blog-right-cnt h3 a {
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-top: 10px;	
}


.fadeInUpUnique, .fadeInDownUnique, .fadeInLeftUnique, .fadeInRightUnique {
  opacity: 0;
  transform: translate(0, 50px); 
  transition: opacity 1s ease-out, transform 1s ease-out; 
}


.fadeInUpUnique {
  transform: translate(0, 50px); 
}

.fadeInDownUnique {
  transform: translate(0, -50px); 
}

.fadeInLeftUnique {
  transform: translate(-50px, 0); 
}

.fadeInRightUnique {
  transform: translate(50px, 0); 
}


.fadeInUpUnique.visible, .fadeInDownUnique.visible, .fadeInLeftUnique.visible, .fadeInRightUnique.visible {
  opacity: 1;
  transform: translate(0, 0); 
}


.fadeInUpUnique[data-delay], 
.fadeInDownUnique[data-delay], 
.fadeInLeftUnique[data-delay], 
.fadeInRightUnique[data-delay] {
  transition-delay: var(--delay);
}



.custom-tab-headings {
  display: flex;
  flex-direction: column;  /* Stack tabs vertically */
      border-right: 1px solid #A4B2D5;
       padding: 30px 30px !important;
    margin-right: 40px;
}

.custom-tab-link {
  padding: 15px;
    cursor: pointer;
    margin-bottom: 10px;
    text-decoration: none;
    color: #43249C;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.custom-tab-content {
  width: 50%;  /* Adjust the width for content area */
  padding: 30px 30px !important;

}

.custom-tab-pane {
  display: none; /* Hide individual tab content by default */

 
}

.custom-tab-image {
  width: 25%;  /* Adjust width for the image */
  padding: 10px;
}
.custom-tab-image img{
	height: 100%;
}
.custom-tab-link.megamenu-tab-active {
 
      border-radius: 9px;
    background: #E0EBF8;
    padding: 15px;
        color: #43249c;
    font-weight: bold;
}

.custom-tab-pane.megamenu-tab-content-active {
  display: block; /* Only the active tab's content will be visible */
 
}

.custom-tab-pane.megamenu-tab-content-active li{
	    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
    padding-left: 1.3em; /* Space for the icon */
}

.custom-tab-pane.megamenu-tab-content-active  ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
   
}


.custom-tab-pane.megamenu-tab-content-active li::before {
    content: "\f0da"; 
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    position: absolute;
    left: 0;
    color: #8E96A0; 
}


/* Hide mobile container on desktop */
.mob-custom-container {
  display: none;
}

/* Mobile Styles */
@media only screen and (max-width: 991px) {
  /* Hide desktop layout on mobile */
  .custom-tab-headings,
  .custom-tab-content {
    display: none !important;
  }
  
  /* Show mobile container */
  .mob-custom-container {
    display: block !important;
    width: 100%;
    padding: 15px;
  }
  
  /* Adjust image for mobile */
  .custom-tab-image {
    width: 100% !important;
    padding: 15px;
  }
  
  /* Mobile Custom Styles */
  .mob-custom-item {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 9px;
    overflow: hidden;
  }
  
  .mob-custom-header {
    padding: 15px;
    background: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #43249C;
    text-transform: capitalize;
  }
  
  .mob-custom-header.mob-custom-header-active {
    background: #E0EBF8;
    color: #43249c;
  }
  
  .mob-custom-header i {
    transition: transform 0.3s ease;
  }
  
  .mob-custom-header.mob-custom-header-active i {
    transform: rotate(180deg);
  }
  
  /* Hide all mobile content by default */
  .mob-custom-content {
    display: none;
    padding: 15px;
    background: #fff;
    border-top: 1px solid #e0e0e0;
  }
  
  .mob-custom-content.mob-custom-content-active {
    display: block;
  }
  
  .mob-custom-content ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  
  .mob-custom-content li {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
    padding-left: 1.3em;
  }
  
  .mob-custom-content li::before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #8E96A0;
  }

}


.meg-both{
	display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #b7b6b6;
    padding-bottom: 30px;
}

.meg-cnt h3{
 font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.3;	
}

.meg-cnt p{
   
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.meg-btns a{
	
    padding: 13px 14px;
    
    font-size: 14px;
    border-radius: 14px;
    line-height: normal;
    text-align: center;
    ;
    font-weight: 600;
    letter-spacing: 0.98px;
    
    
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
    .meg-btns .megabtns-trial{
    	background: #760e7d;
    	color: #fff;
    	margin-right: 15px;
    	border:2px solid #760e7d;
    }

    .meg-btns .megabtns-products{
    
    background: #fff;
color: #760e7d;
border:2px solid #760e7d;
    }

    .inside-mega-set{
    display: flex;
    gap: 20px;
    padding: 20px 10px;
    margin-top: 20px;
    }

    .inside-mega-cnt-all ul{
    	
    }
    .inside-mega-cnt-all li::before{
    	    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #760e7d;
    }
    .inside-mega-cnt-all ul{
    	margin-bottom: 0;
    }
    .inside-mega-cnt-all li{
    	color: #000;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
    margin-bottom: 8px;
    position: relative;
    padding-left: 1.2em;
    }
    .inside-mega-cnt-all li a{
    	    color: #000;
    font-weight: 400;
    font-size: 12px;
    }
    .inside-svg-mega {
    	display: flex;
    }
.inside-mega-cnt-all h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.inside-mega-cnt-all h3 a{
	color: #000;
}
.inside-mega-cnt-all p{
        font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px;
}
.inside-mega-cnt-all p a{
	color: #000000;
    font-size: 12px;
    font-weight: 500;
}
.inside-mega-cnt-all .inside-mega-cnt-btns{
	line-height: normal;
}
.inside-mega-cnt-all .inside-mega-cnt-btns a{

    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
}