/*
Theme Name: Maktab
Theme URI: https://ifelsetech.com/maktab
Author: ifelse
Author URI: https://ifelsetech.com
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: maktab.info
*/

/* Option 1: Import via CSS */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

#menu-item-149{
    background: #a0ca00;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
}
#menu-item-149 > a{
    color: #ffffff !important;
}

body{
    background-color: #fff;
    font-family: 'Poppins', sans-serif !important;
    /* font-family: "Be Vietnam Pro", Sans-serif !important; */
}
a{
  text-decoration: none;  
   color: #a0ca00;
}

/* menu */
.header-container {
    background: #fff;
    height: 70px;
    /* box-shadow: 0 0 20px rgb(46 59 125 / 23%); */
    border-bottom:1px solid #02010114 ;
    position: sticky !important;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
}
#primary-menu {
    display: flex;
    gap: 20px;
    list-style: none;
    height: 70px;
    margin-bottom: 0px;
    align-items: center;
}
header.mb-header {
    display: flex;
    align-items: center;
}
img.custom-logo {
    width: 180px;
    height: fit-content;
}
.site-branding {
    width: 20%;
}

/* Small devices (576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    /* Your styles for small devices */
}

/* Medium devices (768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* Your styles for medium devices */
}

/* Large devices (992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Your styles for large devices */
	
}


@media screen and (min-width:0px) and (max-width:991px){
.bi.bi-list.toggle-navbar {
  font-size: 32px !important;
  display: block !important;
}
nav.main-navbar-mb {
        width: 100%;
}
header.mb-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-navbar-mb {
    position: fixed;
    top: 0;
    left: 100%; /* Hidden off the screen initially */
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 0;
    padding-left: 24px;
    padding-top: 60px;
    transition: all 0.3s ease; /* Smooth sliding animation */
}
.main-navbar-mb.show {
    left: 0; /* Slides the menu into view */
    width:100%;
    padding: 0px;
}
	#tutorial {
  padding: 40px 0px;
}
#primary-menu {
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 15px;
    padding-left: 24px;
    padding-top: 60px;
    list-style: none;
    text-decoration: none;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    width: 100%;
}
 nav .toggle-navbar {
    display: block;
    transition-delay: .3s;
    font-size: 30px;
    position: sticky;
    right: 0;
    margin-right: 0px !important;
  }
.col-md-0.col-lg-6.col-sm-0{
    display:none;
}
#menu-item-53 {
  padding: 0px !important;
  cursor: pointer;
}
#menu-item-53 .sub-menu {
  display: block !important;
  list-style: none;
  padding-left: 1rem;
  padding-top: 10px;
}
#menu-item-55 {
  padding-top: 5px;
}
#menu-item-53:hover .sub-menu {
 position: unset !important;
  background: #fff !important;
  list-style: none !important;
  margin: 10px 0px 0px 0px !important;
  padding: 0px 0px 0px 15px !important;
  width: 160px !important;
  border-radius: 0px !important;
  border: 0px !important;
  display: block !important;
}
}
 i.bi.bi-list.toggle-navbar {
    display: none;
} 
i.bi.bi-x.toggle-navbar {
    position: absolute;
    z-index: 100;
    font-size: 32px;
    right: 0;
    padding-top: 0px;
    margin-right: 20px;
}
nav.main-navbar-mb {
        width: 80%;
        display: flex;
        justify-content: flex-end;
}
.menu-main-menu-container {
    height: 70px;
  }
#menu-item-40 a {
  border: 1px solid #a0ca00;
  padding: 8px 10px;
  border-radius: 10px;
  width: 85px;
  width:auto;
    text-align: center;
        display: block;
}
#menu-item-80 a {
    background: #a0ca00;
    padding: 8px 10px;
    border-radius: 10px;
    text-align: center;
    display: block;
    color: #fff !important;
    width: 140px !important;
  }
 
  #primary-menu li a {
    text-decoration: none;
    color: #000;
    font-size: 1rem;
    display: block;
  }
  #primary-menu li a:hover {
    color:#a0ca00;
  }
  
  
/*@media (max-width: 992px){*/
/*    .bi.bi-list.toggle-navbar {*/
/*  display:none !important;*/
/*}*/
/*}*/



/*@media screen and (max-width: 768px) {*/
/*  nav .toggle-navbar {*/
/*    display: block;*/
/*    transition-delay: .3s;*/
/*    font-size: 30px;*/
/*    position: sticky;*/
/*    right: 0;*/
/*    margin-right: 0px !important;*/
/*    cursor: pointer;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 768px) {*/
/*  nav .nav-menu {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 100%;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #fff;*/
/*    z-index: 100;*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*    grid-gap: 0;*/
/*    padding-left: 24px;*/
/*    padding-top: 60px;*/
/*    transition: all .3s ease;*/
/*  }*/
/*}*/


  /* Hero */
  .hero-section{
    background-color: transparent;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #1840012E 100%);
  height: 100vh;
  height: fit-content;
    padding-bottom: 70px;
  }
