h1,h2{
    font-size: 25px;
}
body p{
    font-size: 16px;
    line-height: 1.5 !important;

}
.footer-section .copy-right p{
    font-size: 12px;
}
a{
     
    font-size: 14px;
}
.copy-right a {
    font-size: 12px;
    text-decoration: none;
    border-bottom: 0;
    font-weight: 300;
}

.hyperlink{
    font-size: 15px;
    color: blue;
}
.choose-section p{
    font-size: 15px;
    color: #333;
}
.about-section .respect{
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
}

.numbered-list {
  list-style-type: decimal !important;
  padding-left: 1.5rem;
}


ul{
    list-style-position: inside;
}
/* li::marker{
    margin-right: 5px;
} */
 li{
    font-size: 16px !important;
 }
.list li {
    list-style-type: none;
    position: relative;
    padding-left: 10px;
    margin-bottom: 4px;
    color: #333;
    line-height: 1.3;
}
/* start under */

.list li::before {
    content: "•";
    margin-right: 10px;
    font-size: 18px;
    
}
.about-section p{
    /* font-size: 15px !important;  */
    color: #333;
}
.about-section .h1{
    font-size: 30px;
    margin-bottom: 8px;
    color: #f3bb37;
}
.expert-section .expert-h2{
    color: #f3bb37 !important;
}
/* about section list */
/* @media(max-width: 576px){
    .about-section .list li{
        font-weight: 400px;
        
    }
} */
/* every p styling */
@media screen and (max-width: 480px) {
    p {
        font-size: 15px !important;
        font-weight: 400;
    }}
/* list responsive */

    @media (max-width: 480px) {
    .list {
        padding-left: 18px;
    }

    .list li {
        font-size: 15px !important;
    }
}
/* cards */
.expert-section{
    padding: 10px 0;
    background: #f7f7f7;
}
/* underline */
.about-section span{
    display: block;
    width: 90px;
    height: 2px;
    background: #f3bb37;
    margin: 0 auto 25px;
    text-align: center;
}
.expert-section span{
    display: block;
    width: 90px;
    height: 2px;
    background: #f3bb37;
    margin: 0 auto 25px;
    text-align: center;
}
.modern-events .span{
    display: block;
    width: 90px;
    height: 2px;
    background: #f3bb37;
    margin: 0 auto 25px;
    text-align: center;
}
.parea-section span{
    display: block;
    width: 90px;
    height: 2px;
    background: #f3bb37;
    margin: -15px auto 5px;
    text-align: center;
}
.contact-section .spanh3{
    display: block;
    width: 90px;
    height: 2px;
    background: #f3bb37;
    margin: 0 auto 25px;
    text-align: center;
}
.parea-section .col .box p {
    font-size: 15px;
}
/* media  */
@media(max-width: 576px){
    .choose-section .right .content>span{
        margin: 0 auto 2px;
    }
}
/* end underline styling */
.parea-section h3{
    font-size: 23px;
}
.choose-section .right .content h3{
    padding-bottom: 0px;
}
@media(max-width: 576px){
        .choose-section .left figure img{
            width: 100%;
            height: 100%;
        }
        
}
@media(max-width: 576px){
    .about-section .h1{
        font-size: 22px;
    }
    .about-section h2{
        font-size: 20px;
        /* text-align: center; */
    }
}
.parea-section .col .box p{
    text-align: left;
}
.expert-h3{
    font-size: 23px; 
    margin-top: 30px;
}
/* .expert-p{
    
    font-size: 16px;

   
} */
/* criminal lawyer cards */
.service {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Tablet */
@media (max-width: 992px) {
    .service {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .service {
        grid-template-columns: 1fr;
    }
}

/* card services */
.services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    /* margin-top: 40px; */
}

.service-card {
    width: 80%;
    background: #ffffff;
    padding: 25px 20px;
    text-align: center;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    margin: 25px 40px 15px ;
}

/* Card content */
.service-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    object-fit: contain;
}

