*{
      text-decoration: none;
    font-family: 'Poppins', sans-serif;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    html, body{
   width: 100%;
    overflow-x: hidden;
    height: auto;
    scroll-behavior: smooth;
    background: linear-gradient(to bottom, #0a003b, #010973, #040480);
    margin: 0;
    color: #333;
    }
    
    
@media (min-width:899.99px){
     header{
        background: linear-gradient(to left, #0a003b, #010973);
 height: auto;
    top:0;
    display:block;
    align-items: center;
     position: fixed;
    width: 100%;
    z-index: 2;
   
}
.logo{ width:5%;
    margin-right: 1%;
    position: relative;
    float: left;
    height: auto;
    margin-left: 5%;
    border-radius: 10px;
}
       .wrappers  nav{
        
          width: auto;
    text-align: center;
            margin: 2% 5%;
            }
        .wrappers nav ul{    
              list-style-type: none;
    display: flex;
    width: auto;
    padding: 0;
 gap:5%;
            }
        .wrappers nav ul li{
            
            width: auto;
            margin: 0;
    cursor: pointer;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
              }
       .wrappers nav ul li a{
       
        width: auto;
             font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #ff7043;
    transition: color 0.3s ease-in-out;
            }
        .wrappers nav ul li a:hover{
            color: white;
            }  
       #toggle{
           display: none;
            }
       .wrappers .checkbtn{
           display: none;
            }
       .profile{box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
     justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
    padding: 10% 10%;
    padding-bottom: 0;
    text-align: center;
 position: relative;
 gap:5%;
}
.me{ float: left;
    width: 100%;
    position: relative;
    height: auto;
     border-radius: 10px;
    box-shadow: 0 0 20px rgba(156, 207, 242, 0.5);
    animation: zoomIn 1s ease forwards;
}

.myintro{
    width: 100%;
    text-align: left;
    position: relative;
     
}
.profile h1{
      font-size: 2.8rem;
    color: #ff7043;
    text-shadow: 2px 2px 5px #000;
    font-weight: bold;
  
}
       
.profile h2{ font-size: 2rem;
    color: #ffffff;
}

.typing {
    font-size: 2rem;
    color: #ffffff;
    border-right:none; 
    overflow: hidden;
    width: fit-content;
}


@keyframes zoomIn{
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }}
.social-media{
       margin-top: 3%;
    font-size: 2rem;
    padding: 2%;
    border-radius: 50%;
    background: linear-gradient(to right, #ff7043, #ffa726);
    color: #fff;
    box-shadow: 0 0 10px rgba(255, 105, 0, 0.8);
    opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.5s ease, transform 0.5s ease;

}
.social-media.show {
  opacity: 1;
  transform: translateX(0);
}
.social-media:hover{
    color:rgb(255, 68, 0);
}
.containers{  width: 90%;
    margin: 5%;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    margin: auto;
    height: fit-content;
    text-align: justify;
    padding: 20px;
     background-image:url('skillsbackground.jpg');
 background-repeat: no-repeat;
  background-position: center; 
  background-size: cover
}
.about h1{ font-size: 2em;
          color: #ff7043;
     font-family: "Poppins", sans-serif;      }
.containers h3 {
    margin-top: 2%;
    opacity: 1;
    font-size: 1.6em;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}
 .containers p{  font-size: 1.4em;
    background-color: rgb(255, 255, 255);
    padding: 15px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
    word-wrap: break-word;
    opacity: 1;
    word-break: keep-all;
    text-align: justify;
    word-spacing: -.5px;
    line-height: 1.5;
    border-radius: 5px;  }
    .containers button{
        display: none;
    }
    .details{
        position: relative;
        display: block;
        opacity: 1;
    }
    .fade-in{
        display: block;
        opacity: 1;
    }
.about {    
      margin-top: 2%;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    border-radius: 10px; 
   }
   .diver{
    z-index: 9;
       margin:2%;
    float: right;
    width:100%;
    height: auto;
position: relative;
 box-shadow: 0px 0px 25px rgb(0, 191, 255);
  border-radius: 10px;
    overflow: hidden;
     transform: translateX(100%); 
    transition: transform 0.5s ease-in-out; 
    opacity: 0;
}
.diver.show {
    transform: translateX(0); 
    opacity: 1;
}
.diver:hover{
     transform: scale(1.5);

}
.diverme {
    
    align-items: center;
    display: inline-flex;
    position:relative;
    height: auto;
 width: 100%;
    transform: translateX(-50%); 
    transition: transform 0.5s ease-in-out; 
    opacity: 0; 
}

.diverme.show {
    transform: translateX(0); 
    opacity: 1;
}
.traveler{
     z-index: 9;
       margin:2%;
    float: left;
     width:100%;
    height: auto;
position: relative;
 box-shadow: 0px 0px 25px rgb(0, 191, 255);
  border-radius: 10px;
    overflow: hidden;
     transform: translateX(100%); 
    transition: transform 0.5s ease-in-out; 
    opacity: 0;
}
.traveler.show {
    transform: translateX(0); 
    opacity: 1;
}
.traveler:hover{
     transform: scale(1.5);

}

.travelme {
    height: auto;
    display: inline-flex;
    position: relative;
    align-items: center;
 width: 100%;
    transform: translateX(-50%); 
    transition: transform 0.5s ease-in-out; 
    opacity: 0; 
}

.travelme.show {
    transform: translateX(0); 
    opacity: 1;
}
   .under{
    z-index: 9;
       margin:2%;
    float: right;
    width:100%;
    height: auto;
position: relative;
 box-shadow: 0px 0px 25px rgb(0, 191, 255);
  border-radius: 10px;
    overflow: hidden;
     transform: translateX(100%); 
    transition: transform 0.5s ease-in-out; 
    opacity: 0;
}
.under.show {
    transform: translateX(0); 
    opacity: 1;
}
.under:hover{
     transform: scale(1.5);

}
.aboutme {
    
    align-items: center;
    display: inline-flex;
    position:relative;
    height: auto;
 width: 100%;
    transform: translateX(-50%); 
    transition: transform 0.5s ease-in-out; 
    opacity: 0; 
}

.aboutme.show {
    transform: translateX(0); 
    opacity: 1;
}
.educ{
       margin:2%;
    float: left;
    width:100%;
    height: auto;
position: relative;
 box-shadow: 0px 0px 25px rgb(0, 191, 255);
  border-radius: 10px;
    overflow: hidden;
}
.educ:hover{
     transform: scale(1.5);

}
.fade-in {
    
    align-items: center;
    display: inline-flex;
    position:relative;
    height: auto;
 width: 100%;
}
.skill{
     background-image: url('me8.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   padding: 5% 5%;
   margin: 5%;
            width: 90%;
            height: auto;
}
.skill h1{
text-align: center;
            font-size: 3em;
            color: #ff7043;
            text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.4);
}

        .skill .carousel {
            display: flex;
            width: 100%;
            gap: 5%;
        }

        .skill .carousel-item {
             background: linear-gradient(to left,rgba(255, 127, 80, 0.644),rgba(178, 166, 32, 0.699));
            padding: 2%;
            width: 100%;
        }

        .skill .carousel-item h1 {
                   padding: 1%;
            font-size: 2em;
            font-family: "Roboto", sans-serif;
            color: #000;
            text-shadow: none;
        }

        .skill .carousel-item li {
            padding: 1%;
            font-size: 1.5em;
            font-family: "Roboto", sans-serif;
            line-height: 1.5;
            color: #fff;
      word-wrap: break-word;
            margin-bottom: 2%;
        }

        .skill .buttons {
            text-align: center;
            margin-top: 10px;
        }

       .skill .button {
            background: #ff7043;
            color: #000;
            padding: 10px 15px;
            font-size: 1em;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            margin: 5px;
            transition: background 0.3s;
        }

       .skill .button:hover {
            background: #e05f33;
        }


.sample{
    margin-top: 1%;
    position: relative;
    display: inline;
    width: 100%;
}
.sample h2{
    text-align: center;
            font-size: 2.8em;
            color: #ff7043;
            text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.4);
font-family: "Poppins", sans-serif;   
}  
.projects{
    width: 100%;
    height: auto;
    display: flex;
    padding: 5%;
    gap: 3%;
} 
.web{
    width: 100%;
    margin: 0;
  position: relative;
}

.web:hover{
     transform: scale(1.1);

}
.sample p{ font-size: 1.4em;
    background-color: rgb(255, 255, 255);
    padding: 15px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
    word-wrap: break-word;
    opacity: 1;
    word-break: keep-all;
    text-align: center;
    word-spacing: -.5px;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    line-height: 1.5;
    border-radius: 5px;  
}


.pricing-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin: 3% auto;
  width: 90%;
}

.pricing-box {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 4px 10px rgba(0,0,0,0.2);
  padding: 20px;
  width: 300px;
  text-align: center;
  transition: transform 0.3s ease-in-out;
}

.pricing-box:hover {
  transform: scale(1.05);
}

.pricing-box h3 {
  font-size: 1.8em;
  color: #ff7043;
  margin-bottom: 10px;
}

.price {
  font-size: 1.6em;
  font-weight: bold;
  color: #010973;
  margin-bottom: 15px;
}

.pricing-box ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 15px;
}

