   * {
       margin: 0;
       padding: 0;
       box-sizing: border-box;
       font-family: Arial;
   }

   :root{
    --main-color:#00556F;
    --second-color:#00F277;

   }
   body {
       background: #f5f5f5;
   }
 nav {
     width: 100%;
     position: fixed;
     top: 0;
     left: 0;
background: linear-gradient(rgba(0, 242, 119, 0.7), rgba(0, 0, 0, 0));
     padding: 15px 20px;
   height: 50vh;
     z-index: 999;
  
 }


 nav .nav-container {
     width: 90%;
     margin: 0 auto;
 
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding-bottom: 4px;
    border-bottom: 2px solid var(--main-color);
 }

  .logo img {
      width: 50%;
      height: auto;
  }

 ul {
     list-style: none;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 35px;
     margin: 0;
     padding: 0;
     
 }

 ul li a {
     color: var(--main-color);
     text-decoration: none;
   font-weight: 400;
   font-size: 24px ;
   line-height: 22px;
    display: inline-block;
      
        text-align: center;
       
        padding: 15px;
   

 }
 ul li a span {
     display: block;
   
 }

 ul li a:hover {
    background-color: var(--main-color);
    color: white;
  
    border-radius: 10px;
    font-size: 16px;
        transition: 0.3s;
        font-weight: 500;
        font-style: medium;
        font-size: 22px;
 }
   header {
       background-image: url(../image/header.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
       height: 100vh;
       padding: 40px 20px;
       text-align: center;
       color: white;
    position: relative;
   }

  

   header .header-content {
   
position: absolute;
    bottom: 20%;
    left: 10%;
   text-align: left;
   
   }
        header .header-content h2{
            font-weight: 700;
            font-style: bold;
            font-size: 60px;
            line-height: 60px;
            margin-bottom: 10px;
        }
                 header .header-content h2 span{
                    display: block;
                 }
  header .header-content p{
    font-weight: 400;
    font-style: normal;
    font-size: 25px ;
    line-height: 30px ;
    width: 522px;
    margin-bottom: 40px;
  }
header .header-content p span{
    font-size: bold;
    color: var(--second-color);
}

header .header-content button{
    border-radius: 10px;
    background-color: var(--second-color);
    color: var(--main-color);
    padding: 12px;
    border: none;
    font-weight: 800;
    font-size: 35px ;
line-height: 30px;
}













/* Section styling */
#from-plumber {
    padding: 50px 20px;
    background-color: #064055;
    color: #fff;
}

/* Section header */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h1 {
    color: var(--second-color);
    font-size: 4.1rem;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 4.1rem;

}
.section-header h1 span{
    display: block;
}

.section-header p {
    font-size: 1.375rem;
    line-height: 30px;
    font-weight: 400;
}
.section-header p span{
    display: block;
    font-weight: 700;
   
}

/* Cards container */
.cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    width: 90%;
    position: relative;
    margin: auto;
    align-items: center;
    
}



/* Card common styling */
.card {
    min-width: 245px;
    max-width: 350px;
        height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}



/* Green card */
.Service, .green-card {
    background-color: #00ff64;
    color: #064055;
    transform: translateY(-40px);
    padding: 20px;
}
.card.Service {
    clip-path: polygon(0 0,
            70% 0,
           
            70% 10%,
           
            85% 10%,
          
            85% 20%,
           
            100% 20%,
           
            100% 100%,
            0 100%);
}

.card.Service h2{
    font-weight: 700;
    font-size: 70px;
    line-height: 40px;
}

.card.Service span{
    font-size: 40px;
    line-height: 30px;
}
.card.Service p{
    font-weight: 400;
    font-size: 14px ;
    line-height: 15px;
    margin-top: 15px;
}
/* need service */
.card.need-Service{
position: relative;
clip-path: polygon(0 0,
            70% 0,
          
            70% 10%,
           
            85% 10%,
           
            85% 20%,
           
            100% 20%,
           
            100% 100%,
            0 100%);
}
.need-service-content{
position:absolute;
bottom: 20px;
left: 20px;
pad: 10px;
}