.h1-title{
    font-weight: 800;
    font-size: 2.4rem;
}
.images-div {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.member-div {
    width: 310px;
    background-color: #FFFFFF;
    padding: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #18171714;
    border-radius: 60px;
    margin: auto;
    margin-bottom: 30px;
}
.users {
    font-size: 0.9rem;
    margin-bottom: 0px;
    font-weight: 800;
}
img.person {
    width: 6rem;
    height: 100%;
}
p.para {
    padding: 0px 80px;
    color: #636161;
    margin-top: 10px;
    margin-bottom: 30px;
}
.hero-btn {
    background-color: #a0ca00;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 40px 40px 40px 40px;
    text-decoration: none;
    padding: 16px 24px 16px 24px;
}
.section-padding {
    padding: 20px 0px;
}
@media (min-width: 0px) and (max-width: 575.98px) {  
  .hero-section-container {
    width: 90%;
    text-align: center;
    margin: auto;
    margin-top: 70px;
}
.h1-title {
    font-weight: 800;
    font-size: 2rem;
}
p.para{
    padding: 0px;
}
.users {
    font-size: 0.8rem;
    margin-bottom: 0px;
    font-weight: 800;
}
img.person {
    width: 4rem;
    height: 100%;
}
.member-div {
    width: 250px;
}
.hero-btn {
    background-color: #a0ca00;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    border-radius: 40px 40px 40px 40px;
    text-decoration: none;
    padding: 10px 15px 10px 15px;
}
.hero-image {
    margin: auto !important;
    width: 100%;
    display: block !important;
    margin-top: 80px !important;
}
.section-padding {
    padding: 30px 0px;
}
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 15px;
    left: 20px;
    background-color: #00a822;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float{
  margin-top:16px;
}
.whatsapp-img{
    width:50px;
}
}
@media (min-width: 576px){
    .float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:20px;
  left:25px;
  background-color:#00a822;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.whatsapp-img{
    width:60px;
}
.my-float{
  margin-top:16px;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {  
  .hero-section-container {
    width: 90%;
    text-align: center;
    margin: auto;
    margin-top: 70px;
}
.h1-title {
    font-weight: 800;
    font-size: 2rem;
}
p.para{
    padding: 0px 30px;
}
.hero-image {
    margin: auto !important;
    width: 90%;
    display: block !important;
    margin-top: 80px !important;
}
.section-padding {
    padding: 30px 0px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {      
  .hero-section-container {
    width: 90%;
    text-align: center;
    margin: auto;
    margin-top: 80px;
}
p.para{
    padding: 0px 40px;
}
.hero-image {
    margin: auto !important;
    width: 90%;
    display: block !important;
    margin-top: 80px !important;
}

}
@media (min-width: 992px) and (max-width: 1199.98px) {
      
  .hero-section-container {
    width: 70%;
    text-align: center;
    margin: auto;
    margin-top: 100px;
}
.hero-image {
    margin: auto !important;
    width: 70%;
    display: block !important;
    margin-top: 80px !important;
}
}
  @media (min-width: 1200px) {
      
  .hero-section-container {
    width: 60%;
    text-align: center;
    margin: auto;
    margin-top: 100px;
}
.hero-image {
    margin: auto !important;
    width: 70%;
    display: block !important;
    margin-top: 80px !important;
}
}


/* feature */
.card.features {
    padding: 30px !important;
    border-radius: 25px;
    border: 1px solid #ddd;
}
h3.fs-2.text-body-emphasis {
    font-size: 1.4rem !important;
}
a.icon-link {
    font-size: 16px;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
    color: #a0ca00;
    align-items: center;
    font-weight: 600;
}
i.bi.bi-arrow-up-right {
    font-size: 10px;
    color: #ffffff;
    border-radius: 50px;
    background-color: #a0ca00;
    line-height: 0;
    padding: 8px;
}
.feature.col-md-12.section-title {
    display: block;
    margin: auto;
}
/* solution */
.solutin-highlight {
    color: #a0ca00;
  }
  .footer-banner-section{
  width: 85%;
  background: #a0ca00;
    background-image: none;
  margin: auto;
    margin-top: auto;
    padding: 0px 30px;
  border-radius: 30px;
  margin-top: -150px;
  background-image: linear-gradient(180deg, #e5e5e5 0%, #1840012E 100%);
  background-image: linear-gradient(180deg, #a0ca00 0%, #eaeaea2e 100%);
  display: flex;
  position: relative;
}
  /* footer */
  
  section.footer-top {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #1840012E 100%) !important;
}


  .footer-padding {
    padding: 80px 0px 0px 0px;
  }
  img.social-icons {
    width: 24px;
}
.footer-section{
    padding-bottom: 30px;
}
.footer-c4 {
    padding-bottom: 30px;
}
.contact-icons-mb {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
}
.banner-images {
    height: fit-content;
    position: absolute;
    bottom: 0;
    padding-bottom: 0px;
    margin: 0px;
    vertical-align: unset !important;
}
.seciton-padding{
    padding:40px 0px 40px 0px;
}
h4.footer-banner-title {
    color: #ffffff;
    font-size: 1.6rem;
}
p.footer-banner-para {
    color: #006451;
}
.ptx-lan-footer-copyright {
  padding: 20px 0px;
  border-top: 1px solid #a0ca00;
}
@media (min-width: 0px) and (max-width: 991.98px) {  
.copyright-text2 {
  text-align: center;
  padding-top: 0px;
}
.copyright-social {
  display: flex;
  justify-content: center;
}  
 .copyright-text {
    text-align: center;
}
.ptx-lan-footer-copyright {
    padding: 20px 0px;
    border-top: 1px solid #a0ca00;
    gap: 10px;
}
.footer-banner-section {
    width: 90%;
}
.seciton-padding {
  padding: 0px;
}
.contact-tabs{
    margin-top:30px;
    margin-bottom:30px;
}
}
.artby{
    color: #a0ca00;
    text-decoration: none;
}
@media (min-width: 992px) {  
.copyright-text2.col-lg-4.col-sm-12 {
    text-align: right;
}
.copyright-social {
    display: flex;
    justify-content: space-evenly;
}
}
.addpadding{
    height:200px;
}

/*about us*/
.single-blog-title-margin {
  margin-bottom: 3.6rem;
}
h1.vd-post-title {
    font-size: 2rem;
    text-align: center;
}
#single-blog-title {
  height: 30px;
  padding: 60px;
  color: #a0ca00;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #1840012E 100%) !important;
}

/*contact us*/
img.info-icon-list {
    width: 80px;
    padding: 15px;
    background: #006451;
    border-radius: 20px;
    height: 80px;
    margin-bottom: 25px;
}

#menu-item-53 .sub-menu {
  display: none;
}
#menu-item-53:hover .sub-menu {
  display: block;
  position: absolute;
  background: #fff;
  list-style: none;
  margin: 23px 0px;
    margin-left: 0px;
  padding: 15px;
  width: 160px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-left: -40px;
}
#menu-item-53 {
  padding: 23px 0px;
  cursor: pointer;
}
#menu-item-54 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.text_success {
  color: #000;
  font-size: 12px;
  margin: 0px;
}
b.star {
    color: red;
}
.form-group {
    margin-bottom: 20px;
}
input#contactusMessage1 {
    height: 100px;
}
.form-control {
    padding: 0.75rem .75rem;
        line-height: 2;
}
#contactus-submit {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px 14px;
    border-radius: 6px;
    box-shadow: 0 0 0 #b8b9be, 0 0 0 #fff;
    border: 1px solid #00645E !important;
    font-size: 14px;
    cursor: pointer;
    background: linear-gradient(180deg, #006451 0%, #009075 100%);
}
/* Add your CSS styles here */
    .loader-icon {
        display: none; /* Hide the loader icon by default */
    }
    .loading-text {
        display: none; /* Hide the loading text by default */
    }
    .loading {
        position: relative;
    }
    .loading .loader-icon,
    .loading .loading-text {
        display: inline-block;
        vertical-align: middle;
        display:none;
    }
    .success-body{
        display:none;
    }
    .contact-tabs {
    display: block;
    height: 100%;
    min-height: 400px;
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 15px;
    background: #ffffff;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}
iframe {
  width: 100%;
  height: 100%;
}

/*screenshot*/

img.screenshot-image {
    width: fit-content;
    height: 233px;
    margin: auto;
}
/*.card{*/
/*   border:0px;*/
/*}*/
/*.screenshot-name{*/
/*    font-size:1.2rem;*/
/*    margin:auto;*/
/*    margin-top:20px;*/
/*}*/



/* Ensure equal card heights */
.row.g-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center !important;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    height: 100%; /* Ensure consistent height */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card img {
    width: 100%;
    max-height: 230px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgb(221, 221, 221) !important;
}

.card:hover img {
    transform: scale(1.1);
}

.screenshot-name {
    margin: 15px 0 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}

/* Fullscreen image styles */
.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.fullscreen img {
    max-width: 90%;
    max-height: 90%;
    /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);*/
    border-radius: 10px;
}

.hidden {
    display: none;
}

.fullscreen {
    cursor: pointer;
}


/*app screenshot*/
 .app-slider img {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }
    
    
.slick-prev, .slick-next {
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  color: white;
  border-radius: 50%;         /* Circular buttons */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-dots {
  bottom: 10px;
}

.slick-dots li button:before {
  color: white;              /* Customize dot color */
}

.slick-slide {
  margin: 0 10px; /* Add gap between slides */
}

.slick-list {
  margin: 0 -10px; /* Adjust container margins to account for the gap */
}


/* Large devices (992px to 1199.98px) */
@media (min-width: 992px) {
    /* Your styles for large devices */
	#tutorial {
  padding: 100px 0px;
}
	.ayg-player-container {
  padding: 40px;
  background: #202020;
  border-radius: 30px;
  backdrop-filter: blur(10px);
}
}

