/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&display=swap');


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {
	height: 100%;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
a:focus {
	outline:0px solid;
}
img {max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
p {
	margin:0 0 15px;
    color: #c4d5f6;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', sans-serif;
	margin: 0 0 15px;
	color: #fff;
    font-weight: 700;
}
h1{
	font-size: 48px;
	line-height: 50px;
		
}
h2{
	font-size: 38px;
	line-height: 44px;
		
}
h3{
	font-size: 30px;
	line-height: 38px;
		
}
h4{
	font-size: 24px;
	line-height: 34px;
		
}
h5{
	font-size: 20px;
	line-height: 28px;
		
}
h6{
	font-size: 16px;
	line-height: 26px;
		
}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:hover {
  color: #d5057f;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #2a354e;
    text-decoration: none;
}
body {
	color: #c4d5f6;
    font-family: 'Nunito', sans-serif;
	font-size: 16px;
	text-align: left;
	overflow-x: hidden;
	line-height: 26px;
}
#scrollUp {
    bottom: 40px;
    font-size: 20px;
    line-height: 48px;
    right: 30px;
    width: 44px;
    background-color: #26253f;
    color: #fff;
    text-align: center;
    height: 44px;
    border-radius: 3px;
    border:1px solid #26253f;
    transition-duration: 500ms;
}
#scrollUp:hover {
    border:1px solid #d5057f;
    background-color: #d5057f;
    transition-duration: 500ms;
}
.clear{
	clear:both;
}
.color{
    color: #d5057f;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
div#preloader { 
	position: fixed;
	left: 0; 
	top: 0; 
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #131222 url('img/logo/preloader.gif') no-repeat center center;
}
.navbar-collapse {
    padding-left: 0px;
}
::-moz-selection {
    background: #d5057f;
    text-shadow: none;
}
::selection {
    background: #d5057f;
    text-shadow: none;
}
.bg-color{
    background:#171627;
}
.bg-color-2{
    background:#131222;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #2a354e;
    padding: 0.2em 0;
}
.area-padding{
	padding: 100px 0px;
}
.area-padding-2{
    padding: 100px 0px 70px;
}
.area-padding-3{
    padding: 70px 0px 100px;
}
.area-padding-4{
    padding: 100px 0px 50px;
}
.section-headline {
    padding-bottom: 40px;
    position: relative;
}
.section-headline h3 {
    font-size: 40px;
    text-transform: capitalize;
    line-height: 48px;
    color:#fff;
}
.section-headline p {
    max-width: 560px;
    font-size: 17px;
    margin: 0 auto;
}
.white-headline h3{
   color:#fff; 
}
.section-headline h4 .color {
    color: #d5057f;
    font-weight: 600;
}
.mar-row{
    margin-top: 50px;
}
.simple-text{
    font-weight: 400;
}
.color-text{
    color: #d5057f
}
/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-left ul li {
    display: inline-block;
}
.topbar-area {
    background:#171627;
}
.topbar-left ul li a {
    color: #c4d5f6;
    display: block;
    margin-right: 20px;
    padding: 11px 0;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.60px;
}
.topbar-left ul li a i {
    color: #c4d5f6;
    font-size: 16px;
    padding-right: 7px;
}
.topbar-left ul li:last-child a{
	margin-right:0px;
}
.topbar-right {
    float: right;
}
.topbar-right ul li {
    display: inline-block;
    position: relative;
}
.topbar-right>ul>li>a {
    color: #c4d5f6;
    display: block;
    padding: 12px 30px 10px 0px;
    position: relative;
    font-size: 15px;
}
.topbar-right ul li ul {
    background: #26253f;
    left: 0;
    position: absolute;
    top: 100%;
    width: 130px;
    z-index: 9999999;
    padding: 10px 15px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
}
.topbar-right >ul>li > ul a {
    color: #c4d5f6;
    font-size: 13px;
}
.topbar-right ul li:hover ul {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}
.topbar-right> ul>li>a::after {
    color: #c4d5f6;
    content: "\e64b";
    font-family: themify;
    font-size: 12px;
    position: absolute;
    right:15px;
    top: 13px;
}
.topbar-right> ul>li:last-child a::after{
    display: none;
}
.topbar-right> ul>li:last-child a{
    padding-right: 0px;
}
.topbar-right img {
    margin-right: 5px;
}
/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
.header-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
.header-area{
	background:#1E1D32;
    border-bottom: 1px solid;
}
.logo {
    display: block;
}
.logo a {
    display: inline-block;
    height: auto;
    padding: 25px 0;
}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav li a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 40px 15px;
    text-transform: uppercase;
    position: relative;
}
.main-menu > ul.navbar-nav >li >a::before {
    position: absolute;
    content: "";
    left: 16px;
    bottom: 34px;
    border: 1px solid #d5057f;
    width:0;
    transition: 0.4s;
    opacity: 0;
}
.header-area.stick .main-menu > ul.navbar-nav >li >a::before {
    left: 16px;
    bottom: 27px;
}
.main-menu > ul.navbar-nav >li >a:hover::before {
    width:50%;
    transition: 0.4s;
    opacity: 1;
}
.main-menu ul.navbar-nav li a:hover{
	color: #d5057f;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #d5057f;
}
.main-menu ul.navbar-nav li.active > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #d5057f;
    position: relative;
    z-index: 9999999;
}
.main-menu > ul.navbar-nav > li.active > a::before {
    width: 50%;
    opacity: 1;
}
/* Active submenu item */
.main-menu ul.nav li ul.sub-menu li.active a {
    color: #d5057f;
    background: rgba(213, 5, 127, 0.1);
}
/* Mobile menu active state */
.mobile-menu nav#dropdown ul li.active > a,
.mean-container .mean-nav ul li.active > a {
    color: #d5057f !important;
    border-left: 3px solid #d5057f;
    padding-left: 15px;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    width: 200px;
    z-index: -99;
	padding: 10px 0px;
    border-radius: 3px;
}
.page {
    position: relative;
}
.navbar.navbar-default {
    float: right;
}
.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu{
    top:100%;
    opacity:1;
    z-index:999;
    visibility:visible;
    background: #26253f;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 5px 20px;
}
.main-menu ul.nav li ul.sub-menu li a span{
    color: #d5057f;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:#d5057f;
}
.header-right-link {
    float: right;
    width: 180px;
    padding: 37px 0px;
    margin-left: 40px;
    text-align: right;
}
.slice-btn {
    display: inline-block;
    padding: 0px 15px;
}
.slice-btn span {
    font-size: 20px;
    font-weight: 500;
    color: #2a354e;
    cursor: pointer;
    line-height: 28px;
}
.s-menu {
    padding: 10px 20px;
    border: 1px solid #d5057f;
    background: #d5057f;
    color: #fff;
    transition: 0.4s;
    font-size: 15px;
    font-weight: 700;
    border-radius: 2px;
    text-transform: uppercase;
}
.s-menu:hover {
    border: 1px solid #d5057f;
    background: transparent;
	color:#d5057f;
    transition: 0.4s;
}
.header-area.stick  .header-right-link {
    padding: 27px 0px;
}
/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: #1E1D32;
}
.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 17px 0;
}
.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 30px 15px;
    color: #fff;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #fff;
    display: block;
    padding: 5px 15px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover{
    color: #d5057f;
}
/*----------------------------------------*/
/*  2.3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: #26253f none repeat scroll 0 0;
    padding: 10px 0px ;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
    color:#d5057f
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #26253f none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #fff;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}
/*----------------------------------------*/
/*  3. Intro Area
/*----------------------------------------*/
.intro-area{
	position: relative;
    background: #171627;
}
.display-table{
	width: 100%;
	height: 100%;
	display: table;
}
.display-table-cell{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.intro-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: -180px;
}
.slide-images {
    margin-top: 30px;
}
.slide-all-text {
    margin-top: 90px;
}
.slider-content {
    position: relative;
}
.layer-1 h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    max-width: 640px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.layer-2 p {
    font-size: 18px;
}
.ready-btn {
    border: 1px solid #d5057f;
    background: #d5057f;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
}
.ready-btn:hover{
    color: #d5057f;
    background: transparent;
    transition: all 0.4s ease 0s;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(213, 5, 127, 0.4);
}
/*----------------------------------------
  4. Achivement Area Css
----------------------------------------*/
.single-achive {
    border: 1px solid #26253f;
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 30px 20px;
    align-items: center;
    background: #26253f;
    border-radius: 3px;
    margin-bottom: 30px;
}
.achive-image {
    float: left;
    width: 36%;
    height: 100%;
    margin-right: 15px;
    border-radius: 20px;
}
.achive-image img {
    border-radius: 50%;
}
.achivement-text h6 {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 0px;
    position: relative;
    padding-left: 20px;
}
.achivement-text h6::before {
    position: absolute;
    left: 0;
    top: 8px;
    background: #d5057f;
    width: 9px;
    height: 9px;
    content: "";
    border-radius: 50%;
}
.first-achive h6::before{
   background: #0EC929; 
}
.second-achive h6::before{
   background: #FFA90E; 
}
.achive-number {
    font-size: 36px;
    font-weight: 700;
    line-height: 52px;
    color: #fff;
}
/*--------------------------------*/
/* 5.About Area
/*--------------------------------*/
.about-area {
    position: relative;
}
.about-content {
    text-align: center;
    margin-top: 30px;
}
.more-text {
    margin-top: 40px;
    display: block;
}
.about-content span a {
    color:#fff;
    text-decoration: underline;
}
.about-content span a:hover{
    color:#d5057f;
}
.support-all {
    margin-left: 40px;
}
.support-services {
    padding: 30px 20px 20px 30px;
    background: #26253f;
    margin-bottom: 30px;
    border-radius: 3px;
}
.support-images {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50px;
}
.support-content {
    padding-left: 100px;
}
.support-services .support-content h4 {
    font-size: 24px;
    text-transform: capitalize;
    padding-bottom: 0px;
    letter-spacing: 0.60px;
    line-height: 28px;
    color: #fff;
}
.support-content p {
    margin-bottom: 0px;
}
.last-content{
    margin-bottom: 0px !important;
}

