/*
 Theme Name: Astra Child
 Theme URI: http://example.com/astra-child
 Description: A child theme for Astra.
 Author: Sakha
 Author URI: http://sakhaglobal.com
 Template: astra
 Version: 1.0.0
*/

/* Removed @import for Inter font as it's enqueued in functions.php */

/* Apply Inter font */
body {
    font-family: 'Inter', sans-serif;
	background: #FCFCFC;
}
.home .vc_column_container>.vc_column-inner {
    width: 98% !important;
}
body:not(.home) .vc_column_container > .vc_column-inner {
    width: 99% !important;
}

#home-banner-bg {
	min-height: 820px;
    background-size: 100% 100% !important;
}
.home-banner-img-left{
	width:35%;
}
.home-banner-desc{
	padding: 0px 9%;
	margin-top: 15px;
}
.heading{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 44px;
    line-height: 59px;
    letter-spacing: 1%;
}
/* Add your custom styles below */
p{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 1%;
    color: #747474
}

h2{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 32px;
    line-height: 43px;
    letter-spacing: 1%;
    color: #000000 !important;
}

.span-heading p{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px !important;
    line-height: 26px;
    letter-spacing: 1%;
    color: #4A4A4A;
}

.about-heading{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: 1%;
    color: #000000;
}
.privacy-heading{
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 41px;
    letter-spacing: 1%;
    text-transform: uppercase;
    color: #000000 !important;
}

.privacy-subheading h2{
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 1%;
    color: #000000;
}
.privacy-policy p, .privacy-policy ul{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 1%;
    color: #000000;
}

.privacy-policy h4{
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 1%;
    color: #000000;
}

.p-20 p{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1%;
    color: #747474;
}

.p-40 p{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1%;
    color: #747474;
    padding: 0% 10%;
}
h2.career-heading{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 1%;
    text-align: center;
    color: #FFFFFF !important;
}

.vc_column_container>.vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.ast-primary-header-bar {
    border-bottom-width: 0px;
    border-bottom-color: var(--ast-global-color-subtle-background, --ast-global-color-7);
    border-bottom-style: solid;
/*     box-shadow: 0px 4px 20.4px 4px #00000017; */
}
.section-banner-img {
    padding: 2% 2% 0% 8%;
}
.section-banner-img .wpb_wrapper {
    display: flex;
    align-items: center;
    position: relative;
}
.home-banner-img-left {
    width: 50%;
    position: relative;
    z-index: 2;
    margin-right: -50px;
	margin-top: -60px;
}
.home-banner-img-right {
    width: 50%;
	margin-top: 10px;
}
.benefit1{
    padding-top: 20px !important;
    padding-bottom: 60px !important;
}
.benefit{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.benefits-container {
    max-width: 900px;
    width: 100%;
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
}

.icon {
    width: 27px;
    height: 27px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.benefit-text {
    font-size: 18px;
    font-weight: 500;
    color: #374151;
    line-height: 1.4;
}
.btnExploreMore button {
    background-color: #385EDA !important;
    color: #ffffff !important;
    font-size: 18px !important;
}

.white-color p{
    color: #ffffff !important;
}
.get-started{
    color: #ffffff !important;
}
#btm-corner.background-bottom {
    background-position: bottom !important;
}
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
    display: flex !important;
    gap: 20px; 
    justify-content: end;
    align-items: center;
}

.footer-widget-area-inner .widget {
    margin: 0; 
}
section#nav_menu-2 ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
}
section#nav_menu-2 ul li a{
    color: #ffffff !important;
}
.wp-block-image img {
    vertical-align: middle;
}
.ast-footer-copyright {
    text-align: left;
}
.ast-footer-copyright p{
    font-size: 15px;
    color: #9b99a9;
}
.footer-widget-area[data-section="section-footer-menu"] .astra-footer-horizontal-menu {
    justify-content: end;
}
.footer-widget-area[data-section="section-footer-menu"] .astra-footer-horizontal-menu li a {
    color: #ffffff !important;
    font-size: 15px;
}   
.wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-6c531013.wp-block-group-is-layout-flex {
    justify-content: center;
    margin-left: 18% !important;
}
.footer-desc{
    text-align: left;
    font-size: 16px;
    color: #9b99a9;
    padding-right: 20%;
    line-height: 26px;
}
.site-above-footer-wrap {
    padding-top: 40px;
    padding-bottom: 0px;
}
.site-below-footer-wrap {
    padding-top: 20px;
    padding-bottom: 60px;
}
.solution-banner-h{
    min-height: 750px;
}
.vc_row.wpb_row.vc_row-fluid.solution-banner-h.vc_custom_1758286316435.vc_row-has-fill {
    background-size: 101% bottom !important;
}
.solution-banner{
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    padding: 2% 10%;
}
.solution-banner-desc p{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFF9F9;
    padding: 0% 20%;
}
.security-banner-h {
    min-height: 600px;
}
.security-banner{
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 34px !important;
    line-height: 30px;
    letter-spacing: 1%;
    text-align: center;
    color: #C8D7F5 !important;
    padding: 2% 10%;
}
.security-banner-desc p{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 1%;
    text-align: center;
    color: #C8D7F5;
}
.security-banner-desc ul {
    color: #ffffff;
    width: 75%;
    padding-left: 5%;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 1%;
}
.row-overflow{
    overflow: visible !important;
}
.aicpa-img img{
    margin-top: -15%;
}
.compliance-desc p{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1%;
    color: #747474;
}
.agentic-ai-border{
    border: 5px solid #A0A0FFCC;
    border-radius: 10px;
}
.agentic-ai-features{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: justify;
}
.agentic-ai-features-p p{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #747474;
}
.five-col-row {
  display: flex;
  flex-wrap: wrap;             /* allow wrapping on smaller screens */
  gap: 15px;
}

