/**
Theme Name: Astra Child
Author: Rninfosoft
Author URI: https://rninfosoft.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.page-id-1185 header#masthead, .page-id-1185 .site-footer {
    display: none;
}
.page-id-1211 header#masthead, .page-id-1211 .site-footer {
    display: none;
}
.headerinfo {
    display: flex;
    gap: 59PX;
}
ul#ast-hf-menu-1 {
    gap: 12px;
}
.mail, .tel a {
    font-size: 14px;
}
.ast-header-button-1 .ast-custom-button {
    background: linear-gradient(90deg, #41D6BF 0%, #3E76C1 100%);
    border: 2px solid #41D6BF;
    box-shadow: 0px 2px 4.7px 0px #2E81F566;
    box-shadow: 3px 4px 4px 0px #00000040 inset;
}
.wp-block-media-text__media img, .wp-block-media-text__media {
    width: 20px;
}
[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus, .ast-mobile-popup-drawer.active .menu-toggle-close:focus{
	    border-style: none !important;
}
.ast-button-wrap .menu-toggle:focus {
    outline: unset;
}
.wp-block-media-text>.wp-block-media-text__content {
    padding: 0;
}
.wp-block-media-text {
    grid-template-columns: 11% auto !important;
	display: grid;
}
section#block-19 {
    margin-top: -50px;
}
.site-footer-primary-section-2, .site-footer-primary-section-3 {
    display: flex;
}
.contact-section {
    background: linear-gradient(to bottom, #d2f7f4, #ffffff);
    text-align: center;
    padding: 120px 20px;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
}

.site-footer-primary-section-1 {
    border-right: 1px solid #ffffff38;
}
.site-footer-primary-section-3 {
    border-right: 1px solid #ffffff38;
    border-left: 1px solid #ffffff38;
    padding-bottom: 77px;
}
.ast-builder-grid-row-2-equal .ast-builder-grid-row {
    grid-template-columns: repeat( 1,2fr );
	display: grid;
}
.footer-info {
    display: flex;
    justify-content: space-between;
}
[data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
    text-align: left;
}
.ast-builder-layout-element.ast-flex.site-footer-focus-item {
    width: 79%;
}
.making h2 {
    /* text-align: right; */
    background: linear-gradient(90deg, #29325B 0%, #3E76BF 62.98%, #3FD7C0 95.67%);
    background-size: 100%;
    -webkit-background-clip: text;
    animation: 5s linear infinite textclip;
    display: inline-block;
    -webkit-text-fill-color: transparent;
}
 .footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #3cd6c5;
      padding: 20px;
      color: white;
   }
    .footer div {
      flex: 1;
      text-align: center;
    }
.logo,.contact {
	display: flex;
    justify-content: center;
    gap: 10px;
}
 .social {
      text-align: left;
    }
    .social p {
      margin: 0 0 10px;
      font-weight: bold;
    }
    .social-icons a {
      margin: 0 5px;
    }
.wpr-grid-item-inner {
    padding: 20px;
    box-shadow: 0px 2px 4px 0px #075AAA66;
    border-radius: 20px;
}

.social-icons{
	display: flex;
    justify-content: center;
}
.site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row {
    max-width: 100%;
    margin: 0;
}

