/* ---------------------About section -----------*/
.about-section {
            display: flex;
            flex-wrap: wrap;
            background-color: #ffffff;
            max-width: 1000px;
            margin: 50px auto;
            border-radius: 10px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
            overflow: hidden;
        }

        .about-content {
            flex: 1;
            padding: 40px;
            min-width: 300px;
        }

        .about-content h2 {
            color: #000;
            font-size: 36px;
            margin-bottom: 20px;
        }

        .about-content p {
            color: #555;
            font-size: 18px;
            line-height: 1.6;
        }

        .highlight {
            color: #000000;
            font-weight: bold;
        }

        .features {
            display: flex;
            flex-wrap: wrap;
            margin-top: 30px;
            gap: 20px;
        }

        .feature {
            display: flex;
            align-items: center;
            gap: 10px;
            background-color: #f0f8ff;
            padding: 10px 15px;
            border-radius: 8px;
            flex: 1 1 200px;
        }

        .feature img {
            width: 40px;
            height: 40px;
        }

        .about-image {
            flex: 1;
            min-width: 300px;
            background-color: #eee;
        }

        .about-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .about-section {
                flex-direction: column-reverse;
            }
        }
    
/*------------------------ footer section-------------------------------*/
    
    

  
  
  /* footer whatsapp */
  
