@media (min-width: 1400px){
  .container{
    max-width: 1200px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .custom-vh-100 {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1199px) {
  .sidebar {
    width: 100%;
    height: auto;
  }
  .sidebar-wrapper {
    position: relative;
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }
  .sidebar .logo {
    padding-bottom: 0;
  }
  .sidebar-bottom {
    display: none !important;
  }
  /* Offcanvas styling */
  .offcanvas.offcanvas-end{
    border-left: none;
  }
  .offcanvas-header {
    border-bottom: 1px solid #eee;
    padding: 16px 20px;
    justify-content: space-between;
  }
  .offcanvas-title {
    font-size: 1.25rem;
    font-weight: 600;
  }
  .offcanvas-body {
    padding: 16px 20px;
    padding-bottom: 120px;
  }
  .offcanvas-body .has-submenu.active .submenu {
    max-height: 200px;
    max-width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .offcanvas-body .submenu-content {
    padding-bottom: 1rem;
  }
  .offcanvas-body .submenu-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .offcanvas-body .submenu-content ul li {
    margin-bottom: 0.5rem;
  }
  .offcanvas-body .submenu-content ul li:last-child {
    margin-bottom: 0;
  }
  /* Submenu icon rotation in offcanvas */
  .offcanvas-body .has-submenu.active .nav-link svg {
    transform: rotate(230deg) !important;
    transition: transform 0.3s ease;
  }
  /* Offcanvas bottom section styling */
  .offcanvas-bottom-section {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 20px;
    background: #fff;
    border-top: 1px solid #eee;
  }
  .offcanvas-email {
    margin-bottom: 0.75rem;
  }
  .offcanvas-social {
    display: flex;
    gap: 0.75rem;
    align-items: center;
  }
  .offcanvas-social a:hover {
    color: #000;
  }
}

@media (min-width: 992px) {
  .desktophide {
    display: none;
  }
  .navbar-expand-lg{
    padding: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 1rem;
    padding: 0;
    color: #000;
    font-weight: 500;
    font-family: 'Manrope';
    font-size: 15px;
  }
}

@media (max-width: 991.98px) {
  .container,
  .navbar > .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-link {
    padding: 10px 0;
    font-size: 18px;
  }
  .dropdown-link {
    padding: 5px 0px 5px 20px;
    color: #000;
    font-size: 15px;
  }
  .mobilehide {
    display: none;
  }
  .hero-content {
    width: 100%;
  }
  .hero-paragraph {
    text-align: left;
  }
  .pt-40 {
    padding-top: 16px;
  }
  .hero-section {
    background: linear-gradient(145deg, #ecf9f9 0%, #e1dcfe 50%, #ffdec8 100%);
    padding: 30px 30px 45px;
  }
  .box-layout2-container {
    flex-direction: column;
    height: 100%;
  }
  .box-layout-2 {
    width: 100%;
  }
  .case-study-carousel .tool-card {
    flex-direction: column;
  }
  .tool-img {
    width: 100%;
  }
  .tool-content {
    z-index: 9;
    margin: 20px 0 0;
  }
  .services-tab-btn {
    padding: 10px 15px;
  }
  .services-boxlayout-content {
    width: auto;
  }
  .deliver-card {
    padding: 30px;
  }
  .img-container-left {
    transform: translate(-50%, -10%);
  }
  .job-content {
    flex-direction: column;
    align-items: self-start;
  }
  .results-divider-section {
    flex-wrap: wrap;
    gap: 20px;
  }
  .team-stay-container{
    padding: 30px;
  }
  .scroll-top-btn{
    right: 20px;
    bottom: 20px;
  }
  .owl-carousel .owl-item{
    padding: 0;
  }
  .about-believe-card{
    padding: 30px;
  }
  .box-layout3-item{
    padding: 30px;
  }
}

@media (max-width: 768px) {
  h1,
  .hero-headline,
  .internal-page-section h1 {
    font-size: 2.3rem;
    line-height: 1.25;
  }
  h2 {
    font-size: 1.8rem;
    line-height: 1.25;
  }
  h3 {
    font-size: 1.15rem;
    line-height: 1.25;
  }
  footer h3 {
    margin-bottom: 20px;
  }
  .services-tab-nav {
    align-items: center;
    gap: 15px;
  }
  .services-tab-btn {
    width: 100%;
    max-width: 230px;
    justify-content: center;
    padding: 12px 20px;
  }
  .services-tab-content {
    min-height: 630px;
  }
  .services-tab-btn .tab-text {
    font-size: 13px;
  }
  .box-layout2-container {
    padding: 20px;
  }
  .services-boxlayout-container1 {
    padding: 60px 30px;
  }
  .services-boxlayout-container2 {
    padding: 60px 30px;
  }
  .services-boxlayout-container3 {
    padding: 60px 30px;
  }
  .case-study-carousel .tool-card {
    padding: 20px;
  }
  .workwithus-form {
    padding: 30px;
  }
  .job-list {
    padding: 0 20px;
  }
  .founder-quote-container {
    padding: 20px;
  }
  .box-layout3-container {
    padding: 10px;
  }
  .white-container{
    padding: 30px 20px 20px;
  }
  .about-box-container{
    padding: 20px;
  }
  .casestudy-card{
    padding: 20px;
  }
  .pr-40{
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .navbar-brand img{
    width: auto;
    height: 35px;
  }
  footer img{
    width: auto;
    height: 35px;
  }
  .why-card {
    display: block;
  }
  .why-card::before {
    display: none;
  }
  .why-heading {
    padding-bottom: 15px;
  }
  footer .column {
    flex: 0 0 50%;
  }
  .dropdown-overlap-container .form-select {
    width: 300px;
  }
  .meta-blog {
    gap: 18px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  footer .column {
    flex: 0 0 33%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box-layout3-container{
    height: auto;
  }
  .casestudy-result1, .casestudy-result2, .casestudy-result3{
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  h1,
  .hero-headline,
  .internal-page-section h1 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .hero-paragraph{
    font-size: 1.25rem;
  }
}