* {
  margin: 0px;
  font-family: "Exo";
}

body {
  margin: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

#property-header .dropdown-menu {
  position: absolute;
  padding: 0.5rem 0 0.5rem 0;
  left: 0rem;
  white-space: nowrap;
  text-align: left;
  padding: 0px 0 0px 0;
  background-color: #0b1f44;
  z-index: 556;
  transition: all 0.3s linear;
  top: 130%;
  visibility: hidden;
  opacity: 0;
  display: block;
  margin-top: 0;
}

#property-header .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

#property-header .navbar-nav li {
  position: relative;
  margin: 0 16px;
}

.header-area .sticky-logo-img {
  display: none;
}

.sticky_header .sticky-logo-img {
  display: block;
}

.sticky_header .header-logo-img {
  display: none;
}

#property-header .navbar-nav .nav-item .nav-link::after {
  content: unset;
}

#property-header .navbar-nav .nav-item .nav-link i {
  padding-left: 14px;
}

#property-header .navbar-nav .nav-item .nav-link {
  letter-spacing: 1px;
  display: flex;
  position: relative;
  z-index: 1;
  height: 100%;
  align-items: center;
  transition: 0.4s;
  font-family: "Exo";
  text-transform: capitalize;
  letter-spacing: normal;
  color: #353130;
  font-size: 14px;
  font-weight: 500;
}

/* #property-header.sticky_header .navbar-nav .nav-item .nav-link {
  color: #000 !important;
} */

/* #property-header .navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #399244 !important;
    transition: all .3s linear;
} */

#property-header .dropdown-item.active,
.dropdown-item:active {
  color: #dee1e3;
  text-decoration: none;
  background-color: #399244;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover.nav-link::before {
  opacity: 1;
  transition: all 0.3s linear;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover:after {
  opacity: 1;
  transition: all 0.3s linear;
}

#property-header .dropdown-item:hover {
  color: #2f3191;
  background-color: transparent;
}

#property-header .dropdown-item {
  color: #dee1e3;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-family: "Ubuntu Sans";
  letter-spacing: 1px;
  transition: 0.3s ease-out;
  padding: 0.6rem 1rem 0.6rem 1rem;
}

#property-header .nav-link.active,
#footer-sec .nav-link.active {
  border-bottom: 1px solid #FF8B46;
  color: #FF8B46 !important;
  width: fit-content;
}

#property-header.sticky_header .nav-link.active {
  border-bottom: 1px solid #FF8B46;
  color: #FF8B46 !important;
}

#property-header .nav-link.active.nav-link::before {
  opacity: 1;
  transition: all 0.3s linear;
}

#property-header .navbar-collapse {
  flex-grow: 0 !important;
}

.bg_load {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: url(../images/loading-icon.gif) 50% 50% no-repeat #fff;
}

.bg-contact .navbar {
  background-color: #f6cabf !important;
  border-bottom: 0.063rem solid #f6beb1 !important;
}

.header {
  position: absolute;
  z-index: 1;
  width: 100%;
}

/* .navbar-light .navbar-nav .nav-link.active-menu { */
/* color: #fff; */
/* } */

.sticky_header {
  position: fixed !important;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-animation-name: fadeInDown;
  animation-duration: 1s;
}


.scrollToTop {
  background-image: url(../images/apple-scroll-to-top.png);
  width: 46px;
  height: 40px;
  position: fixed;
  right: 82px;
  bottom: 63px;
  background-repeat: no-repeat;
  z-index: 99;
}

.navbar-collapse.collapse.show li.nav-item {
  color: #000;
}

/*----onscroll animation start-----*/
.animation-element.slide-top {
  opacity: 0;
  -moz-transition: all 600ms linear;
  -webkit-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
  -moz-transform: translate3d(0px, -60px, 0px);
  -webkit-transform: translate3d(0px, -60px, 0px);
  -o-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate3d(0px, -60px, 0px);
}

.animation-element.slide-btm {
  opacity: 0;
  -moz-transition: all 600ms linear;
  -webkit-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
  -moz-transform: translate3d(0px, 60px, 0px);
  -webkit-transform: translate3d(0px, 60px, 0px);
  -o-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate3d(0px, 60px, 0px);
}

.animation-element.slide-left {
  opacity: 0;
  transition: all 0.6s linear;
  -moz-transform: translate3d(-50px, 0, 0);
  -webkit-transform: translate3d(-50px, 0, 0);
  -o-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate3d(-50px, 0, 0);
}

.animation-element.slide-right {
  opacity: 0;
  transition: all 0.6s linear;
  -moz-transform: translate3d(50px, 0, 0);
  -webkit-transform: translate3d(50px, 0, 0);
  -o-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  transform: translate3d(50px, 0, 0);
}

