*{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.container{
    width: 1140px;
    margin: auto;
}

.d-flex{
    display: flex;
    justify-content: space-between;
}


.header{
   
    background: #eef6f8;
}  

.logo{
  
    height: 100px;
}

.logo img{
    width: 100%;
    height: 100%;
}



.navbar ul li i{
    color: #000;
    margin-left: 2px;
    font-size: 12px;  
 
    
}

.navbar ul li {
    display: inline-block;
   
}
.navbar ul li a{
    color: #333;
    font-size: 18px;
    font-weight: normal;
    
}

.navbar ul li a:hover{
    color: #b97f1e;  
}

.dropdown{
    display: none;
}

ul li:hover .dropdown{
    display: block;
    position: absolute;
    margin-top: 10px;
    width: 300px;
    
}

.dropdown ul li{
    display: block;
    background: #fff;
    border-bottom: 1px solid #333;
    padding: 0px;
}
.dropdown ul li a{
    color: #000;
    display: block;
    padding: 10px 10px;
}

.dropdown ul li:hover a{
    background: #b97f1e;
    color: #fff;
}



.contact a button{
    border: none;
    padding: 15px 25px;
    background: #b97f1e;
    color: #fff;
    font-size: 18px;
    border-radius: 30px; 
}

.contact a button:hover{
    border: 2px #b97f1e solid;
    color: #b97f1e;
    background: none;
    transition: 1s;
}


.slider{
    background-image: url(../images/banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0px;
    text-align: center;
}

.slider h1{
    font-size: 42px;
    color: #fff;
}




.our-services{
    padding: 100px 0px;
}

.our{
    text-align: center;
}

.our h5{
    font-size: 22px;
    font-weight: 400;
    color: #b97f1e;
    font-family: Sans-serif;
    margin-bottom: 20px;
}

.our h2{
    font-family: "Playfair Display";
    font-size: 50px;
    font-weight: 700;
}

.our p {
    font-size: 20px;
    font-family: "Playfair Display";
    color: #555555;
    margin-top: 20px;
    line-height: 1.6;
}

.band-2{
    padding: 30px 0px;
}

.wedding{
    -webkit-box-shadow: -1px -1px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -1px 14px -1px rgba(0,0,0,0.75);
     box-shadow: -1px -1px 14px -1px rgba(0,0,0,0.75);
     width: 31%;
     text-align: center;
     border-radius: 15px;
     margin-top: 30px;
}

.wedding img{
    width: 100%;
    height: 250px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.wedding h4{
    font-size: 22px;
    color: #b97f1e;
    margin-top: 20px;
}

.wedding p {
    font-size: 16px;
    font-family: "Playfair Display";
    color: #555555;
    margin: 20px 10px 0px 10px;
    line-height: 1.6;
    text-overflow: ellipsis;
}

.btn{
    padding: 30px 45px;
}

.btn a{
    color: #fff;
    background: #b97f1e;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
}

.btn a:hover{
    border: 2px #b97f1e solid;
    background: none;
    color: #b97f1e;

}

.btn button{
    border: none;
    background: none;
}

.btn button a:hover{
   
    border: none;
    border-radius: 10px;
}

.btn button a{
    background: #fff;
    padding: 14px 15px;
    color: #b97f1e;
    border: 2px #b97f1e solid;
   
}

.footer {
    padding: 60px 0;
    background: #fff;
  }

.lets{
    padding: 60px 100px;
}  

.start h3{
    font-size: 40px;
    font-weight: 700;
    font-family: "Playfair Display";
}

.more a{
    background: #b97f1e;
    color: #fff;
    padding: 20px 30px;
    border-radius: 30px;
}

.more a:hover{
    background: #fff;
    border: 2px #b97f1e solid;
    transition: 1s;
    color: #b97f1e;
}

.more button{
    border: 2px #b97f1e solid;
    background: #fff;
    color: #b97f1e;
    padding: 20px 30px;
    border-radius: 50px;
    font-size: 16px;
    margin-left: 10px;
}

.more button:hover{
    background: #b97f1e;
    color: #fff;
    transition: 1s;
}
  
  .footer-container {
    max-width: 1400px;
    margin: auto;
  }
  
  .footer-logo-box {
    flex: 1 1 300px;
    text-align: center;
    width: 500px;
    height: 450px;
    border-radius: 50%;
    padding: 40px;
    background: #eef8f9;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  


  .logo-circle{
    background: #eef8f9;
    border-radius: 50px;
  }
  
  .logo-img {
    width: 120px;
    margin: auto;
    margin-bottom: 15px;
  }
  
  .footer-logo-box p {
    font-size: 16px;
    color: #444;
    padding: 0 20px;
    margin-top: 15px;
  }
  
  .social-icons {
    margin-top: 20px;
  }
  
  .social-icons a {
    margin: 0 8px;
    color: white;
    background: #3b5998;
    padding: 10px;
    border-radius: 50%;
    text-decoration: none;
  }
  
  .social-icons a:nth-child(2) {
    background: #00acee;
  }
  
  .social-icons a:nth-child(3) {
    background: #db4a39;
  }
  
  .social-icons a:nth-child(4) {
    background: #db4a39;
  }
  
  .footer-links {
    flex: 1 1 200px;
    display: flex;
    flex-direction: column;
    padding-left: 20px  ;
    text-align: left;
    margin-top: 50px;
  }
  
  .footer-links h3 {
    margin-bottom: 20px;
    font-size: 20px;
    margin-right: 50px;
    font-weight: 400;
  }
  
  .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0 10px 20px;
  }
  
  .footer-links ul li {
    margin-bottom: 18px;
  }
  
  .footer-links ul li a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
  }
  
  .footer-links ul li a:hover {
    color: #b97f1e;
  }
  
  .footer-contact {
    flex: 1 1 219px;
   padding-left: 20px;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
  }
  
  .contact-box {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  
  .contact-box .icon {
    width: 45px;
    height: 45px;
    background-color: #aad4d1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
  }
  
  .contact-box .label {
    font-weight: 500;
    color: #b97f1e;
    margin-bottom: 10px;
  }

  .contact-box a{
    color: #000;
  }



/* sohail */

.text-center{
   justify-content: center;
}

.banner-img img{
   width: 100%;
   height: 500px;
   object-fit: cover;
   border-radius: 10px;
   margin-top: 50px;
}

.banner-img h2{
    font-size: 40px;
    padding: 30px 0px ;
}
.banner-img h3{
    font-size: 1.75rem;
    padding-bottom: 10px;
}
.banner-img p{
    padding: 10px 0px;
}
.banner-img ul li{
    list-style-type: disc;
    line-height: 25px;
    
}
.banner-img ul{
    padding: 20px ;
}

.d-flexx{
    display: flex;
    gap: 30px;
}



        /* Unique Classes */
        .my-dropdown {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease, padding 0.5s ease;
            background: #f9f9f9;
            border-radius: 5px;
            position: absolute;
            width: 300px;
        }
        .my-dropdown ul {
            padding: 0px;
        }

        .my-dropdown ul li{
            border-bottom: #000 1px solid;
            width: 300px;
            padding: 5px 0px;
        }
        .my-dropdown ul li:hover a{
            color: #fff;
        }
        .my-dropdown ul li:hover{
            background-color: #b97f1e;
            
        }
        
        .my-list-item {
            position: relative;
        }
        .my-toggle {
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 5px;
           
        }
        .my-caret {
            transition: transform 0.3s ease;
        }
        
        /* Hover Effects */
        .my-list-item:hover .my-dropdown {
            max-height: 496px; /* enough height */
            padding: 0px 0;
        }
        .my-list-item:hover .my-caret {
            transform: rotate(180deg);
        }



        /* sohial 2 */

        


  @media(max-width: 1024px){

    .container{
        width: 90%;
    }

    .header{
        width: 100%;
    }

    .header-2{
        flex-wrap: wrap;
        padding: 0px 80px;
    }

    .logo{
        order: 1;   
        
    }

    .contact{
        order: 2;
    }

    .navbar{
        order: 3;
        width: 80%;
        margin: auto;
        margin-top: 30px;
    }

    .our h2{
        font-size: 40px;
    }

    .wedding{
        margin-top: 10px;
    }

    .btn{
        padding: 10px 10px;
    }


    .lets {
        padding: 60px 0px;
    }

    .footer-container{
        flex-wrap: wrap;
    }

    .footer-logo-box{
        width: 100%;
        margin: auto;
        order: 1;
    }

    .footer-links{
        width: 45%;
        order: 2;
    }

    .footer-contact{
        width: 45%;
        order: 3;
    }

  }




  @media(max-width: 960px){
    .container{
        width: 95%;
    }

    .our-services {
        padding: 50px 0px;
    }

    .our h5{
        font-size: 20px;  
    }

    .our h2 {
        font-size: 32px;
    }

    .wedding h4 {
        font-size: 18px;
    }    

    .btn a{
        font-size: 14px;
    }

    .start h3 {
        font-size: 32px;
        margin-top: 10px;
    }    

    .footer{
        padding-top: 30px;
    }

    .lets{
        padding-top: 30px;
    }
  }







  @media(max-width: 768px){

    .container{
        width: 100%;
    }

    .slider-2{
        flex-wrap: wrap;
        padding-top: 0px;
    }


    
.band{
    flex-wrap: wrap;
}

.wedding{
    width: 75%;
    margin: auto;
    margin-top: 40px;
}
.wedding img{
    height: 300px;
}

.btn{
    padding: 20px 120px;
}

.select h2 {
    font-size: 32px;
}

.lets{
    flex-wrap: wrap;
}

.start{
    width: 100%;
    text-align: center;
}

.more{
    width: 100%;
    text-align: center;
    padding-top: 30px;

}

}


@media(max-width: 640px){
    .container{
        width: 100%;
    }

    .header-2{
        padding: 0px 10px;
    }

   
    .contact {
        margin: auto;
        text-align: center;
        margin-top: 20px;
    }

 

    .navbar ul li a{
        font-size: 15px;
    }

    .our{
        padding: 0px 20px;
    }

    .our h2 {
        font-size: 24px;
    }

    .our p {
        font-size: 15px;
    }       

    .wedding img{
        height: 250px;
    }

    .btn{
        padding: 20px 50px;
    }

    .select p{
        width: 90%;
    }

}    






/* sohail */

.header-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 3rem;
    
  
    position: relative;
}

.logo img {
    max-width: 100px;
   
    transition: var(--transition);
}

.menu-toggle {
    display: none;
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    color: var(--bg-color);
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
    left: 100%;
    z-index: 100;
}

.menu-toggle:hover {
    background: var(--hover-color);
    transform: scale(1.05);
}

.menu {
    display: flex;
    gap: 2.0rem;
    list-style: none;
    align-items: center;
    justify-content: end;
}

.menu a {
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    transition: var(--transition);
    padding: 0.5rem 0;
    position: relative;
}

.menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: var(--transition);
}

.menu a:hover::after {
    width: 100%;
}

.menu a:hover {
    color: var(--primary-color);
}

.my-dropdown {
    display: none;
    position: absolute;
    background: var(--bg-color);
    padding: 1.2rem;
    border-radius: 12px;
    box-shadow: var(--shadow);
    min-width: 200px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: var(--transition);
}

.my-dropdown ul {
    list-style: none;
}



.my-list-item {
    position: relative;
}

.my-toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.my-caret {
    transition: var(--transition);
}

.my-list-item:hover .my-caret {
    transform: rotate(180deg);
}

.my-list-item:hover .my-dropdown {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px) translateX(-50%); }
    to { opacity: 1; transform: translateY(0) translateX(-50%); }
}

