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

header{
    background-image: url("/image/tool\ uses\ 2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
    width: 100%;
    background-size: 100%;
}

.innerNav{
    background-color: #b3a298;
}

.hamburger, #toggle{
 display: none;
}

.navbar{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 8vh;
    max-width: 1200px;
    margin: auto;
   /* padding-top: 10px; */
}

.navRight{
     transform: translateY(-18px); /* moves the logo up */

}

.navLeft > a{
    padding-top: .5rem;
    padding-left: 1rem;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
}

.navLeft > a::after{
    content: "";
  position: absolute;
  left: 0;
  bottom: -4px; /* space between text and line */
  width: 0%;
  height: 2px; /* color of the line */
  transition: width 0.3s ease;
}

.navLeft > a:hover{
    color:#8b63d7;
}

.navLeft > a:hover::after{
    width: 100%;
}

.secOne{
    text-align: center;
    padding-bottom: 1rem;
}
.secOne>h2{
    color: #8b63d7;
    padding-block: 1rem;
    font-size: 2rem;
}
.secOne>p{
    padding-bottom: 1rem;
    width: 500px;
    margin: auto;
    font-size: .8rem;
    font-weight: 700;
}

.ourService{
    text-align: center;
    padding-block: 1rem;
}

.ourService > h2{
    color: #8b63d7;
    font-size: 2rem;
    padding-bottom: .5rem;
}

.ourService > p{
    font-size: .8rem;
    font-weight: 700;
}

.serCon{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    max-width: 1100px;
    margin: auto;
    padding-block: 1rem;
}

.imgOne > img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.imgOne > h5{
    position: absolute;
    top: 149%;
    left: 15%;
    color: #fff;
    background-color: transparent;
    width: 200px;
    font-size: 1.8rem;
    opacity: 0;               
    transition: opacity 0.3s ease;
    font-weight: 900;
}

.imgOne > h5:hover{
    opacity: 1;
}

.imgTwo > img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.imgTwo > h5{
    position: absolute;
    top: 150%;
    left: 40%;
    color: #fff;
    background-color: transparent;
    width: 200px;
    font-size: 1.8rem;
    opacity: 0;               
    transition: opacity 0.3s ease;
    font-weight: 900;
}

.imgTwo > h5:hover{
    opacity: 1;
}

.imgThree > img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.imgThree > h5{
    position: absolute;
    top: 153%;
    left: 65%;
    color: #fff;
    background-color: transparent;
    width: 200px;
    font-size: 1.8rem;
    opacity: 0;               
    transition: opacity 0.3s ease;
    font-weight: 900;
}

.imgThree > h5:hover{
    opacity: 1;
}

.secTwo>button{
    display: block;
    margin: auto;
    text-align: center;
    padding: .7rem 1rem;
    margin-bottom: 1rem;
    background-color: #8b63d7;
    border: none;
    border-radius: 10px;
}