.animation-element.fade-in {
  opacity: 0;
  transition: all 1s linear;
  transition-delay: 0.2s;
}

.animation-element.fade-in.in-view {
  opacity: 1;
}

.animation-element.slide-left.in-view,
.animation-element.slide-top.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-btm.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*----onscroll animation end-----*/

.header-area {
  padding-top: 0px;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: "Ubuntu Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.9px;
  line-height: 26px;
  text-transform: uppercase;
  color: #030614;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #399244;
}

.navbar-dark .navbar-nav .nav-link:hover {
  /* color: #62CEC5 !important; */
  transition: all 0.3s linear;
}

.navbar-dark .navbar-nav .nav-link:hover:after {
  opacity: 1;
  transition: all 0.3s linear;
}

a.nav-link {
  position: relative;
}

.header-button {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 12rem;
  padding: 0.375rem 1.55rem;
  border-radius: 50px;
  background-color: #62cec5;
}

.container {
  padding-right: 3vw !important;
  padding-left: 3vw !important;
  margin: unset !important;
  max-width: unset;
}

/* .navbar-dark .navbar-nav .nav-link {
  padding: 1rem 1rem;
} */

.navbar {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: end;
}

.navbar-dark .navbar-nav .nav-link {
  position: relative;
}

.btn:focus {
  box-shadow: unset;
}

.header-area {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 0;
  background: #fff;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
}

.scrollToTop {
  background-image: url(../images/apple-scroll-to-top.png);
  width: 46px;
  height: 40px;
  position: fixed;
  right: 82px;
  bottom: 56px;
  background-repeat: no-repeat;
  z-index: 99;
}

.btn.btn-primary.border-0:active:focus,
.btn-primary:focus {
  background: #f36a3a !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: unset !important;
}

.sticky_header .top-header {
  display: none;
}

.footer-menu-sec a:hover {
  color: #399244;
}

@media (max-width: 767px) {
  .top-header {
    padding: 0;
    background-color: transparent !important;
  }

  .header-btn .zoop-btn {
    padding: 0rem 0rem !important;
    font-weight: 400 !important;
    color: #000 !important;
  }

  .sticky-social {
    display: none;
  }

  .h-height {
    height: 156px;
  }

  .navbar-dark .navbar-toggler {
    /*color: unset !important;*/
    /*border-color: unset !important;*/
    box-shadow: unset !important;
  }

  .scrollToTop {
    right: 20px;
  }

  .container {
    padding: 0px 15px !important;
  }

  .navbar-dark .navbar-nav .nav-link::before {
    content: unset;
  }

  /*.navbar-dark .navbar-nav .nav-link {*/
  /*  color: #000 !important;*/
  /*}*/

  .navbar-nav {
    margin-top: 10px !important;
  }

  .scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 27px;
    bottom: 20px;
    background-repeat: no-repeat;
    z-index: 99;
  }

  /*.header-area {*/
  /*    background-color: #000;*/
  /*}*/

  .header-button {
    margin-left: unset !important;
    padding: 8px 20px !important;
  }

  .navbar-dark .navbar-nav .nav-link:after {
    position: unset !important;
  }

  /* .navbar-brand img {
        width: 160px;
    } */
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-dark .navbar-nav .nav-link::before {
    content: unset;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 0.5rem 0rem;
  }

  .navbar-nav {
    margin-top: 10px !important;
  }

  .header-btn .zoop-btn {
    padding: 0rem 0rem;
  }

  .header-btn .zoop-btn {
    font-weight: 400;
    background: transparent !important;
    color: rgba(0, 0, 0, 0.7) !important;
    font-weight: 400 !important;
  }

  .header-btn .zoop-btn.btn-primary:hover {
    background: transparent !important;
  }

  .scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 40px;
    bottom: 20px;
    background-repeat: no-repeat;
    z-index: 99;
  }

  .header-button {
    margin-left: unset !important;
  }
}

@media (max-width: 575px) {
  .scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-repeat: no-repeat;
    z-index: 99;
  }
}


/* indrakshi css start  */

.h-social-media {
  display: flex;
  gap: 24px;
  align-items: center;
}

.top-header-wrap {
  background: #FF8B46;
}

.header-media a img {
  margin-right: 10px;
  width: 36px;
  height: 36px;
}

.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.top-header p {
  margin: 0;
  color: #fff;
  font-weight: 500;
}

