
body {
    font-family: 'Poppins', Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #000000;
    line-height: 1.6;
}

h1, h2, h3, h4 {
    margin: 0;
    font-weight: 700;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Section 1 - Hero */
.div1 {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    overflow: hidden;
    color: white;
}

.div1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.6); */
    z-index: 1;
}

.img1 {
    position: absolute;
    top: 20%;
    left: 5%;
    z-index: 2;
    width: 200px;
}

.img2 {
    position: absolute;
     bottom: 10px; 
   left: 45%; 
    z-index: 1;
    width: 55%;
}

.div1_1 {
    position: relative;
    left: 10%;
    z-index: 3;
    max-width: 50%;
    text-align: center;
}

.div1_1 h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.div1_1 h2 {
    font-size: 1.2rem;
    font-weight: 400;
}

.div1_2.img {
    position: relative;
    z-index: 3;
    max-width: 40%;
}

.div1_2.img img {
    width: 100%;
    max-width: 400px;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
}

/* Section 2 - Contact Info */
.div2 {
    padding: 5% ;
    text-align: center;
    background: white;
}

.divtop {
    margin-bottom: 3rem;
}

.divtop h3 {
    color: #0066cc;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.divtop h1 {
    font-size: 2.5rem;
    color: #000000;
}

.divbottom {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.box1, .box2, .box3 {
    background: #eff1ff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    width: 300px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box1:hover, .box2:hover, .box3:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.socail {
    text-align: center;
    margin-top: 1.5rem;
}

.socail h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #444;
}

.socail a {
    color: #000000;
    font-weight: 500;
    transition: color 0.3s ease;
}

.socail a:hover {
    color: #004499;
}

/* Section 3 - Contact Form */
.div3 {
    padding: 5% ;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3rem;
    background: white;
}

.div3_img {
    flex: 1;
    min-width: 400px;
}

.div3_img img {
    width: 100%;
    
  
}

.roww {
    flex: 1;
    min-width: 50%;
}

.contact-author-boxarea {
    background: #eff1ff;
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contact-author-boxarea h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #000000;
}

.space8 {
    height: 2rem;
}

.row1 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.col1 {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

/* .col-lg-6 {
    flex: 1;
    min-width: 200px;
} */

.input-area input, .input-area textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.input-area input:focus, .input-area textarea:focus {
    outline: none;
    border-color: #0066cc;
}

.input-area textarea {
    min-height: 120px;
    resize: vertical;
}

.vl-btn2 {
    background: var(--Main-Color, linear-gradient(90deg, #2e0797 0%, #726efc 100%));
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
}

.vl-btn2:hover {
    background: #004499;
}

/* Section 4 - CTA */
.div4 {
    position: relative;
    padding: 0px ;
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.div4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.7); */
    z-index: 1;
}

.div4-1 {padding: 10px;
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.div4-1 h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.div4-1 p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.div4-1 span {
    display: flex;
    justify-content: center;
    justify-self:center;
    flex-wrap: wrap;
    /* gap: 1rem; */
     background-color: whitesmoke;
     color: #000000;
text-align: center;
padding: 10px;
width: 50%;
align-items: center;
border-radius: 10px;
   
}

.div4-span {
    text-align: center;
    flex: 1;
    min-width: 200px;
}

.div4-span h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.div4-span button {
    background: var(--Main-Color, linear-gradient(90deg, #2e0797 0%, #726efc 100%));
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    min-width: 150px;
}



.div4-2 {
    position: relative;
    z-index: 2;
    max-width: 500px;
}

.div4-2-img1 {
    position: absolute;
     /* top: -50px; */
    right: 60%; 
    width: 150px;
    z-index: -1;
    animation: rotate 10s linear  infinite;
}

.div4-2-img2 img {
    width: 100%;
    max-width: 400px;
    /* animation: float 3s ease-in-out infinite; */
}

@keyframes rotate {
    0% { transform:scale(0deg); }
    100% { transform: rotate(360deg); }
}

/* Footer */
.footer {
    background: #ffffff;
    color: rgb(0, 0, 0);
    padding: 10px ;
    padding-top: 3%;
    margin: 10px;
   
}

.Basepage {
    max-width: 100%;
    /* margin: 0 auto; */
}

.main-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-between;
    margin-bottom: 3rem;
}


.fot {
    max-width: 300px;
}

.fot img {
    max-width: 150px;
    margin-bottom: 1.5rem;
}

.fot p {
    opacity: 0.8;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.ul-footer-2 {
    display: flex;
    gap: 1rem;
    padding: 0;
    list-style: none;
}

.li .button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    cursor: pointer;
}

.li .button:hover {
    background: #0066cc;
}

.li .button i {
    font-size: 1rem;
}

.fot1, .fot2, .fot3 {
    min-width: 200px;
}

.fot1 lu, .fot2 lu, .fot3 lu {
    list-style: none;
    padding: 0;
}

.h3fot {
    font-size: 1.3rem;
    margin-bottom: 10%;
    position: relative;
    padding-bottom: 5px;
}

.h3fot::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    /* background: #0066cc; */
}

.text {
    margin-bottom: 0.8rem;
    opacity: 0.8;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.text:hover {
    opacity: 1;
    transform: translateX(5px);
}

.text a:hover {
    color: #0066cc;
}

.lastpart {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0.7;
    font-size: 0.9rem;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .div1 {
        flex-direction: column;
        height: auto;
        padding: 5rem 5%;
        text-align: center;
    }
    
    .div1_1 {
        max-width: 100%;
        margin-bottom: 2rem;
  position: relative;
  left: 10px;
    z-index: 3;
    max-width: 50%;
    text-align: center;
    }
    
    .div1_2.img {
        max-width: 80%;
    }
    
    .div3 {
        flex-direction: column;
    }
    
    .div4 {
        flex-direction: column;
        text-align: center;
    }
    
    .div4-1 {
        margin-bottom: 2rem;
    }
    
    .div4-span {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .div1_1 h1 {
        font-size: 2.5rem;
    }
    
    .divtop h1 {
        font-size: 2rem;
    }
    
    .div4-1 h1 {
        font-size: 2rem;
    }
    
    .main-footer {
        flex-direction: column;
        gap: 2rem;
    }
}

@media (max-width: 576px) {
    .div1_1 h1 {
        font-size: 2rem;
    }
    
    .col1 {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .col-lg-6 {
        min-width: 100%;
    }
    
    .div4-2-img1 {
        display: none;
    }
    .div3_img img{
        width: 101%;
    }
  
    
}
@media (max-width: 400px){
    body{
        width: fit-content;
    }
}
@media (max-width: 300px) {
    .roww {
        width: 284px;
        position: relative;
        right: 3%;

    }
    .contact-author-boxarea h3{
        font-size: 114%;
    }
}
@media (max-width: 260px) {
    /* .roww {
               width: 205px;
        position: relative;
        right: 41%;

    }
    .div3_img {
        position: relative;
    right: 22%;
    } */
    .div4-1 span{
        width: 72%;
    }
}


