/*Write Css*/
/*team page*/
.categoriesArea table, 
.categoriesArea table tr, 
.categoriesArea table td {
    border: none !important;
    height: auto !important;
}

.categoriesArea table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 20px 0 40px 0 !important;
    font-size: 16px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
    border-radius: 8px !important;
    overflow: hidden !important; 
}

.categoriesArea table tbody tr:first-child {
    background-color: #E7CB41 !important;
    color: #ffffff !important;
}

.categoriesArea table tbody tr:first-child td {
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    padding: 14px 18px !important;
}


.categoriesArea table td {
    padding: 12px 18px !important;
    text-align: left !important;
    color: #333333 !important;
    border-bottom: 1px solid #eeeeee !important;
}

.categoriesArea table tbody tr:nth-child(even) {
    background-color: #f9fbf9 !important;
}

.categoriesArea table tbody tr:not(:first-child):hover {
    background-color: #f1f5f2 !important;
    transition: background-color 0.2s ease !important;
}

.categoriesArea table tbody tr:not(:first-child) {
    position: relative !important;
}

.categoriesArea .col-lg-12 {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

.categoriesArea h3 {
    color: #2E4C30 !important;
    font-weight: bold !important;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
    position: relative !important;
}


/*icon*/
.agency_service__icon{
    background-color: #E7CB41 !important;
}

/*footer*/
.agency_copyright_area .copyright-contents a{
    color:#ffffff !important;
}



.wedding_bannerbottom_area.position-relative.wedding-main-gradient.padding-top-100.padding-bottom-100{
     background-color: #efeee9 !important;
}

.wedding_bannerbottom__single.white .wedding_bannerbottom__single__title{
    color:black !important;
}

.wedding_bannerbottom__single.white .wedding_bannerbottom__single__para{
     color:black !important;
}


.aboutCaption-global p.pera {
    color:black !important;
}



.categoriesArea p b span {
    color: #2E4C30 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    padding-bottom: 15px !important;
}

.categoriesArea ul {
    list-style: none !important;
    padding-left: 0 !important;
}

.categoriesArea ul li {
    position: relative !important;
    padding-left: 20px !important;
    margin-bottom: 12px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #000000 !important;
}

.categoriesArea ul li b,
.categoriesArea ul li font {
    color: #000000 !important;
    font-weight: 400 !important;
}

.categoriesArea ul li::before {
    content: "" !important;
    position: absolute !important;
    left: 2px !important;
    top: 9px !important;
    width: 6px !important;
    height: 6px !important;
    background-color: #000000 !important;
    border-radius: 50% !important;
}


.abutArea-global1 .container {
    background-color: #ffffff !important; 
    padding: 35px 40px !important;
    border-radius: 12px !important; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important; 
    margin-top: -50px !important;
    position: relative !important;
    z-index: 5 !important;
    margin-bottom: 40px !important;
}

@media (max-width: 768px) {
    .abutArea-global1 .container {
        padding: 20px !important;
        margin-top: -20px !important;
    }
}


.aboutImg-global img {
    max-width: 380px !important; 
    width: 100% !important; 
    height: auto !important;
    display: block !important;
    margin: 0 auto !important; 
}




@media (max-width: 768px) {
    .videoImg img {
        max-width: 250px !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important; 
    }
}


@media (max-width: 575px) {
    .section-tittle {
        margin-bottom: 0px !important;
    }
}


@media (max-width: 575px) {
.header-top .header-info-left { 
        display: flex !important;
    }
    .header-info-right {
        position: absolute !important;
        top: 10px !important;
        right: -23px !important;
    }
    
}



/* home page ko about us in Mobile Responsive Style (max-width: 767px) */
@media (max-width: 767px) {
    #about .col-md-6:first-child {
        display: none !important;
    }

    #about .col-md-6:last-child {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    #about .about-cap-top {
        color: #000000 !important;      
        text-align: justify !important;  
        font-size: 14px !important;      
        line-height: 1.6 !important;     
        margin-top: 10px !important;
    }
    
    #about .section-tittle .tittle {
        color: #2E4C30 !important;
        text-align: left !important;     
        font-size: 25px !important;
        margin-bottom: 5px !important;
    }

    #about .btn-wrapper {
        text-align: center !important;
        margin-top: 5px !important;
    }
}