 /* Custom styles (optional) */
 .navbar {
    background-color: white;
}
.left-side{
    border-right: none;
}

.logo{
    position: absolute;
    z-index: 9999999;
    top: 20px;
    left: 38px;

}
.logo img{
    width: 230px;
}
.navbar-nav .nav-item {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-nav .nav-item small {
    font-size: 0.8rem;
    color: gray;
}

.white-bg .page-header{
    background: #fff;
}
.white-bg .page-header .inner h1, .white-bg .page-header .inner p, .white-bg .left-side .follow-us{
    color: #000;
}
.white-bg .hamburger__line-in::after, .hamburger__line-in::before{
    background-color:  #000;
}
.faqs{
    padding-bottom: 150px;
    background: #fff;
    padding-top: 150px;
    width: 100%;
}
.dropdown-menu {
    background-color: white;
    border: 1px solid #ddd;
}

/* Optional: Style the dropdown items */
.dropdown-item {
    padding: 10px;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}
.navbar-light .navbar-nav .nav-link{
    color: #000;
}
/* Default styling */
.details{
  --padding: 10px;
  border: 1px solid #8d8d8d;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.details + .details{
  margin-top: 15px;
}

.details__title{
  --width: 20px;
  --height: 3px;
  --radius: 1px;
  --color: currentColor;
  margin:0;
  padding: var(--padding) calc(var(--width) * 2) var(--padding) var(--padding);
  cursor: pointer;
  transition: all .2s ease-in-out;
  position: relative;
}

.details__title:before,
.details__title:after{
  content:'';
  display: block;
  width: var(--width);
  height: var(--height);
  background-color: var(--color);
  position: absolute;
  border-radius: var(--radius);
  top: calc(50% - (var(--height) / 2));
  right: calc(var(--width) / 2);
  transition: all .2s ease-in-out;
}

.details__title:after{
  rotate: 90deg;
}

.details__container[open] .details__title:before{
  rotate: 45deg;
  /* rotate: 135deg; */
}

.details__container[open] .details__title:after{
  rotate: 135deg;
  /* rotate: 225deg; */
}

.details__container[open] .details__title{
  background-color: #f3f3f3;
}

.details__summary::marker{
  content:'';
}

.details__desc{
  visibility: hidden;
  display: grid;
  grid-template-rows: 0fr;
  transition: all .2s ease-in-out;
  overflow: hidden;
  padding-inline: var(--padding);
  pointer-events: none;
}

.details__container[open] + .details__desc{
  visibility: visible;
  grid-template-rows: 1fr;
  padding-block: var(--padding);
}

.details__desc-inner{
  min-height: 0;
}
.intro-image figure figcaption h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
}