@media (max-width: 768px) {
    .header-2 {
        padding: 1rem 2rem;
    }

    .menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-toggle.active {
        background: var(--hover-color);
        transform: rotate(90deg);
    }

    .menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
       
        width: 300px;
        background: var(--bg-color);
        flex-direction: column;
        padding: 6rem 2rem 2rem;
        gap: 1.5rem;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        transition: var(--transition);
        z-index: 99;
    }

    .menu.active {
        display: flex;
        animation: slideIn 0.4s ease;
    }

    @keyframes slideIn {
        from { transform: translateX(100%); }
        to { transform: translateX(0); }
    }

    .my-dropdown {
        position: static;
        box-shadow: none;
        padding: 0.8rem;
        transform: none;
        left: 0;
        width: 100%;
        background: #f8f9fa;
        margin-top: 1rem;
        border-radius: 8px;
    }

    .my-list-item.active .my-dropdown {
        display: block;
        animation: fadeIn 0.3s ease;
    }

    .my-list-item.active .my-caret {
        transform: rotate(180deg);
    }
}

@media (max-width: 576px) {
    .header-2 {
        padding: 1rem;
    }

    .logo img {
        max-width: 120px;
    }

    .menu {
      
        padding-top: 5rem;
    }

    .menu-toggle {
        width: 40px;
        height: 40px;
        font-size: 20px;
        left: 90%;
    }
}