@media (max-width: 921px){
.ast-builder-grid-row-container.ast-builder-grid-row-tablet-2-equal .ast-builder-grid-row {
    grid-template-columns: repeat(1, 1fr) !important;
}

}
.contact-section h1 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #29325B 0%, #3E76BF 62.98%, #3FD7C0 95.67%);
    background-size: 100%;
    -webkit-background-clip: text;
    animation: 5s linear infinite textclip;
    display: inline-block;
    -webkit-text-fill-color: transparent;
}
    .contact-section p {
      font-size: 16px;
      margin: 8px 0;
      color: #000;
    }
    .btn-container {
      margin: 20px 0;
    }
    .btn-container p {
      font-size: 14px;
      margin-bottom: 5px;
      color: #000;
    }
	.btn {
		color: #fff;
		border: 2px solid #41d6bf;
		padding: 7px 20px;
		border-radius: 25px;
		cursor: pointer;
		font-size: 15px;
		font-weight: 500;
		transition: 0.3s;
		box-shadow: 0px 2px 4.7px 0px #2E81F566;
		box-shadow: 3px 4px 4px 0px #00000040 inset;
		background: linear-gradient(90deg, #41D6BF 0%, #3E76C1 100%);
	}
    .btn:hover {
       background: linear-gradient(90deg, #41D6BF 0%, #3E76C1 100%);
		border: 2px solid #41d6bf;
    }
    .phone {
      margin-top: 15px;
      font-size: 25px;
      font-weight: 500;
      color: #000;
    }
.portfolio svg {
    max-width: 65px !important;
    width: 100% !important;
}
.process-bottom {
    margin-top: 116px !important;
}
.elementor-element.elementor-element-e535c24 {
    max-width: 1280px;
    margin: 0 auto;
}
.tss-wrapper .tss-even .tss-grid-item {
    padding-top: 40px;
}
.tss-wrapper .tss-carousel3 .item-content-wrapper:before {
    top: -30px !important;
}
.elementor-element-4f90a34 .swiper-wrapper > .swiper-slide-next .single-item-wrapper {
    border-color: #075AAA;
}
.elementor-element-4f90a34 .swiper-wrapper > .swiper-slide-next .single-item-wrapper .item-content-wrapper:before{
	color: #075AAA;
	border-color:#075AAA;
}
.elementor-element.elementor-element-e535c24 {
    max-width: 1280px !important;
}
	
/*  */
/* Default state: hide image */
.seo-content .seo-image img {
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.7s ease, opacity 0.7s ease;
  will-change: transform, opacity;
}
.frm_style_formidable-style.with_frm_style .frm_submit button, p.ast-blog-single-element.ast-read-more-container.read-more a {
    background: linear-gradient(90deg, #41D6BF 0%, #3E76C1 100%);
    border: 2px solid #41D6BF;
    box-shadow: 3px 4px 4px 0px #00000040 inset;
    color: #ffff;
    border-radius: 20px;
    padding: 5px 10px 5px 10px;
}
.ast-post-format-.blog-layout-4.ast-article-inner {
    box-shadow: 0px 7px 16px 0px #075AAA66;
    border-radius: 20px !important;
    padding: 45px;
}
.ast-article-post .post-thumb-img-content img {
    border-radius: 10px;
}
.contact-card a {
    color: #ffffff;
    text-decoration: none !important;
}
/* When hover on whole text/content area → show image */
.seo-content:hover .seo-image img {
  transform: translateY(0);
  opacity: 1;
}

/* OR if you want only heading hover (not whole container), then use this */
.seo-content .elementor-widget-heading:hover + .seo-image img {
  transform: translateY(0);
  opacity: 1;
}
.service-heading{
	 white-space: nowrap;
}
.card-img figure.elementor-image-box-img {
    border: 2px solid #3fd7c042;
    border-radius: 100%;
    padding: 21px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
/* Slider */
.slick-list.draggable {
    position: unset !important;
}
button.slick-next.slick-arrow {
    left: 95% !important;
    top: 45% !important;
}
button.slick-prev.slick-arrow {
    top: 45% !important;
	z-index: 9999;
}
.slick-next:before, .slick-prev:before {
    font-size: 29px;
    opacity: 5;
    color: #29325b;
}
.wpr-grid button, .wpr-grid [type="submit"], .wpr-grid [type="button"] {
    border: unset !important;
}
ul#menu-digital-marketing {
    padding-bottom: 50px;
}
/* Media query start here */
/* @media (max-width: 768px){
	.process-bottom {
    margin-top: 45px !important;
}
} */

@media (max-width: 925px) {
/* .ast-builder-grid-row-container.ast-builder-grid-row-tablet-2-equal .ast-builder-grid-row {
    grid-template-columns: repeat(1,1fr );
} */
/* 	.contact-section {
    clip-path: circle(50% at 50% 100%);
    padding-top: 26px;
    padding-bottom: 0;
} */
	.contact-section h1 {
    font-size: 18px;
	}
	.contact-section p {
    font-size: 16px;
	}
	.site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
    display: block;
    margin-bottom: 0;
}
	.footer {
	display: flex;
    flex-direction: column;
}

}
@media (max-width: 768px) {
		.process-bottom {
    margin-top: 45px !important;
}
	.slick-prev {
    left: -12px;
}
button.slick-prev.slick-arrow {
    top: 216px !important;
    z-index: 9999;
}
button.slick-next.slick-arrow {
    left: 95% !important;
    top: 216px !important;
}
	.site-footer-primary-section-3 {
    padding-bottom: 0;
}
	.contact-section {
    background: linear-gradient(to bottom, #d2f7f4, #ffffff);
    text-align: center;
    padding: 50px 70px;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
}

	.phone {
    font-size: 20px;
}
	.contact-section p {
    font-size: 12px;
}
	.contact-section h1 {
    font-size: 16px;
}
	.ast-separate-container .site-content .ast-single-post-featured-section + article {
    margin-top: 0 !important;
}
	#block-21 .wp-block-image img {
    margin-top: -58px;
	position: absolute;
    z-index: -1;
}
}
@media (min-width: 1100px){

.contact-section {
	  clip-path: circle(50% at 50% 100%);
    height: auto;
    padding-top: 129px;
    margin: 0;
    background: linear-gradient(180deg, #d0f4ee 6.64%, #FFFFFF 100%);
    padding-bottom: 37px;
	}}
@media screen and (max-width: 1024px) {
  .seo-content .seo-image img {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
.site-footer-primary-section-1,.site-footer-primary-section-3 {
    border-right: 0;
    border-left: 0;
}
ul#menu-digital-marketing {
    padding-bottom: 0;
}
	.wp-block-media-text>.wp-block-media-text__content {
    padding-bottom: 20px;
}
  /* Disable hover effect on small screens */
  .seo-content:hover .seo-image img,
  .seo-content .elementor-widget-heading:hover + .seo-image img {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
}
