@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Inter:wght@100..900&display=swap');



/*****/

html {
  scroll-behavior: smooth;
}
.header-hidden{
    display:none;
}
.btn-primary-action.scndry-btn a {
    color: white;
}
a{
    text-decoration:none!important;
}
.sticky nav {
    top: -15px !important;
}
.sticky {
    position:sticky;
    left: 0;
    right: 0;
    top: 28px;
    bottom: auto;
    padding: 13px 24px;
    z-index: 9999;
    width: 63%;
    max-width:1600px;
}
@keyframes slide-down {
0% {
opacity: 0;
transform: translateY(-100%);
} 
100% {
opacity: 0.9;
transform: translateY(0);
} 
}

.container{
  max-width: 1440px !important;
}
.navbar-light .navbar-brand {
  width: 120px;
}
.navbar-brand img {
  width: 100%;
}
.main_header {
  margin-top: 26px;
}  
.navbar-light .navbar-nav .nav-link {
    color: #505050 !important;
    font-size: 16px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    padding: 10px 25px !important;
}
nav.navbar {
  background-color: #fff;
  border-radius: 1000px;
  box-shadow: rgba(76, 27, 50, 0.16) 0 4px 16px 0;
  opacity: 1;
  padding: 16px 0;
}
.connection a {
  color: #041214bf;
  text-decoration: none;
  border: 1px solid #00000012;
  padding: 9px 12px 13px;
  border-radius: 50px;
  margin-right: 10px;
  font-size: 19px;
  font-weight: 700;
}
.launch a {
  color: #fff;
  text-decoration: none;
  padding: 9px 54px 13px;
  border-radius: 59px;
  margin-right: 10px;
  font-size: 19px;
  font-weight: 700;
  background-color: #000;
}
.launch a:hover{
    color: #7BDCDF;
}
.navbar-nav .menu-item a {
    color: #505050 !important;
    font-size: 16px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    padding: 10px 25px !important;
    text-decoration: none;
}
/****banner start***/
section.banner_sec {
    background-color: #fffcf5;
    padding: 230px 0 60px;
    margin-top: -115px;
}
.wpcf7-spinner{
        display:none;
    }
.elevate {
  text-align: left;
}
.elevate h2 {
  font-size: 52px;
  font-weight: 700;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #333333;
}
.elevate p {
  color: #333333d6;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin: 17px 0 0;
}
.sumit_btn {
    padding: 3px 27px 34px;
    border-radius: 8px;
    margin-right: 10px;
    font-size: 24px;
    font-weight: 700;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border: navajowhite;
    width: 100%;
    height: 91px;
}
/*.sumit_btn:hover{*/
/*     border: navajowhite;*/
/*    background-color:#FFD000;*/
/*    color:#000;*/
/*}*/
.elevate .form-control {
    margin-bottom: 0;
}
.elevate_img {
  text-align: right;
}
.elevate_img img {
  width: 70%;
}
.form-control {
  margin-bottom: 19px;
  background-color: #fffcf5;
}
.enqu_sec .launch {
  margin-top: 11px;
}
.enqu_sec .launch a {
  padding: 10px 24px 12px;
  border-radius: 8px;
  margin-right: 10px;
  font-size: 16px;
}
/****banner end***/
/**well anima**/
main_wrap {
    width: 100%;
    max-width: 100vw;
    display: grid;
    place-items: center;
}

#gallery {
    --size-w: 200px;
    --size-h: calc(var(--size-w) * 1.25);
    position: relative;
    width: 100%;
    overflow-x: visible;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
}
@media (max-width: 500px) {
    #gallery {
        --size-w: 40vw;
    }
}
@property --card-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}
@property --card-x {
    syntax: "<length>";
    initial-value: 0;
    inherits: false;
}
@property --card-y {
    syntax: "<length>";
    initial-value: 0;
    inherits: false;
}
.card_wrap {
    --card-x: 0;
    --card-y: 0;
    --card-angle: 0deg;
    --sticky-visible-h: max(2rem, 5vh);
    position: sticky;
    bottom: calc((var(--size-h) - var(--sticky-visible-h)) * -1);
    display: grid;
    place-items: center;
    width: var(--size-w);
    height: var(--size-h);
    padding: 0;
    background-color: unset;
    border-radius: 10px;
    box-shadow: unset;
    animation: anim linear both;
    animation-timeline: view();
    animation-range: entry 100% contain 80%;
    animation-duration: 1ms;
    transform-origin: center;
    transform: rotate3d(0, 0, 1, var(--card-angle))
        translate3d(var(--card-x), var(--card-y), 0);
    width: 31%;
}

@keyframes anim {
    to {
        --card-x: 0;
        --card-y: 0;
    }
}

.card_wrap * {
    overflow-wrap: anywhere;
}
.msg {
    display: none;
    color: crimson;
}
/* animation-timeline 非対応ブラウザ用 */
@supports not (animation-timeline: view()) {
    .msg {
        display: block;
    }
}

.bannertf_title {
  text-align: center;
  position: relative;
}
.bannertf_title video {
  width: 74%;
  border-radius: 50px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 56%;
}
/* Video Title */
.video_title h2 {
  color: #fff;
  font-weight: 900;
  font-family: antique-olive, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: .76471;
  font-size: 12.5rem;
  letter-spacing: -.05em;
  text-transform:capitalize;
}
/* Video Button */
.video_btnd a {
  background-color: rgb(255, 208, 116);
  color: #000;
  text-decoration: none;
  padding: 20px 36px;
  border-radius: 70px;
  font-size: 23px;
  font-weight: 700;
  margin-top: 50px;
}
.video_btnd a:hover{
    color:white;
}
.video_btnd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* Banner Section */
section.bannertf {
  padding: 200px 0 0 0;
  
}
/***/
.insight {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}
.insight-link {
  pointer-events: auto;
  position: relative;
  display: block;
}
.insight[data-theme=turquoise] .label {
  color: #17f1d1;
}
.insight h4 {
  margin-top: 1rem;
  font-family: Matter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-size: 2.5rem;
  letter-spacing: -.06em;
  color: #fafaf6;
  line-height: 1.2;
}
.link {
  position: relative;
  margin-top: 1.5rem;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -.05em;
  padding-top: .4rem;
  padding-bottom: .4rem;
}
.home-insights .insight[data-theme=turquoise] a:after, .home-insights .insight[data-theme=turquoise] a:before, .home-insights .insight[data-theme=turquoise] .link:after, .home-insights .insight[data-theme=turquoise] .link:before {
  --tw-bg-opacity: 1;
  background-color: rgb(14 215 186);
}
/*vedio section end rohit*/
/**it work sec start**/
section.it_work {
    padding: 60px 0;
    background-color: white;
}
.work_its {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.work_it h2 {
  font-size: 48px;
  font-weight: 700;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #333333;
}
.work_it p {
  color: #333333d6;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.work_its .launch a {
  padding: 14px 40px 14px;
}
.it_workcard {
    background-color: rgb(241, 235, 227);
    border-radius: 20px;
    padding: 62px 24px 24px 24px;
    position: relative;
    margin: 30px;
    min-height: 425px !important;
}
.cards_text h4 {
  font-size: 29px;
  font-weight: 800;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #333333;
}
button.accordion-button.accordian_tex {
    font-size: 21px;
}
.cards_text p {
    font-family: "Inter", sans-serif;
    margin-top: 33px;
    font-size: 16px;
    line-height: 1.87;
    color: #8D8579;
    margin-bottom: 0;
    font-weight: 400;
    text-align: justify;
}
.cards_text p a{color:#FBCC13;}
.icon_woed {
  position: absolute;
  top: -34px;
  left: -28px;
}
.work_vs .slick-next {
    right: -22px;
}
.work_vs .slick-prev {
    left: -22px;
}
/*.it_workcard {*/
/*    min-height: 415px !important;*/
/*}*/
/**it work sec end**/
/** expertise sec start **/
#cards {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(var(--numcards), var(--card-height));
  gap: var(--card-margin);
  padding-bottom: calc(var(--numcards) * var(--card-top-offset));
  margin-bottom: var(--card-margin);
  padding: 0;
}
#card-1 {
  z-index: 9;
  bottom: 40%;
}
#card-2 {
  z-index: 8;
  bottom: 35%;
}
#card-3 {
    z-index: 7;
    bottom: 30%;
}
#card-4 {
  z-index: 6;
  bottom: 25%;
}
#card-5 {
  z-index: 5;
  bottom: 20%;
}
#card-6 {
  z-index: 4;
  bottom: 15%;
}
#card-7 {
  z-index: 3;
  bottom: 10%;
}
#card-8 {
  z-index: 2;
  bottom: 5%;
}
#card-9 {
  z-index: 1;
}
.card {
    position: sticky !important;
    /*top: 0;*/
    bottom: 0;
    padding-top: calc(var(--index) * var(--card-top-offset));
    border: none !important;
    background-color: unset !important;
    margin-bottom: 30px !important;
}
.card-content {
    box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #131212;
    border-radius: 2rem;
    overflow: hidden;
    display: grid;
    align-items: stretch;
    padding: 109px 50px;
    /*grid-template-columns: 57% 19% 24%;*/
    /* position: relative; */
    grid-template-columns: 26% 65%;
    align-items: center;
}
section.expertise {
    background-color: #000;
    padding-bottom: 70px;
    padding-top: 70px;
}
/*.card-content::before {*/
/*    content: "";*/
/*    width: 20%;*/
/*    height: 61%;*/
/*    background-color: #ffda15;*/
/*    position: absolute;*/
/*    top: 94px;*/
/*    left: 85px;*/
/*    border-radius: 100%;*/
/*}*/
.cont_wrap {
  z-index: 9;
  padding-left: 78px;
}
.cont_btn .launch {
  margin-bottom: 50px;
}
.cont_btn .launch:last-child {
  margin-bottom: 0;
}
.cont_btn .launch a {
  padding: 13px 31px 16px;
  font-weight: 500;
}
.cont_btn .launch {
    display: none;
}
.cont_wrap h2 {
  font-size: 42px;
  font-weight: 700;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #333333;
}
/* .cont_wrap p {
    color: #333333d6;
    font-size: 18px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    margin: 10px 0 12px;
} */
.cont_wrap p {
    color: #333333d6;
    font-size: 18px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    margin: 10px 0 12px;
    font-size: 18px;
    line-height: 1.87;
    color: #8d8579;
    margin-bottom: 0;
    font-weight: 400;
}
.cont_wrap a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}
/*.cont_number h3 {*/
/*    font-size: 239px;*/
/*    font-weight: 800;*/
/*}*/
.cont_number h3 {
    font-size: 130px;
    font-weight: 700;
    text-align: center;
}
.cont_number {
    z-index: 9;
    background-color: #7BDCDF;
    border-radius: 50%;
    height: 250px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.exper p {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin: 17px 0 30px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #0000005e;
  padding: 39px 0;
}
.exper h2 {
    font-size: 80px;
    font-weight: 700;
    font-family: "Bricolage Grotesque", sans-serif;
    color: #fff;
}
.exper {
    padding-top: 6px;
}
/* Animation */
@supports (animation-timeline: works) {

  @scroll-timeline cards-element-scrolls-in-body {
    source: selector(body);
    scroll-offsets:
      selector(#cards) start 1,
      selector(#cards) start 0
    ;
    start: selector(#cards) start 1;
    end: selector(#cards) start 0;
    time-range: 4s;
  }

  .card {
    --index0: calc(var(--index) - 1);
    --reverse-index: calc(var(--numcards) - var(--index0));
    --reverse-index0: calc(var(--reverse-index) - 1);
  }
  
  .card__content {
    transform-origin: 50% 0%;
    will-change: transform;

    --duration: calc(var(--reverse-index0) * 1s);
    --delay: calc(var(--index0) * 1s);

    animation: var(--duration) linear scale var(--delay) forwards;
    animation-timeline: cards-element-scrolls-in-body;
  }

  @keyframes scale {
    to {
      transform:
        scale(calc(
          1.1
          -
          calc(0.1 * var(--reverse-index))
        ));
    }
  }
}
.expertise .curve {
    top: -3px;
    margin-top: 0;
    display: none;
}
.expertise .curve::after {
    background: #fffcf5;
}
/****expertise sec end*****/
/**CREATIVITY SEC START**/
section.creativity_sec {
  background-color: #000;
}
.creative_wrap {
  text-align: center;
  position: relative;
}
section.creativity_sec {
  background-color: #000;
  padding: 190px 0 110px;
}
.creative_wrap h2 {
  color: #fff;
  font-size: 115px;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 104px;
  font-family: "Bricolage Grotesque", sans-serif;
}
.img_crea img {
  position: absolute;
  border-radius: 10px;
  right: 180px;
  top: -50px;
}
.img_crea1 img {
  position: absolute;
  border-radius: 10px;
  left: 226px;
  bottom: -65px;
}
.creat_card {
  background-color: #ffd600;
  border-radius: 52px;
  padding: 46px 46px 46px 129px;
  display: grid;
  align-items: center;
  grid-template-columns: 64% 36%;
  margin: 180px 50px 0;
}
.getwork_text h2 {
  font-size: 129px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #333333;
  line-height: 112px;
}
.getwork_text p {
  color: #333333d6;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin: 0 0 36px;
}
.getwork_img img {
  width: 100%;
}
/**CREATIVITY SEC end**/
/****wall love section start***/
.wall_title h2 {
  text-align: center;
  font-size: 180px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #333333;
}
section.wall_sec {
    background-color: #f4f5f7;
    padding: 75px 0;
    margin-top: -25px;
}
.wall_card img {
  border-radius: 20px;
}
.well_wrap {
  text-align: center;
}
.our_work .launch {
  text-align: center;
  margin-top: 83px;
  display:flex;
  justify-content:center;
}
.our_work .launch a {
  padding: 12px 39px 14px;
}
/****wall love section end***/
/****OUR WORK section start****/
.wrapper{
  width:100%;
  padding-top: 20px;
  text-align:center;
}
.wrapper h2 {
    text-align: center;
    font-size: 56px;
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
    color: #333333;
    margin-bottom: 13px;
}
.wrapper p {
    color: #333333d6;
    font-size: 18px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    margin-bottom: 66px;
}
.carousel{
  width:90%;
  margin:0px auto;
}
.carousel img {
    border-radius: 21px;
    width: 450px;
    height: 377px;
    object-fit:cover;
}
section.our_work {
    padding: 50px 0 70px;
    background-color: white;
    display: none;
}
.slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  font-size: 0;
  border: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 999;
  background: #FF6A03;
  background: #FFF;
  border: 1px solid #CACACE;
}
.slick-prev:after,
.slick-next:after {
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 2px solid #CACACE;
  border-bottom: 2px solid #CACACE;
  content: '';
  top: 13.5px;
  left: 13px;
  transform: rotate(45deg);
}
/*.slick-prev:after,*/
/*.slick-next:after {*/
/*  position: absolute;*/
/*  width: 10px;*/
/*  height: 10px;*/
/*  border-left: 2px solid #CACACE;*/
/*  border-bottom: 2px solid #CACACE;*/
/*  content: '';*/
/*  top: 13.5px;*/
/*  left: 16px;*/
/*  transform: rotate(45deg);*/
/*}*/
.slick-next:after {
  transform: rotate(-130deg) !important;
}
.slick-prev {
  left: -74px;
}
.slick-next {
  right: -74px;
}
/****OUR WORK section end****/

/*testimonial section start*/

.testimonial_sec{
        display:none;
    }
    .testimonial {
  height: 90vh;
}

.testimonial-1 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 3em;
  overflow: hidden;
  position: relative;
  background: white;
}

/* .testimonial-1::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 1em 1em;
  opacity: 0.5;
  inset: 0;
  z-index: 0;
} */

.testimonial-1>* {
  z-index: 1;
}


.testimonial-1[data-theme='light'] {
  --bg: linear-gradient(to bottom right, #fff, #cccccc);
  --txtBg: linear-gradient(to bottom right, #93c5fd, #1e3a8a);
  --borderClr: rgb(255, 255, 255);
}

.testimonial-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  width: clamp(22rem, 90%, 64rem);
  height: 38rem;
  margin: 0 auto;
}

.testimonial-slider {
  position: relative;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  perspective: 500px;
}

.test-card {
  width: 10rem;
  height: 12rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 15px;
  border: 1px solid var(--borderClr);
  gap: 10px;
  transition: 0.5s;
  background-color: white;
  transition-timing-function: cubic-bezier(0.9, 0, 0.1, 1.1);
  border: 1px solid #e6e6e6;
  /* box-shadow: 0 0 5px 0 grey; */
}

.test-card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.test-card-image {
  width: 100%;
  height: 54%;
  box-sizing: border-box;
  object-fit: contain;
  position: relative;
}

.test-card-image .back-img {
  width: 100%;
  top: 10px;
  padding: 0 15px;
}

.test-card-image img {
  width: 70%;
  height: 100%;
  position: absolute;
}

.test-card-image .front-img {
  left: 30px;
}

.testimonial-text p {
  color: black;
  font-size: 12px;
}

.test-card h3 {
  color: black;
  font-size: 13px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
}

.test-card h1 {
  color: black;
  font-size: 24px;
  padding-top: 20px;
}

.testimonial-detail p {
  font-size: 12px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
}

.slider-buttons {
  display: flex;
  gap: 19.5rem;
  z-index: 1;
  position:absolute;
}

.slider-buttons button {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color:white;
  color:black;
  border: 1px solid grey;
  outline: none;
  cursor: pointer;
  position: relative;
}

.slider-buttons button::before {
  content: '';
  width: 80%;
  height: 80%;
  background: black;
  position: absolute;
  border-radius: inherit;
  transition: .3s;
  opacity: .5;
}

.slider-buttons button:hover::before {
  opacity: 1;
}

.slider-buttons button:nth-of-type(1)::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.29 5.707a1 1 0 0 0-1.415 0L7.988 10.6a2 2 0 0 0 0 2.828l4.89 4.89a1 1 0 0 0 1.415-1.414l-4.186-4.185a1 1 0 0 1 0-1.415l4.182-4.182a1 1 0 0 0 0-1.414Z' fill='%230F0F0F'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.29 5.707a1 1 0 0 0-1.415 0L7.988 10.6a2 2 0 0 0 0 2.828l4.89 4.89a1 1 0 0 0 1.415-1.414l-4.186-4.185a1 1 0 0 1 0-1.415l4.182-4.182a1 1 0 0 0 0-1.414Z' fill='%230F0F0F'/%3E%3C/svg%3E");
}

.slider-buttons button:nth-of-type(2)::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.71 18.293a1 1 0 0 0 1.415 0l4.887-4.892a2 2 0 0 0 0-2.828l-4.89-4.89a1 1 0 0 0-1.415 1.414l4.186 4.185a1 1 0 0 1 0 1.415L9.71 16.879a1 1 0 0 0 0 1.414Z' fill='%230F0F0F'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.71 18.293a1 1 0 0 0 1.415 0l4.887-4.892a2 2 0 0 0 0-2.828l-4.89-4.89a1 1 0 0 0-1.415 1.414l4.186 4.185a1 1 0 0 1 0 1.415L9.71 16.879a1 1 0 0 0 0 1.414Z' fill='%230F0F0F'/%3E%3C/svg%3E");
}

          .testimonial_home_wrapper_sec  .home_page_Testimonials {
    background-color: #FCF8EC;
    padding-bottom: 42px;
    display:none;
}
.testimonial_home_wrapper_sec .testimonial_home_page_wrap{
    padding-top: 30px;
    text-align: center;
}
.testimonial_home_wrapper_sec .home_testimonialHeading {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    border-bottom: 2px solid #00000082;
    padding-bottom: 5px;
}
.testimonial_home_wrapper_sec .home_testimonialHeading h3{
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
    text-align: center;
}
.testimonial_home_wrapper_sec .home_testimonialHeading p{
    margin: 0;
    font-size: 12px;
}
.testimonial_home_wrapper_sec .home_testimonialInfo{
    padding-top: 30px;
}
.testimonial_home_wrapper_sec .home_testimonialInfo img {
    border-radius: 50%;
    width: 85px;
    height: 85px;
    object-fit: cover;
}
.testimonial_home_wrapper_sec .home_testimonialInfo h4{
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
    font-family: "Bricolage Grotesque", sans-serif;
}
.testimonial_home_wrapper_sec .home_testimonialInfo p {
    font-family: inter;
    font-size: 15px;
    margin-top: -9px;
    font-weight: 300;
}
.testimonial_home_wrapper_sec .home_testimonialButtons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}
.testimonial_home_wrapper_sec .home_testimonialButtons button {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid white;
    background-color: white;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    font-weight: 600;
    box-shadow: 0 4px 6px rgb(0, 0, 0,0.1);
    transition: all 0.3s ease;
}
.testimonial_home_wrapper_sec .home_testimonialButtons button:hover {
    background-color: #333; /* Dark background on hover */
    color: #fff; /* White text on hover */
    border-color: #333; /* Match border with background on hover */
    transform: scale(1.1); /* Slightly enlarge on hover */
}
.testimonial_home_wrapper_sec .home_testimonialpara p {
    font-size: 30px;
    text-align: left;
    line-height: 37px;
    padding-top: 60px;
    font-weight: 400;
    font-family: "Bricolage Grotesque", sans-serif;
    line-height: 39px;
    padding-right: 250px;
}

/*testimonial button*/
.testi_sec .row {justify-content:center;}
.testi_sec .test_button_wrap {
  position: relative;
  width: 374px;
  height: 61px;
  overflow: hidden;
  border-radius: 50px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 300;
  transition: 0.1s;
  padding:0;
}

.test_button_wrap  button {
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  background: #7BDCDF;
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  mask-size: 3000% 100%;
  animation: ani2 0.7s steps(29) forwards;
  border: navajowhite;
  padding: 0;
  color: black;
}
.test_button_wrap  button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}
.test_button_wrap .test-mas {
  position: absolute;
  color: #ffffff;
  height: 100%;
  text-align: center;
  width: 101%;
  font-size: 22px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  border-radius: 50px;
  overflow: hidden;
  padding: 15px 0;
  background-color: black;
  transition: 0.1s;
}
/*testimonial button*/


/*testimonial section end*/

/***faq sec start**/
.faq_sec_curve img{
    width: 1905px;
    height: 199px;
    position: relative;
    top: 31px;
}
.faq_section {
  background-color: black;
  padding-top: 70px;
  padding-bottom: 70px;
  margin: 0;
}
.faq_heading h2 {
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 86px;
  color: white;
  font-weight: 800;
}
.faq_accodian .accordion-button::after {
  background-image: url(https://marketingforlawfirm.com/wp-content/uploads/2024/08/Untitled-design-49-2.png);
  transition: all 0.5s;
}
.faq_accodian .accordion-button:not(.collapsed)::after {
  background-image: url(https://marketingforlawfirm.com/wp-content/uploads/2024/08/Untitled-design-49-2.png);
}
.faq_accodian .accordion-button::after {
  transition: all 0.5s;
}
.faq_accodian {
    padding: 100px 170px 100px 170px;
}
.faq_accodian .accordian_border {
    border: 0;
    margin-bottom: 34px;
}
.faq_accodian .accordian_tex{
  font-size: 25px;
}
.accordion-item {
  background-color: black;
}
.faq_accodian .accordion-body {
  padding: 0;
  background-color: black !important;
  color: white;
  font-size: 17px;
  line-height: 44px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.faq_accodian .accordion-button {
    color: white !important;
    background-color: black !important;
    box-shadow: unset !important;
    font-weight: 700;
    border-bottom: 2px solid #ffffff33;
    padding-left: 0;
    padding-right: 0;
    font-family: "Bricolage Grotesque", sans-serif;
    margin: 0 0 0 0;
}
.faq_accodian .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: unset;
}
.curve {
    position: relative;
    display: block;
    height: 140px;
    top: 30px;
    margin-top: -100px;
    overflow: hidden;
}
.curve::after {
  border-radius: 50%;
  box-shadow: inset 0 -10px 10px rgba(0,0,0,0.05);
  height: 100px;
  bottom: 0;
  transform: translate(-5%,-100%);
  -ms-transform: translate(-5%,-100%);
  -webkit-transform: translate(-5%,-100%);
  content: "";
  position: absolute;
  width: 110%;
  /*z-index: 9;*/
  background: #fff;
}
.faq_heading {
  padding-top: 113px;
}
/**faq sec end **/
/**logo section start**/
.logo_wrap {
  display: flex;
  text-align: center;
  justify-content: space-around;
  padding: 0 0 60px 0;
}
.logo_wrap .slick-slide img {
    margin: 0 auto;
}
.logo_wrap .slick-prev {
    left: 0;
    top: 61px;
}
.logo_wrap .slick-next {
    right: 0;
    top: 61px;
}
.logo_wrap .slick-arrow {
    background: #2e2b2b;
    border: 1px solid #000;
}
/**logo section end**/
/**form sec start**/
.Location_contact_form_bottom5{
    padding-top:20px;
}
.form_outer_container{
  background-color: #7BDCDF;
  border-radius: 35px;
  padding: 19px 0 44px 0;
}
.form_outer_container .form_text{
    padding: 58px 0 0 50px;
}
.form_outer_container .form_text h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  font-size: 100px;
}
.form_sec_wrap .form_text img {
    width: 61%;
}
.form{
  background-color: #3D3D3D;
  margin: 20px 62px 0 0;
    padding: 17px 47px 46px 49px;
    border-radius: 52px;
  
}
.form .form_field p,
.form .form_field_one p,
.form .form_field_two p ,
.form .form_field_three p,
.contact_form__home p 
{
    color:#ffd600;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 18px
}

.form_field_eight select, .form_field_even select {
    border-radius: 34px;
    padding: 10px 10px 10px 30px;
    width: 100%;
    height: 56px;
    margin: 10px 0 10px 0;
    font-size: 15px;
    border: 1px solid #fefefe70;
    font-family: "Bricolage Grotesque", sans-serif;
    box-shadow: 1px 1px rgb(255 208 0 / 10%);
    background-color: transparent;
    color: white;
    margin-top: 26px;
     font-weight:600;
}

.form_field_eight select option ,
.form_field_even select option{
    background-color:black;
}
.form_field_eight #field_eight_text,
.form_field_even  #field_seven_text{
    color: #ffd600;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 18px;
	
}
.form_field_eight p,
.form_field_even p{
    margin-top: 15px;
}
.contact_form__home label,
.form_field_four  label{
    font-size:13px;
    color:white;
}
.form  input[type="text"], .form input[type="tel"], .form input[type="email"] {
    width: 100%;
    border-radius: 52px;
    border: 1px solid #fefefe70;
    background-color: transparent;
    padding: 5px 0 5px 10px;
    color: white;
    margin: 18px 0;
    font-family: "Inter", sans-serif;
     font-weight:600;
     font-size:14px;
}

.form  textarea {
    border-radius: 21px;
    width: 100%;
    padding: 10px;
    background: transparent;
    border: 1px solid #fefefe70;
    height: 115px;
    color:white;
}
.form input[type="email"]::placeholder,
.form input[type="tel"]::placeholder,
.form input[type="text"]::placeholder,
.form input[type="textarea"]::placeholder
{
    font-weight:700;
color:#ffffffc9;
}

.form ::placeholder {
 font-size: 12px;
 padding: 5px 0 5px 5px;
 color:#ffffffc9;
}

.form  .form_field_four input[type="checkbox"]{
  background-color: transparent;
  border: #FFD600;
}
.form_send_button{
  margin-top: 20px !important;
}
.form_send_button_btn{
color: #000;
  text-decoration: none;
  background-color: #ffff00f0;
  padding: 8px 47px 5px 45px;
  border-radius: 16px;
    
}


/*new footer css*/
.footer_home_offshore_wrap{
    background-color: black;
    padding-top: 30px;
}
.footer_wrapper_wrap_text h2 {
    font-size: 53px;
    line-height: 56px;
    font-weight: 800;
    font-family: "Bricolage Grotesque", sans-serif;
    color: white;
}
.footer_wrapper_wrap_text{
    padding-top :10px;
 
}
.footer_wrapper_wrap_text_one{
    padding-top :10px;
   
}
.footer_wrapper_wrap_text_one h2 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 15px;
    color: white;
    text-align: justify;
    padding-right: 42px;
    font-family: "Inter", sans-serif;
}
.footer_wrapper_wrap_text_one a {
    background-color: #FFDA15;
    color: black;
    border: 2px solid #FFDA15;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    line-height: 20px;
    padding: 16px 24px;
    text-transform: uppercase;
    margin-top: 23px;
    position: relative;
    top: 21px;
    font-family: "Inter", sans-serif;
}
.footer_wrapper_wrap_text_one a:hover{
    color:white;
}
.footer_wrapper_wrap_text_one a svg {
    vertical-align: middle;
    margin-left: 16px;
    margin-top: -3px;
}
.footer_wrapper_wrap_text_two {
    position: relative;
    background-color: white;
    padding: 24px;
    border-radius: 16px;
    width: 492px;
}
.footer_wrapper_wrap_text_two h1 {
    font-size: 33px;
    letter-spacing: -3px;
    font-weight: 700;
    margin-bottom: 16px;
    word-spacing: -2px;
}
.footer_wrapper_wrap_text_two p{
    margin-bottom: 16px;
    font-family: "Inter", sans-serif;
}
.footer_wrapper_wrap_text_two a {
    display: inline-block;
    position: relative;
    padding: 8px 16px;
    background-color:#FFDA15;
    color: black;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #FFDA15;
    border-radius: 30px;
    margin-top: 3px;
    margin-bottom: 5px;
}
.footer_partenter_logo img {
    width: 100%;
    object-fit:contain;
}
.get_in_social_carbon_wrapper {
    display: flex;
    margin-top: 102px;
    gap: 90px;
}
.get_in_social_carbon_wrapper a:hover{
    color: #7BDCDF;
}
.footer_partenter_wrapper_logo {
    margin-top: 101px;
}
.get-in-touch h5, 
.socials_links_footer h5{
    margin-bottom: 15px;
    color: white;
    font-size: 40px;
    letter-spacing: -2px;
    font-family: "Bricolage Grotesque", sans-serif;
}
 .get-in-touch p {
    color: white;
    font-size: 18px;
    font-weight: 500;
}
.get-in-touch a ,.socials_links_footer a{
    line-height: 10px;
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 500;
}
.address {
    line-height: 24px;
    position: relative;
    top: 10px;
}
.ind{
    display:flex;
    gap:7px;
}
.usa{
    display:flex;
    gap:7px;
}
.email{
    display:flex;
    gap:7px;
}
.phone{
    display:flex;
    gap:7px;
    padding-top: 2px;
}
.ind img,
.usa img,
.email img,
.phone img{
    position:relative;
    bottom:3px;
}
.contacts_wrap_footer {
    line-height: 16px;
    margin-top: 14px;
}
.social_link_wrap {
    line-height: 2px;
}
.carbon-wrapper a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 600;
}
.carbon-wrapper p  span i{
        color: white;
        font-size: 32px;
        position: relative;
        top: 9px;
        left: 10px;

}
.footer_partenter_logo {
    display: flex;
    margin-right:10px;
    padding:10px 0;
}
.footer_format_wrapper_wrap {
    display: flex;
    justify-content: end;
    gap: 58px;
}
.footer_last_format p {
    color: #fffffff5;
    font-size: 22px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    margin-top: 35px;
    text-align: center;
    position: relative;
    top: 30px;
}
.footer_last_format {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}
.footer_last_format img{
    position: relative;
    top: 30px;
}
@media screen and (max-width:1899px){
    .it_workcard {
    margin: 20px;
}
}
@media (max-width:1699px){
    .footer_wrapper_wrap_text_two {
        position: relative;
        background-color: white;
        padding: 24px;
        border-radius: 16px;
        width: 374px;
    }
}
@media(max-width:1366px){
    .footer_wrapper_wrap_text_two h1 {
        font-size: 27px;
        letter-spacing: -3px;
        word-spacing: 0;
    }
    .footer_wrapper_wrap_text_two {
        width: 286px;
    }
    .footer_wrapper_wrap_text_two {
        padding: 10px;
    }
}
@media(max-width:1199px){
    .mid .menu-item:hover>.sub-menu {
    padding: 0;
}
    .footer_wrapper_wrap_text h2 {
        font-size: 35px;
    }
    .footer_wrapper_wrap_text_one h2 {
        font-size: 17px;
        padding-right: 59px;
    }
    .footer_wrapper_wrap_text_two {
        width: 296px;
        position: relative;
        left: -59px;
        bottom: 10px;
    }
    .footer_partenter_logo img {
    width: 146px;
    object-fit: cover;
    margin-left: 9px;
}
    .footer_wrapper_wrap_text_one a {
        top: 17px;
    }
    .footer_last_format img {
        position: relative;
        top: 30px;
        width: 112%;
        left: 4%;
        height: 65px;
    }
    .footer_wrapper_wrap_text_two {
        width: 296px;
        position: relative;
        left: -59px;
        bottom: 11px;
    }
}
@media (max-width:991px){
    .footer_wrapper_wrap_text_two {
        width: 448px;
        position: relative;
        left: -1px;
        bottom: 11px;
        margin-top: 91px;
        margin-bottom: 20px;
    }
    .footer_partenter_logo img {
        width: 140px;
        height: 62px;
        object-fit: cover;
        margin-left: 18px;
        margin-top: 7px;
    }
}
@media(max-width:767px){
    .footer_partenter_logo img {
        width: 145px;
        height: 59px;
        object-fit: cover;
        margin-left: 18px;
        margin-top: 20px;
    }
    .get_in_social_carbon_wrapper {
        gap: 45px;
    }
}
@media (max-width:575px){
  .cards_text p {
    font-size: 15px !important;
    line-height: 1.5;
    text-align: left;
}
    .footer_wrapper_wrap_text_two {
        width: 364px;
        position: relative;
        left: -1px;
        bottom: 11px;
        margin-top: 91px;
        margin-bottom: 20px;
    }
    .footer_wrapper_wrap_text_one h2{
        padding: 0 10px;
    }
    .footer_wrapper_wrap_text{
        padding:0 10px;
    }
    .ind br{
        display:none;
    }
        .slick-prev:after, .slick-next:after {
    top: 14.5px;
    left: 14px;}

    hr{
        display: none;
    }
    .footer_partenter_logo img {
        width: 116px;
        height: 46px;
        object-fit: cover;
        margin-left: 6px;
        margin-top: 0px;;
}
    .get_in_social_carbon_wrapper {
           flex-wrap: wrap;
           margin-top: 40px;
    }
}
/*new footer css end*/
/**reviews css**/

.reviews{
    display: flex;
    align-items: center;
}
.review-card-1 {
    width: 100%;
    background-color: white;
    padding: 20px;
    border-radius: 32px;
    box-shadow: 0 8px 8px rgba(29, 29, 27, .1);
}
.review-author-details{
    display: flex;
}
.review-author-img{
    height: 42px;
    width: 42px;
    border-radius:50px;
}
.text-blocks{
    height: 50px;
    margin-left: 10px;
}
.review-text{
    margin-top: 20px;
    color: #8A8D8F;
}
.logo{
    height: 30px;
    width: 30px;
    margin-left: 170px;
}
.text-block-1{
    font-family: Thicccboi Bold, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}
.text-block-2{
    color: #7C8696;
    font-size: 14px;
    line-height: 16px;
}
.date{
    color: #636D7C;
    margin-top: auto;
    font-size: 12px;
    line-height: 16px;
    margin-top: 30px;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control_a {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
/*reviews end**/

/*reviews page*/
.review-banner{
    margin-top:50px;
}

.worldest_best_banner_image_section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 360px;
    overflow: hidden;
    gap:80px;
    margin-top: -30px;
}
.worldest_banner_image_one,
.worldest_banner_image_two,
.worldest_banner_image_three,
.worldest_banner_image_four {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.worldest_banner_image_one {
    transform: rotate(352deg);
    transform-origin: center;
}

.worldest_banner_image_two {
    transform: rotate(2.6deg);
    transform-origin: center;
}

.worldest_banner_image_three {
    transform: rotate(-2.4deg);
    transform-origin: center;
}

.worldest_banner_image_four {
    transform: rotate(12.9deg);
    transform-origin: center;
}

.worldest_banner_image_one img,
.worldest_banner_image_two img,
.worldest_banner_image_three img,
.worldest_banner_image_four img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.review_title h2 {
  text-align: center;
  font-size: 115px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #333333;
}



/*.review-form{*/
/*    padding: 50px 0;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/
/*.review-form p{*/
/*    display:flex;*/
/*    background-color: #ffcc00;*/
/*    padding: 30px;*/
/*    border-radius: 10px;*/
/*}*/


/* General reset */
.review-form{
    display:flex;
    justify-content:center;
    padding:50px 0;
}
.review-form form{
  background: #f4f3ec;
  padding: 20px 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.review-form p{
    margin:0;
    display:flex;
    justify-content:center;
}

.review-mail {
  flex: 1;
  padding: 15px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-right: 10px;
}

.review-submit {
  background-color: #7BDCDF;
  border: none;
  color: black;
  padding: 15px 20px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  width:35%;
}

.review-submit:hover {
  background-color: #e06c00;
}

.service-qualify-1 a{
    color: #d1a700;
}

/*reviews page*/
@media screen and (max-width: 1899px) {
.container {
    max-width: 1320px !important;
}
.elevate h2 {
    font-size: 48px;
}
/*.card-content::before {*/
/*    width: 23%;*/
/*}*/
.img_crea1 img {
    left: 165px;
}
.img_crea img {
    right: 105px;
    top: -80px;
}
.wall_title h2 {
    font-size: 142px;
}
.carousel img{
    width:410px;
}
}
@media screen and (max-width:1699px){
.carousel img{
    width:410px;
}

}
@media screen and (max-width: 1365px) {
    .it_workcard {
    margin: 17px;
    min-height: 400px!important;
}
.container {
    max-width: 1160px !important;
}
.elevate h2 {
    font-size: 40px;
}
.cont_number h3 {
    font-size: 190px;
}
.cont_wrap p {
    font-size: 21px;
    margin: 12px 0 11px;
}
.img_crea1 img {
    left: 88px;
}
.img_crea img {
    right: 30px;
    top: -80px;
}
.cont_btn .launch a {
    padding: 13px 18px 16px;
    font-weight: 500;
}
.card_wrap {
    width: 40%;
}
.carousel img{
    width:365px;
}
.service-qualify-1 h1{
    font-size:22px;
}

}
@media screen and (max-width: 1199px) {
  .container {
        max-width: 960px !important;
    }
    .copyrigh_text img {
    width: 100%;
}
.form {
    margin: 20px 30px 0 30px;
    padding: 17px 26px 46px 26px;
}
.faq_heading {
    padding-top: 30px;
}
.faq_accodian {
    padding: 80px 0 100px 0;
}
.slick-prev {
    left: -22px;
}
.slick-next {
    right: -22px;
}
.form_outer_container .form_text h2 {
    font-size: 58px;
}
.elevate h2 {
    font-size: 34px;
}
.card-content {
    grid-template-columns: 65% 16% 19%;
}
/*.card-content::before {*/
/*    width: 30%;*/
/*    height: 64%;*/
/*    top: 84px;*/
/*}*/
.cont_number h3 {
    font-size: 129px;
}
.cont_number{
    height:200px;
    width:200px;
}
.navbar-nav .menu-item a {
    padding: 10px 21px !important;
}
.card_wrap {
    width: 49%;
}
.carousel img{
    width:460px;
}
.it_workcard {
    margin: 14px;
}
}
@media screen and (max-width: 991px) {
.container {
    max-width: 740px !important;
}
.worldest_best_banner_image_section {
    gap: 13px;
}
.worldest_banner_image_one, .worldest_banner_image_two, .worldest_banner_image_three, .worldest_banner_image_four {
    width: 281px;
    height: 171px;
}
.review-ver {
    margin-top: 0px !important;
}
.testi_sec .testimonials-container {
   margin-top: 190px !important;
}
.review_title h2 {
    font-size: 81px;
}
nav.navbar {
    background-color: #fff;
    border-radius: 24px;
    box-shadow: rgba(76, 27, 50, 0.16) 0 4px 16px 0;
    opacity: 1;
    padding: 16px 0;
}
.navbar-collapse.show {
    margin: 9px 0 25px;
}
.elevate h2 br {
    display:none;
}
.elevate h2 {
    font-size: 27px;
}
section.banner_sec {
    margin-top: -124px;
}
.elevate p br {
    display:none;
}
.elevate p {
    font-size: 16px;
}
.elevate_img img {
    width: 100%;
}
.exper h2 {
    font-size: 46px;
}
.exper p br{
    display:none;
}
.exper p {
    font-size: 21px;
}
/*.card-content::before {*/
/*    width: 37%;*/
/*    height: 38%;*/
/*    top: 61px;*/
/*}*/
.card-content {
    grid-template-columns: 100%;
}
.cont_number {
    height: 190px;
    width: 190px;
}
.cont_btn {
    display: flex;
    margin-top: 80px;
}
.cont_btn .launch a {
    font-size: 16px;
}
.img_crea1 img {
    left: 26px;
    width: 18%;
}
.img_crea img {
    right: -10px;
    top: -52px;
    width: 17%;
}
section.creativity_sec {
    padding: 110px 0 110px;
}
.creat_card {
    padding: 40px;
    grid-template-columns: auto;
}
.getwork_text h2 {
    font-size: 92px;
    line-height: 100px;
}
.work_its .launch a {
    padding: 14px 75px 14px;
}
.it_workcard {
    margin-bottom: 54px;
}
section.it_work {
    padding: 60px 0 0;
}
.wall_title h2 {
    font-size: 102px;
}
.form_outer_container .form_text h2 {
    font-size: 56px;
}
.faq_section {
    margin: 0 0 0 0;
}
.creative_wrap h2 {
    font-size: 70px;
    line-height: 69px;
}
.wrapper p br{
    display:none;
}
.card_wrap {
    width: 64%;
}
.work_it h2 br{
    display:none;
}
.work_it h2 {
    font-size: 40px;
}
.carousel img{
    width:350px;
}
.curve{
    top:21px;
}
.work_its{
    flex-direction:column;
}
}
@media screen and (max-width: 767px) {
    .review_title h2 {
    display: none;
}
.review-banner .wall_title h2 {
    font-size: 70px;
}
.wall_title h2 {
    font-size: 53px;
}
.worldest_best_banner_image_section{
    height: 314px;
}
.worldest_best_banner_image_section {
    gap: 4px;
}
.worldest_banner_image_one img, .worldest_banner_image_two img, .worldest_banner_image_three img, .worldest_banner_image_four img {
    object-fit: contain;
}
.worldest_banner_image_one, .worldest_banner_image_two, .worldest_banner_image_three, .worldest_banner_image_four {
    width: 281px;
    height: 129px;
}
.mobile-section {
    padding-bottom: 50px;
}
    .date {
    margin-top: 13px;
}
.text-block-2 {
    display: none;
}
.carousel img{
    width:540px;
}
.logo{
    margin-left:115px;
}
.cont_number {
    opacity:0;
}

}
@media screen and (max-width: 575px) {
  section.about-footer {
    padding-top: 0px !important;
}
.about-card {
    margin-bottom: 99px;
}
  .faq_heading h2 {
    font-size: 71px;
}
.logo_wrap {
    display: grid;
    grid-template-columns: auto auto auto;
}
.wall_card img {
    width: 100%;
}
.creative_wrap h2 {
    font-size: 45px;
    line-height: 51px;
}
.sticky nav {
    top: -20px !important;
}
section.banner_sec {
    margin-top: -143px;
}
.cont_wrap p br{
    display:none;
}
.cont_wrap {
    z-index: 9;
    padding-left: 0;
}
.cont_number {
    opacity:0;
}
/*.card-content::before {*/
/*    width: 32%;*/
/*    height: 19%;*/
/*    top: 47px;*/
/*    left: 20px;*/
/*}*/
.cont_wrap p {
    font-size: 17px;
    text-align: justify;
}
.cont_wrap h2 {
    font-size: 39px;
}
.cont_btn {
    display: block;
    margin-top: 35px;
}
section.creativity_sec {
    padding: 52px 0 110px;
}
.creat_card {
    padding: 40px;
    margin: 60px 0 0;
}
.getwork_text h2 {
    font-size: 66px;
    line-height: 68px;
}
.launch a {
    font-size: 13px;
    padding: 8px 15px 9px;
}
.work_its {
    display: block;
}
.work_it p {
    margin-bottom: 32px;
    text-align: center;
}
.review-banner .wall_title h2 {
    font-size: 58px;
}
.wall_title h2 {
    font-size: 37px;
    padding: 20px 0px;
}
.mobile-section {
    padding-bottom: 20px;
}
section.wall_sec {
    padding: 50px 0;
    display: none;
}
.faq_heading h2 {
    font-size: 40px;
}
.faq_accodian {
    padding: 30px 15px 15px 15px;
}
.form_outer_container .form_text {
    padding: 22px 0 0 23px;
}
.form {
    margin: 20px 0 0 0;
}
  .work_it h2 {
    font-size: 26px !important;
    text-align: center;
}
.work_it h2 br{
    display:none;
}
.work_vs .slick-prev {
    left: 0;
}
.work_vs .slick-next {
    right: 0;
}
.exper h2 {
    font-size: 34px;
}
.card_wrap {
    width: 100%;
    --card-angle: -1deg !important;
}
.review-card-1 {
    height: auto;
}
.reviews .logo {
    margin-left: 20px;
}
#gallery {
    --size-w: 200px;
}
#card-1 {
  z-index: 9;
  bottom: 0%;
}
#card-2 {
  z-index: 8;
  bottom: 0%;
}
#card-3 {
    z-index: 7;
    bottom: 0%;
}
#card-4 {
  z-index: 6;
  bottom: 0%;
}
#card-5 {
  z-index: 5;
  bottom: 0%;
}
#card-6 {
  z-index: 4;
  bottom: 0%;
}
#card-7 {
  z-index: 3;
  bottom: 0%;
}
#card-8 {
  z-index: 2;
  bottom: 0%;
}
#card-9 {
  z-index: 1;
}
.card-content {
    padding: 26px 50px;
}
.exper p {
    text-align: left;
    letter-spacing: 1.4px;
    word-spacing: 3px;
}
.faq_accodian .accordion-body {
    line-height: 21px;
    text-align: justify;
    font-size: 13px;
}
button.accordion-button.accordian_tex {
    font-size: 16px;
}
section.bannertf {
    padding: 0 0 50px;
}
.video_title h2 {
    font-size: 3.5rem;
    margin-top: 21px;
}
section.expertise {
    padding-bottom: 22px;
    padding-top: 40px;
}
.faq_accodian .accordian_tex {
    font-size: 20px;
    line-height: 1.3;
}
.faq_accodian .accordian_border {
    margin-bottom: 19px;
}
.video_btnd {
    display: block;
}
.carousel img{
    width:360px;
}
.launch {
    display: none;
}
.work_its {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}

.it_workcard {
    height: 100% !important;
    min-height: 350px!important; 
    padding: 42px 19px 24px 22px;
}
}


/*inner case study css start*/
.all_sec_wrapper {
    margin-top: 40px;
}

.inner_sec-wrap i {
    border-radius: 100px;
    background-color: black;
    color: white;
    padding: 9px 7px 9px 10px;
}

.inner_sec-wrap span {
    letter-spacing: .2em;
    font-size: 16px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    padding: 5px;
}

.inner_sec-wrap h1 {
    padding-top: 35px;
    font-size: 69px;
    font-family: "Bricolage Grotesque", sans-serif;
    line-height: .9;
    color: black;
    width: 89%;
    font-weight: 900;
}

.inner_sec-wrap h2 {
    font-size: 21px;
    line-height: 150%;
    padding-top: 20px;
    padding-bottom: 115px;
    font-weight: 400;
    text-align: left;
    font-family: "Inter", sans-serif;
}

.iamge_left-side .left-images img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.sec_link {
    margin: 30px 0 0 0;
    white-space:nowrap;
    display:none;
}

.sec_link a {
    text-decoration: none;
    color: black;
    border: 1px solid black;
    border-radius: 1000px;
    padding: 8px 15px 8px 15px;
    text-align: center;
    margin: 0 3px 0 3px;
}

.right_text {
    margin-left: 20px;
}

.right-text-sec-one p,
.right-text-sec-two p,
.right-text-sec-three p {
    width: 40%;
    background-color: black;
    color: white;
    padding: 23px 10px;
    font-size: 42px;
    text-align: center;
    border-radius: 10px;
    height: auto;
    margin-bottom: 10px;
    font-family: "Bricolage Grotesque", sans-serif;
}

.right-text-sec-one,
.right-text-sec-two,
.right-text-sec-three {
    display: flex;
    align-items: center;
}

.right-text-sec-one span, .right-text-sec-two span, .right-text-sec-three span {
    margin-left: 16px;
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
    font-family: "Inter", sans-serif;
}
section.project_sec_wrap {
    background-color: #000000;
    border-radius: 30px 30px 0 0;
    margin-top: 140px;
    padding: 0 0 80px 0;
}

.project_sec_wrap_text h2 {
    font-size: 72px;
    font-family: "Bricolage Grotesque", sans-serif;
    color: #7BDCDF;
}

.project_sec_wrap_text p {
    font-size: 24px;
    margin-top: 25px;
    line-height: 138%;
    padding: 0;
    font-family: "Inter", sans-serif;
    color: white;
    font-weight: 300;
}
.project_sec_wrap_text ul li{
    color: white;
    line-height: 30px;
}


.what_we_did_sec {
    background-color: white;
    padding: 66px 0 84px 38px;
    border-radius: 10px;
    margin-top: 53px;
    width: 100%;
    margin-left: 20px;
}

.what_we_did_sec_text h2 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 32px;
    color: #000000;
}

.what_sec_one h2,
.what_sec_two h2,
.what_sec_three h2 {
    font-size: 22px;
    font-family: "Bricolage Grotesque", sans-serif;
    color: #000000;
}

.what_sec_one,
.what_sec_two,
.what_sec_three {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.what_sec_one i,
.what_sec_two i,
.what_sec_three i {
    margin: 0 57px 0 0;
    background-color: black;
    color: white;
    border-radius: 50%;
    padding: 7px 8px 7px 8px;
}

.what_we_a .span_sec {
    background-color: #000000;
    color: #fff;
    padding: 18px 25px 18px 25px;
    border-radius: 1000px;
    /* margin-top: 50px; */
}

.what_we_a {
    margin-top: 50px;
}

.what_we_a a {
    font-size: 20px;
    color: white;
    text-decoration: none;
}
.what_we_a a:hover{
    color:#7BDCDF;
}

.what_we_a i {
    margin-left: 17px;
}

#text_wrap_sec_all {
    border-radius: 30px;
    position: relative;
    background-color: white;
    padding: 83px 0 50px 0;
    margin-top:-70px;
}

.text_wrap_sec_head {
    margin: 30px 0 0 0px;
    width: 85%;
}
.text_wrap_sec_head ul li{
    line-height: 30px;
}

.text_sec_one h2,
.text_sec_two h2,
.text_sec_three h2,
.text_sec_four h2 {
    font-size: 72px;
    font-family: "Bricolage Grotesque", sans-serif;
    color: #000000;
    font-weight: 900;
}

.text_sec_one p,
.text_sec_two p,
.text_sec_three p,
.text_sec_four p {
    font-size: 22px;
    width: 67%;
    MARGIN: 25PX 0 25PX 0;
    line-height: 150%;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.numbers_sec_wrap {
    display: flex;
    gap: 68px;
    padding-top: 110px;
}

.number_sec_text {
    border-left: 1px solid white;
    padding: 0 0 0 30px;
}

.number_sec_text h2 {
    color: white;
    font-size: 82px;
    font-family: "Bricolage Grotesque", sans-serif;
}

.numbers_sec_wrap p {
    color: white;
    padding: 0;
    font-size: 20px;
    white-space: nowrap;
    font-family: "Bricolage Grotesque", sans-serif;

}
.project_sec_row{
    padding:90px 0px 90px 0px;
}
@media (max-width:1699px) {
.worldest_banner_image_one, .worldest_banner_image_two, .worldest_banner_image_three, .worldest_banner_image_four {
    width: 281px;
    height: 276px;
}
.worldest_best_banner_image_section {
    gap: 40px;
}
    .sec_link a {
        font-size: 17px;
    }
    .numbers_sec_wrap {
        gap: 51px;
    }

  span.stat-boxes__item-figure-cutout {
    display: none;
}
/*.what_sec_one:hover, .what_sec_two:hover, .what_sec_three:hover {*/
/*    display:none;*/
/*}*/
.numbers_sec_wrap {
    padding-top: 173px;
}
}

@media (max-width:1365px) {
    .what_we_did_sec {
        margin-left: 0;
    }

    .right-text-sec-one span,
    .right-text-sec-two span,
    .right-text-sec-three span {
        font-size: 15px;
        padding-right: 10px;
    }
    .worldest_banner_image_one,
.worldest_banner_image_two,
.worldest_banner_image_three,
.worldest_banner_image_four {
    width: 258px;
    height: 264px;
}
.worldest_best_banner_image_section {
    gap: 36px;
}
     .sec_link {
    margin: 30px 0 0 0;
    white-space: normal;
}
  .sec_seo_link {
    position: relative;
    top: 20px;
    left: 5px;
}
.right-text-sec-one p, .right-text-sec-two p, .right-text-sec-three p {
    width: 38%;
    padding: 17px 10px;
    font-size: 35px;
}
.what_we_did_sec {
    padding: 20px 0 39px 38px;
    margin-top: 53px;
    width: 100%;
}
.text_wrap_sec_head {
    margin: 30px 0 0 48px;
    width: 62%;
}
.numbers_sec_wrap {
    gap: 22px;
}
.number_sec_text h2 {
    font-size: 72px;
}

.bloginner .slick-next {
    right: -20px;
}
.bloginner .slick-prev {
    left: -20px;
}
.slick-arrow{
    top: 40%;
}
}

@media(max-width:1199px) {
    .what_we_did_sec {
    padding: 24px 0 45px 18px;
    margin-top: 0;
}
   .sec_link {
    margin: 30px 0 0 0;
   }
    .right-text-sec-one, .right-text-sec-two, .right-text-sec-three {
    
    padding: 6px 0;
    }
    .sec_link a {
        font-size: 14px;
    }

    .inner_sec-wrap h1 {
        padding-top: 79px;
        font-size: 47px;
    }

    .right-text-sec-one span,
    .right-text-sec-two span,
    .right-text-sec-three span {
        margin-left: 9px;
    }

    .project_sec_wrap_text p {
        font-size: 16px;
    }

    .what_sec_one h2,
    .what_sec_two h2,
    .what_sec_three h2 {
        font-size: 20px;
    }

    .what_sec_one i, .what_sec_two i, .what_sec_three i {
    margin: 0 15px 0 0;
}
.number_sec_text {
    padding: 54px 0 0 7px;
}
    .right-text-sec-one,
    .right-text-sec-two,
    .right-text-sec-three {
        flex-wrap: wrap;
    }
    .right-text-sec-one p, .right-text-sec-two p, .right-text-sec-three p {
        font-size: 22px;
    }
}

@media(max-width:991px) {
    .worldest_best_banner_image_section {
    gap: 19px;
}
.worldest_banner_image_one, .worldest_banner_image_two, .worldest_banner_image_three, .worldest_banner_image_four {
    width: 145px;
    height: 145px;
}
 .project_sec_wrap_text p {
    padding-right: 46px;
    font-size: 18px;
    line-height: 26px;
}
    .inner_sec-wrap h2 {
    font-size: 22px;
    padding-bottom:110px;
}
    .sec_link a {
    font-size: 12px;
}
   .sec_link {
    margin: 36px 0 0 -70px;
    white-space: nowrap;
}
.sec_seo_link {
   top: 0;
    left: 0;
}

    .numbers_sec_wrap {
        gap: 38px;
        padding-top: 70px;
    }


    .right-text-sec-one p,
    .right-text-sec-two p,
    .right-text-sec-three p {
        width: 100%;
        font-size: 32px;

    }

    .iamge_left-side .left-images img {
        height: 309px;
    }
    .what_we_did_sec {
        width: 300px;
        margin: 40px 0 0 0;
    }

    .number_sec_text h2 {
        font-size: 72px;
    }

    .numbers_sec_wrap p {
        font-size: 15px;
    }

    .text_sec_one p,
    .text_sec_two p,
    .text_sec_three p,
    .text_sec_four p {
        font-size: 20px;
        text-align: justify;

    }
    .what_we_a a {
        font-size: 16px;
    }
  .what_we_did_sec {
    margin: 14px 0 0 -40px;
    width: 276px;
    height: 300px;
}
.what_sec_one h2, .what_sec_two h2, .what_sec_three h2 {
    font-size: 21px !important;
}
.what_sec_one i, .what_sec_two i, .what_sec_three i {
    margin: -14px 17px 0 0;
}
.what_we_a .span_sec {
    padding: 12px 14px 10px 19px;
    font-size: 9px;
  
}
    
    .what_we_did_sec_text h2 {
        font-size: 19px;
    }
    .what_sec_one h2, .what_sec_two h2, .what_sec_three h2 {
        font-size: 14px;
    }
    .what_sec_one, .what_sec_two, .what_sec_three{
        margin: 10px 0 5px;
    }

    .right-text-sec-one p, .right-text-sec-two p, .right-text-sec-three p {
        width: 56%;
        font-size: 18px;
    }
    .right-text-sec-one span, .right-text-sec-two span, .right-text-sec-three span {
        font-size: 13px;
    }
    .text_wrap_sec_head {
    margin: 30px 62px 0 80px;
}
#text_wrap_sec_all{
        padding: 45px 0 820px 0;
}
.slick-arrow{
    top:40%;
}

}

@media(max-width:767px) {
    .worldest_banner_image_one, .worldest_banner_image_two, .worldest_banner_image_three, .worldest_banner_image_four {
    width: 120px;
    height: 140px;
}
    .sec_link {
        position: relative;
        bottom: 82px;
         margin: 36px 0 0 -3px;
    white-space: nowrap;
    display:flex;
    justify-content:center;
   }
   .what_sec_one h2, .what_sec_two h2, .what_sec_three h2 {
    font-size: 18px;
}

    .sec_link a {
        font-size: 23px;
    }

    a.sec_seo_link {
        position: relative;
        top: 0;
        left: 5px;
    }

    .numbers_sec_wrap {
        gap: 30px;
    }


    .right-text-sec-one span,
    .right-text-sec-two span,
    .right-text-sec-three span {
        margin-left: 45px;
    }
    .project_sec_wrap_text p {
        font-size: 20px;
        margin: 28px;
        text-align: justify;
    }

    .project_sec_wrap_text h2 {
        margin: 19px;
    }

    .numbers_sec_wrap {
        display: flex;
        flex-wrap: wrap;
    }
  
    .text_sec_one h2, .text_sec_two h2, .text_sec_three h2, .text_sec_four h2 {
    font-size: 56px;
    padding-left: 10px;
}
    .text_wrap_sec_head {
        margin: 0 0 0 0;
    }

   .what_we_did_sec {
    width: 69%;
    margin-left: 21px;
    height: 400px;
}
.what_sec_one i, .what_sec_two i, .what_sec_three i {
    margin: 0 17px 6px 0;
    padding: 9px 9px 8px 9px;
    font-size: 19px;
}
   .text_sec_one p, .text_sec_two p, .text_sec_three p, .text_sec_four p {
    font-size: 22px;
    width: 95%;
    padding: 3px 0 0 19px;
   }
    span.stat-boxes__item-figure-cutout {
        display: none;
    }
    .right-text-sec-one,
    .right-text-sec-two,
    .right-text-sec-three {
        flex-wrap: nowrap;
    }
   .right-text-sec-one p, .right-text-sec-two p, .right-text-sec-three p {
    width: 25%;
    font-size: 30px;
    margin-top: 20px;
}
.right-text-sec-one span, .right-text-sec-two span, .right-text-sec-three span {
    font-size: 17px;
}

    .number_sec_text h2 {
    font-size: 47px;
}
.all_sec_wrapper {
    padding: 0px 20px;
}
}

@media(max-width:575px) {
    .worldest_best_banner_image_section {
    gap: 0px;
}
.logo_wrap .slick-slide img {
    width: 100px;
    height: 100px;
}
    .right-text-sec-one p, .right-text-sec-two p, .right-text-sec-three p {
    font-size: 23px;
    width:30%;
}
.right-text-sec-one span, .right-text-sec-two span, .right-text-sec-three span {
    font-size: 15px;
}
.Location_contact_form_bottom5 .Location_contact_form_bottom6 {
    padding: 12px 16px 11px 16px !important;
}
.text_sec_one h2, .text_sec_two h2, .text_sec_three h2, .text_sec_four h2 {
    padding-left: 0px;
     font-size: 48px !important;
}
.worldest_banner_image_one, 
.worldest_banner_image_two, 
.worldest_banner_image_three, 
.worldest_banner_image_four {
    width: 94px;
    height: 85px;
}
.worldest_best_banner_image_section {
    height: 204px;
}
    .inner_sec-wrap span {
    font-size: 15px;
    }
    .inner_sec-wrap h1 {
        font-size:30px;
        width: 100%;
        padding-top:40px;
        line-height: 1.2;
    }
   .inner_sec-wrap h2 {
        font-size: 18px;
    }
    section.project_sec_wrap{
        margin-top:76px;
    }
    #text_wrap_sec_all {
    padding: 40px 0 700px 0;
}
    .project_sec_row{
        padding: 50px 0px 60px 0px;
    }
.inner_sec-wrap {
    padding: 0 0 0 0px;
}
.what_sec_one, .what_sec_two, .what_sec_three {
    margin: 19px 4px;
}
.what_we_did_sec {
    height: 324px;
}
    .project_sec_wrap_text h2 {
        font-size: 41px;
    }

    .sec_link a {
        font-size: 14px;
        margin-left: 12px;
    }
    .iamge_left-side .left-images img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .number_sec_text {
        padding: 0 26px 0 15px;
    }
    .number_sec_text h2 {
        font-size: 34px;
    }

    .text_wrap_sec_head {
    margin: 30px 8px 0 8px;
}
    .numbers_sec_wrap p {
        padding: 0 0 0 0;
        font-size: 20px;
       
    }
    .project_sec_wrap_text h2 {
        margin: 0 0 20px 10px;
        text-align: center;
    }
.project_sec_wrap_text p {
        letter-spacing: 0.4px;
        font-size: 15px;
        margin: 0 0 0 0;
        width: 100%;
        padding-right: 2px;
        padding: 0 20px 0 20px;
        text-align: justify;
        line-height: 22px;
}
   .text_sec_one p, .text_sec_two p, .text_sec_three p, .text_sec_four p {
    font-size: 14px;
    text-align: justify;
    width: 100%;
    padding: 0 10px 0 0;
    line-height: 22px;
}
    .what_we_a {
        margin-top: 0;
    }
   .what_we_did_sec {
    width: 91%;
    margin: 76px 0 0 15px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.what_we_a i {
    margin-left: 17px;
    font-size: 18px;
}
    .what_we_a a {
        font-size: 19px;
    }
    .what_we_a .span_sec {
    padding: 17px 12px 13px 15px;
}
    .what_we_did_sec_text h2 {
        font-size: 30px;
    }

    .what_sec_one h2, .what_sec_two h2, .what_sec_three h2 {
        font-size: 21px;
    }

  .numbers_sec_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-left: 2px;
    padding-top: 40px;
}

}


/* animation sec */
.arrow_sec {
    transition: transform cubic-bezier(0.43, 1.71, 0.39, 0.92) .5s .1s;

}


.iamge_left-side .left-images{
    transition: transform .1s;
}
.iamge_left-side .left-images img:hover {
    transform: scale(1.01);
}

.right-text-sec-one p:hover , .right-text-sec-two p:hover, .right-text-sec-three p:hover {
    background-color: #7BDCDF;

}
.what_sec_one ,.what_sec_two{
    transition: transform cubic-bezier(0.43, 1.71, 0.39, 0.92) .5s .1s;
}

.text_sec_one p, .text_sec_two p, .text_sec_three p, .text_sec_four p {
   width: 100%;
}
.what_sec_one:hover h1,.what_sec_two:hover h1,.what_sec_three:hover h1{
    position: relative;
    left: 80px;
}
/*inner case study css end*/
/*priya blog page css*/
.blog_sec_wrap {
    background-color: #7BDCDF;
    background-image: linear-gradient(#7BDCDF 26%, #7BDCDF);
    border-bottom-right-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
    color: black;
    padding: 225px 0 50px 0;
    margin-top: -125px;
}
.blog_sec_wrapper {
    padding: 0 0 0 130px;
}
.blog_heading{
width: 67%;
}
.author_hr{
margin-top: 4rem; margin-left: 145px;width: 87%;
}
.blog_heading h1 {
    font-size: 60px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Bricolage Grotesque", sans-serif;
    
}
.blog_date_sec {
    border-top: .0625rem solid rgba(255, 255, 255, .8);
    align-items: center;
    padding-top: 1.5rem;
}

.date_sec p {
    font-size: 17.5px;
}

.blog_sec_content {
    padding: 80px 116px;
}
.share_link_wrap {
    position: sticky;
    top: 20px;
    z-index: 1000;
}
.share__links {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.share__links div {
    border: .0625rem solid #d7d8dd;
    border-radius: 50%;
    width: 2.75rem;
    height: 2.75rem;
}

.share__links i {
    padding: 12px 0 0 13px;
    font-size: 20px;
}

.share__title p {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
.blog_description {
    padding-right: 104px;
}

.blog_description p {
    font-size: 35px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 500;
    letter-spacing: -.01em;
}
.blog-section{
    background-color:white;
}
.blog-section h2{
    font-size:5vw;
    text-align:center;
    font-family: "Bricolage Grotesque", sans-serif;
    padding:125px 0 50px;
    font-weight: 700;
}
.blog-section .bloginner{
    margin-top:0;
}

.author {
    display: flex;
    gap: 20px;
}

.author h1 {
    font-size: 20px;
}

.author p {
    font-size: 17.5px;
}
.author img {
    width: 74px;
    height: 75px;
}
.author__text-wrap {
    margin: 10px 0 0 0;
}
.table_sec_blog {
    border: .0625rem solid rgba(0, 0, 0, .3);
    border-radius: 1.5rem;
    padding: 1.5rem;
    margin: 10px 0 0 150px;
    position: sticky;
    top: 137px;
}
.top_colloar {
   position: absolute;
   }
.contant_table {
    padding: 0 !important;
    overflow-y: scroll;
    height: 350px;
}
.contant_table h2 {
    font-size: 25px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    font-family: "Bricolage Grotesque", sans-serif;
}
.contant_table ol{
    list-style-type: decimal;
}
.contant_table ol li {
    font-size: 20px;
    padding-top: 20px;
    color: rgba(2,2,30,.6);
    font-weight: 500;
    list-style-type: decimal;
    font-family: "Inter", sans-serif;
}
.contant_table ol li:hover{
    color: #255fef;
}
.wp-block-heading{
    font-family: "Bricolage Grotesque", sans-serif;
}
.content_paragraph h1 ,
.content_paragraph h2,
.content_paragraph h3,
.content_paragraph h4{
    font-family: "Bricolage Grotesque", sans-serif;
    line-height:65px;
}
.content_paragraph a{
    color: #4fa6a9;
}
.content_paragraph ul li,
.content_paragraph ol li{
    font-family: "Bricolage Grotesque", sans-serif;
    line-height:38px;
    font-size: 18.5px;
}
.content_paragraph p {
    font-size: 18.5px;
    font-weight: 500;
    color: rgba(1, 1, 7, 0.7);
    font-family: "Inter", sans-serif;
    line-height:43px;
}
blockquote {
    background-color: #fff3db;
    background-position: 0 101%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-left-width: 0;
    border-radius: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    margin: 2.5rem -2rem;
    padding: 2rem 8.5rem 2rem 2rem;
    font-size: 26px;
    font-weight: 500;
    position: relative;
    font-family: "Bricolage Grotesque", sans-serif;
}
blockquote::after {
    content: "";
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("https://assets.website-files.com/63f38a8c92397a024fcb9ae8/6426d58adbf12d695648169e_icon-quotes.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
}
figure img{
    width: 100%;
}
figcaption {
    text-align: center;
    color: rgba(2, 2, 30, .5);
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    font-size: 20px;
    font-weight: 500;
}
.sidebar {
    position: sticky;
    left: 0;
    top: 137px;
    height: max-content;
    padding: 20px 0;
    overflow-y: auto;
        }
.sidebar a {
    display: block;
    padding: 7px 0;
    text-decoration: none;
    color: #898d9a;
    transition: color 0.1s ease-in-out;
    font-size: 14px;
        }
.sidebar a:hover {
    color: black;
        }
.sidebar h3{font-size: 18px;}
.sidebar a.active-link {
    color: black; 
}
.form_container_pro_parent_all {
    /*margin-left: 160px;*/
    position:sticky;
    top: 137px;
}
.blog_content_add_space .col-xl-7{padding: 0px 50px;}
.side-media{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}
.side-media p{margin: 0; font-size:14px;}
.side-media img{
    width: 25px;
    border-radius: 5px;
    border:none;
}
.side-media button{
    border:none;
}

.content_start img{ border: 1px solid #9D9D9D; border-radius: 10px;}

/*.new-form_blog_page-new-form_blog_page {*/
/*   position: absolute;*/
/*   }*/
/*  Inner Blog Page New Form CSS Starts  */



.new-form_blog_page-new-form_blog_page {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            margin-top: 105px;
        }
       .form_blog_new_parent {
    padding: 180px 57px 13px 43px;
    border-radius: 15px;
    width: 350px;
    text-align: center;
    background-image: url('https://marketingforlawfirm.com/wp-content/uploads/2025/07/Blog-page-sticky-form-img.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
        .form_blog_new_parent input {
            width: 100%;
            padding: 12px;
            margin-bottom: 15px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 16px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
           font-family: "Bricolage Grotesque", sans-serif;
           font-weight: 300;
        }
        .form_blog_new_parent input:focus {
            border-color: #7BDCDF;
            outline: none;
            box-shadow: 0 4px 8px rgba(255, 204, 0, 0.3);
        }
        .Blog-sidebar-button {
            background-color: #7BDCDF;
            color: #333;
            padding: 12px;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            font-size: 18px;
            font-weight: bold !important;
            width: 100%;
            transition: background-color 0.3s, box-shadow 0.3s;
            font-family: "Bricolage Grotesque", sans-serif;
        }
        .form_blog_new_parent button:hover {
            background-color: #FFAA00;
            box-shadow: 0 6px 12px rgba(255, 170, 0, 0.3);
        }


@media(max-width:1899px){
    .blog_heading h1 {
    font-size: 58px;
}
.table_sec_blog {
    margin: 10px 0 0 91px;
}    
}
@media(max-width:1699px){
    .table_sec_blog{
    margin: 10px 0 0 10px;
}
}
@media(max-width:1365px){
    .blog_description p {
    font-size: 24px;
    text-align: justify;
}
.author h1 {
    font-size: 17px;
}
.author p {
    font-size: 14.5px;
}
.content_paragraph {
    padding: 0;
}
.form_blog_new_parent {
    width:300px;
    background-size: contain;
    background-position: center top;
    padding: 195px 43px 13px 43px;
}
.form_container_pro_parent_all{
    margin-left: 0;
}
}
@media(max-width:1199px){
    .blog_heading {
    width: 88%;
}
.blog_heading h1 {
    font-size: 45px;
}
.blog_description {
    padding-right: 22px;
    padding-left: 30px;
}
.author h1 {
    font-size: 16px;
    white-space: nowrap;
}
.contant_table ol li {
    font-size: 13px;
}
.contant_table h2 {
    font-size: 21px;
    padding-top: 9px;
}
.form_blog_new_parent{
    width: 335px;
    padding: 195px 25px 13px 25px;
}
.side-menu {display: none;}
.blog_content_add_space .col-xl-7{padding:0;}
}
@media(max-width:991px){
    .text_sec_one h2, .text_sec_two h2, .text_sec_three h2, .text_sec_four h2 {
    font-size: 49px;
}

.what_sec_one:hover h1,.what_sec_two:hover h1,.what_sec_three:hover h1{
    position: relative;
    left: 160px;
}
.what_we_did_sec_text h2 {
    font-weight: 800;
}
    .blog_description p {
    font-size: 17px;
}
.table_sec_blog {
    margin: 10px 0 0 -53px;
    width: 294px;
}
.table_sec_blog {
    margin: 10px 0 0 -53px;
    width: 294px;
}
.form_container_pro_parent_all{
    display:none;
}

/*.content_paragraph p {*/
/*    text-align: justify;*/
/*}*/
.blog_sec_content {
    padding: 80px 100px;
}
hr{
    width:0px;
}
}
@media(max-width:767px){
    .blog_sec_wrapper {
    padding: 0 0 0 36px;
}
.blog_heading h1 {
    font-size: 36px;
}
.share__links {
    justify-content: start;
    
}
.share__title p {
    text-align: left;
}
.share_link_wrap {
    padding-left: 30px;
    padding-bottom: 30px;
}
.share__links {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.blog_sec_content {
    padding:20px 20px;
}
.author {
    margin-left: 30px;
}
.content_paragraph {
    padding: 0 10px 0 25px;
    text-align: left;
}
.author_hr {
    margin-left: 49px;
}

}
@media(max-width:575px){
    .author_hr {
    margin-left: 42px;
}
.bloginner .slick-next {
    right: 0px;
}
.bloginner .slick-prev {
    left: 0px;
}

blockquote {
    display: none;
}
.content_paragraph {
    padding: 0 10px 0 25px;
    text-align: left;
}
.table_sec_blog {
    display: none;
}
.blog_heading h1 {
    font-size: 26px;
}
    .blog_sec_wrapper {
    padding: 0 0 0 16px;
}
}


/**conatct page css start*/

.contact_us_form_button_wrap {
    background-color: #D8CCB5;
    margin-top:30px;
}

.contact_us_form_smt_button .smt_button{
    font-family: "Bricolage Grotesque", sans-serif;
    text-decoration: none;
    color: black;
    font-size: 100px;
    background-color: white;
    padding: 7px 50px 7px 50px;
    border-radius: 72px;
    text-align: center;
    font-weight: 900;
}

.contact_us_form_wrap {
    padding-top: 2em;
}

.contact_us_form_hedaing p {
    font-size: 21px;
    text-align: center;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.contact_us_form_hedaing h1 {
    font-size: 100px;
    text-align: center;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 900;
    line-height: 95px;
    padding-top: 173px;
}

.contact_us_form_hedaing span {
    color: white;
}

.contact_us_form_field
input[type="text"]{
    border: none;
    border-radius: 34px;
    padding: 20px 20px 20px 40px;
    width: 97%;
    height: 88px;
    font-size: 1.4375rem;
    line-height: 1.35;
    letter-spacing: -.05em;
    margin: 10px 0 10px 0;
    font-family: "Bricolage Grotesque", sans-serif;

}
.contact_us_form_field
input[type="tel"] {
    border: none;
    border-radius: 34px;
    padding: 20px 20px 20px 40px;
    width: 97%;
    height: 88px;
    font-size: 1.4375rem;
    line-height: 1.35;
    letter-spacing: -.05em;
    margin: 10px 0 10px 0;
    font-family: "Bricolage Grotesque", sans-serif;

}
.contact_us_form_field select{
    font-weight: 500;
    appearance: none; /* Remove default styling */
    background-image: url('https://marketingforlawfirm.com/wp-content/uploads/2025/02/icons8-down-arrow-24-1.png'); /* Use background-image for the arrow */
    background-repeat: no-repeat; /* Prevent image repetition */
    background-position: calc(100% - 35px) center; /* Adjust arrow position */
    background-size: 25px; /* Size of the arrow image */
}
.contact_us_form_field
input[type="email"],
.contact_us_form_field select{
    border: none;
    border-radius: 34px;
    padding: 20px 20px 20px 40px;
    width: 97%;
    height: 88px;
    font-size: 1.4375rem;
    line-height: 1.35;
    letter-spacing: -.05em;
    margin: 23px 0 10px 0;
    font-family: "Bricolage Grotesque", sans-serif;

}
.contact_us_form_field
input[type="text"]::placeholder {
    color: #989898;
    font-weight: 800;
    letter-spacing: 1px;
}
.contact_us_form_field
input[type="tel"]::placeholder {
    color: #989898;
    font-weight: 800;
    letter-spacing: 1px;
}
.contact_us_form_field
input[type="email"]::placeholder {
    color: #989898;
    font-weight: 800;
    letter-spacing: 1px;
}
.temp-form .contact_us_form_field input[type="text"]::placeholder,
.temp-form .contact_us_form_field input[type="tel"]::placeholder,
.temp-form .contact_us_form_field input[type="email"]::placeholder{
    color: #212529;
    font-weight: 600;
    letter-spacing: 1px;
}

.contact_us_form_field .form_last_part textarea::placeholder {
    color: #989898;
    font-weight: 900 !important;
    letter-spacing: 1px;
    font-family: "Bricolage Grotesque", sans-serif !important;
    
}

.form_last_part textarea,
.button_text {
    border: none;
    border-radius: 34px;
    padding: 20px 20px 20px 40px;
    width: 100%;
    height: 88px;
    font-size: 1.4375rem;
    line-height: 1.35;
    letter-spacing: -.05em;
    margin: 10px 0 10px 0;
    font-family: "Bricolage Grotesque", sans-serif;
}

.form_last_part textarea {
    resize: vertical;
    font-family: "Bricolage Grotesque", sans-serif;
    height:200px;
}

.form_last_part button {
    background-color: black;
    color: white;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Bricolage Grotesque", sans-serif;
    border-radius: 13px;
}

.contact_form_checkbox_wrap {
    margin: 21px 0 10px -10px;
}

 .contact_form_checkbox_wrap label {
    font-size: 21px;
    font-family: "Bricolage Grotesque", sans-serif;
    margin: 0 17px 0 11px;
}
        .checkbox_text {
            margin-top: 20px;
            margin-left:10px;
            font-family: "Bricolage Grotesque", sans-serif;
        }
        .checkbox_text h2{
            font-size:60px;
            font-weight:800;
        }
#newSection2 {
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #7BDCDF;
}
#newSection1{
    background-color:#7BDCDF;
    margin-top:-129px;
}
.mobile_contact_paage_form{
    display:none;
}
.form_last_part .sumit_btn {
    padding: 26px 27px 34px;
}
@media(max-width:1699px){
    .contact_form_checkbox_wrap label {
         font-size: 21px;
    margin: 0 0 0 0;
}
.checkbox_text {
    margin-left: 19px;
}
.contact_form_checkbox_wrap {
    margin: 18px 0 10px 13px;
}
}
@media screen and (max-width:1365px){
   .contact_form_checkbox_wrap label {
    font-size: 18px;
}
}
@media(max-width:1199px){
  .contact_us_form_smt_button .smt_button {
    font-size: 77px;
   }
   .contact_form_checkbox_wrap label {
    font-size: 18px;
}
}
@media(max-width:991px){
    .checkbox_text h2 {
    font-size: 42px;
    font-weight: 800;
}
.contact_form_checkbox_wrap label {
    font-size: 13px;
    white-space: nowrap;
}
.contact_form_checkbox_wrap {
    margin: 18px 0 10px -9px;
}
.checkbox_text {
    margin-left: 0px;
}
   .contact_us_form_smt_button .smt_button {
    font-size: 63px;
   } 
   .contact_us_form_field
input[type="tel"] {
    margin: 0px 0 10px 0;
}
contact_us_form_field
input[type="email"] {
    margin: 0px 0 10px 0;
}
.contact_form_checkbox_wrap {
    margin-top: -10px;
}
}
@media(max-width:767px){
.contact_us_form_smt_button .smt_button {
    font-size: 47px;
}
.contact_us_form_hedaing h1 {
    font-size: 71px;
}
.contact_us_form_field {
    margin-left: 37px;
}
.contact_form_checkbox_wrap {
    margin: 18px 0 10px 24px;
}
.contact_form_checkbox_wrap label {
    font-size: 32px;
}
.checkbox_text {
    margin-left: 57px;
}
.checkbox_text h2 {
    font-size: 40px;
}
.contact_form_checkbox_wrap {
    margin: 19px 0 10px 41px;
}
.contact_form_checkbox_wrap label {
    font-size: 20px;
}
.form_last_part textarea {
    resize: vertical;
    font-family: "Bricolage Grotesque", sans-serif;
    height: 286px;
    margin-left: 41px;
    width: 490px;
}
.form_last_part  .button_text {
    padding: 20px 20px 20px 40px;
    width: 92%;
    margin-left: 30px;
    height: 90px;
    margin: 10px 0 10px 44px;
  
}
}
@media(max-width:575px){
    .desk_contact_paage_form{
        display:none;
    }
    .mobile_contact_paage_form{
        display:block;
    }
    
    .contact_us_form_smt_button .smt_button {
    font-size:23px;
    padding: 21px 27px 21px 31px;
}
.contact_us_form_hedaing h1 {
    font-size: 50px;
     line-height: 63px;
}
 
.form_last_part textarea{
    margin-left:10px;
}
.contact_us_form_field {
    margin-left: 10px;
}
.contact_us_form_field input[type="text"], input[type="tel"] {
   padding: 3px 20px 3px 41px;
    height: 56px;
    margin: 4px 0px 0px 0px;
    font-size: 17px;
    width: 95%;
}
.contact_us_form_field input[type="tel"],
.contact_us_form_field select{
    padding: 3px 20px 3px 41px;
    height: 56px;
    margin: 0px 0px 10px 0px;
    font-size: 17px;
    width: 95%;
}
.contact_us_form_field input[type="email"]{
     padding: 3px 20px 3px 41px;
    height: 56px;
    margin: 10px 0px 10px 0px;
    font-size: 17px;
    width: 95%;
}
.form_last_part .sumit_btn {
    padding: 14px 27px 34px;
    width: 84%;
    height: 48px;
    margin-left: 32px;
}
.form_last_part button {
    height: 64px;
    padding: 0;
    margin-left: 17px;
    width: 95%;
}
 .form_last_part  .button_text {
    padding: 20px 20px 20px 40px;
    width: 98%;
    height: 90px;
    margin: 10px 0 10px 19px;
}
.form_last_part textarea {
    resize: vertical;
    font-family: "Bricolage Grotesque", sans-serif;
    height: 185px;
    margin-left: 41px;
    width: 328px;
    margin-left: 14px;
}
.form_last_part  .button_text {
    padding: 4px 20px 8px 1px;
    width: 88%;
    height: 88px;
    margin: 2px 0 10px 33px;
}
.checkbox_text {
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 18px;
}
.contact_form_checkbox_wrap {
    margin: 0px 0 -14px 23px;
}
.contact_form_checkbox_wrap label {
    font-size: 14px;
    position: relative;
    left: -13px;
    /* margin-right: 53px; */
}
}
@media(max-width:375px){
    .mobile-testimonial {
    height: 36rem !important;
    padding: 20px 25px;
}
.form_last_part textarea {
    width: 311px;
    margin-left: 13px;
    height: 209px;
}
.contact_form_checkbox_wrap label {
    font-size: 12px;
}
}
/*contact page css end*/
/*priya header css start*/
/***/
body{
    /*background-color: #fffae9;*/
    color: white;
    font-family: "Bricolage Grotesque", sans-serif;
  }
  .nav div.visible{
      top:0;
      left:0;
      right:0;
      width:100%;
      height:100%;
      position:fixed;
      z-index:9997;
  }
/* menu button properties Starts*/
  .ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #7BDCDF;
    border-radius: 50px;
  }
  .hamRotate.active {
    transform: rotate(45deg);
  }
  .hamRotate180.active {
    transform: rotate(180deg);
  }
  .line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#000;
    stroke-width:5.5;
    stroke-linecap:round;
  }
  .ham .top {
    stroke-dasharray: 40 172;
  }
  .ham .middle {
    stroke-dasharray: 40 111;
  }
  .ham .bottom {
    stroke-dasharray: 40 172;
  }
  .ham.active .top {
    stroke-dashoffset: -132px;
  }
  .ham.active .middle {
    stroke-dashoffset: -71px;
  }
  .ham.active .bottom {
    stroke-dashoffset: -132px;
  }
   /* menu button properties End */
 header {
    display: flex;
    width: 1200px;
    justify-content: space-around;
    align-items: center;
    margin: 28px auto auto auto;
    background-color: white;
    border-radius: 50px;
    position: sticky;
    z-index: 10;
    padding: 13px 24px;
}
  .nav{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    gap: 20px;
  }
  .logo-new{
    z-index: 9998;
    width: 17%;
  }
  /*.logo-new img{*/
  /*  height: 50px;*/
  /*}*/
  .menu{
    border-radius: 50%;
    background-color: #7BDCDF;
    border: none;
    z-index: 9998;
  }
.hidden {
    height: 950px;
    width:100%;
    z-index:2;
    position:fixed;
    top:-980px;
    left: 0;
    background:white;
    color:#000;
}
.right ul{
    list-style: none;
    position: absolute;
    top: 150px;
    right: -600px;
    z-index: 2;
}
.right ul li{
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  letter-spacing: -5px;
  font-size: 140px;
  height: 120px;
  display: flex;
  align-items: center;
  z-index: -1;
}
.contact-btn{
    height: 60px;
    width: 180px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bolder;
    border: 1px solid #7BDCDF;
    color: rgb(0, 0, 0);
    background-color: transparent;
    z-index: 1;
    font-family: "Bricolage Grotesque", sans-serif;
  }
.first-anim{
    animation: anime1 1s cubic-bezier(0, 1.64, 0.62, 1.92) 0.5s 1 normal forwards;
}
 
@keyframes anime1{
    from{
        right: -100px;
    }
    to{
        right: 200px;
    }
}
.right ul li{
  --thickness: .1em;
  --strike: 0;
  
  background: linear-gradient(90deg, transparent, #7BDCDF 0) no-repeat 
              right center / calc(var(--strike) * 100%) var(--thickness);

  transition: background-size .4s ease;
  font: 120px;
  padding: 0 .2em;
  position: relative;
  z-index: 2;
}
.right ul li:hover {
  --strike: 1; 
  background-position-x: left;
}

.contact{
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.contact p:first-child{
  color:#7BDCDF;
  font-size:24px;
  font-weight: 600;
  margin-bottom:0.5rem;
}
.contact p:nth-child(2), .contact p:nth-child(3){
  font-size: 40px;
  margin: 0;
  font-weight: 600;
}
.contact p:nth-child(4) {
  font-size: 25px;
  font-weight: 600;
}
.contact a{
    color:black;
    text-decoration:none;
}
.contact a:hover{
    color:#7BDCDF;
}
.second-anim{
  animation: anime2 1s cubic-bezier(0.1, 1, 0.1, 1.3) 0.5s 1 normal forwards ;
}
@keyframes anime2{
  from{
    bottom: -60px;
    display: none;
  }
  to{
    bottom: 50px;
    display: block;
  }
}
.mid{
    display: flex;
    height: 70px;
    width: 550px;
    background-color:white;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 10px;
    /* box-shadow: -0.1px 0.1px 10px 0.2px #adacac; */
}
.mid  a{
    background-color: white;
    border: none;
    font-size: 20px;
    font-weight: bold;
    font-family: "Bricolage Grotesque", sans-serif;
    margin: 0;
    padding: 0;
    color: #6e6e6e;
    height: 38px;
    text-decoration: none;
}
.mid a:hover{
    color: #000;
}
.middle{
    width: 75px;
}
.left{
    display: flex;
    gap: 20px;
    
}
.right{
    display: flex;
    gap: 20px;
    
}
@media screen and (max-width:600px){
    .nav{
        width: 300px;
        gap: 10px;
    }
    .contact-btn{
        height: 60px;
        width: 150px;
    }
    .ham{
        width: 50px;
    }
    header{
        margin: 25px auto auto 50px;
    }
}
@media screen and (max-width:1600px){
    @keyframes anime1{
        from{
            right: -10vw;
            display: none;
        }
        to{
            right: 5vw;
            display: block;
        }
    }
}
@media screen and (max-width:1200px) {
    .contact{
        top: 500px;
    }
    .list li{
      top: 70px;
      font-size: 100px;
      height: 85px;
    }
}
@media screen and (max-width:990px) {
  .contact{
    top: 700px;
  }
  .right ul{
    top: 50px;
  }
}
@media screen and (max-width:550px) {
  .contact-btn{
    display: none;
  }
 .nav{
  justify-content: end;
 }
 @keyframes anime1{
  from{
      right: -5vw;
      display: none;
  }
  to{
      right: 30vw;
      display: block;
  }
}
.contact{
  left: 10px;
}
}
@media screen and (max-width:1899px){
    .sticky{
        width:70%;
    }
}
@media screen and (max-width:1699px) {
header {
    padding: 10px 11px;
}
.sticky {
    width:80%;
    padding: 10px 11px;
}
.mid{
    width:520px;
    gap:15px;
}
}
@media screen and (max-width:1365px){
    section.banner_wras {
    margin-top: -181px;
}
.sticky {
    width: 80%;
    padding: 10px 11px;
}
header {
    width: 80%;
    padding: 10px 11px;
}
.right ul li {
    font-size: 119px;
    height: 106px;
}
.mid{
    width: 450px;
}
.mid a {
    font-size:17px;
}
}
@media screen and (max-width:1199px){
    .contact-btn {
    height: 47px;
    width: 133px;
    font-size: 17px;
}
header {
    width: 85%;
    padding: 5px 0;
    justify-content: space-between;
}
svg:not(:root) {
    overflow: hidden;
    width: 43px;
}
.menu {
    margin-left: 91px;
}
/*.logo-new img {*/
/*    height: 54px;*/
/*}*/
.sticky {
    width: 85%;
    padding: 5px 0;
}
.right ul li {
    font-size: 98px;
    height: 96px;
}
.logo-new {
    width: 26%;
    padding-left: 20px;
}
}

@media screen and (max-width:991px){
    header {
    width: 72%;
    padding: 5px 0;
}
.sticky{
    width: 72%;
    padding: 5px 0;
}
.mid{
    display: none;
}
.nav{
    justify-content: end;
    padding-right:20px;
}
.contact h3 {
    font-size: 19px;
}
.contact h2 {
    font-size: 25px;
}
.contact {
    top: 500px;
}
.right ul li {
    font-size: 88px;
    height: 96px;
}
.menu-services-container{
    display:none;
}
.visible-menu{
    display:none;
}
.right ul{
    right:-100px;
}
ul#menu-hidden-menu{
    display:flex;
    width:260px;
    padding:0;
}
.sub-menu .menu-item a:hover {
    background-color: white;
}
.contact{
    display:none;
}
.scndry-btn{
    display:flex !important;
}
.hidden-hdr{
    display:flex;
    flex-direction:column;
    align-items:center;
    
}
.menu-hidden-menu-container{
    padding-right:25px;
}

}

@media screen and (max-width:767px){
    .banners_text h2 {
    font-size: 75px;
}
header {
    width: 86%;
    padding: 5px 0;
}
.contact-btn {
    margin-left: 43px;
}
.menu {
    margin-left: 58px;
}
.sticky {
    width: 86%;
    padding: 5px 0;
}
.right ul li {
    font-size: 65px;
}
.contact h2 {
    font-size: 20px;
}.contact h3 {
    font-size: 18px;
}

}
@media screen and (max-width:575px){
    .banners_text h2 {
    font-size: 54px;
    line-height: 74px;
}
.banner_btn a {
    padding: 8px 30px;
    font-size: 15px;
}
svg:not(:root) {
    overflow: hidden;
    width: 55px;
}
.logo-new img {
    /*height: 45px;*/
    width:118px;
}
.logo-new {
    padding-left: 0;
}
header {
    width: 85%;
    padding: 5px 13px 5px 25px;
    margin-left: 29px;
}
.sticky {
    width: 85%;
    padding: 5px 13px 5px 25px;
    margin-left: 29px;
}
.right ul li {
    font-size: 64px;
    height: 70px;
}
.contact {
    top: 581px;
    left: 38px;
}

}
@media screen and (max-width:375px){
    .right ul li {
    font-size: 59px;
    
}
.banners_text h2 {
    font-size: 53px;
     height: 60px;
   
}
.contact h2 {
    font-size: 18px;
    margin: 3px 0;
}
.contact {
    top: 540px;
}
}
/*header css end*/
/*service page css start*/

/*service page css start*/

body {

  /*background-color: #FFFCF5 !important;*/
  overflow-x:hidden;
}
.services_wrap_sec {
  padding: 200px 0 40px 0;
  background-color: #7BDCDF;
  margin-top: -125px;
}

.services_wrap_sec_text h1 {
    font-size: 86px;
    font-weight: 700;
    font-family: "Bricolage Grotesque", sans-serif;
    color: #000000;
    letter-spacing: -4px;
}

.services_wrap_sec_text span.Top {
  color: #FBCC13;
}

.services_wrap_sec_text {
  padding: 0 40px 0 89px;
}
.services_wrap_sec_text p {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 26px;
}

.services_wrap_sec_text img {
  width: 428px;
}

.services_wrap_sec_text div {
  display: flex;
  justify-content: end;
  position: relative;
  bottom: 50px;
  left: 142px;
}
.Location_contact_form_bottom #im_text,
.Location_contact_form_bottom1 #im_text
{
    color:white;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 15px
}

.Location_contact_form_bottom3 p {
    color: white;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 15px;
}
.Location_contact_form_bottom p{
    margin:0px;
}
.location_checkbox_wrapper textarea {
    border: none;
    border-bottom: 2px solid black;
    width: 100%;
    padding-left: 30px;
    padding-top: 20px;
    background-color: transparent;
    height:50px;
    border-radius: 15px;
}
/*.btnss1.sumit_btn{*/
/*  border-radius: 34px;*/
/*    padding: 20px 20px 20px 40px;*/
/*    width: 100%;*/
/*    height: 88px;*/
/*    font-size: 1.4375rem;*/
/*    line-height: 1.35;*/
/*    letter-spacing: -.05em;*/
/*    margin: 10px 0 10px 0;*/
/*    background-color: black;*/
/*    color: white;*/
/*    font-size: 24px;*/
/*    font-weight: 500;*/
/*    letter-spacing: 1px;*/
/*    font-family: "Bricolage Grotesque", sans-serif;*/
/*    border-radius: 50px;*/
/*    margin: 28px 0;*/
/*    height: 56px;*/
/*    padding: 0;*/

/*}*/
.location_checkbox_wrapper textarea:focus{
      outline: none;
}
.contact_form_field1 input[type="text"], input[type="tel"], input[type="url"] {
   border: none;
    border-radius: 10px;
    padding: 10px 10px 10px 30px;
    width: 96%;
    height: 56px;
    margin: 10px 0 10px 0;
    font-size: 15px;
    border: 1px solid #F3E6A8;
   font-family: "Bricolage Grotesque", sans-serif;
    box-shadow: 1px 1px rgb(255 208 0 / 10%);
}
.mobile_location_upper_form{
    display:none;
}
/*previous styling for form select*/
/*.contact_form_field1 select*/
/*{*/
/*    border-radius: 10px;*/
/*    padding: 10px 10px 10px 30px;*/
/*    width: 96%;*/
/*    height: 56px;*/
/*    margin: 10px 0 10px 0;*/
/*    font-size: 15px;*/
/*    border: 1px solid #F3E6A8;*/
/*    font-family: "Bricolage Grotesque", sans-serif;*/
/*    box-shadow: 1px 1px rgb(255 208 0 / 10%);*/
/*    appearance: none;*/
/*    background-color: white;*/
/*    background: url('https://marketingforlawfirm.com/wp-content/uploads/2024/10/down-arrow.png');*/
/*     background-repeat: no-repeat;*/
/*     background-position-x: 98%;*/
/*     background-position-y: 2px;*/
/*}*/


/*New styling for form select*/
.contact_form_field1 select {
    border-radius: 10px;
    padding: 10px 10px 10px 30px; /* Left padding to avoid text overlap with arrow */
    width: 96%;
    height: 56px;
    margin: 10px 0;
    font-size: 15px;
    border: 1px solid #F3E6A8;
    font-family: "Bricolage Grotesque", sans-serif;
    box-shadow: 1px 1px rgb(255 208 0 / 10%);
    appearance: none; /* Remove default styling */
    background-color: white; /* Ensure a solid background color */
    background-image: url('https://marketingforlawfirm.com/wp-content/uploads/2024/10/down-arrow.png'); /* Use background-image for the arrow */
    background-repeat: no-repeat; /* Prevent image repetition */
    background-position: calc(100% - 20px) center; /* Adjust arrow position */
    background-size: 10px; /* Size of the arrow image */
}

.contact_form_field1 input[type="url"] {
    border: 1px solid #F3E6A8;
    box-shadow: 1px 1px rgb(255 208 0 / 10%);
    margin-top: 11px;
    font-family: "Bricolage Grotesque", sans-serif;
}
.contact_form_field1 input[type="email"]{
     border: none;
  border-radius: 10px;
  padding: 10px 10px 10px 30px;
  width: 96%;
  height: 56px;
  margin: 10px 0 10px 0;
  font-size: 15px;
  border: 1px solid #F3E6A8;
  box-shadow: 1px 1px rgb(255 208 0 / 10%);
  font-family: "Bricolage Grotesque", sans-serif;
} 

.contact_form_field1
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder, 
input[type="url"]::placeholder{
  color: #0000008a;
  font-weight: 500;
  letter-spacing: 1px;
}

.form_last_part1
button {
  border: none;
  border-radius: 34px;
  padding: 20px 20px 20px 40px;
  width: 100%;
  height: 88px;
  font-size: 1.4375rem;
  line-height: 1.35;
  letter-spacing: -.05em;
  margin: 10px 0 10px 0;
  background-color: black;
  color: white;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Bricolage Grotesque", sans-serif;
  border-radius: 50px;
  margin: 28px 0;
  height: 59px;
  padding: 0;
}


#frm_padding_cls{
  padding: 0 89px 0 77px;
}


hr {
    display:none;
  margin: 0 74px 43px 74px !important;
  color: #0000005c !important;
}

/* work section CSS Start */

section.work {
    padding:  10px 0 ;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 2px;
    background-color: #dcfeff;
    border-bottom: 2px solid #7BDCDF;
}
#home_deliver_text_ubheading{
    text-transform:capitalize;
}

.home_page_slider_featured_img h2 {
    text-align: center;
    padding: 46px 0px 40px 0px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 800;
    font-size:2.5rem;
}
section.work h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.work-carousel {
  position: relative;
  width: 100%;
}

.carousel-images {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: scroll 30s linear infinite;
}

.logo-box {
  flex: 0 0 auto;
  width: 16.66%;
  padding: 0 10px;
}

.carousel-images img {
  width: 100%;
  height: auto;
}

/*section.work {*/
/*  padding: 20px 0;*/
/*  overflow: hidden;*/
/*}*/

.work-slider {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
  padding-top: 25px;
}

.slide-track {
  display: flex;
  width:100%; 
  animation: scroll 12s linear infinite;
}

.work-slide {
  flex: 0 0 auto;
  width: 250px; 
  height: 100px;
}

.work-slide img {
  width: 76%;
  height: auto;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } 
}

/* Main Section Slider Starts*/
.sliderSection{
    width: 100vw;
    overflow: hidden;
    background-color: #FCF4D3; /* Optional: change to your desired background color */
    padding: 5px 0;
    position: absolute;
    top: 656px;
    width: 100%;
}

.mainSectionWork {
    width: 100%;
    display: flex;
    align-items: center;
}
.mainSectionSliderh1 {
    flex-shrink: 0;
    text-align: left;
    margin-right: 20px; 
    padding: 5px 10px; 
    width: auto;
}
.work-slider {
    flex: 1;
    overflow: hidden;
    position: relative;
    
}
.slide-track {
    display: flex;
    width: calc(250px * 10);
    animation: scroll 20s linear infinite;
}
.work-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px; 
    height: 100px; 
    margin: 0 35px;
}
.work-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; 
    padding: 10px; 
    box-sizing: border-box;  
}
/*  Main Section Slider Ends  */

/* work section CSS End */




.technologies-section .slider {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
  padding-top: 20px;
}

.technologies-section .slide-track {
  display: flex;
  width:100%; 
  animation: scroll-2 20s linear infinite;
}

.technologies-section .slide {
    flex: 0 0 auto;
    width: 300px;
    height: 80px;
    filter:saturate(0);
}
.technologies-section .slide:hover{
    filter:saturate(1);
}

.technologies-section .slide img {
  width: 76%;
  height: auto;
}

@keyframes scroll-2 {
  0% { transform: translateX(150px); }
  100% { transform: translateX(calc(-150px * 11)); } 
}

/* work section CSS End */



/* service section CSS Start */
.service-slide{
    background-color:black;
    padding:50px 0;
    display:none;
}
/*.service-box-1, .service-box-2{width: 360px;}*/
.service-top-txt h2{
  font-size: 35px;
  font-weight: bolder;
  font-family: "Bricolage Grotesque", sans-serif;
}
.service-top-txt span{
  color: #FBCC13;
}



.module_3_wrapper {
  height: 1000px;
  overflow: hidden;
  background-color: black;
}
.module_3 {
  width: 250%;
  /* height: 100%; */
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  /* justify-content: center; */
  margin-top:-85px;
}

.module_3 .service-slides {
  align-items: center;
  display: inline-flex;
  flex: 100%;
  padding: 0 0 0 100px;
}

.service-panel-1 {
height: 50vh;
width: 100%;
background-color: black;
  border-radius: 25px;
  margin: 40px 0;
  padding: 80px 0 0 0;
  width: 100%;
  overflow: hidden;
}
.flex {
  flex-direction: row;
}

.flex-child {
  /* align-items: center; */
  justify-content: center;
  display: flex;
  flex: 50%;
}
.text2{
  display: flex;
  margin-bottom: -20px;
}
.last{
  background-color: transparent !important;
}



.text1_wraper h2 {
  font-size: 98px;
  font-weight: 700;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 140px 0 0 81px;
  letter-spacing: -4px;
  margin-bottom: -18px;
}

.text1_wraper span.top1 {
  color: #7BDCDF;
}

.service-panel-1 .text2 {
  display: flex;
  margin-top: -38px;
}
.text2{ align-items: baseline;}
.text2 h2 {
  font-size: 95px;
  font-weight: 700;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #ffffff;
  text-align: center;
  /* padding-left: 191px; */
  letter-spacing: -4px;
  margin-bottom: 0;
}

.text2 p {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 41px;
  font-weight: 700;
  color: #ffffff;
  padding: 0 0 0 100px;
  margin-bottom: 0;
  font-family: "Bricolage Grotesque", sans-serif;
}
.text2 span.top2 {
  color: #7BDCDF;
}


.service-slide-1{
  position: relative;
}
.service-box-cnt{
  height: 70%;
  position: absolute;
  margin: 30px 30px 20px 30px; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-chk-boxes img{
  width: 20px;
  height: 20px;
}
.service-qualify-1{
  margin-top: 20px;
  font-family: "Bricolage Grotesque", sans-serif;
}
.service-qualify-1 p{
    font-size:17px;
}
.service-qualify-2{
  margin-top: 110px;
}
.service-qualify-3{
  margin-top: 110px;
}
.service-txt{
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.service-txt p{
  margin: 10px 0;
  font-size: 23px;
  font-family: "Bricolage Grotesque", sans-serif;
}
.service-side-txt h2{
  position: relative;
  transform: rotate(270deg);
  font-size: 60px;
  font-weight: bolder;
  color: white;
  top: 428px;
  left: -372px;
  font-family: "Bricolage Grotesque", sans-serif;
  display: flex;
  justify-content: flex-end;
}
.service-side-txt span{
  color: #7BDCDF;
}




.check_box1 label {
display: inline;
font-size: 15px;
font-family: "Bricolage Grotesque", sans-serif;
font-weight: 600;
color: #230201;
}
.service-box-1 {
background-color: #FDF6EF;
padding: 41px 62px;
border-radius: 20px;
min-height: 300px;
width: 700px;
}
.service-box-2 {
background-color: #FDF6EF;
padding: 41px 62px;
border-radius: 20px;
min-height: 300px;
width: 700px;
}
.check_box label {
display: inline;
font-size: 15px;
font-family: "Bricolage Grotesque", sans-serif;
font-weight: 600;
color: #230201;
}

.service-slider {
display: flex;
width: 100%;
gap: 70px;
/* animation: scroll 50s linear infinite; */
/* overflow-y: scroll; */
}
div#Roi {
  padding: 70px 0 0 0;
  height: 530px;
  margin-top: -10px;
}
div#Roi h2 {
  color: #FEEEB2;
  font-size: 90px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  text-align: center;
}
.imgs img {
  width: 60%;
  height: auto;
  margin-top: -69px;
}
div#Roi .imgs {
  display: flex;
  justify-content: left;
}
.service{
  background-color: black;
}
.roi_button_wrap button {
  width: 100%;
  height: 100%;
  font-size: 25px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  background: #fff;
  mask: url(https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png);
  mask-size: 3000% 100%;
  color: #000;
  animation: ani2 0.7s steps(29) forwards;
  border: navajowhite;
  padding: 0;
}
 .roi_button_wrap {
  position: relative;
  width: 374px;
  height: 61px;
  overflow: hidden;
  border-radius: 50px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 300;
  left: 132px;
  top: 57px;
  transition: 0.1s;
}
.mas {
  position: absolute;
  color: #ffffff;
  height: 100%;
  text-align: center;
  width: 101%;
  font-size: 25px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  border-radius: 50px;
  color: #000000;
  overflow: hidden;
  padding: 10px 0;
  background-color: #7BDCDF;
}
.roi_button_wrap button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}
.roi_button_wrap-1 {
  position: relative;
  width: 374px;
  height: 61px;
  overflow: hidden;
  border-radius: 50px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 300;
  transition: 0.1s;
}
.roi_button_wrap-1  button {
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  background: black;
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  mask-size: 3000% 100%;
  color: white;
  animation: ani2 0.7s steps(29) forwards;
  border: navajowhite;
  padding: 0;
}
.roi_button_wrap-1  button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}
.roi_button_wrap-1 .mas-4 {
  position: absolute;
  color: black;
  height: 100%;
  text-align: center;
  width: 101%;
  font-size: 22px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  border-radius: 50px;
  /*color: #000000;*/
  overflow: hidden;
  padding: 15px 0;
  background-color: #7BDCDF;
  transition: 0.1s;
}

.roi_button_wrap-2 button {
  width: 100%;
  height: 100%;
  font-size: 25px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  background: #7BDCDF;
  mask: url(https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png);
  mask-size: 3000% 100%;
  color: black;
  animation: ani2 0.7s steps(29) forwards;
  border: navajowhite;
  padding: 0;
}
 .roi_button_wrap-2 {
  position: relative;
  width: 374px;
  height: 61px;
  overflow: hidden;
  border-radius: 50px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 300;
  left: 132px;
  top: -39px;
  transition: 0.1s;
  margin-top:50px;
}
.mas-5 {
  position: absolute;
  color: black;
  height: 100%;
  text-align: center;
  width: 101%;
  font-size: 25px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  border-radius: 50px;
  /*color: #000000;*/
  overflow: hidden;
  padding: 10px 0;
  background-color: white;
}
.roi_button_wrap-2 button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}

/*@media(max-width:1899px){*/
/*    .services_wrap_sec_text h1 {*/
/*    font-size: 76px;*/
 
    
/*}*/
/* service section CSS End */



/* Reaseach section CSS Start */
section.Research {
  margin: 150px 0;
}
.im {
    width: 100%;
    height: 475px;
    padding: 40px;
    border-radius: 15px;
}

section.Research h2 {
  font-size: 42px;
  font-weight: 700;
  font-family: "Bricolage Grotesque", sans-serif;
   padding:0 0 15px 0;
}
section.Research p {
    font-size: 18px;
    font-family: "inter", sans-serif;
    font-weight: 400;
    padding-bottom: 36px;
    line-height: 40px;
}
section.Research ul {
  list-style: none;
  padding: 0;
}
section.Research ul li img {
  width: 5%;
  margin-right: 15px;
  margin-bottom: 17px;
  background-color: #FFE9D3;
  padding: 6px;
  border-radius: 50px;
  height:100%;
}
section.Research li {
  font-size: 19px;
  font-family: "inter", sans-serif;
  font-weight: 500;
  display: flex;
  /*flex-wrap: wrap;*/
}


.im img {
    width: 100%;
    height: 369px;
    border-radius: 15px;
    object-fit: contain;
}
.need-gap{
    gap:100px
}

div#depth {
  padding: 90px 0;
}

div#depth .im {
    width: 100%;
    height: 475px;
    padding: 40px;
    border-radius: 15px;
}
div#depth ul li img {
  width: 5%;
  margin-right: 15px;
  margin-bottom: 17px;
  background-color: #e8f7ff;
  padding: 6px;
  border-radius: 50px;
  height:100%;
}
.btnss1 br{
    display:none;
}
.btnss1{
  position: relative;
  height: 61px;
  overflow: hidden;
  border-radius: 50px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 300;
  transition: 0.1s;
  margin: 20px 0 0 0;
}
.btnss1 button {
  width: 100%;
  height: 61px;
  font-size: 22px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  background: #000;
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  mask-size: 3000% 100%;
  color: #fff;
  animation: ani2 0.7s steps(29) forwards;
  border: navajowhite;
  padding: 0;
}
.btnss1  button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}
@-webkit-keyframes ani {
  from {
      -webkit-mask-position: 0 0;
      mask-position: 0 0;
  }
  to {
      -webkit-mask-position: 100% 0;
      mask-position: 100% 0;
  }
}

@keyframes ani {
  from {
      -webkit-mask-position: 0 0;
      mask-position: 0 0;
  }
  to {
      -webkit-mask-position: 100% 0;
      mask-position: 100% 0;
  }
}

@-webkit-keyframes ani2 {
  from {
      -webkit-mask-position: 100% 0;
      mask-position: 100% 0;
  }
  to {
      -webkit-mask-position: 0 0;
      mask-position: 0 0;
  }
}

@keyframes ani2 {
  from {
      -webkit-mask-position: 100% 0;
      mask-position: 100% 0;
  }
  to {
      -webkit-mask-position: 0 0;
      mask-position: 0 0;
  }
}

section.Research .btnss1 {
  position: relative;
  width: 374px;
  height: 61px;
  overflow: hidden;
  border-radius: 50px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 300;
  transition: 0.1s;
}

section.Research .btnss1  button {
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  background: #000;
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  mask-size: 3000% 100%;
  color: #fff;
  animation: ani2 0.7s steps(29) forwards;
  border: navajowhite;
  padding: 0;
}

section.Research .btnss1  button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}

.btnss1 .mas1 {
  position: absolute;
  color: #ffffff;
  height: 100%;
  text-align: center;
  width: 101%;
  font-size: 22px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  border-radius: 50px;
  color: #000000;
  overflow: hidden;
  padding: 15px 0;
  background-color: #7BDCDF;
  transition: 0.1s;
}

@-webkit-keyframes ani {
  from {
      -webkit-mask-position: 0 0;
      mask-position: 0 0;
  }
  to {
      -webkit-mask-position: 100% 0;
      mask-position: 100% 0;
  }
}

@keyframes ani {
  from {
      -webkit-mask-position: 0 0;
      mask-position: 0 0;
  }
  to {
      -webkit-mask-position: 100% 0;
      mask-position: 100% 0;
  }
}

@-webkit-keyframes ani2 {
  from {
      -webkit-mask-position: 100% 0;
      mask-position: 100% 0;
  }
  to {
      -webkit-mask-position: 0 0;
      mask-position: 0 0;
  }
}

@keyframes ani2 {
  from {
      -webkit-mask-position: 100% 0;
      mask-position: 100% 0;
  }
  to {
      -webkit-mask-position: 0 0;
      mask-position: 0 0;
  }
}




/* Reaseach section CSS End */


/* number section CSS Start */

.container {
  width: 1440px;
  margin: auto;
}

section.number {
  background-color: black;
  padding-top: 30px;
  padding-bottom: 40px;
  /*border-radius: 25px;*/
}

.h-2 {
  color: white;
  text-align: right;
  font-size: 76px;
  margin-top: -35px;
  margin-left: 5px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
}

.h-1 {
  color: white;
  text-align: right;
  font-size: 148px;
  font-weight: 700;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-right: 370px;
}

.circle-1 {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.7;
  margin-left: 101px;
  padding: 78px 20px 15px 20px;
}

.circle-1 h2 {
  color: black;
  text-align: center;
  font-size: 109px;
  line-height: 0.7;
  font-weight: 700;
  font-family: "Bricolage Grotesque", sans-serif;
}

.circle-1 p {
  color: black;
}

.circle-2 {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background-color: rgb(248, 245, 241);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 15px 20px 15px 20px;
}
.circle-2:hover {
  background-color: #7BDCDF;
}

.circle-3 {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -101px;
  padding: 78px 46px 15px 46px;
}

.circle-2 h2,
.circle-3 h2 {
  color: black;
  text-align: center;
  font-size: 109px;
  line-height: 0.7;
  font-weight: 700;
  font-family: "Bricolage Grotesque", sans-serif;
}


div#vdo {
  padding: 120px 0 0px 0px;
}

.bannertf_title {
  text-align: center;
  position: relative;
}

.bann_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bannertf_title video {
  width: 76%;
  height: auto;
  border-radius: 30px;
  object-fit: none;
}

.video_title {
  position: relative;
  z-index: 1;
}

.video_title h2 {
  line-height: .76471;
  font-size: 12.5rem;
  color: #fff;
  font-weight: 900;
  font-family: "Bricolage Grotesque", sans-serif;
}

.video_btnd a {
    background-color: #ffda15;
    color: #000;
    text-decoration: none;
    padding: 20px 36px;
    border-radius: 70px;
    font-size: 23px;
    font-weight: 700;
    margin-top: 50px;
}

/*.video_btnd {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*}*/

section.bannertf {
    padding: 200px 0 0 0;
    background-color: black;
}

.creative_wrap {
  text-align: center;
  position: relative;
}
section.creativity_sec {
  background-color: #000;
  padding: 190px 0 110px;
}
.creative_wrap h2 {
  color: #fff;
  font-size: 115px;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 104px;
  font-family: "Bricolage Grotesque", sans-serif;
}
.img_crea img {
  position: absolute;
  border-radius: 10px;
  right: 180px;
  top: -50px;
}
.img_crea1 img {
  position: absolute;
  border-radius: 10px;
  left: 226px;
  bottom: -65px;
}
.creat_card {
    background-color: #7BDCDF;
    border-radius: 52px;
    padding: 46px 46px 46px 129px;
    display: grid;
    align-items: center;
    grid-template-columns: 64% 36%;
    margin: 211px 0 96px 1px;
}
.getwork_text h2 {
  font-size: 129px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #333333;
  line-height: 112px;
}
.getwork_text p {
    color: #333333d6;
    font-size: 22px;
    font-weight: 500;
    font-family: "Bricolage Grotesque", sans-serif;
    margin: 0 0 36px;
}
.getwork_img img {
    width: 100%;
    object-fit: contain;
}

.btnss2 {
  position: relative;
  width: 374px;
  height: 61px;
  overflow: hidden;
  border-radius: 50px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 300;
  transition: 0.1s;
}

 .btnss2 button {
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  background: #000;
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  mask-size: 3000% 100%;
  color: #fff;
  animation: ani2 0.7s steps(29) forwards;
  border: navajowhite;
  padding: 0;
}

 .btnss2  button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}

.btnss2 .mas2 {
  position: absolute;
  left: 0;
  color: #ffffff;
  height: 100%;
  text-align: center;
  width: 101%;
  font-size: 22px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  border-radius: 50px;
  color: #000000;
  overflow: hidden;
  padding: 15px 0;
  background-color: white;
}
.creat_card .btnss2 {
  position: relative;
  width: 374px;
  height: 61px;
  overflow: hidden;
  border-radius: 50px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 300;
  transition: 0.1s;
}

.creat_card .btnss2 button {
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  background: #000;
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  mask-size: 3000% 100%;
  color: #fff;
  animation: ani2 0.7s steps(29) forwards;
  border: navajowhite;
  padding: 0;
}

.creat_card .btnss2  button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}

.btnss2 .mas2 {
  position: absolute;
  color: #ffffff;
  height: 100%;
  text-align: center;
  width: 101%;
  font-size: 22px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  border-radius: 50px;
  color: #000000;
  overflow: hidden;
  padding: 15px 0;
  background-color: white;
}

@-webkit-keyframes ani {
  from {
      -webkit-mask-position: 0 0;
      mask-position: 0 0;
  }
  to {
      -webkit-mask-position: 100% 0;
      mask-position: 100% 0;
  }
}

@keyframes ani {
  from {
      -webkit-mask-position: 0 0;
      mask-position: 0 0;
  }
  to {
      -webkit-mask-position: 100% 0;
      mask-position: 100% 0;
  }
}

@-webkit-keyframes ani2 {
  from {
      -webkit-mask-position: 100% 0;
      mask-position: 100% 0;
  }
  to {
      -webkit-mask-position: 0 0;
      mask-position: 0 0;
  }
}

@keyframes ani2 {
  from {
      -webkit-mask-position: 100% 0;
      mask-position: 100% 0;
  }
  to {
      -webkit-mask-position: 0 0;
      mask-position: 0 0;
  }
}


/* number section CSS End */
.location_two {
    margin-top: 0;
}
/*service page css end*/

/*testimonial section css start*/

/*testimonial section css end*/


/* media queries start here */
@media (min-width: 992px) {
  .testimonial-sec {
    gap: 0;
    height: 45rem;
  }
  .test-card-content{
    width:550px;
    padding: 30px 10px 20px 30px;
    align-items: flex-start;
    text-align: left;
    gap: 50px;
  }

  .test-card {
    width: 40rem;
    height: 23rem;
    flex-direction: row;
  }

  .testimonial-text p{
    font-size: 17px;
  }
  .test-card h3{
    font-size: 17px;
  }
  .testimonial-detail p{
    font-size: 15px;
  }

  .test-card-image .back-img {
    width: 95%;
    top: 75px;
    left: 20px;
  }
  .test-card-image{
    height: 70%;
  }

  .test-card-image .front-img {
      width: 72%;
      left: 58px;
      top: 55px;
  }
  .test-card h1{
    font-size: 35px;
  }
}
@media screen and (max-width:1899px){
    .services_wrap_sec_text h1 {
    font-size: 76px;
}
div#Roi h2{
    font-size: 83px;
}
}

@media screen and (max-width: 1699px) {
.services_wrap_sec_text h1 {
  font-size: 44px;
  letter-spacing: -1px;
}
.services_wrap_sec_text div{
  bottom: 45px;
}
.h-1{
  margin-right: 275px;
}
.circle-1{
  height: 550px;
  width: 550px;
  margin-left: 0;
}
.circle-2{
  height: 550px;
  width: 550px;
  margin-left: -45px;
}
.circle-3{
  height: 550px;
  width: 550px;
  margin-left: -115px;
}
.text2 h2{
  font-size: 60px;
  padding-top:10px;
}
.video_btnd a {
  font-size: 16px;
}
.qualifies3 {
padding: 74px 0 0 0;
}
.imgs img {
margin-top: -130px;
}
div#Roi h2 {
font-size: 70px;
}
.service-box-1, .service-box-2{
  min-height: 270px;
  width: 600px;
}
.service-box-2{
    margin-top:-1px;
}
.text2 {
  margin-bottom: -13px;
}
div#Roi {
  height: 465px;
}
.service-txt p {
    font-size: 22px;
}
.text1_wraper h2{
        padding: 120px 0 0 81px;
    }
.module_3_wrapper {
    height: 800px;
}
.services_wrap_sec_text br{
    display:none;
}
.text2{
    display:none;
}
.services_wrap_sec_text h1 {
    font-size: 58px;
    letter-spacing: -1px;
}
.services_wrap_sec_text p {
    font-size: 18px;
}
.service-side-txt h2{
    left:-325px;
    top:385px;
    font-size:45px;
}
.module_3{
    margin-top: -66px;
}
section.Research h2{
    padding:0 0 15px 0;
}
.roi_button_wrap-2{
    left:6px;
    top:-29px;
}
}

@media screen and (max-width: 1365px){
    .form_last_part1
button {
   font-size: 20px;
}
.services_wrap_sec_text h1 {
    font-size: 58px;
    letter-spacing: -1px;
}
.circle-1{
  height: 500px;
  width: 500px;
  margin-left: 0;
}
.circle-1 span{
  font-size: 50px !important;
}
.circle-1 h2{
  font-size: 90px;
}
.circle-2{
  height: 500px;
  width: 500px;
  margin-left: -50px;
}
.circle-2 span{
  font-size: 50px !important;
}
.circle-2 h2{
  font-size: 90px;
}
.circle-3{
  height: 500px;
  width: 500px;
  margin-left: -115px;
}
.circle-3 span{
  font-size: 50px !important;
}
.circle-3 h2{
  font-size: 90px;
}
.video_title h2{
  font-size: 10.5rem;
}
 .text2 h2{
  padding-left: 120px;
 }
 div#Roi h2 {
  font-size: 60px;
}
 div#Roi{
height: 400px;
 }
 .services_wrap_sec_text br{
    display:none;
}

.services_wrap_sec_text p {
    font-size: 18px;
}
.text2{
    display:none;
}
.text1_wraper h2 {
    font-size:70px;
}
.service-box-1, .service-box-2 {
    min-height: 250px;
    width: 600px;
}
.service-txt p {
    font-size: 20px;
}
.service-side-txt h2{
    font-size: 45px;
    top: 370px;
    left: -319px;
}
.module_3_wrapper {
    height: 800px;
}
.form {
    margin: 20px 0 0 0;
}
.module_3 {
    margin-top:-60px;
}
.need-gap {
    gap: 70px;
}
.sumit_btn {
    font-size:22px;
}
.home_page_slider_featured_img h2{
    font-size:29px;
}
.roi_button_wrap{
    top: 2px;
}
}

@media screen and (max-width: 1199px){
    .services_wrap_sec_text h1 {
    font-size: 59px;
}
.contact_form_field1 input[type="url"] {
    margin-top: 12px;
}
.h-1{
  margin-right: 130px;
}
.circle-1 h2{
  font-size: 70px;
  line-height: 0.6;
}
.circle-1{
  height: 400px;
  width: 400px;
  padding: 50px 20px 15px 20px;
}
.circle-1 span{
  font-size: 30px !important;
}
.circle-2 h2{
  font-size: 70px;
  line-height: 0.6;
}
.circle-2{
  height: 400px;
  width: 400px;
  padding: 50px 20px 15px 20px;
}
.circle-2 span{
  font-size: 30px !important;
}.circle-3 h2{
  font-size: 70px;
  line-height: 0.6;
}
.circle-3{
  height: 400px;
  width: 400px;
  margin-left: -86px;
  padding: 50px 20px 15px 20px;
}
.circle-3 span{
  font-size: 30px !important;
}
.video_title h2{
  font-size: 7.5rem;
}
.roi_button_wrap{left: 90px;}
.text2 p{
  padding: 30px 0 0 100px;
}
.text2 h2{
  font-size: 55px;
  padding-top: 22px;
  padding-left: 0;
}

.services_wrap_sec_text h1 {
    font-size: 49px;
}
.services_wrap_sec_text p{
  font-size: 19px;
  margin-top: 25px;
}
.services_wrap_sec_text img{
  width: 240px;
}
.services_wrap_sec_text div{
  bottom: 27px;
  left: 80px;
}
.form_last_part1 button{
  width: 70%;
  font-size: 16px;
  margin: 28px 50px;
  height: 45px;
}
.imgs img{
  margin-top: -90px;
  margin-left: -140px;
}
#frm_padding_cls {
  padding: 0 0 0 4px;
}
.form_last_part1 button {
width: 77%;
height: 68px;
}
.service-txt p {
  font-size: 20px;
}
.service-box-1, .service-box-2 {
  min-height: 270px;
  width: 600px;
}
.roi_button_wrap{left: 90px;}
div#Roi h2 {
  font-size: 50px;
}
div#Roi {
  height: 340px;
}
.services_wrap_sec_text br{
    display:none;
}
.service-side-txt h2 {
    font-size: 45px;
    top: 370px;
    left: -317px;
}
.module_3{
    margin-top: -60px;
}
.module_3_wrapper {
    height: 850px;
}
section.Research li{
    font-size:16px;
}
section.Research h2{
    font-size:30px;
}
.testimonial_sec{
        display:block;
    }
    section.wall_sec {
        display: none;
    }
    .slider-buttons{
      gap:52.5rem;
  }
  .roi_button_wrap-2{
    left:5px;
    top:-30px;
}
.home_page_slider_featured_img h2{
    font-size:25px;
}
}

@media screen and (max-width: 991px){
	div#vdo {
    padding: 120px 0 0 0;
    margin-top: 69px;
}
 .im {
    width: 98%;
    padding: 65px;
}
section.Research .btnss1 button, .btnss1 .mas1 {

font-size: 20px;
}
	
.services_wrap_sec_text h1 {
    font-size: 43px;
}
#frm_padding_cls {
    padding: 0px 8px;
}
.text2{
    display:block;
}
.text2 p{
  font-size: 35px;
  padding: 22px 0 0 188px;
  margin-bottom: 0;
}
.text2 h2{font-size: 40px;  padding-top: 29px; margin-bottom: 6px;}
.imgs img {
    width: 100%;
    margin-top: -53px;
    margin-left: -20px;
}
div#Roi h2{font-size: 38px}
.service.btnss{
  left: 0;
  top: 45px;
}
.h-1{
  font-size: 130px;
  margin-right: 30px;
}
.h-2{font-size: 70px;}
.circle-1{
  height: 300px;
  width: 300px;
}
.circle-1 span{
  font-size: 30px !important;
}
.circle-2{
  height: 300px;
  width: 300px;
}
.circle-2 span{
  font-size: 30px !important;
}
.circle-3{
  height: 300px;
  width: 300px;
}
.circle-3 span{
  font-size: 30px !important;
}
.video_title h2{
  font-size: 5.5rem;
}
.getwork_text h2{font-size: 115px;}
.text1_wraper h2{font-size: 90px;}
.services_wrap_sec_text {
  padding: 0 40px 0 40px;
}
.roi_button_wrap {
    left: -10px;
    top: 40px;
}

.blank, .last{
  display: none;
}
.services_wrap_sec_text p br {
display: none;
}
.service-box-1, .service-box-2 {
    min-height: 290px;
    width: 600px;
}
section.Research .btnss1 {
 width: 337px;
}
.service-side-txt h2 {
    font-size: 45px;
    top: 385px;
    left: -317px;
}
.module_3_wrapper {
    height: 1150px;
}
.module_3 {
    margin-top:-62px;
}
.need-gap {
    gap: 50px;
}
section.Research p{
    line-height: 30px;
}
section.Research ul li img{
    width:5%;
}
div#depth ul li img{
    width:5%;
}
div#Roi {
    height: 265px;
    padding: 0;
    margin-top: -84px;
    position: relative;
}
/*.contact_form_field1 input[type="text"], input[type="tel"], input[type="url"] {*/
/*    padding:10px;*/
/*}*/
.sumit_btn {
    font-size:19px;
}
.services_wrap_sec_text img {
    display:none;
}
.getwork_text {
    margin-left: -83px;
}
.testimonial-sec {
    gap: 0;
    height: 45rem;
  }
  .test-card-content{
    padding: 30px 35px 0px 35px;
  }

  .test-card {
    width: 29rem;
    height: 30rem;
  }

  .testimonial-text p{
    font-size: 20px;
    margin-bottom:0;
  }
  .test-card h3{
    font-size: 17px;
  }
  .testimonial-detail p{
    font-size: 15px;
    margin-bottom:0;
  }

  .test-card-image .back-img {
    width: 65%;
    top: 7px;
    left: 90px;
  }

  .test-card-image .front-img {
    width:60%;
    left: 92px;
    top: 0px;
  }
  .slider-buttons{
      gap:38.5rem;
  }
  .video_btnd .roi_button_wrap-2{
      width:340px;
      top:-25px;
      left:10px;
  }
  section.work{
      padding:0;
  }
  .home_page_slider_featured_img h2{
      font-size:19px;
  }
  .work-slider{
      padding-top:10px;
  }
}

@media screen and (max-width: 767px){
.services_wrap_sec_text div{
  display: none;
}
.services_wrap_sec_text h1{font-size: 45px;}
.text1_wraper h2{
  font-size: 60px;
  padding: 90px 0 0;
}
.text2 h2{font-size: 29px; letter-spacing: -2px;}
.text2 p{font-size: 23px;}
div#Roi h2 {font-size: 30px;}
.imgs img{
  width: 65%;
  height: auto;
  margin-top: -55px;
}
.roi_button_wrap {left: 80px;  top: -45px;}
.h-1 {font-size: 100px;
      margin-right: 0;
}
.circle-1{ margin-left: 101px;}
.circle-2{
  margin-left: 0;
}
.circle-3{ margin-left: 170px;}
.video_title h2{
  font-size: 2.5rem; 
  padding-top: 23px;
}
.video_btnd a {
  font-size: 19px; 
  padding: 10px 10px;
}
.creat_card{
  padding: 46px 46px 46px 70px;
   display: block;
}
.est h1 {
  right: 210px;
}
.est2 h1 {
right: 210px;
}
.est3 h1 {
right: 210px;
}
.service-box-1, .service-box-2 {
  min-height: 300px;
  width: 500px;
}
.service-txt p {
  font-size: 20px;
}
.roi_button_wrap {left: 80px;  top: -45px;}
.roi_button_wrap-2{
    width:260px;
    left:-7px;
    top:-10px;
}
.footer_wrapper_wrap_text_one .roi_button_wrap-2{
    width:370px;
    left:100px;
    top:-10px;
}
.roi_button_wrap-2 button{
    font-size:20px;
}
div#Roi {
  height: 450px;
  padding-top:10px
}
.module_3_wrapper {
  height: 800px;
}
.services_wrap_sec {
    padding: 190px 0 40px 0;
}
section.work {
    padding: 0 0;
}
.services_wrap_sec_text br{
    display:none;
}
section.Research {
    margin: 50px 0;
}
section.Research p {
    font-size: 16px;
}
section.Research li {
    font-size: 16px;
    padding: 5px 0;
}
.need-gap{
    gap:30px;
}
.im {
    height:auto;
}
div#depth {
    padding:50px 0;
}
section.Research br{
    display:none;
}
.getwork_img img {
    width: 70%;
    padding: 10px 0 0 60px;
}
.module_3{
    margin-top:-55px;
}
.service-side-txt h2{
    left:-266px;
    top:350px;
}
div#depth .im{
    height:auto;
}
section.Research ul li img{
    width:5%;
}
div#depth ul li img{
    width:5%;
}
.text2{
  display:none;
}
.getwork_text{
    margin-left:0;
}
.testimonial-sec {
    gap: 0;
    height: 43rem;
  }
  .test-card-content{
    padding: 25px 25px 0px 25px;
  }

  .test-card {
    width: 22rem;
    height: 27rem;
  }
  .testimonial-text p{
    font-size: 17px;
    margin-bottom:0;
  }
  .test-card h3{
    font-size: 17px;
  }
  .testimonial-detail p{
    font-size: 15px;
    margin-bottom:0;
  }

  .test-card-image .back-img {
    width: 80%;
    top: 1px;
    left: 33px;
  }

  .test-card-image .front-img {
    width: 70%;
    left: 50px;
    top: 0px;
  }
  .slider-buttons{
      gap:29.5rem;
  }
  section.work {
    padding: 0;
}
.home_page_slider_featured_img h2{
        padding:20px 0 0 0;
        font-size:25px;
    }
    .work-slide{
        margin:0 10px;
        height:80px;
    }
    .work-slider{
        padding-top:5px;
    }
}

@media screen and (max-width: 575px){
section.Research .btnss1 {
    width: 275px;
}
.video_title {
    top: 18px;
}
.mas-5{
    font-size: 20px;
}
.roi_button_wrap button{
    font-size: 20px;
}
.mas{
    font-size: 20px;
}
.imgs img {
    width: 96%;
    height: auto;
    margin-top: -55px;
}
div#Roi h2 {
    font-size: 26px;
    padding-left: 5px;
}
 div#Roi h2 br{
     display:none;
 }
 div#vdo {
    padding: 120px 0 0 18px;
}
.container {
  width: auto;
  margin: auto;
}
.circle-1 {
margin-left: 70px;
     height: 214px;
        width: 214px;
}
.circle-2 {
    height: 214px;
    width: 214px;
    margin-top: 0;
    background-color: rgb(248, 245, 241);
}

.circle-2:hover{
    background-color: #FFD60;
}
.circle-3 {
    margin-left: 75px;
    height: 214px;
    width: 214px;
}
.circle-1 span {
        font-size: 20px !important;
    }
.circle-1 h2 {
        font-size: 43px;
    }
.circle-2 span {
        font-size: 20px !important;
    }
.circle-2 h2 {
        font-size: 43px;
    }
    
.circle-3 span {
        font-size: 20px !important;
    }
.circle-3 h2 {
        font-size: 43px;
    }
section.Research {
    margin: 50px 0;
}
.services_wrap_sec {
  padding: 220px 0 40px 0;
}
.h-2 {
    font-size: 41px;
    margin-top: -20px;
}
.roi_button_wrap {
width: 280px;
left: 55px;
top: -45px;
}
.video_btnd .roi_button_wrap-2 {
    left: 60px;
    top: 0;
    margin-top: 0;
    width: 250px;
    height: 50px;
}
.footer_wrapper_wrap_text_one .roi_button_wrap-2{
    left:0;
    top:0;
    margin-top:0;
    width: 340px;
}
.imgs img{
    margin-left:35px;
}
.creat_card .btnss2 {
    width: 200px;
    left: 60px;
    height: 50px;
    /* align-items: center; */
}
.getwork_text{
    margin-left:0;
}
.getwork_text h2 {
font-size: 85px;
}
.h-1 {
    font-size: 50px;
    text-align: left;
}
.video_title h2 {
  font-size: 2.5rem;
  padding-top: 0;
}

.service-qualify-1{
    font-size:15px;
}
.services_wrap_sec_text {
    padding: 0 5px 0 10px;
}
.services_wrap_sec_text h1 {
    font-size: 32px;
    letter-spacing: -2px;
}
section.Research .btnss1 button, .btnss1 .mas1 {
    font-size: 17px;
}
.mobile_location_upper_form{
    display:block;
}
span#im_text {
    padding-left: 12px;
}
.desk_location_upper_form{
    display:none;
}

.service-box-1, .service-box-2 {
  min-height: 300px;
  width: 430px;
}
.text2{
  display:none;
}
.text2 h2 {
  font-size: 33px;
  letter-spacing: -2px;
  padding: 20px 0 0 58px;
}
.text2 p {
  font-size: 23px;
  padding: 0 0 30px 66px;
  }
  .service-side-txt h2{
    font-size: 50px;
    left: -233px;
    top: 285px;
  }
  .module_3{
    margin-top: -63px;
  }
  .roi_button_wrap {
    width: 280px;
    left: 45px;
    top: -30px;
  }
  .need-gap {
    gap: 16px;
    padding-left: 7px !important;
}
  .module_3_wrapper {
  height: 800px;
  }
  div#Roi {
    height: 486px;
    width: 100%;
}
  div#bannertf{
      width:100%;
  }
  .slick-next {
    right: -10px ;
}
  .work .slide-track {
    animation: scroll-2 20s linear infinite;
}
.technologies-section .slide-track {
    animation: scroll-2 12s linear infinite;
}
section.Research p {
    font-size: 16px;
}
section.Research li {
    font-size: 16px;
    padding: 5px 0;
}

section.Research br{
    display:none;
}
.service-txt p {
    margin:0 0 10px 0;
}
.getwork_img img {
    width: 93%;
    padding: 68px 0 0 67px;
    margin-left: 60px;
    margin-top: -68px;
    height: 220px;
    display: none;
}
   .im {
       height:auto;
       padding: 40px;
   }
   div#depth {
    padding: 50px 0;
}
div#depth .im{
    height:auto;
}
section.work {
    padding: 0;
}
.home_page_slider_featured_img h2{
        padding:20px 0 0 0;
        font-size:20px;
    }
    .work-slide{
        margin:0 10px;
        width:200px;
        height:65px;
    }
    .work-slider{
        padding-top:0;
    }
.btnss1{
    left:8px;
}
div#depth ul li img{
    width:7%;
}
section.Research ul li img{
    width:7%;
}
.bannertf_title{
    bottom:-28px;
}
.sumit_btn {
    font-size: 15px !important;
    padding: 0px 10px 29px 10px;
}
.contact_form_field1 select{
    padding:10px 10px 10px 15px;
}
.testimonial-sec {
    gap: 0;
    height: 38rem;
  }

  .test-card {
    width: 14.5rem;
    height: 25rem;
  }
  
  .test-card-content{
    padding: 25px 15px 0 15px;
    gap:20px;
  }
  .testimonial-text p{
    font-size: 12px;
    margin-bottom:0;
  }
  .test-card h3{
    font-size: 17px;
  }
  .testimonial-detail p{
    font-size: 12px;
    margin-bottom:0;
  }

  .test-card-image .back-img {
    width: 100%;
    top: 8px;
    left: 0px;
  }

  .test-card-image .front-img {
    width: 93%;
    left:6px;
    top: 0px;
  }
  .slider-buttons{
      gap:19.5rem;
  }
  .test-card h1{
      padding-top:0;
  }
}
/*service page css end*/


/*location page mediaquery start*/
@media screen and (max-width:1899px){
    .video_title h2 {
    font-size: 9.5rem;
    padding-left: 211px;
}
/*.card-content::before {*/
/*    width: 21%;*/
/*    height: 56%;*/
/*    top: 102px;*/
/*    left: 74px;*/
/*}*/
}
@media screen and (max-width:1365px){
    .video_title h2 {
    font-size: 8.5rem;
    padding-left: 167px;
}
/*.card-content::before {*/
/*    width: 23%;*/
/*    height: 49%;*/
/*    top: 137px;*/
/*    left: 55px;*/
/*}*/
.slick-initialized .slick-slide {
    display: block;
   
}
}
@media screen and (max-width:1699px){
    #cards {
    width: 100%;
}
/*.card-content::before {*/
/*    width: 16%;*/
/*    height: 38%;*/
/*    top: 156px;*/
/*    left: 97px;*/
/*}*/
}
@media screen and (max-width:1365px){
/* .card-content::before {*/
/*    width: 23%;*/
/*    height: 44%;*/
/*    top: 162px;*/
/*    left: 63px;*/
/*}*/
.cont_number h3 {
    font-size: 143px;
}
#cards {
    width: 100%;
}
}
@media screen and (max-width:1199px){
    .exper h2 {
    font-size: 41px;
}
.card-content {
    grid-template-columns: 20% 80%;
}
.cont_number h3 {
    font-size: 72px;
}
.video_title h2 {
    font-size: 6.5rem;
    padding-left: 167px;
}
/*.card-content::before {*/
/*    width: 17%;*/
/*    height: 25%;*/
/*    top: 221px;*/
/*    left: 58px;*/
/*}*/
/*#card-8 .card-content::before {*/
/*    width: 17%;*/
/*    height: 23%;*/
/*    top: 259px;*/
/*    left: 58px;*/
/*}*/
/*#card-2 .card-content::before {*/
/*    width: 17%;*/
/*    height: 25%;*/
/*    top: 250px;*/
/*    left: 56px;*/
/*}*/
}
@media screen and (max-width:991px){
    .getwork_text p {
    padding-right: 35px;
}
    .bannertf_title {
    text-align: center;
    position: relative;
    bottom: 106px;
}
  .form {
    margin: 20px 0 0 0;
    padding: 17px 21px 46px 18px;
}
.form_outer_container .form_text h2 {
    font-size: 99px;
}
.form_text img {
    width: 100%;
    height: 327px;
    object-fit: contain;
    margin-top: 20px;
}

.bannertf_title video {
    width: 98%;
}
.video_title h2 {
    font-size: 7.5rem;
    padding-left: 25px;
}
.work-carousel .slick-slide img {
    height: 300px;
}
.video_btnd a {
    margin-top: -5px;
}
.creat_card {
    width: 100%;
     margin: 46px 0 96px 1px;
}
.getwork_text h2 {
    font-size: 47px;
    line-height: 68px;
}

#cards {
    width: 100%;
}
.cont_wrap h2 {
    font-size: 26px;
}
.cont_wrap p {
    font-size: 16px;
   
}
.cards_text p {
    font-size: 16px;
}

}
@media screen and (max-width:767px){
/*.card-content::before {*/
/*   display:none;*/
/*}*/
.cont_number h3 {
      display:none;
}
.cont_wrap p {
    font-size: 16px;
    margin: 10px 0 5px;
    text-align: justify;
}
.card-content {
    grid-template-columns: 0 100%;
}
.cont_wrap h2 {
    font-size: 33px;
}
.bannertf_title video {
    width: 91%;
}
.getwork_text h2 {
    font-size: 54px;
    margin-bottom:0px;
}
.getwork_text p {
    font-size: 14px;
    text-align: justify;
    margin-top:0px;
}
.launch a {
    font-size: 14px;
    padding: 8px 15px 9px;
}
.creat_card {
    padding: 10px 46px 46px 65px;
    width: 100%;
}
   .work_it h2 {
    font-size: 29px;
}
.elevate {
    text-align: left;
    margin: 0 0 0 31px;
}
.form-control {
    width: 82% !important;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control_a {
    width: 82%;
}
.exper p {
    font-size: 17px;
}
.exper p {
    font-size: 17px;
}
.video_title h2 {
    font-size: 4.5rem;
    padding-left: 25px;
}
.bann_video {
    left: -8px;
}
.curve {
   top: 28px;
  }

}
@media screen and (max-width:575px){
    .expert_sec {
    margin: 0px 0px 90px 0px;
}.video_btnd a {
    display: none;
}
 .bannertf_title {
    bottom: 50px;
}
    .form{
        border-radius:23px;
    }
    .form_outer_container .form_text h2 {
    font-size: 59px;
}
    .exper {
    padding-top: 0;
}
 .exper h2 {
    font-size: 28px;
}
.cont_wrap h2 {
    font-size: 19px;
}
.cont_number h3 {
    font-size: 44px;
    position: relative;
    bottom: 15px;
    right: 29px;
}
.elevate p {
    font-size: 14px;
}
.elevate {
    text-align: left;
    margin: 0 0 0 9px;
}
.form-control-wrap input[type="text"], input[type="tel"], input[type="email"] {
    padding: 20px 20px 20px 41px;
    height: 46px;
    margin: 10px 0 10px 0;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control_a {
    height: 46px;
}
.exper p {
    font-size: 16px;
    padding: 39px 13px 39px 0;
}
.cont_number h3 {
   display:none;
}
/*.card-content::before {*/
/* display:none;*/
/*}*/
.video_title h2 {
    font-size: 50px;
    padding-left: 0;
    margin-top: 10px;
}
.getwork_text h2 {
    font-size: 19px;
    line-height: 47px;
}
.getwork_text p {
    font-size: 11px;
}
.form input[type="text"], .form input[type="tel"], .form input[type="email"] {
    width: 100%;
    padding: 5px 0 10px 0;
    margin-left: -5px;
}
.form  textarea {
  width: 100%;
    padding: 5px 0 10px 0;
    margin-left: -5px;
   
}

.creat_card {
    border-radius: 15px;
    grid-template-columns: 61% 38%;
    padding: 26px 20px 24px 22px;
    margin-bottom: 50px;
}
.creat_card .btnss2  button {
    font-size: 16px;
}
.btnss2 .mas2 {
    font-size: 16px;
}
section.bannertf {
    padding: 28px 0 0 0;
}
 .getwork_text p {
    font-size: 16px;
    text-align: center;
    padding-right: 0px;
    margin-top: 10px;
}
.getwork_text h2 {
    font-size: 39px;
    text-align: center;
}
.bannertf_title video {
    width: 100%;
    height: 300px;
    margin-top: 22px;
    margin-left: 8px;
}
section.work {
    padding: 0;
    padding-bottom: 15px;
}
}
@media screen and (max-width:375px){
    .elevate h2 {
    font-size: 25px;
}
.cont_wrap p {
    font-size: 11px;
    margin: 10px 0 0;
    text-align: justify;
}
.cont_wrap h2 {
    font-size: 16px;
}
.work_it h2 {
    font-size: 20px;
}

.creat_card {
    border-radius: 15px;
}
.cards_text h4 {
    font-size: 25px;
}
.wrapper p {
    font-size: 14px;
}
}
/*location page mediaquery end*/


/* Single Case Study page css Start*/
.case-study-our_work_sec {
    background-color: #7BDCDF;
    padding: 200px 0 30px 0;
    margin-top: -125px;
}


.case-study-tab  {
    background-color: rgb(255, 255, 255);
    color: black ;
    margin: 20px;
    padding: 14px 25px 14px 25px;
    /*border: 1px solid #030326;*/
    border-radius: 1000px;
    font-weight: 800;
    font-family: "Bricolage Grotesque", sans-serif;
}
.case-study-tab.active{
    background-color: black;
    color: white ;
}

.case-study-tab_content{
background-color: white;
border-radius: 15px;
width: 96%;
margin: 0 26px 31px 36px;
}
.case-study-panel_1{
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:1.5em;
  font-weight:bold
}
.radio{
  display:none;
}
#one:checked ~ .case-study-panels #one-panel,
#two:checked ~ .case-study-panels #two-panel,
#three:checked ~ .case-study-panels #three-panel{
  display:block
}
button#load-more, button#loadMoreBtn {
    background-color: #7BDCDF;
    color: black;
    border: none;
    font-weight: 500;
    padding: 11px 49px 12px 49px;
    border-radius: 59px;
    border-radius: 59px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 22px;
}
.case-study-our_work_text{
    text-align: center;
}
.case-study-our_work_text h1{
    font-size: 205px;
    color:#000000;
    font-family: "Bricolage Grotesque", sans-serif;
    padding-top: 65px;
    font-weight: 700;
    letter-spacing: -6px;
}
.case-study-our_work_text p{
    font-size: 32px;
    font-weight: 400;
    color: black;
    font-family: "Bricolage Grotesque", sans-serif;
   padding-bottom: 50px;
}
.case-study-tab_head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.inner_sec_text {
    display: flex;
}
 .tab-content {
    background-color: white;
    padding: 20px 40px 41px 40px;
    border-radius: 15px;
    width: 96%;
    margin: 0 26px 31px 36px;
}
.case-study-tab_head .case-study-tab_head_btn i{
    margin-right: 20px;
    border-radius: 50%;
    background-color: black;
    padding: 15px;
    color: white;
}
.case-study-tab_head h2, .case-study-tab_head h1{
    font-size: 32px;
    padding: 32px 10px;
    font-weight: 800;
    font-family: "Bricolage Grotesque", sans-serif;
}
.case-study-tab_head button {
    border: none;
    padding: 0;
    background-color: white;
    font-size: 22px;
}
 .case-study-tab.active {
    background: #000000;
    color:#fff;
  }
.case-study-tabs  {
    text-align: center;
    padding: 0 0 31px 0;
}
.case-study-tab_inner{
    display: flex;
    padding: 30px 40px;
    border-radius: 15px;
    border-top: 1px solid #7BDCDF ;
  }
  .case-study-inner_box2{
    padding: 0 20px;
  }
  .case-study-inner_box3{
    display: flex;
    box-sizing: border-box;
    justify-content: space-evenly;
  }
  .case-study-inner_box2 p{
    font-size: 20px;
    font-family: "Bricolage Grotesque", sans-serif;
    text-align: left;
  }
  .case-study-inner_box2 h2,
  .case-study-inner_box2 h1{
    font-size: 28px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: bold;
    margin-bottom: 25px;
    color: #000;
  }
  .case-study-count{
    background-color: #000000;
    color: white;
    height: 110px;
    width: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: bolder;
    font-family: "Bricolage Grotesque", sans-serif;
    padding:5px 0 0 0;
  }
  .case-study-inner-cont{
    display: flex;
  }
  .case-study-tab_head{
    padding: 0 30px;
  }
  .case-study-tags a{
    color: black;
    text-decoration: none;
    border: 1px solid black;
    padding: 8px 15px 5px;
    border-radius: 1000px;
    font-size: 16px;
    font-weight: 500;
  }
  .case-study-tags{
    margin: 20px 0;
    display:none;
  }
  .case-study-stat{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 155px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: bold;
    gap: 10px;
  }
  .case-study-tab:hover{
    background-color: #000000;
   color: white;
  }
  .box-img img{
    border-radius: 10px;
    width: 100%;
  }
  .case-study-count h2{
      font-size:2.5rem;
  }
  .load-more-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
  @media screen and (max-width:1899px){
    .box-img img{
        width: 450px;
    }
    .case-study-inner_box2 h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .case-study-inner_box2 p {
        font-size: 17px;
    }
    .case-study-count {
        width: 145px;
    }
  }
  @media screen and (max-width:1699px) {
    .box-img img{
        width: 315px;
    }
    .case-study-inner_box3{
        gap: 10px;
    }
    .case-study-inner_box2 h2{
        font-size: 26px;
        margin-bottom: 20px;
    }
  }
  @media screen and (max-width:1365px){
    .case-study-inner-cont{
        flex-direction: column;
    }
    .case-study-inner_box3{
        flex-direction: column;
    }
    .box-img img {
        width: 570px;
    }
    .case-study-stat{
        flex-direction: row;
        width: auto;
    }
    .case-study-inner_box2{
        padding: 0 36px 0 0;
    }
    .case-study-inner_box2 h2 {
        font-size: 25px;
    }
    .case-study-count {
        height: 100px;
        width: 140px;
    }
    .case-study-inner_box3{
        height: 300px;
    }
    .case-study-tab{
        margin: 10px;
    }
    .case-study-stat {
    margin-left: 88px;
}
  }

  @media screen and (max-width:1199px){
    .box-img img {
        width: 470px;
    }
    .case-study-count {
        height: 95px;
        width: 120px;
    }
    .case-study-tab {
        margin: 0;
    }
    .case-study-tab_content {
        margin: 0 26px 31px 20px;
    }
    .case-study-count h1{
        font-size: 30px;
    }
    .case-study-inner_box2 h2 {
        font-size: 20px;
    }
    .case-study-inner_box2 p {
        font-size: 15px;
    }
    .case-study-tab_head h2 {
        padding: 32px 0;
    }
    .case-study-inner-cont{
        padding: 0;
    }
    .case-study-our_work_text h1 {
    font-size: 180px;
}
.case-study-stat {
    margin-left: 13px;
}
  }
  @media screen and (max-width:991px){
 .box-img img {
    width: 613px;
    height: 338px;
    object-fit: cover;
}
    .case-study-stat {
        flex-direction: column;
        width: auto;
        gap: 10px;
        margin-left: 0;
    }
    .case-study-inner_box3 {
        flex-direction: row;
        justify-content: space-around;
        height: auto;
        margin-top: 20px;
    }
    .case-study-count {
        height: 100px;
        width: 190px;
    }
    .case-study-count h1 {
        font-size: 35px;
    }
    .case-study-inner_box2 h2 {
        margin-top: 20px;
        font-size: 27px;
    }
    .case-study-inner_box2 p {
        margin-top: 20px;
    }
    .case-study-tabs {
    white-space: normal;
}

     .case-study-tab {
    margin: 8px 0;
    font-size: 16px;
}
    .case-study-tab_head h2 {
        font-size: 23px;
    }
    .case-study-inner_box3{
        padding: 0;
    }
   .case-study-our_work_text h1 {
       font-size: 150px;
   }
   .case-study-our_work_text p {
    font-size: 26px;
   }
 
  }
  @media screen and (max-width:767px) {
      .case-study-tab {
    margin: 20px;
    padding: 11px 15px 7px 15px;
     margin: 8px 0;
    font-size: 11px;
   }
   .case-study-tabs {
    white-space: nowrap;
    margin-left: -26px !important;
}
    .case-study-inner_box2 h2 {
        margin-top: 20px;
        font-size: 24px;
    }
    .case-study-our_work_text h1 {
    font-size: 130px;
}
    .case-study-inner_box2 p {
        font-size: 12px;
    }
    .case-study-count h1 {
        font-size: 36px;
    }
    .case-study-stat-text p{
        font-size: 18px;
    }
    .box-img img {
    width: 445px;
    height: 248px;
    margin: 0 0 0 -22px;
   }
   .case-study-stat-text p {
    font-size: 11px;
}
    .case-study-inner_box2 {
   margin: 0 0 0 -20px;
   }
    .case-study-count {
        height: 70px;
        width: 130px;
    }
    .case-study-stat {
    flex-direction: column;
    width: auto;
    /* gap: 42px; */
    margin-left: -52px;
}
    .case-study-our_work_text p {
        font-size: 24px;
    }
    .case-study-more-btn2{
        display:none;
    }
    .case-study-tab_head {
        align-items: center;
    }
    .case-study-tab_inner {
        padding: 30px 0 30px 40px;
    }
  }
  @media screen and (max-width:575px){
    .case-study-our_work_text h1 {
        font-size: 50px;
        letter-spacing: -2px;
        padding-top: 25px;
    }
    .case-study-tabs {
     white-space: normal; 
    margin-left: -3px !important;
    text-align: center;
}
.case-study-tab {
    margin: 5px 0;
    font-size: 12px;
    padding: 7px 12px;
    text-align: center;
}
    .case-study-our_work_text p {
        font-size: 18px;
    }
    .case-study-stat-text p {
    font-size: -1px;
    display: none;
}
    .case-study-inner_box2 p {
        font-size: 13px;
    }
    .case-study-more-btn2{
        display:none;
    }
    .case-study-tab_head {
        padding: 0 10px;
        align-items: center;
    }
    .case-study-tags a {
        font-size: 12px;
    }
    .case-study-tab_inner {
        padding: 30px 0 30px 30px;
    }
    .case-study-tab_content {
        margin: 0 10px 31px 0;
    }
    .case-study-count {
        height: 60px;
        width: 85px;
    }
    .box-img img {
    width: 306px;
    height: 176px;
    margin: 0 0 0 -35px;
}
.case-study-inner_box2 h2 {
    font-size: 17px;
}
    .case-study-count h1 {
        font-size: 24px;
    }
    .case-study-inner_box3{
        gap: 5px;
        padding: 0;
    }
    .case-study-inner_box2 {
        padding: 0 10px 0 0;
    }
    .case-study-tab_head h2 {
        font-size: 19px;
        padding: 25px 0;
        margin:0px;
    }
    .case-study-tab_head h2, .case-study-tab_head h1 {
    font-size: 19px;
    padding: 25px 0px;
    }
    .case-study-inner_box2 h2, .case-study-inner_box2 h1 {
    font-size: 17px;
    margin: 20px 0;
    }
    .case-study-tab_head .case-study-tab_head_btn i{
        padding:10px;
        margin-right:0px;
    }
    .case-study-tab_head button {
    font-size: 10px;
}
 .case-study-our_work_sec {
    padding: 187px 0 30px 0;

}
.case-study-count h2{
      font-size:1.2rem;
  }
  }
  @media screen and (max-width:375px){
     .box-img img {
    width: 276px;
    height: 176px;
    margin: 0 0 0 -35px;
}
.case-study-tab_head h2 {
    font-size: 16px;
    padding: 25px 0;
    margin: 0px;
}
.case-study-inner_box2 h2 {
    font-size: 15px;
}
.case-study-count {
    height: 50px;
    width: 76px;
}
.case-study-count h1 {
    font-size: 18px;
    padding-top: 11px;
}
  }
  
  /*Case Studies page css end*/
  
  /*blog page css start*/
 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main_blog-bg{
    height: 800px;
    position: fixed;
    width: 100%;
    z-index: -1;
}
.main_blog-img img{
    width: 120%;
    position: relative;
    left: -190px;
    padding-top: 100px; 
    background-color: black;
}
.main_blog-trans{
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-top:-125px;
    background-color: black;
    position:relative;
    z-index: 2;
}
.main_blog-scroll{
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-color:black;
}
.main_blog-card-img img{
    width: 100%; 
    position: relative;   
    z-index: 19;
    object-fit:cover;
    height:auto;
}
.main_blog-card-wrapper{
    background-color: rgb(29, 29, 29);
    width: 95%;
    padding: 30px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    row-gap: 25px;
}
.main_blog-scroll-cnt{
    position: relative;
    top: -800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: black;
    border-radius: 50% 50% 0 0;
}
.main_blog-title1, .main_blog-title2{
    text-align: center;
    margin-top:-80px;
}
.main_blog-title1{
    z-index:-1;
}
.main_blog-title1 h1{
    font-size: 115px;
    margin-bottom: 30px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;
    letter-spacing: -6px;
}
.main_blog-text-1{
    position: absolute;
    color: #7BDCDF;
    transform: scale(1.01);
}
.main_blog-text-2{
    color: white;
    transform: rotate(-1.5deg);
}
.main_blog-title1 p{
    font-size: 20px;
    color: #7BDCDF;
    font-family: "Bricolage Grotesque", sans-serif;
}

.main_blog-title2 h2{
    font-size: 70px;
    /*margin-bottom: 50px;*/
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;
    color: #7BDCDF;
}
.bg-cnt{
    height: 800px;
}
.main_blog-sticker{
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_blog-sticker img{
    width: 100px;
    display:none;
}
/* .main_blog-scroll-cnt{
    background-color: black;
    border-radius: 120px 120px 0 0;
} */



/* cards style */
.main_blog-card{
    background-color: black;
    border-radius: 10px;
    overflow: hidden;
    font-family: "Bricolage Grotesque", sans-serif;
    min-height: 43vh;
}
.main_blog-card-cnt{
    padding: 15px;
    color:white;
}
.main_blog-card-cnt h2{
    font-size: 30px;
}
.main_blog-card-cnt p{
    font-size: 15px;
}
.main_blog-card-btn{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 80px 0 20px 0;
}
.main_blog-card-btn button{
    padding: 6px 35px;
    background-color: black;
    color:  #7BDCDF;
    border: 2px solid  #7BDCDF;
    border-radius: 20px;
}
.main_blog-card-btn p{
    color: white;
}
.main_blog-row-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
}
.main_blog-row-btn button{
    padding: 10px 45px;
    border-radius: 30px;
    background-color:  #7BDCDF;
    border: none;
    font-family: "Bricolage Grotesque", sans-serif;
    color:black;
}

.main_blog-end{
    height: auto;
    margin-bottom:-800px;
}


/* media queries */

@media screen and (max-width:1899px) {
    .main_blog-scroll-cnt{
        top: -600px;
        border-radius: 50% 50% 0 0;
    } 
    .main_blog-img img {
        left: -170px;
        padding-top: 50px;
    }
    .main_blog-trans {
        height: 415px;
    }
    .bg-cnt{
        height: 400px;
    }  
    .main_blog-sticker-1{
        align-items: center;
    }
    .main_blog-sticker-2{
        align-items: end;
    }
    .main_blog-end{
       margin-bottom:-500px;
    }  
}
@media screen and (max-width:1699px) {
    .main_blog-scroll-cnt{
        top: -400px;
        border-radius: 50% 50% 0 0;
    } 
    .main_blog-img img {
        left: -140px;
        padding-top: 50px;
    }
    .main_blog-trans {
        height: 415px;
    }
    .bg-cnt{
        height: 400px;
    }  
    .main_blog-sticker-1{
        align-items: center;
    }
    .main_blog-sticker-2{
        align-items: end;
    }
    .main_blog-end{
        height: auto;
        margin-bottom:-300px;
    }  
}
@media screen and (max-width:1365px) {
    .main_blog-scroll-cnt{
        top: -400px;
        border-radius: 50% 50% 0 0;
    } 
    .main_blog-img img {
        left: -120px;
        padding-top: 50px;
    }
    .main_blog-trans {
        height: 415px;
    }
    .bg-cnt{
        height: 400px;
    }  
    .main_blog-sticker-1{
        align-items: center;
    }
    .main_blog-sticker-2{
        align-items: end;
    }
    /*.main_blog-end{*/
    /*    height: 1600px;*/
    /*}  */
}
@media screen and (max-width:1199px) {
    .main_blog-scroll-cnt{
        top: -200px;
        border-radius: 0;
    } 
    .main_blog-img img {
        left: -100px;
        padding-top: 50px;
    }
    .main_blog-trans {
        height: 415px;
    }
    .bg-cnt{
        height: 400px;
    }  
    .main_blog-sticker-1{
        align-items: center;
    }
    .main_blog-sticker-2{
        align-items: end;
    }
    .main_blog-end{
        margin-bottom:-200px;
    }  
}
@media screen and (max-width:991px) {
    .main_blog-title1, .main_blog-title2 {
    margin-top: -216px;
}
.main_blog-card {
    margin: 10px 0px;
}
    .main_blog-scroll-cnt{
        top: -10px;
        border-radius: 0;
    } 
    .main_blog-img img {
        left: -72px;
        padding-top: 70px;
    }
    .main_blog-trans {
        height: 550px;
    }
    .bg-cnt{
        height: 400px;
    }  
    .main_blog-sticker-1{
        align-items: center;
    }
    .main_blog-sticker-2{
        align-items: end;
    }
    .main_blog-end{
        height: auto;
        margin-bottom:0;
    }  
    .menu-services-container{
    display:none;
}
}
@media screen and (max-width:767px) {
    .main_blog-scroll-cnt{
        top: -10px;
        border-radius: 0;
    } 
    .main_blog-img img {
        left: -40px;
        padding-top: 50px;
    }
    .main_blog-trans {
        height:570px;
    }
    .bg-cnt{
        height: 400px;
    }  
    .main_blog-sticker-1{
        align-items: center;
    }
    .main_blog-sticker-2{
        align-items: end;
    }
    /*.main_blog-end{*/
    /*    height: 305vh;*/
    /*}  */
    .menu-services-container{
    display:none;
}
}
@media screen and (max-width:575px) {  
    .main_blog-scroll-cnt{
        top: -10px;
        border-radius: 0;
    } 
    .main_blog-title1 h1{
        font-size: 75px;
        margin-bottom: 50px;
        font-family: "Bricolage Grotesque", sans-serif;
        font-weight: 700;
        letter-spacing: -6px;
    }
    .main_blog-text-1{
        position: absolute;
        color: #7BDCDF;
        transform: scale(1.01);
    }
    .main_blog-text-2{
        color: white;
        transform: rotate(-1.5deg);
    } 
   .main_blog-title2 h2 {
    font-size: 44px;
    padding-top: 30px;
}.main_blog-card-cnt h2 {
    font-size: 23px;
}.main_blog-card-cnt p {
    font-size: 14px;
}
    .main_blog-img img {
        left: -40px;
        padding-top: 50px;
    }
    .main_blog-trans {
        height: 490px;
    }
    .bg-cnt{
        height: 400px;
    }
    .main_blog-sticker-1{
        align-items: center;
    }
    .main_blog-sticker-2{
        align-items: end;
    }
/*    .main_blog-end {*/
/*    height: 2300px;*/
/*}*/
    .menu-services-container{
    display:none;
}
.main_blog-title1, .main_blog-title2 {
    margin-top: -151px;
}
}
/*blog page css end*/


/* Main Menu Styles */
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.sub-menu a{
    font-size:16px;
}
.menu-item {
    position: relative;
    /*margin-right: 30px;*/
}

.menu-item a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items:center;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing:-1px;
}

/* Submenu Styles */
.sub-menu {
    list-style: none;
    height:auto;
    width: max-content;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 15px 0;
    border-radius: 10px;
    margin: 0;
    z-index: 999;
}

.sub-menu-item {
    width: 400px;
}

.sub-menu-item a {
    padding: 10px 20px;
    white-space: nowrap;
    color: #333;
    text-decoration: none;
    display: block;
    font-size:5px;
}

.mid .menu-item:hover>.sub-menu {
    display: block; /* Show submenu on hover */
}

.sub-menu-item a:hover {
    background-color: #7BDCDF; /* Hover effect on submenu */
    color: black;
}

/* Adjust submenu for smaller screens */
@media (max-width: 767px) {
    .menu {
        flex-direction: column;
    }

    .sub-menu {
        position: relative;
        top: 0;
        left: 0;
    }
}
.sub-menu .menu-item a:hover{
    background-color: #7BDCDF;
    border-radius:12px;
}
.sub-menu a{
    padding: 5px 15px;
    margin: 0 15px;
}
.menu li ul li ul:nth-child(2) {
    top: 10%;
    left: 100%;
    width: max-content;
}

/* Main Menu Styles ends */

/*about us page start here*/

/* About US Banner Section CSS Start */

.about-us-banner {
    padding: 165px 0;
}

.about-us-banner h1 {
    color: black;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 900;
    font-size: 135px;
    line-height: 135px;
    letter-spacing: -5px;
    text-transform: uppercase;
}

/* About US Banner Section CSS End */



/* Team Vision Section CSS Start */


.team-vision {
    padding: 50px 0;
    overflow: hidden;
}

.team-vision .team-vision-text {
    padding: 0 250px;
}

.team-vision-text h2 {
    color: black;
    font-size: 43px;
    font-family: "Bricolage Grotesque", sans-serif;
    text-align: center;
    padding: 0 0 48px 0;
    font-weight: 300;
}

.team-vision-text p {
    color: black;
    font-size: 23px;
    font-family: "Inter", sans-serif;
    text-align: center;
    padding: 0 0 30px 0;
    letter-spacing: 1px;
}

.team-slider-wrap {
    position: relative;
    width: 500%;
    display: flex;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
}

.team-slide {
    flex: 0 0 69%;
    width: 92%;
    max-width: 500%;
    padding: 0 10px;
}

.team-slide img {
    border-radius: 46px;
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.team-slider-wrap {
    animation: slide 80s linear infinite;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-800%);
  }
}




/* Team Vision Section CSS End */



/* Brand Section CSS Start */
section.brand-intro {
    margin: 50px 0 150px 0;
}

.brand-intro h2 {
    color: black;
    font-family: "Bricolage Grotesque", sans-serif;
    text-align: center;
    font-weight: 900;
    font-size: 31px;
    letter-spacing: -2px;
}

.brand-intro p {
    color: black;
    font-size: 23px;
    font-family: "Inter", sans-serif;
    text-align: center;
}

.brand-intro .brand-text {

    width: 50%;
    margin: 0 auto;
}


/* Brand Section CSS End */



/* About Us Services  CSS Start */
.about-us-services {
    margin: 50px 0 150px 0;
}

.about-us-services h1 {
    color: black;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 900;
    font-size: 63px;
    letter-spacing: -2px;
    text-transform: uppercase;
    padding: 0 0 0 327px;
}

.services-slick-slider-wrapper {
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px;
    position: relative;
    max-width: 100%;
}

.services-slick-slider-wrapper::-webkit-scrollbar {
    display: none;
}

.services-slick-slider {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 50px 0;
    /* overflow-x: scroll; */
    width: 150%;
}

.services-slick-slider .slide {
    display: inline-block;
    min-width: 300px;
    /* Adjust based on your design */
    margin-right: 20px;
    vertical-align: top;
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.service-text1 {

    margin-left: 318px;
    max-width: 415px;
    padding-right: 16px;

}

.service-text1 p {
    color: black;
    font-size: 24px;
    font-family: "Inter", sans-serif;
    padding-right: 6px;
    line-height: 33px;
    font-weight: 300;
    letter-spacing: 0.4px;
}

.services-slick-slider .slide-content h3 {
    color: black;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 33px;
}

.services-slick-slider .slide {
    flex: 0 0 17%;
    width: 100%;
}

.services-slick-slider .slide-content h3 {
    color: black;
    font-size: 22px;
    font-family: "Inter", sans-serif;
}

.services-slick-slider .slide-one {
    background-color: #FFD6F3;
    border-radius: 40px;
    padding: 40px 36px;
    margin: 0 10px;
    width: 14%;
    height: 628px;
}

.services-slick-slider .slide-two {
    background-color: #A9F0D1;
    border-radius: 40px;
    padding: 40px 36px;
    margin: 0 10px;
    width: 14%;
    height: 628px;
}

.services-slick-slider .slide-three {
    background-color: #ADE8FF;
    border-radius: 40px;
    padding: 40px 36px;
    margin: 0 10px;
    width: 14%;
    height: 628px;
}

.services-slick-slider .slide-four {
    background-color: #E5BEED;
    border-radius: 40px;
    padding: 40px 36px;
    margin: 0 10px;
    width: 14%;
    height: 628px;
}

.slide-heading {
    display: flex;
    padding: 0;
}

.slide-one h2,
.slide-three h2 {
    font-size: 31px;
    background-color: white;
    padding: 15px;
    height: 63px;
    position: relative;
    bottom: 77px;
    rotate: 7deg;
}

.slide-two h2,
.slide-four h2 {
    font-size: 31px;
    background-color: white;
    padding: 15px;
    height: 63px;
    position: relative;
    bottom: 77px;
    rotate: 344deg;
}

.services-slick-slider .slide-content h3 {
    color: black;
    font-size: 45px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 1000;
    margin-top: 29px;
    letter-spacing: -3px;
    line-height: 41px;
    padding-bottom: 25px;
}

.services-slick-slider .slide-content p {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    line-height: 38px;
    letter-spacing: 0.6px;
    word-spacing: 1px;

}

.slide-one img {
    position: relative;
    left: 188px;
    width: 38%;
    bottom: 19px;
}

.slide-two img {
    position: relative;
    left: 188px;
    width: 38%;
    bottom: 19px;
}

.slide-three img {
    position: relative;
    left: 188px;
    width: 38%;
    bottom: 19px;
}

.slide-four img {
    position: relative;
    left: 188px;
    width: 38%;
    bottom: 19px;
}



/* About Us Services  CSS End */


/* About Us Image  CSS Start */

.offshore-office {
    margin: 50px 0 150px 0;

}

.offshore-office img {
    width: 100%;
    height: 1000px;
    overflow: hidden;
    border-radius: 25px;
}


/* About Us Image  CSS End */


/* Offshore Agency  CSS Start */

.offshore-agency {
    margin: 50px 0 150px 0;

}

.agency-content {
    background-image: url('https://marketingforlawfirm.com/wp-content/uploads/2024/08/about-us-design.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 610px;
    border-radius: 25px;
    padding: 50px 580px 50px 75px;
}

.offshore-agency h2 {
    color: black;
    font-size: 67px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 900;
    letter-spacing: -4px;
    line-height: 66px;
    padding-bottom: 25px;
}

.offshore-agency p {
    color: black;
    font-size: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding-bottom: 11px;
}

.agency-content .btn-primary-action {
    position: relative;
    width: 342px;
    height: 61px;
    overflow: hidden;
    border-radius: 50px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 300;
    transition: 0.1s;
}

.agency-content .btn-primary-action button {
    width: 100%;
    height: 100%;
    font-size: 22px;
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
    background: #000;
    mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
    mask-size: 3000% 100%;
    color: #fff;
    animation: ani2 0.7s steps(29) forwards;
    border: navajowhite;
    padding: 0;
}

.agency-content .btn-primary-action button:hover {
    -webkit-animation: ani 0.7s steps(29) forwards;
    animation: ani 0.7s steps(29) forwards;
}

.btn-primary-action .mas1 {
    position: absolute;
    color: #ffffff;
    height: 100%;
    text-align: center;
    width: 97%;
    font-size: 22px;
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
    border-radius: 50px;
    color: #000000;
    overflow: hidden;
    padding: 15px 0;
     background-color: white; 
    transition: 0.1s;
    border: 1px solid;
    border-color: black;
}

@-webkit-keyframes ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@keyframes ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@-webkit-keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

@keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}


/* Offshore Agency  CSS End */



/* Brand Led  CSS Start */

.offshore-brand-led {
    margin: 50px 0 150px 0;
    display:none;
}

.offshore-brand-led h1 {
    color: black;
    font-size: 73px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 900;
    line-height: 77px;
    padding-bottom: 25px;
}

.offshore-brand-led p {
    font-size: 20px;
    color: black;
    font-family: "Inter", sans-serif;
    line-height: 38px;
    letter-spacing: 0.6px;
    word-spacing: 1px;

}
.brand-led-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}
.brand-led-content > div {
    transition: width 0.7s ease;
    margin: 0 10px;
    box-sizing: border-box;
}
.brand-led-one {
    background-color: #A9F0D1;
    padding: 30px;
    border-radius: 15px;
    height: 330px;
    margin: 0 10px;
    width: 100%;
}

.brand-led-two {
    background-color: #ADE8FF;
    padding: 30px;
    border-radius: 15px;
    height: 330px;
    margin: 0 10px;
    width: 100%;
}

.brand-led-three {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 15px;
    height: 330px;
    margin: 0 10px;
    width: 100%;
}



.brand-led-content .brand-led-one h2 {
    color: black;
    font-size: 40px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 900;
    padding-bottom: 11px;
}

.brand-led-content .brand-led-two h2 {
    color: black;
    font-size: 40px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 900;
    padding-bottom: 11px;
}

.brand-led-content .brand-led-three h2 {
    color: black;
    font-size: 40px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 900;
    padding-bottom: 11px;
}

.brand-led-content .brand-led-one p {
    color:black;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding-bottom: 11px;
    opacity: 1; 
}

.brand-led-content .brand-led-two p {
    color: black;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding-bottom: 11px;
    opacity: 0; 
  
}

.brand-led-content .brand-led-three p {
    color: black;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding-bottom: 11px;
    opacity: 0; 
}

.brand-led-content > div.wide {
    width: 45%; 
}

.brand-led-content > div:hover p {
    opacity: 1; 
    color: black;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding-bottom: 11px;
     transition: flex 0.3s ease, background-color 0.3s ease;
    display: block;
    position: relative;
}


.brand-led-content > div:hover {
    width: 50%; 
}



/* Brand Led  CSS End */


/* About US Cta Section CSS Start */

.about-us-cta-section {
    margin: 50px 0 150px 0;
}

.about-us-cta-section h2 {
    color: black;
    font-size: 34px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 900;
    text-align: center;
    padding-bottom: 24px;
    letter-spacing: -1px;
}

.about-us-cta-section p {
    color: black;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-align: center;

}

.about-us-cta-button {
    display: flex;
    justify-content: center;
    padding: 25px 0;
}

.about-us-cta-section .btn-primary-custom {
    position: relative;
    width: 342px;
    height: 61px;
    overflow: hidden;
    border-radius: 50px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 300;
    transition: 0.1s;
}

.about-us-cta-section .btn-primary-custom button {
    width: 100%;
    height: 100%;
    font-size: 22px;
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
    background: black;
    mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
    mask-size: 3000% 100%;
    color: white;
    animation: ani2 0.7s steps(29) forwards;
    padding: 0;
    border: navajowhite;
    border: 1px solid;
}

.about-us-cta-section .btn-primary-custom button:hover {
    -webkit-animation: ani 0.7s steps(29) forwards;
    animation: ani 0.7s steps(29) forwards;
}

.btn-primary-custom .mas1 {
    position: absolute;
    height: 100%;
    text-align: center;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
    border-radius: 50px;
    color: black;
    overflow: hidden;
    padding: 15px 0;
    transition: 0.1s;
    border: 1px solid;
    border-color: black;
    background-color: #FBCC13;
}

@-webkit-keyframes ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@keyframes ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@-webkit-keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

@keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}


/* About US Cta Section CSS End */

hr {
    display:none;
    color: black !important;
    height: 2px !important;
    opacity: .9 !important;
}

/* Technologies Section CSS Start */



.technologies-section {
    margin: 150px 0 150px 0;
}

.technologies-section-contant h3 {
    color: black;
    font-size: 73px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 900;
    text-align: center;
    padding-bottom: 24px;
    letter-spacing: -2px;
}

.technologies-section-contant p {
    color: black;
    font-size: 23px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-align: center;
    padding-bottom: 89px;
}



.carousel {
    position: relative;
    width: 100%;
}

.carousel-images {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: scroll 30s linear infinite;
}

.logo-box {
    flex: 0 0 auto;
    width: 16.66%;
    padding: 0 10px;
}

.carousel-images img {
    width: 100%;
    height: auto;
}



.technologies-slider {
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
    padding-top: 20px;
}

.technologies-slide-track {
    display: flex;
    width: calc(100px * 10 * 2);
    animation: scroll 50s linear infinite;
}

.technologies-slide {
    flex: 0 0 auto;
    width: 250px;
    height: 100px;
}

.technologies-slide img {
    width: 86%;
    height: auto;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Technologies Section CSS End */


/* Offshore Awards Section CSS Start */

.offshore-awards {
    margin: 150px 0 150px 0;
}


.offshore-awards .awards-heading-title h1 {
    color: black;
    font-size: 55px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 900;
}

.offshore-awards-wrap {
    display: flex;
    padding: 30px 0 0 0;
}
.offshore-awards-images {
    background-color: white;
    border-radius: 100px;
    padding: 10px 10px 10px 10px;
    height: 165px;
}

.offshore-awards-images img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.offshore-awards-contant {
    padding: 0 0 0 68px;
}
.offshore-awards-contant h2 {
    color: black;
    font-size: 29px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 900;
}
.offshore-awards-contant h3 {
    color: black;
    font-size: 21px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.offshore-awards-contant p {
    color: black;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding: 0 0 10px 0;
}
.offshore-awards-contant a {
    color: black;
    text-decoration: none;
}

/* Offshore Awards Section CSS End */

/* Offshore Team Section CSS Start */

.offshore-team {
    margin: 150px 0 150px 0;
    
}

.offshore-team h2 {
    color: black;
    font-size: 55px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 900;
    padding-bottom: 20px;
}

.offshore-team p {
    color: black;
    font-size: 23px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
.team-title h2 {
    /*color: black;*/
    font-size: 33px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 300;
}
.team-categ {
    font-weight: lighter;
    color: black;
    font-size: 19px;
    font-family: "Inter", sans-serif;
}
  
  .offshore-cursor {
    position: absolute;
    width: 600px;
    height: 400px;
    top: 50%;
    left: 40%;
    transform: scale(0.1);
    opacity: 0;
    margin: -100px 0 0 -100px;
    background-size: cover;
    z-index: 1;
  }
  
  .team-wrapper {
    width: 90%;
    margin: 180px auto;
    height: 100%;
    margin: 90px 0 40px 0;
  }

.team {
    border-bottom: 1px solid #d1d1d1;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    color: white;
    margin: 20px 0 ;
  }
  
  .team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
.team-wrapper .p-1, .team-wrapper .p-2, .team-wrapper .p-3, .team-wrapper .p-4, .team-wrapper .p-5, .team-wrapper .p-6, .team-wrapper .p-7 {
    padding: 17px 4px !important;
}

/* Offshore Team Section CSS End */



/* Join Offshore Marketers Section CSS Start */

.Join-the-Offshore-marketers {
    background-color: #FED000;
    padding: 80px 0;
    margin: 0 0 80px 0;
}

.Join-the-Offshore-marketers h2 {
    color: black;
    font-size: 55px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 900;
    padding-bottom: 20px;
}
.Join-the-Offshore-marketers p {
    color: black;
    font-size: 25px;
    font-family: "Inter", sans-serif;
}

.Join-the-Offshore-marketers .offshore-mail {
    padding: 169px 0 0 0;
    display: flex;
    justify-content: center;
}
.offshore-mail a {
    text-decoration: none;
    color: black;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 28px;
    font-weight: 800;
}
.offshore-mail a:hover{
    color:white;
}

/* Join Offshore Marketers Section CSS End */

/*media queries*/
@media screen and (max-width:1699px){
    
.about-us-banner {
    padding: 120px 0;
}
.offshore-office img{
    height:800px;
}
}
@media screen and (max-width:1365px){
   .about-us-banner h1 {
    font-size: 121px;
}
.team-vision .team-vision-text{
    padding:0 160px;
}
.offshore-office img{
    height:820px;
}
.agency-content{
    padding:50px 400px 50px 50px;
}
}
@media screen and (max-width:1199px)
{
    .about-us-banner h1 {
    font-size: 98px;
}
.team-vision .team-vision-text{
    padding:0 100px;
}
.offshore-office img {
    height: 700px;
}
.offshore-agency p {
 font-size: 17px;
}
.offshore-agency h2 {
    font-size: 40px;
    letter-spacing:-2px;
}
.agency-content{
    padding:50px 350px 50px 50px;
    background-position:right;
}
.Join-the-Offshore-marketers .offshore-mail{
    padding: 45px 0 0 0;
}
}
@media screen and (max-width:991px) {
    .offshore-agency p {
    font-size: 19px;
    padding-right: 128px;
}
.offshore-awards-contant {
    padding: 0 0 0 0;
}
.offshore-awards-contant h2 {
   
    font-size: 18px;
    
}
.offshore-awards-contant h3 {
   font-size: 16px;
   
}
.offshore-mail a {
    font-size: 19px;
}
.about-us-banner h1{
    font-size: 65px;
    line-height: 70px;
    letter-spacing: -3px;
}
.team-vision .team-vision-text{
    padding: 0;
}
.team-vision-text h2 {
    font-size: 32px;
}
.team-vision-text p{
    font-size: 20px;
}
.team-slide img{
    height: 280px;
}
.about-us-banner {
    padding: 150px 0 50px 0;
}
section.brand-intro {
    margin: 50px 0 80px 0;
}
.brand-intro .brand-text {
     width: 90%; 
}
.brand-intro h2{
    margin-bottom:20px;
}
.brand-intro p {
    font-size: 20px;
}
.about-us-services h1{
    padding: 0 0 0 20px;
    font-size: 40px;
}
.about-us-services {
    margin: 50px 0 50px 0;
}
.service-text br{
    display:none;
}
.services-slick-slider{
    flex-direction:column;
    width: 100%;
    gap:60px;
    padding: 30px 0
}
.service-text1{
    margin-left: 20px;
}
.services-slick-slider .slide-one,
.services-slick-slider .slide-two,
.services-slick-slider .slide-three,
.services-slick-slider .slide-four {
    width: 100%;
}

.slide-one img,
.slide-two img,
.slide-three img,
.slide-four img {
    left: 439px;
    width: 23%;
    bottom: 10px;
}

.offshore-office img {
    height: 600px;
}
.offshore-office {
    margin: 50px 0 80px 0;
}
.agency-content{
    padding:30px 30px;
    background-position: left;
    height: 480px;
}
.about-us-cta-section {
    margin: 50px 0 60px 0;
}
.about-us-cta-section br {
    display:none;
}
.offshore-agency {
    margin: 50px 0 70px 0;
}
.offshore-brand-led {
    margin: 50px 0 50px 0;
}
.offshore-agency h2 {
    font-size:47px;
    letter-spacing: -2px;
    line-height: 50px;
}
.offshore-agency p {
    font-size: 17px;
}
.offshore-office {
    margin: 0 0 60px 0;
}
.offshore-brand-led h1 {
    font-size: 45px;
    line-height: 60px;
}
.offshore-brand-led p {
    line-height: 35px;
}
.technologies-section{
    margin:50px 0;
}
.offshore-awards{
    margin:100px 0;
}
.offshore-team{
    margin:100px 0;
}
.Join-the-Offshore-marketers .offshore-mail{
    padding: 45px 0 0 0;
}
}

@media screen and (max-width:767px) {
    
    .brand-led-content{
        flex-direction:column;
        width:100%;
        gap:20px;
    }
    .team-vision .team-vision-text {
    padding: 0 0 0 20px;
}

.about-us-banner h1 {
    font-size: 56px;
    line-height: 70px;
}
.agency-content .btn-primary-action {
    width: 275px;
    height: 45px;
    left:115px;
}
.about-us-services h1 {
    padding: 0;
    font-size: 43px;
}
.team-vision-text h2 {
    font-size: 30px;
}
.team-vision-text p{
    font-size: 17px;
}
.service-text br{
    display:none;
}
.service-text1 {
     margin-left: 0; 
     padding-right: 0; 
}
.brand-intro .brand-text {
     width: 100%; 
     margin: 0; 
     padding:0 0 0 20px;
}
.brand-intro h2{
    font-size: 26px;
}
.brand-intro p {
    font-size: 18px;
}
.about-us-banner {
    padding: 100px 0 50px 0;
}
.team-slide img{
    height: 300px;
}
.offshore-office img {
    height:300px;
}
.agency-content{
    padding:30px 30px;
    height: 420px;
    background-image:none;
    background-color:#FED000;
}
.about-us-cta-section {
    margin: 50px 0 60px 0;
}
.about-us-cta-section br {
    display:none;
}
.offshore-agency {
    margin: 50px 0 70px 0;
}
.offshore-brand-led {
    margin: 50px 0 50px 0;
}
.offshore-agency h2 {
    font-size:47px;
    letter-spacing: -2px;
    line-height: 50px;
}
.offshore-agency p {
    font-size: 17px;
    padding:0;
}
.offshore-office {
    margin: 0 0 60px 0;
}
.offshore-brand-led h1 {
    font-size: 45px;
    line-height: 60px;
}
.offshore-brand-led p {
    line-height: 35px;
}
.technologies-section br{
    display:none;
}
.technologies-section {
    margin: 50px 0;
}
.technologies-section-contant p{
    padding-bottom: 40px;
    font-size: 21px;
}
.technologies-section-contant h3{
    font-size:50px;
}
hr{
    width:95%;
    margin: 0 0 43px 14px !important;
}
.offshore-awards {
    margin: 100px 0 100px 0;
}
.offshore-awards-contant h2 {
    font-size: 22px;
}
.offshore-awards-contant h3{
    font-size: 18px;
}
.offshore-awards-contant {
    padding: 0 0 0 10px;
}
.offshore-team {
    margin: 80px 0 50px 0;
}
.offshore-team br{
    display:none;
}
.offshore-team h2 {
    font-size: 47px;
}
.offshore-team p{
    font-size: 20px;
    padding-right: 0;
}
.team{
    flex-direction:column;
    align-items: flex-start;
    margin: 20px 15px;
}
.team-title h2 {
    font-size: 24px;
}
.brand-led-one {
    width: 100% !important; /* Ensures columns take full width on small screens */
  }
  .brand-led-two {
    width: 100% !important; /* Ensures columns take full width on small screens */
    height:auto;
  }
  .brand-led-three {
    width: 100% !important; /* Ensures columns take full width on small screens */
    height:auto;
  }
  .brand-led-content .brand-led-two  p{
      opacity:1;
  }
  .brand-led-content .brand-led-three  p{
      opacity:1;
  }
  section.brand-intro {
    margin: 50px 0 70px 0;
}
  .services-slick-slider {
    flex-direction:column;
    gap: 50px;
}
  .services-slick-slider .slide-one {
      width:100%;
  }
  .slide-one img {
    left: 255px;
    width: 30%;
}
.services-slick-slider .slide-content h3{
    padding-bottom: 5px;
    font-size: 25px;
    margin-top: 10px;
    letter-spacing: -1px;
}
.services-slick-slider .slide-content p {
        line-height: 32px;
}
.services-slick-slider .slide-two {
      width:100%;
  }
  .slide-two img {
    left: 255px;
    width: 30%;
}
.services-slick-slider .slide-three {
      width:100%;
  }
  .slide-three img {
    left: 255px;
    width: 30%;
}
.services-slick-slider .slide-four {
      width:100%;
  }
  .slide-four img {
    left: 255px;
    width: 30%;
}
.about-us-services {
    margin: 0 0 20px 0;
}
.Join-the-Offshore-marketers h2 {
    font-size: 40px;
}
.Join-the-Offshore-marketers p {
    font-size: 20px;
}
.offshore-mail a {
    font-size: 22px;
}
.Join-the-Offshore-marketers .offshore-mail {
    padding: 30px 0 0 0;
}
}

@media screen and (max-width:575px) {
 .offshore-office img {
    height: 248px;
    width: 367px;
    object-fit: cover;
}
.agency-content {
    padding: 30px 10px;
    background-position: left;
    height: 517px;
}
    .brand-led-content{
        flex-direction:column;
        width:100%;
        gap:20px;
    }
    .team-vision .team-vision-text {
    padding: 0 10px ;
}
.about-us-cta-section {
    margin: 50px 0 60px 0;
}
.about-us-banner h1 {
    font-size: 40px;
    line-height: 68px;
}
.about-us-services h1 {
    padding: 0;
    font-size: 40px;
}
.team-vision-text h2{
    font-size: 32px;
}
.team-vision-text p{
    font-size: 19px;
}
.service-text1 {
     margin-left: 0; 
     padding-right: 0; 
}
.brand-intro .brand-text {
     width: 100%; 
     margin: 0; 
     padding:0 0 0 20px;
}
.about-us-banner {
    padding: 100px 0 50px 0;
}
.team-slide img{
    height: 300px;
}

.agency-content {
    padding: 30px 10px;
    background-position: left;
    height: 540px;
}
.offshore-brand-led {
    margin: 50px 0 50px 0;
}
.offshore-agency h2 {
    font-size: 43px;
    letter-spacing: -2px;
    line-height: 50px;
}

.offshore-agency p {
    font-size: 17px;
    width: 100%;
    padding:0px;
}
.offshore-office {
    margin: 0 0 60px 0;
}
.offshore-brand-led h1 {
    font-size: 45px;
    line-height: 60px;
}
.offshore-brand-led p {
    line-height: 35px;
}
.technologies-section {
    margin: 0;
}
.technologies-section-contant p{
    padding-bottom: 40px;
}
hr{
    width:92%;
    margin: 0 0 43px 14px !important;
}
.offshore-awards {
    margin: 100px 0 100px 0;
}
.offshore-awards-contant {
    padding: 0 0 0 10px;
}
.offshore-team {
    margin: 80px 0 50px 0;
}
.offshore-team h2 {
    font-size: 47px;
}
.team{
    flex-direction:column;
    align-items: flex-start;
    margin: 20px 15px;
}
.team-title h2 {
    font-size: 24px;
}
.brand-led-one {
    width: 100% !important; /* Ensures columns take full width on small screens */
  }
  .brand-led-two {
    width: 100% !important; /* Ensures columns take full width on small screens */
    height:auto;
  }
  .brand-led-three {
    width: 100% !important; /* Ensures columns take full width on small screens */
    height:auto;
  }
  .brand-led-content .brand-led-two  p{
      opacity:1;
  }
  .brand-led-content .brand-led-three  p{
      opacity:1;
  }
  section.brand-intro {
    margin: 50px 0 70px 0;
}
  .services-slick-slider {
    flex-direction:column;
    gap: 50px;
}
  .services-slick-slider .slide-one {
      width:100%;
  }
  .slide-one img {
    left: 90px;
    width: 50%;
}
.services-slick-slider .slide-content h3{
    padding-bottom: 5px;
    font-size: 25px;
    margin-top: 10px;
    letter-spacing: -1px;
}
.services-slick-slider .slide-content p {
        line-height: 32px;
}
.services-slick-slider .slide-two {
      width:100%;
  }
  .slide-two img {
    left: 90px;
    width: 50%;
}
.services-slick-slider .slide-three {
      width:100%;
  }
  .slide-three img {
    left: 90px;
    width: 50%;
}
.services-slick-slider .slide-four {
      width:100%;
  }
  .slide-four img {
    left: 90px;
    width: 50%;
}
.about-us-services {
    margin: 0 0 20px 0;
}
.Join-the-Offshore-marketers h2 {
    font-size: 40px;
}
.Join-the-Offshore-marketers p {
    font-size: 20px;
}
.offshore-mail a {
    font-size: 22px;
}
.Join-the-Offshore-marketers .offshore-mail {
    padding: 30px 0 0 0;
}
.agency-content .btn-primary-action{
    left:30px;
}
.im img{
    height:220px;
    object-fit:contain;
}
}
@media screen and (max-width: 360px) {
   .offshore-office img {
      height: 248px;
      width: 344px;
      object-fit: cover;
   }
}


/*about us page ends here*/



/*location page contact form checkbox css*/
.location_checkbox_wrapper label {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 16px;
    padding-left: 9px;
}
.location_checkbox_wrapper {
    margin-left: 0;
    margin-top: 10px;
}
.location_checkbox_text p {
    margin-left: 10px;
    font-size: 20px;
    font-weight:700;
    font-family: "Bricolage Grotesque", sans-serif;
}
.contact_form_field1 p:first-child {
    margin-bottom:0;
}
/*location page contact form checkbox css*/




/*front new-slider*/



#child{ 
    width: 150%;
    height:20rem; 
} 
/* Container for the whole layout */
.main-container {
    max-width: 64rem; /* Equivalent to max-w-4xl */
    margin: 0 auto; /* Center horizontally */
    overflow-x: hidden; /* Hide horizontal overflow */
  }
  
  /* Yellow section styling */
  .yellow-section {
    display: flex;
    flex-direction: column;
    height: 100vh; /* Full viewport height */
    background-color: #fbbf24; /* Tailwind's yellow-400 */
    padding-top: 4rem; /* Equivalent to py-16 */
    padding-bottom: 4rem; /* Equivalent to py-16 */
  }
  
  .section-title {
    font-size: 2.25rem; /* Equivalent to text-4xl */
    margin: 0;
  }
  
  /* Specifications section styling */
  .specifications-section {
    display: flex;
    flex-direction: column;
    gap: 4rem; /* Equivalent to gap-16 */
    background-color: #FFFCF5; 
    padding-top: 4rem; /* Equivalent to py-16 */
    padding-bottom: 4rem; /* Equivalent to py-16 */
  }
  
  /* Parent container styling */
  .parent-container {
    background-color: #FFFCF5; /* Tailwind's orange-400 */
    width: 100%; /* Full width */
    max-height: fit-content; /* Allow height to fit content */
  }
  
  /* Card container styling */
  .card-container {
    display: flex;
    gap: 1rem; /* Equivalent to gap-4 */
    background-color: #FFFCF5;
    height: 100%; /* Full height */
  }
  
  /* Card styling */
  .front-new-card {
    width: 200px;
    height: 100%; /* Full height */
    flex: 1; /* Flex-grow to fill available space */
    padding: 2rem; /* Equivalent to p-8 */
    border: 1px solid #d1d5db; /* Tailwind's border color */
    background-color: #ffffff; /* White background */
  }
  
  /* Blue section styling */
  .blue-section {
    display: flex;
    flex-direction: column;
    height: 100vh; /* Full viewport height */
    background-color: #2563eb; /* Tailwind's blue-600 */
    padding-top: 4rem; /* Equivalent to py-16 */
    padding-bottom: 4rem; /* Equivalent to py-16 */
  }
  
 
/*rohit*/

 .bloginner {
    margin-top: 5em;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 2rem;
}

/*.bloginner .card:nth-child(2) .box .icon .iconBox {*/
/*    background: #d3b19a;*/
/*}*/

/*.bloginner .card:nth-child(1) .box .icon .iconBox {*/
/*    background: #70b3b1;*/
/*}*/

/*.bloginner .card:nth-child(3) .box .icon .iconBox {*/
/*    background: #d05fa2;*/
/*}*/

.bloginner .card ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.bloginner .card ul li {
    text-transform: uppercase;
    background: var(--clr-tag);
    color: #282828;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.375rem 0.625rem;
    border-radius: 0.188rem;
}

.bloginner .card ul .branding {
    color: #d3b19a; /* Adjusted for the darken function */
}

.bloginner .card ul .packaging {
    color: #70b3b1; /* Adjusted for the darken function */
}

.bloginner .card ul .marketing {
    color: #d05fa2; /* Adjusted for the darken function */
}

.bloginner .card .content {
    padding: 0.938rem 0.625rem;
}

.bloginner .card .content h3 {
    text-transform: capitalize;
    font-family: "Bricolage Grotesque", sans-serif;
}

.bloginner .card .content p {
    margin: 0.625rem 0 1.25rem;
    color: #565656;
    font-family: "Bricolage Grotesque", sans-serif;
}

.bloginner .card-inner {
    position: relative;
    width: inherit;
    height: 18.75rem;
    background: var(--clr);
    border-radius: 1.25rem;
    border-bottom-right-radius: 0;
    overflow: hidden;
}

.bloginner .card-inner .box {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
}

.bloginner .card-inner .box .imgBox {
    position: absolute;
    inset: 0;
}

.bloginner .card-inner .box .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 3px;
}

.bloginner .card-inner .box .icon {
    position: absolute;
    bottom: -0.375rem;
    right: -0.375rem;
    width: 6rem;
    height: 6rem;
    background: var(--clr);
    border-top-left-radius: 50%;
}

.bloginner .card-inner .box .icon:hover .iconBox {
    transform: scale(1.1);
}

.bloginner .card-inner .box .icon .iconBox i {
    color: white;
    font-size: 30px;
    transform: rotate(-36deg);
}

.bloginner .card-inner .box .icon::before {
    position: absolute;
    content: "";
    bottom: 0.375rem;
    left: -1.25rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}

.bloginner .card-inner .box .icon::after {
    position: absolute;
    content: "";
    top: -1.25rem;
    right: 0.375rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem var(--clr);
}

.bloginner .card-inner .box .icon .iconBox {
    position: absolute;
    inset: 0.625rem;
    background: #7BDCDF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.bloginner .card-inner .box .icon .iconBox span {
    color: #fff;
    font-size: 1.5rem;
    font-family: "Bricolage Grotesque", sans-serif;
}
.hidden-menu{
    display:none;
    flex-direction:column;
    position: relative;
    left: 0%;
    top: 25%;
    font-size: 30px;
    list-style: none;
    font-family: "Bricolage Grotesque", sans-serif;
}
.menu-item a:hover{
    color:black;
}
ul.sub-menu.mobile-active {
    display: block;
}
.hidden-menu .sub-menu{
box-shadow:none;
}
.hidden-menu .menu-item-has-children>a::after{
    content:" ";
    position:absolute;
    width: 10px; /* Set the width of the image */
    height: 10px; /* Set the height of the image */
    background-image: url('https://marketingforlawfirm.com/wp-content/uploads/2024/12/down-arrow-1.png'); /* URL of the image */
    background-size: cover; /* Ensure the image covers the entire area */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    background-position: center;
    top:20px;
    right:-35px;
}
.hidden-menu .sub-menu a {
    margin:0;
}


.hidden-hdr{
    position:relative;
    top:200px;
}
/*hidden menu button*/
.btn-primary-action {
    position: relative;
    width: 342px;
    height: 61px;
    overflow: hidden;
    border-radius: 50px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 300;
    transition: 0.1s;
}
.scndry-btn{
    display:none;
    margin: 80px 0 0 20px;
}
.btn-primary-action button {
    width: 100%;
    height: 100%;
    font-size: 22px;
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
    background: #000;
    mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
    mask-size: 3000% 100%;
    color: #fff;
    animation: ani2 0.7s steps(29) forwards;
    border: navajowhite;
    padding: 0;
}
.btn-primary-action button:hover {
    -webkit-animation: ani 0.7s steps(29) forwards;
    animation: ani 0.7s steps(29) forwards;
}
.btn-primary-action .mas2 {
    position: absolute;
    height: 100%;
    text-align: center;
    width: 97%;
    font-size: 22px;
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
    border-radius: 50px;
    color: #000000;
    overflow: hidden;
    padding: 15px 0;
    background-color: #FBCC13; 
    transition: 0.1s;
    border: none;
    border-color: black;
}

@-webkit-keyframes ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@keyframes ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@-webkit-keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

@keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}



/*Location Page Bottom Form css*/
.Location_contact_form_bottom #im_text, .Location_contact_form_bottom1 #im_text, .Location_contact_form_bottom3 p {
    color: white;
    font-weight: 500;
    margin-bottom: 18px;
    margin-top: -9px;
    font-size: 15px;
}
.Location_contact_form_bottom1 input[type="url"] {
    width: 100%;
    border-radius: 52px;
    border: 1px solid #fefefe70;
    background-color: transparent;
    padding: 5px 0 5px 10px;
    color: white;
    margin: 16px 0 0 0;
    height: 41px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 12px;
}
    .Location_contact_form_bottom1 select {
    width: 100%;
    border-radius: 52px;
    border: 1px solid #fefefe70;
    background-color: transparent;
    padding: 5px 0 5px 10px;
    color:white;
    margin: 18px 0;
    height: 41px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 12px;
    }
    .Location_contact_form_bottom select {
    width: 100%;
    border-radius: 52px;
    border: 1px solid #fefefe70;
    background-color: transparent;
    padding: 5px 0 5px 10px;
    color:white;
    margin: 18px 0;
    height: 41px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 12px;
     appearance: none; /* Remove default styling */
    background-image: url('https://marketingforlawfirm.com/wp-content/uploads/2024/10/down-chevron.png'); /* Use background-image for the arrow */
    background-repeat: no-repeat; /* Prevent image repetition */
    background-position: calc(100% - 20px) center; /* Adjust arrow position */
    background-size: 10px; /* Size of the arrow image */
    }
.Location_contact_form_bottom1 select {
    margin-top: 0px;
    position: relative;
    top: 15px;
    height: 43px;
     appearance: none; /* Remove default styling */
    background-image: url('https://marketingforlawfirm.com/wp-content/uploads/2024/10/down-chevron.png'); /* Use background-image for the arrow */
    background-repeat: no-repeat; /* Prevent image repetition */
    background-position: calc(100% - 20px) center; /* Adjust arrow position */
    background-size: 10px; /* Size of the arrow image */
}
.Location_contact_form_bottom3 {
    padding-top: 20px;
}
.Location_contact_form_bottom1 select option,
.Location_contact_form_bottom select option{
    background-color:black;
}
.Location_contact_form_bottom1  input[type="email"]::placeholder,
.Location_contact_form_bottom1  input[type="url"]::placeholder 
{
   color:#ffffffc9;
   font-weight:600;
   font-family: "Inter", sans-serif;
  
}
.Location_contact_form_bottom input[type="text"]::placeholder,
.Location_contact_form_bottom1 input[type="text"]::placeholder{
     color:#ffffffc9;
   font-weight:600;
   font-family: "Inter", sans-serif;
}
.Location_contact_form_bottom5 .Location_contact_form_bottom6 {
    color: #000;
    text-decoration: none;
    background-color: #7BDCDF;
    padding: 11px 42px 11px 42px;
    border-radius: 16px;
    border: none;
    font-weight:600;
}
.mobile_form_screen{
    display:none;
}
@media(max-width:1699px){
    .form {
    margin: 20px 30px 0 0;
}
}
@media (max-width:1365px)
{
.Location_contact_form_bottom #im_text, .Location_contact_form_bottom1 #im_text {
    font-size: 13px;
    text-wrap: nowrap;
    padding-right: 10px;
}
.form {
    margin: 20px 0 0 0;
    padding: 17px 26px 46px 26px;
}
.Location_contact_form_bottom3 p {
    margin-top: -10px;
    font-size: 13px;
}
}
@media (max-width:991px){
 
   .form {
    margin: 22px 50px 0 50px;
    padding: 46px 47px 46px 47px;
}

.form_sec_wrap .form_text img {
   display:none;
}
.form_outer_container .form_text h2 {
    font-size: 79px;
    padding-left: 20px;
}
}
@media(max-width:767px){
    .form {
    margin: 22px 15px 0 15px;
    padding: 46px 47px 46px 47px;
}
}
@media (max-width:575px){
    .form_outer_container .form_text h2 {
    font-size: 52px;
    padding-left: 20px;
}
.mobile_form_screen{
     display:block;
 }
 .laptop_form_screen{
     display:none;
 }
 .form {
    margin: 22px 1px 0 1px;
    padding: 30px 30px 30px 30px;
}
.form  input[type="text"], .form input[type="tel"], .form input[type="email"] {
    padding: 5px 0 10px 10px;
    margin: 15px 0;
}

}

/*404 css*/

.error_page_section_wrapper {
    background-color: black;
    padding-top: 248px;
    margin-top: -124px;
    background-image: url(https://marketingforlawfirm.com/wp-content/uploads/2024/09/Untitled-design-133.png);
    background-repeat: no-repeat;
    background-position: right;
    object-fit: cover;
    width: 100%;
    height: 970px;
    /* overflow: hidden; */
}
.error_page_wrapper{
    grid-row-gap: 0px;
    text-transform: uppercase;
    flex-direction: column;
    display: flex;
    position: relative;
    text-align: center;
    justify-content: center;
}

.error_page_heading_one h1 {
    color: white;
    padding-top: 20px;
    overflow: hidden;
    font-size: 350px;
    font-weight: 700;
    line-height: 80%;
    font-family: "Bricolage Grotesque", sans-serif;
    position: relative;
    bottom: 126px;
}
.error_page_heading_two h1 {
  display:none;
}
.error_page_heading_three h1{
    color: rgba(255, 255, 255, .1);
    padding-top: 20px;
    font-size: 350px;
    font-weight: 700;
    line-height: 80%;
    font-family: "Bricolage Grotesque", sans-serif;
    height: 166px;
    position: relative;
    bottom: 48px;
}
.error_shape_wrapper {
    display: flex;
}
.error_left_shape {
    position: relative;
    bottom: 310px;
    left: 151px;
}
._404-text._1 {
    background-color:#7BDCDF;
    color: white;
    font-size: 60px;
    width: 328px;
    white-space: nowrap;
    border-radius: 10px;
    padding: 0px 0px 0px 9px;
    transform: rotate(-10deg);
    letter-spacing: -4px;
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
}
.erroe_right_shpae {
    position: relative;
    bottom: 266px;
    left: 486px;
}
.error_shape_content {
    position: relative;
    bottom: 150px;
}
._404-text._2 {
    background-color:white;
    color: black;
    font-size: 60px;
    width: 329px;
    white-space: nowrap;
    border-radius: 10px;
    padding: 0px 0px 0px 9px;
    transform: rotate(28deg);
    letter-spacing: -4px;
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
}
.error_shape_content p {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    padding-top: 20px;
    font-family: "Inter", sans-serif;
}
.error_shape_content h1 {
    color: #7BDCDF;
    font-size: 90px;
    text-align: center;
    margin-top: -21px;
       font-family: "Bricolage Grotesque", sans-serif;
}
.error_shape_content span{
    color: white;
}
.error_page_button {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 122px;
}
.error_page_button a {
    background-color: #fff;
    border-radius: 8.75px;
    padding: 16px 22px;
    text-decoration: none;
    position: relative;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
}


.error_page_video{
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (max-width:1365px){
    .error_shape_content h1 {
    font-size: 68px;
}
.error_page_section_wrapper {
  background-image: url(https://marketingforlawfirm.com/wp-content/uploads/2024/09/error2.png);
}
.error_page_heading_one h1 {
    font-size: 250px;
    }
    .error_page_heading_three h1 {
    font-size: 250px;
}
.erroe_right_shpae {
    bottom: 234px;
    left: 444px;
}
._404-text._2 {
    font-size: 38px;
    width: 214px;
}
._404-text._1 {
    font-size: 38px;
    width: 214px;
}
.error_left_shape {
    bottom: 262px;
    left: 225px;
}
}

@media screen and (max-width:1199px){
    .error_page_section_wrapper {
    background-image: none;
}
}

@media screen and (max-width:991px){
.error_left_shape {
    bottom: 262px;
    left: 31px;
}
.erroe_right_shpae {
    bottom: 234px;
    left: 247px;
}
.error_page_heading_one h1 {
    font-size: 250px;
    bottom: 160px;
}
.error_page_section_wrapper {
   padding-top: 226px;
}
}
@media screen and (max-width:767px){
    .erroe_right_shpae {
    bottom: 238px;
    left: 208px;
}
.error_left_shape {
    bottom: 262px;
    left: -3px;
}
._404-text._1 {
    font-size: 33px;
    width: 180px;
}
._404-text._2 {
    font-size: 33px;
    width: 180px;
}
}
@media screen and (max-width:575px)
{
.error_page_section_wrapper {
    height: fit-content;
   
}
.error_shape_content h1 {
    margin-top: -45px;  
}
    .error_page_heading_one h1 {
    bottom: 185px;
}
.error_page_heading_three h1 {
    font-size: 137px;
}
.error_page_heading_one h1 {
    font-size: 137px;
}
.error_left_shape {
    bottom: 267px;
    left: 19px;
}
._404-text._1 {
    font-size: 20px;
    width: 128px;
    letter-spacing:-1px;
}
._404-text._2 {
       font-size: 20px;
    width: 128px;
     letter-spacing:-1px;
}.erroe_right_shpae {
    bottom: 247px;
    left: 103px;
}
.error_shape_content h1 {
    font-size: 40px;
}
}
@media screen and (max-width:360px){
     ._404-text._2 {
    font-size: 19px;
    width: 122px;
    letter-spacing: -1px;
}
.erroe_right_shpae {
    bottom: 247px;
    left: 95px;
}
.error_left_shape {
    bottom: 267px;
    left: -1px;
}
._404-text._1 {
    font-size: 19px;
    width: 122px;
    letter-spacing: -1px;
}
}
.case-study-posts{
    display:none;
}











.homePagePopUpWindow {
    display: none; 
    position: fixed; 
    z-index: 10; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: #474e5d;
    padding-top: 125px;
  }
.popUpWindowContent{
    padding: 0px 45px 0px 45px;
    
}
.homePagePopWindow{
    background-color: #FFF9E6;
    border-radius: 1.5rem;
    padding: 50px 20px 20px 20px;
    width: 65%;
}
.popUpFormExitButton span{
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 40px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    font-weight: bold;
    background-color: #000;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
    padding-bottom:7px;
}
.popUpFormExitButton{
    display: flex;
    justify-content: right;
    position:relative;
    
}

.formPopUpheadingDiv{
    display: flex;
    justify-content:space-evenly;
}

.popUpHeadingLeftImage img{
    width: 300px;
    
    padding-right: 30px;
}
.popUpHeadingRightImage img{
    width: 300px;
    
    padding-left: 30px;
}
.popUpMainHeading h2{
    font-size: 48px;
    text-align: center;
    padding-top: 15px;
    font-family: "Bricolage Grotesque", sans-serif;
   
}
.homePagePopUpHrLine{
    border: 4px solid #F7EDCF;
    margin-top: 10px;
}

.popUpFrom1{
    margin-right: 30px;
}

.popUpFormName{
    display: flex;
    justify-content: center;
    /*gap: 30px;*/
}
.popUPForm1Cols1 label{
    font-size: 18px;
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
}
.popUPForm1Cols2 label{
    font-size: 18px;
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
}
.popUPForm1Cols1{
    padding: 2px 0px 4px 0px;
}
.popUPForm1Cols2{
    padding: 2px 0px 4px 0px;
}
.popUPForm1Cols1 input{
    border: 6px solid #F7EDCF;
    border-radius: 40px;
    /*width: 100%;*/
    width: 86%;
    height: 3.8rem;
    background-color: #FFFEF9;
    margin: 1px 0px 10px 0px;
    padding-left: 22px;
}
.popUPForm1Cols2 input{
    border: 6px solid #F7EDCF;
    border-radius: 40px;
    /*width: 100%;*/
    width: 92%;
    height: 3.8rem;
    background-color: #FFFEF9;
    margin: 1px 0px 10px 0px;
    padding-left: 22px;
}
.form2Box{
    display: grid;
}

.form2Box select{
    border: 6px solid #F7EDCF;
    border-radius: 40px;
    width: 100%;
    height: 3.8rem;
    background-color: #FFFEF9;
    
    -webkit-appearance: none; 
      -moz-appearance: none; 
      appearance: none;
}
.form2Box{
    padding: 2px 0px 4px 0px;
}
/* Checkbox design starts*/

 
.multipleSelection {
    width: 100%;
    
}

.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;
    font-weight: bold;
    border: 6px solid #F7EDCF; 
    border-radius: 40px; 
    height: 3.8rem; 
    background-color: #FFFEF9; 
    margin: 10px 0px; 
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none; 
    padding: 10px; 
}

#checkBoxes {
    display: none;
    border: 6px solid #F7EDCF;
    background-color: #fff;
    width: 300px;
    padding-left: 20px;
}

#checkBoxes label {
    display: block;
}

/* Checkbox design ends*/

/*Form2 New Css Starts*/

.form2Box {
    display: grid;
    position: relative;
}
.form2Box label {
    font-size: 18px;
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
}

.form2Box select {
    border: 6px solid #F7EDCF;
    border-radius: 40px;
    width: 100%;
    height: 3.8rem;
    background-color: #FFFEF9;
    margin: 10px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
}

.dropdownContent {
    display: none;
    border: 6px solid #F7EDCF;
    background-color: #FFF;
    width: max-content;
    padding: 20px 30px;
    position: absolute;
    z-index: 1;
    overflow-y: auto;
    border-radius: 20px;
    top: 97px;
}

.selectBox {
    position: relative;
}

.selectBox select {
    width: 91%;
    font-weight: bold;
    border: 6px solid #F7EDCF;
    border-radius: 40px;
    height: 3.8rem;
    background-color: #FFFEF9;
    margin: 1px 0 10px 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.dropdownContent label {
    display: block;
    cursor: pointer;
}
/* Form2 new css ends */

/*  Submit button CSS starts  */

.popUpFormButton button{
    background-color: #000;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 19px;
    border-radius: 40px;
    align-items: center;
    text-align: center;
    cursor: pointer;
    font-family: "Bricolage Grotesque", sans-serif;
}
.popUpFormButton{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

/*  Submit Button CSS ends  */

/*   Schedule Sectio CSS Starts   */

.popUpFormSchedule{
    background-color: #FFF4C7;
    padding: 20px 40px;
    border-radius: 20px;
    margin-top: 14px;
}

.popUpScheduleHeading h2{
    font-size: 18px;
    font-weight: 700;
}
.popUpScheduleCols{
    display: flex;
    padding-top: 10px;
}

.popUpScheduleInnerCols{
    display: flex;   
    align-items: center;
    gap: 20px;
    width: max-content;
    padding-right: 20px;
}
.popUpScheduleInnerCols h2{
    background-color: #F6CE48;
    font-size: 26px;
    font-weight: 700;
    border-radius: 50%;
    height: 45px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Bricolage Grotesque", sans-serif;
}

.popUpScheduleInnerCols p{
    font-size: 16px;
    font-family: "Bricolage Grotesque", sans-serif;
}

/*  Schedule Section CSS ends  */

/*  CSS for the icon starts */

.service-icon {
    width: 16px; 
    height: 16px; 
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    top: 21px;
    left: 152px;
}
.service-icon2 {
    width: 16px; 
    height: 16px; 
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    top: 21px;
    left: 112px;
}
.service-icon3 {
    width: 16px; 
    height: 16px; 
    margin-right: 10px;
    position: absolute;
    top: 21px;
    left: 145px;
}
.blog_content_add_space{
    padding-top:80px;
}

/*  CSS for the icon ends  */

/*   Media Queries Starts   */

@media screen and (max-width: 1899px){

    .popUpHeadingLeftImage img{
        width: 267px;
        height: 93px;
        padding-right: 27px;
    }
    .popUpHeadingRightImage img{
        width: 267px;
        height: 93px;
        padding-left: 27px;
    }
    .popUpMainHeading h2{
        font-size: 41px;
       
    }
    .dropdownContent {
        top: 98px;
    }
}
@media screen and (max-width: 1699px) {
   
    .popUpHeadingLeftImage img{
        width: 229px;
        height: 80px;
        padding-right: 27px;
    }
    .popUpHeadingRightImage img{
        width: 229px;
        height: 80px;
        padding-left: 27px;
    }
    .popUpMainHeading h2{
        font-size: 28px;
       
    }
    .popUPForm1Cols1 label{
        font-size: 16px;
    }
    .popUPForm1Cols1 input{
        width: 92%;
    }
    .popUPForm1Cols2 input{
        width: 96%;
    }
    .popUPForm1Cols2 label{
        font-size: 16px;
    }
    .form2Box label{
        font-size: 16px;
    }
    .dropdownContent {
        top: 95px;
    }
    .popUpScheduleInnerCols h2 {
       
        font-size: 23px; 
        width: 79px;
    }
  }

  @media  screen and (max-width:1365px) {

    .popUpScheduleInnerCols{
        padding-right: 12px;
    }
    .popUpFormSchedule{
        padding: 20px 34px 14px 44px;
    }
    .popUpMainHeading h2{
        line-height: 2.2;
    }
    
  }

  @media  screen and (max-width:1199px) {

    .popUpMainHeading h2{
        line-height: 2.6;
        font-size: 34px;
    }
    .popUpHeadingLeftImage img{
        width: 200px;
        height: 90px;
        padding-right: 5px;
    }
    .popUpHeadingRightImage img{
        width: 200px;
        height: 90px;
        padding-left: 5px;
    }
    .dropdownContent {
        top: 94px;
    }
  }

  @media  screen and (max-width:991px) {
    .dropdownContent label{
        font-size: 30px;
    }
    .popUpForm {
        padding-top: 58px;
    }
    .popUpWindowContent{
        padding: 0px;
    }
    .popUpHeadingLeftImage img{
        width: 185px;
        height: 80px;
        
    }
    .popUpHeadingRightImage img{
        width: 185px;
        height: 80px;
        
    }
    .popUpMainHeading h2{
        line-height: 1.6;
        font-size: 28px;
    }
    .popUPForm1Cols1 input {
        width: 92%;
    }
    .popUPForm1Cols2 input {
        width: 100%;
    }
    .form2Box label {
        font-size: 14px;
    }
    .homePagePopWindow{
        width: 57%;
        padding: 8px 20px 20px 20px;
    }
    .popUpScheduleInnerCols h2{
        height: 35px;
        width: 92px;
    }
    .dropdownContent {
        top: 92px;
    }
    .popUpFrom1{
        margin-right: 3px;
    }
    .popUPForm1Cols1 input{
        margin: 1px 0px 0px 0px;
    }
    .popUPForm1Cols2 input{
        margin: 1px 0px 0px 0px;
    }
    .selectBox select{
        margin: 1px 0px 4px 0px;
    }
    .popUpFormSchedule {
        padding: 20px 34px 14px 32px;
    }
  }

  @media  screen and (max-width:767px){
    .popUPForm1Cols1 input{
        margin: 1px 9px 17px 0px;
        height: 85px;
        font-size: 30px;
        width: 100%;
    }
    .popUPForm1Cols2 input{
        margin: 1px 9px 17px 0px;
        height: 85px;
        font-size: 30px;
        width: 100%;
    }
    .popUpFormName{
        flex-direction: column;
    }
    .popUPForm1Cols1 label{
        font-size: 30px;  
    }
    .popUPForm1Cols2 label{
        font-size: 30px;
    }
    .form2Box label {
        font-size: 30px;
        line-height: 60px;
    }
    .homePagePopUpWindow .homePagePopWindow{
        height: auto;
        position: relative;
        padding: 33px 27px 20px 27px;
       width: 89%;
    }
    .selectBox select{
        margin: 13px 9px 17px 0px;
        width: 100%;
        height: 85px;
        font-size: 25px;
    }
    .popUpFormButton button{
        font-size: 30px;
        padding: 16px 27px;
        border-radius: 62px;
    }
    .popUpMainHeading h2{
        line-height: 85px;
        font-size: 81px;
    }
    .popUpHeadingLeftImage img{
        position: absolute;
        top: 378px;
        right: 52px;
        width: 538px;
        height: auto;
        display:none;
    }
    .formPopUpheadingDiv{
        flex-direction: column;
    }
    .popUpHeadingRightImage img{
        width: 538px;
        height: auto;
        display:none;
    }
    .popUpFormExitButton span{
        right: 21px;
    }
    .popUpScheduleCols{
        flex-direction: column;
    }
    .popUpScheduleHeading h2 {
        font-size: 30px;
        line-height: 50px;
    }
    .popUpScheduleInnerCols h2{
        font-size: 25px;
        height: 0px;
        width: 0px;
        padding: 20px 20px;
    }
    .popUpFormButton{
        margin: 20px 0px;
    }
    .popUpFormSchedule {
        padding: 29px 11px 14px 36px;
    }
    .popUpScheduleInnerCols p{
        font-size: 27px;
        line-height: 35px;
    }
    .popUpScheduleInnerCols{
        width: auto;
        align-items:flex-start;
    }
    .dropdownContent {
        top: 220px;
        width:auto;
    }
    .dropdownContent label{
        font-size: 28px;
        line-height: 52px;
        font-weight:400;
    }
    input[type="radio" i]{
        width:20px;
        height:20px;
    }
    .dropdownContentTeam{
        top: 220px;
    }
    
    .service-icon2 {
        width: 16px;
        height: 16px;
        top: 50px;
        left: 165px;
    }
    .service-icon3 {
        width: 16px;
        height: 16px;
        top: 50px;
        left: 220px;
    }
    .service-icon {
        width: 42px;
        height: 31px;
        top: 63px;
        left: 355px;
    }
  }
  @media  screen and (max-width:575px){
    .popUpMainHeading h2 {
        line-height: 60px;
        font-size: 50px;
    }
    .popUPForm1Cols1 label {
        font-size: 23px;
    }
    .popUPForm1Cols1 input{
        height:55px;
    }
    .popUPForm1Cols2 label {
        font-size: 23px;
    }
    .popUPForm1Cols2 input{
        height:55px;
    }
    .form2Box label {
        font-size: 17px;
        line-height: 25px;
    }
    .selectBox select{
        height:55px;
        font-size:17px;
    }
    .service-icon3{
        width: 12px;
        height: 12px;
        top: 35px;
        left: 155px;
    }
    .service-icon2 {
        width: 12px;
        height: 12px;
        top: 37px;
        left: 120px;
    }
    .popUpFormButton button{
        font-size:17px;
    }
    .popUpScheduleHeading h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .popUpScheduleInnerCols p {
        font-size: 17px;
        line-height: 25px;
    }
    .popUpScheduleInnerCols h2 {
        font-size: 17px;
        padding: 17px 17px;
    }
    .popUpFormExitButton span {
        right: -10px;
    }
    .dropdownContent{
        top:118px;
    }
    .dropdownContent-2 {
        top:90px;
    }
    
  }
/*   Media Queries ends   */

/*new section*/
/*.testi_sec .testimonials-container {*/
/*           grid-column-gap: 16px;*/
/*            grid-row-gap: 16px;*/
/*            grid-template-rows: auto;*/
/*            grid-template-columns: 1fr 1fr 1fr 1fr ;*/
/*            align-items: center;*/
/*            display: grid;*/
/*            margin-top: 200px;*/
/*            margin-bottom: 40px;*/
/*            padding: 0px;*/
           
/*        }*/
.testi_sec .testimonials-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    display: grid;
    margin-top: 342px;
    margin-bottom: 40px;
    padding: 0px;
}
        .testimonials-container_one {
            grid-column-gap: 16px;
            grid-row-gap: 16px;
            grid-template-rows: auto;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            align-items: center;
            display: grid;
            margin-top: 40px;
             padding: 0px;
             margin-bottom:-150px;
        }

        .testimonial {
                height: 32rem;
                background-color: #f4f3ec;
                border-radius: 3.75rem;
                flex-direction: column;
                justify-content: space-between;
                align-items: flex-start;
                padding: 1.5rem;
                display: flex;
                position: relative;
            
        }

        .profile-picture {
                width: 4.5rem;
                height: 4.5rem;
        }

        .profile-picture img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
            margin: 5px 0px 0px 0px;
        }
        .quote {
            font-size: 22.1833px;
            color: #1C1C1C;
            margin: 16px 0;
            line-height: 1.5;
            padding: 0 8px;
            font-family:"Bricolage Grotesque", sans-serif;
            FONT-WEIGHT: 500;
            position: relative;
            top: 30px;
            letter-spacing: -1px;
        }
        .name {
            font-size: 21.4px;
            font-family: "DM Sans", sans-serif;
            font-weight:600;
            color: #7B7B7B;
            margin-top: 40px;
           
        }
        .test_all,
        .test_all_one {
            top: 4rem;
            height: 32rem; 
        }
        .test_all_pro{
           position: sticky;
          
        }
.testi_sec {
    margin-top: 100px;
    margin-bottom: 0px;
    padding-bottom:30px;
    overflow: hidden;
}
.name_image {
    width: 100px;
    height: auto;
    object-fit: cover;
    margin-bottom: 0;
    position: relative;
    right:9px;
}
#MOBILE_SECTION_SLIDER{
    display:none;
}

@media screen and (max-width:1899px){
    .testimonial {
    height: 36rem;
}
}
@media screen and (max-width:1699px){
    .quote {
    font-size: 20.1833px;
}
}
@media screen and (max-width:1365px){
.testi_sec .testimonials-container{
    grid-template-columns: 1fr 1fr;
}
.testi_sec .testimonials-container_one {
    grid-template-columns: 1fr 1fr;
}
}

.mobile-section {
        padding-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mobile-testimonials-wrapper {
        position: relative;
        overflow: hidden;
        width: 80%;
        max-width: 600px;
    }

    .mobile-testimonials-container {
        display: flex;
        transition: transform 0.5s ease-in-out;
        will-change: transform;
    }

    .mobile-testimonial {
        min-width: 100%;
        height: 32rem;
        background-color: #f4f3ec;
        border-radius: 3.75rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 1.5rem;
    }

    .mobile-profile-picture {
        width: 4.5rem;
        height: 4.5rem;
    }

    .mobile-profile-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .mobile-quote {
        font-size: 23.1833px;
        color: #1C1C1C;
        margin: 16px 0;
        line-height: 1.4;
        font-family:"Bricolage Grotesque", sans-serif;
        font-weight: 500;
    }

    .mobile-name {
        font-size: 21.4px;
        font-family: "Bricolage Grotesque", sans-serif;
        font-weight: 600;
        color: #7B7B7B;
        margin-top: auto;
        padding-bottom: 10px;
    }

    /* Arrow buttons */
    .mobile-arrow-buttons {
        display: flex;
        justify-content: space-between;
        width: 80%;
        max-width: 600px;
        margin-top: 1rem;
    }

    .mobile-arrow {
        cursor: pointer;
        font-size: 2rem;
        color: #333;
        user-select: none;
        transition: transform 0.3s ease;
    }

    .mobile-arrow:active {
        transform: translateX(20px); /* Moves the arrow slightly when clicked */
    }
    @media screen and (max-width:991px){
        
     }  
            
    @media screen and (max-width:767px){
         #Desktop_slider_sec_home{
            display:none;
        }
        #MOBILE_SECTION_SLIDER{
            display:block;
        }
        .mobile-testimonials-wrapper {
    width: 81%;
}
.mobile-testimonials-container {
     gap: 0px; 
}
       .mobile-testimonial {
    height: 38rem;
    padding: 20px 25px;
}
       .mobile-quote {
    font-size: 27px;
    margin: 75px 0px 51px 0px;
    line-height: 1;
    letter-spacing: -1px;
    word-spacing: 2px;
}
        .mobile-name {
            font-size: 17.4px;
            font-weight: 500;
            margin-bottom: 81px;
        }
    }

    @media screen and (max-width:575px)
    {
        .mobile-testimonials-wrapper {
            width: 90%;
            max-width: 685px;
        }
        .mobile-quote {
            font-size: 20px; 
            letter-spacing: -1px;
            font-weight: 500;
            line-height: 1.2;
            margin: 40px 0px 51px 0px;
        }
        .mobile-name{
            letter-spacing: -1px;
            margin-bottom: 0;
            margin-left: 0;
            font-size: 1.2rem;
            font-weight: 500;
            line-height: 1;

        }
        
        .mobile-testimonial {
            height: 29rem;
            padding: 20px 25px;
        }
        
    }

    @media screen and (max-width:375px) {
        .mobile-name {
            font-size: 17.4px;
            margin-bottom: 50px;
            padding-bottom: 10px;
        }

        .mobile-quote {
            font-size: 20px;
            margin: 80px 0px 46px 0px;
        }

        .mobile-name {
            font-size: 17.4px;
            margin-bottom: 50px;
            padding-bottom: 10px;
        }
    }
    
      @media screen and (max-width:1699px){
.quote {
    font-size: 19.1833px;
    color: #1C1C1C;
    margin: -15px;
    line-height: 1.5;
    padding: 0 8px;
    font-family: "Bricolage Grotesque", sans-serif;
    FONT-WEIGHT: 500;
    position: relative;
    top: 30px;
    letter-spacing: -1px;
}
     }
    
/*new demo css*/
/*new demo css*/
.picture_parent_all{
    display:none;
}
.reach_section_wraper_parent {
    background-color: #7BDCDF;
    padding: 210px 55px 70px 55px;
    margin-top: -126px;
 
}
.react_google_left_side .react_text_parent h1 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 55px;
    text-transform: capitalize;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 80px;
    color: #212529;
}
.react_google_left_side .react_text_parent .react_text_span{
    color: white;
}
.react_google_left_side .react_text_parent p {
    font-size: 24px;
    color: #363636;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 600;
    line-height: 39px;
    margin: 0;
}
.profile-pictures {
    display: flex;
    /* justify-content: space-between; */
    padding-top: 29px;
    gap: 66px;
    padding-left: 30px;
}
img.picture_three {
    position: relative;
   top:2px;
}
img.picture_four {
    position: relative;
    bottom: 9px;
}   
img.picture_one {
    position: relative;
    top: 9px;
}
.pro_text_parent{
    padding-top:10px;
}  
.pro_text_parent span{
    color:white;
    font-weight:800;
    font-size:17px;
}
.reach_image_prent {
    display: flex;
    gap: 50px;
    width: 123px;
    padding-top: 47px;
}
.recah_image_button {
    margin-top: 29px;
}
.reach_image_prent a img{
   
   object-fit: cover;
}
.recah_image_button a {
    text-decoration: none;
    background-color: #1d2020;
    color: white;
    font-size: 21px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 800;
    margin: 0;
    border-radius: 25px;
    padding: 26px 40px  26px 0px;
}
.available-text {
    color: #ffd000;
    padding: 0px 4px;
    font-weight: 900;
}
.react_google_right_side {
    margin: -20px 30px 0 30px;
}
.recah_image_button img {
    position: relative;
    bottom: 2px;
}
.audit-form-container>p{
    font-size: 28.3px;
    line-height:44px;
    color: black;
    font-family: "Bricolage Grotesque", sans-serif;
    text-align: center;
    font-weight: 800;
}
.audit-form-container .highlight{
color:#ffcc08;
 display: inline-block; 
 transform-origin: center; 
}

.form-group {
    margin-top: 17px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0px 19px;
    gap: 15px;
}
.audit-form-container .highlight_one {
    background-color: #7BDCDF;
    border-radius: 26px;
    padding: 0px 11px;
    color: black;
}
.highlight_one_two{
      background-color: #ffcc08;
    border-radius: 26px;
    padding: 10px 11px;
    color: black;
}
.highlight_one_two:hover{
    color:white;
}

.audit-form-container {
    background-color: #d2f4f5;
    border-radius: 18px;
    padding: 30px 0 0 0;
    margin: 0px 80px;
    box-shadow: -4px 4px 25px 5px rgb(98 98 98 / 18%);
}
.form_container_input_parent_one, 
.form_container_input_parent,
.form_container_input_parent_two{
    display: flex;
    gap: 20px;
}
.form_container_input_parent input,
.form_container_input_parent_one input,
.form_container_input_parent_two input{
    background-color: #363636;
    border-radius:5px;
    border: none;
    width: 100%;
    padding: 13px 10px;
    margin: 5px 0px;
    height:50px;
    color:white;
}
.form_container_input_parent select{
      background-color: #363636;
    border-radius:5px;
    border: none;
    width: 100%;
    padding: 13px 10px;
    margin: 5px 0px;
    height:50px;
    color:white;
    font-family: "Bricolage Grotesque", sans-serif;
}
.form-group .form-input::placeholder ,
.form_container_input_parent_one .form-input::placeholder,
.form_container_input_parent_two  .form-input::placeholder
 {
    color: white !important;
    font-family: "Bricolage Grotesque", sans-serif;
    padding-left: 10px;
}
.form-group input[type="text"]::placeholder ,
.form-group input[type="url"]::placeholder,
.form-group input[type="email"]::placeholder,
.form-group input[type="tel"]::placeholder {
  color: white !important;
    font-family: "Bricolage Grotesque", sans-serif;
    padding-left: 10px;
}

.form_container_input_parent #new_banner_form_service {
    color: white; /* Set the color to match placeholder text */
    font-family: "Bricolage Grotesque", sans-serif; /* Match the font */
    padding-left: 10px; /* Match the padding if needed */
}
/*drpdown*/
/* Custom select box */
.unique-select-box {
    background-color: #363636;
    border-radius: 5px;
    border: none;
    width: 100%;
    padding: 13px 10px;
    margin: 5px 0px;
    height: 50px;
    color: white;
    text-align: left;
    display: flex;  /* Use flexbox to align items horizontally */
    align-items: center;  /* Vertically align the text and icon in the center */
    justify-content: space-between;  /* Distribute space between the text and icon */
    position: relative;
       font-family: "Bricolage Grotesque", sans-serif;
}

.unique-dropdown-icon {
    width: 18px;  /* Adjust icon size */
    height: 18px;
    background-image: url('https://marketingforlawfirm.com/wp-content/uploads/2024/10/down-chevron.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;  /* Add some space between text and icon */
}

.unique-select-wrapper {
    width: 100%;
    position: relative;
}
/*.form_container_input_parent_one input[type="url"]{*/
/*    margin-top:21px;*/
/*}*/
/*.form_container_input_parent_two input[type="email"]{*/
/*    margin-top:10px;*/
/*}*/
.intl-tel-input input, .intl-tel-input input[type=tel], .intl-tel-input input[type=text]{
    margin:5px 0 !important;
}

/* Options container */
.unique-options-container {
    display: none;
    position: absolute;
    top: 73%;
    left: 0;
    width: 100%;
    right: 0;
    border: none;
    background-color: rgb(255, 204, 8);
    z-index: 1000;
    color: white;
    border-radius: 9px;
    font-family: "Bricolage Grotesque", sans-serif;
    padding: 5px 2px 5px 5px;
    margin: 0;
}
.unique-select-wrapper br{
    display:none;
}

/* Option items */
.unique-option-item {
    padding: 3px;
    transition: transform 0.2s;
    display: flex;
    font-size: 12px;
    color: black;
    cursor: pointer;
    text-align: left;
    font-family: "Bricolage Grotesque", sans-serif;
}

.unique-option-item:hover {
    background-color: #f2f2f2;
    transform: translateX(5px);
}

/* Handle display of selected option */
.unique-select-box.selected {
    background-color: #f1f1f1;
    color: #363636;
}

/* Make the options container visible when selected */
.unique-select-box.selected + .unique-options-container {
    display: block;
}
div#uniqueSelectBox p {
    margin: 0;
}
/*dropdown*/
.social_page_new_banner .form-button {
    background-color: rgb(29, 32, 32);
    color: white;
    border-radius: 25px;
    font-size: 26.8px;
    border: none;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 500;
    width: 100%;
    padding: 13px;
    margin-top: 13px;
    margin-bottom: 11px;
}
.ratings {
    font-size: 18.9px;
    font-weight: 800;
    font-family: "Bricolage Grotesque", sans-serif;
    text-align: center;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    display:none;
}
.phone_number:hover{
    color:white;
}
.googl{
    color: #2ba7f3;

}
.trustpilot{
color: #00bf63;
}

@media screen and (max-width:1899px){
    .react_google_left_side .react_text_parent h1 {
    font-size: 50px;
}
    .reach_section_wraper_parent {
    padding: 234px 55px 60px 55px;
}
    .profile-pictures {
        gap: 51px;
        padding-left: 30px;
    }
}
@media screen and (max-width:1699px){
    .audit-form-container {
    margin: 0px 29px;
    padding:30px 0 0 0;
}
    .audit-form-container>p {
       font-size: 24.3px;
       line-height:40px;
    }
    .form-group{
        margin-top:15px;
    }
    .ratings {
        font-size: 16.9px;
        margin-top:-30px;
        display:none;
    }
    .wpcf7-spinner{
        display:none;
    }
    .phone_number{
        font-size:16.9px;
    }
    .appointment_button_wrap{
        width:212px;
    }
    .appointment_button_wrap button img{
        width:32px;
    }
    .profile-pictures {
        gap: 20px;
    }
    .react_google_left_side .react_text_parent h1 {
        font-size: 43px;
        line-height: 64px;
    }
    .react_google_left_side .react_text_parent p {
        font-size: 20.7px;
    }
    .reach_section_wraper_parent {
    padding: 190px 55px 60px 55px;
}
    .react_google_right_side {
    margin: -24px 0 0 0;
}
/*.form_container_input_parent_one input[type="url"] {*/
/*    margin-top: 21px;*/
/*}*/
.form_container_input_parent_two input[type="email"] {
    margin-top: 5px;
}
.social_page_new_banner .form-button{
    font-size:22.8px;
}
}
@media screen and (max-width:1365px){
    .react_google_left_side .react_text_parent h1 {
    font-size: 34px;
    line-height: 56px;
}
.audit-form-container {
    margin: 0px 0px;
}
.react_google_right_side {
    margin: -30px 0 0 0;
}
    .react_google_left_side .react_text_parent p {
        font-size: 19.7px;
    }
    button.form-button {
        font-size: 19.8px;
    }
    .ratings {
    font-size: 14.9px;
}
    .profile-pictures {
        gap: 14px;
        padding-left: 0px;
    }
    .reach_section_wraper_parent {
    padding: 200px 20px 60px 20px;
}
.reach_image_prent {
    gap: 28px;
}
.reach_image_prent a img {
    object-fit: contain;
    width: 133px;
}
.unique-select-wrapper {
    width: 100%;
}
.form_container_input_parent input, .form_container_input_parent_one input, .form_container_input_parent_two input, .unique-select-box{
    height:45px;
}
/*.form_container_input_parent_one input[type="url"] {*/
/*    margin-top: 23px;*/
/*}*/
.form_container_input_parent_two input[type="email"] {
    margin-top: 3px;
}
}
@media screen and (max-width:1199px){
  .react_google_left_side .react_text_parent h1 {
    font-size: 32px;
    line-height: 50px;
}
 .reach_section_wraper_parent {
    padding: 190px 17px 60px 17px;
}
   .react_google_left_side .react_text_parent p {
    font-size: 18.7px;
}
.reach_image_prent a img {
    object-fit: contain;
    width: 110px;
}
.appointment_button_wrap {

    width: 209px !important;
    height: 37px !important;
}
.phone_number {
    font-size: 19px;
}
    .audit-form-container {
        margin: 0px 0px;
    }
}
@media screen and (max-width:991px){
   .react_google_left_side .react_text_parent h1 {
    font-size: 41px;
    line-height: 61px;
   
}
    .react_google_left_side .react_text_parent p {
    font-size: 24.7px;
    
}
   .reach_section_wraper_parent {
    padding: 190px 45px 60px 45px;
    text-align: center;
}
    .react_google_right_side {
        margin: 29px 20px 0px 20px;
    }
 .schedule_button_wrap {
    height: 68px !important;
    margin-bottom: 20px !important;
    top: 50px !important;
}
.react_google_left_side {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reach_image_prent{
    width:100%;
    justify-content:center;
    padding:15px 0;
}
}
@media screen and (max-width:991px){
    .audit-form-container{
        display:none;
    }
}
@media screen and (max-width:767px){
   .react_google_left_side .react_text_parent h1 {
    font-size: 29px;
    line-height: 51px;
}
    .react_google_left_side .react_text_parent p {
        font-size: 17.7px;
    }
    .reach_image_prent a img {
    object-fit: contain;
    width: 95px;
    height: 52px;
}
}
@media screen and (max-width:575px){
    .reach_section_wraper_parent {
    padding: 190px 3px 40px 3px;
}
img.picture_parent_all {
    display: none;
}
    .unique-select-box {
    font-size: 12px;
    height: 41px;
}
#schedule_button_wrap button img {
    width: 43px ;
    height: auto;
}
#schedule_button_wrap .button_label #sch_new_button_imga{
     width: 37px !important;
    height: auto;
}
.schedule_button_wrap .button_label img {
    width: 54px !important;
}
.schedule_button_wrap button {
    font-size: 18px !important;
}
.button_label{
    font-size:18px !important;
}
.schedule_button_wrap {
    width: 335px !important;
    height: 60px!important;
    /*left: 30px !important;*/
    top: 12px !important;
}
.ratings {
    font-size: 12.9px;
}
    .reach_section_wraper_parent h1,
   .reach_section_wraper_parent  p{
       text-align: center;
    }
    .react_google_left_side .react_text_parent h1 {
        font-size: 32px;
        line-height: 44px;
        text-align: center;
        letter-spacing: 0px;
    }
    
    .recah_image_button a {
        font-size: 14px;
        padding: 0px 40px  0px 10px;
    }
    .recah_image_button img {
        width: 48px;
    }
   .recah_image_button img {
    width: 48px;
}
    .react_google_right_side {
        margin: 29px 10px 0px 10px;
        display:none;
    }
    .pro_text_parent_one{
        display: none
        ;
    }
    .react_google_left_side .react_text_parent p {
        font-size: 18.7px;
        text-align: center;
        color: #000;
        padding:10px 0px;
        line-height:30px;
    }
    .recah_image_button {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .audit-form-container>p {
        font-size: 18.3px;
    }
    button.form-button {
        font-size: 16.8px;
        padding: 10px;
    }
    .profile-pictures img {
        width: 74px;
    }
    .profile-pictures{
      padding-left: 0px;
      margin-left: 0px;
    }
    .form_container_input_parent .form-input::placeholder ,
    .form_container_input_parent_one .form-input::placeholder ,
    .form_container_input_parent_two .form-input::placeholder,
    .unique-option-item{
    padding-left: 1px;
    font-size: 12px;
    letter-spacing: -1px;

}
.form_container_input_parent input, 
.form_container_input_parent_one input ,
.form_container_input_parent_two input{
    padding: 7px 10px;
    height: 41px;
    /* margin: 5px 0px; */
}
.form_container_input_parent_one, .form_container_input_parent,.form_container_input_parent_two {
  gap: 5px;
}
.form-group {
    gap: 6px;
}
.picture_parent_all {
    display: block;
    position: relative;
    bottom: 26px;
    /* float: right; */
    left: 262px;
    width: 61px;
}
.recah_image_button {
     margin-top: 0px; 
}
}
@media screen and (max-width:375px){
#schedule_button_wrap button img{
    width: 37px;
    height: auto;
}
.wall_title h2 {
    font-size: 34px;
    padding: 20px 0px;
}
#schedule_button_wrap .button_label #sch_new_button_imga{
     width: 37px !important;
    height: auto;
}
.schedule_button_wrap {
    width: 338px !important;
    height: 60px!important;
    left: 1px !important;
    top: 12px !important;
}
.video_btnd .roi_button_wrap-2 {
    left: 36px;
    top: 3px;
}
.reach_image_prent {
    gap: 17px;
}
}
/*new demo css*/

/*new form button css*/


/* General Styling for Both Buttons */
.schedule_button_wrap button {
    width: 100%;
    height: 100%;
    font-size: 20px; /* Same font size */
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
    background: white; /* Black background for both buttons */
    mask: url(https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png); /* Mask effect */
    mask-size: 3000% 100%;
    color: black; /* White text */
    animation: ani2 0.7s steps(29) forwards; /* Same animation */
    border: navajowhite;
    padding: 0; /* No extra padding for the button itself */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Adjusting Image Size for Consistency */
.schedule_button_wrap button img {
    width: 54px; /* Ensure image width is the same in both buttons */
    height: auto; /* Keep aspect ratio */
}
.schedule_button_wrap .button_label img{
    width: 54px; /* Ensure image width is the same in both buttons */
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    color: white;
    padding-left:10px;
}
.intl-tel-input .selected-flag .iti-arrow {
    border-top: 4px solid white;
}

/* Label for the Button */
.button_label {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
    background: #e6fcfd;
    color: #000;
    animation: ani2 0.7s steps(29) forwards;
    border: navajowhite;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover Effect for Both Buttons */
.schedule_button_wrap button:hover {
    -webkit-animation: ani 0.7s steps(29) forwards;
    animation: ani 0.7s steps(29) forwards;
}

/* Wrapper for the Button */
.schedule_button_wrap {
    position: relative;
    width: 402px; /* Same width for both buttons */
    height: 66px; /* Same height for both buttons */
    overflow: hidden;
    border-radius: 50px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 300;
    left: 2px;
    top: 63px;
    transition: 0.1s;
}

/* Second Button (Matching All Styling) */
.schedule_button_wrap-1 {
    position: relative;
    width: 402px; /* Same width as .schedule_button_wrap */
    height: 66px; /* Same height as .schedule_button_wrap */
    overflow: hidden;
    border-radius: 50px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 300;
    transition: 0.1s;
}

/* Styling for the Button inside .schedule_button_wrap-1 */
.schedule_button_wrap-1 button {
    width: 100%;
    height: 100%;
    font-size: 22px; /* Same font size */
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
    background: #000; /* Black background */
    mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
    mask-size: 3000% 100%;
    color: white;
    animation: ani2 0.7s steps(29) forwards;
    border: navajowhite;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover Effect for Second Button */
.schedule_button_wrap-1 button:hover {
    -webkit-animation: ani 0.7s steps(29) forwards;
    animation: ani 0.7s steps(29) forwards;
}

/* Label Styling for the Second Button */
.schedule_button_wrap-1 .button_label_secondary {
    position: absolute;
    color: black;
    height: 100%;
    text-align: center;
    width: 101%;
    font-size: 22px;
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
    border-radius: 50px;
    overflow: hidden;
    padding: 15px 0;
    background-color: #7BDCDF;
    transition: 0.1s;
}

/* Third Button - Same Structure and Styling */
.schedule_button_wrap-2 {
    position: relative;
    width: 402px; /* Same width as the other buttons */
    height: 66px; /* Same height */
    overflow: hidden;
    border-radius: 50px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 300;
    left: 132px;
    top: -39px;
    transition: 0.1s;
    margin-top: 50px;
}

/* Button Styling for .schedule_button_wrap-2 */
.schedule_button_wrap-2 button {
    width: 100%;
    height: 100%;
    font-size: 22px; /* Same font size */
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
    background: #7BDCDF; /* Different background for visual distinction */
    mask: url(https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png);
    mask-size: 3000% 100%;
    color: black;
    animation: ani2 0.7s steps(29) forwards;
    border: navajowhite;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover Effect for Third Button */
.schedule_button_wrap-2 button:hover {
    -webkit-animation: ani 0.7s steps(29) forwards;
    animation: ani 0.7s steps(29) forwards;
}

/* Label Styling for Third Button */
.button_label_tertiary {
    position: absolute;
    color: black;
    height: 100%;
    text-align: center;
    width: 101%;
    font-size: 25px;
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
    border-radius: 50px;
    overflow: hidden;
    padding: 10px 0;
    background-color: white;
}
/*new demo css*/
/*submit_new_form button*/
/* General Styling for Both Buttons */
.appointment_button_wrap button {
    width: 100%;
    height: 100%;
    font-size: 22px;
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
    background: rgb(255, 204, 8);
    mask: url(https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png);
    mask-size: 3000% 100%;
    color: black;
    animation: ani2 0.7s steps(29) forwards;
    border: navajowhite;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Adjusting Image Size for Consistency */
.appointment_button_wrap button img {
    width: 38px;
    height: auto;
}
#appointment_button_wrap #app_new_button_img{
     width: 38px;
    height: auto;
}

/* Styling for the phone number link */
.phone_number {
    font-size: 22px;
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
    color: black;
    text-decoration: none;
    margin-left: 10px;
}

/* Label for the Button */
.button_text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 21px;
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
    background: white;
    color: #000;
    animation: ani2 0.7s steps(29) forwards;
    border: navajowhite;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover Effect for Both Buttons */
.appointment_button_wrap button:hover {
    -webkit-animation: ani 0.7s steps(29) forwards;
    animation: ani 0.7s steps(29) forwards;
}

/* Wrapper for the Button */
.appointment_button_wrap {
    position: relative;
    width: 248px;
    height: 40px;
    overflow: hidden;
    border-radius: 50px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 300;
    top: -5px;
    left: 5px;
    transition: 0.1s;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Ensure the number and icon are aligned */
.appointment_button_wrap .button_text {
    display: flex;
    align-items: center;
}

/* Second Button (Matching All Styling) */
.appointment_button_wrap-1 {
    position: relative;
    width: 402px; /* Same width as .appointment_button_wrap */
    height: 66px; /* Same height as .appointment_button_wrap */
    overflow: hidden;
    border-radius: 50px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 300;
    transition: 0.1s;
}

/* Styling for the Button inside .appointment_button_wrap-1 */
.appointment_button_wrap-1 button {
    width: 100%;
    height: 100%;
    font-size: 22px; /* Same font size */
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
    background: #000; /* Black background */
    mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
    mask-size: 3000% 100%;
    color: white;
    animation: ani2 0.7s steps(29) forwards;
    border: navajowhite;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover Effect for Second Button */
.appointment_button_wrap-1 button:hover {
    -webkit-animation: ani 0.7s steps(29) forwards;
    animation: ani 0.7s steps(29) forwards;
}

/* Label Styling for the Second Button */
.appointment_button_wrap-1 .button_text_secondary {
    position: absolute;
    color: black;
    height: 100%;
    text-align: center;
    width: 101%;
    font-size: 22px;
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
    border-radius: 50px;
    overflow: hidden;
    padding: 15px 0;
    background-color: #7BDCDF;
    transition: 0.1s;
}

/* Third Button - Same Structure and Styling */
.appointment_button_wrap-2 {
    position: relative;
    width: 402px; /* Same width as the other buttons */
    height: 66px; /* Same height */
    overflow: hidden;
    border-radius: 50px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 300;
    left: 132px;
    top: -39px;
    transition: 0.1s;
    margin-top: 50px;
}

/* Button Styling for .appointment_button_wrap-2 */
.appointment_button_wrap-2 button {
    width: 100%;
    height: 100%;
    font-size: 22px; /* Same font size */
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
    background: #7BDCDF; /* Different background for visual distinction */
    mask: url(https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png);
    mask-size: 3000% 100%;
    color: black;
    animation: ani2 0.7s steps(29) forwards;
    border: navajowhite;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover Effect for Third Button */
.appointment_button_wrap-2 button:hover {
    -webkit-animation: ani 0.7s steps(29) forwards;
    animation: ani 0.7s steps(29) forwards;
}

/* Label Styling for Third Button */
.button_text_tertiary {
    position: absolute;
    color: black;
    height: 100%;
    text-align: center;
    width: 101%;
    font-size: 25px;
    font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
    border-radius: 50px;
    overflow: hidden;
    padding: 10px 0;
    background-color: white;
}
button.button_label_new_button a {
    color: black;
}
span.button_label a {
    color: black;
}
.review-ver{
    margin-top:50px;
}


/*    Single Case Studies Free-Wall CSS Starts  */

.freewall-wrap{
    position: relative;
}
#freewall {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: sticky;
    top: 169px;
    right: 24px;
    float:right;
    width: 375px;
    height: calc(85vh - 210px);
    /* min-height: 640px; */
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid rgba(23, 23, 23, 0.24);
    padding: 32px;
    z-index: 1999;
    overflow-y: scroll;
}

#hero-section *:not(:last-child) {
    z-index: 10;
}
.freewall-heading{
    margin-bottom: 185px;
}
.freewall-heading h2{
    color: #171717;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 96%;
    letter-spacing: -0.0125em;
}
.freewall-list {
    margin-bottom: 12px;
    display:flex;
     transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.freewall-list.freewall-hidden {
            opacity: 0;
            transform: translateY(10px);
            pointer-events: none;
        }
.freewall-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background-color: #7BDCDF !important;
    margin-right: 12px;
}
.icon-insights {
    width: 48px;
    height: 48px;
    background: url("https://marketingforlawfirm.com/wp-content/themes/offshoremarketers/assets/img/icon-insights.png") no-repeat;
    background-size: contain;
    background-position: center center;
}
.icon-challenges {
    width: 48px;
    height: 48px;
    background: url("https://marketingforlawfirm.com/wp-content/themes/offshoremarketers/assets/img/icon-challenges.png") no-repeat;
    background-size: contain;
    background-position: center center;
}
.icon-frameworks {
    width: 48px;
    height: 48px;
    background: url("https://marketingforlawfirm.com/wp-content/themes/offshoremarketers/assets/img/icon-frameworks.png") no-repeat;
    background-size: contain;
    background-position: center center;
}
.freewall-list p{
    font-family: "Inter", sans-serif;
    color: #171717;
    font-size: 15px;
    line-height: 112%;
    letter-spacing: 0.0015em;
}

.freewall-button button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    background-color: #171717;
    color: #FCFAFC;
    border-radius: 10px;
    font-size: 14px;
    padding: 16px 49px;
    font-weight: 500;
    font-family: "Bricolage Grotesque", sans-serif;
    cursor: pointer;
    font-size: 15px;
    transition: background-color 1s ease-in-out, color 1s ease-in-out;
    border: none;
}
.freewall-button button:hover {
    color: #171717;
    background-color: #7BDCDF;
    border: none;
}
.freewall-button p{
    text-align: center;
    margin: 24px 0px 20px 0px;
    font-size: 13px;
    line-height: 112%;
    letter-spacing: 0.0015em;
    font-family: "Inter", sans-serif;
}
.freewall-button img{
    width: 100%;
}
.freewall-logos{
    display: flex;
    justify-content:center;
    padding-bottom: 18px;
}
.freewall-logos img {
    /* width: 116px; */
    width: 36%;
    /*height: 41px;*/
}
.freewall-logos2 {
    display: flex;
    
    justify-content: center;
    margin-left:40px;
}
.freewall-logos2{
    display: flex;
}

.freewall-logos2 img {
    width: 58%;
    /*height: 46px;*/
}

   #formContainer {
    position: absolute;
    bottom: 160px;
    left: 0;
    right: 0;
    transform: translateY(50%); /* Initially off-screen */
    opacity: 0;
    visibility: hidden; /* Hidden initially */
    background-color: #ffffff;
    padding: 32px 20px;
    border-radius: 10px;
    box-shadow: 0 11px 19px rgb(0 0 0 / 17%);
    transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
    width: 286px;
    margin: 0 32px;
    z-index: 998;
}

#formContainer.show {
    visibility: visible; /* Make visible after animation starts */
    transform: translateY(0); /* Move to original position */
    opacity: 1; /* Fade in */
}
.wrap{
    position: relative;
    z-index: 999;
    background-color: white;
}

       #formContainer form input {
            width: 100%;
            padding: 10px;
            margin: 0 0 10px 0;
            border: 1px solid #ccc;
            border-radius: 5px;
            height: auto;
            font-family: "Inter", sans-serif;
            font-size:14px;
        }

        form button {
            width: 100%;
            padding: 10px;
            background-color: #171717;
            color: #fff;
            border: none;
            border-radius: 5px;
            font-size: 15px;
            cursor: pointer;
            font-family: "Bricolage Grotesque", sans-serif;
        }
        #formContainer form button{
            height: 40px;
        }
        form button:hover {
            background-color: #7BDCDF;
            color: #171717;
        }
        #formContainer h2 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 14px;
}

@media screen and (max-width: 1899px){
    #formContainer {
    bottom: 315px;
}
}

@media screen and (max-width:1699px){
    #formContainer {
    bottom: 189px;
}
.text_wrap_sec_head {
    margin: 30px 0 0 0px;
    width: 72%;
}
.freewall-button button {
    margin-left: 10px;
}
#formContainer {
    left: 8px;
}
}

@media screen and (max-width:1365px){
    .text_wrap_sec_head {
    margin: 30px 0 0 48px;
    width: 62%;
}
#freewall {
    right: 35px;
}
}

@media screen and (max-width:1199px){
    .all_sec_wrapper .col-md-8 {
    width: 89.666667%;
}
.iamge_left-side .left-images img {
    width: 97%;
}
#freewall {
    right: 6px;
    width: 352px;
    padding: 23px;
}
#formContainer {
    bottom: 201px;
    left: -2px;
}
.project_sec_wrap_text {
    width: 95%;
}
.numbers_sec_wrap p {
    font-size: 15px;
}
.number_sec_text h2 {
    font-size: 56px;
}
.numbers_sec_wrap {
    gap: 14px;
}
.text_wrap_sec_head {
    width: 58%;
}
}

@media screen and (max-width:991px){
/*    #freewall {*/
/*    right: 21px;*/
/*    width: 316px;*/
/*    padding: 14px;*/
/*}*/
/*.freewall-heading h2 {*/
/*    font-size: 21px;*/
/*}*/
/*.freewall-list p {*/
/*    font-size: 14px;*/
/*}*/
/*.freewall-icon {*/
/*    flex: 0 0 40px;*/
/*}*/
/*.icon-insights {*/
/*    height: 41px;*/
/*}*/
/*.icon-challenges {*/
/*    height: 41px;*/
/*}*/
/*.freewall-button button {*/
/*    padding: 16px 28px;*/
/*    margin-left: 22px;*/
/*}*/
/*#formContainer {*/
/*    bottom: 274px;*/
/*    padding: 16px 14px;*/
/*    width: 262px;*/
/*    left: -5px;*/
/*}*/
.freewall-logos2 {
    display: flex;
    gap: 62px;
    justify-content: center;
}
.freewall-logos img {
    width: 187px;
    height: 86px;
    object-fit: contain;
}
.freewall-logos {
    display: flex;
    width: 600px;
    gap: 25px;
    padding-bottom: 20px;
    justify-content: center;
}
.freewall-logos2 img {
    width: 39%;
    height: 56px;
}

#freewall {
    position: absolute;
    top: auto;
    bottom: 0;
    height: calc(100vh - 67px);
    padding: 32px;
    right: 36px;
    width: 686px;
    padding: 40px;
    overflow: hidden;
}
.all_sec_wrapper .col-md-8 {
    width: 100.666667%;
}
/*section.project_sec_wrap {*/
/*    margin-top: 951px;*/
/*}*/
.freewall-heading {
    margin-bottom: 202px;
}
.freewall-button button {
    width: 94%;
}
.freewall-list p {
    font-size: 16px;
}
.icon-insights {
    height: 46px;
}
.freewall-icon {
    flex: 0 0 52px;
    margin-right: 24px;
}
.freewall-list {
    margin-bottom: 30px;
    
}
.icon-challenges {
    height: 46px;
}
.project_sec_wrap_text {
    width: 100%;
}
.text_wrap_sec_head {
    margin: 30px 62px 0 50px;
    width: 87%;
}
#formContainer {
    padding: 32px 34px;
    width: 561px;
    bottom: 344px;
    left: 23px;
}
.freewall-button p {
    text-align: left;
    margin: 24px 0px 20px 20px;
    font-size: 16px;
}
.iamge_left-side .left-images img {
    width: 715px;
}
}

@media screen and (max-width:767px){
   #freewall {
    top: auto;
    bottom: 0;
    height: calc(100vh - 64px);
    right: 39px;
    width: 497px;
    padding: 40px;
}
.freewall-logos {
    width: 416px;

}
#formContainer {
    padding: 32px 34px;
    width: 387px;
    bottom: 330px;
    left: 19px;
}

.text_wrap_sec_head {
    margin: 30px 62px 0 23px;
}
/*section.project_sec_wrap {*/
/*    margin-top: 929px;*/
/*}*/
.iamge_left-side .left-images img {
    width: 100%;
}
.freewall-logos {
    gap: 0px;
    padding-bottom:0px;
}
.freewall-logos2 img {
    width: 47%;
    height: 64px;
}
.freewall-logos img {
    width: 163px;
    height: 86px;
    object-fit: contain;
}
}

@media screen and (max-width:575px){
    #freewall {
    top: auto;
    bottom: 0;
    height: calc(80vh - 111px);
    padding: 32px;
    right: 22px;
    width: 348px;
    padding: 27px 19px;
}
.freewall-list p {
    font-size: 14px;
}
.freewall-icon {
    flex: 0 0 46px;
    margin-right: 17px;
}
.icon-insights {
    height: 42px;
}
.icon-challenges {
    height: 42px;
}
.freewall-heading {
    margin-bottom: 104px;
}
#formContainer {
    padding: 24px 23px;
    width: 286px;
    bottom: 300px;
    left: -1px;
}
#formContainer h2 {
    font-size: 16px;
}
.freewall-heading h2 {
    font-size: 21px;
}
.freewall-logos img {
    width: 117px;
    height: 60px;
    object-fit: contain;
}
.freewall-logos {
    width: 295px;
}
.freewall-logos2 img {
    width: 57%;
            height: 45px;
}
.freewall-logos2 {
    display: flex;
    gap: 0px;
    justify-content: center;
        margin-left: 15px;
}
.freewall-logos img {
    width: 118px;
    height: 94px;
    object-fit: contain;
}
#formContainer form input {
    width: 100%;
    padding: 7px;
    margin: 0 0 12px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: auto;
    font-family: "Inter", sans-serif;
    font-size: 12px;
}
/*section.project_sec_wrap {*/
/*    margin-top: 829px;*/
/*}*/
.freewall-button p {
    font-size: 13px;
}
.blog-section h2 {
    font-size: 9vw;

}
}

@media screen and (max-width:375px){
    #freewall {

    right: 1px;

}
#freewall {
    top: 3708px;
   
}
#text_wrap_sec_all {
    padding: 40px 0 689px 0;
}
}

/*    Single Case Studies Free-Wall CSS Ends  */

/*new dropdown header*/

#menu-item-109718>a:first-child::after,
#menu-item-110119>a:first-child::after,
#menu-item-109726>a:first-child::after{
    content: " ";
    position: relative;
    width: 16px;
    height: 17px;
    background-image: url(https://marketingforlawfirm.com/wp-content/uploads/2024/12/dropicon-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0px;
    left: 5px;
    border-radius: 10px;
    padding: 6px;

}
    
/*#menu-services .menu-item:hover a {*/
/*    background-color: #ffd000;*/
/*    border: none;*/
/*    padding: 10px 20px;*/
/*    border-radius: 20px;*/
/*}*/
/*ul.sub-menu {*/
/*    width: 76vw;*/
/*    left: -21vw;*/
/*    right: -59vw;*/
/*}*/
ul.sub-menu li.menu-item-has-children {
width: 49.7%;
display: inline-table;
position: relative;
}
ul.sub-menu li.menu-item-has-children a {
margin: 0px 10px !important;
}

li#menu-item-110036 ul.sub-menu,
li#menu-item-110040 ul.sub-menu,
li#menu-item-109952 ul.sub-menu,
li#menu-item-109954 ul.sub-menu{
display: block;
position: relative;
left: 0;
width: 100%;
box-shadow: none;
top: 0;
}

li#menu-item-110036 ul.sub-menu a,
li#menu-item-110040 ul.sub-menu a ,
li#menu-item-109952 ul.sub-menu a,
li#menu-item-109954 ul.sub-menu a{
line-height: 1;
background-color:white !important;
}
li#menu-item-110036  a, li#menu-item-110040  a, li#menu-item-109952  a, li#menu-item-109954  a {
    background-color: white !important;
    padding-top: 4px !important;
    font-size: 18px;
    font-weight: 900;
}
li#menu-item-110036 {
    border-right: 1px solid #00000024;
}
li#menu-item-110036, 
li#menu-item-110040, 
li#menu-item-109952 {
    height: 285px;
    padding-top: 41px;
    padding-left: 20px;
}
li#menu-item-109718 a, li#menu-item-110119 a, li#menu-item-109726 a, li#menu-item-110107 a {
    border: 1px solid #0000004f;
    padding: 0px 16px;
    border-radius: 20px;
    
}
li#menu-item-109718:hover a, 
li#menu-item-110119:hover a, 
li#menu-item-109726:hover a, 
li#menu-item-110107:hover a {
     background-color: #7BDCDF;
     border:none;
}
li#menu-item-109718:hover a:first-child::after, 
li#menu-item-110119:hover a:first-child::after, 
li#menu-item-109726:hover a:first-child::after, 
li#menu-item-110107:hover a:first-child::after {
    transform: rotate(180deg); /* Rotate 180 degrees on hover */
    transition:1s;
}
/*li#menu-item-109718:hover, */
/*li#menu-item-110119:hover, */
/*li#menu-item-109726:hover, */
/*li#menu-item-110107:hover{*/
/*   transition:2s;*/
/*     transform:scale(1.1);*/
     
/*}*/
.menu-item {
    position: relative; 
}
.sub-menu {
    list-style: none;
    height: auto;
    width: 48vw;
    position: absolute;
    top: 230%;
    left: -7vw;
    right: -59vw;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    padding: 5px 0px;
    border-radius: 10px;
    margin: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 1;
    transition: opacity 5s ease, transform 5s ease;
}

.menu-item:hover > .sub-menu, #menu-item-109718:hover .menu-item {
    visibility: visible;
    opacity: 1;
    top: 100%;
   transform: scale(1); /* Scale to normal size */
    transition: opacity 5s ease, transform 5s ease;
}

li#menu-item-110036 .sub-menu .menu-item a,
li#menu-item-110040 .sub-menu .menu-item a,
li#menu-item-109952 .sub-menu .menu-item a,
li#menu-item-109954 .sub-menu .menu-item a{
    font-size: 16px;
    font-weight: 600;
}

@media screen and (max-width:1899px){
    .sub-menu {
    width: 57vw;
    left:-10vw;
}
li#menu-item-110036, li#menu-item-110040, li#menu-item-109952{
    height: 250px;
    padding-top: 23px;
}
}
@media screen and (max-width:1699px){
   .sub-menu {
    width: 59vw;
    right: 0;
    left: -8vw;
}
li#menu-item-109718 a, li#menu-item-110119 a, li#menu-item-109726 a, li#menu-item-110107 a {
    padding: 0px 13px;
}
li#menu-item-110036  a, li#menu-item-110040  a, li#menu-item-109952  a, li#menu-item-109954  a {
    padding-top: 10px !important;
}
li#menu-item-110036  a, li#menu-item-110040  a, li#menu-item-109952  a, li#menu-item-109954  a {
    font-size: 16px;
    letter-spacing: -0.4px;
}
li#menu-item-110036 .sub-menu .menu-item a, li#menu-item-110040 .sub-menu .menu-item a, li#menu-item-109952 .sub-menu .menu-item a, li#menu-item-109954 .sub-menu .menu-item a {
    font-size: 15px;
}
}
@media screen and (max-width:1365px){
    .menu-item a {
    padding: 4px 15px;
}
li#menu-item-110036 .sub-menu li a {
    padding: 0px;
}
li#menu-item-110036 .sub-menu .menu-item a, li#menu-item-110040 .sub-menu .menu-item a, li#menu-item-109952 .sub-menu .menu-item a, li#menu-item-109954 .sub-menu .menu-item a {
    font-size: 13px;
}
li#menu-item-110036 .sub-menu li a {
    padding: 0px 0px  0px 14px;
    
}
.mid  a {
    white-space: nowrap;
}
.sub-menu {
    width: 64vw;
    right: 0;
    left: -7vw;
    padding: 5px 6px;
}
li#menu-item-110036, li#menu-item-110040, li#menu-item-109952 {
    height: 255px;
    padding-top: 23px;
}
ul.sub-menu li.menu-item-has-children {
    width: 48%;
}
}
@media screen and (max-width:1199px){
    .sub-menu {
    width: 95vw;
}
li#menu-item-110036  a, li#menu-item-110040  a, li#menu-item-109952  a, li#menu-item-109954  a {
    font-size: 14px;
}
li#menu-item-110036 .sub-menu .menu-item a, li#menu-item-110040 .sub-menu .menu-item a, li#menu-item-109952 .sub-menu .menu-item a, li#menu-item-109954 .sub-menu .menu-item a {
    font-size: 12px;
}
.sub-menu {
    width: 72vw;
    left: -97px;
    right: 0;
    margin: 0px -3px 0px 0px;
}
}

@media screen and (max-width:991px){
    .menu-item:hover > .sub-menu, #menu-item-109718:hover .menu-item {
    top: 102%;
    display: flex;
    flex-direction: column;
    left: 0px;
}
ul.sub-menu li.menu-item-has-children {
    width: 78%;
}
.sub-menu {
    display:none; /* Initially hidden */
    position: relative;
        top: 0;
        left: 0;

}
ul.sub-menu.mobile-active{
    display:flex;
    flex-direction:column;
    visibility:visible;
}

.menu-item:hover > .sub-menu,
#menu-item-109718:hover .menu-item {
    display:flex; /* Make it visible */
}
.scndry-btn {
    margin: 80px 0 0 0px;
}
.sub-menu .menu-item a:hover {
    width: 100%;
}
.sub-menu {
    width: 100%;
}
ul#menu-hidden-menu {
    width: 326px;
}
}
    
.hidden-menu .menu-item-has-children>a::after {
    right: 7px;
    top: 13px;
}



/*new about page css start*/
.offfshore-banner-text h1 {
  color: black;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 900;
  font-size: 135px;
  line-height: 135px;
  letter-spacing: -5px;
  text-transform: uppercase;
}
.offshore-about-banner .offfshore-banner-text {
  padding: 186px 0 79px 0;
}
.offshore-about-banner-bg {
  padding: 0 0 82px 0;
}

.offshore-about-banner-bg img {
  width: 100%;
  height: auto;
}

.offfshore-banner-text .highlight1 {
  background-color: #7BDCDF;
  color: #000;
  padding: 5px 0px;
  display: inline-block;
  border-radius: 20px;
  transform: rotate(4deg);
}

@media screen and (max-width: 1465px) {
  .offfshore-banner-text h1 {
      font-size: 121px;
  }
}

@media screen and (max-width: 1365px) {
  .offfshore-banner-text h1 {
      font-size: 121px;
  }
}



@media screen and (max-width: 991px) {
  .offfshore-banner-text h1 {
      font-size: 65px;
      line-height: 70px;
      letter-spacing: -3px;
  }
}



@media screen and (max-width: 767px) {
  .offfshore-banner-text h1 {
      font-size: 56px;
      line-height: 70px;
  }
}

@media screen and (max-width: 575px) {
 .offfshore-banner-text h1 {
    font-size: 36px;
    line-height: 68px;
    letter-spacing: -1px;
}
.sub-menu {
    width: 102%;
}
ul.sub-menu li.menu-item-has-children a {
    margin: 0px 1px 0px 10px !important;
}
section.offshore-about-banner {
  padding: 0 10px;
}
.offfshore-banner-text .highlight1 {
  border-radius: 7px;
  
}
.offshore-about-banner .offfshore-banner-text {
    padding: 70px 0 34px 0;
}
.offshore-about-banner-bg {
  padding: 0 0 0px 0;
}
}

@media screen and (max-width:375px){
    .offfshore-banner-text h1 {
    font-size: 32px;
    line-height: 51px;
}
}

/* offshore About banner CSS End */





/* offshore agency CSS start */
.about-offshore-agency {
  padding: 107px 159px;
  background-color: #f7f7ed;
}

.agency-heading-content {
  padding-right: 20px;
}

.agency-heading-content h2 {
    color: black;
    font-size: 58px;
    font-family:"saans", ui-sans-serif, system-ui, sans-serif;
    font-weight: 900;
    letter-spacing: -4px;
    line-height: 1.2;
    padding-bottom: 25px;
}

.agency-heading-content span.about-content {
    color: black;
    font-size: 14px;
    font-family: "saans", ui-sans-serif, system-ui, sans-serif;
    font-weight: 800;
    letter-spacing: 0px;
    position: relative;
    bottom: 19px;
    padding-right: 74px;
}
.about-box h3 {
    border-top: 0.1px solid #0000001c;
}

.agency-paragraph-content p {
  color: black;
  font-size: 17px;
  font-family: "saans", ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
  letter-spacing: -1px;
  margin: 0;
}

/* offshore agency CSS End */




/* About rating CSS start */


.about-rating-images {
  padding: 10px 159px 107px;
  background-color: #f7f7ed;
}

.about-rating {
    display: flex;
    gap: 45px;
    justify-content: center;
}

.about-rating img {
    width: 85%;
    height: auto;
}

section.about-box-content {
  margin: 107px 159px;

}

.about-box-content .about-box {
  display: flex;
  justify-content: center;
}


.about-box1-content h2, 
.about-box2-content h2,
.about-box3-content h2, 
.about-box4-content h2 {
    color: black;
    font-size: 21px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 500;
    padding-bottom: 14px;
}

.about-box1-content h3,
.about-box2-content h3,
.about-box3-content h3,
.about-box4-content h3 {
  color: black;
  font-size: 91px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 500;
}

.about-box1-content p,
.about-box2-content p,
.about-box3-content p,
.about-box4-content p {
  color: black;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 23px;
}

.about-box1-content,
.about-box2-content,
.about-box3-content,
.about-box4-content {
  padding: 0 20px;
}

.about-box hr {
  color: #b9b9b9;
}

/* About rating CSS End */




/* Banner video CSS Start */


.banner-video-section {
  margin: 107px 61px;
  position: relative;
  overflow: hidden;
  /*transform: scale(0.5);*/
  /*transform-origin: bottom;*/
  /*transition: transform 0.9s ease-out;*/
  transform-origin: top; 
}

/*.banner-video-section.scrolled {*/
/*  transform: scale(1); */
/*}*/

.about-video-bg-image {
  background-image: url('https://marketingforlawfirm.com/wp-content/uploads/2024/12/Banner-video-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 109px 0;
  z-index: 1;
      transform: scale(0.8); 
      transition: transform 0.3s ease, opacity 0.3s ease;
}

.about-banner-video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

 .banner-video-1 {
      position: relative;
      z-index: 2; 
      display: flex;
      justify-content: center;
      transform: scale(0.7); 
    
      transition: transform 0.3s ease, opacity 0.3s ease; 
    }

.background-video-about {
  width: 79%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}




/* Banner video CSS End */


/* global organisations  CSS start */



section.about-global-organisations {
  margin: 107px 159px;
}

.about-global-bg-img {
  background-image: url(https://marketingforlawfirm.com/wp-content/uploads/2024/12/shapeeee.png);
  padding: 100px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.about-global-heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 76px;
  padding-right: 50px;
  padding-left: 74px;
  padding-top: 40px;
}

.about-global-heading h3 {

  color: white;
  font-size: 15px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
}

.about-global-heading h2 {

  color: white;
  font-size: 35px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;

}

.about-global-image {
  padding: 10px 0;
}


.about-global-image1 {
  padding: 10px 0;
}

.global-slide img {
  width: 100%;
  height: auto;
}

.global-slide1 img {
  width: 100%;
  height: auto;
}

@keyframes scroll-right-to-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}


.global-slider {
  height: 170px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.global-slide-track {
  display: flex;
  animation: scroll-right-to-left 80s linear infinite;
  width: calc(250px * 14);
  gap: 22px;
}

.global-slide {
  flex: 0 0 250px;
  height: 100%;
}


@keyframes scroll-left-to-right {
  0% {
    transform: translateX(calc(-250px * 7));
  }

  100% {
    transform: translateX(0);
  }
}


.global-slider1 {
  height: 170px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.global-slide-track1 {
  display: flex;
  animation: scroll-left-to-right 85s linear infinite;
  width: calc(250px * 14);
  gap: 22px;
}

.global-slide1 {
  flex: 0 0 250px;
  height: 100%;
}



/* global organisations  CSS End */




/* About Text Slider CSS Start */

/* .about-text-slider {
  overflow: hidden;
}


.text-slider-container1 {
  position: relative;
  overflow: hidden;
}

.text-slider-row {
  display: inline-block;
  animation: slide-right-to-left 300s linear infinite;
}
.text-slider-container {
  position: relative;
  overflow: hidden;
  transform: rotate(356deg);
  padding: 56px 0 0 0;
  z-index: 1;
}
.slider-text {
  background: #FED000;
  animation: slide-right-to-left 300s linear infinite;
  font-size: 114px;
  font-weight: 500;
  color: black;
  font-family: "Bricolage Grotesque", sans-serif;
  white-space: nowrap;
 
}

.text-slider-tags {
  font-size: 48px;
  color: black;
  border: 2px solid black;
  border-radius: 50px;
  font-family: "Bricolage Grotesque", sans-serif;
  padding: 10px 20px;
  margin: 0 10px;
}

.text-slider-row-bottom {
  padding: 12px 0 36px 0;
  white-space: nowrap;
  display: inline-block;
  animation: slide-left-to-right 900s linear infinite;
}
.text-slider-row-bottom::after {
  content: attr(data-content); 
  white-space: nowrap;
  visibility: hidden; 
}

@keyframes slide-right-to-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes slide-left-to-right {
  0% {
    transform: translateX(-19%);
  }
  100% {
    transform: translateX(100%);
  }
} */




/* About Text Slider CSS End */




section.about-footer {
    padding-top: 80px;
}




/* About team workation CSS Start */


.about-workation-video{
  margin: 107px 159px;

}

.workation-video-section {
  position: relative;
  width: 100%;
  height: 570px; /* Adjust height as needed */
  overflow: hidden;
}

.workation-video-section .workation-video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://marketingforlawfirm.com/wp-content/uploads/2024/12/about-bg-new.png) center/cover no-repeat;
  filter: blur(0px);
  transition: filter 0.5s ease;
  z-index: 1;
  border-radius: 15px;
}

.workation-video-section .workation-video-overlay.active {
  filter: blur(8px);
  border-radius: 15px;
}

.workation-text-overlay {
  position: absolute;
  top: 37px;
  left: 61px;
  padding: 20px;
  border-radius: 20px;
  z-index: 2;
}
.workation-text-overlay .tagline {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  font-family: "Inter", sans-serif;
}

.workation-text-overlay h1 {
  font-size: 54px;
  font-weight: 500;
  color: black;
  font-family: "Bricolage Grotesque", sans-serif;
  padding: 5px 0 0 0;
  margin: 0;
}
.workation-text-overlay p {
  font-size: 58px;
  color: #666;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  padding: 0;
  margin-top: -17px;
  margin-bottom: 0;
}

.workation-play-button {
  position: absolute;
  top: 87%;
  left: 7%;
  transform: translate(-50%, -50%);
  background-color: #7BDCDF;
  border: none;
  border-radius: 50%;
  padding: 15px 23px;
  font-size: 18px;
  cursor: pointer;
  
}
.workation-play-button:hover {
  background-color: #7BDCDF;
}

.workation-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 4;
}

.workation-video-wrapper.active {
  display: flex;
}

#videoPlayer {
  width: 65%;
  max-height: 100%;
  border-radius: 15px;
}
/* About team workation CSS End */

/* Meet People  CSS Start */


section.meet-people {
  margin: 100px 159px;
}

.meet-section-heading h3 {

  color: rgb(0, 0, 0);
  font-size: 15px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
}

.meet-section-heading h2 {

  color: rgb(0, 0, 0);
  font-size: 35px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  letter-spacing: 0px;

}

.meet-section-heading {
  padding-bottom: 50px;
  padding-right: 175px;
}

.team-card img {
  width: 98%;
  border-radius: 17px;
}

.video-container {
  position: relative;
  width: 100%;
  height: auto;
}

.video-container img {
  width: 100%;
  display: block;
}

.hover-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  z-index: 1;
}

.video-container:hover .hover-video {
  display: block;
}

.video-container:hover img {
  display: none;
}

.btn-global-organisations .about-button {
  width: 46%;
  height: 100%;
  font-size: 22px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  background: #ffffff;
  color: #000000;
  border-radius: 50px;
  border: navajowhite;
  padding: 10px 30px;
  margin-top: 24px;
}

.btn-global-organisations .about-button:hover {
    background-color: #7BDCDF;
}


.about-card {
  position: relative;
  width: 377px;
  height: 705px;
  overflow: visible;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s;
}

.about-card-video {
  width: 377px;
  height: 705px;
  object-fit: cover;
  pointer-events: none;
  opacity: 0;
  /* Hide video by default */
  transition: opacity 0.3s ease-in-out;
  border-radius: 15px;
}

.about-card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease-in-out;
  border-radius: 15px;
}

.about-card:hover .about-card-image {
  opacity: 0;
  /* Hide image when hovered */
}

.about-card:hover .about-card-video {
  opacity: 1;
  /* Show video when hovered */
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: #7BDCDF;
  border: none;
  border-radius: 50%;
  font-size: 23px;
  color: #000;
  z-index: 10;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s;
  
}

.play-button:hover {
  background-color: #FFD000;
}

.video-text {
  padding-top: 14px;
}

.video-text h4 {
  margin-top: -2px;
  font-size: 23px;
  color: #000;
  text-align: start;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 36px;
}

/* Meet People  CSS End */

/* About Awards  CSS Start */

.about-awards {
  padding: 100px 0;
}

.about-awards .about-awards-heading {
  padding: 20px 150px 50px 150px;
}

.about-awards-heading h3 {

  color: rgb(0, 0, 0);
  font-size: 15px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
}

.about-awards-heading h2 {

  color: rgb(0, 0, 0);
  font-size: 35px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  letter-spacing: 0px;

}

.awards-slider1 {
  height: 285px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.awards-slide-track1 {
  display: flex;
  animation: scroll-right-to-left 80s linear infinite;
  width: calc(250px * 14);
  gap: 25px;
}

.awards-slide1 img {
  width: 236px;
  height: auto;
}

@keyframes scroll-right-to-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}


/* About Awards  CSS End */

@media screen and (max-width:1899px){
  .workation-text-overlay {
    top: 37px;
    left: -5px;
    padding: 10px;
}
.workation-text-overlay .tagline {
  font-size: 13px;
}
.about-card {
  position: relative;
  width: 368px;
  height: 705px;
  overflow: visible;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s;
}
section.meet-people {
  margin: 100px 52px;
}
}
@media screen and (max-width:1699px){
    .about-box1-content p, .about-box2-content p, .about-box3-content p, .about-box4-content p {
    text-align: justify;
}
.about-box1-content h3, .about-box2-content h3, .about-box3-content h3, .about-box4-content h3 {
    font-size: 68px;
}
  section.meet-people {
    margin: 100px 37px;
}
.about-card {
  position: relative;
  width: 303px;
}
.about-card-video {
  width: 306px;
}
.video-text h4 {
  margin-top: -2px;
  font-size: 21px;
  color: #000;
  text-align: center;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 36px;
}
.workation-text-overlay {
  top: 72px;
  left: -5px;
  padding: 10px;
}
.workation-text-overlay h1 {
  font-size: 36px;
}

.workation-text-overlay p {
  font-size: 22px;
  color: #666;
  margin-top: 0px;
}
.btn-global-organisations .about-button {
  width: 51%;
}
.about-video-bg-image {
    padding: 78px 0;
}
section.about-box-content{
    margin: 107px 91px;
}
}

@media screen and (max-width:1365px){
    .about-box1-content h2, .about-box2-content h2, .about-box3-content h2, .about-box4-content h2 {
    font-size: 18px;
}
  .about-offshore-agency {
    margin: 107px 99px;
}
.about-rating-images {
  margin: 107px 99px;
}
.about-rating img {
    width: 80%;
}
.about-rating {
    gap: 11px;
}
.banner-video-section {
  margin: 107px 57px;
}
.about-video-bg-image {
    padding: 67px 0;
}
section.about-box-content {
  margin: 107px 99px;
}
.about-box1-content h3, .about-box2-content h3, .about-box3-content h3, .about-box4-content h3 {
  font-size: 73px;
}
section.about-global-organisations {
  margin: 107px 99px;
}
.btn-global-organisations .about-button {
  width: 57%;
}
.global-slide {
  flex: 0 0 243px;
}
.global-slide1 {
  flex: 0 0 243px;
}
.about-workation-video {
  margin: 107px 99px;
}
.about-card-video {
  width: 263px;
}
.about-card {
  width: 263px;
}
.about-awards .about-awards-heading {
  padding: 20px 86px 50px 52px;
}
.workation-text-overlay p {
  font-size: 36px;
  margin-top: 0px;
}

.workation-text-overlay h1 {
  font-size: 42px;
}

.workation-text-overlay {
  top: 47px;
  left: -5px;
}

.workation-video-section .workation-video-overlay {
  width: 137%;
}
.agency-heading-content h2 {
  font-size: 55px;
  letter-spacing: -3px;
}
}

@media screen and (max-width:1199px){
  .about-offshore-agency {
    margin: 107px 57px;
}
.about-rating img {
  width: 17%;
}
.about-rating {
  gap: 32px;
}
.banner-video-section {
  margin: 107px 33px;
}
.about-video-bg-image {
    padding: 61px 0;
}
section.about-box-content {
  margin: 107px 57px;
}
.about-box1-content h3, .about-box2-content h3, .about-box3-content h3, .about-box4-content h3 {
  font-size: 64px;
}
.about-box hr {
  width: 93%;
}
.btn-global-organisations .about-button {
  width: 62%;
}
section.about-global-organisations {
  margin: 107px 57px;
}
.about-global-bg-img {
  padding: 100px 0px 72px;
}
.workation-text-overlay p {
  font-size: 25px;
  margin-top: 0px;
}
.workation-text-overlay {
  top: 66px;
  left: -5px;
}
.workation-text-overlay h1 {
  font-size: 37px;
}
.meet-section-heading {
  padding-bottom: 50px;
  padding-right: 104px;
}
.about-card {
  width: 218px;
  height: 521px;
}
.about-card-video {
  width: 218px;
  height: 521px;
}
.video-text h4 {
  font-size: 18px;
  line-height: 28px;
}
.agency-heading-content h2 {
  font-size: 51px;
}
}

@media screen and (max-width:991px){
  .agency-heading-content span.about-content {
    font-size: 14px;
    padding-right: 45px;
}
.agency-heading-content h2 {
  font-size: 44px;
  line-height: 54px;
  letter-spacing: -2px;
}
.about-rating img {
    width: 80%;
}
.about-rating {
  gap: 11px;
}
.about-video-bg-image {
  padding: 62px 0;
}
.about-offshore-agency {
  margin: 72px 30px;
}
.about-rating-images {
    margin: 59px 39px;
}
.banner-video-section {
  margin: 70px 30px;
}
section.about-box-content {
  margin: 74px 30px;
}
.about-box1-content h2, .about-box2-content h2, .about-box3-content h2, .about-box4-content h2 {
  font-size: 16px;
}
.about-box1-content h3, .about-box2-content h3, .about-box3-content h3, .about-box4-content h3 {
  font-size: 42px;
}
.about-global-heading h2 {
  font-size: 30px;
}
section.about-global-organisations {
  margin: 65px 30px;
}
.btn-global-organisations .about-button {
  width: 78%;
  font-size: 20px;
  padding: 10px 17px;
}
.global-slide {
  flex: 0 0 226px;
}
.global-slide1 {
  flex: 0 0 226px;
}
.global-slider {
  height: 149px;
}
.about-global-bg-img {
  padding: 66px 0px 43px;
}
.about-workation-video {
  margin: 107px 30px;
}
.workation-text-overlay h1 {
  font-size: 30px;
}
.workation-text-overlay p {
  font-size: 16px;
  margin-top: 0px;
}
.meet-section-heading h2 {
  font-size: 30px;
}
.meet-section-heading {
  padding-right: 40px;
}
.about-card {
  width: 168px;
  height: 433px;
}
.about-card-video {
  width: 169px;
  height: 433px;
}
.video-text h4 {
  font-size: 15px;
 font-weight: 500;
}
.about-awards-heading h2 {
  color: rgb(0, 0, 0);
  font-size: 33px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
}
.about-awards .about-awards-heading {
  padding: 20px 0px 50px 52px;
}
.awards-slide1 img {
  width: 212px;
  height: auto;
}
.about-awards {
  padding: 60px 0;
}
.about-box1-content p, .about-box2-content p, .about-box3-content p, .about-box4-content p {
  font-size: 13px;
}
.workation-text-overlay {
  top: 76px;
  left: -5px;
}
.workation-text-overlay p {
  font-size: 15px;
  margin-top: 11px;
}
}

@media screen and (max-width:767px){
  .agency-heading-content h2 {
    line-height: 43px;
  }
  .about-box-content .about-box {
    flex-direction: column;
  }
  .about-box1-content, .about-box2-content, .about-box3-content, .about-box4-content {
    padding: 22px 10px;
}
.about-box1-content h2, .about-box2-content h2, .about-box3-content h2, .about-box4-content h2 {
  font-size: 19px;
}
.about-box1-content h3, .about-box2-content h3, .about-box3-content h3, .about-box4-content h3 {
  font-size: 60px;
}
.about-box hr {
  width: 100%;
}
.about-global-heading {
  padding-left: 43px;
}
.workation-video-section {
  position: relative;
  width: 100%;
  height: 338px;
  overflow: hidden;
}
.workation-text-overlay {
  top: 32px;
  left: -5px;
}
.workation-text-overlay h1 {
  font-size: 20px;
}
.meet-section-heading {
  padding-bottom: 35px;
}
.about-card-video {
  width: 472px;
  height: 554px;
}
.about-card {
  width: 472px;
  height: 554px;
  margin-bottom: 135px;
}
.video-text h4 {
  font-size: 23px;
  font-weight: 600;
}
.about-awards {
  padding: 0px 0 60px;
  margin-top: -90px;
}


div#Roi{
    margin-top:-2px;
    padding: 60px 0 0 0;
}

}

@media screen and (max-width:575px){
  .about-card {
    width: 340px;
}
.about-card-video {
  width: 340px;
}
.video-text h4 {
  font-size: 20px;
}
.agency-heading-content h2 {
    font-size: 30px;
    line-height: 33px;
}

.about-rating img {
    width: 100%;
}
.banner-video-section {
  margin: 34px 8px;
}
.background-video-about {
  width: 91%;
}
.about-video-bg-image {
  padding: 19px 0;
}
section.about-box-content {
  margin: 37px 7px;
}
section.about-global-organisations {
  margin: 15px 7px;
}
.about-global-heading h2 {
  font-size: 23px;
}
.btn-global-organisations .about-button {
  width: 82%;
  font-size: 16px;
}
.global-slide {
  flex: 0 0 176px;
}
.global-slide1 {
  flex: 0 0 176px;
}
.global-slider {
  height: 115px;
}
.about-global-bg-img {
  padding: 46px 0px 0px;
}
.about-workation-video {
  margin: 75px 5px;
}
.workation-video-section {
  height: 283px;
}
.workation-text-overlay .tagline {
  font-size: 11px;
}
.workation-text-overlay {
  top: 22px;
  left: -5px;
}
.workation-text-overlay h1 {
  font-size: 16px;
}
.workation-text-overlay p {
  font-size: 9px;
  margin-top: 5px;
}
.meet-section-heading h2 {
  font-size: 25px;
}
.about-rating-images {
    margin: 53px 1px;
}
section.meet-people {
    margin: 72px 12px 0px 12px;
}
.offfshore-banner-text .highlight1 {
    padding: 0px 0px;
}
.about-awards .about-awards-heading {
  padding: 20px 37px 50px 8px;
}
.about-awards-heading h2 {
  font-size: 29px;
}
.awards-slide-track1 {
  gap: 18px;
}
.about-box1-content h3, .about-box2-content h3, .about-box3-content h3, .about-box4-content h3 {
  font-size: 50px;
}
.about-box1-content h2, .about-box2-content h2, .about-box3-content h2, .about-box4-content h2 {
  font-size: 17px;
}
.about-box1-content, .about-box2-content, .about-box3-content, .about-box4-content {
  padding: 12px 10px;
}
.global-slide img {
    width: 95%;
    height: auto;
}
.global-slide1 img {
    width: 95%;
    height: auto;
}
#videoPlayer {
    width: 89%;
    max-height: 100%;
    border-radius: 15px;
}
.workation-play-button {
   top: 82%;
    left: 9%;
    padding: 13px 20px;
   }
}

@media screen and (max-width:375px){
 .agency-heading-content h2 {
    font-size: 27px;
    line-height: 33px;
}
.about-global-heading {
  padding-bottom: 46px;
  padding-right: 45px;
  padding-left: 29px;
  padding-top: 40px;
}
.agency-heading-content span.about-content {
    bottom: 11px;
}
.meet-section-heading {
  padding-right: 17px;
}
.meet-section-heading h2 {
  font-size: 24px;
}
.about-card {
  width: 310px;
}
.about-card-video {
  width: 310px;
}
.about-awards .about-awards-heading {
  padding: 20px 37px 33px 8px;
}
.workation-video-section {
  height: 228px;
}
.workation-text-overlay {
  top: 13px;
}
.workation-text-overlay .tagline {
  font-size: 9px;
}
.workation-text-overlay h1 {
  font-size: 15px;
  margin-top: -7px;
}
.workation-play-button {
  top: 81%;
  left: 10%;
  padding: 10px 18px;
}
.workation-text-overlay p {
  font-size: 10px;
}
}






.about-footer-content p.subtext {
  color: rgb(0, 0, 0);
  font-size: 23px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: center;
}
.about-footer-content h1 {
  color: rgb(0, 0, 0);
  font-size: 98px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: center;
}

.about-footer-content .highlight {
  background-color: #7BDCDF;
  color: #000;
  padding: 5px 0px;
  display: inline-block;
  border-radius: 20px;
  transform: rotate(4deg);
}

/* Description Text */
.about-footer-content .description {
  margin-top: 20px;
  color: #000000b3;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  padding: 0px 350px;
}

/* Circular CTA Button */
.about-footer-content .cta-circle {
  width: 170px;
  height: 170px;
  background-color: #7BDCDF;
  color: #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
  left: 628px;
  bottom: 277px;
  border: 10px solid #FFFCF5;
  font-size: 24px;
  font-family: "Bricolage Grotesque", sans-serif;
}

.cta-circle .cta-text {
  text-align: center;
  transform: rotate(30deg);
}
.about-footer-content hr {
  color: #00000087;
  height: 1.5px;
  margin: 20px;
  position: relative;
  bottom: 117px;
}



@media screen and (max-width: 1465px) {
  .about-footer-content h1 {
    font-size: 86px;
}
.about-footer-content .description {
  padding: 93px 200px 0 200px;
}
.about-footer-content .cta-circle {
  position: relative;
  left: 542px;
  bottom: 351px;
  font-size: 19px;
  width: 140px;
  height: 140px;
}
.about-footer-content .highlight {
   border-radius: 7px;
}
 
}

@media screen and (max-width: 1265px) {
  .about-footer-content h1 {
    font-size: 86px;
}
.about-footer-content .description {
  padding: 93px 200px 0 200px;
}
.about-footer-content .cta-circle {
  position: relative;
  left: 444px;
  bottom: 351px;
  font-size: 19px;
  width: 140px;
  height: 140px;
}
.about-footer-content .highlight {
   border-radius: 7px;
}
 
}

@media screen and (max-width: 991px) {
    .about-box-content .about-box {
    flex-direction: column;
}
  .about-footer-content h1 {
    font-size: 50px;
  }
      .about-footer-content .description {
        padding: 39px 50px 0 50px;
    }
.about-footer-content .cta-circle {
    position: relative;
    left: 300px;
    bottom: 273px;
    font-size: 19px;
    width: 140px;
    height: 140px;
}
.about-rating {
    gap: 12px;
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center; /* Center horizontally */
    place-items:center;
}

.about-footer-content .highlight {
   border-radius: 7px;
}
 
}

@media screen and (max-width: 767px) {
  .about-footer-content h1 {
    font-size: 36px;
}
.content_paragraph h1, .content_paragraph h2, .content_paragraph h3, .content_paragraph h4 {
    line-height: 41px;
}

.about-rating img {
    width: 100%;
}
.about-rating-images {
    margin: 59px 24px;
}
.about-footer-content .description {
  padding: 42px 0px 0 0px;
  font-size: 17px;
}
.about-footer-content .cta-circle {
    position: relative;
    left: 231px;
    bottom: 264px;
    font-size: 19px;
    width: 136px;
    height: 136px;
}
.about-footer-content .highlight {
   border-radius: 7px;
}
}




@media screen and (max-width: 575px) {
  .about-footer-content h1 {
        font-size: 25px;
        font-weight: 600;
    }
    .main_blog-card-btn button {
    padding: 6px 20px;
}
.main_blog-card .main_blog-card-cnt h1 {
    font-size: 18px;
}
.main_blog-card-btn {
    padding: 13px 0 20px 0;
}

.about-footer-content .description {
    font-size: 15px;
    padding: 47px 0 0 0px;
    line-height: 27px;
}
.about-footer-content .cta-circle {
    width: 83px;
    height: 83px;
    border: 2px solid #FFFCF5;
    left: 148px;
    bottom: 211px;
    font-size: 11px;
    font-family: "Bricolage Grotesque", sans-serif;
    justify-content: center;
    padding-top: 12px;
}
  .about-footer-content .highlight {
   border-radius: 7px;
}
.about-footer-content p.subtext {
  font-size: 15px;
}

}
@media screen and (max-width:375px){
    .about-footer-content .cta-circle {
    bottom: 222px;margin: 30px 99px;
}
}




@media screen and (max-width:991px){
    .nav div.visible {
    overflow: scroll;
}
}

.main_blog-card-cnt h1 {
    font-size: 24px;
}

li#menu-item-109718 {
    display: flex;
    align-items: center;
    height: 200%;
}


/*revew page new section*/
   /* Main Section */
  #customer-reviews-rating-section-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 53px;
   
    color: white;
    padding: 30px 0px;
}
#worldest_banner_image_four{
    transform: rotate(8deg);
    transform-origin: center;
}
#worldest_best_banner_image_section{
    position: relative;
    z-index: 1;
}
    /* Content Wrapper */
    .customer-reviews-content-wrapper {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    /* Heart Icon */
    .customer-reviews-heart-icon-wrapper {
    background-color: #7BDCDF;
    padding: 10px 12px;
    border-radius: 4px;
    color: white;
    font-size: 1.2rem;
}

    /* Google Icon */
    .customer-reviews-google-icon {
      background: white;
      border-radius: 50%;
      padding: 4px;
      width: 25px;
      height: 25px;
    }

    /* Star Ratings */
    .customer-reviews-star-icons-wrapper {
    color: #ffd000;
    font-size: 1.2rem;
    display: flex;
    gap: 3px;
}

    /* Rating Text */
    .customer-reviews-rating-text {
      font-size: 17px;
      font-family: "Bricolage Grotesque", sans-serif;
      color: black;
      font-weight: 800;
    }

    /* Review Link */
   .customer-reviews-check-reviews-link {
    font-size: 0.9rem;
    text-decoration: underline !important;
    margin-left: 5px;
    font-weight: 700;
    color: black;
    text-decoration-color: #00000059 !important;
    font-family: "Bricolage Grotesque", sans-serif;
}

.customer-reviews-check-reviews-link:hover{
    color:black;
}
@media screen and (max-width:767px){
    .customer-reviews-heart-icon-wrapper {
    padding: 5px 5px;
    font-size: 15px;
}
.customer-reviews-star-icons-wrapper {
    font-size: 13px;
    gap: 3px;
}
.customer-reviews-rating-text {
    font-size: 13px;
}
.customer-reviews-check-reviews-link {
    font-size: 11px;
}
.customer-reviews-google-icon {
    padding: 4px;
    width: 22px;
    height: 22px;
}
.customer-reviews-content-wrapper {
    gap: 6px;
}
}

@media screen and (max-width:575px){
    .customer-reviews-star-icons-wrapper {
    font-size: 10px;
    gap: 1px;
}
.customer-reviews-rating-text {
    font-size: 11px;
    text-align: center;
}
.customer-reviews-content-wrapper {
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}
.customer-reviews-heart-icon-wrapper {
    padding: 3px 3px;
    font-size: 10px;
}
.customer-reviews-google-icon {
    padding: 3px;
    width: 17px;
    height: 17px;
}
.customer-reviews-check-reviews-link {
    font-size: 11px;
}
#customer-reviews-rating-section-container {
    margin-top: -31px;
    /* padding: 10px 0px; */
}
}






.subscribe{background-color: black; padding:100px 0;}
.subscribe .container .row{margin: 30px 0;}
.subs-card{
    height: 100%;
    background-color:#fffbf5;
    border: 1px solid black;
    padding: 30px 0;
    border-radius: 20px;
    font-family: "Bricolage Grotesque", serif;
}
.sub-card-2{background-color: #cae6e7;}
.subs-card-top{padding: 0 30px;}
.subs-card-top p{margin-bottom: 30px;}
.subs-card-top h3{font-size: 30px;}
.subs-card-top h2{font-size: 34px;}
.subs-btns{
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    gap: 10px;
}

.subs-btns a, .subs-bottom a{color: black; text-decoration:underline !important;}
.subs-card-btm{
    border-top: 1px solid black;
    border-radius: 10px;
    padding: 30px 30px 0;
}
.subs-card-btm ul li{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}
.subs-card-btm ul{padding: 0;}
.subs-card-btm ul li p{margin: 0;}
.subs-card-btm ul li img{width: 20px;}
.subs-services{
    display: flex;
    flex-wrap: wrap;
}
.subs-services p{
    border: 1px solid black;
    border-radius: 20px;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight:bold;
}

.subs-bottom{
    background-color: #fffbf5;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 50px;
    border: 1px solid black;
    border-radius: 20px;
    font-family: "Bricolage Grotesque", serif;
    text-align: center;
}
.sub-head {
    text-align: center;
    padding-bottom: 55px;
    /* font-size: 30px; */
}
.sub-head h1 {
    font-family: "Bricolage Grotesque", serif;
    font-size: 6rem;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
}
.sub-head p {
    color: white;
    font-size: 35px;
     font-family: "Bricolage Grotesque", serif;
}
    
.subscribe .btnss1 {
  position: relative;
  width: 85%;
  height: 60px;
  overflow: hidden;
  border-radius: 50px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 300;
  transition: 0.1s;
}

.subscribe .btnss1  button {
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  background: #7BDCDF;
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  mask-size: 3000% 100%;
  color: black;
  animation: ani2 0.7s steps(29) forwards;
  border: navajowhite;
  padding: 0;
}

.subscribe .btnss1  button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}

.subscribe .btnss1 .mas1 {
  position: absolute;
  color: #ffffff;
  height: 100%;
  text-align: center;
  width: 99%;
  font-size: 22px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  border-radius: 50px;
  overflow: hidden;
  padding: 15px 0;
  background-color: black;
  transition: 0.1s;
}


/*Search*/
.search-page{
    background-color: black;
    margin-top: -125px;
    padding-top: 200px;
}
.search-page h1, .search-page p{color: white;}
.search-page>h1{text-align: center;}
.search-container {
            position: relative;
            width: 400px;
            margin: 50px auto;
        }
        .search-fluid{text-align: -webkit-center;}
        .search-bar {
            width: 100%;
            padding: 14px 50px 14px 20px; /* Left padding for text, right padding for icon */
            font-size: 18px;
            border: none;
            border-radius: 30px;
            outline: none;
            background: #F5F5F5;
            color: black;
            box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
        }
        .search-icon {
            position: absolute;
            right: 14px;
            top: 50%;
            transform: translateY(-50%);
            width: 38px;
            cursor: pointer;
        }
        .search-fluid .results-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin: 0 50px;
            padding-top: 20px;
            background-color: rgb(29, 29, 29);
            border-radius: 20px;
        }
        .result-card {
            background: #000000;
            border-radius: 12px;
            padding: 0;
            margin: 35px 0;
            width: 100%;
            transition: transform 0.3s;
            text-align: left;
            overflow: hidden;
            min-height: 630px;
        }
        .result-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .result-card h1 {
            font-size: 24px;
            font-weight: bold;
            display: block;
            margin-top: 10px;
        }
        .search-card-text{padding: 10px;}
        .read-more-btn{
            padding: 6px 35px;
            background-color: black;
            color: #7BDCDF;
            border: 2px solid #7BDCDF;
            border-radius: 20px;
            text-decoration: none;
        }
        .main_blog-card-btn a:hover{color: #7BDCDF;}
        .no-results {
            font-size: 18px;
            color: #D9534F;
            font-weight: bold;
        }
        .search-btn{padding: 60px 0;}

@media screen and (max-width:1365px) {
    .results-container{margin: 20px 10px;}
}
@media screen and (max-width:1199px) {
    .subscribe .container .row{row-gap:30px;}
}
@media screen and (max-width:575px) {
    .subscribe .container .row{row-gap:30px;}
    .sub-head h1 {
    font-family: "Bricolage Grotesque", serif;
    font-size: 2.5rem;
}
.sub-head p {
    font-size: 28px;
}
.search-container{width:350px;}
.search-fluid .results-container{margin: 0;}
}
.it_workcard.locations-slider {
    min-height: 460px!important;
}
@media screen and (max-width:1365px){
    .it_workcard.locations-slider {
    min-height: 489px!important;
    padding: 34px 24px 24px 24px;
}
}
@media screen and (max-width:575px){
    .it_workcard.locations-slider {
    min-height: 411px!important;
}
.socials_links_footer {
    padding-left: 5px;
}
}

.it_workcard.services-slider {
    min-height: 361px!important;
    padding: 55px 24px 55px 24px;
}

@media screen and (max-width:575px){
    .it_workcard.services-slider {
    min-height: 290px!important;
}
}


/*==========================*/
/*    NEW WEBSIYE CSS   */
/*=========================*/

/* =========================================================
   ABOUT US PAGE BANNER SECTION CSS STARTS
========================================================= */
/* =========================================================
   ABOUT US PAGE BANNER SECTION CSS STARTS
========================================================= */

.lfmfirmhero-section,
.lfmfirmhero-section * {
    box-sizing: border-box;
}

.lfmfirmhero-section {
    --lfmfirmhero-bg: #f7f7ed;
    --lfmfirmhero-dark: #090a0b;
    --lfmfirmhero-muted: #555650;
    --lfmfirmhero-accent: #d0ad6f;
    --lfmfirmhero-white: #ffffff;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 40px 0 32px;
    background: var(--lfmfirmhero-bg);
    color: var(--lfmfirmhero-dark);
    font-family: "saans", ui-sans-serif, system-ui, sans-serif;
}

.lfmfirmhero-container {
    position: relative;
    width: min( 1370px, calc(100% - 48px) );
    min-height: 660px;
    margin: 0 auto;
}

.lfmfirmhero-badge {
    position: relative;
    z-index: 20;
    width: fit-content;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 26px;
    padding: 8px 22px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--lfmfirmhero-dark);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.lfmfirmhero-badge-arrow {
    position: relative;
    width: 42px;
    height: 1px;
    flex: 0 0 42px;
    display: block;
    background: var(--lfmfirmhero-dark);
}

.lfmfirmhero-badge-arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1px solid var(--lfmfirmhero-dark);
    border-right: 1px solid var(--lfmfirmhero-dark);
    transform: translateY(-50%) rotate(45deg);
}

.lfmfirmhero-badge-divider {
    opacity: 0.35;
}

.lfmfirmhero-badge strong {
    font-weight: 700;
}

.lfmfirmhero-stage {
    position: relative;
    width: 100%;
    height: 570px;
}


.lfmfirmhero-heading {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    color:    
    var(--lfmfirmhero-dark);
    font-size: clamp( 92px, 7.15vw, 126px );
    font-weight: 400;
    line-height: 1.075;
    letter-spacing: -0.067em;
}

.lfmfirmhero-heading-line {
    display: block;
    white-space: nowrap;
}

.lfmfirmhero-heading-line--one {
    position: relative;
    z-index: 2;
}

.lfmfirmhero-heading-line--two {
    position: relative;
    z-index: 2;
    margin-left: 280px;
}

.lfmfirmhero-heading-line--three {
    position: relative;
    z-index: 2;
    width: fit-content;
}

.lfmfirmhero-visual {
    position: absolute;
    z-index: 7;
}

.lfmfirmhero-visual::before,
.lfmfirmhero-bottom-image::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -27px;
    border-radius: 50%;
    background: rgba( 208, 173, 111, 0.20 );
    filter: blur(31px);
    pointer-events: none;
}

.lfmfirmhero-image {
    position: relative;
    z-index: 4;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.lfmfirmhero-visual--right {
    top: 5px;
    right: 240px;
    width: 180px;
    height: 102px;
}

.lfmfirmhero-visual--left {
    top: 140px;
    left: 70px;
    width: 180px;
    height: 102px;
}

.lfmfirmhero-pill {
    position: absolute;
    z-index: 6;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--lfmfirmhero-accent);
    color: var(--lfmfirmhero-dark);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translate3d( 0, 0, 0 );
}

.lfmfirmhero-pill--right {
    left: 71%;
    top: 74%;
    min-width: 245px;
    padding: 10px 28px;
    animation: lfmfirmheroRightFloat 7.5s linear infinite;
}

@keyframes lfmfirmheroRightFloat {
    0% {
        transform: translate3d( 0, 0, 0 );
    }
    12.5% {
        transform: translate3d( 3px, -7px, 0 );
    }
    25% {
        transform: translate3d( 4px, -17px,0 );
    }
    37.5% {
        transform: translate3d( 1px, -28px, 0 );
    }
    50% {
        transform: translate3d( -7px, -35px, 0 );
    }
    62.5% {
        transform: translate3d( -10px, -29px, 0 );
    }
    75% { transform: translate3d( -6px, -18px, 0 );
    }
    87.5% { 
        transform: translate3d( -1px, -7px, 0 );
    }
    100% {
        transform: translate3d( 0, 0, 0 );
    }
}

.lfmfirmhero-pill--left {
    right: 68%;
    top: 57%;
    min-width: 200px;
    padding: 10px 28px;
    animation: lfmfirmheroLeftFloat 8s linear infinite;
}

@keyframes lfmfirmheroLeftFloat {
    0% {
        transform: translate3d( 0, 0, 0 );
    }
    12.5% {
        transform: translate3d( -3px, -5px, 0 );
    }       
    25% {
        transform: translate3d( -8px, -3px, 0 );
    }
    37.5% {
        transform: translate3d( -13px, 7px, 0 );
    }
    50% {
        transform: translate3d(-16px,20px, 0 );
    }
    62.5% {
        transform: translate3d( -14px, 27px, 0 );
    }

    75% {
        transform: translate3d( -9px, 18px, 0 );
    }
    87.5% {
        transform: translate3d( -3px, 7px, 0 );
    }
    100% {
        transform: translate3d( 0, 0, 0 );
    }
}

.lfmfirmhero-copy {
    position: absolute;
    z-index: 8;
    top: 306px;
    left: 440px;
    width: 550px;
    margin: 0;
    color: var(--lfmfirmhero-muted);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.48;
    letter-spacing: -0.016em;
}

.lfmfirmhero-copy strong {
    color: var(--lfmfirmhero-dark);
    font-weight: 700;
}

.lfmfirmhero-bottom-image {
    position: absolute;
    z-index: 8;
    top: 410px;
    left: 440px;
    width: 180px;
    height: 102px;
}

.lfmfirmhero-bottom-image img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.lfmfirmhero-bottom-link {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 7px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--lfmfirmhero-dark);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.lfmfirmhero-bottom-link-arrow {
    display: inline-block;
    transition: transform 0.35s ease;
}

.lfmfirmhero-bottom-link:hover
.lfmfirmhero-bottom-link-arrow {
    transform: translateX(5px);
}

@media screen and (max-width: 1450px) {
    .lfmfirmhero-container {
        width: calc(100% - 60px);
    }
    .lfmfirmhero-heading {
        font-size: clamp( 88px, 7.1vw, 112px );
    }
    .lfmfirmhero-heading-line--two {
        margin-left: 21%;
    }
    .lfmfirmhero-visual--right {
        right: 18%;
    }
    .lfmfirmhero-copy {
         left: 34%;
        width: min( 500px, 42% );
    }
    .lfmfirmhero-bottom-image {
        left: 34%;
    }
}


@media screen and (max-width: 1180px) {
    .lfmfirmhero-section {
        padding-top: 36px;
    }
    .lfmfirmhero-container {
        width: calc(100% - 44px);
        min-height: 620px;
    }
    .lfmfirmhero-stage {
        height: 540px;
    }
    .lfmfirmhero-heading {
        font-size: clamp( 72px, 7.9vw, 94px );
    }
    .lfmfirmhero-heading-line--two {
        margin-left: 19%;
    }
    .lfmfirmhero-visual--right {
        top: 2px;
        right: 17%;
        width: 155px;
        height: 90px;
    }
    .lfmfirmhero-visual--left {
        top: 120px;
        left: 5%;
        width: 155px;
        height: 90px;
    }
    .lfmfirmhero-pill {
        height: 56px;
        font-size: 14px;
    }
    .lfmfirmhero-pill--right {
        min-width: 210px;
        padding: 10px 22px;
    }
    .lfmfirmhero-pill--left {
        min-width: 175px;
        padding: 10px 22px;
    }
    .lfmfirmhero-copy {
        top: 270px;
        left: 35%;
        width: 48%;
        font-size: 16px;
    }
    .lfmfirmhero-bottom-image {
        top: 385px;
        left: 35%;
        width: 165px;
        height: 94px;
    }
}

@media screen and (max-width: 900px) {
    .lfmfirmhero-section {
        padding: 32px 0 45px;
    }
    .lfmfirmhero-container {
        width: calc(100% - 36px);
        min-height: 680px;
    }
    .lfmfirmhero-badge {
        margin-bottom: 30px;
    }
    .lfmfirmhero-stage {
        height: 600px;
    }

    .lfmfirmhero-heading {
        font-size: clamp( 62px, 9vw,78px);
        line-height: 1.03;
    }
    .lfmfirmhero-heading-line--two {
        margin-left: 12%;
    }
    .lfmfirmhero-visual--right {
        top: 170px;
        right: 14%;
        width: 145px;
        height: 84px;
    }
    .lfmfirmhero-visual--left {
        top: 250px;
        left: 7%;
        width: 145px;
        height: 84px;
    }
    .lfmfirmhero-pill {
        height: 52px;
        font-size: 12px;
    }
    .lfmfirmhero-pill--right {
        min-width: 190px;
        padding: 8px18px;
    }

    .lfmfirmhero-pill--left {
        min-width: 165px;
       padding: 8px 18px;
    }

    .lfmfirmhero-copy {
        top: 365px;
        left: 32%;
        width: 61%;
        font-size: 15px;
    }

    .lfmfirmhero-bottom-image {
        top: 475px;
        left: 32%;
        width: 155px;
        height: 8px;
    }
}

@media screen and (max-width: 650px) {
    .lfmfirmhero-section {
        padding: 25px 0 42px;
    }
    .lfmfirmhero-container {
        width: calc(100% - 28px);
        min-height: 0;
    }
    .lfmfirmhero-badge {
        width:fit-content;
        max-width: 100%;
        min-height: 40px;
        margin-bottom: 28px;
        padding: 8px 14px;
        gap: 7px;
        font-size: 10px;
    }
    .lfmfirmhero-badge-arrow {
        width: 27px;
        flex-basis: 27px;
    }
    .lfmfirmhero-stage {
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .lfmfirmhero-heading {
        order: 1;
        font-size: clamp( 49px, 14.2vw, 67px );
        line-height: 1;
        letter-spacing: -0.06em;
    }
    .lfmfirmhero-heading-line {
        white-space: normal;
    }
    .lfmfirmhero-heading-line--two {
        margin-left: 0;
    }

    .lfmfirmhero-visual--right {
        position: relative;
        order: 2;
        top: auto;
        right: auto;
        left: auto;
        width: 48%;
        max-width: 190px;
        height: 92px;
        margin: 34px 0 0 5%;
    }

    .lfmfirmhero-visual--left {
        position: relative;
        order: 3;
        top: auto;
        left: auto;
        right: auto;
        width: 48%;
        max-width: 190px;
        height: 92px;
        align-self:
            flex-end;
        margin: 42px 4% 0 0;
    }

    .lfmfirmhero-pill {
        height: 46px;
        font-size: 11px;
    }

    .lfmfirmhero-pill--right {
        left: 68%;
        top: 70%;
        min-width: 175px;
        padding: 8px 14px;
        animation: lfmfirmheroRightFloatMobile 7.5s linear infinite;
    }

    .lfmfirmhero-pill--left {
        right: 65%;
        top: 55%;
        min-width: 145px;
        padding: 8px 14px;
        animation: lfmfirmheroLeftFloatMobile 8s linear infinite;
    }
 

    .lfmfirmhero-copy {
        position: relative;
        order: 4;
        top: auto;
        left: auto;
        width: 100%;
        margin-top: 48px;
        font-size: 15px;
        line-height: 1.55;
    }

    .lfmfirmhero-bottom-image {
        position: relative;
        order: 5;
        top: auto;
        left: auto;
        width: 48%;
        max-width: 180px;
        height: 94px;
        margin: 28px 0 0 32%;
    }

    .lfmfirmhero-bottom-link {
        position: relative;
        order: 6;
        right: auto;
        bottom: auto;
        width: fit-content;
        margin-top: 36px;
        font-size: 13px;
    }
}
@keyframes lfmfirmheroRightFloatMobile {
    0% {
        transform: translate3d( 0, 0, 0 );
    }
    12.5% {
        transform: translate3d( 2px, -3px, 0 );
    }
    25% {
        transform: translate3d( 3px, -8px, 0 );
    }
    37.5% {
        transform: translate3d( 1px, -13px, 0 );
    }
    50% {
        transform: translate3d( -4px, -18px, 0 );
    }
    62.5% {
        transform: translate3d( -5px, -15px, 0 );
    }
    75% {
        transform: translate3d( -3px, -9px, 0 );
    }
    87.5% {
        transform: translate3d( -1px, -4px, 0 );
    }
    100% {
        transform: translate3d( 0, 0, 0 );
    }
}

@keyframes lfmfirmheroLeftFloatMobile {
    0% {
        transform: translate3d( 0, 0, 0 );
    }
    12.5% {
        transform: translate3d( -2px, -2px, 0 );
    }
    25% {
        transform: translate3d( -4px, -1px, 0 );
    }
    37.5% {
        transform: translate3d( -6px, 4px, 0 );
    }
    50% {
        transform: translate3d( -8px, 10px, 0 );
    }
    62.5% {
        transform: translate3d( -7px, 13px, 0 );
    }
    75% {
        transform: translate3d( -5px, 9px, 0 );
    }
    87.5% {
        transform: translate3d( -2px, 4px, 0 );
    }
    100% {
        transform: translate3d( 0, 0, 0 );
    }
}

@media screen and (max-width: 390px) {
    .lfmfirmhero-heading {
        font-size: clamp( 43px, 13.5vw, 53px );
    }
    .lfmfirmhero-pill {
        height: 43px;
        font-size: 10px;
    }
    .lfmfirmhero-pill--right {
        min-width: 160px;
    }
    .lfmfirmhero-pill--left {
        min-width: 135px;
    }
}

@media (
    prefers-reduced-motion:
    reduce
) {
    .lfmfirmhero-pill--right,
    .lfmfirmhero-pill--left {
        animation: none !important;
        transform: translate3d( 0, 0, 0 ) !important;
    }
}


/* =========================================================
   SECTION CLIENT LOGO CAROUSEL
========================================================= */

.lfmclients-section,
.lfmclients-section * {
  box-sizing: border-box;
}

.lfmclients-section {
  --lfmclients-bg: #f6f4ef;
  --lfmclients-gap: 80px;
  width: 100%;
  overflow: hidden;
  background: var(--lfmclients-bg);
  font-family: "saans", ui-sans-serif, system-ui, sans-serif;
}
.lfmclients-inner {
  width: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 18px;
}

.lfmclients-heading-wrap {
  position: relative;
  z-index: 30;
  width: 190px;
  min-width: 190px;
  flex: 0 0 190px;
  display: flex;
  align-items: center;
  background: var(--lfmclients-bg);
}
.lfmclients-heading {
  margin: 0;
  color: #111111;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.lfmclients-slider {
  position: relative;
  width: calc(100% - 190px);
  height: 200px;
  display: flex;
  align-items: center;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

.lfmclients-track {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  animation-name: lfmclientsInfiniteMove;
  animation-duration: var(--lfmclients-duration, 30s);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.lfmclients-sequence {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: var(--lfmclients-gap); /* This is very important. It creates the same spacing between the last logo of sequence 1 and first logo of sequence 2. */
  padding-right: var(--lfmclients-gap);
}

.lfmclients-logo {
  width: 190px;
  min-width: 190px;
  height: 100px;
  flex: 0 0 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 18px 20px;
}

.lfmclients-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 55px;
  object-fit: contain;
  object-position: center;
  filter: grayscale(100%) contrast(1.15);
  opacity: 0.92;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}

.lfmclients-logo-fallback {
  display: none;
  color: #111;
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}

@keyframes lfmclientsInfiniteMove {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform:
      translate3d(
        calc(-1 * var(--lfmclients-distance)),
        0,
        0
      );
  }
}

.lfmclients-slider::before,
.lfmclients-slider::after {
  content: "";
  position: absolute;
  z-index: 25;
  top: 0;
  bottom: 0;
  width: 150px;
  pointer-events: none;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.lfmclients-slider::before {
  left: -1px;
  background:
    linear-gradient(
      90deg,
      var(--lfmclients-bg) 0%,
      rgba(244, 243, 241, 0.96) 13%,
      rgba(244, 243, 241, 0.80) 30%,
      rgba(244, 243, 241, 0.48) 53%,
      rgba(244, 243, 241, 0.16) 76%,
      rgba(244, 243, 241, 0) 100%
    );
  -webkit-mask-image:
    linear-gradient(
      90deg,
      #000 0%,
      #000 20%,
      rgba(0,0,0,.75) 55%,
      transparent 100%
    );
  mask-image:
    linear-gradient(
      90deg,
      #000 0%,
      #000 20%,
      rgba(0,0,0,.75) 55%,
      transparent 100%
    );
}

.lfmclients-slider::after {
  right: -1px;
  background:
    linear-gradient(
      270deg,
      var(--lfmclients-bg) 0%,
      rgba(244, 243, 241, 0.96) 13%,
      rgba(244, 243, 241, 0.80) 30%,
      rgba(244, 243, 241, 0.48) 53%,
      rgba(244, 243, 241, 0.16) 76%,
      rgba(244, 243, 241, 0) 100%
    );
  -webkit-mask-image:
    linear-gradient(
      270deg,
      #000 0%,
      #000 20%,
      rgba(0,0,0,.75) 55%,
      transparent 100%
    );
  mask-image:
    linear-gradient(
      270deg,
      #000 0%,
      #000 20%,
      rgba(0,0,0,.75) 55%,
      transparent 100%
    );
}

@media screen and (max-width: 1200px) {
  .lfmclients-section {
    --lfmclients-gap: 60px;
  }
  .lfmclients-heading-wrap {
    width: 170px;
    min-width: 170px;
    flex-basis: 170px;
  }
  .lfmclients-slider {
    width: calc(100% - 170px);
  }
  .lfmclients-logo {
    width: 170px;
    min-width: 170px;
    flex-basis: 170px;
  }
  .lfmclients-logo img {
    max-width: 135px;
    max-height: 50px;
  }
  .lfmclients-slider::before,
  .lfmclients-slider::after {
    width: 125px;
  }
}

@media screen and (max-width: 850px) {
  .lfmclients-inner {
    min-height: 180px;

    padding-left: 16px;
    padding-right: 16px;
  }
  .lfmclients-heading-wrap {
    width: 155px;
    min-width: 155px;
    flex-basis: 155px;
  }
  .lfmclients-slider {
    width: calc(100% - 155px);
    height: 180px;
  }
  .lfmclients-logo {
    width: 155px;
    min-width: 155px;
    flex-basis: 155px;
  }
  .lfmclients-slider::before,
  .lfmclients-slider::after {
    width: 95px;
  }
}

@media screen and (max-width: 650px) {
  .lfmclients-section {
    --lfmclients-gap: 45px;
  }
  .lfmclients-inner {
    width: 100%;
    min-height: auto;
    padding: 28px 0 18px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .lfmclients-heading-wrap {
    width: 100%;
    min-width: 0;
    flex: none;
    padding: 0 18px 8px;
    background: transparent;
  }
  .lfmclients-heading {
    width: 100%;
    font-size: 15px;
    white-space: normal;
    text-align: left;
  }
  .lfmclients-slider {
    width: 100%;
    height: 115px;
  }
  .lfmclients-logo {
    width: 135px;
    min-width: 135px;
    height: 90px;
    flex-basis: 135px;
    padding: 15px 10px;
  }
  .lfmclients-logo img {
    max-width: 115px;
    max-height: 43px;
  }
  .lfmclients-slider::before,
  .lfmclients-slider::after {
    width: 75px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }
}

@media screen and (max-width: 420px) {
  .lfmclients-section {
    --lfmclients-gap: 35px;
  }
  .lfmclients-inner {
    padding-top: 38px;
  }
  .lfmclients-heading-wrap {
    padding: 0 15px 5px;
  }
  .lfmclients-heading {
    font-size: 15px;
  }
  .lfmclients-slider {
    height: 105px;
  }
  .lfmclients-logo {
    width: 120px;
    min-width: 120px;
    flex-basis: 120px;
    height: 85px;
  }
  .lfmclients-logo img {
    max-width: 103px;
    max-height: 39px;
  }
  .lfmclients-slider::before,
  .lfmclients-slider::after {
    width: 58px;
  }
}


/* =========================================================
   ABOUT PAGE STORY / ACCORDION SECTION CSS STARTS
========================================================= */

.lfmstory-section,
.lfmstory-section * {
    box-sizing: border-box;
}

.lfmstory-section {
    --lfmstory-bg: #f7f7ed;
    --lfmstory-dark: #090a0b;
    --lfmstory-muted: #575851;
    --lfmstory-line: rgba( 9, 10, 11, 0.20 );
    --lfmstory-accent: #d0ad6f;
    --lfmstory-white: #ffffff;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--lfmstory-bg);
    color: var(--lfmstory-dark);
    font-family: "saans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    padding: 100px 0;
}

.lfmstory-container {
    width: calc(100% - 24px);
    max-width: 1820px;
    margin: 0 auto;
}

.lfmstory-layout {
    width: 100%;
    min-height: clamp( 720px, 46vw, 810px );
    display: grid;
    grid-template-columns:
        minmax(0, 1.083fr)
        minmax(0, 1fr);
    align-items: start;
    gap: 82px;
}

.lfmstory-left {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 160px 12px 38px;
}

.lfmstory-static {
    flex: 0 0 auto;
}

.lfmstory-kicker {
    margin: 0;
    padding: 0 0 17px;
    border-bottom: 1px solid var(--lfmstory-line);
    color: var(--lfmstory-dark);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
}
.lfmstory-heading {
    margin: 0;
    padding: 15px 0 22px;
    border-bottom: 1px solid var(--lfmstory-line);
    max-width: 834px;
    color: var(--lfmstory-dark);
    font-size: clamp( 43px, 3.25vw, 60px );
    font-weight: 600;
    line-height: 0.99;
    letter-spacing: -0.055em;
}

.lfmstory-accordion {
    width: 100%;
}

.lfmstory-item {
    position: relative;
    width: 100%;
    border-bottom: 1px solid var(--lfmstory-line);
}

.lfmstory-trigger {
    width: 100%;
    margin: 0;
    padding: 21px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--lfmstory-dark);
    font-family: "saans", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp( 18px, 1.2vw, 20px);
    font-weight: 500;
    line-height: 1.15;
    text-align: left;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.lfmstory-trigger-icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    opacity: 0;
    transform: rotate(-45deg);
    transition: opacity 0.25s ease, transform 0.35s ease;
}

.lfmstory-item.lfmstory-active
.lfmstory-trigger-icon {
    opacity: 1;
    transform: rotate(0);
}

.lfmstory-panel-wrap {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.55s cubic-bezier( .65, 0, .35, 1 ),opacity 0.38sease;
}

.lfmstory-item.lfmstory-active
.lfmstory-panel-wrap {
    grid-template-rows:1fr;
    opacity: 1;
}

.lfmstory-panel-inner {
    min-height: 0;
    overflow: hidden;
}

.lfmstory-panel {
    padding: 0 0 24px;
    max-width: 790px;
    color: var(--lfmstory-muted);
    font-size: clamp( 14px, 0.9vw, 16px );
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.018em;
}

.lfmstory-panel p {
    margin: 0 0 8px;
}

.lfmstory-panel p:last-child {
    margin-bottom: 0;
}

.lfmstory-panel strong {
    color: var(--lfmstory-dark);
    font-weight: 650;
}

.lfmstory-progress {
    position: absolute;
    z-index: 4;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.lfmstory-item.lfmstory-active
.lfmstory-progress {
    opacity: 1;
}

.lfmstory-progress-fill {
    width: 0%;
    height: 100%;
    background: var(--lfmstory-dark);
    transform-origin: left center;
    will-change: width;
}

.lfmstory-cta-wrap {
    margin-top: auto;
    padding-top: 24px;
}

.lfmstory-cta {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 34px;
    border-radius: 999px;
    background: #c7a45c;
    color: #fff;
    font-size: 15px;
    font-weight: 550;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    border: 1px solid #c7a45c;
    box-shadow: 0 5px 14px rgba(147, 112, 44, 0.15);
}

.lfmstory-cta-arrow {
    display: inline-block;
    font-size: 15px;
    transition: transform 0.3s ease;
}

.lfmstory-cta:hover {
    background: var(--lfmstory-accent);
    transform: translateY(-2px);
}

.lfmstory-cta:hover
.lfmstory-cta-arrow {
    transform: translate( 3px, -3px );
}


.lfmstory-media {
    position: sticky;
    top: 24px;
    align-self: start;
    width: 100%;
    aspect-ratio: 1 / 1.03;
    height: auto;
    min-height: 0;
    max-height: calc(100vh - 48px);
    overflow: hidden;
    border-radius: 20px;
    background: #deded7;
}

.lfmstory-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.025);
    transition: opacity 0.65s ease, visibility 0.65s ease, transform 1.1s cubic-bezier( .22, .7, .25, 1 );
    will-change: opacity, transform;
}

.lfmstory-image.lfmstory-image-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.lfmstory-media-count {
    position: absolute;
    z-index: 10;
    right: 20px;
    bottom: 20px;
    min-width: 48px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba( 247, 247, 237, 0.92 );
    color: var(--lfmstory-dark);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

@media screen and (max-width: 1400px) and (min-width: 901px) {
    .lfmstory-container {
        width: calc(100% - 24px);
    }
    .lfmstory-layout {
        grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
        align-items: start;
        gap: clamp( 35px, 5vw, 70px );
    }
    .lfmstory-left {
        padding: clamp( 90px, 9vw, 135px ) 12px 34px;
    }
    .lfmstory-heading {
        font-size: clamp( 39px, 3.35vw, 52px );
    }
    .lfmstory-media {
        position: sticky;
        top: 24px;
        align-self: start;
        width: 100%;
        aspect-ratio: 1 / 1.03;
        height: auto;
        min-height: 0;
        max-height: calc(100vh - 48px);
    }
}

@media screen and (max-width: 1150px) and (min-width: 901px) {
    .lfmstory-layout {
        grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
        min-height: 680px;
    }
    .lfmstory-left {
        padding: 55px 23px 32px;
    }
    .lfmstory-heading {
        padding-top: 24px;
        padding-bottom: 25px;
        font-size: clamp( 36px, 3.5vw, 46px );
    }
    .lfmstory-trigger {
        padding: 18px 0;
        font-size: 18px;
    }
    .lfmstory-panel {
        font-size: 14px;
        line-height: 1.48;
    }
    .lfmstory-panel p {
        margin-bottom: 13px;
    }

}

@media screen and (max-width: 900px) {
    .lfmstory-section {
        padding: 12px 0;
    }
    .lfmstory-container {
        width: calc(100% - 24px);
    }
    .lfmstory-layout {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }
    .lfmstory-media {
        order: 1;
        position: relative;
        top: auto;
        width: 100%;
        aspect-ratio: 16 / 10;
        height: auto;
        min-height: 0;
        max-height: none;
        border-radius: 18px;
    }
    .lfmstory-left {
        order: 2;
        width: 100%;
        padding: 45px 24px 30px;
    }


    .lfmstory-heading { 
        max-width: 740px;
        font-size: clamp( 42px, 6vw, 55px );
    }
    .lfmstory-panel {
        max-width: 720px;
        font-size: 15px;
    }
    .lfmstory-cta-wrap {
        margin-top: 28px;
    }
}

@media screen and (max-width: 650px) {
    .lfmstory-section {
        padding: 8px 0;
    }
    .lfmstory-container {
        width: calc(100% - 16px);
    }
    .lfmstory-layout {
        gap: 12px;
    }
    .lfmstory-left {
        padding: 38px 16px 26px;
    }
    .lfmstory-kicker {
        padding-bottom: 14px;
        font-size: 12px;
    }
    .lfmstory-heading {
        padding: 20px 0 22px;
        font-size: clamp( 35px, 10vw, 45px );
        line-height: 1;
        letter-spacing: -0.055em;
    }
    .lfmstory-trigger {
        padding: 17px 0;
        font-size: 17px;
    }
    .lfmstory-panel {
        padding-bottom: 21px;
        font-size: 14px;
        line-height: 1.52;
    }
    .lfmstory-panel p {
        margin-bottom: 14px;
    }
    .lfmstory-trigger-icon {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
    }
    .lfmstory-cta-wrap {
        margin-top: 23px;
        padding-top: 0;
    }
    .lfmstory-cta {
        min-height: 42px;
        padding: 9px 18px;
        font-size: 13px;
    }
   .lfmstory-media {
       width: 100%;
       aspect-ratio: 4 / 3;
       height: auto;
       min-height: 0;
       max-height: none;
       border-radius: 15px;
    }
    .lfmstory-media-count {
        right: 13px;
        bottom: 13px;
    }

}

@media screen and (max-width: 390px) {
    .lfmstory-container {
        width: calc(100% - 12px);
    }
    .lfmstory-left {
        padding: 32px 13px 23px;
    }
    .lfmstory-heading {
        font-size: clamp( 32px, 9.5vw, 38px );
    }
    .lfmstory-trigger {
        font-size: 16px;
    }
}

.lfmstory-trigger:focus-visible,
.lfmstory-cta:focus-visible {
    outline: 2px solid var(--lfmstory-dark);
    outline-offset: 4px;
}

@media (
    prefers-reduced-motion:
    reduce
) {
    .lfmstory-panel-wrap,
    .lfmstory-image,
    .lfmstory-trigger-icon,
    .lfmstory-cta,
    .lfmstory-cta-arrow {
        transition: none !important;
    }

}