:root {
   
    --hover-color: #a06b18;
    --text-color: #333;
    --bg-color: #fff;
    --shadow: 0 2px 10px rgba(0,0,0,0.1);
    --transition: all 0.3s ease;
}










/* Add these styles to your existing CSS */
.my-dropdown {
    display: block;
    position: absolute;
    background: var(--bg-color);
    padding: 1.2rem;
    border-radius: 12px;
    box-shadow: var(--shadow);
    min-width: 250px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.my-list-item:hover .my-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.my-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.my-dropdown li {
  
    transition: all 0.3s ease;
   
}
.my-dropdown ul li a{
    font-size: 16px;
}
.my-dropdown li:hover {
    transform: translateX(10px);
}

.my-dropdown a {
    display: block;
    padding: 0.5rem 1rem;
    color: var(--text-color);
    border-radius: 6px;
    transition: all 0.3s ease;
}

.my-dropdown a:hover {
    background: var(--primary-color);
    color: white;
}

.my-toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    justify-content: center;
}

.my-caret {
    transition: transform 0.3s ease;
}

.my-list-item:hover .my-caret {
    transform: rotate(180deg);
}

@media (max-width: 768px) {
    .my-dropdown {
        position: static;
        min-width: 100%;
        transform: none;
        box-shadow: none;
        padding: 0;
        margin-top: 0.5rem;
        background: #f8f9fa;
        display: none;
        opacity: 1;
        visibility: visible;
    }

    .my-list-item.active .my-dropdown {
        display: block;
        animation: slideDown 0.3s ease forwards;
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .my-dropdown li {
        margin: 0;
    }

    .my-dropdown a {
        padding: 0.8rem 1rem;
        border-radius: 8px;
    }

    .my-list-item.active .my-caret {
        transform: rotate(180deg);
    }

    .menu.active {
        display: flex;
        animation: slideIn 0.4s ease;
    }

    @keyframes slideIn {
        from {
            transform: translateX(100%);
            opacity: 0;
        }
        to {
            transform: translateX(0);
            opacity: 1;
        }
    }
}