.need-service .center-text {
    text-align: center;
    justify-content: center;
}


.card img {
    width: 100%;
  
height: auto;

    display: block;
}

.need-service-content h2{
    font-weight: 700;
    font-size: 25px ;
    line-height: 22px;
    margin-bottom: 10px;
    color:white
}
.need-service-content .need-p{
    font-weight: 700;
        font-size: 25px;
        line-height: 22px;
        margin-bottom: 10px;
        color: var(--second-color);
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-right: 10px;
}

.need-service-content .need-p p{
    width: 175px;
}

.need-p .arrow {
transform: scale(2.2) rotate(45deg);

    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 5px solid var(--second-color);

    border-right: 5px solid var(--second-color);
}


/* Favorite-Professional */

.card.Favorite-Professional{
    position: relative;
clip-path: polygon(0 0,
          
            0 20%,
           
            15% 20%,
          
            15% 10%,
          
            30% 10%,
          
            30% 0,
            
            100% 0,
            
            100% 100%,
         
            0 100%
           
        );
        background-color: #00ff64;
            color: #064055;
           
            padding: 20px;
           
overflow: visible;
            
}

.top {
    position: absolute;
    top: -25px;
    left: 39%;
    display: inline-block;
    width: 80px;
    height: 80px;
border-top: 50px solid var(--second-color);

    border-left: 50px solid var(--second-color);
    
   
}


.card.Favorite-Professional h2{
    font-weight: 700;
    font-size: 25px;
    line-height: 22px;
    width: 150px;
    margin-bottom: 5px;
}
.card.Favorite-Professional p{
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    width: 180px;

}
.card.Favorite-Professional p span{
    font-weight: 700;
}


/* Quality */

.card.Quality{
    position: relative;
}
.card.Quality .Quality-content{
    position: absolute;
    padding: 10px;
}
 .content{
background: linear-gradient(rgba(0, 85, 111, 0.5), rgba(0, 0, 0, 0));}

/* -------Communicate with Providers------------ */

.card.Communicate{
    position: relative;
    clip-path: polygon(0 0,
    
                0 20%,
    
                15% 20%,
    
                15% 10%,
    
                30% 10%,
    
                30% 0,
    
                100% 0,
    
                100% 100%,
    
                0 100%);
                transform: translateY(-40px);
}

.card.Communicate .Communicate-content{
    position: absolute;
        bottom: 20px;
        left: 20px;
        padding: 10px;
        width: 195px;
        

}
.card.Communicate .Communicate-content p{
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 1.375rem;
    color: white;
}
.card.Communicate .Communicate-content p span{
color: var(--second-color);
}
.card img {
    width: 100%;
    height: auto;
    display: block;
}

.arrow-wide {
     position: absolute;
    left: 10%;
    bottom: 35%;
    transform: scale(2.2) rotate(15deg);
   
    display: inline-block; 
    width: 10px;
    height: 10px;
    border-top: 5px solid var(--second-color);
    
    border-right: 5px solid var(--second-color);

}

.arrow-wide2{
    position: absolute;
        left: 18%;
        bottom: 38%;
    
      
    
        transform: scale(2.2) rotate(15deg);
    
        display: inline-block;
        width: 10px;
        height: 10px;
        border-top: 5px solid var(--second-color);
    
        border-right: 5px solid var(--second-color);
}
/* .Communicate::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
} */