.header-media {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-media a {
  text-decoration: none;
  color: #353130;
  font-weight: 600;
  font-size: 14px;
}

.header-media a img {
  margin-right: 10px;
}

.header-media p {
  margin-bottom: 0;
}

.hero-banner-sec {
  background: #f3f0ea;
  padding: 60px 0 0px;
  position: relative;
  overflow: hidden;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-top: 120px;
}

.hero-banner-sec .container {
  margin: auto;
  padding: 0 20px;
}

.hero-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}

.hero-content {
  max-width: 690px;
}

.hero-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

/* LEFT */

.hero-image {
  position: relative;
  width: 550px;
  flex-shrink: 0;
  padding: 20px;
  box-sizing: border-box;
}

.hero-image>img {
  width: 100%;
  max-width: 550px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}





/* RIGHT */


.hero-content h1 {
  font-size: 60px;
  line-height: 80px;
  font-weight: 600;
  color: #353130;
  margin-bottom: 20px;
  font-family: 'Exo';
}

.hero-content h1 span {
  color: #ff8c3a;
}

.hero-content p {
  font-size: 22px;
  color: #353130;
  margin-bottom: 35px;
  font-weight: 400;
}

.hero-btns {
  display: flex;
  align-items: center;
  gap: 18px;
}

.orange-btn,
.dark-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease;
}

.orange-btn {
  background: #ff8c3a;
  color: #fff;
}

.dark-btn {
  background: transparent;
  color: #353130;
}

a.orange-btn:hover {
  color: #fff;
}

.dark-btn span {
  color: #fff;
}

.orange-btn span,
.dark-btn span {
  width: 34px;
  height: 34px;
  background: #353130;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SIDE BUTTON */

.enquiry-btn {
  position: fixed;
  right: -45px;
  top: 50%;
  transform: rotate(-90deg);
  background: #006599;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  z-index: 99;
  border-radius: 8px 8px 0 0;
}

.enquiry-call-btn {
  position: fixed;
  right: -20px;
  top: 30%;
  transform: rotate(-90deg);

  padding: 12px 24px;

  text-decoration: none;
  font-weight: 600;

  z-index: 99;
}

a.enquiry-btn:hover {
  color: #fff;
}

/* RESPONSIVE */

@media(max-width:991px) {

  .hero-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .hero-image {
    width: 100%;
  }

  .hero-content h1 {
    font-size: 48px;
  }

  .hero-content p {
    font-size: 20px;
  }

  .hero-btns {
    justify-content: center;
  }
}

@media(max-width:767px) {

  .hero-banner-sec {
    padding: 60px 0;
  }


 

  .floating-icon {
    width: 46px;
    height: 46px;
  }

  .hero-content h1 {
    font-size: 34px;
    line-height: 56px;
  }

  .hero-content p {
    font-size: 16px;
    line-height: 1.6;
  }

  .hero-btns {
    flex-direction: column;
  }

  .orange-btn,
  .dark-btn {
    width: 100%;
    justify-content: center;
  }
}

/* counter css start  */

.counter-sec {
  background: #006599;
  padding: 72px 0;
  font-family: 'Exo';
}

.counter-sec .container {
  margin: auto;
  padding: 0 20px;
  max-width: 1300px;
  margin: 0 auto !important;
}

.counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.counter-box {
  display: flex;
  align-items: center;
  gap: 18px;
}

.counter-icon {
  /* width: 56px; */
  /* height: 56px; */
  background: #f3f0ea;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.counter-icon img {
  /* width: 28px; */
  /* height: 28px; */
  object-fit: contain;
}

.counter-content h3 {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}

.counter-content p {
  font-size: 18px;
  color: #fff;
  margin: 0;
  font-weight: 400;
}

.counter-content span {
  color: #FFFFFF;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}

/* RESPONSIVE */

@media(max-width:991px) {

  .counter-wrapper {
    justify-content: center;
    gap: 35px 50px;
  }

  .counter-box {
    width: calc(50% - 25px);
  }
}

@media(max-width:767px) {

  .counter-sec {
    padding: 30px 0;
  }

  .counter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }

  .counter-box {
    width: 100%;
  }

  .counter-content h3 {
    font-size: 34px;
  }

  .counter-content p {
    font-size: 14px;
  }
}


/* about css start  */
.about-sec {
  padding: 72px 0;
  background: #fff;
}

.about-sec .container {
  /* margin: auto; */
  padding: 0 20px;
}

.about-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1320px;
  margin: 0 auto;
}

/* LEFT */

.about-image-wrap {
  position: relative;
  width: 50%;
  min-height: 520px;
}

.about-image {
  position: relative;
  width: 420px;
  margin-left: 110px;
  z-index: 2;
}

.about-image img {
  width: 100%;
  display: block;
}

