*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;
    scroll-behavior: smooth;
}

header{
    width:100% ;
    padding: 15px 40px;
    background-color: rgb(211, 240, 245) ;
    color: black;
     box-shadow: 0 4px 12px rgba(0,0,0,0.08);
     position: sticky;
     top: 0;
     

}
.logo{
    font-size:15px ;
    font-weight: bold;
    color: black;
     box-shadow: 0 4px 12px rgba(0,0,0,0.08);
     font-size: 30px;
     background: rgb(0, 0, 0);
     color: white;
     height: 40px;
    
}

span{
color: rgb(16, 165, 210);
}

nav ul{
    list-style: none;
    display: flex;
    gap:20px ;
    justify-content: center;

}

nav ul li a{
color: black;
text-decoration: none;
font-size: 20px;


}
li a:hover{
    color: #ffffff;
    border: 1px solid outset;
    border-radius: 6px;
    background: rgb(172, 169, 169);
}

.hero {
    height: 90vh;
    background: linear-gradient(
        rgba(1, 79, 95, 0.548),
        rgba(1, 58, 70, 0.548)
      ),
      url(/public-tap-5033262.jpg) center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    padding: 20px;
}

.hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 15px;
}

.hero-content p {
    font-size: 1.3rem;
    max-width: 600px;
    margin: 0 auto 30px;
    color: rgb(242, 245, 248);
}



.btn {
    padding: 14px 28px;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 30px;
    
}

.btn.primary {
    background-color: #0a9396;
    color: #fff;
}

.btn.primary:hover {
    background-color: #94d2bd;
    color: #003049;
}

.section p{
 font-size: 20px;
}
.one{
    height: 570px;
    width: 550px;
    position: center;
    
}


.problems-section {
    padding: 60px 20px;
    background-color: #f8fafc;
    font-family: 'Inter', sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}


.section-title {
    font-size: 2.5rem;
    color: #1e293b;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #64748b;
    margin-bottom: 40px;
}


.problem-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}


.problem-card {
    flex: 1;
    min-width: 300px;
    max-width: 380px;
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-top: 5px solid #ef4444; /* Alert Red */
    transition: transform 0.3s ease;
}

.problem-card:hover {
    transform: translateY(-10px);
}

.icon-box {
    font-size: 2.5rem;
    color: #ef4444;
    margin-bottom: 20px;
}

.problem-card h3 {
    color: #1e293b;
    margin-bottom: 15px;
}

.problem-card p {
    color: #475569;
    line-height: 1.6;
    font-size: 0.95rem;
}


@media (max-width: 768px) {
    .section-title { font-size: 2rem; }
    .problem-card { flex: 0 0 100%; }
}




img {
  width: 100%;
  height: 300px;
  object-fit: cover;  
  border-radius: 12px;
}
.class3{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    margin: 30px;

}
.ima{
    width: 700px;
    height: auto;
    border-radius: 10px;
}
.text{
    flex: 1;
    padding: 10px;
}
.text{
    line-height: 1.5;
}
button{
    background-color: rgba(0, 255, 98, 0.612);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor:pointer;
    font-size: 16px;
    margin-left: 550px;
}

.section{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 40px;
    background: white;
}

.right-img{
    width: 300px;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}
.content{
    max-width: 500px;
}
.content h2{
    color: #003366;
    font-size: 28px;
    margin-bottom: 15px;
}
.content p{
    color: #444;
    line-height: 1.6;
    margin-bottom: 15px;
}
.link{
    color: #0056b3;
    text-decoration: none;
    font-weight: bold;
}
.link:hover{
    text-decoration: underline;
}
@media (max-width: 768px) {
.section{
    flex-direction: column;
    text-align: center;
}

.left-img,.right-img{
    width: 90%;
}
}
.three-columns{min-height: 90vh;
    
}

.column {
    font-size: 20px;
    
}
.prob {min-height: 90vh;
    display: inline-flex;
    height: auto;
margin-left: 20px;
    margin: 40px;
}
.prob1 {
    background-color: rgb(123, 188, 245);
    width: 390px;
    height: 430px;
    border-radius: 20px;
    padding: 30px;
margin-left: 20px;
}
.prob1  p{font-size: 20px;
}





        
        .main-container {
            display: flex;
            flex-direction: row; 
            gap: 20px;          
            padding: 20px;
            font-family: Arial, sans-serif;
            background-color: #f4f4f9;
        }

        
        .problem-section {
            flex: 1;            
            background: #ffffff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            border-top: 5px solid #d9534f; 
        }

        h3 {
            color: #d9534f;
            margin-top: 0;
        }

        p {
            line-height: 1.6;
            color: #333;
        }

        
        @media (max-width: 768px) {
            .main-container {
                flex-direction: column;
            }
        }


        
.mother-solutions {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 40px 0;
}


.son-card {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    border-bottom: 5px solid #0a9396; 
    transition: transform 0.4s ease;
    text-align: center;
}

.son-card:hover {
    transform: translateY(-15px);
    background-color: #f0fdfa; 
}

.son-card i {
    font-size: 3rem;
    color: #0a9396;
    margin-bottom: 20px;
}

.son-card h3 {
    margin-bottom: 15px;
    color: #1e293b;
}

@media (max-width: 768px) {
    .mother-solutions {
        flex-direction: column;
        align-items: center;
    }
}
.build {
  max-width: 520px;
  margin: 60px auto;
  padding: 35px;
  background: #ffffff;
  border-radius: 18px;
  font-family: Arial, sans-serif;
}

.build h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #003366;
}

.build .row {
  display: flex;
  gap: 15px;
}

.build input,
.build textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  font-size: 15px;
}

.build input:focus,
.build textarea:focus {
  outline: none;
  border-color: #007bff;
}

.build textarea {
  resize: none;
  height: 120px;
}

.build button {
  width: 50%;
  padding: 14px;
  background: #003366;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.build button:hover {
  background: #0056b3;
}


footer{
    background: rgb(138, 196, 206);
    text-align: center;
    font-size: 20px;
}