/*Whatsapp CTA starts*/
.whatsapp-float {
    position: fixed;
    bottom: 115px;
    right: 37px;
    z-index: 9999;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: transform 0.3s;
}
.whatsapp-float:hover {
    transform: scale(1.1);
}
.whatsapp-float img {
    width: 40px;
    height: 40px;
}
@media (max-width: 1024px) {
    .whatsapp-float {
        bottom: 70px;
        right: 15px;
    }
    .whatsapp-float img {
        width: 50px;
        height: 50px;
    }
}
/*Whatsapp CTA ends*/

/*common*/
.text-justify{
    text-align: justify;
}

/*header*/
@media (max-width: 991px) {
    #masthead {
        background-color: #ffffff !important;
    }
    .cmt-topbar {
        background-color: #ffffff !important;
    }
    .site-header-menu-inner {
        background-color: #ffffff !important;
    }
}
.pad{
    padding-top: none!important;
}
/*call to action*/
.your-section-class .contact-number a {
  color: #ffffff;
  text-decoration: none; 
  transition: color 0.3s ease;
}

.your-section-class .contact-number a:hover {
  color: #ffffff;
}
.aboutus-section .row {
  display: flex;
  align-items: center; /* Vertically center image and text */
}
.cmt_single_image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.text-content {
  padding-left: 30px;
}

.founder-title {
  color: #6fbf44;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.quote {
  text-align: justify;
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}
.size{
    font-size: 30px!important; 
}
/*footer*/
.cmt-box-desc-text li {
  position: relative;
  padding-left: 28px; /* space for icon */
  margin-bottom: 10px; /* equal space between each item */
  line-height: 1.6;
}

.cmt-box-desc-text li i {
  position: absolute;
  left: 0;
  top: 4px; /* vertically align icon */
  width: 20px; /* same width for all icons */
  text-align: center; /* optional: keep your theme color */
}

.cmt-box-desc-text li a {
  color: inherit;
  text-decoration: none;
}

.cmt-box-desc-text li {
  position: relative;
  padding-left: 28px; /* space for icon */
  margin-bottom: 10px; /* equal space between each item */
  line-height: 1.6;
}
.padding{
     padding-right: 0px !important; 
   padding-left: 0px!important;
}
.footer-logo img {
    max-height: 125px;
}