.pricing-box ul li {
  font-size: 1.1em;
  margin: 8px 0;
  color: #333;
}

.pricing-box small {
  font-size: 0.9em;
  color: #666;
}
.contact{
     box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 1%;
    margin-top: 1%;
    margin-left: 24%;
    margin-right: 24%;
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    background: linear-gradient(135deg, #f6a21c, #e95e00);
    border-radius: 10px;
}
.contact h1{ 
   font-size: 3em;
   text-shadow: none;
    color: #000;
    font-family: "Poppins", sans-serif;
    text-align: center;
  }
      .booking-form{   
        margin-left: 2%;
        margin-right: 2%;
         display: flex;
    flex-direction: column;
    width: 96%;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
      }
     
      .booking-form input{
        width: 100%;
    padding: 15px;
    font-size: 1.2em;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    transition: 0.3s ease-in-out;
      }
      .booking-form input:focus {
    border-color: #ff9334;
    box-shadow: 0px 0px 10px rgba(255, 147, 52, 0.4);
}
      .booking-form button{
    margin-left: 24%;
    margin-right: 24%;
       width: 50%;
    padding: 12px;
    color: #000;
    background: #ff9334;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease;
      }
      .booking-form button:hover{
background: #e95e00;
    transform: scale(1.05);
    opacity: 0.8;
      }

.booking-form:hover{
    transform: scale(1.1);
}

.hire-me {
    width: 100%;
    padding: 2%;
    overflow-x: hidden;
    color: black;
    text-align: center;
    margin-top: 3%;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
}
.hire-me .container {
    width: 100%;
    margin: auto;
    padding: 5%;
}
.hire-me h1 {
    font-size: 2.2em;
    font-weight: bold;
    color: #ff7043;
    font-family: "Poppins", sans-serif;
}
.hire-me .fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.hire-me .fade-in.show {
    opacity: 1;
    transform: translateY(0);
}
.intro {
    color: #ffffff;
    font-size: 1.5em;
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
}
.questions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
}

