*{
    margin:0;
    padding:0;
}

.navbar{
    background:white;
    height:90px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:0 60px;
}

.logo img{
    height:90px;
}

.nav-links{
    display:flex;
    list-style:none;
    gap:45px;
}

.nav-links a{
    text-decoration:none;
    color:black;
    font-size:18px;
    font-weight:bold;
    font-family:Arial, sans-serif;
}

.nav-links a.active{
    color:black;
}

.nav-links a:hover{
    color:black;
}

.slider {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    opacity: 0.5;
}

.dot.active {
    opacity: 1;
}

.home{
    display:flex;
    justify-content:center;
    align-items:flex-end;
    gap:70px;
    margin:80px 0;
}

.box{
    width:300px;
    height:420px;
    background:rgb(219, 230, 243);
    padding:30px;
    border-radius:10px;
    text-align:center;
    box-shadow:0 4px 10px rgba(0,0,0,0.15);
}

.box-img{
    width:200px;
    height:200px;
    object-fit:contain;
    display:block;
    margin:0 auto 20px;
}

.box p{
    font-size:23px;
    line-height:1.6;
}

.box b{
    color:#B22222;
}

.brand{
    text-align: center;
    padding-top: 80px;
}

.brand b{
    font-size: 30px;
    color: #002053;
}

.us-container{
    width: 95%;
    display: flex;
    justify-content: flex-end;  
    padding-right: 50px;         
    margin-top: 25px;
    margin-bottom: 25px;
}

.us{
    display: inline-block;
    background-color: #bd5ab3;
    color: white;
    text-decoration: none;       
    padding: 20px 30px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 45px;
}

.us:hover{
    background-color: #eba8eb;
}

.product{
    text-align: center;
    padding-top: 60px;
}

.product b{
    color: navy;
    font-size: 30px;
}

.products p{
    font-size: 24px;
    padding-left: 70px;
    padding-right: 49px;
}

.img-container{
    display:flex;
    justify-content:space-evenly;
    align-items:flex-start;
    gap:30px;
    margin:50px 0;
    flex-wrap:wrap;
}

.pic{
    text-align:center;
}

.pic img{
    width:250px;
    height:250px;
    object-fit:cover;
    border-radius:10px;
    box-shadow:0 4px 10px rgba(0,0,0,0.2);
}

.pic p{
    margin-top:15px;
    font-size:22px;
    font-weight:bold;
    color:#8B0000;
}

.imgs-container{
    display:flex;
    justify-content:space-evenly;
    align-items:flex-start;
    gap:30px;
    margin:50px 0;
    flex-wrap:wrap;
}

.pics{
    text-align:center;
}

.pics img{
    width:250px;
    height:250px;
    object-fit:cover;
    border-radius:10px;
    box-shadow:0 4px 10px rgba(0,0,0,0.2);
}

.pics p{
    margin-top:15px;
    font-size:22px;
    font-weight:bold;
    color:#8B0000;
}

.explore-box{
    width:250px;
    height:250px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.explore-btn{
    text-decoration:none;
    background: #bd5ab3;
    color:white;
    padding:18px 35px;
    border-radius:50px;
    font-size:22px;
    font-weight:bold;
    transition:0.3s;
}

.explore-btn:hover{
    background: #eba8eb;
    transform:scale(1.05);
}

.partner{
    text-align: center;
    padding-top: 70px;
}

.partner b{
    color: navy;
    font-size: 30px;
}

.imgss-container{
    display:flex;
    justify-content:space-evenly;
    align-items:flex-start;
    gap:20px;
    margin:50px 0;
    flex-wrap:wrap;
}

.picss img{
    width: 300px;
    height:200px;
    object-fit:contain;
}

.imgsss-container{
    display:flex;
    align-items:flex-start;
    padding-left: 350px;
    gap:160px;
    margin:50px 0;
    flex-wrap:wrap;
}

.picsss img{
    width: 300px;
    height:200px;
    object-fit:contain;
}

.pic img,
.pics img,
.picss img {
    cursor: pointer;
    transition: transform 0.3s;
}

.pic img:hover,
.pics img:hover,
.picss img:hover {
    transform: scale(1.05);
}

.footer{
    background-color: grey;
    width: 95%;
    margin-left:auto;
    margin-right:auto;
}

.footer-line{
    margin-top:80px;
    border:none;
    border-top:2px solid grey;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

.footer-lines{
    margin-top: 10px;
    border:none;
    border-top:2px solid grey;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

.footer-section{
    text-align:center;
    padding:50px 20px;
}

.footer-logo{
    width:400px;
    height: 150px;
    display:block;
    margin:0 auto 30px;
}

.footer-cities{
    font-size:22px;
    color:#555;
    font-weight:bold;
    line-height:2;
    margin-bottom:40px;
}

.reach-btn-container{
    display:flex;
    justify-content:center;
}

.reach-btn{
    text-decoration:none;
    background:#bd5ab3;
    color:white;
    padding:18px 40px;
    border-radius:50px;
    font-size:24px;
    font-weight:bold;
    transition:0.3s;
}

.reach-btn:hover{
    background:#eba8eb;
    transform:scale(1.05);
}

@media(max-width:768px){

    .footer-logo{
        width:160px;
    }

    .footer-cities{
        font-size:18px;
        line-height:1.8;
    }

    .reach-btn{
        font-size:20px;
        padding:15px 30px;
    }
}

.dropdown{
    position: relative;
}

.dropdown-content{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 280px;
    list-style: none;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    overflow: hidden;
    z-index: 1000;
}

.dropdown-content li a{
    display: block;
    padding: 15px 22px;
    text-decoration: none;
    color: #002053;
    font-size: 17px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.dropdown-content li a:hover{
    background: #002053;
    color: white;
    padding-left: 30px;
}

.dropdown:hover .dropdown-content{
    display: block;
}