/* Regular */
@font-face {
  font-family: "Playfair Display";
  src: url("/assets/peakcapital/fonts/PlayfairDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Italic */
@font-face {
  font-family: "Playfair Display";
  src: url("/assets/peakcapital/fonts/PlayfairDisplay-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

/* Medium */
@font-face {
  font-family: "Playfair Display";
  src: url("/assets/peakcapital/fonts/PlayfairDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* Medium Italic */
@font-face {
  font-family: "Playfair Display";
  src: url("/assets/peakcapital/fonts/PlayfairDisplay-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

/* SemiBold */
@font-face {
  font-family: "Playfair Display";
  src: url("/assets/peakcapital/fonts/PlayfairDisplay-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* SemiBold Italic */
@font-face {
  font-family: "Playfair Display";
  src: url("/assets/peakcapital/fonts/PlayfairDisplay-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: "Playfair Display";
  src: url("/assets/peakcapital/fonts/PlayfairDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Bold Italic */
@font-face {
  font-family: "Playfair Display";
  src: url("/assets/peakcapital/fonts/PlayfairDisplay-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

/* ExtraBold */
@font-face {
  font-family: "Playfair Display";
  src: url("/assets/peakcapital/fonts/PlayfairDisplay-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

/* ExtraBold Italic */
@font-face {
  font-family: "Playfair Display";
  src: url("/assets/peakcapital/fonts/PlayfairDisplay-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

/* Black */
@font-face {
  font-family: "Playfair Display";
  src: url("/assets/peakcapital/fonts/PlayfairDisplay-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* Black Italic */
@font-face {
  font-family: "Playfair Display";
  src: url("/assets/peakcapital/fonts/PlayfairDisplay-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/* Light */
@font-face {
  font-family: "Ubuntu";
  src: url("/assets/peakcapital/fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

/* Light Italic */
@font-face {
  font-family: "Ubuntu";
  src: url("/assets/peakcapital/fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

/* Regular */
@font-face {
  font-family: "Ubuntu";
  src: url("/assets/peakcapital/fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Italic */
@font-face {
  font-family: "Ubuntu";
  src: url("/assets/peakcapital/fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

/* Medium */
@font-face {
  font-family: "Ubuntu";
  src: url("/assets/peakcapital/fonts/Ubuntu-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* Medium Italic */
@font-face {
  font-family: "Ubuntu";
  src: url("/assets/peakcapital/fonts/Ubuntu-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: "Ubuntu";
  src: url("/assets/peakcapital/fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Bold Italic */ 
@font-face {
  font-family: "Ubuntu";
  src: url("/assets/peakcapital/fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
html{
  scroll-behavior: smooth;
}
body{
  margin: 0;
  scroll-behavior: smooth;
  font-family: "Playfair Display";
}
.grey-section-bg{
  background-color: #F2F2ED;
}
.mb-50{
  margin-bottom: 50px;
}
.pb-50{
  padding-bottom: 50px;
}
.pt-50{
  padding-top: 50px;
}
.pointer{
  cursor: pointer;
}
.peak-footer-container a:not(.social-linkedin),  .footer-fourth-box ul li:last-child  {
  position: relative;
  color: #000; 
  text-decoration: none;
  display: inline-block;
}

.peak-footer-container a:not(.social-linkedin)::after,  .footer-fourth-box ul li:last-child::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px; 
  background-color: #000; 
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.peak-footer-container a:not(.social-linkedin):hover::after,  .footer-fourth-box ul li:last-child:hover::after {
  transform: scaleX(0);
}
.peak-title{
  font-family: 'Playfair Display';
  font-weight: 500;
  font-size: 48px;
  text-transform: uppercase;
  color: #566C9C;
  margin-bottom: 30px;
}
.peak-title > span{
    font-style: italic;
}
.navbar-wrapper-pc {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;

  transform: translateY(-120%);
  transition: transform 0.5s ease;
  will-change: transform;
}

/* visible state */
.navbar-wrapper-pc.show {
  transform: translateY(0);
}
.navbar-pc{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 8px 21px;
  flex-wrap: wrap;
  border-radius: 10px;
  margin-top: 14px;
  box-shadow: 0px 0px 14px 0px #0000001A;
}
.nav-links-pc{
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
}
.navbar-pc .hamburger{
  display: none;
}
.navbar-pc .hamburger img{
  width: 30px;
  cursor: pointer;
}
.nav-links-pc > div.contact{
  display: none;
}
.nav-links-pc > li{
  font-weight: 700;
  font-size: 16px;
  padding: 5px 20px;
  font-family: "Playfair Display";
  margin-right: 20px;
  text-transform: uppercase; 
}
.nav-links-pc > li.active, .nav-links-pc > li:hover{
  background: #F2F2ED;
  border-radius: 10px;
}
.nav-links-pc > li > a{
  text-decoration: none;
  color:#142345;
}
.logo-pc  img{
  width: 100px;
}
.contact{
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #F2F2ED;
  padding: 11px 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color .5s ease;
}
.contact a{
  display: flex;
  align-items: center;
}
.contact a img{
  margin-right: 5px;
}
.contact a img:first-child{
  display: none;
}
.contact:hover{
  background-color: #142345;
}
.contact:hover a{
  color: #fff;
}
.contact:hover a img:first-child{
  display: block;
}
.contact:hover a img:last-child{
  display: none;
}
.contact > a{
  text-decoration: none;
  color: #142345;
}
.contact > img{
  margin-right: 6px;
}
.container-pc{
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0 auto;  
}
.hero-wrapper{
  padding-top: 87px;
}
.hero-wrapper > h1{
  font-weight: 500;
  font-size: 64px;
  text-align: center;
  text-transform: uppercase;
  color: #142345;
  width: 1350px;
  margin: 61px auto 0 auto;
}
.hero-wrapper > img{
  width: 100%;
}
.hero-wrapper > h1 > span{
  color: #566C9C;
  font-style: italic;
}
/* .image-shadow{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
} */
.custom-progress-indicators {
  position: absolute;
  bottom: 20px;
  left: 40px;
  right: 40px;
  display: flex;
  gap: 25px;
  align-items: flex-end;
  z-index: 10;
}

.custom-progress-indicators .progress-item {
  flex: 1;
  height: 1px;
  background: #fff;
  cursor: pointer;
  border-radius: 2px;
  transition: height .3s ease;
}
.custom-progress-indicators .progress-item span {
  display: block;
  width: 0%;
  height: 4px;
  background: #fff;
  transition: width 5000ms linear;
  position: relative;
  top: -2px;
}
.custom-progress-indicators .progress-item:hover{
  height: 4px;
}
.about-us-left > p{
  font-family: 'Playfair Display';
  font-weight: 500;
  font-size: 32px;
  text-transform: uppercase;
  color: #142345
}
.about-us-right > p{
  font-family: 'Ubuntu';
  font-weight: 300;
  font-size: 16px;
  color: #142345
}
.person-wrapper > img{
  width: 48px;
  height: 45px;
  object-fit: contain;
  margin-right: 5px;
}

.person-wrapper{
  display: flex;
  align-items: flex-end;
  background-color: #fff;
  padding: 15px 16px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-wrap: wrap;
}
.person-wrapper > div > span{
  color: #90B9ED;
  font-family: 'Ubuntu';
  font-weight: 300;
  font-size: 16px;
}
.person-wrapper > div > h1{
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  color: #142345;
}
.person-container{
  background: #d6d7d8;
  border-radius: 10px;
  transition: background-color .6s ease;
  cursor: pointer;
}
.person-container:hover{
  background-color: #142345;
}
.person-image {
  overflow: hidden;
}

.person-image img {
  margin: auto;
  display: block;
  transition: transform 0.4s ease;
  max-width: 100%;
}

.person-container:hover .person-image img {
  transform: scale(1.05);
}
.person-container > img{
  display: flex;
  margin: auto;
  max-width: 100%;
}
.icons-wrapper{
  display: flex;
  margin-left: auto;
  cursor: pointer;
  gap: 22px;
}
.icon-on-hover{
  display: none;
}
.icons-wrapper a svg path {
  fill: #D6D7D8;
  transition: fill 0.3s ease;
}

.icons-wrapper a:hover svg path {
  fill: #142345;
}
.philosophy_accordion .accordion-item, .philosophy_accordion .accordion-header, .philosophy_accordion .accordion-button{
  background-color: #F2F2ED;
  border: 0px;
}
.philosophy_accordion .accordion-button{
  text-align: left;
  width: 100%;
  display: flex;
}
.philosophy_accordion .accordion-button:focus{
  box-shadow: none;
  outline: none;
  border: 0px;
}
.philosophy_accordion .accordion-item{
  margin-bottom: 10px;
  border-bottom: 0px;
  border-radius: 10px;
}
.philosophy_accordion .accordion-button::after{
  display: none;
}
.philosophy_accordion .accordion-header{
  display: flex;
  align-items: center;
}
.philosophy_accordion .accordion-button.collapsed{
  padding: 20px;
  transition: padding .4s ease;
}
.philosophy_accordion .accordion-button.collapsed::before{
  content: url("/assets/peakcapital/images/show.svg");
  margin-right: 30px;

}
.philosophy_accordion .accordion-button::before{
  content: url("/assets/peakcapital/images/collapsed.svg");
  margin-right: 30px;
}
.philosophy_accordion .accordion-button{
  padding: 20px 20px 5px 20px
}
.philosophy_accordion .accordion-header{
  margin-bottom: 0;
}
.philosophy_accordion .accordion-header, .philosophy_accordion .accordion-button{
  border-radius: 10px!important;
  box-shadow: unset!important;
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  color: #142345!important;
}
.philosophy_accordion .accordion-body {
  font-family: 'Ubuntu';
  font-weight: 300;
  font-size: 16px;
  padding-top: 0;
  margin-left: 73px;
  position: relative;
  padding-bottom: 20px;
}
.our-philosophy-left{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.our-philosophy-left > div{
  flex: 1;
  overflow: hidden; 
  border-radius: 10px;
}
.our-philosophy-left > div > img{
  width: 100%;
  border-radius: 10px;
  transition: transform 0.5s ease;
}
.our-philosophy-left > div:hover > img{
    transform: scale(1.15);
}

.solutions-box-wrapper{
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  transition: background-color .6s ease;
}
.solutions-box-wrapper:last-child h3{
  width: 300px;
  max-width: 100%;
}
.solutions-box-wrapper img.on-hover{
  display: none;
}
.solutions-box-wrapper h3{
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 24px; 
  text-transform: uppercase;
  margin: 20px 0 10px 0;
  color: #142345;
}
.solutions-box-wrapper p{
  font-family: 'Ubuntu';
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 0;
  color: #34373C;
}
.solutions-box-wrapper:hover{
  background: #90B9ED;
}
.solutions-box-wrapper:hover h3, .solutions-box-wrapper:hover p{
  color: #fff;
}
.solutions-box-wrapper:hover img.on-show{
  display: none;
}
.solutions-box-wrapper:hover img.on-hover{
  display: block;
}
.whyus-box-wrapper{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0 10px 0;
  border-top: 1px solid #D6D7D8;
  border-bottom: 1px solid #D6D7D8;
  min-height: 230px;
}
.whyus-box-wrapper > span{
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 96px;
  color: #D6D7D8;
  margin-right: 60px;
  min-width: 116px;
  transition: color 0.5s ease;
}
.whyus-box-wrapper > div{
  width: 600px;
  max-width: 100%;
}
.whyus-box-wrapper  h3{
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 24px;
  color: #142345;
  margin-bottom: 10px;
}
.whyus-box-wrapper  p{
  font-family: 'Ubuntu';
  font-weight: 300;
  margin-bottom: 0;
  font-size: 16px;
  color: #34373C;
}
.whyus-box-wrapper img{
  width: 393px;
  max-width: 100%;
  height: 250px;
  margin-left: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 100px 20px #00000026;
  position: relative;
  top: -32px;
  margin-right: 37px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.whyus-box-wrapper:hover > span {
  color: #142345;
}

.whyus-box-wrapper:hover img {
  opacity: 1;
  visibility: visible;
}
.video-section {
  position: relative;
  min-height: 800px;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 113px;
}

.video-section video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(20, 35, 69, 0.5);
  z-index: 1;
  pointer-events: none;
}
.contact-us-wrapper .row{
  position: relative;
  z-index: 2;
  align-items: center;
  width: 100%;
}
.contactus-left-side h3{
  font-family: 'Playfair Display';
  font-weight: 500;
  font-size: 48px;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 100%;
  width: 470px;
  margin-bottom: 30px;
}
.contactus-left-side h3 > span{
  font-style: italic;
  color: #90B9ED;
}
.contactus-left-side > div > div{
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}
.contactus-left-side > div > div > div{
  min-width: 30px;
  margin-right: 10px;
}
.contactus-left-side > div > div h6{
  font-family: 'Playfair Display';
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.contactus-left-side > div > div p{
  font-family: 'Ubuntu';
  font-weight: 300;
  font-size: 16px;
  color: #efefef;
  margin: 0;
}
.contactus-left-side > div > div p a{
    color: #F2F2ED;
}
.contactus-right-side{
  background-color: #fff;
  padding: 66px 50px;
  border-radius: 10px;
}
.contactus-right-side h3{
  font-family: 'Playfair Display';
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  color: #142345;
  margin-bottom: 40px;
}
.contactus-right-side span{
  color:#566C9C;
}
.contactus-right-side input, .contactus-right-side textarea{
  width: 100%;
  padding: 15px;
  border: none;
  border-bottom: 1px solid #D6D7D8;
  font-family: 'Ubuntu';
  font-size: 16px;
  font-weight: 400;
}
.contactus-right-side textarea:focus, .contactus-right-side input:focus{
  outline: none;
}
 .contactus-right-side textarea{
  height: 133px;
  overflow: auto;
  resize: none;
 }
.contactus-right-side input::placeholder, .contactus-right-side textarea::placeholder{
  font-family: 'Ubuntu';
  font-weight: 300;
  font-size: 16px;
  color:#AEAFB1;
}
#contactForm > div{
  position: relative;
  margin-bottom: 10px;
}
#contactForm  input,
#contactForm  textarea {
  width: 100%;
  padding: 15px 0 5px 0;
  border: none;
  border-bottom: 1px solid #D6D7D8;
  font-family: 'Ubuntu';
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  outline: none;
}

#contactForm label {
  position: absolute;
  left: 0;
  font-family: 'Ubuntu';
  font-weight: 300;
  top: 12px;
  font-size: 16px;
  color: #AAAAAA;
  pointer-events: none;
  transition: 0.3s ease all;
}

#contactForm  input:focus + label,
#contactForm  textarea:focus + label,
#contactForm  input:not(:placeholder-shown) + label,
#contactForm  textarea:not(:placeholder-shown) + label
{
  top: -5px;
  font-size: 12px;
  color: #AAA;
}
.contactus-right-side  button{
  width: 100%;
  margin-top: 20px;
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
  border: 0px;
  background-color: #142345;
  color: #fff;
  pointer-events: all;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
}
.contactus-right-side  button:disabled{
  background: #D6D7D8;
  color: #85878A;
  pointer-events: none;
}
.peak-footer-container {
  border-bottom: 1px solid #00000033;
}
.peak-footer-container footer{
  display: flex;
  gap: 20px; 
  flex-wrap: wrap;
}
.peak-footer-container footer > div{
  min-width: 200px;
}
.peak-footer-container footer > div:first-child {
  flex: 0 0 40%; 
}

.peak-footer-container footer > div:not(:first-child) {
  flex: 1; 
}
.peak-footer-container > div > img{
  width: 85px;
}
.peak-footer-container h3{
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.peak-footer-container ul{
  list-style: none;
  padding-left: 0;
}
.peak-footer-container ul li{
  font-family: 'Ubuntu';
  font-weight: 300;
}
.footer-sec-box ul li{
  font-size: 16px;
  line-height: 35px;
}
.footer-sec-box ul li a{
  color: #34373C;
  text-decoration: none;
}
.footer-third-box ul li:first-child{
  margin-bottom: 10px;
}
.footer-fourth-box ul li{
  margin-bottom: 10px;
}
.footer-sec-box ul li, .footer-third-box ul li:last-child, .footer-fourth-box ul li:last-child{
  padding-bottom: 0px;
  width: fit-content;
  margin-bottom: 5px;
  color: #34373C;
}
.footer-third-box ul li a{
  color: #34373C;
}
.footer-first-box h4{
  font-family: 'Playfair Display';
  font-weight: 500;
  font-size: 32px;
  text-transform: uppercase;
  margin-top: 20px;
  color: #142345;
  max-width: 100%;
  width: 500px;
  margin-bottom: 20px;
}
.footer-first-box h4 span{
  color: #566C9C;
}
.footer-first-box p{
  font-family: "Ubuntu";
  font-weight: 300;
  max-width: 100%;
  width: 500px;
  font-size: 16px;
}
.bottom-line{
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  flex-wrap: wrap;
}
.bottom-line p{
  margin-bottom: 0px;
  font-family: 'Ubuntu';
  font-weight: 300;
  font-size: 16px;
  color: #34373C;
}
.bottom-line > div{
  display: flex;
  align-items: center;
}
.bottom-line span{
  width: 54px;
  height: 1px;
  background-color: #34373C;
  margin-right: 20px;
}
.social-linkedin{
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #34373C;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .5s ease;
}
.social-linkedin img:last-child{
  display: none;
}
.social-linkedin:hover{
  background-color: #0A66C2;
  border: 1px solid #0A66C2;
}
.social-linkedin:hover img:first-child{
  display: none;
}
.social-linkedin:hover img:last-child{
  display: block;
}
.modal-peak-custom{
  width: 90%;
  max-width: 756px;
  margin: auto;
}
.modal-person-container > div{
  display: flex;
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
}
.modal-person-container > div > div:first-child{
  max-width: 400px;
  height: 400px;
  width: 100%;
}
.modal-person-container p{
  font-family: 'Ubuntu';
  font-weight: 400;
  font-size: 16px;
  color: #34373C;
  margin-top: 20px;
  margin-bottom: 0;
}
.modal-person-image{
  border-radius: 7px;
  background-color: #142345;
}
#danielleModal, #gregModal{
  padding-right: 0px!important;
}
.modal-person-image > img{
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
#danielleModal .modal-person-image > img{
  object-position: 27%
}
.modal-peak-custom .modal-body{
  padding: 20px;
  max-height: 90vh;
  overflow: auto;
}
.modal-peak-custom .modal-content{
  border-radius: 10px;
}
.modal-person-details > img{
  width: 48px;
  display: block;
  margin-bottom: 10px;
}
.modal-person-details > span{
  font-family: 'Ubuntu';
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  color: #90B9ED;
}
.modal-person-details > h1{
  font-family: 'Playfair Display';
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.modal-icons-wrapper > div > img{
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.modal-icons-wrapper > div{
  font-family: 'Ubuntu';
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  line-height: 10px;
}
.modal-icons-wrapper > div a{
  color: #34373C;
}
.swal-html-content{
  color: #181818;
  font-size: 20px;
  font-family: 'Ubuntu';
  font-weight: 300;
}
.custom-swal-confirm-button{
  width: 100%;
  background-color: #142345!important;
  box-shadow: none!important;
  font-family: 'Ubuntu';
}
.custom-swal-confirm-button:active{
  box-shadow: none!important;
}
.dots-loading {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  margin-left: 5px;
}

.dots-loading span {
  width: 6px;
  height: 6px;
  background-color: #85878A;
  border-radius: 50%;
  opacity: 0.3;
  animation: dots 1.4s infinite ease-in-out;
}

.dots-loading span:nth-child(1) { animation-delay: 0s; }
.dots-loading span:nth-child(2) { animation-delay: 0.2s; }
.dots-loading span:nth-child(3) { animation-delay: 0.4s; }

@keyframes dots {
  0%, 100% { opacity: 0.3; }
  50%      { opacity: 1; }
}

@media(max-width: 1399px){
  .hero-wrapper > h1{
    max-width: 100%;
  }
}
@media(min-width: 1200px){
  .contact-us-wrapper .row{
    max-width: 1138px;
  }
}
@media (min-width: 1024px) and (max-width: 1920px){
  .container-pc {
    margin: 0 50px;  
  }
}
@media(max-width: 1290px){
  .nav-links-pc > li{
    font-size: 14px;
    padding: 5px 10px;
    margin-right: 0px;
  }
}
@media(max-width: 1200px){
  .whyus-box-wrapper img{
    visibility: visible;
    opacity: 1;
    top: 0;
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  .container-pc {
    margin: 0 20px;  
  }
  .nav-links-pc {
    display: flex;
    position: absolute;
    left: 20px;
    right: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    top: 86px;
    background: #fff;
    flex-direction: column;
    gap: 10px;
    padding: 10px 20px;
    box-shadow: unset;
    z-index: 1000;
    max-height: 0; 
    overflow: hidden;      
    opacity: 0;          
    transition: max-height 0.4s ease, opacity 0.4s ease;
    border-top: 1px solid #80808036;
    padding-top: 20px;
  }
  .navbar-pc.show{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .navbar-pc .contact{
    display: none;
  }
  .solutions-box-wrapper{
    padding: 20px;
  }
  .nav-links-pc > div.contact{
    display: block;
  }
  .nav-links-pc.show {
    max-height: 500px; 
    opacity: 1;
  }

  .navbar-pc .hamburger {
    display: block;
  }
  .video-section{
    min-height: auto;
    padding: 30px 15px;
  }
  .contact{
    background: #F2F2ED;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media(max-width: 990px){
  .person-wrapper{
    flex-direction: column;
    align-items: flex-start;
  }
  .icons-wrapper{
    margin-left: unset;
    margin-top: 20px;
  }
  .bottom-line > div{
    margin-top: 20px;
  }
  .whyus-box-wrapper img{
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media(max-width: 576px){
  .video-section{
    padding: 20px 5px;
  }
  .contactus-right-side{
    padding: 20px;
  }
  .peak-footer-container footer > div:first-child{
    flex: 1
  }
  .hero-wrapper > h1{
    font-size: 30px;
  }
  .hero-wrapper > h1{
    margin-top: 25px;
  }
  .peak-title{
    font-size: 35px;
  }
  .about-us-left > p{
    font-size: 25px;
  }
}