@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}
@media (min-width: 922px) {
    .site-content .ast-container {
        display: block !important;
  }
}
.page-template-homepage .site-content .ast-container {
    max-width:100%;
	width:100%;
	 padding-left:0px;
    padding-right: 0px;
	display:block;
}
/**header**/
header .custom-logo-link img {
    max-width: 233px !important;
    width: 233px !important;
}
header.bg-dark {
    background-color: rgba(21, 22, 50, 1)!important;
}
.main-nav ul {
  list-style: none;
  display: flex;
  gap: 3rem;
  margin: 0;
  padding: 0;
}
header .btn-top-subscribe,
header .btn-top-search{
    background: #F24761;
    color: #fff;
    border: #F24761;
    font-size: 16px;
    padding: 8px 20px;
}
.mobile-toggle{
background: #F24761;
    color: #000;
    font-size: 28px !important;
    padding: 0px 10px;
}
.main-nav a {
    color: white;
    text-decoration: none;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
#toggleSearch{
	outline:none;
}
.d-flex > .border-start {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin-inline: 0.5rem;
}
.slide-menu {
  position: fixed; /* changed from absolute */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #151632;
  color: white;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 9999;
  box-shadow: 4px 0 12px rgba(0, 0, 0, 0.4);
  overflow-y: auto;
  padding-top:40px;
}
.slide-menu ul{
	    margin: 0px;
    list-style: none;
    padding: 0px;
}
.slide-menu ul li{
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}
.slide-menu ul li a{
    text-align: center;
    font-size: 18px;
	text-decoration:none;
	color:#fff;
}
.slide-menu.active {
  transform: translateX(0);
}

.slide-menu .nav-link {
  color: white;
  font-weight: 500;
}

.slide-menu .nav-link:hover {
  color: #f15b75;
}

.btn-close {
  filter: invert(1); /* makes close icon white */
  cursor:pointer;
}
.no-scroll {
  overflow: hidden;
  height: 100vh;
}
/**video-top**/
.hero-banner video {
	object-fit: cover;
}

.hero-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, rgba(21, 22, 50, 0) 0%, rgb(21 22 50 / 80%) 100%);
    z-index: 0;
}
.hero-banner .hero-banner-content{
	width:50%;
}
.hero-banner .hero-banner-content .sub_title{
	font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #2BD0AF !important
}
.hero-banner .hero-banner-content .title{
	font-family: "DM Sans", sans-serif;
    font-size: 48px;
    font-weight: 600;
}
.hero-banner .container {
	z-index: 1;
	position: relative;
}
.hero-banner .description {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
	color:#fff!important
}
.custom-search-form {
  max-width: 400px;
}

.custom-search-wrapper {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ccc;
  padding-left: 12px;
}

.search-icon {
  font-size: 1.2rem;
  margin-right: 8px;
  color: #555;
}

.search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 10px 12px;
  font-size: 16px;
  border-radius: 30px 0 0 30px;
}

.search-button {
    background-color: #F24761;
    color: #fff;
    border: none;
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    margin-right: 4px;
    transition: background-color 0.3s;
}

.search-button:hover {
  background-color: #e74c68;
}
.custom-search-wrapper .search-input{
	box-shadow: none;
    border: 0px transparent;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #595959 !important;
    height: 48px;
    padding: 10px 5px;
	 border: none;
  outline: none;
}
.custom-search-wrapper .search-input:focus {
  border: none;
  outline: none;
}
/**Latest Articles & Insights**/
section h2.title{
	font-family: "DM Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #1E1E1E !important;
}
section .description{
	font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #595959 !important;
}

.custom-articles-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.custom-featured-post {
	flex: 2 1 48%;
	position: relative;
}
.custom-featured-post .card-img img{ 
	height: 500px;
    object-fit: cover;
	transition: transform .4s;
}
.custom-featured-post:hover  img {
	 -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}
.custom-featured-post .card {
	height: 100%;
	overflow: hidden;
	border: none;
	border-radius: 0.75rem;
}

