/* Adjust layout for 1920px */
@media (min-width: 1920px) {
  .container {
    max-width: 1420px;
  }

  .padding-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .padding-b {
    padding-bottom: 80px;
  }

  .padding-t {
    padding-top: 80px;
  }

  p {
    font-size: 20px;
  }

  .inner-container {
    max-width: 1700px;
    margin: auto;
  }

  .header {
    padding: 30px 110px;
  }

  .header ul a {
    font-size: 22px;
    font-weight: 500;
  }

  .header ul {
    gap: 40px;
  }

  .menu-toggle {
    padding: 40px;
    gap: 100px;
    width: 1700px;
  }

  .menu-toggle.position-absolute {
    top: 35px;
  }

  .menu-toggle .toggle-links li a {
    font-size: 20px;
  }

  .menu-toggle .toggle-links h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .hero-content h2,
  .breadcrumb-content h2 {
    font-size: 47px;
  }

  .breadcrumb-content p {
    font-size: 30px;
    line-height: 47px;
  }

  .hero-content p {
    font-size: 32px;
    line-height: 41px;
  }

  .owl-dots {
    top: 270px;
  }

  .primary-btn,
  .secondary-btn {
    padding: 13px 22px;
    width: 220px;
  }

  .circle-btn {
    width: 350px;
    height: 350px;
    border: 18px solid var(--gray-color);
  }

  .circle-btn a {
    width: 250px;
    height: 250px;
  }

  .circle-btn svg {
    top: 37%;
    left: 57%;
  }

  .slide-1 .hero-img img {
    width: 85%;
  }

  .heading-title {
    width: 75%;
    margin: 0 auto 50px;
  }

  .heading-title h2,
  .services-two .services-title h2 {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .services-two .services-title p {
    font-size: 26px;
  }

  .icon-box {
    width: 114px;
    height: 107px;
  }

  .icon-box img {
    width: 56px;
    height: auto;
  }

  .service-card {
    gap: 30px;
  }

  .service-info {
    gap: 20px;
  }

  .service-card .service-info h3 {
    font-size: 32px;
  }

  .service-card .service-info p {
    font-size: 26px;
    line-height: 30px;
  }

  .service-card {
    padding: 40px 20px 15px;
  }

  .service {
    height: 495px;
  }

  .service {
    flex-basis: 250px;
  }

  .service:hover {
    flex-basis: 280px;
  }
  /* client section */
  .owl-carousel-clients .slide img {
    max-width: 170px;
  }

  .insight-content {
    gap: 20px;
    padding: 30px;
  }
  .insight-content a {
    font-size: 24px;
    font-weight: 500;
  }

  .insight-content p {
    font-size: 20px;
    color: #000;
    line-height: 35.2px;
  }

  /* insights section */
  section.insights > .d-flex {
    height: 712px;
  }

  /* testimonials section */
  .testi-content p {
    font-size: 29px;
    font-weight: 500;
    line-height: 33px;
  }

  /* footer  */
  .footer {
    gap: 50px;
  }

  .footer-links {
    flex-basis: 10%;
  }

  .footer-logo > p {
    font-size: 20px;
  }

  .addres p {
    font-size: 20px;
    font-weight: 600;
  }

  .footer-bottom p {
    font-size: 20px;
    margin-bottom: 0;
  }

  /* single service page */
  .breadcrumb {
    height: 800px;
  }

  .single-service .service-card {
    padding: 30px;
  }

  .single-service .service-card h3 {
    min-height: 85px;
    max-width: 80%;
  }

  /* help section */
  .help .help-title h2,
  .technologies .technologies-title h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .help .help-title p,
  .technologies .technologies-title p {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
  }

  .help .help-content h2 {
    font-size: 42px;
  }

  .help .help-content h3 {
    font-size: 28px;
  }

  .help .help-content p {
    font-size: 28px;
    line-height: 30px;
  }

  /* featured section */
  .feature-content h2 {
    font-size: 42px;
  }

  .feature-content p {
    font-size: 24px;
    line-height: 41px;
    padding-right: 80px;
  }

  /* form section */
  .form-section .heading-title p {
    font-size: 32px;
  }

  .next-btn,
  .prev-btn {
    height: 60px;
    width: 60px;
  }
  .next-btn {
    bottom: -20px;
  }
  .prev-btn {
    top: -55px;
  }

  .services-two .service.active .service-content p {
    font-size: 22px;
    line-height: 32px;
    width: 750px;
  }

  .services-two .service .service-title span {
    font-size: 34px;
  }

  .services-two .service.active .service-content h2 {
    font-size: 28px;
    margin-bottom: 37px;
    line-height: 32px;
  }
  .services-two .service.active .service-content #serviceTitle img {
    width: 50px;
  }
  /* search page */
  .search-bar .filter,
  .search-bar .search-input {
    padding: 25px;
  }

  i.fa-solid.fa-magnifying-glass.search-icon {
    font-size: 24px;
    margin-right: 10px;
  }

  .search-bar .filter ul.filter-values li a {
    font-size: 20px;
  }

  .results-section > p {
    font-size: 22px;
    line-height: 24px;
  }

  .results-section .result h2 {
    font-size: 32px;
  }

  .results-section .result p {
    font-size: 28px;
    line-height: 30px;
  }

  .results-section .result a {
    font-size: 22px;
  }

  /* case studies page */
  .case .case-bg {
    height: 300px;
  }

  .case-card {
    padding: 55px;
    padding-right: 120px;
  }

  .case-card h2 {
    font-size: 35px;
    margin-bottom: 32px;
  }

  .case-card p {
    font-size: 34px;
    margin-bottom: 32px;
  }

  /* services page */
  .dafult-bg.service-bg {
    height: 370px;
  }

  .dafult-bg.service-bg .bg-content {
    gap: 32px;
    padding-left: 30px;
    padding-bottom: 30px;
  }

  .service-bg h2 {
    font-size: 143px;
    line-height: 132px;
  }

  .service-bg p {
    font-size: 52px;
    font-weight: 600;
    line-height: 72px;
  }

  .services-page p.service-excerpt {
    font-size: 22px;
    line-height: 32px;
    margin-top: 20px;
  }

  /* about page */
  .about-banner p {
    font-size: 34px;
    line-height: 50px;
  }

  .about-section p,
  .parteners-section p {
    font-size: 32px;
    line-height: 56px;
  }

  .about-bar .nav-underline .nav-link {
    font-size: 32px;
    padding: 8px 16px;
  }

  .about-bg {
    min-height: 450px;
  }

  .about-tab {
    padding: 50px 0 70px;
  }

  .about-tab a {
    margin-top: 50px;
    gap: 40px;
    font-size: 32px;
  }

  .about-tab a img {
    padding: 20px;
  }

  .core-section .col-md-12 h2 {
    margin-bottom: 70px;
    font-size: 34px;
  }

  .about-card {
    padding: 70px 30px 60px;
  }

  .about-card .csr-icon {
    margin-bottom: 30px;
  }

  .about-card h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .about-card p {
    font-size: 20px;
    line-height: 41px;
  }

  .about-page .breadcrumb-title h2 {
    font-size: 62px;
  }

  .service-demo-2 > a {
    bottom: 12%;
    left: 48%;
  }

  .menu-toggle {
    top: 120px;
  }

  .footer-links:nth-child(5) {
    flex-basis: 15%;
  }

  .mockup-title h2 {
    font-size: 32px;
  }

  .mockup-title p,
  .mockup-content p {
    font-size: 20px;
    line-height: 41px;
  }

  .mockup-content h3 {
    font-size: 24px;
  }

  .footer h3 {
    font-size: 22px;
  }

  footer a {
    font-size: 20px;
  }

  section.partners-banner.default-bg {
    padding-inline: 25%;
  }

  .solution-page .partners.programs .partners-img h2 {
    font-size: 26px;
  }

  .solution-page .partners.programs .partners-img p {
    font-size: 20px;
  }

  .breadcrumb .breadcrumb-content .breadcrumb-title h2 {
    font-size: 44px;
  }

  .case a .case-content h2 {
    font-size: 22px;
  }

  .breadcrumb > .inner-container {
    width: 90%;
    margin-bottom: 200px;
  }

  .event-img h2 {
    font-size: 26px;
  }

  .solution-page.survey-page .nav-pills .nav-link {
    font-size: 22px;
  }

  .rooms {
    width: 40%;
    top: 35%;
  }

  .about-page .banner .banner-content {
    margin-left: 103px;
  }

  .faq .faq-container .faq-item h3 {
    font-size: 22px;
  }

  .internal-events {
    height: 800px;
  }

  .job-card .job-title a {
    font-size: 28px;
  }

  .job-card .job-title p,
  h2.feature-title + p {
    font-size: 24px;
  }

  .features-card h3 {
    font-size: 28px;
  }

  .solution-info h2 {
    font-size: 24px;
  }

  .about-page .features-card img {
    width: 30%;
  }

  .case .case-content p {
    font-size: 18px;
  }

  .insight-content h2 {
    font-size: 22px;
  }
}
/* Adjust layout for tablet */
@media (max-width: 1100px) {
  .inner-container {
    max-width: 920px;
  }

  .header {
    padding: 20px 20px;
  }

  .header > ul {
    gap: 5px;
  }

  .header ul a.header ul a,.header ul a {
    font-size: 14px;
  }
}
/* Adjust layout for mobile */
@media (max-width: 767px) {
  .inner-container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    max-width: unset;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-nav-toggle {
    display: block;
    color: #000;
  }

  .insights {
    flex-direction: column;
    gap: 20px;
    max-height: unset;
  }

  .insight-box-1,
  .insight-box-2,
  .insight-box-3 {
    width: 100%;
  }

  .footer {
    flex-direction: column;
    gap: 20px;
    padding: 40px 20px;
  }

  .footer > * {
    flex-basis: 100%;
  }

  .footer-contact {
    padding-left: unset;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .footer-bottom p {
    font-size: 16px;
  }

  .owl-dots {
    width: max-content;
  }

  .owl-carousel-clients .slide {
    justify-content: center;
  }

  .parteners {
    display: flex;
    gap: 15px;
    margin-top: 50px;
  }

  .hero-content {
    padding-inline: 20px;
    padding-top: unset;
    width: 100%;
  }

  .hero-content h2,
  .breadcrumb-content h2,
  .breadcrumb .breadcrumb-content .breadcrumb-title h2 {
    font-size: 26px;
  }

  .hero-content p,
  .breadcrumb-content p {
    font-size: 22px;
  }

  .hero {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .owl-carousel-clients .slide img {
    max-width: 40%;
  }

  .insight-content {
    height: auto;
    gap: 20px;
    padding: 20px;
  }

  .insight-box-1 .insight-content {
    width: unset;
    position: unset;
  }

  .testi-content {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  section.featured .row > *:not(:last-child) {
    margin-bottom: 30px;
  }

  .form-section .heading-title h2 {
    padding: unset;
  }

  .cases {
    flex-direction: column;
    gap: 20px;
  }

  .cases .case {
    height: 100px;
  }

  .cases .case.active {
    height: 250px;
  }

  .technologies .technologies-column {
    text-align: center;
    justify-content: center;
  }

  .technologies .technologies-column > * {
    flex-basis: 25%;
  }

  /* mobile header */
  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active {
    display: flex;
    align-items: center;
    position: relative;
  }

  .mobile-nav-active .navmenu {
    display: none;
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: white;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .mobile-nav-active .mobile-nav-toggle {
    position: absolute;
    font-size: 34px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  /* services demo 2 */
  .services-two .services-border {
    flex-direction: column;
  }

  .service {
    border-top: 1px solid #e5e7eb;
    border-left: unset;
    flex-basis: 100px;
    padding: 20px;
    overflow: unset;
    height: fit-content;
  }

  .service:hover {
    flex-basis: 120px;
  }

  .service:first-child {
    border-top: unset;
  }

  .service .service-title span {
    writing-mode: unset;
    transform: unset;
  }

  .services-two .service-title {
    flex-direction: row;
  }

  .services-title {
    flex-direction: column;
  }

  .services-two .services-title p {
    width: 100%;
    text-align: left;
  }

  .services-two {
    padding: 50px 0px;
  }

  .service.active .service-content p {
    width: unset;
  }

  .services-two .services-title h2 {
    text-align: left;
    font-size: 28px;
  }

  .services-two .prev-icon,
  .services-two .next-icon {
    transform: rotate(90deg);
  }

  .service.active .service-content {
    padding: 20px;
    margin: 0;
  }
  /* case studies */
  .padding-case {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0;
    padding-top: 0;
  }

  .case-card {
    padding: 40px;
  }

  .case-left {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: unset;
    padding-bottom: 20px;
  }

  .case-right {
    border-top-right-radius: unset;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #313131;
    padding-top: 20px;
  }

  .case-studies-page .dafult-bg,
  .how-page .dafult-bg {
    height: 500px;
  }

  .auth-btns {
    display: none;
  }

  .about-page .banner {
    padding: 0;
  }

  .about-page .banner .banner-content {
    padding: 20px;
    width: 90%;
    margin: auto;
  }

  .about-page .about-card {
    flex-direction: column;
  }

  .about-page .about-card .border-left {
    border-left: unset;
    border-top: 1px solid #d1d5db;
  }

  .about-page .about-card .border-left:first-child {
    border-top: unset;
  }

  .about-page .col-md-6.default-bg {
    height: 500px;
  }

  .partners-page .partners-info h2,
  .partners-page .heading-title h2 {
    font-size: 30px;
  }

  .partners-page .partners-info p {
    width: 100%;
  }

  .partners-img {
    flex-basis: calc(100% / 3) !important;
  }

  .feature-content {
    padding: 15px;
  }

  .breadcrumb > .inner-container {
    width: 89%;
    margin-bottom: 50px;
  }

  h2.feature-title {
    font-size: 26px;
    width: 100%;
    text-align: center;
  }

  .sign-card {
    width: 100%;
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .faq .faq-container .faq-item h3 {
    font-size: 18px;
    gap: 10px;
    margin-right: 45px;
  }

  .mobile-flex {
    flex-direction: column;
    gap: 10px;
  }

  .mobile-flex h5 {
    text-align: center;
  }

  .contact-info {
    height: 100%;
    padding: 30px;
    gap: 25px;
  }

  .contact-info .form-title h2 {
    font-size: 26px;
    margin-top: 0;
  }

  .contact-info .form-title p {
    margin-bottom: 0;
    font-size: 18px;
  }

  .contact-info ul {
    gap: 30px;
  }

  .heading-title h2,
  .about-page .banner .banner-content h2,
  .feature-content h2,
  .pricing .heading-title h2 {
    font-size: 26px;
  }

  .about-page .banner .banner-content p,
  .pricing .heading-title p {
    font-size: 20px;
  }

  section.partners-banner.default-bg {
    padding: 25px;
    gap: 15px;
  }

  section.partners-banner.default-bg h2 {
    font-size: 24px;
  }

  .pricing .nav-pills .nav-link {
    padding: 10px 20px;
  }

  .pricing .heading-title h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .pricing.section .heading-title {
    width: 100%;
  }

  .pricing .featured {
    margin-top: 0;
  }

  .col-feature {
    padding-top: 0;
  }

  section#pricing {
    padding: 50px 0;
  }

  .pricing .cta-btn {
    font-size: 16px;
  }

  .search-input form {
    flex-direction: column;
  }

  .search-input button,
  .search-input .select-btn {
    justify-content: space-between;
  }

  .job-card .job-title h2 {
    font-size: 24px;
  }

  .category-badge {
    font-size: 14px;
  }

  .rooms {
    display: none;
  }

  .mockup-title,
  .mockup-content {
    padding-left: 0;
    margin-bottom: 0;
  }

  .mockup-title {
    padding-top: 25px;
  }

  .mockup-title-r {
    padding-right: 0px;
    padding-top: 0;
  }

  .mockup-title h2 {
    margin-bottom: 25px;
  }

  .solution-page .col-md-5,
  .solution-page .col-md-7 {
    padding-top: 15px;
  }

  .mockup-content {
    gap: 15px;
  }

  .internal-stratiges .d-flex.align-items-center {
    flex-direction: column;
  }

  .solution-page .partners.programs .partners-img {
    flex-basis: 100% !important;
  }

  .solution-page .d-flex.justify-content-center.align-items-center img {
    max-width: 100%;
  }

  .filter-card {
    margin-bottom: 30px;
  }

  .solution-category {
    min-width: 100%;
    flex-basis: 100%;
  }

  .solutions-categories {
    gap: 0;
    flex-wrap: wrap;
  }

  .internal-events {
    height: 100%;
    flex-wrap: wrap;
    gap: 0;
  }

  .two-events {
    width: 100%;
    flex-basis: 100%;
    gap: 0;
  }

  .event-img {
    height: 250px !important;
  }

  .internal-stratiges > .d-flex.align-items-start {
    flex-direction: column;
  }

  .solution-page div#v-pills-tabContent {
    padding-left: 30px;
  }

  .solution-page div#v-pills-tab {
    padding-left: 30px;
    margin-right: 0;
  }

  .breadcrumb-content p {
    margin-bottom: 0;
  }

  .vision-section {
    flex-direction: column;
  }

  .core-values .col-md-3 {
    padding: 0;
  }

  .core-values .col-md-3:not(:first-child) {
    margin-top: 1.5rem;
  }

  .breadcrumb-content h6 {
    margin-bottom: 15px;
  }

  .header {
    padding: 15px 25px;
  }

  .support-section {
    flex-direction: column;
    padding: 0 30px;
  }

  .support {
    padding: 30px 0;
  }

  .support:not(:first-child) {
    border-left: unset;
    border-top: 0.5px solid #e9e9ea;
  }
}