/* --------------------S2al Mjarrib !------------------------- */
.S2al-Mjarrib {
    display: flex;
    background-image: url('../image/Image-Website-2 1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 50vh;
    align-items: center;
    padding: 30px ;
    position: relative;
    width: 100%;
   
}

.S2al-Mjarrib img {
    width: 100%;
    display: hidden;
}

.S2al-Mjarrib .testimonial-card {
width: 250px;
height: 220px;
padding: 40px;
border-radius: 20px;
backdrop-filter: blur(18px);
position: absolute;
top: 20%;
right: 10%;
background: linear-gradient(
to bottom,
rgba(255, 255, 255, 0.15),
rgba(255, 255, 255, 0.05)
);
border: 1px solid rgba(255, 255, 255, 0.3);
color: white;
clip-path: polygon( 0% 0%0% 0%, 0% 99%, 0% 99%, 100% 100%, 100% 100%, 100% 20%, 100% 20%, 85% 19%, 85% 19%, 84% 34%, 84% 34%, 71% 35%, 71% 35%, 69% 1%, 69% 1%);


}

.S2al-Mjarrib .testimonial-card1{
    width: 250px;
height: 220px;
padding: 40px;
border-radius: 20px;
backdrop-filter: blur(18px);
position: absolute;
top: 20%;
right: 0%;
background: linear-gradient(
to bottom,
rgba(255, 255, 255, 0.15),
rgba(255, 255, 255, 0.05)
);
border: 1px solid rgba(255, 255, 255, 0.3);
color: white;
clip-path: polygon( 0% 0%0% 0%, 0% 99%, 0% 99%, 100% 100%, 100% 100%, 100% 20%, 100% 20%, 85% 19%, 85% 19%, 84% 34%, 84% 34%, 71% 35%, 71% 35%, 69% 1%, 69% 1%);

}

.S2al-Mjarrib .testimonial-card2{
    width: 250px;
height: 220px;
padding: 40px;
border-radius: 20px;
backdrop-filter: blur(18px);
position: absolute;
top: 20%;
right: 0%;
background: linear-gradient(
to bottom,
rgba(255, 255, 255, 0.15),
rgba(255, 255, 255, 0.05)
);
border: 1px solid rgba(255, 255, 255, 0.3);
color: white;
clip-path: polygon( 0% 0%0% 0%, 0% 99%, 0% 99%, 100% 100%, 100% 100%, 100% 20%, 100% 20%, 85% 19%, 85% 19%, 84% 34%, 84% 34%, 71% 35%, 71% 35%, 69% 1%, 69% 1%);

}


.S2al-Mjarrib .testimonial-card3{
    width: 250px;
height: 220px;
padding: 40px;
border-radius: 20px;
backdrop-filter: blur(18px);
position: absolute;
top: 50%;
right: 0%;
background: linear-gradient(
to bottom,
rgba(255, 255, 255, 0.15),
rgba(255, 255, 255, 0.05)
);
border: 1px solid rgba(255, 255, 255, 0.3);
color: white;
clip-path: polygon( 0% 0%0% 0%, 0% 99%, 0% 99%, 100% 100%, 100% 100%, 100% 20%, 100% 20%, 85% 19%, 85% 19%, 84% 34%, 84% 34%, 71% 35%, 71% 35%, 69% 1%, 69% 1%);

}







/* خلي اللي فوق الصورة absolute بالنسبة للـ section */
.S2al-content {


    color: white;
    width: 200px;
    padding: 20px 15px;
    height: fit-content;
}
.S2al-content h2 {
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 25px;
    color: var(--second-color);
    margin-bottom: 3px;
}

.S2al-content span {
    display: block;
}

.S2al-content p {
    font-weight: 400;
    font-size: .9375rem;
    line-height: 15px
}

.S2al-content .first-p {
    margin-bottom: 30px;
}



/* ----------------App----------------- */

.app-section {
    text-align: center;
    padding: 40px 0 80px;
    background: linear-gradient(#F2FEF8, #43F69B);
    color: #003c3c;
}

/* --- Top Text --- */
.top-text h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 45px;
}

.top-text p {
    font-weight: 400;

    font-size: 18px;
   
    line-height: 1.2;
    max-width: 530px;
    margin: auto;
    color: var(--main-color);
}
.top-text p span{
    font-weight: 700;
}

/* --- Phones --- */
.phones {
    margin: 50px auto;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.phone {
    width: 240px;
    height: auto;
    filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.2));
    border-radius: 35px;
}

