html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: linear-gradient(135deg, #d9d9d9, #9d707f, #d9d9d9, #9d707f);
  background-size: 400% 400%;
  animation: backgroundAnim 8s infinite alternate;
}

/* Background */
.about-hero-section {
    background-color: #f4fbfd79;
}

/* Title above heading */
.about-title {
    font-weight: 600;
    font-size: 2.5rem; 
    color: #000000; /* Customize as needed */
    margin-bottom: 1rem;
    text-align: left;
}

/* Heading */
.about-heading {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #343a40; 
}

/* Paragraph under heading */
.about-description {
    color: #232628; 
    margin-bottom: 2rem;
}
.about-subheading {
  color: #791010;;
}
.wrapper-paragraph {
    text-align: justify;
}
.csquare-link {
    text-decoration: none;
    color: #000000; /* or your desired color */
}



/* Icon container circle */
.icon-circle {
    width: 55px;
    height: 55px;
    background-color: #8e7e8200;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Placeholder icon inside circle */
.icon-circle img {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 4px;
}

/* Small text in skills */
.about-hero-section small {
    color: #444444;
}

/* Optional: spacing between sections if needed */
.about-hero-section .col-md-6 h2 {
    margin-bottom: 1rem;
}

.aboutimage img {
padding-right: 60px;
padding-left: 5px;
}

.mybiz-highlights-section {
    background-color: #ffffff8d; /* same as about-hero-section */
}

.section-title {
    font-weight: 700;
    font-size: 1.8rem;
    color: #343a40;
}

.highlight-text {
    color: #232628;
    text-align: justify;
    font-size: 17px;
    font-weight: 450;
    margin-bottom: 1.2rem;
}

.highlight-list li {
    color: #444444;
    font-size: 17px;
    margin-bottom: 0.5rem;
    padding-left: 1.2rem;
    position: relative;
}

.mybiz-wrapper-box {
    border: 2px solid #902943; /* deep red from your theme */
    border-radius: 16px;
    background-color: #ffffff8d; /* same as about-hero-section */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.mybiz-wrapper-box {
  position: relative; /* make container relative for absolute positioning */
}
.tick-box {
  display: inline-block;
  background-color: #b21313;
  color: white;
  font-weight: bold;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 10px;
}

.bottom-icon-2 {
  position: absolute;
  bottom: 35px;
  right: 90px;
  rotate: 25deg;
  width: 65px;
  height: auto;
  transform: rotate(180deg);
  z-index: 2;
}

.bottom-icon-3 {
  position: absolute;
  bottom: -45px;
  right: -50px;
  rotate: 160deg;
  width: 150px;
  height: auto;
  transform: rotate(180deg);
  z-index: 2;
}