/* ===================================================================
    Author          : Akshar Webtech
    Version         : 1.0
* ================================================================= */

@media only screen and (max-width:1366px) {
  .cmpny-quality-section {
    margin-top: -90px;
  }

  .text-col-1 .implement-dlt {
    margin-top: 30px;
  }

  .text-col-2 .implement-dlt {
    margin-bottom: 30px;
  }

  .implement-dlt {
    width: 50%;
  }

  .inner-header-section {
    height: 250px;
  }

}

@media only screen and (min-width:1200px) {
  .about-modern-shell.about-inview .about-modern-floating-card {
    animation: aboutFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.56s both,
      aboutCardBob 6s ease-in-out 1.5s infinite;
  }

  .about-modern-shell.about-inview .about-modern-mini-stats {
    animation: aboutFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.64s both;
  }
}

@media only screen and (max-width:1199px) {

  .trust-box,
  .support-box,
  .quality-box {
    transform: translateY(90px);
  }

  .inr-high-text {
    margin-top: 15%;
  }

  .Akshar-header {
    margin-top: 0;
  }

  .Akshar-header .header-inner {
    border-radius: 0;
    padding: 8px 0px;
    margin: 0;
    width: 100% !important;
  }

  .Akshar-header .header-menu {
    gap: 15px;
  }

  .Akshar-header .header-menu li a {
    font-size: 14px;
  }

  .Akshar-header .nav-link {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .header-search-modern {
    display: none;
  }

  .Akshar-header .header-search-modern {
    display: none;
  }

  .header-cta,
  .btn-primary {
    padding: 10px 18px;
    font-size: 14px;
  }

  .menu-bar-btn {
    display: flex;
  }

  .client-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-modern-visual {
    max-width: 100%;
    padding: 0;
    margin-top: 4px;
  }

  .about-modern-image-wrap img {
    aspect-ratio: 4 / 5;
  }

  .about-modern-floating-card,
  .about-modern-mini-stats {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 14px;
  }

  .about-modern-mini-stats {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 14px;
  }

  .about-modern-mini-stats>div {
    width: min(160px, 42vw);
  }

  .about-modern-mini-stats>div+div {
    margin-right: 0;
  }

  .about-modern-image-wrap::after {
    animation-duration: 7.4s;
  }

  .cat-intro {
    flex-basis: 340px;
    max-width: 340px;
  }

  .cat-slider-wrap {
    margin-right: clamp(-150px, -10vw, -60px);
  }

  .why-choose-modern {
    padding: 98px 0;
  }

  .why-modern-intro-card,
  .why-modern-media-card,
  .why-modern-proof-card {
    grid-column: span 12;
    grid-row: auto;
  }

  .why-modern-card-strategy,
  .why-modern-card-delivery,
  .why-modern-card-support,
  .why-modern-card-scale {
    grid-column: span 6;
  }

  .why-modern-media-card {
    min-height: 300px;
  }

  .presence-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    gap: 32px;
  }

  .presence-card-stack {
    width: min(100%, 390px);
  }

}

@media only screen and (max-width:1100px) {
  .implement-text-col.text-col-2 {
    margin-top: 0;
  }

  .why-us-box {
    width: 100%;
  }
}

