/*
Theme Name: Astra Child
Template: astra
*/

/* Import parent theme styles */
@import url("../astra/style.css");
.site-primary-header-wrap .site-header-primary-section-right-center {
    justify-content: end;
}

    .footer-first {
      text-align: center;
      position: relative;
    }

   .footer-first .logo {
     text-align: left;
    }

   .footer-first .address , .footer-first .email , .footer-first .phone  {
      margin: 10px 0;
      font-size: 16px;
	   color: #000;
    }  
   .footer-first .address a, .footer-first .email a, .footer-first .phone a {
      margin: 10px 0;
      font-size: 16px;
	   color: #000;
    }
.footer-first .info {
    margin-top: 20px;
	text-align: left;
}
   .footer-first .info i {
      margin-right: 8px;
      
    }

   .footer-first .info p  {
     margin-bottom:10px;
    }
   .footer-first .social-icons {
      margin-top: 20px;
	   display: flex;
    }

    .footer-first .social-icons a {
      color: var(--ast-global-color-0);
      margin: 0 16px 0px 0px;
      font-size: 18px;
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-first .social-icons a:hover {
      color: #fbbf24; /* hover color */
    }
.site-footer-primary-section-2 {
    display: flex;
    justify-content: space-around !important;
}
.privacy-footer a {
    color: #fff;
}
.privacy-footer  {
    color: #fff;
	text-align: left;
}
.ast-footer-copyright a {
    color: #582400;
}
.custom-banner-title {
    background: linear-gradient(to right, #F05123, #8A2F14);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 64px !important;
    font-weight: 700 !important;
}
.slider-custom .elementor-button.elementor-slide-button.elementor-size-md {
    color: #fff !important;
}
.custom-list-wislist {
    position: absolute !important;
    top: 20px;
    right: 20px;
	opacity:0;
	transition: all 0.3s ease-in-out;
}
.custom-list-cart-btn {
opacity:0;
	transition: all 0.3s ease-in-out;
}
.custom-list-product:hover .custom-list-cart-btn {
opacity:1;
}
.custom-list-product:hover .custom-list-wislist {
opacity:1;
}
.custom-list-product img {
transition: all 0.3s ease-in-out;
}
.custom-list-product:hover img {
transform: scale(1.2);
}
.custom-list-wislist .yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
.custom-list-product .elementor-widget-theme-post-featured-image {
    overflow: hidden !important;
}
.course-main {
    padding: 30px 20px;
}
.course-main h1 {
font-size: 38px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: bold;
}
.courses-grid {
    display: grid;
     grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.course-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}

.course-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.course-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.course-title {
    font-size: 20px;
    margin: 0 0 10px;
    color: #5a2600;
    font-weight: 600;
}

.course-excerpt {
    font-size: 14px;
    color: #555;
    flex-grow: 1;
	margin-bottom: 0;
}

.read-more {
    margin-top: 15px;
    display: inline-block;
    font-weight: bold;
    color: #b63d00;
    text-decoration: none;
}
.read-more:hover {
    text-decoration: underline;
}
.single-course-wrapper {
    margin: 0 auto;
    padding: 40px 20px;
}

.course-single-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.course-single-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.course-single-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: flex-start;
}

.course-single-content .course-title {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2d2d2d;
    font-weight: bold;
}

.course-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #555;
}

.course-description p {
   margin-bottom:5px;
}
.enroll-btn {
    display: inline-block;
    padding: 12px 25px;
    background-color: #d84315;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.enroll-btn:hover {
    background-color: #bf360c;
}

/* Responsive */
@media (max-width: 767px) {
	.courses-grid {
 grid-template-columns: repeat(1, 1fr);
}
    .course-single-grid {
        grid-template-columns: 1fr;
    }

    .course-single-image, .course-single-content {
        text-align: center;
    }

    .enroll-btn {
        margin: 0 auto;
    }
}
.course-breadcrumb {
    font-size: 14px;
    margin-bottom: 30px;
    color: #777;
}

.course-breadcrumb a {
    color: #777;
    text-decoration: none;
}

.course-breadcrumb a:hover {
    text-decoration: underline;
}

.course-breadcrumb span {
    font-weight: 500;
    color: #444;
}
.ast-on-card-button {
    display: none;
}
.custom-wishlist-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
	opacity:0;
}

.woocommerce ul.products li.product {
    position: relative;
}
.products .product:hover .custom-wishlist-icon {
	opacity:1;
}
.yith-wcwl-add-to-wishlist-button__label {
display:none;
}
.whatsapp_connect {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 999999;
}
.bounce
{
    animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: example;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
40% {-webkit-transform: translateY(-30px);}
60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
40% {-moz-transform: translateY(-30px);}
60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
40% {-o-transform: translateY(-30px);}
60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}

.bounce {
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
-o-animation-name: bounce;
animation-name: bounce;
}
.contact-cta {
    display: flex;
    gap: 20px;
}
@media (max-width: 991px) {
.header-woocoomerce-icons {
	position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    left: 0;
}
	.custom-menu-head {
	position:absolute;
	right:20px;
	top:20px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
		.courses-grid {
 grid-template-columns: repeat(2, 1fr);
}
}