*{
    margin: 0px;
    padding: 0px;
   

}
.sent-div {
  display: none;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #4caf50, #43a047); /* subtle gradient */
  color: #fff;
  padding: 16px 32px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25); /* deeper shadow */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  
  letter-spacing: 0.5px; /* slightly spaced letters */
  border-left: 6px solid #2e7d32; /* accent line for success */
  max-width: 400px;
  word-wrap: break-word;
}

.sent-h1 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.4;
}





.test12{
  background-color: green;
  color: greenyellow;
  display: none;
}

body{
    color: black;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    cursor: default;
    scroll-behavior: smooth;
 
}

html {
  scroll-behavior: smooth;
}


.navbar{
    background-color: #f3f4f6;
   /* background-color: red;*/
    display: inline-block;
    width: 100%;
    height: auto;
    
    padding-bottom: 0px;

  
}
.logo{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.title{
    display: inline-block;
    margin-bottom: 20px; 
    margin-top: 20px;   
}

.logo img{
    display: inline-block;
    width: 55px;
    vertical-align: middle;
    position: relative;
    bottom: 7px;
    
}

.title {
    display: inline-block;
    
}


.title-2-container{
    display: inline-block;
    float: right;
    margin-right: 50px;
    margin-top: 20px;

}

.title-2{
   display: inline-block;
   background-color:color;
   position: relative;
   top: 5px;
   

  

}




.title2-card , .title2-card a{
    text-decoration: none;
    color: black;
    display: inline-block;
    margin-left: 10px;
    margin-right: 0px;
    text-decoration: none;
 
    text-align: center;
    cursor: pointer;
}

.title2-card:hover, .title2-card a:hover{
    color: #2563eb;
    transition: 0.3s;
}

.title2-card:active, .title2-card a:active{
    color: #143ab6;
    transition: 0.1s;
}

.title2-card-button{
  display: none;
  
}

.line{
    display: inline;
}

/* NAVIGATION TOP FINISHED */

.continue_nav-2{  
    background-color: #f0f4f8;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    height: 500px;
    position: relative;
    bottom: 10px;
}

.navigation2--01{
    display: inline-block;
    height: auto;
    
    background-color: color;
    margin-left: 0px;

    position: relative;
    left: 0px;
    top: 30px;

}

.webpage-img{
    display: inline-block;
    width: 550px;
    height: auto;
    margin: 10px;
    margin-top: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
    border-color: #f3f4f6;
    
    
    background-color: color;
 
}

.webpage-img:hover{
    border-color: #f3f4f6;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.3s;

}

.nav2-title{
    display: block;
    


    

       
}


.navigation2--02{
    display: inline-block;
    width: 650px;
    height: auto;
    
    position: relative;
    bottom: 60px;
    
    margin-left: 30px;
    margin-top: 20px;
    text-align: center;
    background-color: color;
}

.test-btn{
    display: inline-block;
    position: relative;
    
    text-align: center;

    background-color: #2563eb;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 20px;
    
    text-decoration: none;
    font-size: medium;
    border-radius: 5px;
    cursor: pointer;
}


.nav2-topic{
    
    font-weight: bold;
    margin-bottom: 20px;
}

.nav2-p{
    text-decoration: none;
    margin-bottom: 20px;
    position: relative;
    top: 5px;
}


/* NAVIGATION---2 TOP FINISHED */






/* what we do bottom */

.whatwedo{
    display: block;
    width: 100%;
    height: auto;
    background-color: white;
    margin-top: 50px;
}

.whatwedo-title{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding-top: 25px;
    margin-bottom: 20px;
}

.whatwedo-p{
    text-align: center;

    margin-bottom: 20px;
    color: black;
}

.what-p-div{
    display: block;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* skill style come under what we do bottom*/

/* Features Section */
.features-section {
  max-width: 1100px;
  margin: 60px auto;
  padding: 20px;
  text-align: center;
}

.features-section h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 40px;
  color: #111;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

.feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card h3 {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}


/* why us slide bottom*/

.why-us h2{
    
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding-top: 25px;
    margin-bottom: 30px;
   
}

.why-us {
  max-width: 1100px;
  margin: 80px auto;
  padding: 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.why-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}



.why-icon {
  font-size: 2rem;
  margin-bottom: 10px;
}

.why-card h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #333;
  margin-top: 5px;
}

.why-card p {
  font-size: 0.95rem;
  color: #555;
  margin-top: 8px;
  line-height: 1.5;
}

.why-us p{
   margin-bottom: 30px;
}

/* contact */

.container {
      max-width: 800px;
      margin: 50px auto;
      background: #fff;
      padding: 40px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      border-radius: 8px;
    }
    .contact-title {
      text-align: center;
  ;
    }
    form {
      display: flex;
      flex-direction: column;
    }
    label {
      margin-top: 20px;
      font-weight: bold;
    }
    input, textarea {
      padding: 10px;
      margin-top: 5px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 16px;
    }
    textarea {
      resize: vertical;
      min-height: 100px;
    }
    .msg-btn {
      margin-top: 30px;
      padding: 12px;
      background-color: #0078D7;
      color: white;
      border: none;
      border-radius: 4px;
      font-size: 18px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    .msg-btn:hover {
      background-color: #005fa3;
    }

   .msg-btn:active {
      background-color: #004080;
    }
    
    .info {
      margin-top: 40px;
      text-align: center;
      font-size: 14px;
      align-items: left;
      color: #666;
    }
    .info strong {
      color: #000;
    }
    .whatsapp-btn {
      margin-top: 20px;
      display: inline-block;
      background-color: #25D366;
      color: white;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      align-items: center;
    }

    .whatsapp-btn:hover {
      background-color: #1DA851;
    }

    .whatsapp-btn:active {
      background-color: #128C7E;
    }

    .test-btn:hover{
      background-color: #1e40af;

    }

    .test-btn:active{
      background-color: #1e3a8a;

    }


   /* Responsive Design Section */

.responsive-design-title{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}

.res-1{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    
  }

.res-2{
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    color: #555;
}

.res-outerbody-div{
       background-color: color;
       display: inline-block;
       height: 900px;;
       align-items: center;
       width: 100%;

}

.res-btn1, .res-btn2, .res-btn3{ 
    display: inline-block;
    background-color: white;
    font-weight: bold;
    margin-top: 10px;
    
    color: black;
    border: none;
    padding: 15px;
    margin: 5px;
    font-size: 17px;
    border-radius: 10px;
    border-style: solid;
    border-color: #2563eb;
;
    border-width: 5px;


    
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}



.res-btn1:hover, .res-btn2:hover, .res-btn3:hover{
    border-radius: 10px;
    border-width: 5px;
    color: #2563eb;
    background-color: white;
    border-color: #2563eb;
    border-style: solid;
    transform: 0.4s;
    transition: 0.4s;
    cursor: pointer;
}

.res-btn1:active, .res-btn2:active, .res-btn3:active{
    border-radius: 10px;
    border-width: 5px; 
    background-color:#143ab6 ; 
    border-color: #143ab6;
    color: white;
    border-style: solid;
    
    cursor: pointer;
}



.res-desktop{
    display: none;
    width: 1000px;
    height: 700px;
    border-style: solid;
    border-width: 5px;
    border-color: black;
    border-radius: 15px;
    
}

.desk-inner h2{
    background-color: green;
    color: greenyellow;
    font-size: 30px;
    border-top-left-radius : 10px;
    border-top-right-radius: 10px;
    
    padding-top: 3px;
    padding-bottom: 3px;

}

.desk-img-div{
  margin-top: 50px;
}

.desk1{
    display: inline-block;
    width: 390px;
    height: 390px;
    background-image: url(img/House-sparrow.jpg);
    color :white;
    margin-top: 15px;
    margin-bottom: 5px;
    
    border-radius: 10px;
    background-size: cover;

    position: relative;
    right: 290px;
    top: 25px;

}

.res-desktop h3{
  position: relative;
  top: 35px;
  right: 290px;
  
}

.desk-p{
  width: 500px;
  font-size: 25px;
  position: relative;
  left: 180px;
  bottom: 300px;
}

.res-desktop h4{
  position: relative;
  bottom: 60px;
  
}








.res-tablet{
    display: none;
    width: 800px;
    height: 700px;
    border-style: solid;
    border-width: 5px;
    border-color: black;
    border-radius: 15px;  
    
}

.tab-inner h2{
    background-color: green;
    color: greenyellow;
    font-size: 30px;
    border-top-left-radius : 10px;
    border-top-right-radius: 10px;
    
    padding-top: 3px;
    padding-bottom: 3px;

}

.tab1{
    display: inline-block;
    width: 390px;
    height: 390px;
    background-image: url(img/House-sparrow.jpg);
    color :white;
    margin-top: 15px;
    margin-bottom: 5px;
    
    border-radius: 10px;
    background-size: cover;

    position: relative;
    right: 190px;
    top: 25px;

}

.tab-t{
  position: relative;
  top: 35px;
  right: 180px;
}

.tab-img-div{
  margin-top: 30px;
}

.tab-p{
  width: 350px;
  font-size: 20px;
  position: relative;
  left: 190px;
  bottom: 295px;
}

.tab-inner h4{
  position: relative;
  bottom: 40px;
}



.res-mobile{
    display: block;
    width: 405px;
    height: 750px;
    border-style: solid;
    border-width: 5px;
    border-color: black;
    border-radius: 15px;
  
}

.mob-inner h2{
    background-color: green;
    color: greenyellow;
    font-size: 30px;
    border-top-left-radius : 10px;
    border-top-right-radius: 10px;
    
    padding-top: 3px;
    padding-bottom: 3px;

}

.mob1{
    display: inline-block;
    width: 390px;
    height: 390px;
    background-image: url(img/House-sparrow.jpg);
    color :white;
    margin-top: 15px;
    margin-bottom: 5px;
    
    border-radius: 10px;
    background-size: cover;

}

.res-mobile h4{
  position: relative;
  top: 55px;
  
}
.mob-t{
  margin-bottom: 50px;
}










    /* Footer Styles */


    .footer {
      
      background-color: #f3f4f6; /* Modern green */
  
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px 0;
      text-align: center; 
      width: 100%;
      
    }

    .footer-logo{

      width: 40px;
      position: relative;
      top: 9px;
      right: 3px;
      display: inline-block;



    }

    .footer h3{
      display: inline-block;
    
    }

/* DONE */


/* go to top button */

    #goTopBtn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: none;
      background: #2563eb;
      color: white;
      
      border: none;
      padding: 20px;

      border-radius: 20px;
      font-size: 20px;
      cursor: pointer;
      box-shadow: 0 2px 6px rgba(0,0,0,0.3);
      display: block;
    }

    #goTopBtn:hover {
      background: #1e40af;
    }


    .test::after{
      content: " *";
      color: red;
    }












/* Media Queries for Responsiveness done  */

