@import url("./common.css");
@media (min-width: 1300px) {
  .container {
    max-width: 80%;
  }
}

@media (max-width: 1199px) {
  .headder-top-area {
    display: none;
  }
  .margin-bottom-lg-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .locations-box {
    min-height: 230px;
  }
  
  .who-we-are-img-area,
  .home-our-expertise-img-area {
    padding-left: 0;
  }
  .about-trade-img-area {
    padding-right: 0;
  }
  .about-trade-content-area {
    padding-left: 140px;
  }
  .who-we-are-content-area,
  .home-our-expertise-content-area {
    padding-right: 140px;
  }
  .main-menu .nav li a.nav-link {
    padding: 5px 20px !important;
  }
  .main-menu .nav li a.nav-link.active::after {
    content: "";
    border-bottom: 3px solid var(--red-color);
    width: 20px;
    display: block;
    margin-bottom: 0;
    padding: 0;
    margin-top: 5px;
  }
  .footer h4 {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .services-content-area img {
    width: 100%;
  }
  .home-our-expertise h2 {
    margin-top: 20px;
  }
  .margin-bottom-md-20.padding-left-lg-50 {
    margin-bottom: 0;
  }
  .footer-our-services-second-column h4 {
    display: none;
  }
  .sticky {
    animation: none !important;
  }
  .navbar-toggler {
    border: none;
    background: transparent !important;
  }
  .navbar-toggler:hover {
    background: transparent !important;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .navbar-toggler .icon-bar {
    height: 2px;
    width: 26px;
    background-color: var(--black-color);
    border-radius: 1px;
    display: block;
    margin-top: 5px;
    transition: all 0.2s;
  }
  .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }
  .navbar-toggler .middle-bar {
    opacity: 0;
  }
  .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  }
  .navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
  }
  .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
  }
  .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
  }

  /* Full-screen mobile menu */
  /* Full-screen mobile menu */
  #mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(
      0,
      0,
      0,
      0.9
    ); /* Semi-transparent black background */
    z-index: 9999;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease; /* Smooth transition */
  }

  /* Apply when the menu is visible */
  #mobile-menu.show {
    transform: translateY(0);
    opacity: 1;
  }

  #mobile-menu li a {
    color: var(--white-color) !important;
    font-size: 26px;
  }

  /* Menu items styling */
  #mobile-menu .nav-item {
    text-align: center;
    padding: 5px 0;
    opacity: 0; /* Initially hidden */
    transform: translateY(20px); /* Initially shifted down */
    transition: opacity 0.6s ease, transform 0.6s ease;
  }

  /* Menu items when the menu is open */
  #mobile-menu.show .nav-item {
    opacity: 1;
    transform: translateY(0); /* Move to original position */
  }

  #mobile-menu .navbar-nav {
    margin-top: 80px;
  }

  /* Delay classes for staggered effect on open */
  #mobile-menu.show .nav-item.delay-1 {
    transition-delay: 1s; /* Start after 0.1s */
  }

  #mobile-menu.show .nav-item.delay-2 {
    transition-delay: 2s; /* Start after 0.2s */
  }

  #mobile-menu.show .nav-item.delay-3 {
    transition-delay: 3s; /* Start after 0.3s */
  }

  #mobile-menu.show .nav-item.delay-4 {
    transition-delay: 4s; /* Start after 0.4s */
  }

  #mobile-menu.show .nav-item.delay-5 {
    transition-delay: 5s; /* Start after 0.5s */
  }

  /* Styles for the close button */
  .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 50px;
    color: var(--white-color);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10000;
    transition: color 0.3s;
  }

  .close-btn:hover {
    color: var(--white-color); /* Hover color */
  }

  .home-who-we-are img,
  .home-our-expertise img,
  .about-who-we-are img,
  .about-trade img,
  .home-who-we-are figure,
  .home-our-expertise figure,
  .about-trade figure,
  .who-we-are-img-area figure {
    border-radius: 6px;
  }

  .who-we-are-img-area,
  .services-content-area img {
    margin-bottom: 15px;
  }

  .global-integration-box {
    margin-top: 15px;
  }

  .services-menu {
    margin-bottom: 30px;
  }
  .services-content-area img,
  .services-content-area figure {
    border-radius: 24px;
    margin: 0 0 10px 0;
    overflow: hidden;
  }
  .services-include h2 {
    margin-bottom: 25px;
  }
  .section-padding {
    padding: 30px 0;
  }
  h2 {
    font-size: 30px;
  }
  body {
    font-size: 16px;
  }
  .copyrights {
    text-align: center;
  }
  .margin-bottom-md-40 {
    margin-bottom: 40px;
  }
  .margin-bottom-md-20 {
    margin-bottom: 20px;
  }
  .footer h4 {
    font-size: 24px;
  }
  .about-trade-content-area {
    order: 2;
    --webkit-order: 2;
  }
  .about-trade-img-area {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .g-recaptcha {
    display: flex;
    justify-content: center;
    margin: 20px auto;
  }
  #g-recaptcha-error {
    text-align: center;
  }
  
  
  .services-content-area figure {
    margin: 0;
    overflow: hidden;
    background-color: var(--red-color);
    border-radius: 24px;
  }
  .services-content-area figure img {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 24px;
    width: 100%;
  }
  .services-content-area figure:hover img {
    opacity: 0.5;
  }
  .padding-left-lg-50 {
    padding-left: 50px;
  }
  .close-btn {
    display: none;
  }
  .home-submit-button {
    text-align: center;
  }
  .services-include h2 {
    margin-bottom: 50px;
  }
  .home-who-we-are img,
  .home-our-expertise img,
  .about-who-we-are img,
  .home-who-we-are figure,
  .home-our-expertise-img-area figure,
  .who-we-are-img-area figure {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .about-trade img,
  .about-trade-img-area figure {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .services-content-area figure {
    border-radius: 24px;
  }
  .copyrights {
    margin-top: 40px;
  }
  .copy-rights-right {
    text-align: right;
  }
}

@media (min-width: 1700px) {
  .what-we-do-content {
    transition: all 0.6s;
    height: 15%;
  }
  .what-we-do-content-medium .what-we-do-content {
    height: 20%;
  }
  .what-we-do-content-semi-medium .what-we-do-content {
    height: 15%;
  }

  .what-we-do-container:hover .what-we-do-content {
    height: 40%;
    transition: all 0.6s;
    background: linear-gradient(transparent, black);
  }
  .what-we-do-container.what-we-do-content-medium:hover .what-we-do-content {
    height: 50% !important;
  }
  .our-group-box p {
    min-height: 400px;
    margin-bottom: 0;
  }
  .our-group-box.group-box-one p {
    min-height: 370px;
  }
}

@media (min-width: 1600px) and (max-width: 1699px) {
  .our-group-box p {
    min-height: 500px;
  }
  .our-group-box.group-box-one p {
    min-height: 470px;
  }
  .what-we-do-content {
    transition: all 0.6s;
    height: 18%;
  }
  .what-we-do-content-medium .what-we-do-content {
    height: 23%;
  }
  .what-we-do-content-semi-medium .what-we-do-content {
    height: 18%;
  }

  .what-we-do-container:hover .what-we-do-content {
    height: 50%;
    transition: all 0.6s;
    background: linear-gradient(transparent, black);
  }
  .what-we-do-container.what-we-do-content-medium:hover .what-we-do-content {
    height: 55% !important;
  }
}

@media (min-width: 1500px) and (max-width: 1599px) {
  .what-we-do-content {
    transition: all 0.6s;
    height: 20%;
  }
  .what-we-do-content-medium .what-we-do-content {
    height: 25%;
  }
  .what-we-do-content-semi-medium .what-we-do-content {
    height: 20%;
  }

  .what-we-do-container:hover .what-we-do-content {
    height: 55%;
    transition: all 0.6s;
    background: linear-gradient(transparent, black);
  }
  .what-we-do-container.what-we-do-content-medium:hover .what-we-do-content {
    height: 65% !important;
  }

  .our-group-box.group-box-one p {
    min-height: 520px;
  }
  .our-group-box.group-box-two p {
    min-height: 550px;
  }
  .our-group-box.group-box-three p {
    min-height: 520px;
  }
  .our-group-box.group-box-four p {
    min-height: 550px;
  }
}

@media (min-width: 1400px) and (max-width: 1499px) {
  .what-we-do-content {
    transition: all 0.6s;
    height: 20%;
  }
  .what-we-do-content-medium .what-we-do-content {
    height: 25%;
  }
  .what-we-do-content-semi-medium .what-we-do-content {
    height: 20%;
  }

  .what-we-do-container:hover .what-we-do-content {
    height: 55%;
    transition: all 0.6s;
    background: linear-gradient(transparent, black);
  }
  .what-we-do-container.what-we-do-content-medium:hover .what-we-do-content {
    height: 65% !important;
  }
  .our-group-box.group-box-one p {
    min-height: 550px;
  }
  .our-group-box.group-box-two p {
    min-height: 580px;
  }
  .our-group-box.group-box-three p {
    min-height: 580px;
  }
  .our-group-box.group-box-four p {
    min-height: 610px;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  .what-we-do-content {
    transition: all 0.6s;
    height: 20%;
  }
  .what-we-do-content-medium .what-we-do-content {
    height: 35%;
  }
  .what-we-do-content-semi-medium .what-we-do-content {
    height: 25%;
  }

  .what-we-do-container:hover .what-we-do-content {
    height: 55%;
    transition: all 0.6s;
    background: linear-gradient(transparent, black);
  }
  .what-we-do-container.what-we-do-content-medium:hover .what-we-do-content {
    height: 85% !important;
  }
  .what-we-do-container.what-we-do-content-semi-medium:hover
    .what-we-do-content {
    height: 70% !important;
  }
  .our-group-box.group-box-one p {
    min-height: 520px;
  }
  .our-group-box.group-box-two p {
    min-height: 625px;
  }
  .our-group-box.group-box-three p {
    min-height: 625px;
  }
  .our-group-box.group-box-four p {
    min-height: 655px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .what-we-do-content {
    transition: all 0.6s;
    height: 20%;
  }
  .what-we-do-content-medium .what-we-do-content {
    height: 30%;
  }
  .what-we-do-content-semi-medium .what-we-do-content {
    height: 22%;
  }

  .what-we-do-container:hover .what-we-do-content {
    height: 70%;
    transition: all 0.6s;
    background: linear-gradient(transparent, black);
  }
  .what-we-do-container.what-we-do-content-medium:hover .what-we-do-content {
    height: 85% !important;
  }
  .what-we-do-container.what-we-do-content-semi-medium:hover
    .what-we-do-content {
    height: 75% !important;
  }
  .our-group-box.group-box-one p {
    min-height: 520px;
  }
  .our-group-box.group-box-two p {
    min-height: 570px;
  }
  .our-group-box.group-box-three p {
    min-height: 570px;
  }
  .our-group-box.group-box-four p {
    min-height: 600px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-content h1 {
    font-size: 50px;
  }
  .who-we-are-img-area {
    padding-left: 0;
  }
  .who-we-are-content-area {
    padding-right: 50px;
  }
  .footer h4 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .our-group-box {
    min-height: 730px;
  }
  .locations-box {
    min-height: 260px;
  }
  .our-group-box.group-box-one p {
    min-height: 520px;
  }
  .our-group-box.group-box-two p {
    min-height: 550px;
  }
  .our-group-box.group-box-three p {
    min-height: 550px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-content h1 {
    font-size: 45px;
  }
  .our-group-box.group-box-one p {
    min-height: 520px;
  }
  .our-group-box.group-box-two p {
    min-height: 550px;
  }
  .our-group-box.group-box-three p {
    min-height: 300px;
  }
  .our-group-box.group-box-four p {
    min-height: 300px;
  }
  
}
@media (min-width: 600px) and (max-width: 767px) {
  .banner-content h1 {
    font-size: 40px;
  }
  .what-we-do-content-normal .what-we-do-content {
    height: 25%;
  }
  .what-we-do-content-semi-medium .what-we-do-content {
    height: 30%;
  }
  .what-we-do-content-medium .what-we-do-content {
    height: 30%;
  }
  .what-we-do-container.what-we-do-content-normal:hover .what-we-do-content {
    height: 75%;
  }
  .what-we-do-container.what-we-do-content-medium:hover .what-we-do-content,
  .what-we-do-container.what-we-do-content-semi-medium:hover
    .what-we-do-content {
    height: 85%;
  }
}
@media (min-width: 576px) and (max-width: 599px) {
  .banner-content h1 {
    font-size: 40px;
  }
  .what-we-do-content-normal .what-we-do-content {
    height: 25%;
  }
  .what-we-do-content-semi-medium .what-we-do-content {
    height: 30%;
  }
  .what-we-do-content-medium .what-we-do-content {
    height: 30%;
  }
  .what-we-do-container.what-we-do-content-normal:hover .what-we-do-content {
    height: 75%;
  }
  .what-we-do-container.what-we-do-content-medium:hover .what-we-do-content,
  .what-we-do-container.what-we-do-content-semi-medium:hover
    .what-we-do-content {
    height: 85%;
  }
}

@media (min-width: 396px) and (max-width: 575px) {
  .banner-content h1 {
    font-size: 30px;
  }
  .navbar-logo img {
    width: 250px;
  }
  /* .what-we-do-content-normal .what-we-do-content {
    height: 25%;
  }
  .what-we-do-content-semi-medium .what-we-do-content {
    height: 30%;
  }
  .what-we-do-content-medium .what-we-do-content {
    height: 30%;
  }
  .what-we-do-container.what-we-do-content-normal:hover .what-we-do-content {
    height: 100%;
  }
  .what-we-do-container.what-we-do-content-medium:hover .what-we-do-content,
  .what-we-do-container.what-we-do-content-semi-medium:hover
    .what-we-do-content {
    height: 100%;
  }
  .what-we-do-content h3 {
    font-size: 20px;
  } */
}

@media (min-width: 480px) and (max-width: 575px) {
  .what-we-do-content {
    transition: all 0.6s;
    height: 10%;
  }
  .what-we-do-content-medium .what-we-do-content {
    height: 10%;
  }
  .what-we-do-content-semi-medium .what-we-do-content {
    height: 10%;
  }

  .what-we-do-container:hover .what-we-do-content {
    height: 30%;
    transition: all 0.6s;
    background: linear-gradient(transparent, black);
  }
  .what-we-do-container.what-we-do-content-medium:hover .what-we-do-content {
    height: 30% !important;
  }
}

@media (min-width: 395px) and (max-width: 479px) {
  .what-we-do-content {
    transition: all 0.6s;
    height: 15%;
  }
  .what-we-do-content-medium .what-we-do-content {
    height: 18%;
  }
  .what-we-do-content-semi-medium .what-we-do-content {
    height: 15%;
  }

  .what-we-do-container:hover .what-we-do-content {
    height: 30%;
    transition: all 0.6s;
    background: linear-gradient(transparent, black);
  }
  .what-we-do-container.what-we-do-content-medium:hover .what-we-do-content {
    height: 40% !important;
  }
}

@media (max-width: 395px) {
  .banner-content h1 {
    font-size: 25px;
  }
  .navbar-logo img {
    width: 200px;
  }
  /* .what-we-do-content-normal .what-we-do-content {
    height: 25%;
  }
  .what-we-do-content-semi-medium .what-we-do-content {
    height: 30%;
  }
  .what-we-do-content-medium .what-we-do-content {
    height: 35%;
  }
  .what-we-do-container.what-we-do-content-normal:hover .what-we-do-content {
    height: 100%;
  }
  .what-we-do-container.what-we-do-content-medium:hover .what-we-do-content,
  .what-we-do-container.what-we-do-content-semi-medium:hover
    .what-we-do-content {
    height: 100%;
  }
  .what-we-do-content h3 {
    font-size: 18px;
  } */
}

@media (max-width: 600px) {
  .our-core-business-list ul span,
  .our-core-business-list ul b {
    width: 100%;
  }
  .our-core-business-list ul li {
    display: block;
  }
  .our-core-business-list ul b {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  /* .what-we-do-content-normal .what-we-do-content {
    height: 15%;
  }
  .what-we-do-content-semi-medium .what-we-do-content {
    height: 20%;
  }
  .what-we-do-content-medium .what-we-do-content {
    height: 20%;
  }
  .what-we-do-container.what-we-do-content-normal:hover .what-we-do-content {
    height: 45%;
  }
  .what-we-do-container.what-we-do-content-medium:hover .what-we-do-content,
  .what-we-do-container.what-we-do-content-semi-medium:hover
    .what-we-do-content {
    height: 50%;
  } */
  .team-box img {
    width: 100%;
  }
  .subpage-banner-content h1 {
    font-size: 30px;
  }

  .what-we-do img {
    width: 100%;
  }
  .subpage-banner-image {
    background-position: left;
  }
  .slickClass img {
    width: 70%;
  }
  .copyrights {
    font-size: 14px;
  }
}


@media(min-width:576px){
    .navbar-logo img{
      width:380px;
  }

}