.about-shape {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 3;
}

.about-shape img {
  width: 120px;
}

.about-sketch {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.35;
}

.about-sketch img {
  width: 120px;
}

/* RIGHT */

.about-content {
  width: 50%;
}

.about-content h2 {
  font-size: 42px;
  line-height: 56px;
  color: #353130;
  font-weight: 600;
  font-family: 'Exo';
}

.about-content p {
  font-size: 16px;
  line-height: 24px;
  color: #353130;
  margin-bottom: 18px;
}

/* COMPANY BOX */

.company-box {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.company-logo {
  width: 140px;
  flex-shrink: 0;
}

.company-logo img {
  width: 100%;
  display: block;
}

.company-text {
  font-size: 16px;
  line-height: 24px;
  color: #353130;
}

/* BUTTON */

.linkedin-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;

  background: #ff8c3a;
  color: #fff;

  text-decoration: none;
  font-size: 15px;
  font-weight: 600;

  padding: 14px 20px;

  transition: 0.3s ease;
}

.linkedin-btn span {
  width: 34px;
  height: 34px;
  background: rgba(0, 0, 0, 0.18);

  display: flex;
  align-items: center;
  justify-content: center;
}

.linkedin-btn:hover {
  transform: translateY(-2px);
}

/* RESPONSIVE */

@media(max-width:991px) {

  .about-wrapper {
    flex-direction: column;
  }

  .about-image-wrap,
  .about-content {
    width: 100%;
  }

  .about-image {
    margin: auto;
  }

  .about-content {
    text-align: center;
  }

  .company-box {
    text-align: left;
  }
}

@media(max-width:767px) {

  .about-sec {
    padding: 70px 0;
  }

  .about-image-wrap {
    min-height: auto;
  }

  .about-image {
    width: 100%;
    margin-left: 0;
  }

  .about-content h2 {
    font-size: 32px;
  }

  .about-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .company-box {
    flex-direction: column;
    align-items: center;
  }

  .linkedin-btn {
    width: 100%;
    justify-content: center;
  }

  .about-shape img {
    width: 90px;
  }

  .about-sketch img {
    width: 90px;
  }
}

/* tab section  */
.custom-tabs-sec {
  padding: 72px 0;
  background: #F7F4ED;
}

.tabs-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.tab-btn {
  padding: 14px 24px;
  border: 1px solid #B7B7B7;
  background: #fff;
  color: #B7B7B7;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
.tab-left h3 {
    font-size: 22px;
}

.tab-left li {
    padding-bottom: 14px;
}

.tab-btn.active {
  background: #f7943d;
  color: #fff;
  border-color: #f7943d;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.tab-left {
  width: 33%;
}

.tab-left h2 {
  font-size: 42px;
  line-height: 56px;
  color: #353130;
}

.tab-left p {
  font-size: 16px;
  line-height: 24px;
  color: #353130;
}

.tab-right {
  width: 63%;
  display: flex;
  gap: 20px;
}

.tab-right img {
  width: 50%;
  height: 320px;
  object-fit: cover;
}

.tab-right img:last-child {
  height: 215px;
}

/* Responsive */

@media(max-width:991px) {

  .tab-wrapper {
    flex-direction: column;
  }

  .tab-left,
  .tab-right {
    width: 100%;
  }

}

@media(max-width:767px) {

  .tab-right {
    flex-direction: column;
  }

  .tab-right img {
    width: 100%;
    height: auto;
  }

  .tab-left h2 {
    font-size: 34px;
  }

  .tab-btn {
    font-size: 14px;
    padding: 12px 18px;
  }

}

.process-slider-sec {
  background: #353130;
  padding: 72px 0;
  overflow: hidden;
}

.process-wrapper {
  display: flex;
  height: 500px;
  gap: 0;
}

/* ITEM */
.process-item {
  flex: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: flex 0.7s ease;
  display: flex;
  align-items: flex-end;
}

/* ACTIVE */
.process-item.active {
  flex: 3;
}

/* OVERLAY */
.process-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.process-content.text-black h2,
.process-content.text-black p {
  color: #000;
}

/* NUMBER */
.process-number {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  z-index: 3;
  line-height: 1;
}

/* CONTENT */
.process-content {
  position: relative;
  z-index: 3;
  padding: 60px;
  max-width: 700px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease;
  pointer-events: none;
}

/* SHOW ONLY ACTIVE */
.process-item.active .process-content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

/* TEXT */
.process-content h2 {
  font-size: 30px;
  line-height: 42px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 16px;
}

.process-content p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* COLORS */
/* .process-item:nth-child(1) {
  background-image: url(../images/mission1.png);
}
.process-item:nth-child(2) {
  background-image: url(../images/mission2.png);
}

.process-item:nth-child(3) {
  background-image: url(../images/mission3.png);
} */
/* COLORS */
.process-item:nth-child(1) {
  background: #000;
}

.process-item:nth-child(2) {
  background: #ecebe4;
}

.process-item:nth-child(3) {
  background: #ff4d00;
}




/* RESPONSIVE */

@media(max-width:991px) {

  .process-wrapper {
    flex-direction: column;
    height: auto;
  }

  .process-item,
  .process-item {
    flex: unset;
    width: 100%;
    min-height: 180px;
  }

  .process-item {
    min-height: 650px;
  }

  .vertical-title {
    transform: none;
    left: 40px;
    bottom: 40px;
  }

  .process-content {
    padding: 180px 40px 50px;
  }

  .process-content h2 {
    font-size: 44px;
  }

  .process-content p {
    font-size: 22px;
  }

  .process-btn {
    font-size: 24px;
  }

  .process-btn span {
    width: 56px;
    height: 56px;
    font-size: 28px;
  }
}

@media(max-width:767px) {

  .process-item {
    min-height: 420px;
    opacity: 1;
  }

  .process-number {
    font-size: 36px;
    left: 25px;
    top: 20px;
  }

  .process-content {
    padding: 80px 24px 40px;
    opacity: 1;
    transform: none;
  }

  .process-content h2 {
    font-size: 32px;
  }

  .process-content p {
    font-size: 16px;
    line-height: 1.7;
  }

  .process-btn {
    font-size: 18px;
  }

  .process-btn span {
    width: 44px;
    height: 44px;
    font-size: 22px;
  }

  .vertical-title {
    font-size: 24px;
    left: 24px;
  }
}


.buyers-help-sec {
  background: #FFFFFF;
  padding: 72px 0;
}

.buyers-help-sec .container {
  /* max-width: 1280px; */
  margin: auto;
  padding: 0 20px;
}

.section-title {
  text-align: center;
  margin-bottom: 55px;
}

.section-title h2 {
  font-size: 42px;
  line-height: 56px;
  font-weight: 600;
  color: #353130;
  margin-bottom: 12px;
}

.section-title p {
  font-size: 16px;
  color: #353130;
  margin: 0;
  line-height: 24px;
}


.buyers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}