.secTwo>button>a{
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

footer{
    background-color: #8b63d7;
    height: 60vh;
}

.footer2{
    height: 60vh;
}

footer>p{
    text-align: center;
    padding-top: 1rem;
    color: #fff;
}
footer>p > span{
    color: #c8c474;
}

.footer{
    border-bottom: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 4rem;
    gap: 10rem;
}

.navFooter > a{
    text-decoration: none;
    font-size: .8rem;
    font-weight: 800;
    color: #fff;
}

.navFooter>a>span{
    color: #c8c474;
}


.address>h5>span{
    color: #c8c474;
}


.location{
    display: flex;
    align-items: center;
    gap: .3rem;
    color: #fff;
}

.location>p>span{
    color: #c8c474;
}

.number{
    display: flex;
    align-items: center;
    gap: .3rem;
    color: #fff;
}

.number>p>span{
    color: #c8c474;
}

.followUp>h5>span{
    padding-bottom: 1rem;
    color: #c8c474;
}

.icons > a{
    border: 1px solid;
    border-radius: 100%;
    padding: .7rem;
    color: #c8c474;
}


a.email-btn {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  margin-bottom: 4rem;
}
a.email-btn:hover {
  background: #000;
}

.carousel-caption{
    color: #000;
}
.carousel-caption > p{
    color: #b3a298;
    max-width: 500px;
    margin: auto;
    padding-bottom: 5rem;
    font-weight: 700;
}
.carousel-caption > h5{
    color: #8b63d7;
    padding-bottom: 1rem;
}
.carousel-caption > h4{
    color: #8b63d7;
    padding-bottom: 4rem;
}

.aboutHead{
    background-image: url(https://filestage.io/wp-content/uploads/2025/01/marketing-agency-article_header.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 30vh;
    margin-bottom: 2rem;
}

.aboutHead>h3{
    text-align: center;
    padding-top: 1rem;
    width: 500px;
    margin: auto;
    text-transform: capitalize;
    color: #fff;
    font-weight: 900;
}
.aboutHead>h4{
    text-align: center;
    padding-top: 3.5rem;
    width: 500px;
    margin: auto;
    text-transform: capitalize;
    color: #fff;
    font-weight: 900;
}
.nav2{
    padding-top: 1rem;
}

.aboutUs{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1100px;
    margin: auto;
    gap: 2rem;
    margin-bottom: 1rem;
}

.aboutimg > img{
    border:4px solid #b3a298;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
     transition: all 0.3s ease;
}

.aboutimg>img:hover{
   transform: scale(1.03); /* slight zoom effect */
}

.whoWeAre{
    border:2px solid #b3a298;
    margin-bottom: 2rem;
    padding: 1rem 1rem;
    background-color: #b3a298;
    border-radius: 20px;
}

.whoWeAre>h6{
    font-size: 2rem;
    font-weight: 900;
    color: #8b63d7;
    text-transform: capitalize;
    padding-bottom: 1rem;
}

.whatWeDo{
     border:2px solid #b3a298;
    margin-bottom: 2rem;
    padding: 1rem 1rem;
    background-color: #b3a298;
    border-radius: 20px;
}

.whatWeDo > h6{
    font-size: 2rem;
    font-weight: 900;
    color: #10022a;
    text-transform: capitalize;
    padding-bottom: 1rem;
}

.vision{
     border:2px solid #b3a298;
    margin-bottom: 2rem;
    padding: 1rem 1rem;
    background-color: #b3a298;
    border-radius: 20px; 
}

.vision>h6{
    font-size: 2rem;
    font-weight: 900;
    color: #c8c474;
    text-transform: capitalize;
    padding-bottom: 1rem;
}

.mission{
     border:2px solid #b3a298;
    margin-bottom: 2rem;
    padding: 1rem 1rem;
    background-color: #b3a298;
    border-radius: 20px; 
}

.mission>h6{
    font-size: 2rem;
    font-weight: 900;
    color: #e6d4f4;
    text-transform: capitalize;
    padding-bottom: 1rem;
}

.aboutButt > button{
     display: block;
    margin: auto;
    text-align: center;
    padding: .7rem 1rem;
    margin-bottom: 1rem;
    background-color: #8b63d7;
    border: none;
    border-radius: 10px;
}

.aboutButt>button>a{
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

.aboutHead>h1{
    color: #8b63d7;
    text-align: center;
    padding-top: 2rem;
}

.ourService{
    max-width: 1100px;
    margin: auto;
}
.one{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.one > img{
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* X, Y, blur, color */
    border-radius: 10px; /* optional – makes corners smooth */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.one>img:hover{
    transform: scale(1.05); /* slightly zoom on hover */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); /* deeper shadow on hover */

}

.oneCont > p{
    font-weight: 700;
    font-size: 1rem;
    max-width: 500px;
}

.oneCont > h5{
    color: #8b63d7;
    font-size: 1.2rem;
    padding-bottom: 1rem;
    font-weight: 900;
}

.ourTeam{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-block: 1rem;
}

.dad > h2{
    text-align: center;
    padding-block: .5rem;
    color: #c8c474;
}
.dad > h6{
    text-align: center;
    font-size: 1rem;
    color: black;
    font-weight: 700;
}
.dad > img{
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* X, Y, blur, color */
    border-radius: 10px; /* optional – makes corners smooth */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dad>img:hover{
    transform: scale(1.05); /* slightly zoom on hover */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); /* deeper shadow on hover */

}


@media (min-width:320px) and (max-width:500px){
    .InnerNav{
        width: calc(100% - 40px);
        margin: auto;
        margin-bottom: 0%;
    }

    .hamburger{
        display: block;
        font-size: 1.5rem;
        color: #fff;
        padding-right: 1rem;
    }

    #toggle:checked + .navLeft{
        display: block;
        transform: none;
    }

    .navLeft{
        display: none;
        position: absolute;
        width: 85%;
        padding: 1.4rem 1rem;
        top: 3rem;
        right: 3px;
        z-index: 1;
        background-color: dimgray;
        opacity: 0.8;
        border-bottom: 4px solid #fff;
        transform: translate(100% 0);
        transition: transform 0.5s cubic-bezier(0.077, 0.2, 0.05, 1);
        /* display: flex;
        flex-direction: column; */
    }

    .tools{
        width: calc(100% - 40px);
        margin: auto;
        padding-left: 6.5rem;
    }

    .navLeft>a{
     display: flex;
     flex-direction: column;
     padding: 1rem 3rem;
     margin: auto;
    }

    /* .header{
     height: 185vh;
     width: 100%;
    } */

    .secOne{
        width: calc(100% - 40px);
        margin: auto;
    }
    .secOne>p{
        font-size: .7rem;
        width: calc(100% - 40px);
        margin: auto;
    }
    .secTwo{
        width: calc(100% - 40px);
        margin: auto;
    }
    .secTwo>p{
        font-size: .5em;
        width: calc(100% - 40px);
        margin: auto;
    }

    .serCon{
        width: calc(100% - 40px);
        display: flex;
        flex-direction: column;
    }

    
.imgOne > img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.imgOne > h5{
    position: absolute;
    top: 155%;
    left: 7%;
    color: #fff;
    background-color: transparent;
    width: 200px;
    font-size: 1.8rem;
    opacity: 0;               
    transition: opacity 0.3s ease;
    font-weight: 900;
}

.imgOne > h5:hover{
    opacity: 1;
}

.imgTwo > img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.imgTwo > h5{
    position: absolute;
    top: 175%;
    left: 7%;
    color: #fff;
    background-color: transparent;
    width: 200px;
    font-size: 1.8rem;
    opacity: 0;               
    transition: opacity 0.3s ease;
    font-weight: 900;
}

.imgTwo > h5:hover{
    opacity: 1;
}

.imgThree > img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.imgThree > h5{
    position: absolute;
    top: 200%;
    left: 7%;
    color: #fff;
    background-color: transparent;
    width: 200px;
    font-size: 1.8rem;
    opacity: 0;               
    transition: opacity 0.3s ease;
    font-weight: 900;
}

.imgThree > h5:hover{
    opacity: 1;
}

#carouselExampleCaptions{
    display: none;
}

footer{
    width:100%;
    margin: auto;
    height: 150vh;
}
.footer{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.address{
    width: calc(100% - 40px);
    margin: auto;
}

.footer2{
    height: 125vh;
    color: #8b63d7;
}

.aboutHead>h4{
    max-width: 300px;
    margin: auto;
}
.aboutHead>h3{
    max-width: 300px;
    margin: auto;
}

.aboutUs{
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column-reverse;
}

.aboutimg>img{
    width: 300px;
}

.ourTeam{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ourService{
    width: calc(100% - 40px);
    margin: auto;
}

.one{
    width: calc(100% - 40px);
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 1rem;
}

.two{
    width: calc(100% - 40px);
    margin: auto;
    display: flex;
    flex-direction: column-reverse;
}

.one>img{
    width: 300px;
}

}