/*--------------------------------*/
/* 10.overview Area
/*--------------------------------*/
.overview-area {
    position: relative;
}
.overview-text {
    margin-top: 40px;
}
.overview-image {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.overview-text h3 {
    font-size: 40px;
    line-height: 46px;
}
.overview-text li {
    display: block;
    position: relative;
}
.overview-text ul li a {
    font-size: 15px;
    color: #c4d5f6;
    padding: 6px 0px 6px 35px;
    display: block;
}
.overview-text li::after {
    position: absolute;
    left: 0px;
    top: 6px;
    content: "\e64c";
    font-family: themify;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    background: #d5057f;
}
.overview-btn {
    padding: 10px 20px;
    border: 1px solid #d5057f;
    background: #d5057f;
    color: #fff;
    transition: 0.4s;
    font-size: 16px;
    font-weight: 700;
    border-radius: 2px;
    margin-top: 20px;
    display: inline-block;
    text-transform: capitalize;
}
.overview-btn:hover{
    border: 1px solid #d5057f;
    background:transparent;
    color: #d5057f;
    transition: 0.4s;
}

/*----------------------------------------*/
/*  12. Payments card
/*----------------------------------------*/
.payment-area {
    margin-top: 0;
}
.inner-payment {
    display: block;
    background: #26253f;
    overflow: hidden;
    padding: 80px;
    position: relative;
    top: 0;
    margin-right:15px;
    margin-left:15px;
    border-radius: 5px;
}
.single-card {
    float: left;
    width: 20%;
    padding: 15px 20px;
}
/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
.footer-1 {
    background:#12111e;
}
.footer-area{
  border-top: 1px solid;
    padding: 100px 0px 90px;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-head h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.subs-feilds {
    margin-top: 30px;
}
.suscribe-input {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    width: 95%;
}
.suscribe-input input {
    color: #757b82;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 15px;
    height: 46px;
    border-radius: 0;
    width: 64%;
    float: left;
    background: transparent;
    border: 1px solid #666;
    border-right:none;
}
.suscribe-input button {
    background: #d5057f;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 10px 5px;
    width: 36%;
    font-weight: 600;
    height: 46px;
    border: 1px solid #d5057f;
    transition: 0.4s;
}
.suscribe-input button:hover {
    color: #d5057f;
    background:transparent;
    transition: 0.4s;
}
.footer-tags li a:hover{
    color:#d5057f;
}
.footer-icons ul li a:hover{
    color:#fff;
    background:#d5057f; 
    border: 1px solid #d5057f;
    transition: 0.4s;
}
.footer-tags {
    display: block;
    overflow: hidden;
}
.footer-tags li {
    float: left;
}
.footer-tags li a {
    color: #c4d5f6;
    display: block;
    font-size: 15px;
    padding: 3px 5px;
}
.footer-icons {
    margin-top: 20px;
}
.footer-contacts p span {
    color: #d5057f;
    font-weight: 700;
}
.footer-list li a {
    color: #c4d5f6;
    padding: 7px 0px 7px 25px;
    display: block;
    position: relative;
    font-weight: 400;
}
.footer-list li a:first-child{
	padding-top: 0px;
}
.footer-list li a::after {
    position: absolute;
    content: "\e65d";
    right: auto;
    font-family: themify;
    top: 1px;
    left: 0;
    font-size: 14px;
}
.footer-list li a:hover,
.footer-list li a:hover::after{
    color: #d5057f;
}
.footer-list li a:hover::after{
    color: #d5057f;
}
.footer-area-bottom {
    padding: 25px 0;
    background:#1E1D32;
}
.copyright-text a:hover{
	text-decoration: underline;
	color:#d5057f;
}
.copyright-text a {
    color: #d5057f;
}
.copyright > p {
    margin-bottom: 0;
    color: #c4d5f6;
}
.copyright a {
    color: #d5057f;
}

/*--------------------------------*/
/* 15.How to Area
/*--------------------------------*/
.how-to-area {
    padding: 100px 0px 160px;
}
.all-how{
	margin-bottom:60px;
}
.single-how {
    text-align: center;
    z-index: 1;
    overflow: hidden;
    transition: 0.4s;
    padding: 40px 30px;
    border-radius: 5px;
    background: #26253f;
}
.how-wel {
    padding: 20px 0px 0px;
}
.how-img {
    position: relative;
    display: inline-block;
}
.big-icon img {
    border-radius: 50%;
}
.how-content p {
    margin-bottom: 0px;
}
.how-content h4 {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 0;
    padding: 0 0 10px;
    font-weight: 600;
}
.single-how.first-item,
.single-how.thired-item{
    position: relative;
    top: 60px;
}
.h-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -10px;
    background:#d5057f; 
}
/*----------------------------------------*/
/*  16. Home 03  CSS
/*----------------------------------------*/
.intro-area-3{
    background: url(img/background/slide2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.intro-area.intro-area-3{
    overflow: visible;
}
.intro-area-3 .bg-wrapper img {
    opacity: 0.9;
}
.intro-area-3 .layer-1 h2 {
    font-size: 64px;
    max-width: 770px;
    line-height: 74px;
    margin: 0px auto 20px;
}
.intro-area-3 .layer-2 p {
    font-size: 20px;
    max-width: 610px;
    margin: 0px auto 20px;
}
.intro-area-3 .slide-all-text {
    text-align: center;
    margin-top: 70px;
}
.achivement-area-2 .achivement-content {
    margin-top: -80px;
    z-index: 88;
}
.achivement-area-2 .single-achive{
    margin-bottom: 0px;
}
.about-video{
    position: relative;
}
.video-content {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
}
.video-play.vid-zone {
    border-radius: 100px;
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    height: 80px;
    width: 80px;
    line-height: 77px;
    position: relative;
    font-size: 40px;
    background: transparent;
}
.video-play::before {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: popcircle;
    animation-name: popcircle;
    border: 1px solid #fff;
    border-radius: 100px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-play.vid-zone i {
    color: #fff;
    margin-left: 5px;
}

/*----------------------------------------*/
/*  18. Breadcumbs Area
/*----------------------------------------*/
.page-area {
    position: relative;
}
.page-area {
    background: url(img/background/bread-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.breadcumb-overlay {
  position: absolute;
  background: rgba(23,22,39,0.60);
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}
.page-area .section-headline::after {
    display: none;
}
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 260px 0px 130px;
}
.breadcrumb h2 {
    text-transform: uppercase;
    font-size: 42px;
    line-height: 50px;
}
.breadcrumb .section-headline {
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.breadcrumb ul li {
    display: inline-block;
    color: #fff;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 16px;
}
.breadcrumb ul li.home-bread{
    padding-left: 0px;
}
.breadcrumb ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0;
}
.pages-header {
    background: #fff;
}
.pages-header .logo a {
    padding: 17px 0;
}
.pages-header .main-menu ul.navbar-nav li a {
    padding: 30px 15px;
}
.pages-header .header-right-link {
    padding: 27px 0px;
}
.pages-header .main-menu > ul.navbar-nav >li >a::before {
    bottom: 25px;
}
.page-footer {
    padding: 100px 0px 100px;
}

/*----------------------------------------*/
/*  21.	Contact area css
/*----------------------------------------*/
.contact-icon {
    margin-bottom: 60px;
    padding: 40px 30px;
    position: relative;
    background: #26253f;
    border-radius: 4px;
}
.single-icon i {
    font-size: 40px;
    margin-bottom: 20px;
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    width: 80px;
    height: 80px;
    line-height: 78px;
    border-radius: 50%;
    font-weight: 100;
}
.single-icon p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.contact-icon::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 50%;
    height: 2px;
    background: #d5057f;
    right: 0;
    margin: auto;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
    border: 1px solid #26253f;
    border-radius: 0;
    height: 54px;
    margin-bottom: 20px;
    padding-left: 20px;
    width: 100%;
    background:transparent;
}
.contact-form textarea#message {
    border: 1px solid #26253f;
    border-radius: 0px;
    height: 200px;
    padding: 20px;
    width: 100%;
    background: transparent;
}
.contact-btn {
    border: 1px solid #d5057f;
    color: #ddd;
    padding: 9px 40px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 15px;
    background: #d5057f;
    font-weight: 700;
}
.contact-btn:hover{
    color: #d5057f;
    transition: 0.5s;
    background: transparent;
    border: 1px solid #d5057f;
}


/*----------------------------------------*/
/*  30.	Animation  CSS
/*----------------------------------------*/
.rotateme {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.last-item{
    margin-bottom: 0px;
}
.item-bounce {
    -webkit-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@-webkit-keyframes popcircle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  99% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
  }
}



/*--------------------------------*/
/* Build Your Own Casino Platform Area */
/*--------------------------------*/
.build-image-container {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.build-main-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.build-step-item {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
  position: relative;
}

.build-step-item.active {
  border-left: 4px solid #d5057f !important;
}

.build-step-content {
  display: flex;
  align-items: flex-start;
}

.build-step-number {
  font-size: 48px;
  font-weight: 700;
  color: #666;
  margin-right: 20px;
  line-height: 1;
  transition: color 0.3s ease;
}

.build-step-item.active .build-step-number {
  color: #d5057f !important;
}

.build-step-content-inner {
  flex: 1;
}

.build-step-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.build-step-description {
  color: #e0e0e0;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

/* Sponsors Carousel */
/* Partnership Carousel Styles */
.sponsors-outer {
  position: relative;
}

.sponsors-carousel {
  padding: 40px 0;
  overflow: visible !important;
}

.sponsors-carousel .owl-stage-outer {
  overflow: visible !important;
}

.sponsors-carousel .slide-item {
  text-align: center;
  display: block;
}

.sponsors-carousel .image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 20px;
  margin: 0;
  transition: all 0.3s ease;
}

.sponsors-carousel .image-box:hover {
  transform: translateY(-5px);
}

.sponsors-carousel .image-box img {
  max-width: 100%;
  max-height: 70px;
    width: auto;
  height: auto;
  object-fit: contain;
  /* filter: grayscale(100%); */
  opacity: 0.7;
  transition: all 0.3s ease;
}

.sponsors-carousel .image-box:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

/* Legacy support for old structure */
.sponsors-carousel .single-card {
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  transition: all 0.3s ease;
}

.sponsors-carousel .single-card:hover {
  transform: translateY(-5px);
}

.sponsors-carousel .single-card a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsors-carousel .single-card img {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease;
  display: block !important;
}

.sponsors-carousel .single-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/* Unlock Possibilities Area */
.unlock-possibilities-area {
  background: #000;
  height: 1000px;
  padding: 100px 0;
}


.unlock-content h3 {
    color: #fff;
  margin-bottom: 30px;
}

.map-background {
  width: 100%;
  height: 100%;
}

.map-background img {
  width: 100%;
  height: 700px;
  /* object-fit: cover; */
  display: block;
  object-fit: contain;
}

/* Responsive for map background */
@media (max-width: 1200px) {
  .map-background img {
    height: 600px;
  }
}

@media (max-width: 992px) {
  .unlock-possibilities-area {
    height: 800px;
    padding: 80px 0;
  }
  
  .map-background img {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .unlock-possibilities-area {
    height: 600px;
    padding: 60px 0;
  }
  
  .map-background img {
    height: 400px;
  }
}

@media (max-width: 480px) {
  .unlock-possibilities-area {
    height: 500px;
    padding: 40px 0;
  }
  
  .map-background img {
    height: 300px;
  }
  
  .unlock-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

/* Services Area - New Layout */
.service-card {
  border-radius: 15px;
  padding: 0;
  margin-bottom: 20px;
  height: 280px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
    position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

.service-card::before {
  content: '';
    position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.service-card-red::before {
  background: linear-gradient(90deg, rgba(96, 42, 42, 0.9) 0%, rgba(80, 25, 25, 0.65) 20%, transparent 50%);
}

.service-card-green::before {
  background: linear-gradient(90deg, rgba(30, 70, 35, 0.90) 0%, rgba(25, 60, 30, 0.65) 20%, transparent 50%);
}

.service-card-blue::before {
  background: linear-gradient(90deg, rgba(25, 45, 75, 0.90) 0%, rgba(20, 35, 60, 0.65) 20%, transparent 50%);
}

.service-card-purple::before {
  background: linear-gradient(90deg, rgba(55, 25, 75, 0.90) 0%, rgba(45, 20, 60, 0.65) 20%, transparent 50%);
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.service-card-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 40px;
}

.service-card-text {
  flex: 1;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-card-text h4 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
    margin-bottom: 15px;
  line-height: 1.2;
}

.service-card-text p {
  color: #e0e0e0;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.service-card-image {
  position: absolute;
  right: 0;
  top: 0;
    width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.service-card-image img {
    width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

/* Responsive for Services Area */
@media (max-width: 992px) {
  .service-card {
    height: 240px;
  }
  
  .service-card-content {
    padding: 30px;
  }
  
  .service-card-text {
    max-width: 65%;
  }
  
  .service-card-text h4 {
    font-size: 26px;
  }
  
  .service-card-text p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .service-card {
    height: 220px;
  }
  
  .service-card-content {
    padding: 25px;
  }
  
  .service-card-text {
    max-width: 70%;
  }
  
  .service-card-text h4 {
    font-size: 22px;
  }
  
  .service-card-text p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .service-card {
    height: 200px;
  }
  
  .service-card-content {
    padding: 20px;
  }
  
  .service-card-text {
    max-width: 100%;
  }
  
  .service-card-text h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .service-card-text p {
    font-size: 12px;
  }
  
  .service-card::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 70%, transparent 100%);
  }
}

/*--------------------------------*/
/* About Page & General Page Styles
/*--------------------------------*/

/* Page Banner */
.page-banner {
  background-size: cover;
  background-position: center;
  padding: 120px 0 80px;
  position: relative;
}

.page-banner::before {
    content: "";
  position: absolute;
    top: 0;
  left: 0;
    width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 75%);
  z-index: 1;
}

.banner-inner {
  position: relative;
  z-index: 2;
}

.bread-crumb {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}

.bread-crumb li {
    display: inline-block;
  color: #fff;
  font-size: 14px;
}

.bread-crumb li:after {
  content: "/";
  margin: 0 10px;
}

.bread-crumb li:last-child:after {
  content: "";
}

.bread-crumb a {
    color: #d5057f;
  text-decoration: none;
}

.banner-inner h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}

.page-banner .description {
  color: #bbb;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 25px;
}

/* Home Page - Our Products Section */
.product-card {
  background: #000 !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
   position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
}

.product-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(213, 5, 127, 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.product-card:hover::before {
  opacity: 1;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(213, 5, 127, 0.3);
  border-color: rgba(213, 5, 127, 0.5);
}

.product-card-image-container {
    position: relative;
  height: 250px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
    overflow: hidden;
}

.product-card-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.product-card:hover .product-card-image {
  transform: scale(1.1) rotate(2deg);
}

.product-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.product-card-subtitle {
    color: #d5057f;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-card-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.product-card-description {
  color: #e0e0e0;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 25px;
  flex: 1;
}

.product-card .ready-btn {
  align-self: flex-start;
}

/* About Section */
.about-section {
  background: #0a0a0a;
  padding: 100px 0;
}

.content-section {
    background: #1E1D32;
    padding: 100px 0;
}

.sec-title.centered {
    text-align: center;
}

.sec-title .subtitle {
  color: #ffc107;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sec-title h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.sec-title.centered h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.sec-title .text {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.8;
  color: #ccc;
}

.sec-title .bottom-curve {
    display: block;
  width: 80px;
  height: 4px;
  background: #d5057f;
  margin: 20px auto;
}

/* Vision Container */
.vision-container {
  display: flex;
  gap: 60px;
  margin-top: 80px;
  padding: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #d5057f;
  border-radius: 10px;
  background-color: #26253f;
}

.vision-title-column {
  flex: 0 0 30%;
}

.vision-heading {
    color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.vision-content-column {
  flex: 0 0 65%;
}

.vision-text {
  color: #ccc;
  font-size: 14px;
  line-height: 1.8;
}

/* Responsive Styles for Page Banner & About Section */
@media (max-width: 992px) {
  .vision-container {
    flex-direction: column;
    gap: 30px;
  }

  .vision-title-column,
  .vision-content-column {
    flex: 0 0 100%;
  }

  .vision-heading {
    position: static;
    font-size: 36px;
  }

  .banner-inner h1 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .page-banner {
    padding: 80px 0 50px;
  }

  .banner-inner h1 {
    font-size: 28px;
  }

  .sec-title h2 {
    font-size: 32px;
  }

  .vision-heading {
    font-size: 28px;
  }

  .vision-text {
    font-size: 16px;
  }
}

/*--------------------------------*/ 
/* White Label & Product Pages CSS
/*--------------------------------*/

/* Container Padding */
.container,
.auto-container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .container,
  .auto-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .container,
  .auto-container {
    max-width: 1170px;
  }
}

/* Product Features Section */
.about-section {
  padding: 100px 0;
  position: relative;
}

.about-section .sec-title h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.about-section .text {
  margin-top: 25px;
    margin-bottom: 30px;
}

.about-section .text p {
  font-size: 18px;
  line-height: 1.8;
  color: #ccc;
  margin-bottom: 20px;
}

/* Features Box */
.features-box {
  margin-top: 40px;
}

.features-box h4 {
  font-size: 24px;
  color: #ffc107;
  margin-bottom: 30px;
  font-weight: 600;
}

/* Feature List Item - Already defined above, keeping for reference */
.feature-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.feature-list-item:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateX(5px);
}

.feature-list-item .icon {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(213, 5, 127, 0.1);
  border-radius: 50%;
  margin-right: 20px;
  color: #d5057f;
  font-size: 24px;
}

.feature-list-item .text {
  flex: 1;
  color: #ccc;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* Multi-Currency Section Background */
.multi-currency-section {
  background: rgba(255, 193, 7, 0.03);
}

/* Page Banner Description */
.page-banner .description {
  color: #bbb;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 25px;
}

/* Demo Box Enhanced */
.demo-box-enhanced {
  text-align: center;
}

.demo-box-enhanced .subtitle {
    font-size: 16px;
  color: #ffc107;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-weight: 600;
}

.demo-box-enhanced h2 {
  font-size: 42px;
    color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
}

.demo-box-enhanced p {
  font-size: 18px;
  color: #ccc;
  line-height: 1.8;
  margin-bottom: 30px;
}

/* Product Demo Section */
.product-demo-section {
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
    position: relative;
}

.product-demo-section .overlay-dark {
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.product-demo-section .content-relative {
  position: relative;
  z-index: 2;
}

/* API Cards Grid - Game Service Page */
.api-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.api-card {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  padding: 40px 30px;
    text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.api-card:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-10px);
  border-color: #d5057f;
  box-shadow: 0 10px 30px rgba(213, 5, 127, 0.3);
}

.api-card .icon-box {
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.api-card .icon-box img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.api-card:hover .icon-box img {
  transform: scale(1.1);
}

.api-card h3 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}

.api-card p {
    font-size: 15px;
  color: #bbb;
  line-height: 1.6;
  margin-bottom: 20px;
}

.api-card .view-more-btn {
	display: inline-block;
  color: #d5057f;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.api-card:hover .view-more-btn {
  color: #ff6b9d;
}

/* API Modal Styles */
.api-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
}

.api-modal-overlay.active {
  display: flex;
}

.api-modal {
  background: #1a1a2e;
  border-radius: 15px;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.api-modal .modal-header {
  padding: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.api-modal .modal-close {
    position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.api-modal .modal-close:hover {
  transform: rotate(90deg);
}

.api-modal .modal-close::before,
.api-modal .modal-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.api-modal .modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.api-modal .modal-header h2 {
  font-size: 32px;
    color: #fff;
  margin-bottom: 15px;
}

.api-modal .modal-header p {
  font-size: 16px;
  color: #bbb;
  line-height: 1.8;
}

.api-modal .modal-body {
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.api-modal .modal-features h3 {
    font-size: 24px;
  color: #ffc107;
  margin-bottom: 20px;
}

.api-modal .modal-features ul {
  list-style: none;
  padding: 0;
}

.api-modal .modal-features ul li {
  font-size: 15px;
  color: #ccc;
  line-height: 2;
  padding-left: 25px;
  position: relative;
}

.api-modal .modal-features ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #d5057f;
  font-weight: bold;
}

.api-modal .modal-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* B2B Services Grid */
.b2b-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.b2b-service-card {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  padding: 0;
    overflow: hidden;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.b2b-service-card:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-10px);
  border-color: #d5057f;
  box-shadow: 0 10px 30px rgba(213, 5, 127, 0.2);
}

.b2b-service-card .service-card-inner {
  padding: 40px 30px;
}

.b2b-service-card img {
    width: 80px;
  height: 80px;
  margin-bottom: 25px;
  transition: transform 0.3s ease;
}

.b2b-service-card:hover img {
  transform: scale(1.1);
}

.b2b-service-card h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
}

.b2b-service-card .service-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.b2b-service-card .service-features li {
  font-size: 15px;
  color: #bbb;
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 10px;
}

.b2b-service-card .service-features li i {
  color: #d5057f;
  font-size: 12px;
}

/* Agent System Page Styles */

/* Choose Software Section */
.choose-software-section {
  padding: 100px 0;
    position: relative;
}

.choose-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.choose-card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 0;
    text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 400px;
}

.choose-card-icon {
  display: none;
}

.choose-card h4 {
  position: relative;
  z-index: 2;
  padding: 35px 25px 12px;
  margin: 0;
  font-size: 20px;
    color: #fff;
    font-weight: 600;
  line-height: 1.3;
}

.choose-card p {
  position: relative;
  z-index: 2;
  padding: 0 25px 30px;
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

.choose-card h4 {
  font-size: 20px;
  color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}

.choose-card p {
  font-size: 15px;
  color: #bbb;
  line-height: 1.6;
  margin: 0;
}

/* Key Features Section */
.key-features-container {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 50px;
  align-items: start;
}

.key-features-title h2 {
  font-size: 48px;
    color: #fff;
    font-weight: 700;
  line-height: 1.2;
  position: sticky;
  top: 100px;
}

.key-features-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.key-feature-item {
  padding: 30px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border-left: 4px solid #d5057f;
  transition: all 0.3s ease;
}

.key-feature-item:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateX(10px);
  box-shadow: 0 5px 20px rgba(213, 5, 127, 0.2);
}

.key-feature-item h5 {
  font-size: 22px;
    color: #fff;
  margin-bottom: 12px;
  font-weight: 600;
}

.key-feature-item p {
  font-size: 16px;
  color: #bbb;
  line-height: 1.6;
  margin: 0;
}

/* System Functions Grid */
.system-functions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.system-function-card {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  padding: 40px 20px;
    text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.system-function-card:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-10px);
  border-color: #d5057f;
  box-shadow: 0 10px 30px rgba(213, 5, 127, 0.3);
}

.system-function-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.system-function-icon img {
  max-width: 100%;
  height: auto;
}

.system-function-card:hover .system-function-icon {
  transform: scale(1.1);
}

.system-function-card h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

/* Contact Page Styles */

.contact-section {
  padding: 100px 0;
  background: #000;
}

.contact-section .sec-title {
  margin-bottom: 60px;
}

.contact-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-image-column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-image {
  width: 100%;
  max-width: 700px;
}

.contact-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

.contact-form-column {
  width: 100%;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
    color: #fff;
  font-size: 16px;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(213, 5, 127, 0.5);
  outline: none;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}

.contact-form select option {
  background: #1a1a2e;
    color: #fff;
}

.contact-form ::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.contact-form .theme-btn {
  min-width: 200px;
}

#form-message {
  padding: 15px;
  border-radius: 8px;
    text-align: center;
  font-size: 16px;
}

#form-message.success {
  background: rgba(46, 213, 115, 0.1);
  border: 1px solid rgba(46, 213, 115, 0.3);
  color: #2ed573;
}

#form-message.error {
  background: rgba(255, 71, 87, 0.1);
  border: 1px solid rgba(255, 71, 87, 0.3);
  color: #ff4757;
}

/* Partnership Page Styles */

/* Golden Partners Grid */
.golden-partners-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 60px;
  margin-bottom: 80px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.golden-partner-card {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(213, 5, 127, 0.3);
  border-radius: 16px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  transition: all 0.3s ease;
    position: relative;
  overflow: hidden;
}

.golden-partner-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(213, 5, 127, 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.golden-partner-card:hover::before {
  opacity: 1;
}

.golden-partner-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(213, 5, 127, 0.8);
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(213, 5, 127, 0.3);
}

.golden-partner-logo {
    position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.golden-partner-logo img {
  max-width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: contain;
  transition: all 0.3s ease;
}

.golden-partner-card:hover .golden-partner-logo img {
  transform: scale(1.1);
}

/* Payment Partners Section */
.payment-partners-section {
  padding: 100px 0;
  background: #0a0a0a;
}

.payment-partners-section .text-center {
    font-size: 18px;
  color: #bbb;
  margin-bottom: 40px;
}

/* Payment Partners Grid */
.payment-partners-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 15px;
  margin-top: 60px;
}

.payment-partner-item {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 10px;
  transition: all 0.3s ease;
}

.payment-partner-item:hover {
  transform: translateY(-5px);
}

.payment-partner-item img.payment-logo {
  max-width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: contain;
  transition: all 0.3s ease;
}

.payment-partner-item:hover img.payment-logo {
  transform: scale(1.05);
}

/* Partners Grid */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.partner-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(213, 5, 127, 0.5);
  border-radius: 12px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  transition: all 0.3s ease;
}

.partner-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(213, 5, 127, 0.5);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(213, 5, 127, 0.2);
}