.buyer-card {
  background: #fff;
  padding: 36px 24px;
  min-height: 280px;
  transition: 0.35s ease;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0px 2px 116px 3px rgba(0, 0, 0, 0.05);
}

.buyer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}


.buyer-icon {
  margin-bottom: 28px;
}

.buyer-icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}


.buyer-card h3 {
  font-size: 24px;
  line-height: 30px;
  color: #353130;
  font-weight: 600;
  margin-bottom: 14px;
}

.buyer-card p {
  font-size: 16px;
  line-height: 24px;
  color: #353130;
  margin: 0;
}

/* RESPONSIVE */

@media(max-width:991px) {

  .buyers-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-title h2 {
    font-size: 42px;
  }

  .buyer-card h3 {
    font-size: 24px;
  }
}

@media(max-width:767px) {

  .buyers-help-sec {
    padding: 70px 0;
  }

  .buyers-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .section-title h2 {
    font-size: 32px;
  }

  .section-title p {
    font-size: 14px;
    line-height: 1.7;
  }

  .buyer-card {
    padding: 32px 24px;
    min-height: auto;
  }

  .buyer-card h3 {
    font-size: 22px;
  }

  .buyer-card p {
    font-size: 14px;
    line-height: 1.8;
  }
}


/* developer sec css start  */

.developer-help-sec {
  background: #F7F4ED;
  padding: 72px 0;
}


.developer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

/* CARD */

.developer-card {
  background: #fff;
  padding: 60px 34px;
  min-height: 320px;
  transition: 0.35s ease;
  box-shadow: 0px 2px 116px 3px #0000000D;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.developer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* ICON */

.developer-icon {
  margin-bottom: 28px;
}

.developer-icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

/* CONTENT */

.developer-card h3 {
  font-size: 24px;
  line-height: 30px;
  color: #353130;
  font-weight: 600;
  margin-bottom: 14px;
}

.developer-card p {
  font-size: 16px;
  line-height: 24px;
  color: #353130;
  margin: 0;
}

/* RESPONSIVE */

@media(max-width:991px) {

  .developer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-title h2 {
    font-size: 40px;
  }

  .developer-card h3 {
    font-size: 26px;
  }
}

@media(max-width:767px) {

  .developer-help-sec {
    padding: 70px 0;
  }

  .developer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .section-title p {
    font-size: 14px;
    line-height: 1.7;
  }

  .developer-card {
    min-height: auto;
    padding: 30px 24px;
  }

  .developer-card h3 {
    font-size: 22px;
  }

  .developer-card p {
    font-size: 14px;
    line-height: 1.8;
  }
}


/* testimonial css start  */

.testimonial-sec {
  background: #fff;
  padding: 72px 0 50px;
}

/* SLIDER */

.testimonial-slider {
  overflow: hidden;
  padding-bottom: 60px;
}

/* CARD */

.testimonial-card {
  background: #00689d;
  padding: 60px 60px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  min-height: 420px;
  position: relative;
}

/* INNER BORDER */

.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  pointer-events: none;
}

