/* for laptop [1440 - 1280] */
@media screen and (max-width: 1440px) {
  /* accounting solution */
  .solution-image-wrapper {
    width: 45%;
  }
  .solution-image {
    height: 100%;
  }

  /* footer */
  .footer-contact-wrapper {
    gap: 5px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-line {
    display: none;
  }

  .footer-mail {
    padding-top: 10px;
  }
}

/* for laptop[1280 - 1024] */
@media screen and (max-width: 1280px) {
  /* style guide */
  h1 {
    font-size: 120px;
  }

  /* accounting solution */
  .solution-image-wrapper {
    width: 45%;
  }
  .solution-image {
    height: 100%;
  }

  /* Consultancy LLP */
  .consultancy-content-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .consultancy-title-main{
    width: 75%;
  }

  .consultancy-title {
    width: 100%;
  }

  .consultancy-grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  /* footer */
  .footer-grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 0.8fr 0.8fr 1fr;
  }
}

/* for tabview[ 1024 - 991 ] */
@media screen and (max-width: 1024px) {
  /* style guide */
  h1 {
    font-size: 96px;
    letter-spacing: -2px;
  }

  h2 , .solution-title > h2 {
    font-size: 46px;
    letter-spacing: -2px;
  }

  h3 {
    font-size: 32px;
  }

  h4,
  .faq-title {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }

  .padding-vertical {
    padding-bottom:60px;
    padding-top: 60px;
  }

  .padding-top-consultancy{ 
    padding-top: 60px ;
  }

  .padding-bottom-consultancy{
    padding-top: 48px;
    padding-bottom: 60px;
  }

  .cta-btn {
    padding: 15px 20px;
  }

  /* disover us */
  .discover-us-para {
    padding-top: 20px;
  }

  /* company story */
  .company-story-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .company-story-grid {
    padding: 30px;
  }

  /* service */
  .service-inner {
    height: 70px;
  }

  /* Global Offshore */
  .global-offshore-heading {
    max-width: 420px;
  }
 
  .accounting-grid{ 
    padding: 30px 20px; 
  }

  

  /* consultancy llp */
  .cosultancy-wrapper {
    padding-bottom: 48px;
  }
  .consultancy-grid {
    padding: 40px 30px 60px 30px;
  }

  /* software we use */
  #software-we-use {
    padding-bottom: 60px;
  }

  /* footer */
  .footer-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .footer-contact-wrapper {
    gap: 20px;
    flex-direction: row;
    align-items: center;
  }

  .footer-line {
    display: block;
  }

  .cta-footer-grid {
    margin: auto 0;
  }
}

/* for tabview[ 991 - 768 ] */
@media screen and (max-width: 991px) {
  /* style guide */
  .padding-vertical {
    padding-bottom:48px;
    padding-top: 48px;
  }

  .padding-top-consultancy{ 
    padding-top: 48px ;
  }

  .padding-bottom-consultancy{ 
    padding-bottom: 48px;
  }

  /* accounting solution */
  .solution-content {
    padding: 40px 30px;
  }

  /* consultancy llp */
  .consultancy-content-question {
    width: 30%;
  }

  /* software we use */
  .marquee-image img {
    width: 120px;
  }
}

/* for tabview[768 - 425 ] */
@media screen and (max-width: 768px) {
  /* hero Section */
  .hero-description {
    height: 30%;
  }

  .hero-content-wrapper {
    height: 70%;
  }

  .hero-content {
    flex-direction: column;
    padding-bottom: 20px;
    align-items: start;
    gap: 20px;
    justify-content: flex-start;
  }

  /* common style */
  .cta-btn {
    padding: 15px;
  }

  /* services */
  .service-title {
    right: 7%;
  }

  .ac-service {
    left: 5%;
  }

  .ces-service {
    right: 5%;
  }

  .at-service {
    left: 10%;
  }

  .ss-service {
    right: 1%;
  }

  .ds-service {
    left: 12%;
  }

  /* global offshore */
  .accounting-grid-wrapper{ 
    grid-template-columns: repeat(1,1fr); 
  }

  /* accounting solution */
  .solution-image-wrapper {
    width: 50%;
  }

  .solution-content {
    width: 50%;
  }

  /* consultancy llp */
  .consultancy-content-question {
    width: 60%;
  }

  .consultancy-title-main{
    width: 100%;
  }
  .consultancy-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .consultancy-grid {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  /* footer */
  .footer-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .footer-conditions-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

/* for mobile[768-570] */
@media screen and (max-width: 570px) {
  .faq-title {
    cursor: none;
  }
  /* just for h1 */
  h1 {
    font-size: 72px;
  }

  /* hero section */
  .hero-description {
    height: 30%;
    padding-bottom: 20px;
    justify-content: start;
  }

  .hero-description > p{
    text-align: start;
  }

  .hero-content-wrapper {
    height: 70%;
  }

  .hero-content {
    flex-direction: column;
    padding-bottom: 50px;
    align-items: start;
    justify-content: end;
  }

  /* Global offshore */
  .nav-link {
    padding: 20px 20px;
  }

  /* accounting solutions */
  .solution-wrapper {
    flex-direction: column-reverse;
  }

  .solution-image-wrapper {
    width: 100%;
  }

  .solution-content {
    width: 100%;
  }
}

/* for mobile [425 - 320] */
@media screen and (max-width: 425px) {
  /* style guide */
  h1 {
    font-size: 48px;
    letter-spacing: -2px;
  }

  h2 , .solution-title > h2 {
    font-size: 34px;
    letter-spacing: -2px;
  }

  h3 {
    font-size: 26px;
  }

  h4,
  .faq-title {
    font-size: 20px;
  }
  /* 
  p {
    font-size: 14px;
  } */
  .padding-vertical { 
    padding-bottom:32px;
    padding-top: 32px;
  }
 
  .padding-top-consultancy{ 
    padding-top: 32px ;
  }

  .padding-bottom-consultancy{
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .cta-btn {
    padding: 15px;
  }

  .container-wrapper { 
    
    padding-right:20px;
    padding-left: 20px;
  }

  /* discover us */
  .discover-us-wrapper {
    gap: 15px;
  }

  /*Company story*/
  .company-story-grid {
    padding: 30px 20px;
  }

  /* story */
  .service-title {
    padding: 0 24px;
    position: absolute;
    background-color: #fff;
    width: max-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .ac-service {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .ces-service {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .at-service {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .ss-service {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .ds-service {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* global offshore */
  .nav-tabs {
    border: 1px solide rgba(26, 26, 26, 0.15);
    max-width: fit-content;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll; 
    overflow-y:hidden ;
  }

  /* accounting solutions */
 
  .solution-union-svg{
    width: 250px;
  }

  .solution-image-wrapper {
    width: 100%;
  }

  .solution-content {
    width: 100%;
  }

  /* consultancy llp */
  .consultancy-content-question {
    width: 68%;
  }

  .cosultancy-wrapper {
    padding-bottom: 30px;
  }

  .consultancy-grid-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .consultancy-grid {
    padding: 25px;
  }

  /* software we use */
  #software-we-use {
    padding-bottom: 32px;
  }

  .marquee-wrapper {
    padding-top: 30px;
  }

  .marquee-track {
    gap: 40px;
  }

  .marquee-image img {
    width: 100px;
  }

  /* footer */
  .footer-grid-wrapper {
    gap: 25px;
  }
  .footer-title {
    padding-bottom: 10px;
  }
  .footer-contact-wrapper {
    gap: 5px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-line {
    display: none;
  }

  .footer-mail {
    padding-top: 10px;
  }
  .footer-conditions-wrapper {
    gap: 15px;
  }
}
