@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Prata&display=swap');
@import url(layout.min.css);

html {
    font-size: 16px;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
}

:root {
    --white: #ffffff;
    --black: #000;
    --theme-color: #d2ac64;
    --primary: #024922;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.67;
    margin-bottom: 1.5rem;
    color: var(--black);
}

h1,
h2,
h3,
h4 {
    font-family: "Prata", serif;
}

h1 div {
    display: inline-block;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

section {
    padding: 5rem 0;
    position: relative;
}

/* Home Page CSS Start  */
.main-Banner {
    background: url(../images/banner/1.jpg) top center / cover fixed no-repeat;
    height: 100vh;
    display: flex;
    align-items: end;
    margin: 2rem;
    border-radius: 30px;
    overflow: hidden;
    min-height: 60rem;
}

.bannertext h1 {
    font-size: 2.825rem;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--white);
    margin: 1rem 0;
    line-height: 1.3;
}

.btnSec {
    display: flex;
    gap: 1.5rem;
}

.bannertext h6 {
    font-size: 1.125rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 400;
}

.bannertext p {
    color: var(--white);
    width: 90%;
}

.main-Banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(86deg, black, transparent);
}


.userClient {
    display: flex;
    align-items: center;
    border: 1px solid var(--white);
    border-radius: 10px;
    padding: 1rem;
    width: 68%;
    justify-content: space-between;
    margin-top: 2rem;
}

.userClient .userImgNo h3 {
    color: #fff;
    font-size: 4rem;
    margin-top: 2rem;
}

.userClient .userImgNo h3 span {
    display: block;
    font-size: 1.124rem;
}

.userClient .userImg img {
    border-radius: 10px;
    height: 240px;
}

.userImgNo {
    text-align: center;
}


.aboutSec figure {
    display: flex;
    gap: 1rem;
}

.aboutSec figure img {
    border-radius: 6px;
}

h6 {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--theme-color);
    margin-bottom: 1rem;
}

h4 {
    font-size: 3rem;
    font-weight: 600;
    color: var(--black);
    line-height: 1.5;
}

.aboutSec ul {
    margin: 2rem 0;
    list-style-type: disc;
    padding-left: 1.5rem;
}

.aboutSec ul li {
    padding: 6px 0;
    color: var(--black);
}


.counterSec {
    padding-top: 7rem;
}

.counterSec .counterBox {
    background: var(--theme-color);
    padding: 1rem;
    border-radius: 6px;
}

.counterSec .counterBox p {
    color: #fff;
    margin: 0;
}

.counterSec .counterBox h3 {
    font-size: 3rem;
    color: #fff;
    border-right: 1px solid #fff;
    padding-right: 2rem;
    margin-right: 2rem;
    margin-bottom: 0;
}

.counterSec .counterBox .counterBoxWhite {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff30;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 1rem;
}

.teamSec {
    background: url(../images/bg/1.jpg) top center / cover fixed no-repeat;
}

.teamSec h4,
.teamSec p {
    color: #fff;
}


.teamBox {
    background: #fff;
    padding: 2rem 1.5rem;
    border-radius: 5px;
    height: 100%;
}

.teamBox h3 {
    font-size: 1.475rem;
    font-weight: 500;
    border-bottom: 2px solid #d2ac64;
    padding-bottom: 2rem;
}

.teamBox h3 span {
    display: block;
    font-size: 1rem;
    margin-top: 12px;
    width: 90%;
}

.teamBox p {
    color: #000;
    margin: 2rem 0 0;
}


.serBox .themeBtn {
    padding: 10px;
    background: var(--black);
    color: var(--white);
    font-size: 14px;
    align-items: baseline;
}

.serBox h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

.serBox img {
    margin-bottom: 1rem;
    width: 3rem;
    filter: brightness(0);
}

.serBox {
    border: 1px solid #000;
    border-radius: 6px;
    padding: 1rem;
    margin: 0 0 1rem;
    transition: all 0.5s ease;
}

.serBox:hover {
    background: var(--theme-color);
}

.serBox p {
    margin-bottom: 10px;
}

.serviceSec figure,
.serviceSec figure img {
    height: 100%;
    object-fit: cover;
}


.reviewBox {
    border: 1px solid #000;
    border-radius: 6px;
    padding: 2rem 1rem;
    height: 320px;
    display: flex;
    flex-direction: column;
}

.reviewBox .star {
    display: flex;
    gap: 5px;
    margin-bottom: 1rem;
    color: var(--theme-color);
}

.reviewBox .userSec {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: auto;
}

.reviewBox .userSec h5 {
    font-size: 1.23rem;
    line-height: 1.4;
    margin: 0;
}

.reviewBox .userSec h5 span {
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--theme-color);
    color: #000;
}

.reviewSec .swiper-button-prev {
    left: 46%;
}

.reviewSec .swiper-button-next {
    left: auto;
    right: 46%;
}

.reviewSec .swiper-button-next,
.reviewSec .swiper-button-prev {
    top: auto;
    bottom: 0;
}

.reviewSlider {
    padding-bottom: 5rem;
}


/* accordion css */
.accordian {
    margin-top: 2rem;
}

.accordian li {
    border-bottom: 1px solid #dedede87;
    padding: 10px 0;
}

.accordian li h4 {
    font-size: 1.125rem;
    padding: 1.4rem;
    position: relative;
    cursor: pointer;
    margin: 0;
    line-height: 1.3;
    font-weight: 400;
    padding-right: 3rem;
}

.accordian h4::after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    background: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.accordian p {
    margin: 0;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 1rem;
}

.accordian li>div {
    display: none;
    padding: 1rem;
}

.accordian li.active h4::after {
    content: "\f068";
}

.accordian li.active {
    border-color: var(--theme-color);
}