.intro-image figure figcaption {
    background: #F0792A;
/*     border-top-right-radius: 37px; */
}
.icon-content-block .content-block figure img{
    height: inherit;
}
.works ul{
    margin: 0 0;
}
.works ul li{
    width: 25%;
}
.works ul li figure{
    margin-bottom: 15px;
}
.works ul li h3{
    text-align: center;
    font-size: 24px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill, .all-cases-link b:hover{
    background: #fff;
}
.product-slider figcaption{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px !important;
}

.product-slider{
    padding: 30px 0;
}

.product-slider figure{
    padding: 0 20px;
}

.symbol {
    display: inline-block;
    margin-left: 5px; /* Optional, adjust spacing */
    font-size: 1.2em; /* Optional, adjust font size */
    vertical-align: middle; /* Ensures the plus sign is aligned with the number */
}
.counter {
    background: #fff;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.3);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    background: #fff;
}

.team.light{
    background: #fff;
    padding-bottom: 150px;
}

.team.light h3, .team.light h5,.process .odometer,.process h4{
    color: #000;
}

.intro{
    padding-bottom: 50px;
}
.plus {
    color: #000;
    font-size: 36px;
}

.odometer-sec{
    margin-bottom: 40px;
}
.process-section{
    align-content: center;
}
.process{
    margin-bottom: 0;
}
.counter{
    padding-bottom: 0;
}

.carousel-hero .carousel-slider .swiper-slide:after{
    background: rgba(0,0,0,0.5);
}
.team figure figcaption{
    margin-left: auto;
    margin-right: auto;
}

.text-content-block h6{
    color: #F0792A;
}

.location-box{
    margin: 20px;
    padding-bottom: 15px;
    border-bottom: 4px dotted;
}

.product-page .page-loaded .left-side{
    background: #000;
}
.product-page .left-side{
    background: #222327;

}
.product-page .case-study{
    margin-left: 120px;
}
.product-page .all-cases-link span{
    color: #000;
}

.carousel__slide__inner {
  overflow: hidden;
  position: relative;
}
.doAnimation .slick-active .carousel__slide__inner .carousel__image {
  -webkit-animation: scale-out 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
  animation: scale-out 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
  transform: scale(1.3);
}
.carousel__slide__overlay {
  background-color: transparent;
  background-size: 100%;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.slick-active .carousel__slide__overlay {
  animation: scale-in-hor-left 1.375s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s reverse both;
}
.carousel__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  transform: scale(1);
  width: 100%;
  z-index: 1;
}

@-webkit-keyframes scale-out {
  0% {
    transform: scale(1.3);
}
100% {
    transform: scale(1);
}
}

@keyframes scale-out {
  0% {
    transform: scale(1.3);
}
100% {
    transform: scale(1);
}
}
@-webkit-keyframes scale-in-hor-left {
  0% {
    transform: translateX(-100%) scaleX(0);
    transform-origin: 0% 0%;
    opacity: 1;
}
50% {
    transform: translateX(-50%) scaleX(0.5);
    transform-origin: 0% 0%;
    opacity: 1;
}
100% {
    transform: translateX(0) scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
}
}
@keyframes scale-in-hor-left {
  0% {
    transform: translateX(-100%) scaleX(0);
    transform-origin: 0% 0%;
    opacity: 1;
}
50% {
    transform: translateX(-50%) scaleX(0.5);
    transform-origin: 0% 0%;
    opacity: 1;
}
100% {
    transform: translateX(0) scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
}
}

.case-study ul{
    list-style: none;
    padding-left: 0;
}
.case-study ul li{
    margin-bottom: 7px;
}
.case-study ul li i{
    margin-right: 10px;
}


.btn-default{
    background-color: #000;
    background-color: transparent;
    letter-spacing: inherit;
    border-radius: 10px;
    border: 1px solid #ddd;
    color: #000;
    margin-left: 15px;
    padding: 10px 15px;

}
.left-side .logo img {
    width: 230px;
    /* background: #fff; */
    padding: 10px;
    position: fixed;
    left: 20px;
}

.left-side .follow-us{
    transform: inherit;
    margin:  inherit;
    margin-left: auto;
    margin-right: auto;
}

.works ul li:nth-child(3n+3){
    margin-top: 0;
}
.works ul li:nth-child(2n+2){
    margin-top: 0;
}
.location-box h6{
    text-transform: capitalize;
}

.intro .section-title{
    font-size: 3vw;
}

.why-choose{
    padding-bottom: 150px;
    background: #fff;
    padding-top: 150px;
}

.why-choose .icon-content-block{
    background: #fff;
}

.why-choose  h4, .why-choose  p{
    color: #000;
}

.why-choose.icon-content-block .content-block.selected {
  background: #fff;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
}
.why-choose.icon-content-block .content-block.selected:before {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  right: -25px;
  bottom: -30px;
  z-index: -1;
  background: none;
  background-size: 10px;
}

.experties{
    padding-top: 150px;
    padding-bottom: 150px;
}
.testimonials.legacy:before{
    height: 0;
}
.testimonials.legacy{
    margin-top: 0;
    padding-top: 150px;
    padding-bottom: 150px;
}

.icon-content-block .content-block.selected:before{
    content: none;
}
.carousel-hero .swiper-slide.swiper-slide-prev ,.carousel-hero .swiper-slide.swiper-slide-next{
    filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
}

.carousel-hero .swiper-slide.swiper-slide-active{
    filter: blur(0px);
    background-color: rgba(0, 0, 0, 0); /* Black with 50% opacity */

}

.product_img .slick-dots{
    bottom: -40px;
}
.works ul li figure:hover:before{
    opacity: 0;
}
.works ul li figure:before{
    background: none;
}
.testimonials{
    margin-bottom: 150px;
    background: inherit
}

/* Small devices (phones, 600px and below) */
@media screen and (max-width: 600px) {

    .left-side .logo img {
        width: 190px;
        /* background: #fff; */
        padding: 10px;
        position: fixed;
        left: 8px;
    }

    .intro-image figure figcaption h6{
        font-size: 13px;
    }
    .intro-image figure figcaption{
        padding: 10px;
    }
    .works ul li{
        width: 100%;
        padding: 20px 25px;
        margin-bottom: 0;
    }
    .text-content-block h5{
        padding-right: 5%;
    }
    .team h5{
        margin-bottom: 20px;
    }
    .icon-content-block .col-lg-3:nth-child(3){
        margin:  inherit ;
    }
    .icon-content-block .col-lg-3{
        margin-bottom: 25px !important;    
    }
    .experties .icon-content-block .content-block figure{
        margin-bottom: 5px;
        margin-top: 30px;
    }
    .icon-content-block .content-block figure{
      margin-bottom: 15px;
      margin-top: 30px;
  }
  .team {
    padding: 150px 0;
}
.testimonials .section-title {
    margin-top: 0px;
}
.legacy .section-title{
    margin-top: 20px;
}
.testimonials.legacy {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
}
.intro .col-lg-7 {
    padding-left: 15px;
    margin-top: 0px;
}
section{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.product-slider{
    padding-bottom: 0;
}
.text-content-block h5{
    margin-bottom: 0;
}
.testimonials{
    background: inherit;
    margin-bottom: 0px;
    margin-top: 25px;
}

section.process,section.intro-image{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.office-slider{
    padding-bottom: 80px;
}
}

.swiper-pagination-progressbar{
    display: none;
}
/* Medium devices (tablets, 601px to 1024px) */
@media screen and (min-width: 601px) and (max-width: 1024px) {

    .left-side .logo img {
        width: 190px;
        /* background: #fff; */
        padding: 10px;
        position: fixed;
        left: 8px;
    }
}

/* Large devices (desktops, 1025px to 1440px) */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    /* Add your styles here */
}

/* Extra large devices (larger desktops, 1441px and above) */
@media screen and (min-width: 1441px) {
    /* Add your styles here */
}


