/*
Theme Name: Akshar Child
Theme URI: https://yourwebsite.com
Description: Child theme for the Akshar WordPress theme
Author: Your Name
Author URI: https://yourwebsite.com
Template: akshar
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../akshar/style.css");

/* Add your custom styles below */


body{
    font-family: "Quicksand", sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
}

p{
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
}


.ast-theme-transparent-header #masthead {
    position: relative;
}

header#masthead .ast-main-header-wrap .site-branding.ast-site-identity {
    padding: 0;
}

.top-bar-info-cls ul li a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
}

.top-bar-info-cls ul li img {
    width: 18px;
}

.top-bar-info-cls ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 25px;
}

.top-bar-info-cls ul li:first-child:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 85%;
    background: #bdbdbd;
    top: 3px;
    right: -11px;
}
.top-bar-info-cls ul li {
    position: relative;
}
 
.ast-above-header-bar .ast-header-social-1-wrap .header-social-inner-wrap {
    display: flex;
}

.ast-above-header-bar .ast-header-social-1-wrap .header-social-inner-wrap a svg {
    width: 14px;
}

.ast-above-header-bar .ast-header-social-1-wrap .header-social-inner-wrap a svg path {
    fill: #17392b;
}
.ast-above-header-bar .ast-header-social-1-wrap .header-social-inner-wrap a {
    margin: 0;
    background: #f8ae2c;
    width: 28px;
    height: 28px;
    border-radius: 5px;
}
.ast-above-header-bar .ast-header-social-1-wrap .header-social-inner-wrap {
    display: flex;
    gap: 15px;
}

.vertical-text-cls h2 {
    writing-mode: sideways-lr;
}

.vertical-text-cls {
    transform: translateY(-50%);
}

.parallex-img-cls .elementor-widget-image {
    overflow: hidden;
    border-radius: 7px;
    width: 450px;
}

.main-heading-cls h2:before {
    content: '';
    position: absolute;
    background-image: url(https://aksharagriexports.com/wp-content/uploads/2026/01/leaf.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    left: 0;
    height: 18px;
    top: 3px;
	
	
}

.main-heading-cls h2 {
    position: relative;
    width: fit-content;
	padding-left: 24px;
}

.about-btn-cls span.elementor-button-icon {
    width: 11px;
    margin-left: 4px;
}

.pxl-icon-box-wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
}

.pxl-icon-box-icon {
    width: 53px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eddd5e;
    border-radius: 50%;
}

.pxl-icon-box-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pxl-icon-box-wrapper .pxl-icon-box-content p {
    margin: 0;
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 600;
    color: #193b2a;
}

h6.pxl-icon-box-title a {
    color: #193b2a;
}

h6.pxl-icon-box-title {
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #193b2a;
}

.pxl-icon-box-wrapper svg path {
    fill: #5B8C51;
}

.about-btn-box {
    width: fit-content !important;
}

.middle-img-cls {
    animation: floatUpDown 3s ease-in-out infinite;
}


.product-img-cls{
	animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px); /* move up */
  }
  100% {
    transform: translateY(0px);
  }
}


