/*
Theme Name: moc
Author: JOSH
Description: Your description goes here
Version: 1.0
Template: astra
*/


.arrow-btn .elementor-button-icon{
	background-color: white;
    border-radius: 36px;
    padding: 7px 12px;
}
.blue-arrow-btn .elementor-button-icon{
	background-color: #171E54;
    border-radius: 36px;
    padding: 7px 12px;
}
.blue-bg span.elementor-icon-list-icon{
    background-color:#171E54;
    padding: 6px 5px;
    border-radius: 12px;
}
.client-carousel .elementor-swiper-button-prev,
.client-carousel .elementor-swiper-button-next{
	background-color: #00000080;
    padding: 06px;
    border-radius: 18px;
}
.form-container input,
.form-container textarea{
    font-family: "roboto";
    outline: 0;
    border: none;
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 100px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #171e54;
	display: block;
}
header nav li:before {
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 8px;
        background: #e581bd;
        content: '';
        transition: .25s all ease-in-out;
        transform: scaleX(0);
        transform-origin: left;
    }
header nav li {
        position: relative;
    }
input.wpcf7-submit{
	border:none;
	background-color:#E581BD;
	color:#ffffff;
	background-image: url(http://localhost/moc/wp-content/uploads/2026/04/pink-arrow.svg)
}
.orange-underline{
	border-bottom:11px solid #ec671a
}
.form-container-contact input,
.form-container-contact textarea{
	width: 100%;
    font-family: "Roboto";
    -webkit-appearance: none;
    outline: 0;
    border: none;
    background: 0 0;
    border: 1px solid #171e54;
    border-radius: 100px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #171e54;
    display: block;
}
.underline {
    display: inline-block;
    position: relative;
}
.underline:before {
    content: '';
    position: absolute;
    bottom: 6px;
    left: -2px;
    width: calc(100% + 4px);
    height: 7px;
    background: #3788c9;
    transform: scaleX(0);
    transform-origin: left;
    transition: .25s transform ease-in-out;
}
.underline.active:before {
    transform: scaleX(1);
}
.underline span {
    position: relative;
    z-index: 2;
}

.org-underline {
    display: inline-block;
    position: relative;
}
.org-underline:before {
    content: '';
    position: absolute;
    bottom: 6px;
    left: -2px;
    width: calc(100% + 4px);
    height: 7px;
    background: #EC671A;
    transform: scaleX(0);
    transform-origin: left;
    transition: .25s transform ease-in-out;
}
.org-underline.active:before {
    transform: scaleX(1);
}
.org-underline span {
    position: relative;
    z-index: 2;
}

.pink-underline {
    display: inline-block;
    position: relative;
}
.pink-underline:before {
    content: '';
    position: absolute;
    bottom: 6px;
    left: -2px;
    width: calc(100% + 4px);
    height: 7px;
    background: #E581BD;
    transform: scaleX(0);
    transform-origin: left;
    transition: .25s transform ease-in-out;
}
.pink-underline.active:before {
    transform: scaleX(1);
}
.pink-underline span {
    position: relative;
    z-index: 2;
}
.green-underline {
    display: inline-block;
    position: relative;
}
.green-underline:before {
    content: '';
    position: absolute;
    bottom: 6px;
    left: -2px;
    width: calc(100% + 4px);
    height: 7px;
    background: #64b980;
    transform: scaleX(0);
    transform-origin: left;
    transition: .25s transform ease-in-out;
}
.green-underline.active:before {
    transform: scaleX(1);
}
.green-underline span {
    position: relative;
    z-index: 2;
}
.team-member:hover h2,
.team-member:hover p{
	color:#ffffff !important;
}
.addon-team-member:hover h2{
	color:#070707 !important;
}

 .top-section {
      display: flex;
      gap: 40px;
      align-items: center;
      margin-bottom: 17px;
    }

    .profile-img {
      width: 270px;
      height: 250px;
      border-radius: 30px;
      object-fit: cover;
    }

    .profile-info h1 {
      font-size: 48px;
      color: #111f68;
      margin-bottom: 6px;
      font-weight: 700;
    }

    .profile-info h2 {
      font-size: 28px;
      font-weight: 400;
      color: #222;
    }

    .content p {
      font-size: 20px;
      line-height: 1.9;
      margin-bottom: 18px;
      color: #20253f;
    }
h4.txt-white,
p.txt-white{
	color:#ffffff !important;
}

/* @font-face {
    font-family: 'roboto';
    src: url('/wp-content/themes/moc/CircularStd-Black2.woff2') format('woff2'),
         url('/wp-content/themes/moc/CircularStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
} */

body,
button,
input,
select,
textarea,
h1,h2,h3,h4,h5,h6,p,span
.ast-button,.elementor-button,
.ast-custom-button {
    font-family: 'roboto' !important;
}
.ast-separate-container.content-area{
	width:80% !important;
	margin:16px auto !important;
}

.ast-container, .ast-container-fluid {
    margin-left: 0px; 
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
    .ast-narrow-container .site-content > .ast-container {
        max-width: 100%;
    }
.ast-separate-container #primary{
	margin:0px;
}
.entry-content[data-ast-blocks-layout] > * {
    max-width:80%;
    margin-left:auto;
    margin-right:auto;
}
.entry-header{
	width: 80%;
    margin: 20px auto;
} 
.moc-post-header-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    width:94%;
}

.moc-post-left{
    flex:1;
}

.moc-post-right{
    width:320px;
    height:320px;
    flex-shrink:0;
    overflow:hidden;
    border-radius: 0px 0px 170px 0px;
}

.custom-featured-img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

@media(max-width:768px){

    .moc-post-header-wrap{
        flex-direction:column;
        align-items:flex-start;
    }

    .moc-post-right{
        width:100%;
        height:300px;
    }
}
.entry-header > .entry-meta:not(.moc-post-left .entry-meta){
    display:none;
}
nav.navigation.post-navigation {
    display: none;
}
div#comments {
    display: none;
}
.eael-grid-post .eael-entry-wrapper {
    padding: 15px 0px;
	display: flex;
    flex-direction: column;
    height: 184px;
    justify-content: space-between;
}
.eael-grid-post-excerpt .eael-post-elements-readmore-btn {
    display:inline-block; 
}
.ast-single-post .entry-content a{
	text-decoration:none;
}
/* Mobile only */
@media (max-width: 767px) {
    .top-section {
        display: flex;
        flex-direction: column;
        gap: 20px; /* Adjust spacing for mobile */
        align-items: center;
        margin-bottom: 17px;
		padding:8px;
    }
	.sgpb-main-html-content-wrapper div.content{
		padding:8px;
	}
}