@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.body-404 .img_404 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.transition {
    transition: transform 0.4s;
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.about-home .row {
  margin-left: 0;
  margin-right: 0;
}
.about-home .about-home-image-split {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-home .about-home-image-split img {
  max-width: 500px;
  width: 100%;
}
.about-home .about-home-text-split {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}
.about-home .about-home-text-split .about-home-heading{
  text-align: left;
  text-transform: uppercase;
  color: #f0b47c;
  font-weight: 600;
  font-size: 45px;
}
.about-home .about-home-text-split .about-home-description{
  text-align: left;
  color: #2f2f2f;
  margin-bottom: 0;
  font-size: 16px;
  text-align: justify;
  font-weight: 500;
}
.home-gradient-section {
  background: linear-gradient(139deg, rgba(232,208,175,1) 0%, rgba(225,183,126,0.9458158263305322) 22%, rgba(219,176,117,1) 61%, rgba(40,39,39,1) 100%);
}
.about-home-card{
  background: rgb(225,183,126);
  background: linear-gradient(113deg, rgba(225, 184, 126, 0.507) 0%, rgba(225, 184, 126, 0.836) 12%, rgba(225,183,126,1) 40%, rgba(40,39,39,1) 85%);
  /* height: 40vh; */
  margin-top: 5vh;
  border-radius: 60px;
  align-items: center;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 80px;
}
.about-home-card .row {
  /* width: 100% !important; */
  max-width: 100% !important;
}
.about-home-card-content{
  font-size: 15px;
}
.about-home-card-content h2{
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.about-home-card-content p{
  margin-bottom: 0;
  font-size: 13px;
  color: #fff;
}
/* .features-home{
  background: rgb(249,238,225);
  background: linear-gradient(141deg, rgba(249,238,225,1) 0%, rgba(254,254,254,1) 40%, rgba(98,97,97,1) 100%);
} */
.features-home .row {
  margin-left: 0;
  margin-right: 0;
}
.features-home-heading{
  font-weight: 600;
  font-size: 45px;
  color: #fff;
  text-transform: uppercase;
}
.features-card-parent {
  justify-content: center;
}
.features-home-description{
  font-size: 14px;
  padding-bottom: 60px;
  color: #2f2f2f;
}
.features-card{
  height: 100%;
  width: 100%;
  background: #ffffff;
  border-radius: 15px;
  /* box-shadow: 0 0px 33px #f0b47c27; */
  box-shadow: 0 0px 23px #00000028;
  transition: .5s;
  border: 2px solid #f0b47c1c;
}
.features-card:hover{
  /* background: #ffffff; */
  border-radius: 45px;
  box-shadow: 0 0px 23px #00000028;
  transition: .5s;
  transform: scale(1.06);
  border: 2px solid #f0b47c;
}
.features-card img {
  max-width: 120px;
}
.features-card .features-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #f0b47c;
  text-transform: uppercase;
  margin-top: 20px;
}
.features-card .features-card-text {
  font-size: 12px;
  color: #2f2f2f;
  text-align: justify;
  margin-bottom: 0;
}
/* .left-partition {
  width: 20%;
  flex: 0 0 20%;
}

.right-partition {
  width: 80%;
  flex: 0 0 80%;
} */
.company-home .company-home-image-split {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.company-home .row {
  margin-left: 0;
  margin-right: 0;
}
.company-home .company-home-image-split img {
  max-width: 380px;
  width: 100%;
}
.company-home .company-home-text-split {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}
.company-home .company-home-text-split h4 {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
}
.company-home .company-home-text-split p {
  color: #fff;
  text-align: justify;
  font-size: 15px;
}
.expertise-home .row {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}
.expertise-home .expertise-title h4{
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #f0b47c;
  margin-bottom: 100px;
  text-align: center;
}
.expertise-home .expertise-card {
  padding: 50px;
  width: 300px;
  height: 300px;
  background: #f0b47c;
  box-shadow: 0 0px 33px #0000001c;
  margin: 10px;
  border-radius: 20px;
  transition: .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #00000009;
}
.expertise-home .expertise-card:hover{
  /* background: #ffffff; */
  border-radius: 50px;
  box-shadow: 0 0px 23px #f0b47c;
  transition: .5s;
  transform: scale(1.06);
  border: 2px solid #ffffff;
}
.expertise-home .expertise-card img{
  max-width: 150px;
  width: 100%;
}
.expertise-home .expertise-card span{
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  text-transform: uppercase;
}

.main_404 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_404 .banner_404{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main_404 .text_404 {
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  color: #2f2f2f;
  font-weight: 600;
}
.main_404 .text_404 .highlight_404{
  color: #57531d;
  font-weight: 700;
}
.main_404 .banner_404 span{
  color: #5f5f5f;
  text-align: center;
  font-weight: 500;
}
.main_404 .banner_404 a{
  color: #57531d;
}

/* Firm page */
.firm-main{
  min-height: 30vh;
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/about_header.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.firm-text{
  text-transform: uppercase;
  color: white;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 60px;
}
/* .firm-section {
  background: url(../img/d_symbol.png) no-repeat;
  background-blend-mode: lighten;
  background-position: top right;
  background-position-x: 125%;
  background-position-y: 220%;
  background-size: 70%;
} */
.firm-section .firm-section-image-split{
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 2px; */
}
.firm-section .firm-section-image-split img {
  min-width: 400px;
  width: fit-content;
}
.firm-section p {
  text-align: justify;
  color: #2f2f2f;
}
.firm-heading{
  color: #f0b47c;
  font-weight: 600;
  font-size: 35px;
  text-transform: uppercase;
  padding-bottom: 3px;
}
.firm-timeline{
  min-height: 60vh;
  display: flex;
  max-width: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: url(../img/firm-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.4;
}

.firm-image-1 {
  float: right;
  max-width: 400px;
  width: 100%;
  shape-outside: url(../img/feattures-1.png);
  shape-margin:25px;
  /* margin-right: 20px; */
  /* margin-bottom: 20px; */
}

/* Faq  */
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700&display=swap");
body {
    background: #fafafa;
}
.accordion {
    display: flex;
    flex-direction: column;
    font-family: "Sora", sans-serif;
    max-width: 991px;
    /* min-width: 320px; */
    margin: 50px auto;
    padding: 0 50px;
}
.accordion h4 {
    font-size: 32px;
    text-align: center;
    color: #f0b47c;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 600;
}
.accordion-item {
    margin-top: 16px;
    border: 1px solid #fcfcfc;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    border: 2px solid #f0b47c00;
    transition: .5s;
}
.accordion-item:hover{
  border-radius: 25px;
  box-shadow: 0 0px 23px #00000028;
  transition: .5s;
  /* transform: scale(1.06); */
  border: 2px solid #f0b47c;
}

.accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 14px 20px;
    box-sizing: border-box;
    align-items: center;
    font-weight: 400;
    color: #000;
}
.accordion-item .accordion-item-desc {
    display: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #444;
    border-top: 1px dashed #ddd;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}
.accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}
.accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
    display: block;
}
.accordion-item
    input[type="checkbox"]:checked
    ~ .accordion-item-title
    .icon:after {
    content: "-";
    font-size: 20px;
}
.accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
    content: "+";
    font-size: 20px;
}
.accordion-item:first-child {
    margin-top: 0;
}
.accordion-item .icon {
    margin-left: 14px;
}

@media screen and (max-width: 767px) {
    .accordion {
        padding: 0 16px;
    }
    .accordion h1 {
        font-size: 22px;
    }
}




/* .faq-question{
  color: #f0b47c;
} */
.timeline-section {
  background: url(../img/timeline-bg.png) no-repeat;
  background-position: center;
  overflow: hidden;
  background-size: cover;
}
.timeline-heading h1 {
  font-size: 35px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.testimonial {
  margin: 0 20px 40px;
  /* height: 400px; */
  height: auto;
}
.testimonial .testimonial-content {
  padding: 35px 25px 35px 50px;
  margin-bottom: 35px;
  height: 390px;
  background: rgba(247, 247, 247, 0.801);
  backdrop-filter: blur(5px);
  box-shadow: 0px 0px 23px #00000021;
  border-radius: 10px;
  border: 2px solid #ffffff2a;
  position: relative;
  margin-top: 1cm;
  overflow-x: auto;  /* Enable horizontal scrollbar only */
  &::-webkit-scrollbar {
    width: 10px; /* Width of the scrollbar */
    height: 10px; /* Height of the scrollbar */
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  &::-webkit-scrollbar-thumb {
    background-color: #c3996b70; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Rounded corners for the thumb */
  }
  &::-webkit-scrollbar-thumb:hover {
    background-color: #c3996b; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Rounded corners for the thumb */
  }
  &::-webkit-scrollbar-track {
    background: transparent;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #c8bcb4; 
  }
}
/* .testimonial .large-content-timeline {
  overflow-x: auto;  
  &::-webkit-scrollbar {
    width: 10px; 
    height: 10px; 
    border-radius: 10px;
  }
  &::-webkit-scrollbar-thumb {
    background-color: #c3996b70; 
    border-radius: 10px;
  }
  &::-webkit-scrollbar-thumb:hover {
    background-color: #c3996b; 
    border-radius: 10px;
  }
  &::-webkit-scrollbar-track {
    background: transparent;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #c8bcb4; 
  }
} */

/* .testimonial .testimonial-content:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.testimonial .testimonial-content:after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 50%;
  border-top: 15px solid #fff;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
} */
.testimonial .description {
  font-size: 15px;
  /* font-style: italic; */
  color: #535353;
  line-height: 23px;
  margin: 0;
}
.testimonial .description strong {
  text-transform: uppercase;
  font-size: 20px;
  color: #2f2f2f;
}
.testimonial .description strong:last-child {
  text-transform: uppercase;
  font-size: 20px;
  color: red;
}
.testimonial .timeline-time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #525252;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}
.owl-theme .owl-controls {
  margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span {
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}
/* .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #04b3eb;
} */
.testimonial .flag-icon-timeline {
  padding: 5px 10px 5px 12px;
  background: rgba(247, 247, 247, 0.801);
  backdrop-filter: blur(5px);
  box-shadow: 0px 0px 23px #e1b77e48;
  border-radius: 1cm;
  border: 2px solid #e1b77eb2;
}
.testimonial .flag-icon-timeline i{
  color: #c3996b;
}
.testimonial .timeline-period {
  margin-top: 10px;
  font-size: 15px;
  color: #fff;
  font-family: "Montserrat";
}
.testimonial .period-seperator {
  color: #e1b77e;
  font-family: "exo 2";
  font-size: 20px;
  font-weight: 700;
}
.timeline-padding-text {
  margin-top: 10px !;
}
.owl-theme .owl-controls .owl-buttons div {
  background: #c3996b !important;
  opacity: 1 !important;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 7px !important;
  padding: 3px 10px 5px 10px !important;
  transition: .5s;
}
.owl-next {
  position: absolute;
  top: 0;
  right: 1%;
}
.owl-prev {
  position: absolute;
  top: 0;
  left: 1%;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  background: #2f2f2f !important;
  color: #e1b77e !important;
  transition: .5s;
}

/* ##############################
Responsive Adjustments
#################################*/
@media(min-width:1400px){
  .about-home .row {
    max-width: 80%;
    margin: 0 auto;
  }
  .about-text {
    font-size: 55px;
  }
  .firm-text {
    font-size: 55px;
  }
}
@media(max-width:1100px){
  .about-home-card-content h2 {
    font-size: 30px;
  }
  .about-home-card-content p {
    font-size: 12px;
  }
  .hero-section .hero-banner .hero-text {
    font-size: 40px;
  }
  .about-text {
    font-size: 50px;
  }
  .firm-text {
    font-size: 50px;
  }
  .hero-section .hero-image-split img {
    max-width: 350px;
    width: 100%;
  }
  .hero-section .hero-banner .hero-text {
    font-size: 18px;
  }
}
@media(max-width:991px){
  .about-home-card-content h2 {
    font-size: 35px;
  }
  .about-home-card-content p {
    font-size: 14px;
  }
  .about-home-card-content {
    text-align: center !important;
    margin-block: 20px;
  }
  .about-home-card {
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-home .about-home-text-split .about-home-heading {
    text-align: center;
    margin-top: 20px;
  }
  .hero-section .hero-banner .hero-text {
    font-size: 35px;
  }
  .company-home .company-home-text-split h4 {
    text-align: center;
  }
  .company-home-spcl-padding {
    margin-top: 50px;
  }
  .about-section .about-section-text-split h4 {
    text-align: center;
  }
  .about-card-section .about-card h5 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
  }
  .firm-heading {
    text-align: center;
    margin-bottom: 20px;
  }
  .contact-main .contact-banner .contact-text {
    margin-top: 140px;
  }
  /* .contact-section {
    margin-top: 50px;
  }
  .textarea-section {
    margin-top: 20px;
  } */
  .contact-main .contact-banner .contact-text {
    font-size: 45px;
  }
  .about-text {
    margin-left: 15px;
    margin-right: 15px;
  }
  .hero-section .hero-banner .hero-text {
    padding-bottom: 20px;
  }
}
@media(max-width:768px) {
  .firm-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
  .firm-section p {
    margin-left: 15px;
    margin-right: 15px;
  }
  .firm-section .row {
    margin-left: 0;
    margin-right: 0;
  }
  .hero-section .hero-image-split img {
    max-width: 330px;
    width: 100%;
  }
}
@media(max-width:600px) {
  .owl-next {
    position: absolute;
    top: 0;
    right: 39%;
  }
  .owl-prev {
    position: absolute;
    top: 0;
    left: 39%;
  }
}
@media(max-width:575px){
  .about-home-card {
    margin-left: 15px;
    margin-right: 15px;
  }
  .home-value-parent {
    margin-left: 15px;
    margin-right: 15px;
  }
  .about-home .about-home-text-split .about-home-description {
    font-size: 15px;
  }
  .hero-section .hero-banner .hero-text {
    font-size: 32px;
  }
  .about-section .about-section-text-split {
    margin-left: 15px;
    margin-right: 15px;
  }
  .about-text {
    font-size: 45px;
  }
  .contact-main .contact-banner .contact-text {
    font-size: 40px;
  }
  .hero-section .hero-image-split img {
    max-width: 300px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media(max-width:400px) {
  .about-home-card-content h2 {
    font-size: 30px;
  }
  .hero-section .hero-banner .hero-text {
    font-size: 30px;
  }
  .about-text {
    font-size: 40px;
  }
  .firm-text {
    font-size: 45px;
  }
}
@media(max-width:350px) {
  .about-home-card-content h2 {
    font-size: 25px;
  }
  .about-home-card-content p {
    font-size: 13px;
  }
  .about-home .about-home-text-split .about-home-description {
    font-size: 14px;
  }
}
@media(max-width:330px) {
  .about-home .about-home-text-split .about-home-heading {
    font-size: 40px;
  }
  .features-home-heading {
    font-size: 40px;
  }
  .company-home .company-home-text-split p {
    font-size: 14px;
  }
  .firm-text {
    font-size: 40px;
  }
}
@media(max-width:315px) {
  .about-home-card-content h2 {
    font-size: 23px;
  }
  .about-home-card-content p {
    font-size: 12px;
  }
}
@media(max-width:295px) {
  .about-home-card-content h2 {
    font-size: 21px;
  }
}
