.rajdhani {
    font-family: "Rajdhani", sans-serif;
}
.open-sans {
    font-family: "Open Sans", sans-serif;
}
.uppercase {
    text-transform: uppercase!important;;
}
.no-underline {
    text-decoration: none!important;
}
.relative{
    position: relative;
}
.absolute {
    position: absolute;
}
.white {
    color: #ffffff;
}
.gold {
    color: #BB9E4D;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fs-1 {
    font-size: 1em;
}
.fs-1p5 {
    font-size: 1.5em;
}
.fs-2 {
    font-size: 2em;
}
.fs-3 {
    font-size: 3em;
}
.fs-4 {
    font-size: 4em;
}
.fs-5 {
    font-size: 5em;
}
.lh-p8 {
    line-height:0.8;
}
.lh-p9 {
    line-height:0.9;
}
.lh-1 {
    line-height:1;
}
.lh-1p1 {
    line-height:1.1;
}
.lh-1p2 {
    line-height:1.2;
}
.lh-1p5 {
    line-height:1.5;
}
.lh-2 {
    line-height:2;
}
.lh-2p5 {
    line-height:2p5;
}
.lh-3 {
    line-height:3;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.d-flex {
    display: flex;
}
.gx-10{
    gap: 10px;
}
.gx-15{
    gap: 15px;
}
.gx-20{
    gap: 20px;
}
.d-flex {
    display: flex;
}
.d-block {
    display: block;
}
.align-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.zero-mb p{
    margin-bottom: 0!important;
}
.glass-blur{    
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
#mega-menu-container {
    display: none;
}
#header-bb:after {
    content: "";
    position: absolute;
    bottom:0;
    left:0;
    height:0.1px;
    width:0;
    background-color: #FFFFFF7A;
    animation: borderGrow 3s ease forwards;
}
@keyframes borderGrow {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}


#menu-container,
#gold-menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:8px;
    cursor: pointer;
}
.menu-lines,
.gold-menu-lines {
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    gap:4px;
}
.menu-lines span,
.gold-menu-lines span {
    display: block;
    width: 26px;
    height: 2px;
    background-color: #ffffff;
    border-radius:10px;
}
.gold-menu-lines span {
    background-color: #BB9E4D;
}
.hidden-highlights {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;

    display: flex;
}

.menu-highlights:hover .hidden-highlights {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu-highlights:hover .bottom-highlights circle {
    fill: white;
}
.menu-highlights:hover .bottom-highlights path {
    stroke: #BB9E4D;
}

.circle-icon-white .elementor-button-content-wrapper {
    gap: 8px;
}
.circle-icon-white  .elementor-button-icon {
    width: 10px;
}
.btn-fix svg {
    width: 30px;
}
.btn-fix .elementor-button-content-wrapper {
    align-items: center;
}
.icon-center .elementor-icon-wrapper {
    display: flex;
}
.counter-divider .elementor-counter-title {
    text-align: center;
}

.project-card-home .elementor-widget-image {
    border-bottom-right-radius: 55px;
    overflow: hidden;
}
.project-card-home img {
    transition: all 0.5s ease-in-out;
}
.project-card-home .elementor-widget-image:hover img{
        transform: scale(1.2);
}


#ares-partners:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 9%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 83%);
}
#ares-partners:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 9%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 83%);
}

/* CAROUSEL */
/**.test-carousel {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 20px;
}
**/
.test-carousel > * {
  min-width: 0;
}

/* Preview + Current */
.preview,
.current {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.preview {
    justify-content: space-between;
}
/* Splide */
/* .splide {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.splide__track {
  overflow: hidden;
  width: 100%;
}

.splide__list {
  display: flex;
} */

/* Slides */
/* .splide__slide {
  box-sizing: border-box;
padding-right: 20px;    
  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0.6;
  transition: all 0.3s ease;
}

.splide__slide.is-visible {
  opacity: 1;
} */
.read-more {
    color: #22282B;
    display: inline-flex;
    gap: 10px;
}
.read-more:hover {
    color: #BB9E4D;
}
.read-more:after {
    content: '';
    background-image: url(https://ares.smrmnt.com/wp-content/uploads/2026/05/read-more.svg);
    background-size: contain;
    background-position: center;
    width: 24px;
    height:24px;
    display: block;
}
.panel img,
.slide-inner img {
  width: 100%;
  height: auto;
  display: block;
}
.panel {
  animation: fadeIn 0.3s ease;
}

button.rounded-nav:hover{
    background-color: unset;
    border-color: unset;
}
button.rounded-nav svg{
    transition: all 0.4s ease-in-out;
}
button.rounded-nav:hover svg{
    fill: #22282B;
}
button.rounded-nav:hover svg path{
    fill: white;
}
button.rounded-nav {
    background-color: unset;
    padding: 0;
}
button.rounded-nav.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile */
@media( max-width: 600px ){
    .d-sm-none {
        display: none;
    }
    #menu-container {
        justify-content: end;
    }
}
@media (max-width: 768px) {
  .test-carousel {
    grid-template-columns: 1fr;
  }

  .splide__slide {
    padding: 10px;
  }

  .preview,
  .current {
    padding: 15px 0;
  }
}
.carousel-nav {
    justify-content: end;
}
.carousel-item h3 {
    line-height:1;
    margin-bottom: 10px;
}
.carousel-item h3 a {
    text-decoration: none!important;
    font-family: 'Open Sans', sans-serif;
    color: #22282B;
    font-weight:300;
    font-size: 18px;
}
.carousel-item img {
    border-radius: 20px;
    margin-bottom: 10px;
}
.carousel-item p {
    font-family: 'Open Sans', sans-serif;
    color: #22282B;
    font-weight:300;
    font-size: 14px;
    line-height: 1.6;   
    margin-bottom: 10px;
}
.carousel-img-overlay {
    position: relative;
}
.carousel-img-overlay:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:#ffffff;
    opacity: 0.8;
}
@keyframes subtlePulse {
    0% {
        transform: scale(1.01);
    }

    25% {
        transform: scale(1.02);
    }

    50% {
        transform: scale(1.04);
    }

    75% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1.01);
    }
}

.case-study-nav {
    animation: subtlePulse 1s ease-in-out infinite;
}

.the-challenge .e-n-accordion-item {
    border-bottom: 1px solid #000000;
}

.the-challenge .e-n-accordion-item[open] {
    border-bottom: none;
}
.header-reset h1, .header-reset h2, .header-reset h3, .header-reset h4, .header-reset h5{
	margin:unset!important;
}
@media( min-width: 600px ){
    #header-logo-bb:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0.1px;
        height: 0;
        background-color: #FFFFFF7A;
        animation: borderDown 3s ease forwards;    
    }
    #header-contact-bb:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0.1px;
        height: 0;
        background-color: #FFFFFF7A;
        animation: borderDown 5s ease forwards;   
    }
    @keyframes borderDown {
        from {
            height: 0;
        }
        to {
            height: 100%;
        }
    }
}
@media( min-width: 992px){
    .counter-divider:after {
        content: "";
        position: absolute;
        height: 70%;
        width: 1px;
        background-color: #ffffff85;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
}