/*
Theme Name: Kadmar Digital
Theme URI: https://www.kadmardigital.com
Description: Theme by Kadmar Digital
Version: 1.00
Author: Kadmar Digital
*/

/* h1, h2, h3, h4, h5, h6, p, li, span {
    font-family: 'Poppins', sans-serif !important;
}
.elementor h1,
.elementor h2,
.elementor h3,
.elementor h4,
.elementor h5,
.elementor h6,
.elementor p,
.elementor li {
    font-family: 'Poppins', sans-serif !important;
} */

.custom-logo {
    height: auto;
    max-width: 100%;
    display: block;
}
body{
    margin: 0;
    padding: 0;
}
.main-header {
    z-index: 999 !important;
    background: #03184d;
    backdrop-filter: blur(9px);
    color: #fff;
    border: 1px solid;
    border-color: #ffffff5c !important;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}
.home .main-header {
    position: absolute !important;
    z-index: 999 !important;
    background: transparent;
    backdrop-filter: blur(9px);
    color: #fff;
	border:none;
}
/* services css */
.services {
  display: flex;
  height: 55vh;
  width: 100%;
}

/* SERVICE COLUMN */
.service {
  flex: 1;
  position: relative;
  background: var(--e-global-color-primary);
  border: 1px solid #ffffff61;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.5s ease, background 0.5s ease;
}

.service:last-child {
  border-right: none;
}

/* VERTICAL TITLE */
.vertical-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
  transition: opacity 0.3s ease;
  pointer-events: none;
  font-family: 'Poppins', sans-serif ;
	font-weight:600;
}

/* CONTENT (CENTERED) */
.content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
     /* horizontal center */
  justify-content: center;    /* vertical center */
  /*text-align: center;*/
  padding: 40px;
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.content h2 {
  font-size: 32px;
  margin: 0px;
  color: #03184d;
  font-family: 'Poppins', sans-serif ;
}

.content p {
  line-height: 1.6;
  max-width: 280px;
  opacity: 0.9;
  color: #03184d;
	font-family: 'Poppins', sans-serif;
}

.arrow {
  margin: 0px;
  font-size: 30px;
	color: #03184d;
}
.arrow a {
    color: #03184d;
}

/* HOVER EFFECT */
.service:hover {
/*   background: linear-gradient(180deg, #5f63ff, #151a7a); */
	background: var(--e-global-color-582ac8e);
}

.service:hover .vertical-text {
  opacity: 0;
}

.service:hover .content {
  opacity: 1;
  transform: translateY(0);
}

/* ===== FORCE CUSTOM UNDERLINE ANIMATION (WITHOUT DISABLING POINTER) ===== */

/* Target ONLY main desktop menu */
.elementor-nav-menu--main .elementor-item {
  position: relative;
}

/* Elementor underline override */
.elementor-nav-menu--main .elementor-item:before {
  content: "";
  position: absolute;
  left: 0 !important;
  bottom: -4px !important;
  width: 100% !important;
  height: 1px !important;
  background-color: #ffffff !important;

  /* animation trick */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease !important;
  opacity: 1 !important;
}

/* Hover + Active */
.elementor-nav-menu--main .elementor-item:hover:before,
.elementor-nav-menu--main .elementor-item.elementor-item-active:before {
  transform: scaleX(1);
}


/* iPad Mini & Tablets (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

 .vertical-text {
    font-size: 21px;
} 
.service:hover {
  flex: 2;
}
}
/* services css */

/* new service page box css */

.main-box {
    background: rgba(18, 26, 70, 0.65);
    backdrop-filter: blur(30px);
    border-radius: 28px !important;
    padding: 35px 25px !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.6);
}
.tag h4 {
    font-size: 13px;
    letter-spacing: 3px;
    color: #8b94c9;
}
.verified p {
    padding: 10px 12px;
    border-radius: 30px;
    background: rgba(0, 255, 200, 0.12);
    color: #1ef7c4 !important;
    font-weight: 500 !important;
}
.box {
    padding: 16px 10px !important;
    border-radius: 22px !important;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative !important;
    transition: 0.3s !important;
}

.box:hover{
  transform:translateY(-6px);
  box-shadow:0 0 30px rgba(255,255,255,0.08);
}

.box svg{
  width:34px;
  height:34px;
  margin-bottom:18px;
}
.box1 h3 {
    color: #4fd1ff !important;
}
.box2 h3 {
    color: #c084fc !important;
}
.box3 h3 {
    color: #9eff6a !important;
}
.box h3 {
    font-size: 20px;
    font-weight: 600 !important;
}

.box h4{
  font-size:18px;
  margin-top:6px;
  color:#cfd6ff;
  font-weight:500;
}

.box p{
  margin-top:10px;
  color:#8f98c9;
  line-height:1.5;
}

/* Steps css */
.steps {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    padding-bottom: 4px;
}

.left .item{
  display:flex;
  margin-bottom:10px;
}

.dot{
  width:10px;
  height:10px;
  border-radius:50%;
  margin-right:12px;
  margin-top:8px;
}

.purple{background:#c084fc;}
.orange{background:#ff9f43;}
.green{background:#9eff6a;}

.left h5{
  font-size:15px;
  font-weight:300;
  margin: 0;
  color: #fff;
  font-family: 'Poppins', sans-serif ;
}

.left p {
    font-size: 14px;
    color: #8f98c9;
    font-family: 'Poppins', sans-serif ;
    margin: 0;
    margin-top: 4px;
}

.right{
  display:flex;
  flex-direction:column;
  grid-gap:22px;
  font-weight:500;
  font-size:15px;
}
div.right {
    font-family: 'Poppins', sans-serif ;
}

.step1{color:#ff9f43;}
.step2{color:#9aa3d9;}
.step3{color:#9eff6a;}

/* for social media page */
.page-id-728 .right {
    grid-gap: 27px;
}
.page-id-728 .box1 h3 {
    color: #4FD1C5 !important;
}


/* Steps css */

/* new service page box css */


@media (max-width:767px){
	.counter-sect .elementor-counter-title {
    text-align: center !important;
}
.services {
    display: flex;
    height: auto;
    width: 100%;
    flex-direction: column;
}
.service {
        min-height: 300px;
        border: none;
        border-bottom: 1px solid #fff;
    }
	}