@media only screen and (max-width:991px) {
  .navbar-brand {
    display: inline-block;
    margin: 0;
  }

  .navbar-collapse {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 115px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  }

  .nav-item {
    margin: 0 !important;
  }

  .navbar-toggler {
    box-shadow: none !important;
    color: var(--primary-color);
  }

  .nav-link {
    padding: 10px !important;
  }

  .cmpny-quality-section {
    margin-top: 0;
  }

  .trust-box,
  .support-box,
  .quality-box {
    transform: translateY(0);
  }

  .inr-high-text {
    margin-top: 15px;
  }

  .cmpny-quality-section {
    height: auto;
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .cmpny-quality-section::before {
    background: #323232;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .home-slider .slider-bg {
    height: 80vh;
    min-height: 480px;
  }

  .home-slider .slider-text {
    font-size: 46px;
  }

  .slide-text h2 {
    font-size: 50px;
    text-align: center;
    color: #fff;
  }

  .slide-text .container {
    text-align: center;
  }

  .slide-img {
    position: relative;
    z-index: 1;
  }

  .slide-img::before {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
  }

  .slide-text {
    z-index: 2;
  }

  .ctrgy-dtl,
  .category-box::before {
    width: 85%;
  }

  .ctrgy-img {
    float: right;
  }

  .sidebar .sidebar-menu {
    display: block;
  }

  #navbarSupportedContent {
    display: none !important;
  }

  .navbar-toggler {
    display: none;
  }

  .menu-bar-btn {
    display: flex;
  }

  .cursor-dot,
  .cursor-ring {
    display: none;
  }

  body {
    cursor: auto;
  }

  .product-single-box {
    grid-template-columns: 1fr;
    padding: 25px;
  }

  .product-title {
    font-size: 32px;
  }

  .navbar .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
    margin-top: 0;
  }

  .info-content {
    padding: 25px 0;
    text-align: center;
  }

  .cart-wrapper {
    overflow-x: auto;
  }

  .checkout-box,
  .checkout-summary-box {
    margin-bottom: 20px;
  }

  .team-details-content {
    padding-left: 0;
  }

  .blog-sidebar {
    position: relative;
    top: 0;
    margin-top: 40px;
  }

  .blog-details-card {
    padding: 25px;
  }

  .blog-img-fix img {
    height: 260px;
  }

  .blog-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-sidebar {
    position: relative;
    top: 0;
    margin-top: 40px;
  }

  .Akshar-hero-slider .hero-content h1 {
    font-size: 42px;
  }

  .Akshar-hero-slider .hero-content {
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -50%);
    text-align: center;
    align-items: center;
    padding: 0 20px;
  }

  .Akshar-hero-slider .hero-title {
    font-size: 42px;
  }

  .Akshar-hero-slider .hero-text {
    font-size: 15px;
  }

  .Akshar-header .header-search-modern {
    display: none;
  }

  .Akshar-header .header-menu {
    display: flex;
  }

  .Akshar-header .header-search-modern {
    display: none;
  }

  .Akshar-hero-slider,
  .Akshar-hero-slider .hero-slide,
  .Akshar-hero-slider .hero-content {
    height: 95vh;
  }

  .Akshar-hero-slider .hero-content {
    padding: 0 25px;
    text-align: center;
  }

  .Akshar-hero-slider .hero-content h1 {
    font-size: 42px;
    line-height: 1.2;
  }

  .Akshar-hero-slider .hero-badge {
    font-size: 12px;
    margin-bottom: 18px;
  }

  .Akshar-hero-slider .owl-dots {
    right: 20px;
  }

  .Akshar-header .header-search-modern,
  .Akshar-header .cart-btn {
    display: none !important;
  }

  .Akshar-header .menu-bar-btn {
    display: flex !important;
  }

  .Akshar-header .header-menu {
    display: flex;
  }

  .Akshar-header .cart-btn {
    display: none;
  }

  .Akshar-header .header-cta {
    display: none;
  }

  .Akshar-header .menu-bar-btn {
    display: flex;
  }

  .Akshar-hero-slider {
    height: auto;
    min-height: 100svh;
    padding-top: 90px;
  }

  .Akshar-hero-slider .hero-slide {
    height: auto;
    min-height: calc(100svh - 90px);
  }

  .Akshar-hero-slider .hero-content {
    height: auto;
    min-height: calc(100svh - 90px);
    padding: 50px 20px 80px;
    text-align: center;
  }

  .Akshar-hero-slider .hero-content h1 {
    font-size: 32px;
    line-height: 1.25;
  }

  .Akshar-hero-slider .hero-description {
    font-size: 16px;
    line-height: 1.5;
  }

  .Akshar-hero-slider .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    top: auto;
    right: auto;
  }

  .about-box {
    padding: 40px 30px;
  }

  .about-content h2 {
    font-size: 34px;
  }

  .section-heading {
    font-size: 32px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .stats-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .stat-box h2 {
    font-size: 70px;
  }

  .client-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .Akshar-newsletter-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-newsletter {
    margin-bottom: -250px;
  }

  .Akshar-footer-main {
    padding-top: 20px;
  }

  .contact-left-box .icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .contact-modern-section {
    padding: 90px 0;
  }

  .contact-info-card {
    padding: 32px 26px;
    border-radius: 22px;
  }

  .contact-form-card {
    padding: 32px 26px;
    border-radius: 22px;
  }

  .contact-form-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-form-card .contact-submit-btn {
    width: 100%;
    min-width: 0;
    text-align: center;
  }

  .contact-highlights {
    grid-template-columns: 1fr;
  }

  .portfolio-hero {
    padding: 90px 0;
  }

  .portfolio-hero-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-hero-item.large {
    grid-column: span 1;
    aspect-ratio: auto;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-cta-box {
    flex-direction: column;
    text-align: center;
  }

  .abt-section {
    padding: 90px 0;
  }

  /* .abt-dtl {
    padding: 30px;
  } */

  .abt-img figure {
    min-height: 320px;
  }

  .abt-section .cust-list-group {
    grid-template-columns: 1fr;
  }

  .brdr-right::before {
    display: none;
  }

  .why-us-right-text {
    font-size: 26px;
  }

  .career-hero-alt {
    padding: 80px 0;
  }

  .snapshot-list {
    grid-template-columns: 1fr;
  }

  .career-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .career-step::after {
    display: none;
  }

  .career-cta-inner {
    flex-direction: column;
    text-align: center;
    padding: 40px;
  }

  .job-row {
    flex-direction: row;
    align-items: flex-start;
  }

  .project-overview {
    padding: 80px 0;
  }

  .project-meta-grid {
    grid-template-columns: 1fr;
  }

  .results-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .Akshar-header .header-logo img {
    height: 75px;
    width: auto;
  }

  .about-modern {
    padding: 95px 0;
  }

  .about-modern-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-modern-mini-stats {
    margin-top: 12px;
    gap: 12px;
  }

  .about-modern-mini-stats>div {
    width: min(148px, 41vw);
  }

  .Akshar-footer-main::after {
    width: min(920px, 120vw);
    height: min(500px, 80vw);
    opacity: 0.42;
  }

  .cat-layout-row {
    flex-direction: column;
    gap: 22px;
  }

  .cat-intro {
    max-width: 100%;
  }

  .cat-slider-wrap {
    width: 100%;
    margin-right: 0;
  }

  .cat-track-outer {
    mask-image: none;
    -webkit-mask-image: none;
    padding-right: 0;
  }

  .cat-track {
    gap: 16px;
    padding: 16px 4px 24px;
  }

  .cat-card {
    flex-basis: 250px;
    height: 360px;
    border-radius: 24px;
  }

  .cat-card--wide {
    flex-basis: 320px;
  }

  .cat-slider-wrap .track-nav {
    justify-content: center;
    padding-left: 0;
  }

  .job-details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #hero-container {
    height: auto;
    min-height: 100svh;
    padding: 80px 0px 0px;
  }

  .hero-main-description {
    font-size: 17px;
    margin: 10px auto;
  }

  .hero-cta-button {
    font-size: 14px;
  }

  .why-choose-modern {
    padding: 88px 0;
  }

  .why-modern-title {
    font-size: 40px;
  }

  .why-modern-card-strategy,
  .why-modern-card-delivery,
  .why-modern-card-support,
  .why-modern-card-scale {
    grid-column: span 12;
  }

  .why-modern-mini-card,
  .why-modern-proof-card {
    padding: 20px 18px;
  }

  .why-modern-proof-card .about-modern-metrics {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 10px;
  }

  .why-modern-proof-card .about-metric-pill {
    padding: 12px 10px;
    min-height: 65px;
  }

  .why-modern-proof-card .about-metric-pill img {
    height: 35px;
  }

  .presence-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .presence-section>.circle-container {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin: 0 auto 28px;
  }

  .presence-left {
    max-width: none;
  }

  .presence-left .section-heading,
  .presence-description {
    max-width: none;
  }

  .presence-stats {
    max-width: 640px;
  }

  .presence-right {
    justify-content: flex-start;
  }

  .presence-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .presence-card-stack {
    width: min(100%, 420px);
  }

  .tc-hero-title {
    font-size: 40px;
  }

  .tc-hero-description {
    font-size: 16px;
    line-height: 28px;
  }

  .tc-sections .section-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }

  .tc-sections .section-icon {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }

  .tc-sections .section-title {
    font-size: 24px;
  }

  .tc-toc {
    position: relative;
    top: auto;
    max-height: none;
    margin-bottom: 40px;
  }

  .tc-content-section {
    padding: 40px 0;
  }

  .tc-meta-info {
    gap: 25px;
    flex-direction: column;
  }

}

