/*
Theme Name: Avas Child
Theme URI: https://x-theme.net/avas/
Author: theme-x
Author URI: https://themeforest.net/user/theme-x
Description: Responsive Multi-Purpose WordPress Theme.
License: GNU General Public License v2 or later
License URI: http://themeforest.net/licenses
Template: avas
Version: 1.1
Text Domain: avas
*/

/* Theme customization starts here
-------------------------------------------------------------- */


/* #### Generated By: http://font.download #### */

    @font-face {
	  font-family: 'Lemon Milk Regular';
	  font-style: normal;	  
	  src: url('./fonts/LEMONMILK-Regular.woff') format('woff');
	}

	@font-face {
	  font-family: 'Lemon Milk Bold';
	  font-style: normal;
	  
	  src: url('./fonts/LEMONMILK-Bold.woff') format('woff');
	}

	@font-face {
	  font-family: 'Lemon Milk Light';
	  font-style: normal;
	  
	  src: url('./fonts/LEMONMILK-Light.woff') format('woff');
	}

	@font-face {
	  font-family: 'Lemon Milk Medium';
	  font-style: normal;
	  
	  src: url('./fonts/LEMONMILK-Medium.woff') format('woff');
	}


    .banner-heading .tx-hd-first-part, .weight-300 h1{
    	font-family: 'Lemon Milk Regular', sans-serif !important;    	
    }
    .banner-heading .tx-hd-first-part, .weight-500 h1{
    	font-family: 'Lemon Milk Medium', sans-serif !important;    	
    }

    p{
    	/*color: #273f4f !important;	*/
    }

.tnp-submit{
	color: #273F4F !important;
	font-family: "Poppins", Sans-serif;
  text-transform: uppercase;
  letter-spacing: 0px;
  border-style: solid !important;
  border-radius: 46px;
	background-color:#ffffff !important;
}
    /*Dark Slate Blue*/

    .dark-slate-blue{
    	color: #273f4f !important;	
    }

    /*Coral*/
    .coral{
    	color: #fe7743 !important;
    }
    .light-slate-blue{
    	color: #435d74 !important;
    }

    .lite-text{
    	color: #aab5bc;
    }
    .highlight-white, .elementor-1174 .elementor-element.elementor-element-fe1bb2a.tx-sticky-sec.tx-sticky-sec-active{
    	color: #FFFFFF !important;
    }
.highlight-orenge{
	color: #fe7743 !important;
}
    }
    #pricing{
    	padding: 0;
    }


    .grab-box {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
	  padding: 20px;
	  gap: 15px;
	}

	.grab-submit-button {
	    font-size: 18px !important;
	    line-height: 28px !important;
	    background-color: #fe7743 !important;
	    border-radius: 30px !important;
	    margin-bottom: 50px !important;

	}
	.form-element {
	  border: 1px solid #fe7747 !important;
	  margin-bottom: 30px !important;
	}
	.blog-home .bdt-background-cover{
		height: 502px !important;
	}
	.blog-home .bdt-post-grid-readmore{
		width: 116px;
		height: 63px;
		border-radius: 9999px;
		position: absolute;
		bottom: -64px;
		right: -77px;
		border: none;
		cursor: pointer;
		background-color: #fe7743;
		transition: background-color 0.3s ease;
		color: #ffffff;
	}

	.blog-home .bdt-post-grid-readmore .bdt-button-icon-align-right .e-fas-long-arrow-alt-right{
		  margin-left: -82px;
	}
	.bdt-post-grid.bdt-post-grid-skin-default .bdt-primary:last-child .bdt-post-grid-excerpt{
		display: block !important;
	}
	.blog-home .bdt-post-grid-item{
		border-radius: 30px;
	}

	.bdt-ep-accordion-icon-opened svg,
	.bdt-ep-accordion-icon-closed svg {
	    display: none;
	    /*hide the original SVG */
	}

	.bdt-ep-accordion-icon-opened,
	.bdt-ep-accordion-icon-closed {
	    width: 24px;
	    height: 24px;
	    background-size: contain;
	    background-repeat: no-repeat;
	    background-position: center;
	}

	.bdt-ep-accordion-icon-closed {
	    background-image: url('http://localhost/illuminate/wp-content/uploads/2025/09/image-38.png');
	}

	.bdt-ep-accordion-icon-opened {
	    background-image: url('http://localhost/illuminate/wp-content/uploads/2025/09/FAQ-arrow1.png');
	}