.core-valuebox .elementor-icon {
    background: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.core-valuebox .elementor-icon svg {
    width: 50px;
    height: 50px;
    border: 1px dashed #aeaeae;
    padding: 8px;
    border-radius: 50%;
}

.core-valuebox h2 {
    background-color: #fff;
    border-radius: 6px;
    padding: 8px;
    transition: .3s linear;
    font-size: 18px !important;
}

.core-valuebox:hover h2 {
    background: #193b2a;
    color: #fff !important;
}

.about-us-section,.ovrfloe-cls {
    overflow: hidden !important;
}


.counter-cls .elementor-counter-number-wrapper {
    color: transparent !important;
    stroke-width: 2px;
    stroke: #193b2a;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #193b2a;
    font-size: 84px !important;
    font-weight: 800 !important;
    line-height: 1.10714 !important;
    letter-spacing: -1.68px;
    background: transparent;
    font-family: 'Quicksand' !important;
}


.country-card .country-image img {
    border-radius: 5px;
    height: 100px !important;
    width: 180px !important;
    object-fit: cover;
}
.country-card .country-image {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px;
    height: 110px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.country-card {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.work-customers-heading h2 {
    background-size: cover;
    background-position: 50%;
    -webkit-background-clip: text;
    color: transparent !important;
    background-image: url(https://aksharagriexports.com/wp-content/uploads/2026/01/image-10.webp);
    font-size: 150px;
    font-weight: 700 !important;
    line-height: 0.83333;
    letter-spacing: -3px;
    animation-duration: 1000ms;
    -webkit-animation-duration: 1000ms;
    background-attachment: fixed;
}


.customer-step-cls img {
    border-radius: 50% !important;
}

.customer-step-cls .elementor-image-box-title {
    margin-bottom: 15px;
}


.customer-step-cls01 .elementor-image-box-img:after {
    content: 'Step 01';
    position: absolute;
    bottom: 20px;
    right: -15px;
    background: #eddd5e;
    padding: 3px 15px;
    border-radius: 50px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.customer-step-cls .elementor-image-box-img {
    position: relative;
}


.customer-step-cls02 .elementor-image-box-img:after{
	content: 'Step 02';
	position: absolute;
    bottom: 20px;
    right: -15px;
    background: #eddd5e;
    padding: 3px 15px;
    border-radius: 50px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.customer-step-cls03 .elementor-image-box-img:after{
	content: 'Step 03';
	position: absolute;
    bottom: 20px;
    right: -15px;
    background: #eddd5e;
    padding: 3px 15px;
    border-radius: 50px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.customer-step-cls04 .elementor-image-box-img:after{
	content: 'Step 04';
	position: absolute;
    bottom: 20px;
    right: -15px;
    background: #eddd5e;
    padding: 3px 15px;
    border-radius: 50px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.customer-step-cls img {
    border-radius: 50% !important;
    height: 250px !important;
}

.main-heading-cls.main-heading-clsnew {
    text-align: center;
    margin: auto;
}

.stepleftone span.elementor-icon svg {
    width: 34px;
}
.stepleftone span.elementor-icon {
    background: #193b2a;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}


.phytosanitary-cls {
    background: #eddd5e;
    padding: 40px 20px;
    border-radius: 5px;
	position: relative;
	z-index:1;
}
.phytosanitary-cls .elementor-icon svg {
    width: 28px;
}
.phytosanitary-cls .elementor-icon {
    background: #193b2a;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 50%;
}

.phytosanitary-cls:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://aksharagriexports.com/wp-content/uploads/2026/01/Screenshot-2026-01-27-134512.webp);
    top: 0;
    left: 0;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    transition: all 0.8s;
}

.phytosanitary-cls:hover:after {
    opacity: 0.6;
    z-index: -1;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

.country-swiper {
    padding-bottom: 50px !important; 
}

.country-swiper .swiper-pagination {
    bottom: 0px;
}

.country-swiper .country-card h3.country-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.country-swiper .swiper-pagination span.swiper-pagination-bullet:hover {
    background-color: #193b2a !important;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #193b2a;
}
.country-swiper .swiper-pagination span.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid #193b2a;
    background: transparent;
}

footer#colophon {
    position: relative;
    z-index: 1;
}

footer#colophon:before {
    content: '';
    background-image: url(https://aksharagriexports.com/wp-content/uploads/2026/01/image-53.webp);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

footer#colophon:after {
    content: '';
    position: absolute;
    background: #0A2803E0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    background: transparent;
    z-index: 2;
    position: relative;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    position: relative;
    z-index: 1;
    background: transparent;
}

.ftr-logo img {
    width: 190px;
}

section#block-8 p {
    font-family: 'Quicksand';
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5px;
}

section#block-8 {
    margin-bottom: 0;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    max-width: 1240px;
}

.follow-ftr h3 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.footer-widget-area .widget_nav_menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.footer-widget-area .widget_nav_menu ul li {
    padding-bottom: 10px;
}
.footer-widget-area .widget_nav_menu h2 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
}
.footer-widget-area .widget_nav_menu {
    padding-top: 50px;
    padding-left: 50px;
}

.ftr-info h2 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.ftr-info {
    padding-top: 50PX;
}

.ftr-info ul li a {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.ftr-info ul li a img {
    width: 16px;
    height: 16px;
    margin-top: 2px;
}
.ftr-info ul li {
    padding-bottom: 10px;
}

.ftr-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ftr-info {
    padding-top: 50PX;
}

.ftr-info h2 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ast-footer-copyright p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.con-box-main .elementor-icon-box-wrapper {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    height: 100%;
}


.con-box-main {
    height: 100%;
}

.con-box-main .elementor-icon-box-wrapper .elementor-icon {
    background: #193B2A;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 50%;
}


.con-box-main .elementor-icon-box-wrapper .elementor-icon svg {
    width: 28px;
}

.con-box-main .elementor-icon-box-wrapper .elementor-icon-box-title {
    margin-bottom: 20px;
    margin-top: 10px;
}

.con-box-main .elementor-icon-box-wrapper p {
    margin: 0;
}

.con-box-main .elementor-icon-box-wrapper .con-box-cls a {
    color: #193B2A;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.con-box-main .elementor-icon-box-wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://aksharagriexports.com/wp-content/uploads/2026/01/Screenshot-2026-01-27-134512.webp);
    top: 0;
    left: 0;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    transition: all 0.8s;
}


.con-box-main .elementor-icon-box-wrapper:hover:after{
	opacity:0.5;
}


.contact-form-cls .col-sm-6 {
    width: calc(50% - 10px);
}

.contact-form-cls .col-sm-12 {
    width: calc(100% - 0px);
}

.contact-form-cls .row {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 15px;
    justify-content: space-between;
}

.contact-form-cls p {
    margin: 0;
}

.contact-form-cls input[type="text"]::placeholder,.contact-form-cls input[type="email"]::placeholder,.contact-form-cls textarea::placeholder {
    color: #3e3e3e;
    letter-spacing: 0.5px;
}

.contact-form-cls input[type="text"],.contact-form-cls input[type="email"] {
    height: 50px;
    border: none;
    background: #ffffff;
    box-shadow: none;
    color: #000;
    font-family: 'Quicksand';
    font-weight: 500;
    letter-spacing: 0.5px;
    opacity: 1;
}

.contact-form-cls textarea {
    height: 120px;
    border: none;
    background: #ffffff;
    box-shadow: none;
    color: #000;
    font-family: 'Quicksand';
    font-weight: 500;
    letter-spacing: 0.5px;
    opacity: 1;
}
.contact-form-cls p {
    margin: 0;
}

.contact-form-cls {
    margin-bottom: 0 !important;
}

.contact-form-cls button {
    background-color: #193B2A;
    font-family: "Quicksand", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.4px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #193B2A;
    border-radius: 100px 100px 100px 100px;
    padding: 18px 40px 18px 40px;
    width: 100%;
    transition: all 0.8s;
}

.contact-form-cls button:hover{
	background-color: #00000000;
    color: #193B2A;
}

.follow-ftr ul li a {
    border: 1px solid #fff;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    border-radius: 50%;
}
.follow-ftr ul li a img {
    width: 16px;
}
.follow-ftr ul {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.follow-ftr ul li a:hover img {
    filter: invert(1);
}
.follow-ftr ul li a:hover {
    background: #fff;
}

.leaf-glide{
	  animation: leaf-glide 10s linear infinite;
    -webkit-animation: leaf-glide 10s linear infinite;
}

@keyframes leaf-glide {
	0% {
    transform: translate(0, 0) rotate(0);
    opacity: 0;
}
10% {
    opacity: 1;
}
25% {
    transform: translate(20px, 40px) rotate(45deg);
}
50% {
    transform: translate(-20px, 80px) rotate(90deg);
}
75% {
    transform: translate(15px, 120px) rotate(135deg);
    opacity: .8;
}

100% {
    transform: translate(-15px, 150px) rotate(180deg);
    opacity: 0;
}
}

.leaf--float{
	animation: leaf-float 10s ease-in-out infinite;
    -webkit-animation: leaf-float 10s ease-in-out infinite;
}

@keyframes leaf-float{
	0% {
    transform: translate(0, 0);
    opacity: 0;
}
10% {
    opacity: 1;
}
25% {
    transform: translate(20px, 40px) rotate(3deg);
}
50% {
    transform: translate(-25px, 80px) rotate(-2deg);
}
75% {
    transform: translate(15px, 120px) rotate(4deg);
    opacity: .9;
}
100% {
    transform: translate(-10px, 150px) rotate(0);
    opacity: 0;
}
}

.counter-cls .elementor-counter-title {
    line-height: 1.6 !important;
    text-align: center;
}

.our-work-wrapper {
    -moz-column-fill: balance;
    column-fill: balance;
    column-count: 3;
    column-gap: 0;
}

.our-work-wrapper .our-work-item {
    display: inline-block;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    padding: 5px;
}

.our-work-wrapper .our-work-item a {
    width: 100%;
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    padding: 5px;
    border-radius: 5px;
    display: block;
}

.our-work-wrapper .our-work-item img {
    border-radius: 5px;
}

.ast-footer-copyright {
    text-align: left;
}

.ftr-info-cls {
    text-align: right;
    color: #fff;
}

.ftr-info-cls a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

@media(max-width:768px){
	.counter-cls .elementor-counter-number-wrapper {
    font-size: 65px !important;
}
	.elementor-counter .elementor-counter-title {
    font-size: 15px !important;
}
	
	.country-card .country-image img {
    border-radius: 5px;
    height: 100px !important;
    width: 140px !important;
}
.country-card .country-image {
    
    height: 110px;
    width: 140px;
   
}
	.stepleftone .elementor-icon-box-icon {
    align-items: center;
    display: flex !important;
    justify-content: center !important;
}
	
	.customer-step-cls img {
    height: 150px !important;
}
	
	footer#colophon .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    padding: 40px 10px;
}
	
	.ftr-logo {
    display: flex;
    justify-content: flex-start;
}
	
	section#block-8 p {
    text-align: left;
}
	
	.follow-ftr h3 {
    text-align: left;
}
	
	.footer-widget-area .widget_nav_menu {
    padding: 0;
}
	
	.footer-widget-area .widget_nav_menu h2 {
    text-align: left;
}
	
	.footer-widget-area .widget_nav_menu ul li {
    text-align: left;
}
	
	.ftr-info {
    padding: 0;
}
	
	.ftr-info h2 {
    text-align: left;
}
	
	.ftr-info ul li a span {
    text-align: left;
}
	
	.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    padding-left: 10px;
    padding-right: 10px;
}
	
	[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal span svg path {
    fill: #000 !important;
}
	
	[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 25px;
    height: 25px;
}
	
	[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
    color: #000 !important;
    padding: 0;
}
	
	.ast-hfb-header .ast-mobile-header-content .ast-builder-menu-mobile .main-navigation .menu-item .menu-link {
    color: #000;
    font-weight: 600;
    letter-spacing: 0.5px;
}
	
	.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link{
		color:#EDDD5E !important;
	}
	
	.ftr-info-cls {
    text-align: center;
}
	
	.ast-footer-copyright p {
    text-align: center;
}
	
}