.custom-featured-post .card-img-overlay {
	background: linear-gradient(to top, #151632b3, #15163200);
	padding:30px;
}

.custom-small-posts {
	flex: 1 1 48%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: repeat(2, auto);
	gap: 1rem;
}
.custom-small-posts .card-img-overlay {
	background: linear-gradient(to top, #151632b3, #15163200);
	padding:15px;
}

.custom-small-posts .card {
	height: 100%;
	overflow: hidden;
	border: none;
	border-radius: 0.75rem;
	position: relative;
}
.custom-small-posts .card-img img {
    height: 240px;
	object-fit: cover;
	transition: transform .4s;
}
.custom-small-posts .card:hover  img {
	 -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}
.custom-small-posts .card-title{
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
}
.custom-badge {
    background-color: #14A386;
    padding: 6px;
    border-radius: 4px;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff !important;
    display: inline-block;
    line-height: normal;
}

.card-title, .card-text {
	margin-bottom: 0.3rem;
}
.custom-featured-post .card-title{
	font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff !important;
}
.custom-featured-post .card-text{
	font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
/**featured_insights**/
.card-title {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
}
.card-img-overlay {
	background: linear-gradient(to bottom, rgba(21, 22, 50, 0) 0%, rgba(21, 22, 50, 1) 100%);
	padding:15px;
}
.cfo-insights-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1.5rem;
}

.cfo-card {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	color: white;
}

.cfo-card img {
	height: 320px;
    object-fit: cover;
	transition: transform .4s;
}
.cfo-card:hover  img {
	 -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}
/**Browse by Category**/
.category-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}
.category-card {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #DADADA;
    border-radius: 12px;
    box-shadow: 0 6px 0 #F24761;
    background: white;
    transition: transform 0.2s ease;
    text-decoration: none;
    color: inherit;
}

.category-card img {
	width: 93px;
	height:93px;
	object-fit: cover;
	border-radius: 8px;
	margin-right: 1rem;
}

.category-card-title {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1E1E1E !important;
}

/**choose-insightful**/
.choose-insightful-section {
	background-color: #0d0c2a;
	position: relative;
	z-index: 1;
	    background-image: url(/wp-content/themes/astra/assets/images/line-background.png);
    background-repeat: no-repeat;
    background-size: 1070px;
    background-position: right top;
}
section.choose-insightful-section h2.title {
    font-family: "DM Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #fff!important;
} 
section.choose-insightful-section .description {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff !important;
}
section.choose-insightful-section .btn{
	font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    background: #F24761;
}
.choose-insightful-section .container,
.choose-insightful-section .row {
	position: relative;
	z-index: 1;
}
.insightful-image-grid{
	padding-left:40px;
}
.insightful-image-grid .icons{
	position:absolute;
	width:48px;
	height:48px;
}

.insightful-image-grid .icon-green.icons{
background-image: url(/wp-content/themes/astra/assets/images/icon-green.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -25%;
    right: 22%;
}
.insightful-image-grid .icon-pink.icons{
	background-image: url(/wp-content/themes/astra/assets/images/icon-pink.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 5%;
    left: 5%;
}
.insightful-image-grid .icon-purple.icons{
	background-image: url(/wp-content/themes/astra/assets/images/icon-purple.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 5%;
    right: -2%;
}
.insightful-image-grid .icon-yellow.icons{
	    background-image: url(/wp-content/themes/astra/assets/images/icon-yellow.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: -25%;
    left: 40%;
	
}
									
.insightful-image-grid img {
	border-radius: 12px;
	object-fit: cover;
}
/**Benefits**/
.benefits .icon{
	width:64px;
}
.benefits h5{
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1E1E1E !important;
}
.benefits p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #595959 !important;
}
.benefits-grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}
.benefits .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display:inline-block;
  margin-right:5px;
}
.benefits span.small {
	    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #595959 !important;
}
/**last_week_trending_articles**/

.trending-articles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}


.trending-card {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	color: white;
}

.trending-card  img {
	height: 320px;
    object-fit: cover;
	transition: transform .4s;
}
.trending-card:hover  img {
	 -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}
.btn-view{
border: 1px solid #DADADA !important;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #595959 !important;
    border-radius: 12px !important;
    padding: 10px 20px;
	
}
.btn-view:hover{
	 color: #fff !important;
}
/**Footer**/
.custom-footer {
    background-color: #111127;
    color: #ffffff;
    padding: 120px 20px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-image: url(/wp-content/themes/astra/assets/images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: 1070px;
    background-position: right top;
}


.footer-logo {
  max-width: 240px;
}


.footer-column h5 {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-style: normal;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin:0px;
}

.footer-column ul li {
  margin-bottom: 20px;
}
.footer-column ul li a{
	text-decoration: none;
	color: #ffffff;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}
.subscribe-box{
	background: #fff;
    border-radius: 12px;
    color: #595959;
    padding: 20px 20px 10px 20px;
}
.input-wrapper .email-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.subscribe-box button {
  background-color: #f15b75;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}
.subscribe-box h5{
	font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1E1E1E !important;
}
.subscribe-box button:hover {
  background-color: #e74c68;
}
.subscribe-box .submit-cover.align-right .submit-button {
    margin-right: 0;
    font-family: "DM Sans", sans-serif!important;
    font-size: 16px!important;
    font-weight: 600!important;
    color: #fff !important;
    background: #F24761!important;
    border-radius: 12px!important;

	height:48px !important;
}
.subscribe-box .form-element-html {
    padding-bottom: 0px!important;
}
.subscribe-box .formcraft-icon {
    left: 0!important;
    font-size: 20px!important;
	    top: 0px!important;
}
.subscribe-box  input[type=text],
.subscribe-box  input[type=email],
.subscribe-box input {
      font-family: "DM Sans", sans-serif !important;
    font-size: 16px !important;
    background: transparent!important;
    border: 1px solid #DADADA!important;
    border-radius: 12px!important;
	margin-bottom: 20px !Important;
		padding-left: 40px!important;
}
.subscribe-box .formcraft-css .powered-by{
	display:none !important;
	
}
.content-copyright {
  background-color: #0A0A1B;
  color: #ffffff;
  padding: 1rem 0;
font-family: "DM Sans", sans-serif;
    font-size: 16px;
}

.content-copyright a {
  color: #ffffff;
  text-decoration: none;
}

.content-copyright a:hover {
  text-decoration: underline;
}

.content-copyright small {
  font-family: "DM Sans", sans-serif;
    font-size: 16px;
}

.content-copyright .divider {
  margin: 0 8px;
  color: #ffffff;
}
.content-copyright p{
	margin-bottom: 0rem;
}
.site-below-footer-wrap{
	display:none !important;
}
@keyframes bounceY {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes bounceX {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
}

.bounce-x {
  animation: bounceX 1.4s ease-in-out infinite;
  display: inline-block;
}

.bounce-y {
  animation: bounceY 1.4s ease-in-out infinite;
  display: inline-block;
}
.mobile-view{
	display:none;
}
/**Browse by Category**/
@media (max-width: 992px) {
	.category-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 768px) {
	.desktop-view{
		display:none;
	}
	.mobile-view{
		display:block;
	}
	.hero-banner .hero-banner-content {
		width: 100%;
	}
	.hero-banner .hero-banner-content .title {
		font-size: 32px;
	}
	.hero-banner video,
	.hero-banner	{
		height: 500px !important;
	}
	.hero-banner .hero-banner-content .sub_title{
		font-size: 14px;
	}
	.custom-featured-post .card-img img {
		height: 320px;
	}
	.custom-featured-post .card-img-overlay {
		padding: 10px;
	}
	.custom-featured-post .card-title {
		font-size: 20px;
	}
	.custom-featured-post .card-text {
		font-size: 14px;
	}
	.card-title,
	.custom-small-posts .card-title	 {
		font-size: 12px;
	}
	.card-img-overlay,
	.custom-small-posts .card-img-overlay	{
		padding: 10px;
	}
	.custom-badge{
		font-size: 10px;
		padding:4px;
	}
	.section-title{
		display:block !important;
	}
	section h2.title {
		font-size: 24px;
	}
	section .description{
		font-size: 14px;
	}
	.btn-view {
		font-size: 14px;
		margin-top: 20px;
	}
	.category-grid {
		grid-template-columns: repeat(2, 1fr);
		    gap: 1rem;
	}
	.category-card-title{
		font-size: 12px;
	}
	.category-card img{
		width: 40px;
		height: 40px;
	}
	.choose-insightful-section .pb-5 {
		padding-bottom: 0rem !important;
	}
	.choose-insightful-section .pt-5 {
		padding-top: 0rem !important;
	}
	section.choose-insightful-section h2.title {
		font-size: 24px;
	}
	section.choose-insightful-section .description {
		font-size: 14px;
	}
	.insightful-image-grid {
	        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 40px;
	}
	section.choose-insightful-section .btn {
		margin-bottom: 40px;
	}
	.insightful-image-grid .icon-purple.icons {
		top: 5%;
		right: 3%;
	}
	.insightful-image-grid .icon-green.icons {
		bottom: -5%;
		right: 22%;
	}
	.insightful-image-grid .icons {
		position: absolute;
		width: 33px;
		height: 33px;
	}
	.benefits-grid{
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}
	.benefits h5{
		font-size: 14px;
	}
	.benefits p,
	.benefits span.small{
		font-size: 11px;
	}
	.last_week_trending_articles.my-5,
	.benefits.my-5,
	.browse_by_category.my-5,
	.featured_insights.my-5{
		margin-top: 0rem !important;
		margin-bottom: 0rem !important;	
	}
	.trending-articles-grid,
	.cfo-insights-grid	{
		grid-template-columns: repeat(2, 1fr);
		   gap: 1rem;
	}
	.trending-card img,
	.cfo-insights-grid img,
	.custom-small-posts .card-img img{
		height: 215px;
	}
	.content-copyright .links{
		margin-bottom:20px;
	}
	.custom-footer {
		padding: 40px 20px;
		font-size: 14px;
	}
	.footer-column h5{
		font-size: 16px;
	}
	.content-copyright,
	.footer-column ul li a,
	.content-copyright small{
		font-size: 14px;
	}
	.custom-footer .col-6{
		width:100%;
	}
}
@media (max-width: 480px) {
	header .custom-logo-link img {
		max-width: 200px !important;
		width: 200px !important;
	}
}