.service-card h3 {
    font-size: 16px;
    line-height: 1.4;
    color: #1a3c6e;
}
.service-card p{
    text-align: left;
    color: #333;
}

/* tablet */
@media (max-width: 992px) {
    .services {
        margin: 10px 0 10px;
        grid-template-columns: repeat(2, 1fr);
        padding: 0 25px;
        /* margin: 0 auto 10px; */
    }
}

/* mobile respinsive */
@media(max-width: 576px){
    .expert-section .expert-p{
        font-size: 15px;
        margin: 0 5px;
    }
}
@media (max-width: 576px) {
    .services {
        padding: 0 10px;
        grid-template-columns: 1fr; 
    }

    .service-card {
        max-width: 300px;  
        margin: 0 auto; 
        padding: 22px 18px;  
        /* width: 100%;
        padding: 30px 25px; 
        margin: 0 auto; */
    }

    .service-card img {
        width: 60px; 
        height: 60px;
    }

    .service-card h3 {
        font-size: 16px; 
    }
    .service-card p{
        font-size: 13px;
        text-align: left !important;
    }
}

/* right-respect list */
/* .right .respect{
    margin-top: 10px;
} */

.about-section .left figure img{
    width: 500px;
    height: 400px;
}
.choose-section .left img{
    width: 340px;
}
/* faqs */
.modern-events {
    background: #ffffff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.08);
    max-width: 100%;
    margin: 30px auto;
    transition: 0.3s ease-in-out;
}
.modern-events h3{
    font-size: 22px;
    font: weight 35px;;
}
.faq-item {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eee;
}

 
/* dropdown */
.faq-question {
    width: 100%;
    text-align: left;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    background: #f7f7f7;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
     outline: none;
    color: #333;
    transition: all 0.3s ease;
}
.faq-question:hover {
    background: #fffde3;
}

.faq-question.active {
    background: #f3bb37;;
    color: #fff;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    transition: max-height 0.4s ease;
}

.faq-answer p {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.6;
}

.faq-icon {
    transition: transform 0.3s ease;
    font-size: 18px;
}


.faq-question.active .faq-icon {
    transform: rotate(180deg); 
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fff;
    padding: 0 15px;
}


/* for responsiveness */

/* h2 & h3 responsivness */
@media (max-width: 768px) {
   .content-section h2 {
        font-size: 18px;
    }
   .content-section h3 {
        font-size: 16px;
    }
}
@media(max-width: 576px){
.faq-item {
    margin-bottom: 10px;
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 15px;
    font-size: 14px;
}

.faq-item p {
    text-align: left !important;
}
.faq-item{
    max-width: 300px;
    width: 100%;
    margin: 10px auto;
}
}

/* img up & content down */

/*  image on top, content below */
@media (max-width: 768px) {
    .choose-section
    .flex-row {
        flex-direction: column-reverse; 
        text-align: center;
    }

    .choose-section
    .left,
    .right {
        width: 100%;
    }

    .choose-section
    .content {
        text-align: left; 
    }

    .icons {
        text-align: center;
        margin-top: 15px;
    }
}
/* 404  not found */
/* .main{
   
} */
.not-found img{
    width: 44%;
    /* height: 500px;
    width: 350px; */
    /* max-width: 400px; */
   
}
.not-found p{
    color: #333;
}
.not-found-btns{
    margin: 25px auto 50px;
    border: 0;
}
.not-found-btns .btn{
    margin: 10px;
    color: #eee;
    background-color: #333;
    border-radius: 1px solid;
     border-radius: 4px;
    font-weight: 700;
    padding: 10px 15px;
    min-width: 130px;
    font-size: 16px;
    line-height: 18px;
    box-shadow: none;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}
.not-found-btns .btn:hover{
            background-color: #1a3c6e;
}
@media(max-width: 576px){
    .main p{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }
}
