

/**/
body {
    color: #575757;
    font-size: 16px;}

/* aos */
html, body {
    overflow-x: hidden !important}
h1 {

}
h2{
    font-size: 40px;
    color: #0B0D12;
    font-weight: 500;
}
h3 {
    font-size: 32px;
    color: #0B0D12;
}
h4 {
    font-size: 24px;
    color: #0B0D12;
}
h5 {
    font-size: 22px;
    color: #0B0D12;
}
h6 {
    font-size: 20px;
    color: #0B0D12;
}

/* number without arrows */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;}
input[type=number] {
    -moz-appearance:textfield;}



/* placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a9a8a8 !important;}
::-moz-placeholder { /* Firefox 19+ */
  color: #a9a8a8 !important;}
:-ms-input-placeholder { /* IE 10+ */
  color: #a9a8a8 !important;}
:-moz-placeholder { /* Firefox 18- */
  color: #a9a8a8 !important;} 



/* btn */
.btn {
    font-size: 13.3px;}
@media (max-width: 991px) {
.btn {
    font-size: 12px;}
}
.btn:focus {
    box-shadow: none;}

/* close-btn */	
.close-btn {
    background-color: transparent;
    border: 0;
    position: absolute;
    width: 26px;
    height: 26px;
    opacity: 0.3;
    cursor: pointer;}
.close-btn:hover {
    opacity: 1;}
.close-btn:before, 
.close-btn:after {
    position: absolute;
    left: 12px;
    top: 5px;
    content: ' ';
    height: 100%;
    width: 2px;
    background-color: #333;}
.close-btn:before {
    transform: rotate(45deg);}
.close-btn:after {
    transform: rotate(-45deg);}


/* btn-text */
.btn-text {
    padding-left: 0;
    padding-right: 0;}


/* btn-group */
.btn-group img {
    height: 12px;}

/* btn-group-lg */
.btn-group-lg {
    color: #fff;
    min-width: 180px;
    padding: 10px 25px;
    border-radius: 35px;}
.btn-group-lg:hover {
    color: #fff;}
.btn-group-lg img {
    height: 28px;}
.btn-group-lg span {
    font-size: 11px;}
.btn-group-lg label {
    cursor: pointer;
    display: block;}
@media (max-width: 991px) {
.btn-group-lg {
    min-width: 160px;
    padding: 8px 20px;}
.btn-group-lg img {
    height: 20px;}
.btn-group-lg span {
    font-size: 10px;}
.btn-group-lg label {
    font-size: 11px;}
}
/* img-toggle */
.btn-group-lg.img-toggle:not(:hover) img:last-of-type,
.btn-group-lg.img-toggle:hover img:first-of-type {
    display: none;}




/* load-more__btn */
.load-more__btn-wrap {
    margin-top: 40px;}
.load-more__btn-wrap .load-more__btn {
    position: relative;
    text-decoration: none;
    padding: 12px 35px;
    font-size: 13.5px;
    background: linear-gradient(-45deg, #7B4DCE, #AC6BD6);
    box-shadow: 1px 11px 17px #7b4dce94;
    font-family: Poppins-Regular;
    color: #fff;
    display: inline-block;
    border-radius: 25px;
    font-weight: bold;
    /* scale-hove */
    overflow: hidden;
    transition: transform .6s;}
.load-more__btn-wrap .load-more__btn:hover {
    -ms-transform: scale(1.08); 
    -webkit-transform: scale(1.08);
    transform: scale(1.08);}
@media (max-width: 767px) {
.load-more__btn-wrap .load-more__btn {
    padding: 10px 25px;
    font-size: 12px;}
}

/* load-more-btn-green */
.load-more-btn-green .load-more__btn-wrap {
    text-align: center;}

/* load-more-btn-center */
.load-more-btn-green .load-more__btn-wrap .load-more__btn {
    box-shadow: none;
    background: linear-gradient(-45deg, #1CA6B7, #00B59C);}

/* load-more-btn-group */
.load-more-btn-group .load-more__btn-wrap .load-more__btn {
    padding-right: 60px;}
.load-more-btn-group .load-more__btn-wrap .load-more__btn::after {
    content: '';
    background-image: url(../images/icons/arrow-l-right.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    width: 20px;
    height: 20px;
    display: block;}
@media (max-width: 767px) {
.load-more-btn-group .load-more__btn-wrap .load-more__btn {
    padding-right: 55px;}
}





/* url-primary */
.url-primary {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;}

/* active */
a.active {
    cursor: default;}


/* p */
p {
    margin-bottom: 10px;}





/* scale-hover */
.scale-hover {
  overflow: hidden;
  transition: transform .6s;}
.scale-hover:hover {
  -ms-transform: scale(1.08); 
  -webkit-transform: scale(1.08);
  transform: scale(1.08);}


/* scale-up-hover */
.scale-up-hover {
  overflow: hidden;
  transition: transform .6s;}
.scale-up-hover:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);}


/* truncate */
.truncate-1,
.truncate-2,
.truncate-3,
.truncate-4,
.truncate-5,
.truncate-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical}
.truncate-1 {
    -webkit-line-clamp: 1;}
.truncate-2 {
    -webkit-line-clamp: 2;}
.truncate-3 {
    -webkit-line-clamp: 3;}
.truncate-4 {
    -webkit-line-clamp: 4;} 
.truncate-5 {
    -webkit-line-clamp: 5;}
.truncate-6 {
    -webkit-line-clamp: 6;}


/* text */
.text-green-m {
    color: #00A89C !important;}
.text-green-d {
    color: #1CA6B7 !important;}
.text-gray-d {
    color: #303030 !important;}
.text-gray-m {
    color: #444444 !important;}
.text-gray-l {
    color: #A0A0A0 !important;}
.text-gray-xl {
    color: #EDEDED !important;}
.text-yellow-l {
    color: #f9bb00 !important;}

/* bg-color */
.bg-green-m {
    background: #00A89C !important;}
.bg-green-d {
    background: #1CA6B7 !important;} 
.bg-black-m {
    background: #383838 !important;}
.bg-yellow-l {
    background: #f9bb00 !important;}
.bg-purple-xs {
    background: #bea0c5 !important;}

/* bg-img */
.bg-indro {
    background-image: url('../images/bg/bg-lg-green-circle-2.webp'), linear-gradient(-45deg, #00B59C, #1CA6B7);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;}
.bg-lg-green-circle-2 {
    background-image: url(../images/bg/bg-lg-green-circle-2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;}
.bg-circle-2 {
    background-image: url(../images/bg/bg-circle-2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;}
.bg-circle-4 {
    background-image: url(../images/bg/bg-circle-4.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;}
.bg-purple-circle-2 {
    background-image: url(../images/bg/bg-purple-circle-2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;}
.bg-md-green-circle-2 {
    background-image: url(../images/bg/bg-md-green-circle-2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;}


/* gradient */
.gradient-purple {
    background: linear-gradient(-45deg, #7B4DCE, #AC6BD6) !important;}
.gradient-green {
    background: linear-gradient(-45deg, #1CA6B7, #00B59C) !important;}
.gradient-rose {
    background: linear-gradient(-45deg, #EF65A1, #EEB4A0) !important;}
.gradient-yellow {
    background: linear-gradient(-45deg, #F39337, #FAC487) !important;}
.gradient-d-yellow {
    background: linear-gradient(-45deg, #ff7d00, #FAC487) !important;}
.gradient-blue {
    background: linear-gradient(-45deg, #0059BB, #299EE1) !important;}
.gradient-l-purple {
    background: linear-gradient(-45deg, #ae5cc1, #681a7a) !important;}

/* gradient */
.gradient-hover-purple:hover {
    background: linear-gradient(-45deg, #7B4DCE, #AC6BD6) !important;}
.gradient-hover-green:hover {
    background: linear-gradient(-45deg, #1CA6B7, #00B59C) !important;}
.gradient-hover-rose:hover {
    background: linear-gradient(-45deg, #EF65A1, #EEB4A0) !important;}
.gradient-hover-yellow:hover {
    background: linear-gradient(-45deg, #F39337, #FAC487) !important;}
.gradient-hover-blue:hover {
    background: linear-gradient(-45deg, #0059BB, #299EE1) !important;}
.gradient-hover-l-purple:hover {
    background: linear-gradient(-45deg, #ae5cc1, #681a7a) !important;}

/* shadow */
.shadow-default {
    box-shadow: 6px 8px 14px #46464638 !important;}
.shadow-purple {
    box-shadow: 1px 11px 17px #7b4dce94 !important;}
.shadow-green {
    box-shadow: 1px 11px 17px #1ca6b782 !important;}
.shadow-rose {
    box-shadow: 1px 11px 17px #ef65a1a6 !important;}
.shadow-yellow {
    box-shadow: 1px 11px 17px #f39337bd !important;}
.shadow-blue {
    box-shadow: 1px 11px 17px #0059bb8c !important;}

    
/* shadow */
.shadow-hover-purple:hover {
    box-shadow: 1px 11px 17px #7b4dce94 !important;}
.shadow-hover-green:hover {
    box-shadow: 1px 11px 17px #1ca6b782 !important;}
.shadow-hover-rose:hover {
    box-shadow: 1px 11px 17px #ef65a1a6 !important;}
.shadow-hover-yellow:hover {
    box-shadow: 1px 11px 17px #f39337bd !important;}
.shadow-hover-blue:hover {
    box-shadow: 1px 11px 17px #0059bb8c !important;}



/* header */
.header {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
     /**/
    opacity: 1;
    transition: height 0ms 0ms, opacity 600ms 0ms;}

/* Transparent Header */
.header {
    background: transparent;
}

/* Logo */
.header-logo {
    max-height: 60px;
}

/* Menu Links */
.navbar-dark .navbar-nav .nav-link {
    color: #EBEBEB;
    font-weight: 400;
    transition: 0.3s ease;
    padding: 8px 20px;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 16px;
}
.navbar-dark .navbar-nav .nav-link:hover {
    background: #692FA7;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    border: 1px solid #692FA7;
    background: #692FA7;
}

/* Purple Button */
.btn-purple {
    position: relative;
    background: #692FA7;
    color: #fff;
    border: none;
    border-radius: 12px;
    width: 146px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    overflow: hidden;
}

/* Gradient layer */
.btn-purple {
    position: relative;
    background: #692FA7;
    color: #fff;
    border: none;
    border-radius: 12px;
    width: 146px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    overflow: hidden;
    z-index: 0;
}
.btn-purple:hover {
    color: #fff;
}
.btn-purple::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        45deg,
        #692FA7 0%,
        #7747AB 15%,
        #7747AB 31%,
        #4A1485 47%,
        #67369B 77%,
        #51277E 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1; /* 👈 put it behind text */
}

.btn-purple:hover::before {
    opacity: 1;
}



.btn-outline {
    color: #f8f9fa;
    border: 1px solid #f8f9fa;
    /* background: #692FA7; */
    color: #EBEBEB;
    border: none;
    transition: 0.3s ease;
    border-radius: 12px;
    width: 146px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    text-decoration: none;
}
.btn-outline:hover {
    border-color: #692FA7;
    color: #692FA7;
}

/* Hero spacing because header is absolute */
.home-banner {
    padding-top: 140px;
}
/* .primary-menu ul {
    padding: 12px;
     background: #14141D;
    border-radius: 60px;
    position:relative;
    z-index: 9;
}
.primary-menu ul:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 60px;
    background: linear-gradient(to right, #080808 0%, #DDBCFF 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.primary-menu ul:hover:before {
background: linear-gradient(to bottom, #080808 0%, #DDBCFF 100%);
} */
 .primary-menu ul {
    padding: 12px;
    background: #14141D;
    border-radius: 60px;
    position: relative;
    z-index: 9;
}

/* Base gradient */
.primary-menu ul::before,
.primary-menu ul::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 60px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
                  linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    z-index: -1;
    transition: opacity 0.4s ease;
}

/* Default gradient (left → right) */
.primary-menu ul::before {
    background: linear-gradient(to right, #080808, #DDBCFF);
    opacity: 1;
}

/* Hover gradient (top → bottom) */
.primary-menu ul::after {
    background: linear-gradient(to bottom, #080808, #DDBCFF);
    opacity: 0;
}

.primary-menu ul:hover::before {
    opacity: 0;
}

.primary-menu ul:hover::after {
    opacity: 1;
}

/* a-logo */
/* .header .a-logo {
    display: inline-block;}
.header .a-logo img {
    max-width: 100%;
    max-height: 40px;}
div:not(.header-bg-transparent) .header .a-logo img:last-of-type {
    display: none;}
@media (max-width: 991px) {
.header .a-logo img {
    max-height: 35px;}
}

/* header-bg-transparent *
body:not(.specific_scroll) .header-bg-transparent .header .a-logo img:first-of-type,
.specific_scroll .header-bg-transparent .header .a-logo img:last-of-type {
    display: none;}

/* header-bg-initial *
.header-bg-initial .header .a-logo img:last-of-type {
    display: none;}



/* menu-bar *
.header .menu-bar {
    padding-right: 70px;}
.header .menu-bar .menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;}
.header .menu-bar .menu .link-item {
    margin-left: 15px;
    display: inline-block;}
.header .menu-bar .menu .link-item .link {
    padding-left: 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 13.9px;
    color: #0c0c0c;}
.header .menu-bar .menu .link-item .link:not(.active) {
    opacity: .7;}
.header .menu-bar .menu .link-item .link:hover {
    opacity: initial}
.header .menu-bar .menu .link-item .link.active {
    font-weight: bold;} */
@media (max-width: 1199px) {
.header .menu-bar {
    padding-right: 60px;}
.header .menu-bar .menu .link-item {
    margin-left: 0;}
}
@media (max-width: 991px) {
.header .menu-bar .menu .link-item:not(.item-login) {
    opacity: 0;
    display: none;}
}
/* header-bg-transparent */
@media (min-width: 992px) {
body:not(.specific_scroll) .header-bg-transparent header .menu-bar .menu .link-item .link {
    color: #fff;}
}


/* btn-login */
.header .menu-bar .menu .link-item.item-login .btn-login {
    padding: 9px 35px;
    margin-left: 15px;
    border: 0;
    cursor: pointer;
    opacity: initial;
    font-size: 12px;
    color: #fff;
    border-radius: 25px;}
@media (max-width: 1199px) {
.header .menu-bar .menu .link-item.item-login .btn-login {
    padding: 5px 25px;}
}

/* btn-login-green */
.btn-login-green .header .menu-bar .menu .link-item.item-login .btn-login:hover {
    box-shadow: 1px 11px 17px #1ca6b782 !important;}
@media (min-width: 768px) {
.btn-login-green .header .menu-bar .menu .link-item.item-login .btn-login {
    background: #119ea1 !important;}
}
@media (max-width: 767px) {
.btn-login-green .header .menu-bar .menu .link-item.item-login .btn-login {
    background: #003e5a !important;}
}


/* menu-toggle */
.header .menu-toggle {
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background-color: transparent;
    border: none;
    padding: 0;
    width: 30px;
    height: 25px;}
.header .menu-toggle span {
    background-color: #6c6c6c;
    display: block;
    position: relative;
    float: right;
    width: 100%;
    border-radius: 25px;
    height: 2px;}
.header .menu-toggle:hover {
    opacity: .8;}
.header .menu-toggle span:nth-of-type(1) {
    width: 80%;
    top: -8px;}
.header .menu-toggle span:nth-of-type(3) {
    width: 45%;
    top: 8px;}


/* header-bg-transparent */
body:not(.specific_scroll) .header-bg-transparent .header .menu-toggle span {
    background-color: #fff;}
/**/
/* body:not(.specific_scroll) .header-bg-transparent .header .menu-toggle,
body:not(.specific_scroll) .header-bg-initial .header .menu-toggle {
    margin-top: 8px;} */




/* onlode-aos-down*/
@keyframes slideFadeDown {
  0% {
    transform: translate3d(0,-100px,0);
  }
  100% {
    transform: translateZ(0);
  }
}
.onlode-aos-down {  
  animation: 1s ease-out 0s 1 slideFadeDown;}

/* onlode-aos-up*/
@keyframes slideFadeUp {
  0% {
    transform: translate3d(0, 200px,0);
  }
  100% {
    transform: translateZ(0);
  }
}
.onlode-aos-up {  
  animation: 1s ease-out 0s 1 slideFadeUp;}




/* btn-whatsapp */
.btn-whatsapp {
    position: fixed;
    z-index: 5;
    bottom: 85px;
    right: 10px;
    padding: 0;
    font-size: 32px;
    background-color: #25D366;
    box-shadow: 3px 3px 6px #0000005e;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 43px;
    border-radius: 50%;}
.btn-whatsapp:hover {
    color: #fff;}


/* enquiry-now-btn */
.enquiry-now-btn {
    position: fixed;
    z-index: 5;
    bottom: 140px;
    right: 10px;
    padding: 0;}
.enquiry-now-btn img {
    height: 45px;}


/* nav-full-screen */
.nav-full-screen {
    position: fixed;
    z-index: 101;
    bottom: 0;
    background-color: #fff;
    padding: 35px 60px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;}
@media (max-width: 991px) {
.nav-full-screen {
    padding: 20px;}
}
@media (max-width: 575px) {
.nav-full-screen {
    padding: 30px;}
}
.nav_open {
    overflow-y: hidden;}
/* inner */
@media (min-width: 1200px) {
.nav-full-screen .inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 30px;}
}

/* hide-show */
@media (min-width: 576px) {
/* nav-full-screen */
.nav-full-screen {
    right: 0;
    left: 0;
    top: -100%;
	-webkit-transition: top 1s ease-in-out;
    -moz-transition: top 1s ease-in-out;
    -ms-transition: top 1s ease-in-out;
    -o-transition: top 1s ease-in-out;
    transition: top 1s ease-in-out;}
/* nav_open */
.nav_open .nav-full-screen {
    top: 0;}
}
@media (max-width: 575px) {
/* nav-full-screen */
.nav-full-screen {
    right: -100%;
	-webkit-transition: right 1s ease-in-out;
    -moz-transition: right 1s ease-in-out;
    -ms-transition: right 1s ease-in-out;
    -o-transition: right 1s ease-in-out;
    transition: right 1s ease-in-out;}
/* nav_open */
.nav_open .nav-full-screen {
    right: 0;}
}


/* nav-head */
/* a-logo */
.nav-full-screen .nav-head .a-logo {
    display: inline-block;}
.nav-full-screen .nav-head .a-logo img {
    max-width: 100%;
    max-height: 45px;}
@media (max-width: 991px) {
.nav-full-screen .nav-head .a-logo img {
    max-height: 35px;}
}
/* btn-close */
html:not(.nav_open) .nav-full-screen .nav-head .close-btn {
    display: none;}
@media (min-width: 768px) {
.nav-full-screen .nav-head .close-btn {
    width: 32px;
    height: 32px;
    right: 60px;}
.nav-full-screen .nav-head .close-btn:before, 
.nav-full-screen .nav-head .close-btn:after {
    width: 3px;}
}
@media (max-width: 991px) {
.nav-full-screen .nav-head .close-btn {
    position: fixed;
    top: 30px;}
}
@media (max-width: 767px) {
.nav-full-screen .nav-head .close-btn {
    top: 20px;
    right: 30px;}
}
/* nav-body */
.nav-full-screen .nav-body {
    padding-top: 20px;}
.nav-full-screen .nav-body .links {
    padding-left: 10px;
    margin-bottom: 0;
    list-style: none;}
.nav-full-screen .nav-body .links .link-item {
    margin-bottom: 10px;}
.nav-full-screen .nav-body .links .link-item .link {
    display: inline-block;
    white-space: nowrap;
    padding-bottom: 5px;
    text-decoration: none;
    font-size: 22px;
    color: #303030;}
.nav-full-screen .nav-body .links .link-item .link.active {
    font-size: 26px;
    font-family: Poppins-SemiBold;
    color: #00A89C;}
@media (max-width: 991px) {
.nav-full-screen .nav-body {
    padding-top: 40px;}
.nav-full-screen .nav-body .links .link-item .link {
    font-size: 14px;}
.nav-full-screen .nav-body .links .link-item .link.active {
    font-size: 16px;}
}
/* info-about */
.nav-full-screen .nav-body .info-about .h4 {
    opacity: .9;
    font-size: 28px;}
.nav-full-screen .nav-body .info-about .h6 {
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 60px;
    opacity: .8;}
.nav-full-screen .nav-body .info-about .btn {
    color: #fff;
    min-width: 140px;
    padding: 12px 25px;
    margin-top: 15px;
    margin-right: 30px;
    border-radius: 25px;
    cursor: pointer;}
@media (min-width: 992px) {
.nav-full-screen .nav-body .info-about {
    margin-top: 60px;}
}
@media (max-width: 991px) {
.nav-full-screen .nav-body .info-about .btn {
    margin-bottom: 15px;
    margin-top: 5px;
    padding: 7px 18px;
    font-size: 12px;}
}
/* meet */
@media (max-width: 991px) {
.nav-full-screen .nav-body .info-about .meet {
    display: none;}
}
/* line-green */
@media (min-width: 992px) {
.nav-full-screen .nav-body .line-lg-green {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 65px;
    border-left: 2px solid #1ca6b75c;}
}
@media (max-width: 991px) {
.nav-full-screen .nav-body .line-md-green {
    padding-left: 70px;
    border-left: 2px solid #1ca6b75c;}
}
@media (max-width: 767px) {
.nav-full-screen .nav-body .line-md-green {
    padding-left: 40px;}
}
@media (max-width: 575px) {
.nav-full-screen .nav-body .line-md-green {
    border: none;
    padding-left: 1.5rem;}
}
/* info-contact */
.nav-full-screen .nav-body .info-contact {
    padding-top: 20px;}
.nav-full-screen .nav-body .info-contact .h5 {
    opacity: .9;
    font-size: 24px;}
.nav-full-screen .nav-body .info-contact .contact-table td {
    padding-top: 30px;}
.nav-full-screen .nav-body .info-contact .contact-table td .a {
    margin-top: -7px;
    font-size: 20px;
    color: #666666 !important;}
@media (max-width: 991px) {
.nav-full-screen .nav-body .info-contact .h5 {
    font-size: 20px;}
.nav-full-screen .nav-body .info-contact .contact-table td .a {
    margin-top: -3px;
    font-size: 15px;}
}
@media (max-width: 767px) {
.nav-full-screen .nav-body .info-contact .h5 {
    margin-top: 15px;}
.nav-full-screen .nav-body .info-contact .contact-table td {
    padding-top: 15px;}
}
/* app-download */
.nav-full-screen .nav-body .info-contact .app-download {
    margin-top: 45px;}
.nav-full-screen .nav-body .info-contact .app-download a {
    text-decoration: none;
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;}
.nav-full-screen .nav-body .info-contact .app-download a img {
    height: 45px;}
@media (max-width: 991px) {
.nav-full-screen .nav-body .info-contact .app-download a img {
    height: 30px;}
}



/* form-default */
.form-default .form-body .form-label {
    font-family: Poppins-SemiBold;}
.form-default .form-body .form-control, 
.form-default .form-body .form-select {
    font-family: Poppins-Medium;
    font-size: 12px;}
.form-default .form-body .form-control:invalid, 
.form-default .form-body .form-select:invalid {
    background-color: #f2f2f2;}



/* form-small */
.form-small {
    border-radius: 25px;}
/* form-small-head */
.form-small .form-small-head {
    position: relative;
    color: #fff;
    width: 100%;
    min-height: 60px;
    border-radius: 15px 15px 0 0;
    padding: 30px 45px 0;}
.form-small .form-small-head:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 25%;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, #7B4DCE, #AC6BD6) !important;
    left: 0;
    bottom: -28px;}
/* close-btn */
.form-small .form-small-head .close-btn {
    right: 0;
    top: 0;}
.form-small .form-small-head .close-btn:not(:hover) {
    opacity: 0.7;}
.form-small .form-small-head .close-btn:before, 
.form-small .form-small-head .close-btn:after {
    background-color: #fff;}
/**/
.form-small .form-small-head .inner {
    position: relative;
    z-index: 2;}
.form-small .form-small-head h3 {
    font-size: 26px;}
.form-small .form-small-head h4 {
    font-size: 11.5px;
    line-height: 17px;
    margin-top: 10px;}
/* form-small-body */
.form-small .form-small-body {
    padding: 60px 45px 10px}
/* field-col */
.form-small .form-small-body .field-col {
    position: relative;}
.form-small .form-small-body .field-col .btn-toggle {
    position: absolute;
    right: 4px;
    bottom: 3px;
    padding: 3px 5px;
    border: none;
    background-color: transparent;
    color: #6a6a6a;}
.form-small .form-small-body .field-col .btn-toggle:hover {
    color: #000000c9;}
/* btn-forgot */
.form-small .form-small-body .btn-forgot {
    color: #6d686e;
    text-decoration: none;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 12px;}
/* form-small-footer */
.form-small .form-small-footer {
    padding: 0 45px 35px}
.form-small .form-small-footer .btn {
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
    padding: 10px 20px;
    min-width: 115px;}



/* form-enquiry */
.form-enquiry {
    margin-right: 0;}
.form-enquiry .form-small-head {
    padding-top: 25px;}
.form-enquiry .form-small-body {
    padding-top: 35px;}
.form-enquiry .form-small-body .iti__arrow {
    display: none;}
.form-enquiry .form-small-body .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;}
.form-enquiry .form-small-footer {
    padding-bottom: 15px;}
@media (max-width: 991px) {
.form-enquiry .form-small-footer {
    padding-bottom: 25px;}
}
@media (max-width: 767px) {
.form-enquiry .form-small-head,
.form-enquiry .form-small-body,
.form-enquiry .form-small-footer {
    padding-left: 30px;
    padding-right: 30px;}
}
/**/
.form-enquiry .form-default .form-body [class^="col-"] {
    margin-bottom: 0;}
.form-enquiry .form-default .form-body .form-label {
    font-size: 11px;}
.form-enquiry .form-default .form-body .form-control, 
.form-enquiry .form-default .form-body .form-select {
    font-size: 11px;
    padding: 7px 15px;}
.form-enquiry .form-small-footer {
    text-align: end;}
.form-enquiry .form-small-footer .btn {
    font-size: 11px;
    padding: 8px 20px;
    min-width: 110px;}

/* enquiry_zoom */
.form-enquiry {
    transition: transform .6s;}
.form-enquiry.enquiry_zoom {
    -ms-transform: scale(1.1); 
    -webkit-transform: scale(1.1);
    transform: scale(1.1);}






/* section */
section {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;}

/* section-sub */

/* ==================================================================================================
======================================================================================================== */
/* Mobile Offcanvas Styling */

.offcanvas {
    width: 280px;
    z-index: 9999;
}

.offcanvas .navbar-nav .nav-link {
    padding: 12px 0;
    font-weight: 500;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.offcanvas .nav-link:hover {
    color: #DDBCFF;
    padding-left: 8px;
    transition: 0.3s ease;
}

/* Remove ugly focus outline */
.header {
    transition: all 0.3s ease;
}

/* When Scrolled */
.header-scrolled {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #181227; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    z-index: 9999;
}
.navbar-toggler:focus {
    box-shadow: none;
}
#mobileMenu {
    background: #341753;
}
.offcanvas .offcanvas-title {
    font-size: 20px;
    color: #9a8ba9;
}
.offcanvas a{
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
}
/* HERO SECTION */
.hero-section {
  position: relative;
  padding: 120px 0 0 0;
  /* overflow: hidden; */
}
.hero-section span {
    color: #DBC3EB;
    font-size: 13px;
    line-height: 25.4px;
    background: rgba(149, 0, 246, 0.07);
    padding: 5px 50px;
    border-radius: 39px;
}
/* CONTENT */
.hero-title {
    font-family: 'Syne';
    line-height: 61px;
  font-weight: 600;
  font-size: 48px;
  color: #111;
}

.hero-subtitle {
  font-size: 18px;
  color: #F4E9FF;
}

/* BUTTON CUSTOM */
.btn-primary {
  background: linear-gradient(90deg, #7d2ae8, #a855f7);
  border: none;
}

.btn-primary:hover {
  opacity: 0.9;
}
.circle {
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    /* display: block; */
    width: 772px;
    height: 210px;
    background: url(../images/bg/circle.webp);
    background-size: cover;
    margin: 0 auto;
    background-position: center;
    animation: floatCircle 4s ease-in-out infinite;
}
@keyframes floatCircle {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-10px); } /* move UP only */
    100% { transform: translateY(0); }
}
/* ELLIPSES */
/* Base Ellipse */
.ellipse {
  position: absolute;
  width: 4104px;
  height: 2000px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -900px; /* adjust slightly if needed */
  /* z-index: -1; */
}

/* First Ellipse (Dark Base) */
.ellipse-1 {
  background: #0A0C10;
  opacity: 1;
  /* z-index: 0; */
}

/* Second Ellipse (Purple Glow) */
.ellipse-2 {
  background: #4E0D96;
  filter: blur(26.6px); /* this gives glow effect */
  /* opacity: 0.9; */
  /* z-index: -1; */
  top: -880px;
}

/* STARS */
.stars {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/bg/stars.png);
    z-index: 1;
    background-size: cover;
    /* animation: blurPulse 4s ease-in-out infinite; */
}
@keyframes blurPulse {
    0% {
        opacity: 0.7;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.7;
    }
}
/* CONTENT ABOVE GLOW */
.hero-content {
  position: relative;
  z-index: 2;
}
/* STARS */
.blur{
    width: 820px;
    height: 554px;
    border-radius:474px;
    background: #692FA7;
    filter: blur(250px);
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 500px;
}
.line-div {
    position: relative;
}
.line-div:before {
    content: url(../images/line-left.png);
    position: absolute;
    bottom: -28px;
    left: -260px;
    display: block;
    animation: moveLineleft 3s ease-in-out infinite alternate;
}
@keyframes moveLineleft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-40px); /* adjust distance */
    }
}
.line-div:after {
    content: url(../images/line.png);
    position: absolute;
    top: -28px;
    right: -250px;
    display: block;
    animation: moveLine 3s ease-in-out infinite alternate;
}
@keyframes moveLine {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(40px); /* adjust distance */
    }
}
.btn-close-white {
    z-index: 9999;
}
/* LAPTOP IMAGE */
.hero-image-wrapper {
  position: relative;
  display: inline-block;
}

.hero-image {
  /* max-width: 1000px; */
  transform: translateY(40px); /* makes image go below container */
}
.hero-image.small {
    display: none;
}
/* Hero animation */
.float {
    position: absolute;
    z-index: 10;
}
/* LEFT */
.left-1 { left: 5%; top: 14% }
.left-2 { left: 12%; bottom: 30%; }

/* RIGHT */
.right-1 { right: 3%; top: 20%; }
.right-2 { right: 9%; bottom: 35%; }

.float-left {
    animation: moveRight 7s ease-in-out infinite;
}
@keyframes moveRight {

    0%   { transform: translate(0, 0); }

    20%  { transform: translate(20px, -20px); }

    35%  { transform: translate(20px, -20px); } /* pause */

    55%  { transform: translate(45px, -45px); }

    70%  { transform: translate(45px, -45px); } /* pause */

    100% { transform: translate(0, 0); }
}
.float-right {
    animation: moveLeft 7s ease-in-out infinite;
}
@keyframes moveLeft {

    0%   { transform: translate(0, 0); }

    20%  { transform: translate(-20px, -20px); }

    35%  { transform: translate(-20px, -20px); } /* pause */

    55%  { transform: translate(-45px, -45px); }

    70%  { transform: translate(-45px, -45px); } /* pause */

    100% { transform: translate(0, 0); }
}
.left-2  { animation-delay: 1.5s; }
.right-1 { animation-delay: 1s; }
.right-2 { animation-delay: 2.5s; }
@media (max-width: 1024px) {
    .float {
        display: none;
    }
    .hero-image.small {
        display: block;
        margin: 0 auto;
    }
    .hero-image {
        display: none;
    }
}
@media (max-width: 540px) {
    .hero-section span {
        padding: 5px 20px;
    }
}
/*====================================
 Second section 
============================================*/

.feature-box h6 {
    font-weight: 600;
    margin-bottom: 8px;
}

.feature-box p {
    font-size: 15px;
    margin-bottom: 0;
}
.csapsuit-img {
    padding: 50px 0;
}
.csapsuite-section {
    margin-top: -170px;
}
/* Responsive spacing */
@media (max-width: 991px) {
    .hero-title {
        line-height: 35px;
        font-size: 30px;
    }
    .ellipse {
    width: 2000px;
    height: 1590px;
    }
    .feature-box {
        margin-bottom: 30px;
    }
    .hero-image {
    max-width: 70%;
    }
    .csapsuite-section {
        margin-top: 0;
    }
    .hero-subtitle {
    font-size: 14px;
    }
    .hero-image {
        transform: translateY(30px);
    }
    .circle {
    width: 50%;
    height: 75px;
    }
    .feature-card .big-img {
    width: 100%;
    }
}
.counter-wrapper {
    background: url(../images/bg/wave.png) center no-repeat;
    background-size: cover;
    border-radius: 60px;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
    background-color: #0B0D12;
}

/* Optional subtle pattern effect */
.counter-wrapper::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(111,66,193,0.15) 0%, transparent 60%);
    top: -50%;
    left: -50%;
}

.counter-item {
    position: relative;
    z-index: 2;
}

.counter-number {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
}

.counter-text {
    color: #fff;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .csapsuit-img {
        padding: 0 0 30px;
    }
    .counter-wrapper {
        border-radius: 30px;
        padding: 30px 15px;
    }

    .counter-number {
        font-size: 22px;
    }
    .counter-item {
        margin: 10px 0;
    }
    .pb-100 {
        padding-bottom: 40px !important;
    }
    .line-div:after, .line-div:before {
        display: none;
    }
}

/* WHy Section */
.erp-why-section {
    background: url(../images/bg/why-bg.png) center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-color: #F7EFFF;

}

.erp-badge {
    background: #7D2EC2;
    color: #fff;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 500;
}

.erp-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 52.8pxx;
    color: #111;
}

.erp-feature-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 18px;
    line-height: 30px;
    color: #575757;
    font-size: 18px;
}

.erp-feature-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 11px;
        color: #fff;
    width: 20px;
    height: 20px;
    background: #7D2EC2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.erp-image {
    max-width: 100%;
    height: auto;
}

/* Responsive */
@media (max-width: 992px) {
    .erp-title {
        font-size: 28px;
    }

    .erp-feature-list li {
        margin-bottom: 14px;
    }
}
/* ===============================
   COMMON BADGE (Reusable)
================================= */
.custom-badge {
    background: #F8F1FF;
    color: #7D2EC2;
    font-size: 16px;
    font-weight: 500;
    padding: 0 15px;
    border-radius: 30px;
    line-height: 27.2px;
    border: 1px solid #CFA9F0;
}

/* ===============================
   SECTION
================================= */
.section-title {
    font-size: 40px;
    color: #0B0D12;
    font-weight: 500;
    letter-spacing: -2.5px;
}
.section-subtitle {

}

/* ===============================
   FEATURE CARD
================================= */
.platform-feature {
    position: relative;
}
.platform-features:after {
    content: '';
    width: 290px;
    height: 384px;
    background: url(../images/shape.png) center no-repeat;
    position: absolute;
    background-size: cover;
    top: -30px;
    right: 0;
    display: block;
 /* Anchor scaling to top-right corner */
    transform-origin: top right;

    /* Initial scale */
    transform: scale(1);

    /* Continuous animation */
    animation: shrinkPulse 4s infinite alternate ease-in-out;
}

@keyframes shrinkPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.85); /* shrink to 60% */
    }
    100% {
        transform: scale(1);
    }
}
.feature-card {
    background: #f3f1f9;
    border-radius: 16px;
    padding: 28px;
    height: 100%;
    transition: 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card h6 {
    color: #0B0707;
    font-weight: 600;
    line-height: 34px;
}

.feature-card p {
    font-size: 14px;
    line-height: 23.8px;
    margin-bottom: 20px;
}

/* ===============================
   ICON STYLES
================================= */
.feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #fff;
    font-size: 18px;
}
.platform-features .row [class^="col-"]:first-child .feature-icon { background: #692FA7;} 
.platform-features .row [class^="col-"]:nth-child(2) .feature-icon { background: #4CAF50;} 
.platform-features .row [class^="col-"]:nth-child(3) .feature-icon { background: #2196F3;} 
.platform-features .row [class^="col-"]:nth-child(4) .feature-icon { background: #FF9800;} 
.platform-features .row [class^="col-"]:nth-child(5) .feature-icon { background: #E91E63;} 
/* Image bottom */
.feature-card .big-img {
    border-radius: 12px;
}

/***************************** Product SHowcase ********************************************/
.erp-showcase-section {
    background: #FBF8FF;
    overflow: hidden;
}

/* Tabs Styling */
.erp-tabs {
    background: #fff;
    display: inline-flex;
    padding: 6px;
    border-radius: 50px;
    gap: 6px;
    box-shadow: 0px 3px 5.42px 0px rgba(0, 0, 0, 0.25);
}

.erp-tabs .nav-link {
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 14px;
    color: #000;
    background: transparent;
    border: none;
    transition: all 0.3s ease;
    font-weight: 700;
}

.erp-tabs .nav-link.active, .erp-tabs .nav-link:hover {
    background: #9810FA;
    color: #fff;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.3);
}

/* Device Wrapper */
.erp-device-wrapper {
    margin: 0 auto;
    position: relative;
}

/* Tablet Look */
.erp-device-img {
    border-radius: 30px;
    transition: 0.4s ease;
}

.erp-device-img:hover {
    transform: translateY(-5px);
}

/* Responsive */
@media (max-width: 768px) {
    .erp-tabs {
        flex-wrap: wrap;
        border-radius: 20px;
    }

    .erp-tabs .nav-link {
        font-size: 13px;
        padding: 6px 14px;
    }
}
/*===================================================
 Core modules
================================================*/
.module-section {
    /* background: #ffffff; */
    position:relative;
}
.module-section:before {
    content: '';
    width: 187px;
    height: 382px;
    background: url(../images/shape1.png) center no-repeat;
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    display: block;
    transform-origin: top left;
    transform: scale(1);
    animation: shrinkPulse 4s infinite alternate ease-in-out;
}

/* Tabs */
.module-tabs .nav-link {
    font-size: 12px;
    border-radius: 12px;
    padding: 10px 20px;
    font-weight: 700;
    color: #323232;
    border: 1px solid #DFDFDF;
    margin: 5px;
    transition: 0.3s ease;
    line-height: 25px;
    width: 117px;
    height: 80px;
}

.module-tabs .nav-link.active, .module-tabs .nav-link:hover {
    background: #9810FA;
    color: #fff;
}

/* Card */
.module-card {
    background: #2A0B3F;
    border-radius: 20px;
    padding: 60px 50px;
    color: #fff;
}

/* Heading */
.module-title {
    color: #9810FA;
    font-weight: 700;
}

.module-subtitle {
    font-size: 16px;
    color: #EEE1F8;
    max-width: 600px;
    margin: 0 auto;
}

/* Features */
.feature-item {
    display: flex;
    gap: 60px;
    margin-bottom: 25px;
    max-width: 518px;
}

.feature-item .icon {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-item h6 {
    font-size: 18px;
    font-weight: 800;
    color: #EEE1F8;
}

.feature-item p {
    color: #EEE1F8;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .module-card {
        padding: 49px 30px;
    }
    .feature-item {
    gap: 15px;
    }
}
/* =============================
   ANALYTICS SECTION
============================= */

.analytic-section {
    background: url(../images/bg/analytics_bg.png);
    background-size :cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 120px;
    position: relative;
}
.analytic-section:after {
    content: '';
    width: 428px;
    height: 382px;
    background: url(../images/shape2.png) center no-repeat;
    position: absolute;
    background-size: cover;
    top: -127px;
    right: 0;
    display: block;
    transform-origin: top right;
    transform: scale(1);
    animation: shrinkPulse 4s infinite alternate ease-in-out;
}

/* Card */

.analytic-card {
    position: relative;
    padding: 35px 30px;
    border-radius: 15px;
    border: 1px solid #e5e5e5;
    transition: all 0.4s ease;
    text-align: left;
    /* Glass background */
    background: rgba(255, 255, 255, 0.08);

    /* Background blur (Figma 50) */
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);

    /* Two inner shadows */
    box-shadow:
        inset -2px -2px 100px rgba(255, 255, 255, 0.10),
        inset 2px 2px 100px rgba(66, 66, 66, 0.10);

    border: 1px solid rgba(255, 255, 255, 0.15);

    transition: all 0.4s ease;
}

.analytic-card:hover {
    border-color: #692fa7; /* blue border on hover */
    transform: translateY(-5px);
}

/* Icon circle */

.analytic-icon {
    border-radius: 50%;
    margin-bottom: 20px;
}

.analytic-icon img {
    object-fit: contain;
}

/* Title */

.analytic-box-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 12px;
}

/* Paragraph already styled globally */
/* If needed: */
.analytic-card p {
    margin-bottom: 0;
}

/* Responsive spacing */

@media (max-width: 991px) {
    .analytic-card {
        padding: 25px;
    }
    .platform-features:after {
    content: '';
    width: 20%;
    height: 15%;
    }
    .module-section:before {
    content: '';
    width: 8%;
    height: 16%;
    }
    .analytic-section:after {
        width: 23%;
        height: 16%;
        top: -78px;
    } 
}
@media (max-width: 768px) {
    .analytic-section:after {
        width: 19%;
        height: 15%;
        top: -78px;
    } 
}
@media (max-width: 540px) {
    .analytic-card {
    background: #834bc0;
    }
    .module-section:before {
    width: 12%;
    height: 11%;
    }
     .platform-features:after {
        width: 18%;
        height: 7%;
    }
}
/* Integration section */
.right-div {
    background: #FDFAFF;
    padding: 10px;
    border-radius: 24px;
    border: 1px solid #F3E8FF;
}
/* LEFT CONNECT BOX */

.connect-card {
    padding: 12px 30px;
    border-radius: 14px;
    text-align: center;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    max-height: 134px;
    min-height: 134px;
}

.connect-card:hover {
    transform: translateY(-5px);
    border-color: #6c63ff;
}

.connect-card img {
    margin-bottom: 12px;
}

.connect-card h6 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    line-height: 25px;
}
.api-description {
    margin-bottom: 32px;
    color: #0B0707;
    font-weight: 600;
}
/* RIGHT SIDE */

.api-box {
    padding-left: 40px;
}


/* 21px semibold */
.api-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* 19px semibold */
.api-text {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Feature List */
.api-features li {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.api-features img {
    width: 18px;
    margin-right: 10px;
}

/* 16px medium */
.api-features span {
    font-size: 16px;
    font-weight: 500;
    color: #1A1A1A;
}
@media (max-width: 1024px) {
    .api-big-image img {
        width: 100%;
    }
}
@media (max-width: 960px) {

    .right-div {
    margin-top: 30px;
    }
}
@media (max-width: 960px) {
        .connect-card {
    padding: 12px 21px;
    }
}
/*=============================
 Security section 
 =================================*/
.security-bg {
    background: url(../images/bg/security-bg.png) center no-repeat;
    background-size: cover;
    padding: 82px 50px;
    border-radius: 24px;
}
.security-bg .section-subtitle {
    color: #E6E6E6;
}
.custom-badge.dark {
    background: rgba(255, 255, 255, 0.13);
}
/* Deployment SEction */
.deployment-section {
    background: url(../images/bg/deploymeny-bg.png) bottom right no-repeat;
    background-size: cover;
}
.deployment-card{
    background: rgba(2, 6, 23, 0.38);
    border-radius: 24px;
    padding: 22px;
}
.deployment-card h6 { 
    font-weight: 700;
}
.deployment-card ul {
    padding-left: 15px;
}
.deployment-card li {
    color: #F8FAFC;
    line-height: 32px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 13px;
}
/* spacing between slides */
.deployment-slider .slick-slide {
    padding: 0 15px;
    height: auto;
    display: flex !important;
}

/* fix outer spacing */
.deployment-slider .slick-list {
    margin: 0 -15px;
    padding-right: 50px; /* shows next slide preview */
}

/* make slick track flex */
.deployment-slider .slick-track {
    display: flex !important;
}

/* equal height cards */
.deployment-card {
    height: 100%;
    width: 100%;
}

/* wrapper full width */
.deployment-slider-wrapper {
    width: 100%;
    overflow: hidden;
    padding-left: 100px;
}
@media (max-width: 767px) {
    .deployment-slider-wrapper {
    padding-left: 50px;
    }
}
.security-bg {
    padding: 50px 30px;
}
/*==========================================
 Contact Section 
 =================================*/
/* Section Background */
.contact-section {
    background: #f4f2f8;
}
.contact-form-wrapper h4 {
    font-weight: 800;
}
.contact-form-wrapper p {
    font-size: 14px;
    color: #30154E;
}
/* Left Image */
.contact-image img {
    border-radius: 24px;
}

/* Contact Info Cards */
.contact-info-card {
    background: #ffffff;
    padding: 26px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.contact-info-card h6 {
    font-weight: 600;
    font-size: 16px;
}

.contact-info-card p {
    font-size: 15px;
    color: #3C3C3C;
    font-weight: 500;
}
.contact-info-card span {
        color: #9A9A9A;
    font-weight: 400;
    font-size: 12px;
}
.icon-box i {
    color: #7D3CC4;
}
/* Icon Circle */
.icon-box {
    width: 50px;
    height: 50px;
    background: #f1eafe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box img {
    width: 22px;
    height: 22px;
}

/* Form Wrapper */
.contact-form-wrapper {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Inputs */
.custom-input {
    height: 47px;
    border-radius: 14px;
    border: 1px solid #C1C1C1;
    padding: 15px 20px;
    font-size: 14px;
}

textarea.custom-input {
    height: auto;
    border-radius: 14px;
}

/* Button */
.contact-btn {
    background: #6f2dbd;
    color: #fff;
    padding: 14px;
    border-radius: 14px;
    font-weight: 500;
    transition: 0.3s ease;
}

.contact-btn:hover {
    background: #5a23a0;
}
.custom-cursor {
    width: 13px;              /* size of dot */
    height: 13px;
    background-color: #692FA7;  /* change color */
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
a:hover ~ .custom-cursor {
    transform: translate(-50%, -50%) scale(1.8);
}
/* =========================
   FOOTER
========================= */
.footer {
  background-color: #140022;
  font-family: 'Inter', sans-serif;
  color: #EAD9FF;
}

/* First column */
.footer-first-col {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Logo */
.footer-logo {
  font-weight: 600;
  font-size: 18px;
}

/* Titles (Semibold) */
.footer-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 27.2px;
  color: #F4ECFF;
}

/* Links (Medium) */
.footer-links li {
  margin-bottom: 20px;
}

.footer-links a {
  text-decoration: none;
  color: #EAD9FF;
  font-size: 16px;
  font-weight: 500;
  line-height: 27.2px;
  transition: opacity 0.3s ease;
}

.footer-links a:hover {
  opacity: 0.7;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
}

.footer-bottom a {
  color: #EAD9FF;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}

.footer-bottom a:hover {
  opacity: 0.7;
}
.footer-phone {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    font-weight: 400; /* Regular */
    line-height: 27.2px;
}

.footer-phone i {
    font-size: 16px;
    margin-top: 4px; 
}

.phone-numbers {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.phone-numbers a {
    text-decoration: none;
    color: #EAD9FF;
    transition: opacity 0.3s ease;
}

.phone-numbers a:hover {
    opacity: 0.7;
}


