:root {
    --primary1: #fb591d;
    --primary-dark: #f6a72e;
    --text: #2b2d42;
    --light: #f8f9fa;
    --border1: #e9ecef;
    --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    color: #e7e7e7;
    min-height: 100vh;
    line-height: 1.5;
}

.wave-cont{
    min-height: 80vh;
    width: 100%;
    background: linear-gradient(to right, #f6a72e, #fb591d);
    /* background: #f46527; */
    position: relative;
}
.wave-cont nav a{
    color: #fff;
}
.wave-cont svg{
    position: absolute;
    bottom: 0;
    left: 0;
}

.logo{
  /* color: #fff; */
  opacity: 0;
}

.content {
    width: 100%;
   
    z-index: 999;
    display: flex;
    position: absolute;
    top: 20%;
    left: 30%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
   
}
.content h1{
    font-size: 3.5rem;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
}
.content p{
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
}
.content img{
    width: 100%;
    padding-top:-10rem;
   
}

.contact-container {
            max-width: 800px;
            margin: 0 auto;
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: var(--shadow);
           flex: 1 1 800px;
            width: 100%;

        }
        
        .contact-header {
            background: linear-gradient(135deg, var(--primary), var(--primary-dark));
            color: white;
            padding: 2rem;
            text-align: center;
        }
        
        .contact-header h1 {
            font-size: 2.5rem;
            font-weight: 700;
            letter-spacing: 1px;
            margin-bottom: 0.5rem;
        }
        
        .contact-form {
            padding: 2.5rem;
        }
        
        .form-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
            margin-bottom: 1.5rem;
        }
        
        .form-group {
            margin-bottom: 1.5rem;
        }
        
        .form-group.full-width {
            grid-column: span 2;
        }
        
        label {
            display: block;
            margin-bottom: 0.5rem;
            font-weight: 500;
            color: var(--text);
        }
        
        input, textarea, select {
            width: 100%;
            padding: 0.75rem 1rem;
            border: 1px solid var(--border1);
            border-radius: 8px;
            font-size: 1rem;
            transition: border 0.3s, box-shadow 0.3s;
            background-color: white;
        }
        
        input:focus, textarea:focus, select:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(58, 134, 255, 0.2);
        }
        
        textarea {
            min-height: 120px;
            resize: vertical;
        }
        
        .contact-form .submit-btn {
            background-color: var(--primary1);
            color: white;
            border: none;
            padding: 0.875rem 2rem;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.3s, transform 0.2s;
            display: block;
            width: 100%;
            max-width: 200px;
            margin: 2rem auto 0;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .submit-btn:hover {
            background: var(--primary-dark);
            transform: translateY(-2px);
        }
        
        @media (max-width: 768px) {
            .form-grid {
                grid-template-columns: 1fr;
            }
            
            .form-group.full-width {
                grid-column: span 1;
            }
            
            .contact-header h1 {
                font-size: 2rem;
            }
        }

.content1{
    margin: 15rem 0rem;
    background-color: #fff;
    /* height: 30rem; */
    width: 100%;
}
.contact-main{
    display: flex;
    justify-content: center;
    padding: 1rem 6rem;
}
.contact-info{
    flex: 1 1 50px;
     width: 100%;
}
.contact-info .subheading{
    max-width: 30rem;
    color: #1a1a1a;
    padding: 1rem 0rem;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.05em;
}
.contact-info h4{
     font-size: 1.2rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin: 0.3rem 0;
        color: #f46527;
        line-height: 1.2;
        text-shadow: 0 0 10px rgba(128, 128, 128, 0.418);
}
.contact-cont{
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 1rem;
        /* margin: 5px auto;
        padding: 2rem 3rem;
        flex-wrap: wrap;
        transition: all 0.3s ease; */
      }

      .contact-cont .desc11{
        font-size: 1rem;
        font-weight: 300;
        color: #1a1a1a;
        /* letter-spacing: 0.05em; */
        line-height: 1.5;
        margin-top: 0.5rem;
        max-width: 20rem;
      }

       .social-icons{
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 2rem;
        margin: 5px;
        /* margin: 1rem 1rem; */
      }
@media (max-width: 768px) {

       .container{
         padding: 0 0rem;
         margin: 0;
    }

    .content {
    top: 20%;
    left: 0%;
    padding: 0 1rem;
}

.content h1 {
    font-size: 2rem;
}

.content p {
    font-size: 1rem;
}

.content1{
    margin: 3rem 0rem;
    background-color: #fff;
    /* height: 30rem; */
    padding: 0;
    width: 100%;
}
.contact-main{
    flex-direction: column;
    padding: 1rem 1rem;
}.contact-container {
    margin-top: 2rem;
   padding: 0;
   width: 100%;

}
}