.phone1{
    position: relative;
}
.phone1-content{
    position: absolute;
    top: 60px ;
    left: 5px;
    background-color: #EFF6F5;
    padding: 5px;
border-radius: 5%;
}
.phone1-content span{

font-size: 10px;
display: flex;
margin-bottom: 10px;
color: var(--main-color);
}
.phone1-content h3{
    font-weight: 900;
    width: 220px;
    color: var(--main-color);
    margin-bottom: 10px;
}

.phone1-content input{
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    border: none;
}
.search-wrapper {
    position: relative;
    width: 100%;
}

.search-wrapper input {
    width: 100%;
    padding-left: 35px;
    /* مساحة للأيقونة */
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.search-wrapper i {
    position: absolute;
    left: 10px;
    /* المسافة من الشمال */
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}
.search-wrapper input::placeholder {
    font-size: 10px;
    /* الحجم اللي تحبيه */
    color: #999;
    /* اختياري لتغيير اللون */
}
/* --------------media query---------- */
@media (min-width:640px) {

    .S2al-content {
            top: 20%;
            left: 5%;
            width: 30%;
            color: white;
        }
    
        .S2al-content h2 {
            font-weight: 700;
            font-size: 1.5625rem;
            line-height: 25px;
            color: var(--second-color);
            margin-bottom: 3px;
        }
.S2al-content h2 {
        font-weight: 700;
        font-size: 3.4375rem;
        line-height: 3.4375rem;
        color: var(--second-color);
    }

    .S2al-content span {
        display: block;
    }

    .S2al-content p {
        font-weight: 400;
        font-size: 1.5625rem;
        line-height: 1.9375rem;
    }

    .S2al-content .first-p {
        margin-bottom: 50px;
    }
}
/* ---------------- FOOTER ---------------- */
footer {
    background: #163a56;
    padding: 40px;
    color: #fff;
}

footer .footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .footer-links a {
    display: block;
    color: #fff;
    margin-bottom: 6px;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
}

footer .social-icons i {
    margin-right: 10px;
    font-size: 39px;
}

footer .logo-footer {
    width: 11.125rem;
    height: 123px;
}

footer .contact a {
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.875rem;
    color: var(--second-color);
    margin-bottom: .9375rem;
    display: block;
}

footer .contact p {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.875rem;
    color: white;
}

/*---------------------- footer responsive--------------------- */
@media (max-width: 576px) {
    footer .footer-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 25px;
    }

    footer .social-icons {
        display: flex;
        flex-direction: column;
        gap: .625rem;
    }

    footer .social-icons i {
        font-size: 30px;
        margin-right: 15px;
    }

    footer .footer-links a {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    footer .logo-footer {
        width: 150px;
        height: auto;
    }

    footer .logo-footer img {
        width: 100%;
    }

    footer .contact a,
    footer .contact p {
        font-size: 1.1rem;
        line-height: 1.4rem;
    }
}

@media (max-width: 768px) {
    footer .footer-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 35px;
    }

    footer .footer-links a {
        font-size: 1.25rem;
    }

    footer .logo-footer {
        width: 180px;
    }
}

@media (max-width: 992px) {
    footer .footer-flex {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
        text-align: center;
    }

    footer .logo-footer {
        width: 200px;
    }
}

/*------------------ Navbar responsive---------------- */
/* Hamburger styles */
.hamburger {
    display: none;

    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--main-color);
    border-radius: 2px;
}