.question-block {
    background: rgba(255, 255, 255, 0.438);
    padding: 20px;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}
.hire-me h2 {text-align: center;
    font-size: 1.8em;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
}
.hire-me p{
      background: #ffffff;
    text-align: center;
    font-size: 1.3em;
    padding: 2%;
    color: #000;
    font-family: "Roboto", sans-serif;
}
.cta-button {
   justify-self: center;
   justify-content:center ;
    background: #ff7043;
    color: #000;
    font-size: 1.4em;
    padding: 1%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 30px;
    transition: background 0.3s ease-in-out;
    font-weight: bold;
    width: 50%;
}

.cta-button:hover {
    background: #e95e35;
}

}

@media (max-width: 899.98px){
    header{
        background: linear-gradient(to left, #0a003b, #010973);
 height: auto;
    top:0;
    display:inline-flex;
    align-items: center;
     position: fixed;
    width: 100%;
    padding: 2% 2%;
    z-index: 2;
   
}
.logo{ width:20%;
    margin: auto;
    position: relative;
    float: left;
    height: auto;
    border-radius: 10px;
}
   
.wrappers{
    float: right;
    width: 30%;
    margin: auto;
                }
            .checkbtn{   
                display: block;
    color: #fff;
    height: fit-content;
    position: relative;
    width: auto;
    font-size:2em;
    text-align: center;
    cursor:pointer;
    transition: .5s ease;
                }
            .checkbtn:hover{
                opacity: 0.5;
            }
            .wrappers input{
                display: none;
            }
            .wrappers div label:hover{
                background-color: none;
            }
            .wrappers  .firstnav{
                display: none;
                position: fixed;
                top:60px;
                left: 0;
                width: 100%;
                height: calc(100vh - 60px);
    background: linear-gradient(to bottom, #0a003b, #010973, #040480);
padding: 16px;
z-index: 999;
                }
            input[type=checkbox]:checked~.firstnav{
                display: block;
            }
            .wrappers nav ul{ 
               margin-top: 1%;
                }
            .wrappers nav ul li{
                padding: 1% 1%;
                height: auto;
                }
            .wrappers nav ul li a{
                text-align: center;
                display: flex;
                padding: 1% 2%;
                border: none;
                background: none;
                font-size: 1.125em;
                width:100%;
                margin: 0;
                margin-left: 1%;
                cursor: pointer;
                font-family:'Roboto';
                   color: #ff7043;  }
            .wrappers nav ul li:hover{
                opacity: #fff;
                }
            .wrappers nav ul li a:hover{
               color:#fff;
               text-shadow: 1px 1px 5px black;
                }
           .wrappers nav ul li:hover > ul{
               display: block;
                }    
              
  .profile{
    margin-top: 20%;
    background-color: #03021415;
         flex-direction: column;
        padding: 20px;
        text-align: center;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
}
.me{  width: 60%;
        margin: auto;
     border-radius: 10px;
    box-shadow: 0 0 20px rgba(156, 207, 242, 0.5);
    animation: zoomIn 1s ease forwards;
}

.myintro{
  width: 100%;
        text-align: center;
     
}
.profile h1{
      font-size: 1.5em;
    color: #ff7043;
    text-shadow: 2px 2px 5px #000;
    font-weight: bold;
  
}
       
.profile h2 { 
    font-size: 1.2em;
    color: #ffffff;
}

.typing {
    font-size: 1.2rem;
    color: #ffffff;
    width: 8ch;
    height: auto;
    text-align: left;
}


@keyframes zoomIn{
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }}
.social-media{
       margin-top: 3%;
    font-size: 1.5rem;
    padding: 8px;
    border-radius: 50%;
    background: linear-gradient(to right, #ff7043, #ffa726);
    color: #fff;
    box-shadow: 0 0 10px rgba(255, 105, 0, 0.8);
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.5s ease, transform 0.5s ease;

}
.social-media.show {
  opacity: 1;
  transform: translateX(0);
}
.social-media:hover{
    color:rgb(255, 68, 0);
}


.about {    
      margin-top: 2%;
    width: 100%;
    height: auto;
    justify-content: space-evenly;
    text-align: justify;
    align-items: center;
    padding: 1%;
    border-radius: 10px; 
   }   .diver, .traveler, .under, .educ{
    z-index: 9;
       margin:1% 1%;
    width:100%;
    height: auto;
 box-shadow: 0px 0px 25px rgb(0, 191, 255);
    overflow: hidden;
}

.diverme, .travelme, .aboutme {
    
    align-items: center;
    display: block;
    position:relative;
    height: auto;
 width: 100%;
    transform: translateX(-50%); 
    transition: transform 0.5s ease-in-out; 
    opacity: 0; 
}

.diverme, .travelme, .aboutme.show {
    transform: translateX(0); 
    opacity: 1;
}


.containers{  width: 95%;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    margin: auto;
    height: fit-content;
    text-align: justify;
    padding: 10px;
    background-image:url('skillsbackground.jpg');
 background-repeat: no-repeat;
  background-position: center; 
  background-size: cover


}

.details
{
    display: none;
  min-height: 100px; 

}


h1{ font-size: 1.5em;
        color: #ff7043;
     font-family: "Poppins", sans-serif;      }
 h3 {
    font-size: 1.4em;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}

     p{  font-size: 1.125em;
    background-color: #ffffff;
    padding: 15px;
    font-family: 'Roboto' sans-serif;
    line-height: 1.8;
     transition: transform 10s ease-in-out; 
    text-align: left;
}

/* Skills Section */
.skill {
  background-image: url('me8.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5% 5%;
  margin: 5% auto;
  width: 90%;
  border-radius: 10px;
}

.skill h1 {
  text-align: center;
  font-size: 3em;
  color: #ff7043;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
}

.skill .carousel {
  display: flex;
  gap: 5%;
}

.skill .carousel-item {
  background: linear-gradient(to left, rgba(255,127,80,0.49), rgba(178,166,32,0.47));
  padding: 2%;
  flex: 1;
  border-radius: 8px;
}

.skill .carousel-item h1 {
  font-size: 2em;
  font-family: "Roboto", sans-serif;
  color: #fff;
  margin-bottom: 10px;
}

.skill .carousel-item li {
  font-size: 1.2em;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  color: #000;
  margin-bottom: 8px;
}

/* Projects Section */
.sample {
  margin-top: 2%;
  width: 100%;
}

.sample h2 {
  text-align: center;
  font-size: 2.5em;
  color: #ff7043;
  text-shadow: 2px 4px 4px rgba(0,0,0,0.4);
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.projects {
  display: flex;
  justify-content: center;
  gap: 3%;
  padding: 5%;
}

.web {
  width: 45%;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.web:hover {
  transform: scale(1.05);
}

.sample p {
  font-size: 1.3em;
  background-color: #fff;
  padding: 15px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  width: 70%;
  margin: 20px auto;
  line-height: 1.5;
  border-radius: 5px;
}

/* Pricing Section */
.pricing-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin: 3% auto;
  width: 90%;
}

.pricing-box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 4px 10px rgba(0,0,0,0.2);
  padding: 20px;
  width: 300px;
  text-align: center;
  transition: transform 0.3s ease-in-out;
}

.pricing-box:hover {
  transform: scale(1.05);
}

.pricing-box h3 {
  font-size: 1.8em;
  color: #ff7043;
  margin-bottom: 10px;
}

.price {
  font-size: 1.6em;
  font-weight: bold;
  color: #010973;
  margin-bottom: 15px;
}

.pricing-box ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 15px;
}

.pricing-box ul li {
  font-size: 1.1em;
  margin: 8px 0;
  color: #333;
}

.pricing-box small {
  font-size: 0.9em;
  color: #666;
}

/* Responsive Fixes */
@media (max-width: 899.98px) {
  .skill {
    width: 95%;
    padding: 5% 3%;
  }

  .skill h1 {
    font-size: 2em;
  }

  .skill .carousel {
    flex-direction: column;
    gap: 1.5rem;
  }

  .skill .carousel-item h1 {
    font-size: 1.5em;
  }

  .skill .carousel-item li {
    font-size: 1em;
  }

  .projects {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 3%;
  }

  .web {
    width: 90%;
    max-width: 400px;
  }

  .sample h2 {
    font-size: 2em;
  }

  .sample p {
    width: 90%;
    font-size: 1.1em;
  }

  .pricing-container {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 95%;
  }

  .pricing-box {
    width: 90%;
    max-width: 400px;
    padding: 16px;
  }

  .pricing-box h3 {
    font-size: 1.5em;
  }

  .price {
    font-size: 1.3em;
  }

  .pricing-box ul li {
    font-size: 1em;
  }
}
.contact{
     box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 1%;
    margin-top: 1%;
    width: 90%;
    margin-left:4%;
    margin-right: 4%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    background: linear-gradient(135deg, #f6a21c, #e95e00);
}
.contact h1{ 
   font-size: 1.5em;
   text-shadow: none;
    color: #000;
    font-family: "Poppins", sans-serif;
    text-align: center;
  }
      .booking-form{   
        margin-left: 2%;
        margin-right: 2%;
         display: flex;
    flex-direction: column;
    width: 96%;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
      }
     
      .booking-form input{
        width: 100%;
    padding: 15px;
    font-size: 1.2em;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    transition: 0.3s ease-in-out;
      }
      .booking-form input:focus {
    border-color: #ff9334;
    box-shadow: 0px 0px 10px rgba(255, 147, 52, 0.4);
}
      .booking-form button{
    margin-left: 24%;
    margin-right: 24%;
       width: 50%;
    padding: 12px;
    color: #000;
    background: #ff9334;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease;
      }
      .booking-form button:hover{
background: #e95e00;
    transform: scale(1.05);
    opacity: 0.8;
      }

.booking-form:hover{
    transform: scale(1.1);
}
.hire-me {
    max-width: 94%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 2% 2%;
    overflow-x: hidden;
    background: linear-gradient(to right, #0f172a, #1e293b);
    color: black;
    text-align: center;
    margin-top: 3%;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
}
.hire-me .container {
    width: 100%;
    margin: auto;
}
.hire-me h1 {
    font-size: 2.2em;
    font-weight: bold;
    color: #ff7043;
    font-family: "Poppins", sans-serif;
}
.hire-me .fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.hire-me .fade-in.show {
    opacity: 1;
    transform: translateY(0);
}
.intro {
    font-size: 1.3em;
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
}
.questions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
}

.question-block {
    background: rgba(255, 255, 255, 0.438);
    padding: 20px;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}
h2 {text-align: center;
    font-size: 1.3em;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
}
.cta-button {
    background: #ff7043;
    color: #000;
    font-size: 1.4em;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 30px;
    transition: background 0.3s ease-in-out;
    font-weight: bold;
}

.cta-button:hover {
    background: #e95e35;
}
}






