


@media (min-width: 900px) {
    .main-menu__btn-box {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: #745345;
        text-align: center;
        display: flex
    ;
        align-items: center;
        justify-content: center;
        padding: 0 83.5px 0!important;
        border-top-right-radius: var(--delogis-bdr-radius);
        border-bottom-right-radius: var(--delogis-bdr-radius);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 5;
    }
    
    
    body {
        line-height: 28px!important;
    }
    
    .team-details__img img {
        width: 218%;
    }

   
}

@media (min-width: 1000px) {
 .cta-two__inner {
        position: relative;
        display: flex
    ;
        align-items: center;
        justify-content: space-between;
        background-color: var(--delogis-base);
        padding: 40px 50px 40px;
        padding-left: 430px;
        border-top-left-radius: var(--delogis-bdr-radius);
        border-top-right-radius: var(--delogis-bdr-radius);
        overflow: hidden;
        z-index: 1;
    }
}


.about-five__box {
    position: relative;
    display: flex
;
    align-items: center;
    background-color: #F6F2ED;
    border-radius: 10px;
    margin: 0 0 35px;
}


.counter-one__count h3 {
    font-size: 35px;
}

.about-five {
    background: #E3D6CD;
}

/* start About page */

.feature-four__single__title {
    position: relative;
    z-index: 2;
    background-color: #bebebe;
    color: #0a2342;
    font-size: 24px;
    font-weight: 400;
    padding: 37px 40px 33px;
    margin: 0;
    transition: all ease 0.4s;
}

.feature-four__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: #8A969E; */
    /* background-color: #736b6b; */
    background-color: #ffffff!important;
    mix-blend-mode: multiply;
    
}


.blog-three__single__content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: #0a2342;
    color: #ffffff;

    border-radius: 10px;
    padding: 33px 40px 10px;
    z-index: 2;
}

.blog-three__list li.active {
    background-color: #0a2342;
    color: #ffffff;
}

/* .blog-three__list li {
    position: relative;
    background-color: #e3d6cd;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    transition: all 400ms ease;
    padding: 23px 40px 30px;
} */

.feature-four__single__text {
    height: 215px;
}

.feature-four__single__hover::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #0a2342;
}

.about-five__content__text {
    color: black;
}

/* end About page */


/* department page */


.services-details__process-count {
    background-color: var(--delogis-black);
}

.services-details__process-count:hover {
    background-color: var(--delogis-base);
}

/* home page  */

.counter-one__count h3 {
    font-size: 25px;
}

.testimonial-three {
    /* padding: 60px 0 60px; */
}

.cases-one__shape-1 {
    /* Keep all original properties */
    position: absolute;
    left: -76px;
    bottom: -94px;
    width: 377px;
    height: 377px;
    background-color: #745345;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 2;
    /* Only change these two lines: */
    opacity: 0.95;
    -webkit-transform: scalex(1); /* Changed from 0 to 1 */
    transform: scalex(1);
  }
  
  .cases-one__single:hover .cases-one__shape-1 {
    /* Optional hover effects */
    background-color: #634738;
  }

  .about-two__therapy-btn {
    color: #e9ecef;
    background-color: #0A2342;
}


.main-slider-two__tagline {
    font-style: italic;
    font-size: 0.8em;
  }




  .main-menu__logo {
    padding: 0px 97.5px 0px 72px;
}

@media screen and (max-width: 1400px) {
    .main-menu__logo {
        padding: 2vw 4vw 2vw 3vw;
    }
    
    .main-menu__btn-box {
        padding: 0 3.1vw 0 !important;
    }

    .main-menu .main-menu__list > li + li, 
    .stricky-header .main-menu__list > li + li {
        margin-left: 3vw;
    }
   
}
 /* 1400 */

  .main-slider-two {
   
    margin-top: 0px;
}

.counter-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background-color: var(--delogis-base);
  margin: 0 auto;
  z-index: 1;
  overflow: hidden;
}

.counter-one__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: var(--delogis-white);
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.counter-one__count-box li:hover .counter-one__icon:before {
  transform: scaleX(1);
}

.counter-one__icon img {
  position: relative;
  display: inline-block;
  width: 64px;   /* same as old font-size */
  height: 64px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.counter-one__count-box li:hover .counter-one__icon img {
  transform: scale(0.9);
  filter: brightness(0) saturate(100%) invert(28%) sepia(85%) saturate(450%) hue-rotate(200deg) brightness(95%) contrast(92%);
  /* ^ optional: changes image color like "color: var(--delogis-base)" did for font */
}

.why-choose-one__list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: var(--delogis-white);
  border-radius: 50%;
  transition: all 500ms ease;
  overflow: hidden; /* ensures image stays inside circle */
}

.why-choose-one__list li:hover .icon {
  background-color: var(--delogis-base);
}

.why-choose-one__list li .icon img {
  width: 32px;   /* same as old font-size */
  height: 32px;
  transition: all 500ms ease;
}

.why-choose-one__list li:hover .icon img {
  filter: brightness(0) invert(1);
  /* turns image white (like span text color did before) */
}


/* Home Page */
.counter-one {
    background-color: #180900;
}

.testimonial-three {
    background-color: #180900;
}

.feature-four__overlay {
    background-color: rgb(116 83 69);
}


.testimonial-three {  
    padding: 55px 0 45px;
}


/* .faq-one__img img {
    width: 500px!important;
} */

.services-four__single__img img {
    height: 195px!important;
}


/* .section-title__title {
    line-height: 40px;
} */
.section-subtitle__title {
    font-size: 30px;
    line-height: 40px;
}

@media screen and (max-width: 900px) {
   .section-subtitle__title {
    font-size: 18px!important;
    line-height: 12px!important;
}
 
}

/* style={{ fontSize: '30px',lineHeight: '30px' }} */


@media screen and (max-width: 1800px) {
  .main-menu .main-menu__list > li + li, .stricky-header .main-menu__list > li + li {
    margin-left: 24px;
}
}

.main-menu__bottom-inner {
    padding: 0px 28px;
}

.why-choose-two__img-2 {
   padding-top: 100px!important;
}

.why-choose-two__img-2 {

    right: -300px!important;
  
}

.gif-image{
    height: 800px;
}

@media only screen and (max-width: 767px) {
    .gif-image{
    height: 600px;
}
.why-choose-two__img-2 {

    right: -100px!important;
  
}

}

.services-details__benefit-img {
    margin-top: 2vw;
}


a img[src*="rohmobile-Logo.png"] {
  display: none;
}

a img[src*="rohlogo.png"] {
  display: inline-block;
}



/* Show mobile logo and hide desktop logo on smaller screens */
@media (max-width: 900px) {
  a img[src*="rohlogo.png"] {
    display: none;
  }
  
  a img[src*="rohmobile-Logo.png"] {
    display: inline-block;
  }
}


.why-choose-two__btn-and-video {
    margin-top: 200px;
}

.why-choose-two {
    padding: 120px 0 70px;
}