@media only screen and (max-width:900px) {

  .implement-img,
  .implement-dlt {
    width: 100%;
  }

  .implement-text-col {
    flex-direction: column;
  }

  .implement-dlt {
    margin: 0 !important;
    text-align: center !important;
    border: none !important;
    border-top: var(--primary-color) solid 5px !important;
  }

  .brdr-right {
    border: none;
  }

  .why-us-right-text {
    padding-left: 0;
    text-align: center;
  }

  .choose-us-icon {
    position: relative;
    left: auto;
    right: auto;
    margin: auto;
  }

  .why-us-box {
    padding-left: 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

@media only screen and (max-width:767px) {

  html,
  body {
    max-width: 100vw;
    width: 100%;
  }

  section {
    max-width: 100%;
    width: 100%;
  }

  .breadcrumb-section,
  .abt-section,
  .service-details-section {
    max-width: 100%;
    width: 100%;
  }

  .quality-box,
  .trust-box {
    margin-bottom: 80px !important;
  }

  .title h2 {
    font-size: 2.5rem;
  }

  .title h2 br {
    display: none;
  }

  .title.title-right {
    text-align: center;
  }

  .title.title-right .section-title::before {
    margin-right: auto;
  }

  .ftr-logo-cpyright {
    flex-direction: column;
    text-align: center;
  }

  .ftr-logo {
    margin-bottom: 20px;
  }

  .inner-header-section {
    height: 165px;
    margin-top: 90px;
  }

  .inner-header-section h1 {
    font-size: 30px;
  }

  .breadcrumb-section {
    min-height: 280px;
    padding: 40px 15px 40px;
  }

  .breadcrumb-section h1 {
    font-size: 32px;
  }

  /* .breadcrumb-section .breadcrumb {
    display: block;
  } */

  .full-cntct-dtl p br {
    display: none;
  }

  .ftr-cntct-text {
    text-align: left;
  }

  .newsletter-form {
    flex-direction: column;
    align-items: flex-start;
  }

  .newsletter-form button {
    width: auto;
  }

  .top-header-inner {
    flex-direction: row;
    gap: 8px;
    text-align: center;
  }

  .top-contact {
    flex-direction: row;
    gap: 20px;
  }

  .error-img {
    max-width: 360px;
  }

  .error-heading {
    font-size: 28px;
  }

  .coming-title {
    font-size: 38px;
  }

  .blog-author-box {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .blog-author-box img {
    margin-bottom: 10px;
  }

  .blog-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-share {
    justify-content: flex-start;
  }

  .blog-quote p {
    font-size: 17px;
    line-height: 28px;
  }

  .Akshar-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 996;
    background: #fff;
    margin: 0;
  }

  .Akshar-header .header-inner {
    border-radius: 0;
    padding: 8px 0px;
    margin: 0;
    width: 100% !important;
  }

  .Akshar-header .header-logo a {
    padding: 6px 10px;
  }

  .Akshar-header .header-logo img {
    height: 75px;
    width: auto;
  }

  .hero-main-title {
    font-size: 46px;
  }

  .Akshar-hero-slider {
    min-height: 100svh;
    padding-top: 90px;
  }

  .Akshar-hero-slider .hero-slide {
    min-height: calc(100svh - 90px);
  }

  .Akshar-hero-slider .hero-content {
    min-height: calc(100svh - 90px);
    padding: 60px 20px 100px;
    text-align: center;
  }

  .Akshar-hero-slider .hero-content h1 {
    font-size: 32px;
    line-height: 1.25;
  }

  .Akshar-hero-slider .hero-badge {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .Akshar-hero-slider .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    right: auto;
    top: auto;
  }

  .footer-newsletter {
    margin-bottom: -220px;
  }

  .Akshar-newsletter-box {
    padding: 30px 20px;
  }

  .contact-left-box .icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .contact-form-card {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .contact-form-meta {
    gap: 8px;
  }

  .contact-form-meta span {
    font-size: 11px;
    padding: 7px 10px;
  }

  .contact-field {
    padding: 0 12px;
  }

  .about-modern {
    padding: 78px 0;
  }

  .about-modern-shell {
    border-radius: 24px;
    padding: 24px 20px;
  }

  .about-modern-title {
    font-size: 30px;
  }

  .about-modern-metrics {
    grid-template-columns: 1fr;
  }

  .about-modern-point {
    padding: 14px;
  }

  .about-modern-cta {
    width: 100%;
    justify-content: center;
  }

  .about-modern-image-wrap {
    padding: 10px;
  }

  .about-modern-image-wrap img {
    aspect-ratio: 1 / 1.15;
  }

  .about-modern-floating-card {
    padding: 14px;
  }

  .about-modern-mini-stats {
    gap: 10px;
  }

  .about-modern-mini-stats>div {
    width: min(130px, 42vw);
  }

  .about-modern-mini-stats strong {
    font-size: 18px;
  }

  .about-modern-mini-stats span {
    max-width: 72px;
    font-size: 10px;
  }

  .job-row {
    padding: 20px 16px 16px;
  }

  .job-head {
    flex-direction: column;
  }

  .job-type {
    align-self: flex-start;
  }

  .job-bottom {
    align-items: stretch;
  }

  .job-bottom-actions {
    width: 100%;
    margin-left: 0;
  }

  .requirements-toggle-btn,
  .job-bottom-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .job-details-grid {
    grid-template-columns: 1fr;
  }

  .career-apply-dialog {
    border-radius: 14px;
  }

  .career-apply-form-card {
    padding: 26px 16px 16px;
    border-radius: 14px;
  }

  .career-apply-form-card h3 {
    font-size: 24px;
  }

  #hero-container {
    min-height: 90svh;
    padding: 80px 0px 0px;
  }

  .hero-main-stats {
    gap: 30px;
  }

  .hero-stat-item b {
    font-size: 24px;
  }

  .hero-main-description {
    font-size: 16px;
    line-height: 1.7;
    margin: 10px auto;
  }

  .hero-cta-button {
    font-size: 14px;
  }

  .why-choose-modern {
    padding: 76px 0;
  }

  .why-modern-bento {
    gap: 12px;
  }

  .why-modern-intro-card {
    padding: 20px 16px;
  }

  .why-modern-tag {
    font-size: 11px;
  }

  .why-modern-description {
    font-size: 14px;
  }

  .why-modern-action .btn,
  .why-modern-call {
    width: 100%;
  }

  .why-modern-call {
    align-items: center;
    text-align: center;
  }

  .why-modern-media-card {
    min-height: 260px;
  }

  .why-modern-media-overlay h5 {
    font-size: 20px;
  }

  .why-modern-chip-row span {
    font-size: 10px;
  }

  .why-modern-proof-card .about-modern-metrics {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 8px;
  }

  .why-modern-proof-card .about-metric-pill {
    padding: 10px 8px;
    min-height: 60px;
  }

  .why-modern-proof-card .about-metric-pill img {
    height: 30px;
  }

  .why-modern-proof-card h5 {
    font-size: 18px;
  }

  .fs-25 {
    font-size: 20px;
  }

  .mr-35,
  .ml-35 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .pt-65 {
    padding-top: 50px;
  }

  .pb-65 {
    padding-bottom: 50px;
  }

  .d-sm-inline-block {
    display: none !important;
  }

  .presence-section {
    padding: 64px 0;
  }

  .presence-layout {
    gap: 28px;
  }

  .presence-description {
    font-size: 15px;
    line-height: 1.75;
  }

  .presence-btn-group {
    gap: 10px;
  }

  .presence-btn {
    padding: 12px 20px;
    font-size: 13px;
  }

  .presence-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .presence-stats .presence-stat:nth-child(3) {
    grid-column: 1 / -1;
  }

  .presence-card-stack {
    width: 100%;
    aspect-ratio: auto;
    display: grid;
    gap: 14px;
    perspective: none;
  }

  .presence-card-stack::before {
    display: none;
  }

  .presence-card {
    position: relative;
    inset: auto;
    animation: none;
    transform: none !important;
    pointer-events: auto;
  }

  .presence-card:hover {
    transform: translateY(-6px) !important;
  }

  .presence-card-media {
    height: 190px;
  }

}

@media only screen and (max-width:600px) {
  .slide-img {
    height: 70vh;
  }

  .slide-img img {
    height: 100%;
    width: auto;
    object-position: center;
    object-fit: cover;
  }

  .slide-text h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 576px) {

  .home-slider .slider-bg {
    height: 75vh;
    min-height: 420px;
    padding: 0 15px;
  }

  .home-slider .slider-text {
    font-size: 30px;
    line-height: 1.25;
  }

  .home-slider .btn {
    padding: 12px 30px;
    font-size: 14px;
  }

  .feature-item .icon {
    width: 85px;
  }

  .Akshar-newsletter-form {
    display: initial;
    justify-items: center;
    align-items: center;
  }

  .Akshar-newsletter-form button {
    height: 50px;
    width: auto;
    margin-top: 10px;
  }

  .contact-form-card {
    padding: 26px 20px;
  }

  .contact-form-meta {
    margin-top: 12px;
  }

  .form-note {
    width: 100%;
    font-size: 12px;
  }

  .contact-info-card {
    padding: 26px 20px;
    border-radius: 20px;
  }

  .Akshar-footer-main::after {
    top: 52%;
    width: 140vw;
    height: 86vw;
    opacity: 0.34;
  }

  .contact-left h3 {
    font-size: 24px;
  }

  .map-title {
    font-size: 30px;
  }

  .portfolio-hero .section-heading {
    font-size: 32px;
  }

  .portfolio-filter button {
    padding: 8px 14px;
    font-size: 13px;
  }

  .portfolio-hero-item {
    padding: 22px;
  }

  .portfolio-cta-box {
    padding: 30px;
  }

  .portfolio-info {
    padding: 20px;
  }

  .abt-dtl h2 {
    font-size: 30px;
  }

  .parallax-text h2 {
    font-size: 28px;
  }

  .facts-col {
    flex-direction: column;
    text-align: center;
  }

  .facts-text {
    text-align: center;
  }

  .section-heading {
    font-size: 28px;
  }

  .career-hero-metrics {
    gap: 12px;
  }

  .metric-card {
    padding: 12px 18px;
  }

  .metric-card h4 {
    font-size: 24px;
  }

  .career-snapshot {
    padding: 24px;
  }

  .snapshot-list {
    grid-template-columns: 1fr;
  }

  .career-steps {
    grid-template-columns: 1fr;
  }

  .job-row {
    padding: 20px;
  }

  .career-cta-inner {
    padding: 30px 20px;
  }

  .career-cta-inner h3 {
    font-size: 24px;
  }

  .section-heading {
    font-size: 28px;
  }

  .career-hero-metrics {
    gap: 12px;
  }

  .metric-card {
    padding: 12px 18px;
  }

  .metric-card h4 {
    font-size: 24px;
  }

  .career-snapshot {
    padding: 24px;
  }

  .snapshot-list {
    grid-template-columns: 1fr;
  }

  .career-steps {
    grid-template-columns: 1fr;
  }

  .career-cta-inner {
    padding: 30px 20px;
  }

  .career-cta-inner h3 {
    font-size: 24px;
  }

  .project-tech-stack {
    padding: 20px;
  }

  .detail-card {
    padding: 24px;
  }

  .results-grid {
    grid-template-columns: 1fr;
  }

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

  .cat-card {
    flex-basis: 78vw;
    height: 340px;
  }

  .cat-card--wide {
    flex-basis: 86vw;
  }

  .card-name {
    font-size: 20px;
  }

  .hero-main-stats {
    gap: 25px;
  }

  .hero-stat-item b {
    font-size: 22px;
  }

  .hero-stat-item span {
    font-size: 10px;
  }

  .hero-main-description {
    font-size: 15px;
    margin: 10px auto;
  }

  .hero-cta-button {
    font-size: 14px;
  }

  .why-modern-proof-card h5 {
    font-size: 16px;
  }

  .why-modern-proof-item {
    flex-direction: column;
  }

  .why-modern-proof-step {
    width: 28px;
    height: 28px;
    min-width: 28px;
    font-size: 11px;
  }

  .why-modern-proof-card .about-modern-metrics {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .why-modern-proof-card .about-metric-pill {
    padding: 14px 12px;
    min-height: 65px;
  }

  .why-modern-proof-card .about-metric-pill img {
    height: 40px;
  }

}

@media only screen and (max-width:535px) {
  .dwnld-brchr span {
    display: none;
  }

  .dwnld-icon {
    margin: 0;
  }

  .navbar-brand img {
    width: 100px;
  }

  .navbar-collapse {
    top: 100px;
  }

  .dwnld-brchr a img {
    width: 20px;
  }

  .dwnld-brchr a {
    padding: 7px 10px;
  }

  .header-top {
    display: none;
  }

  .dwnld-brchr {
    margin-left: 0;
  }

  .ftr-nav ul {
    flex-direction: row;
    text-align: center;
  }

  .about-modern {
    padding: 70px 0;
  }

  .about-content h2 {
    font-size: 28px;
  }

  .feature-item {
    flex-direction: column;
  }

  .stats-wrapper {
    grid-template-columns: 1fr;
  }

  .stat-box h2 {
    font-size: 60px;
  }

  .stat-box p {
    font-size: 16px;
  }

  .client-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .client-logo {
    width: 100px;
    height: 100px;
  }

  .client-heading h2 {
    font-size: 30px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-img img {
    height: 360px;
  }

  .contact-left-box .icon {
    width: 38px;
    min-width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .contact-info-card {
    padding: 22px 16px;
    border-radius: 18px;
  }

  .contact-form-card {
    padding: 22px 16px;
    border-radius: 18px;
  }

  .contact-field .field-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    font-size: 11px;
  }

  .contact-field .form-control {
    padding: 13px 2px !important;
  }

  .contact-field.contact-field-textarea .form-control {
    min-height: 126px;
  }

}

@media(max-width:480px) {

  html,
  body {
    max-width: 100vw;
    width: 100%;
  }

  section {
    max-width: 100%;
    width: 100%;
  }

  .sidebar {
    width: 100%;
    overflow-x: hidden;
  }

  .breadcrumb-section {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
  }

  .breadcrumb-shapes {
    max-width: 100%;
    width: 100%;
  }

  .abt-section {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
  }

  .abt-section::before {
    display: none;
  }

  .abt-section::after {
    display: none;
  }

  .service-details-section {
    max-width: 100%;
    width: 100%;
  }

  .Akshar-footer-main {
    padding-top: 20px;
  }

  .footer-logo {
    margin: 0 auto 15px;
    display: block;
  }

  .presence-btn-group {
    flex-direction: column;
  }

  .presence-btn {
    width: 100%;
  }

  .presence-stats {
    grid-template-columns: 1fr;
  }

  .presence-stats .presence-stat:nth-child(3) {
    grid-column: auto;
  }

  .presence-card-media {
    height: 165px;
  }

  .presence-card-title {
    font-size: 19px;
  }

  .presence-card-desc {
    font-size: 13px;
    line-height: 1.58;
  }

  .breadcrumb-section {
    padding: 60px 12px 50px;
    min-height: auto;
  }

  .breadcrumb-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .breadcrumb {
    padding: 8px 16px;
    gap: 8px;
    font-size: 12px;
  }

  .breadcrumb-link,
  .breadcrumb-separator,
  .breadcrumb-current {
    font-size: 12px;
  }

  .breadcrumb-shapes .shape-4,
  .breadcrumb-shapes .shape-5,
  .breadcrumb-shapes .shape-6 {
    opacity: 0.3 !important;
  }

  .breadcrumb-shapes .shape-1 {
    width: 100px;
    height: 100px;
    top: 5%;
    left: 0;
  }

  .breadcrumb-shapes .shape-2 {
    width: 120px;
    height: 120px;
    top: 0%;
    right: 0;
  }

  .breadcrumb-shapes .shape-3 {
    width: 90px;
    height: 90px;
    bottom: 5%;
    left: 5%;
  }

  .breadcrumb-content {
    flex-direction: column;
  }
}

@media only screen and (max-width: 400px) {
  .navbar-brand img {
    width: 100px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .about-modern,
  .about-modern * {
    animation: none !important;
    transition: none !important;
  }
}

@media (min-width: 768px) {
  .tc-nav-btn span {
    display: inline;
  }
}

@media (max-width: 768px) {
  [data-aos] {
    --aos-delay: 50ms !important;
  }

  .hero-trust-badge {
    padding: 6px 12px;
  }

  .hero-trust-badge p {
    font-size: 12px;
  }

  .hero-trust-badge .avatars img {
    width: 28px;
    height: 28px;
  }

  .presence-layout {
    grid-template-columns: 1fr;
  }

  .presence-card-1,
  .presence-card-2,
  .presence-card-3 {
    transform: none;
  }

  .circle-container {
    top: -20px;
    right: 10px;
    transform: scale(0.8);
  }
}

@media (max-width: 575px) {
  .tc-hero-title {
    font-size: 28px;
  }

  .tc-highlight-box,
  .tc-warning-box {
    flex-direction: column;
    padding: 20px;
  }

  .tc-highlight-box i,
  .tc-warning-box i {
    font-size: 20px;
  }

  .tc-sections .section-header {
    gap: 12px;
  }

  .tc-contact-box .contact-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .tc-contact-box .contact-item i {
    padding-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {

  .about-modern,
  .about-modern * {
    animation: none !important;
    transition: none !important;
  }
}