/* QUOTE */

.quote-icon {
  font-size: 48px;
  color: #ff8c3a;
  line-height: 1;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
  top: -55px;
}

/* CONTENT */

.testimonial-card h3 {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
}

.testimonial-card p {
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
}

/* LIST */

.testimonial-card ul {
  list-style: none;
  padding: 0;
  margin-top: 24px;
  position: relative;
  z-index: 2;
}

.testimonial-card ul li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* PAGINATION */
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -20px;
  position: static;
}

.swiper-pagination {
  position: relative;
  margin-top: 35px;
}

.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background: #353130 !important;
  opacity: 1 !important;
  margin: 8px !important;
}

.swiper-pagination-bullet-active {
  background: #FF8B46 !important;
  outline: 2px solid #FF8B46;
  outline-offset: 3px;
  opacity: 1;
}

.testimonial-slider .swiper-slide {
  height: auto;
  display: flex;
}

.testimonial-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* RESPONSIVE */

@media(max-width:991px) {

  .section-title h2 {
    font-size: 40px;
  }

  .testimonial-card {
    min-height: auto;
  }
  .process-item,.process-content{
        opacity: 1;
  }
}

@media(max-width:767px) {

  .testimonial-sec {
    padding: 70px 0 20px;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .testimonial-card h3 {
    font-size: 22px;
  }

  .testimonial-card p,
  .testimonial-card ul li {
    font-size: 14px;
    line-height: 1.8;
  }
}

/* form sec css  */

.contact-form-sec {
  background: url("../images/vj-form-bg.png") center center/cover no-repeat;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  font-family: "Plus Jakarta Sans", sans-serif;
}

section.contact-form-sec h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
}

/* WRAPPER */

.contact-form-wrapper {
  background: #070B16CC;
  padding: 50px;
  margin: revert-layer;
  padding: 50px;
  position: relative;
  z-index: 2;
}

/* TITLE */

.contact-title {
  text-align: center;
  margin-bottom: 40px;
}

.contact-title h2 {
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  margin: 0;
}

/* FORM */

.form-group label {
  color: #fff;
  font-size: 14px;
  margin-bottom: 12px;
  display: block;
  font-weight: 500;
}

.form-control,
.form-select {
  width: 100%;
  height: 58px;
  color: #fff;
  font-size: 15px;
  border-radius: 8px;
  padding: 0 18px;
  outline: none;
  box-shadow: none;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-control:focus,
.form-select:focus {
  border-color: #ff8c3a;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: none;
}



.form-group label {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 6px;
}

.form-group input,
.form-group select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  border-radius: unset;
  color: #fff;
  padding: 6px 0;
  font-size: 14px;
  outline: none;
}

.form-group select {
  appearance: none;
}

.checkbox-wrap {
  display: flex;
  gap: 8px;
  margin: 10px 0 15px;
  justify-content: space-between;
  align-items: center;
}

/* SELECT */

.form-select {
  appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 5.646a.5.5 0 0 1 .708 0L8 11.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 50px;
}

.form-select {
  width: 100%;
  height: 58px;
  color: #fff;
  border-radius: 8px;
  padding: 0 18px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* OPTION FIX */

.form-select option {
  background: #1b2238;
  color: #fff;
}

.form-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;

  background-color: transparent !important;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 5.646a.5.5 0 0 1 .708 0L8 11.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;

  background-repeat: no-repeat !important;
  background-position: calc(100% - 10px) center !important;
  background-size: 14px !important;

  padding-right: 35px !important;
}

/* CHECKBOX */

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkbox-group input {
  width: 16px;
  height: 16px;
}

.checkbox-group label {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

/* CAPTCHA */

.captcha-box img {
  max-width: 220px;
}

/* BUTTON */

.submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #ff8c3a;
  color: #fff;
  border: none;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s ease;
}