.five-col-row .wpb_column {
  flex: 1;
  max-width: 100%;             /* fallback for small screens */
}

.five-col-row .wpb_column:nth-child(2),
.five-col-row .wpb_column:nth-child(4) {
  flex: 0.2;                   /* narrower on desktop */
}
.padding-left.wpb_column.vc_column_container.vc_col-sm-6 {
    padding-left: 8% !important;
}
.wpb_single_image.wpb_content_element.vc_align_center.wpb_content_element.about-serent-corporation {
    text-align: right;
}
/* Tablet (≤ 1024px) */
@media (max-width: 1024px) {
  .five-col-row .wpb_column {
    flex: 1;                   /* all equal */
  }
}



@media (max-width: 768px) {
	.section-banner-img .wpb_wrapper {
		display: block;
		align-items: center;
		position: relative;
	}
	.home-banner-img-left {
		width: 100%;
		position: relative;
		z-index: 2;
		margin-right: -50px;
		margin-top: 0px;
	}
	.home-banner-img-right {
		width: 100%;
		margin-top: 10px;
	}
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .benefits-container {
        padding: 30px 20px;
    }
    
    .benefit-item {
        padding: 15px;
    }
    
    .benefit-text {
        font-size: 15px;
    }
    .ast-footer-copyright {
        text-align: center;
    }
    .wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-6c531013.wp-block-group-is-layout-flex {
        justify-content: center;
        margin-left: 0% !important;
    }
	.wpb_single_image.wpb_content_element.vc_align_center.wpb_content_element.about-serent-corporation {
		text-align: center;
	}
    .footer-desc {
        text-align: left;
        font-size: 16px;
        color: #FFFFFF;
        padding-right: 0%;
    }
    .footer-widget-area[data-section="section-footer-menu"] .astra-footer-horizontal-menu {
        justify-content: center;
    }
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
        display: flex !important;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }
        .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
        display: block;
        margin-bottom: unset;
        margin: 0 auto;
    }
    .five-col-row {
        flex-direction: column;    /* stack vertically */
    }
    .five-col-row .wpb_column {
        flex: 1;
        width: 100%;
    }
}

/* Security Icon Styling */
h4.security-icon, h4.internal-security-icon, h4.org-security-icon, h4.application-security-icon {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 1%;
    vertical-align: middle;
    position: relative;
    padding-left: 55px; /* space for the icon */
}

h4.security-icon::before {
    content: "";
    background: url('../astra-child/images/server.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
}
h4.internal-security-icon::before {
    content: "";
    background: url('../astra-child/images/fingerprint.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
}
h4.org-security-icon::before {
    content: "";
    background: url('../astra-child/images/shield-user.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
}
h4.application-security-icon::before {
    content: "";
    background: url('../astra-child/images/lock.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
}
.security-ul ul{
    font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 20px;
leading-trim: NONE;
line-height: 26px;
letter-spacing: 1%;

}
/* Career Icon Styling */
h4.customer-icon, h4.delivering-icon, h4.collaboration-icon, h4.innovation-icon, h4.integrity, h4.datasecurity {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 1%;
    vertical-align: middle;
    position: relative;
    color: #FFFFFF;
    padding-left: 55px; /* space for the icon */
}

h4.customer-icon::before {
    content: "";
    background: url('../astra-child/images/focus.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
}
h4.delivering-icon::before {
    content: "";
    background: url('../astra-child/images/Vector.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
}
h4.collaboration-icon::before {
    content: "";
    background: url('../astra-child/images/globe.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
}
h4.innovation-icon::before {
    content: "";
    background: url('../astra-child/images/lightbulb.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
}
h4.datasecurity::before {
    content: "";
    background: url('../astra-child/images/shield-check.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
}
h4.integrity::before {
    content: "";
    background: url('../astra-child/images/heart-handshake.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
}
.our-values-desc p{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 1%;
    color: #FFFFFF !important;
    padding: 10px 5px;
}
.strong-view.wpmtst-default .wpmtst-testimonial-content p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 1%;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner {
    border: 0px solid #FFFFFF;
    padding: 20px;
    text-align: left;
    border-radius: 16px;
}
.strong-view.wpmtst-default .wpmtst-testimonial {
    border: 0px solid #E6E6E6 !important;
    margin: 20px auto;
    text-align: left;
}
.strong-view.wpmtst-default .wpmtst-testimonial-field {
    text-align: left !important;
    font-family: Inter;
    font-weight: 600;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 1%;
    margin-top: 30px;
    margin-bottom: 30px;
}