/*
Theme Name:   Child-Astra
Description:  Child theme for Astra
Author:       shyam
Author URI:   https://adverion.in/
Template:     astra
Version:      1.0.0
*/
.blog-content h4{
	margin-bottom:20px;
}

a.menu-link {
    outline: none;
	border:none;
}
.wpcf7 form>div, .wpcf7 form>p {
    margin-bottom: -1.8em;
}
/* css for services page list in services 
 * 05-02-2026 */
.services-list .elementor-icon-box-content ul{
    margin-bottom:-20px;
}

.services-list .elementor-icon-box-content ul li {
    font-size: 16px;
    color: #fff;
    list-style-type: none; /* We will use a pseudo-element instead for better control */
    display: flex;
      /* This centers them vertically */
    gap: 10px;            /* This controls the gap between bullet and text */
    margin-left: -20px;
    padding-left: 0px;
    align-items: center;
}

.services-list .elementor-icon-box-content ul li::before {
    position: relative;
    top: -3px;
    content: "•";         /* The disc */
    color: #e8252d;
    font-size: 30px;
    line-height: 0;       /* Prevents the large font-size from adding height */
    display: inline-block;
}

/* list css end here  */

/* css for logo slider  */
.elementor-widget-image-carousel .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center !important;
}

.logo-slider img.swiper-slide-image {
display: flex;
    align-items: center;
    justify-content: center;
    height:150px;
    width:200px;
    padding:0.5rem;
    margin:0.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.logo-slider img.swiper-slide-image {
    height:150px;
    width: 300px;
    transition: all 0.3s ease;
    background: #fff;
}

.logo-slider img.swiper-slide-image:hover{
/*     background: rgba(255, 255, 255, 0.1); */
    padding:10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
/* logo slider css end here  */


h2.elementor-heading-title.elementor-size-default span{
  color: #dc2626;
  background-image: linear-gradient(225deg, #dc2626 , #ff8f39 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* footer menu link color - */
ul#menu-footer li a, #menu-footer-second-menu li a,#block-19 a{
    color: #fff !important;
    padding-left: 5px;
}
ul#menu-footer li a:hover, #menu-footer-second-menu li a:hover,#block-19 a:hover{
     color: #f39420 !important;
}

.is-style-logos-only li a svg {
    fill: #ffffff;
}
.is-style-logos-only li a svg:hover{
     fill: #ff8f39;
}

/* contact us page css for contact form -  */
.adverion-form {
    max-width: 600px;
    margin: 0 auto;
}


.adverion-form label {
    display: block;
   margin-bottom: -25px;
    font-weight: 500;
    color: #fff;
}

.adverion-form input,
.adverion-form textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.05);
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease;
}

.adverion-form input::placeholder,
.adverion-form textarea::placeholder {
    color: rgba(255,255,255,0.6);
}

.adverion-form input:focus,
.adverion-form textarea:focus {
    outline: none;
    border-color: #ff6a00;
    background: rgba(255,255,255,0.08);
}

.adverion-form textarea {
      resize: vertical;
	height:130px;
}
/* Submit Button */
.adverion-form .form-submit input {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    border: none;
    background: linear-gradient(135deg, #ff6a00, #ff2e2e);
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.adverion-form .form-submit input:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(255,106,0,0.35);
}

/* Validation Messages */
.wpcf7-not-valid-tip {
    color: #ff9b9b;
    font-size: 13px;
    margin-top: 6px;
}

.wpcf7-response-output {
    border-radius: 10px;
    padding: 14px;
    font-size: 14px;
}

.contact-info li.elementor-icon-list-item a{
    padding-left: 35px;
    text-decoration: none;
} 
.contact-info li.elementor-icon-list-item a .elementor-icon-list-text:hover{
    color:#ff8f39;
}
.entry-content p {
    margin-bottom: 20px !important;
}

.adverion-form.two-column-form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 0px;
}

.adverion-form .form-group.half {
    width: calc(50% - 10px);
}

.adverion-form .form-group.full,
.adverion-form .form-submit.full {
    width: 100%;
}

.adverion-form label {
    display: block;
    margin-bottom: -20px;
    font-weight: 500;
}

.adverion-form input,
.adverion-form textarea {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .adverion-form .form-group.half {
        width: 100%;
    }
}
 
/* Targeted for mobile devices only */
@media screen and (max-width: 767px) {
        .wp-block-social-links.is-layout-flex {
        display: flex;
        justify-content: center;
    }
	
	.contact-container {
    display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	button.menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-minimal:focus {
    outline: none;
    border: none !important;
	}
	
}