.submit-btn span {
  width: 34px;
  height: 34px;
  background: rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.submit-btn:hover {
  background: #ff7420;
}

/* THANK YOU */

#thank_you {
  margin-top: 20px;
  color: #fff;
  font-size: 15px;
}

/* RESPONSIVE */

@media(max-width:767px) {

  .contact-form-sec {
    padding: 70px 0;
  }

  .contact-form-wrapper {
    padding: 30px 20px;
  }

  .contact-title h2 {
    font-size: 34px;
  }

  .form-control,
  .form-select {
    height: 54px;
    font-size: 14px;
  }

  .submit-btn {
    width: 100%;
    justify-content: center;
  }
}


/* footer css start  */

/* Footer Section */

.footer-section {
  background: #F5F2EB;
  padding: 50px 0 0;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

/* Logo */
.footer-social img {
  filter: invert(1);
}

.footer-logo {

  margin-bottom: 30px;
}

.footer-logo img {

  max-width: 280px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 20px 3vw;
}

.footer-bottom p {
  margin-bottom: 0 !important;
}

/* Menu */
.footer-bottom a {
  color: #353130;
  text-decoration: none;
}

.footer-menu {

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  list-style: none;
  padding: 15px 0;
  margin: 0 auto 25px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  max-width: 700px;
}

.footer-menu li a {

  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: 0.3s;
}

.footer-menu li a:hover {

  color: #b77b45;
}

/* Social Icons */

.footer-social {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 25px;
}

.footer-social a {

  color: #222;
  font-size: 16px;
  transition: 0.3s;
}

.footer-social a:hover {

  color: #b77b45;
}

/* Bottom */

.footer-bottom {
  background: #F4ECDA;
}

.footer-bottom p {
  font-size: 12px;
  color: #353130;
  margin: 0;
}
section.process-slider-sec h2.sec-head {
    color: #fff;
    font-size: 42px;
    line-height: 56px;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center;
}
/* Responsive */

@media(max-width:768px) {
.checkbox-wrap {
    flex-wrap: wrap;
}
  .footer-menu {

    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
  }

  .footer-logo img {

    max-width: 220px;
  }

  section {
    overflow-x: hidden;
  }

  .company-text {
    text-align: center;
  }
  
}





.contact-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #f4f1eb;
  padding: 30px 20px;
  border-top: 1px solid #d8d3cb;
}

.contact-item {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  position: relative;
}

.contact-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 85%;
  background: #d8d3cb;
}

.icon {
  margin-bottom: 10px;
}

.icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.info-item img {
    /* filter: brightness(0) saturate(100%) invert(29%) sepia(98%) saturate(1524%) hue-rotate(174deg) brightness(92%) contrast(101%); */
}
.contact-item h4 {
  font-size: 14px;
  font-weight: 500;
  color: #353130;
  margin: 10px 0;
}

.contact-item p {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  margin: 0;
  line-height: 1.5;
}

