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

.custom-logo {
    height: auto;
    max-width: 100%;
    display: block;
}
body{
    margin: 0;
    padding: 0;
}
.button-one a, button.elementor-button.elementor-size-sm {
    background: linear-gradient(127deg, #D8A844 0%, #F6F4A1 25%, #CC9252 50%, #FAF0AB 75%, #B08537 100%);
    color: #000 !important;
    border: 1px solid #000;
}
.button-one a:hover, button.elementor-button.elementor-size-sm:hover {
    background: transparent;
/*     border-color: #fff !important; */
    color: var(--e-global-color-primary) !important;
}
.button-two a {
    background: linear-gradient(127deg, #D8A844 0%, #F6F4A1 25%, #CC9252 50%, #FAF0AB 75%, #B08537 100%);
    color: #000 !important;
    border: 1px solid #000;
}
.button-two a:hover {
    background: transparent;
    border-color: #000 !important;
    color: #000 !important;
}
.button-three a:hover{
background: linear-gradient(127deg, #D8A844 0%, #F6F4A1 25%, #CC9252 50%, #FAF0AB 75%, #B08537 100%);
    color: #000 !important;
    border: 1px solid #000;	
}
h1.ekit-heading--title.elementskit-section-title span {
    color: #c10000 !important;
}
.desc {
    color: #fff;
}

/* ===== 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: var(--e-global-color-primary) !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);
}

.mission-vision .crd{
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-top: 4px solid var(--e-global-color-primary);
    transition: 0.3s;
}
.mission-vision .crd:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.quote-box {
    border-left: 4px solid var(--e-global-color-primary);
    padding-left: 20px;
    font-style: italic;
    background: #fff0f0;
    padding: 15px 20px;
    border-radius: 0 10px 10px 0;
    margin: 20px 0;
    color: #333;
}
@media (max-width:767px){
	.counter-sect .elementor-counter-title {
    text-align: center !important;
}
.step-section{
    overflow-x: hidden !important;
} 
}