@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    ul {
        display: none;

        flex-direction: column;
        width: 100%;
        background-color: var(--second-color);
        position: absolute;
        top: 60px;
        left: 0;
        padding: 15px 0;
        gap: 10px;
        z-index: 999;
    }

    ul.show {
        display: flex;

    }

    ul li a {
        padding: 10px 20px;
        font-size: 16px;
        width: 100%;
    }
}

/* ******************** header responsive ************************* */

/* Media Queries */

/* Tablets Large */
@media (max-width: 992px) {
    header .header-content h2 {
        font-size: 45px;
        line-height: 50px;
    }

    header .header-content p {
        font-size: 20px;
        line-height: 25px;
        width: 400px;
    }

    header .header-content button {
        font-size: 28px;
        padding: 10px 18px;
    }
}

/* Tablets / Small Screens */
@media (max-width: 768px) {
    header .header-content {
        bottom: 15%;
        left: 7%;
    }

    header .header-content h2 {
        font-size: 35px;
        line-height: 40px;
    }

    header .header-content p {
        font-size: 18px;
        line-height: 22px;
        width: 300px;
    }

    header .header-content button {
        font-size: 24px;
        padding: 8px 15px;
    }
    .top{
        display: none;
    }
}

/* Mobile Devices */
@media (max-width: 576px) {
    header {
        height: auto;
        padding: 20px 15px;
    }

    header .header-content {
        position: static;
        bottom: auto;
        left: auto;
        text-align: center;
        margin-top: 50px;
    }

    header .header-content h2 {
        font-size: 28px;
        line-height: 32px;
    }

    header .header-content p {
        font-size: 16px;
        line-height: 20px;
        width: 100%;
        margin-bottom: 20px;
    }

    header .header-content button {
        font-size: 20px;
        padding: 8px 12px;
    }

    .top{
        display: none;
    }
}

/* Very Small Phones */
@media (max-width: 400px) {
    header .header-content h2 {
        font-size: 24px;
        line-height: 28px;
    }

    header .header-content p {
        font-size: 14px;
        line-height: 18px;
    }

    header .header-content button {
        font-size: 18px;
        padding: 6px 10px;
    }
}


/* --------------------form plumber responsive--------------- */

@media screen and (max-width: 700px) {
nav{
       height: 20vh;

}
}

@media screen and (max-width: 768px) {
    

.S2al-Mjarrib {
    position: relative;
    width: 100%;
   
}

}



/* --------------------card responsive--------------- */
/* Navbar responsive */
/* Hamburger styles */
.hamburger {
    display: none;

    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--main-color);
    border-radius: 2px;
}


@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    ul {
        display: none;

        flex-direction: column;
        width: 100%;
        background-color: var(--second-color);
        position: absolute;
        top: 60px;
        left: 0;
        padding: 15px 0;
        gap: 10px;
        z-index: 999;
    }

    ul.show {
        display: flex;

    }

    ul li a {
        padding: 10px 20px;
        font-size: 16px;
        width: 100%;
    }
}

/* footer responsive */
@media (max-width: 576px) {
    footer .footer-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 25px;
    }

    footer .social-icons {
        display: flex;
        flex-direction: column;
        gap: .625rem;
    }

    footer .social-icons i {
        font-size: 30px;
        margin-right: 15px;
    }

    footer .footer-links a {
        font-size: .75rem;
        margin-bottom: 10px;
    }

    footer .logo-footer {
        width: 150px;
        height: auto;
    }

    footer .logo-footer img {
        width: 50%;
    }

    footer .contact a,
    footer .contact p {
        font-size: .9375rem;
        line-height: 1.4rem;
    }
}

@media (max-width: 768px) {
    footer .footer-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 35px;
    }

    footer .footer-links a {
        font-size: 1.25rem;
    }

    footer .logo-footer {
        width: 180px;
    }
}

@media (max-width: 992px) {
    footer .footer-flex {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
        text-align: center;
    }

    footer .logo-footer {
        width: 200px;
    }
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}