.contact-item a {
  text-decoration: none;
  color: #353130;
}
.tab-left li {
    padding-bottom: 14px;
}
section.process-slider-sec h2.sec-head {
    color: #fff;
    font-size: 42px;
    line-height: 56px;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center;
}
@media (max-width: 767px) {
  .contact-info {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .contact-item {
    width: 50%;
    margin-bottom: 25px;
  }

  .contact-item::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .contact-item {
    width: 100%;
  }
}



.podcast-section {
  background: linear-gradient(to bottom, #F7F8FF 0%, #F7F8FF 47%, #022b45 47%, #022b45 100%);
  padding: 30px 0 40px;
}


.section-heading {
  text-align: center;
  margin-bottom: 20px;
}




.podcastSwiper{
    position: relative;
    padding-bottom:60px;
}

.swiper-slide{
    height:auto;
}

.podcast-item{
    height:100%;
}

.video-thumbnail{
    position:relative;
    border-radius:6px;
    overflow:hidden;
}

.video-thumbnail img{
    width:100%;
    display:block;
}

.play-icon{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:45px;
    height:45px;
    border-radius:50%;
    background:#ff0000;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
}

.podcast-next,
.podcast-prev{
    color:#fff;
}

.podcast-next::after,
.podcast-prev::after{
    font-size:22px;
}

.swiper-pagination-bullet{
    background:#fff;
    opacity:.5;
}

.swiper-pagination-bullet-active{
    opacity:1;
}

.podcast-item {
  flex: 1;
}

.video-thumbnail {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.video-thumbnail img {
  width: 100%;
  /*height: 230px;*/
  object-fit: cover;
  display: block;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background: #ff0000;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.podcast-content {
  padding-top: 18px;
}

.podcast-content h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 12px;
  line-height: 35px;
}

.podcast-content p {
  color: #E5E5E5;
  font-size: 16px;
  line-height: 1.8;
  font-family: 'Exo';
}

@media(max-width:991px) {

 

  .podcast-item {
    flex: 0 0 calc(50% - 13px);
  }
}

@media(max-width:767px) {

  .podcast-item {
    flex: 0 0 100%;
  }

  .section-heading h2 {
    font-size: 32px;
  }
}




.faq-section {
  padding: 80px 0;
  background: #FCFEFB;
}

.faq-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #222;
}

.faq-title span {
  color: #f58220;
}

.faq-image img {
  max-width: 100%;
}

.faq-accordion .accordion-item {
  border: none;
  border-bottom: 1px dashed #d8d8d8;
  background: transparent;
  margin-bottom: 0;
}

.faq-accordion .accordion-button {
  background: transparent;
  box-shadow: none;
  padding: 20px 0;
  font-size: 24px;
  font-weight: 500;
  color: #181818;
  line-height: 1.4;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #f58220;
  background: transparent;
}

.faq-accordion .accordion-button::after {
  background-image: url(../images/faq-arrow.png);
  content: "";
  font-size: 18px;
  transform: none;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  content: "";
  background-image: url(../images/faq-active.png);
}

.faq-accordion .accordion-body {
  padding: 0 0 20px;
  color: #656565;
  font-size: 16px;
  line-height: 26px;
  font-family: 'exo';
}

@media(max-width:991px) {

  .faq-image {
    text-align: center;
    margin-bottom: 40px;
  }

  .faq-title {
    font-size: 32px;
  }

  .faq-accordion .accordion-button {
    font-size: 22px;
  }
}




.women-team-section {
  background: #FCFEFB;
  padding: 60px 0;
}

.women-team-section .container {

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.content {
  max-width: 620px;
}

.content h2 {
  color: #F47024;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.content h3 {
  font-size: 38px;
  color: #181818;
  margin-bottom: 10px;
  line-height: 54px;
}

.tagline {
  color: #F47024;
  font-size: 20px;
  font-weight: 600;
}

.rating-box {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #F47024;
  padding: 12px 18px;
  margin-bottom: 35px;
  background: #FFF3ED;
  border-radius: 6px;
}

.stars {
  color: #F47024;
  font-size: 20px;
  letter-spacing: 2px;
}

.rating-box span {
  color: #656565;
  font-size: 18px;
  font-family: 'Jost';
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;

  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.info-item:last-child {
  border-bottom: none;
}

.icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #f47a33;
}

.info-item h4 {
  color: #181818;
  font-size: 24px;
  margin-bottom: 5px;
  /* font-family: 'Jost'; */
}

.info-item p {
  color: #656565;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}

.map-area {
  flex: 1;
  display: flex;
  justify-content: center;
}

.map-area img {
  max-width: 100%;
  width: 550px;
  height: auto;
}
/* =========================
   Tablet (992px)
========================= */
@media (max-width: 991px) {

    .women-team-section {
        padding: 50px 0;
    }

    .women-team-section .container {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

    .content {
        max-width: 100%;
        order: 2;
    }

    .map-area {
        order: 1;
    }

    .content h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .content h3 {
        font-size: 34px;
        line-height: 46px;
    }

    .rating-box {
        justify-content: center;
        margin: 25px auto 30px;
    }

    .info-item {
        text-align: left;
    }

    .map-area img {
        width: 450px;
    }
}


/* =========================
   Mobile (767px)
========================= */
@media (max-width: 767px) {

    .women-team-section {
        padding: 40px 0;
    }

    .women-team-section .container {
        gap: 30px;
    }

    .content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .content h3 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .tagline {
        font-size: 18px;
    }

    .rating-box {
        width: 100%;
        padding: 12px;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 25px;
    }

    .stars {
        font-size: 18px;
    }

    .rating-box span {
        font-size: 16px;
        text-align: center;
    }

    .info-item {
        gap: 15px;
        padding: 18px 0;
    }

    .icon {
        width: 50px;
        height: 50px;
    }

    .icon img {
        width: 40px;
    }

    .info-item h4 {
        font-size: 20px;
    }

    .info-item p {
        font-size: 15px;
        line-height: 1.6;
    }

    .map-area img {
        width: 100%;
        max-width: 320px;
    }
}


/* =========================
   Small Mobile (480px)
========================= */
@media (max-width: 480px) {

    .content h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .content h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .tagline {
        font-size: 16px;
    }

    .info-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .info-item h4 {
        font-size: 18px;
    }

    .info-item p {
        font-size: 14px;
    }

    .map-area img {
        max-width: 280px;
    }
}