.partner-item img.partner-logo {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  /* filter: grayscale(100%); */
  opacity: 0.7;
  transition: all 0.3s ease;
}

.partner-item:hover img.partner-logo {
  /* filter: grayscale(0%); */
  opacity: 1;
}

/* Services Pages Styles */

/* Experience/Demo Section */
.experience-section {
  background-size: cover;
  background-position: center;
  padding: 120px 0;
    position: relative;
}

.experience-section::before {
  content: "";
    position: absolute;
    top: 0;
    left: 0;
  width: 100%;
    height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.experience-section .auto-container {
  position: relative;
  z-index: 2;
}

.experience-section .sec-title.light .subtitle {
  color: #ffc107;
    font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.experience-section .sec-title.light h2 {
  font-size: 42px;
    color: #fff;
    margin-bottom: 20px;
}

.experience-section .sec-title.light .text {
  font-size: 18px;
  /* color: rgba(255, 255, 255, 0.8); */
  line-height: 1.8;
  margin-top: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.experience-section .button-box {
  margin-top: 40px;
}

.experience-section .theme-btn {
  margin-top: 30px;
}

/* Support Features Section */
.support-features-section {
  padding: 100px 0;
  background: #1E1D32;
  position: relative;
}

.support-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

/* Flip Card Styles */
.support-feature-card {
  perspective: 1000px;
  height: 350px;
}

.support-feature-card .card-inner {
    position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.support-feature-card:hover .card-inner {
  transform: rotateY(180deg);
}

.support-feature-card .card-front,
.support-feature-card .card-back {
    position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 12px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.support-feature-card .card-front {
  background: rgba(255, 255, 255, 0.03);
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.support-feature-card .card-back {
  background: linear-gradient(135deg, #d5057f 0%, #1a1a2e 100%);
  transform: rotateY(180deg);
}

.support-feature-card .feature-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-feature-card .feature-icon img {
  max-width: 100%;
  height: auto;
}

/* Cybersecurity page specific icon size */
.support-features-section .feature-icon img[src*="cybersecurity"] {
  width: 150px;
  height: 150px;
}

.support-feature-card .card-front h4 {
  font-size: 20px;
    color: #fff;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.support-feature-card .card-back h6 {
  font-size: 18px;
    color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.support-feature-card .card-back p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0;
}

/* Support Commitment Section */
.support-commitment-container {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 60px;
  align-items: center;
}

.commitment-title-column h2 {
  font-size: 42px;
    color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.commitment-content-column p {
  font-size: 18px;
  color: #ccc;
  line-height: 1.8;
  margin: 0;
}

/* Responsive for Product Pages */
/* Tablet */
@media (max-width: 1024px) {
  .payment-partners-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }

  .payment-partner-item {
    min-height: 80px;
    padding: 10px;
  }

  .payment-partner-item img.payment-logo {
    max-height: 120px;
  }

  .contact-content-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 15px;
  }

  .contact-image {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .about-section {
    padding: 60px 0;
  }

  .about-section .sec-title h2 {
    font-size: 28px;
  }

  .about-section .text p {
    font-size: 16px;
  }

  .features-box h4 {
    font-size: 20px;
  }

  .feature-list-item {
    padding: 15px;
  }

  .feature-list-item .icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-right: 15px;
  }

  .feature-list-item .text {
    font-size: 14px;
  }

  .demo-box-enhanced h2 {
    font-size: 32px;
  }

  .demo-box-enhanced p {
    font-size: 16px;
  }

  .api-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .api-modal .modal-body {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .b2b-services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .key-features-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .key-features-title h2 {
    font-size: 32px;
    position: static;
  }

  .choose-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .system-functions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .support-features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .support-feature-card {
    height: 300px;
  }

  .support-commitment-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .commitment-title-column h2 {
    font-size: 32px;
  }

  .commitment-content-column p {
    font-size: 16px;
  }

  .contact-section {
    padding: 60px 0;
  }

  .contact-image {
    max-width: 300px;
  }

  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form textarea,
  .contact-form select {
    padding: 12px 15px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .contact-form textarea {
    min-height: 120px;
  }

  .contact-form .theme-btn {
    width: 100%;
    min-width: auto;
  }

  .golden-partners-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }

  .golden-partner-card {
    min-height: 150px;
    padding: 30px;
  }

  .golden-partner-logo img {
    max-height: 80px;
  }

  .payment-partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .payment-partner-item {
    min-height: 80px;
    padding: 8px;
  }

  .payment-partner-item img.payment-logo {
    max-height: 120px;
  }

  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .partner-item {
    min-height: 120px;
    padding: 20px;
  }
}

/*----------------------------------------*/
/*  Modern Animations - Added 2025
/*----------------------------------------*/

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* ========== KEYFRAME ANIMATIONS ========== */

/* Floating Animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Pulse Glow */
@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 20px rgba(213, 5, 127, 0.4);
    }
    50% {
        box-shadow: 0 0 40px rgba(213, 5, 127, 0.8), 0 0 60px rgba(213, 5, 127, 0.4);
    }
}

/* Gradient Shift */
@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Shimmer Effect */
@keyframes shimmer {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

/* Scale Pulse */
@keyframes scalePulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* Rotate Slow */
@keyframes rotateSlow {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Slide Up Fade */
@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Border Glow */
@keyframes borderGlow {
    0%, 100% {
        border-color: rgba(213, 5, 127, 0.3);
    }
    50% {
        border-color: rgba(213, 5, 127, 0.8);
    }
}

/* ========== FLOATING BUTTON ========== */
.ready-btn.floating {
    animation: float 3s ease-in-out infinite;
}

.ready-btn.glow {
    animation: pulseGlow 2s ease-in-out infinite;
}

.ready-btn.floating.glow {
    animation: float 3s ease-in-out infinite, pulseGlow 2s ease-in-out infinite;
}

/* ========== GRADIENT TEXT ========== */
.gradient-text {
   color: #fff;
}

/* ========== SHIMMER TEXT ========== */
.shimmer-text {
    background: linear-gradient(90deg, #fff 0%, #d5057f 25%, #fff 50%, #d5057f 75%, #fff 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer 3s linear infinite;
}

/* ========== GLASSMORPHISM ========== */
.glass-card {
    background: rgba(38, 37, 63, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
}

.glass-card:hover {
    background: rgba(38, 37, 63, 0.8);
    border-color: rgba(213, 5, 127, 0.3);
}

/* ========== 3D CARD HOVER EFFECT ========== */
.card-3d {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.card-3d:hover {
    transform: translateY(-10px) rotateX(5deg) rotateY(-5deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3), 0 0 30px rgba(213, 5, 127, 0.2);
}

/* ========== SCALE HOVER ========== */
.hover-scale {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-scale:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* ========== LIFT HOVER ========== */
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}


/* ========== ANIMATED BORDER ========== */
.animated-border {
    position: relative;
    overflow: hidden;
}

.animated-border::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #d5057f, #26253f, #d5057f, #26253f);
    background-size: 400% 400%;
    z-index: -1;
    border-radius: inherit;
    animation: gradientShift 3s ease infinite;
}

/* ========== PARALLAX IMAGE ========== */
.parallax-hover {
    overflow: hidden;
}

.parallax-hover img {
    transition: transform 0.5s ease;
}

.parallax-hover:hover img {
    transform: scale(1.1);
}

/* ========== STAGGERED ANIMATIONS ========== */
.stagger-1 { animation-delay: 0.1s; }
.stagger-2 { animation-delay: 0.2s; }
.stagger-3 { animation-delay: 0.3s; }
.stagger-4 { animation-delay: 0.4s; }
.stagger-5 { animation-delay: 0.5s; }

/* ========== FADE IN UP ========== */
.animate-fadeInUp {
    animation: slideUpFade 0.8s ease forwards;
    opacity: 0;
}

/* ========== ICON ANIMATIONS ========== */
.icon-bounce:hover i,
.icon-bounce:hover .icon {
    animation: bounce 0.6s ease;
}

.icon-spin:hover i,
.icon-spin:hover .icon {
    animation: rotateSlow 1s linear;
}

/* ========== PRODUCT CARD ENHANCEMENTS ========== */
.product-card {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 40px rgba(213, 5, 127, 0.15);
}

.product-card:hover .product-card-image {
    transform: scale(1.05);
}

.product-card-image-container {
    overflow: hidden;
}

.product-card-image {
    transition: transform 0.5s ease;
}

/* ========== SERVICE CARD ENHANCEMENTS ========== */
.service-card {
    transition: all 0.4s ease;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.service-card:hover .service-card-image img {
    transform: scale(1.1);
}

.service-card .service-card-image img {
    transition: transform 0.6s ease;
}

/* ========== BUILD STEPS ENHANCEMENTS ========== */
.build-step-item {
    transition: all 0.3s ease;
    position: relative;
}

.build-step-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(180deg, #d5057f 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.build-step-item:hover::after,
.build-step-item.active::after {
    opacity: 1;
}

.build-step-number {
    transition: all 0.3s ease;
}

.build-step-item:hover .build-step-number {
    transform: scale(1.2);
    color: #d5057f;
}

/* ========== BUTTON RIPPLE EFFECT ========== */
.ripple {
    position: relative;
    overflow: hidden;
}

.ripple::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.ripple:active::after {
    width: 300px;
    height: 300px;
}

/* ========== SECTION TITLE ENHANCEMENTS ========== */
.section-headline h3 {
    position: relative;
    display: inline-block;
}

.section-headline.animated h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #d5057f, transparent);
    transition: width 0.5s ease;
}

.section-headline.animated:hover h3::after,
.section-headline.animated.visible h3::after {
    width: 100%;
}

/* ========== PARTNER LOGO EFFECTS ========== */
.sponsors-carousel .slide-item img {
    transition: all 0.4s ease;
    opacity: 0.7;
}

.sponsors-carousel .slide-item:hover img {
    filter: grayscale(0%) brightness(1);
    opacity: 1;
    transform: scale(1.1);
}

/* ========== HERO SECTION ENHANCEMENTS ========== */
.intro-area .layer-1 h2 {
    animation: slideUpFade 1s ease forwards;
}

.intro-area .layer-2 p {
    animation: slideUpFade 1s ease 0.2s forwards;
    opacity: 0;
}

.intro-area .layer-3 {
    animation: slideUpFade 1s ease 0.4s forwards;
    opacity: 0;
}

/* ========== FOOTER CTA ENHANCEMENT ========== */
.unlock-content h3 {
    transition: all 0.3s ease;
}

.unlock-content:hover h3 {
    text-shadow: 0 0 30px rgba(213, 5, 127, 0.5);
}

/*--------------------------------*/
/* .End CSS
/*--------------------------------*/

.deep-shadow {
  color: white;
  /* Syntax: offset-x | offset-y | blur-radius | color */
  text-shadow: 
    2px 2px 4px #000000, 
    2px 2px 10px #000000; /* Stacking a second shadow makes it darker */
}