body{
    scroll-behavior: smooth;
}
.about-banner {
    background-image: url("https://i.pinimg.com/736x/6d/d9/81/6dd981bd9408b8be772f5c6b31d05ba3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    height: 600px;
position: relative;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.about-banner h1 {
    /* position: absolute; */
    color: white;
    /* font-size: 40px; */
    /* background: rgba(0, 0, 0, 0.5); */
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 10px 20px;
    border-radius: 5px;
}

.about-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    text-align: center;
    color: white;
}
.about-overlay h1 {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.about-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}




.highlight-why{
    display: flex;
    flex-direction: column;
    align-items: center;
      /* backdrop-filter: blur(6px); */
    background-color: #267712a1;
      backdrop-filter: blur(46px);
      color: white;
      box-shadow: 0px 5px 10px 10px rgba(0, 0, 0, 0.336);
        transition: all 0.35s ease-in-out;
        /* grid-area: 20px !important; */
        grid-auto-columns: auto;


}

@keyframes blink {
  0%   { opacity: 1; }
  1%  { opacity: 0; }
  100% { opacity: 1; }
}

.highlight-why:hover{

transform: translateY(-10px);  
  /* background-color: #267712a1;
      backdrop-filter: blur(46px);
      color: white;
      box-shadow: 0px 5px 10px 10px rgba(0, 0, 0, 0.336); */
/* transition: all 0.8s; */
}


#h2top{
    font-weight: bolder;
    font-display: block;
    line-height: 1.8;
    letter-spacing: 3px;
    text-align: center;
    /* color: #22790d; */
}

.col-lg-4{
    height: 350px;
}

.ser-img{
    margin-bottom: 20px;
    border-radius: 50px;
    width: 120px;
    height: 120px;
}



/* card css */


.service-card {
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 25px;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.3);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.service-card::before {
    content: "";
    position: absolute;
    inset: -2px;
    /* background: linear-gradient(135deg, #3700ff, #388048, #0080a3); */
    z-index: -1;
    border-radius: 22px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service-card:hover::before {
    opacity: 1;
}

.service-card:hover {
    transform: translateY(-12px) scale(1.02);
    color: white;
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.img-box {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin-bottom: 20px;
}

.ser-img {
    max-height: 160px;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.service-card:hover .ser-img {
    transform: rotate(-3deg) scale(1.1);
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.2));
}

.content h5 {
    font-weight: 700;
    font-size: 1.35rem;
    margin-bottom: 12px;
    color: #111;
    position: relative;
}

.content h5::after {
    content: "";
    width: 0%;
    height: 3px;
    /* background: linear-gradient(90deg, #28a745, #00c6ff); */
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: width 0.4s ease;
}

.service-card:hover h5::after {
    width: 60%;
}

.content p {
    color: #000000;
    font-size: 0.95rem;
    line-height: 1.7;
}

.service-card::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0,198,255,0.08) 10%, transparent 10%);
    background-size: 20px 20px;
    top: -50%;
    left: -50%;
    opacity: 0;
    transition: opacity 0.4s;
}

.service-card:hover::after {
    opacity: 1;
}

.system-design{
    background:
     linear-gradient(rgba(0, 0, 0, 0.288),rgba(255, 255, 255, 0.363)),
    url("https://myoptimalenergy.com/wp-content/uploads/2024/10/Solar-Installer.png");
    background-repeat: no-repeat;
    height: 700px;
    width: 100%;
    background-attachment:local;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bi-lightbulb{
    margin-right: 10px;
}

.about-h1{
    /* font-size: 8vw;
    text-align: center; */
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    
}

/* .aboutP{ */
p{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.7;
    justify-content: flex-start;
    text-align: justify;
    text-justify: inter-word;
}

.h2top{
    font-weight: bolder;
    font-display: block;
    line-height: 1.8;
    letter-spacing: 3px;
}
/* .about-icon-main{
    border: 2px solid red;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
} */
.about-icons{
   backdrop-filter: blur(6px); 
    color: #267712a1;
    font-size: 60px;
}
@media (max-width: 768px) {
.about-h1{
font-size: 2rem;
letter-spacing: 5px;
}
}