.accordian li.active h4 {
    color: #fff;
}

.accordian li.active>div {}

.accordian li.active>div p {
    color: #fff;
}

.faqSec {
    background: var(--black);
}

.faqSec * {
    color: #fff;
}

/* accordian End */


.contactForm label {
    display: block;
    font-weight: 600;
}

.contactForm input,
.contactForm textarea {
    width: 100%;
    height: 3rem;
    padding: 1rem;
    margin-bottom: 1rem;
    background: transparent;
    border: 1px solid #000;
}

.contactForm textarea {
    height: 140px;
}

.contactForm .checkBox input {
    width: 20px;
    height: 20px;
}

.checkBox {
    display: flex;
    gap: 10px;
}

.contactForm .themeBtn {
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
}

.grayBg {
    background: #F8F8F8;
    padding: 2rem 6.5rem 2rem 1.5rem;
    border-radius: 6px;
}

.contactForm {
    padding-left: 2rem;
}

.grayBg figure img {
    border-radius: 6px;
}

/* Home Page CSS End */

/* Inner Pages CSS Start */
.innerBanner {
    height: 75vh;
    min-height: auto;
}


.aboutSec {
    background: url(../images/bg/2.png) top right / contain fixed no-repeat;
}

.abtImgBox img {
    width: 100%;
}

.abtImgBox .abtContentWhite {
    background: #fff;
    padding: 3rem;
    border-radius: 60px 0 0 0;
    margin: -4rem 3rem 0;
    position: relative;
    text-align: center;
}

.abtImgBox .abtContentWhite h3 {
    font-size: 2.25rem;
}

.abtImgBox .abtContentWhite .callBtn2 {
    background: var(--theme-color);
    font-size: 1.55rem;
    color: #000;
    font-family: "Prata", serif;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding-right: 1rem;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 1rem;
}

.abtImgBox .abtContentWhite .callBtn2 span {
    color: #fff;
    background: #000;
    padding: 1rem 1rem;
}

.abtInnerImg {
    position: relative;
}

.abtInnerImg img {
    border-radius: 120px 0 120px 0 !important;
}

.abtInnerImg::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid var(--theme-color);
    border-radius: 120px 0 120px 0;
    top: -2rem;
    left: 2rem;
    z-index: -1;
    bottom: 2rem;
    right: 2rem;
}

.whatWeDoSec .counterSec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1rem;
}

.whatWeDoSec .counterSec .counterBox {
    flex: 0 0 48%;
}

.whatWhiteBox {
    background: #fff;
    border-radius: 6px;
    padding: 1.5rem;
    margin: 1rem;
}

.whatWeDoSec {
    background: #f8f8f8;
}

.whatWhiteBox p {
    margin: 0;
}

.ctaGrey {
    align-items: center;
    background: #f8f8f8 url(../images/mix/23.png) top right / contain no-repeat;
    ;
    border-radius: 120px 6px 6px 6px;
}

.ctaGrey figure img {
    border-radius: 120px 0 120px 0;
}

.contactListInfo {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.contactListInfo .contactList {
    flex: 0 0 48%;
    border-radius: 20px 0 20px 0;
    border: 1px solid var(--theme-color);
    padding: 2rem;
    text-align: center;
}

.contactListInfo .contactList:last-child {
    flex: 100%;
}

.contactListInfo .contactList h3 {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    font-size: 1.45rem;
}

.contactListInfo .contactList h3 i {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.contactListInfo .contactList a {
    font-size: 1.125rem;
    color: var(--black);
    font-weight: 600;
    margin-top: 1rem;
    display: block;
}

.contactInfoBox .star {
    background: #fff;
    padding: 10px 1rem;
    text-align: center;
    margin-top: 2rem;
    border-radius: 6px;
    color: #797989;
    font-size: 1.125rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.contactInfoBox .star i {
    color: var(--theme-color);
}

.attorBox {
    text-align: center;
    margin: 2rem;
}

.attorBox .attorTop {
    background: #f8f8f8;
    border-radius: 100%;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
    text-align: center;
    margin: 0 auto;
    transition: all 0.5s ease;
}

.attorBox .attorTop * {
    color: #000000;
    transition: all 0.5s ease;
}

.attorBox .attorTop h3 {
    font-size: 1.45rem;
    margin-bottom: 1rem;
}

.attorBox .attorTop p {
    margin: 0;
    line-height: 1.2;
    font-size: 0.9rem;
}

.attorBox .attorBotm {
    background: linear-gradient(180deg, #d2ac69, #d2ac6900);
    border-radius: 100px 100px 0 0;
    padding: 8rem 3rem 2rem;
    margin-top: -6rem;
    position: relative;
    z-index: -1;
}

.attorBox:hover .attorTop {
    background: #000;
}

.attorBox:hover .attorTop * {
    color: #fff;
}


.praticeBox {
    background: #F8F8F8;
    border-radius: 40px 0 40px 0;
    padding: 2rem;
    height: 100%;
}

.praticeBox .praticeTop {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    height: 80px;
}

.praticeBox .praticeTop h3 {
    margin: 0;
    position: relative;
    border-bottom: 2px solid #d2ac6475;
    display: block;
    padding-bottom: 6px;
    font-size: 2rem;
    font-size: 1.65rem;
}

.praticeBox .praticeTop img {
    width: 70px;
    height: 70px;
}

.praticeBox p {
    margin: 0;
}

.counterSec .counterBox .counterBoxWhite h2 {
    margin: 0;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}

/* Inner Pages CSS End */

.roleBackBtn {
    position: relative;
    z-index: 1;
}

.logo img {
    width: 20rem;
}
.fLogo img {
    width: 18rem;
    margin-bottom: 1rem;
}
.bannertext p a {
    color: #fff;
    font-weight: 600;
}