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

	/* Check 1367px and add css here */
}

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

	/* Check 1200px and add css here */
	.timeline-number {
    min-width: 68px !important;
    width: 68px !important;
  }

  .timeline-number h2,
  .timeline-number h3,
  .timeline-number h4 {
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    font-size: 30px !important;
  }

  .timeline-item {
    gap: 12px;
  }

  .timeline-item:not(:last-child)::after {
    left: 34px !important;       /* circle center: 52px / 2 */
    top: 52px !important;        /* circle ki height ke baad se shuru */
  }
}

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

	/* Check 1025px and add css here */
	
	.timeline-number {
    min-width: 64px !important;
    width: 64px !important;
  }

  .timeline-number h2,
  .timeline-number h3,
  .timeline-number h4 {
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    font-size: 28px !important;
  }

  .timeline-item {
    gap: 12px;
  }

  .timeline-item:not(:last-child)::after {
    left: 32px !important;       
    top: 52px !important;        
  }
}

@media only screen and (max-width: 1024px) {
	
  body:has(.elementor-menu-toggle[aria-expanded="true"]) {
    overflow: hidden !important;
  }

  html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  html:has(.elementor-menu-toggle[aria-expanded="true"]) {
    overflow: hidden;
  }
 .elementor-nav-menu--dropdown {
    display: block !important;
    pointer-events: none !important;
    opacity: 0 !important;
    transform: translateY(-10px) !important;
    transition: opacity 0.4s ease, transform 0.4s ease !important;
    visibility: hidden !important;
  }

  /* Menu open hone pe */
  body:has(.elementor-menu-toggle[aria-expanded="true"])
  .elementor-nav-menu--dropdown {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: all !important;
    visibility: visible !important;
  }
  body:has(.elementor-menu-toggle[aria-expanded="true"])
  .elementor-nav-menu--dropdown {
    position: fixed !important;
    top: 65px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: calc(100vh - 65px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    z-index: 9999 !important;
    background: #ffffff !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }


  .e-con.e-parent {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
  }

  .header-wrapper .nav-bar nav.elementor-nav-menu--dropdown {
    position: fixed !important;
    bottom: 0;
    top: initial !important;
    left: 0% !important;
    width: 100% !important;
    height: calc(100% - 90px) !important;
    padding: 0 30px;
    transition: all 0.3s;
    overflow: auto;
    margin: 0 !important;
  }
	
.elementor-nav-menu--dropdown .menu-btn {
  display: flex !important;
  justify-content: center !important;
  padding: 20px 0 !important;
  width:100% !important;
  border-bottom: none !important;
}
	.elementor-nav-menu--dropdown li.current-menu-item > a,
  .elementor-nav-menu--dropdown li.current-menu-item > a.elementor-item,
  .elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
    background: #F4F7F5 !important;
	  align-items:center !important;
	  color:#000 !important;

  }
  .elementor-nav-menu--dropdown .menu-btn > a {
    width: fit-content !important;
    padding: 8px 24px !important;
    font-size: 14px !important;
    background: #1A6BFF !important;
    color: #ffffff !important;
    border-radius: 45px !important;
    border: 1px solid transparent !important;
    font-family: Inter !important;
  }
/* Li center karo */
.elementor-nav-menu--dropdown ul {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Li full width */
.elementor-nav-menu--dropdown ul li {
  width: 100% !important;
  text-align: center !important;
  list-style: none !important;
}

/* Link center */
.elementor-nav-menu--dropdown ul li a {
  display: block !important;
  text-align: center !important;
  padding: 16px 0 !important;
  width: 100% !important;
}

/* Divider between links */
.elementor-nav-menu--dropdown ul li {
  border-bottom: 1px solid #e0e0e0 !important;
}

/* Last li pe divider nahi */
.elementor-nav-menu--dropdown ul li:last-child {
  border-bottom: none !important;
}

/* Button wali li pe divider nahi */
.elementor-nav-menu--dropdown ul li.menu-btn {
  border-bottom: none !important;
}

}

@media only screen and (max-width: 767px) {
	
	.e-con.e-parent {
    padding-left: 20px;
    padding-right: 20px;
		margin:0;
}


	.cf7-flex {
		flex-direction: column;
	}

	.cf7-flex .half {
		width: 100%;
	}

	.wpcf7 .row {
		flex-wrap: wrap;
	}

	.wpcf7 .column {
		width: 100%;
	}

	.notfound-content {
		padding: 12vw 0;
	}

	.timeline-number {
    min-width: 50px !important;
    width: 50px !important;
  }

  .timeline-number h2,
  .timeline-number h3,
  .timeline-number h4 {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    font-size: 20px !important;
  }


  .timeline-item:not(:last-child)::after {
    left: 25px !important;       /* circle center: 52px / 2 */
    top: 35px !important;        /* circle ki height ke baad se shuru */
  }
	/* Check 480px and add css here */
}

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

	/* Check 375px and add css here */
	.hero-con{
		padding-top:50px;
	}
	.timeline-number {
    min-width: 46px !important;
    width: 46px !important;
  }

  .timeline-number h2,
  .timeline-number h3,
  .timeline-number h4 {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    font-size: 20px !important;
  }


  .timeline-item:not(:last-child)::after {
    left: 23px !important;    
    top: 35px !important;  
  }
}

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

	/* Check 320px and add css here */
	.header-wrapper .logo-box {
	width: 70% !important;
	float: left;
}
}