/*---------------------------------------------"
// Template Name: FinPro
// Description: FinPro HTML5 Template
// Author: Uiparadox
// Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Shadows */
/*-------------------------
    Responcive Styles
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #1E3A8A;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.container,
.container-fluid {
  padding: 0 5vw;
  width: 100%;
}

/*-------------------------
    Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #1E3A8A;
  background: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  height: 100%;
}
body::-webkit-scrollbar {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
  opacity: 1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.0166666667vw;
}
p.sec {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
}
p.bold {
  font-weight: 600;
}
@media (max-width: 992px) {
  p {
    font-size: 1.5120967742vw;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 1.6927083333vw;
  }
}
@media (max-width: 490px) {
  p {
    font-size: 3vw;
  }
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
}
a:hover {
  color: #60A5FA;
  transition: all 0.5s ease-in-out;
}

hr {
  background: #FFFFFF;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #1E3A8A !important;
}

.color-sec {
  color: #60A5FA !important;
}

.color-ter {
  color: #DBEAFE !important;
}

.dark-gray {
  color: #586064 !important;
}

.light-gray {
  color: #FDFDFD !important;
}

.white {
  color: #FFFFFF !important;
}

.bg-color-primary {
  background-color: #1E3A8A !important;
}

.bg-color-sec {
  background-color: #60A5FA !important;
}

.bg-color-ter {
  background-color: #DBEAFE !important;
}

.bg-dark-gray {
  background-color: #586064 !important;
}

.bg-light-gray {
  background-color: #FDFDFD !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-random-1 {
  background-color: #003F69 !important;
}

.bg-random-2 {
  background-color: #054B43 !important;
}

.bg-random-3 {
  background-color: #86ADB0 !important;
}

.h-69,
h1 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(61px, 3.594vw, 96px); /*69px*/
  font-weight: 600;
  line-height: 120%;
  font-style: normal;
  letter-spacing: -0.125vw;
}
@media (max-width: 1024px) {
  .h-69,
  h1 {
    font-size: clamp(42px, 5.273vw, 80px);
  }
}
@media (max-width: 768px) {
  .h-69,
  h1 {
    font-size: clamp(33px, 4.948vw, 64px);
    letter-spacing: -0.36px;
  }
}

.h-55,
h2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(48px, 2.865vw, 84px); /*55px*/
  font-weight: 600;
  font-style: normal;
  line-height: 125%; /* 126px */
  letter-spacing: 0.046875vw;
}
@media (max-width: 1024px) {
  .h-55,
  h2 {
    font-size: clamp(38px, 4.102vw, 61px);
  }
}
@media (max-width: 768px) {
  .h-55,
  h2 {
    font-size: clamp(29px, 4.167vw, 54px);
  }
}

.h-44,
h3 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(39px, 2.292vw, 61px); /* 44px */
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.0265625vw;
}
@media (max-width: 1024px) {
  .h-44,
  h3 {
    font-size: clamp(32px, 3.516vw, 54px);
  }
}
@media (max-width: 768px) {
  .h-44,
  h3 {
    font-size: clamp(26px, 3.646vw, 48px);
  }
}

.h-35,
h4 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(30px, 1.823vw, 52px);
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.0244791667vw;
}
@media (max-width: 1024px) {
  .h-35,
  h4 {
    font-size: clamp(24px, 2.734vw, 46px);
  }
}
@media (max-width: 768px) {
  .h-35,
  h4 {
    font-size: clamp(22px, 2.865vw, 42px);
  }
}

.h-28,
h5 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(24px, 1.458vw, 38px); /* 28px */
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 43.2px */
}
@media (max-width: 1024px) {
  .h-28,
  h5 {
    font-size: clamp(21px, 2.246vw, 36px);
  }
}
@media (max-width: 768px) {
  .h-28,
  h5 {
    font-size: clamp(18px, 2.474vw, 32px);
  }
}

.h-23,
h6 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(19px, 1.198vw, 27px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.021875vw;
}
@media (max-width: 1024px) {
  .h-23,
  h6 {
    font-size: clamp(17px, 1.758vw, 24px);
  }
}
@media (max-width: 768px) {
  .h-23,
  h6 {
    font-size: clamp(16px, 2.083vw, 21px);
  }
}

.h-18,
p {
  font-size: clamp(15px, 0.938vw, 21px);
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.32px;
}
.h-18 .eyebrow,
p .eyebrow {
  text-transform: uppercase;
  font-weight: 400;
}

.font-primary {
  font-family: "Poppins", sans-serif;
}

.br-30 {
  border-radius: 30px;
}
@media (max-width: 992px) {
  .br-30 {
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .br-30 {
    border-radius: 15px;
  }
}

.br-30-0 {
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .br-30-0 {
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 768px) {
  .br-30-0 {
    border-radius: 15px 15px 0 0;
  }
}

.br-25 {
  border-radius: 25px;
}

.br-20 {
  border-radius: 20px;
}

.br-15 {
  border-radius: 15px;
}

.br-10 {
  border-radius: 10px;
}

.br-5 {
  border-radius: 5px;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 800;
}

.b-unstyle {
  border: 0;
  background: transparent;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.my-80 {
  margin: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .my-80 {
    margin: 40px 0;
  }
}

.mt-80 {
  margin-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mt-80 {
    margin-top: 40px;
  }
}

.mb-80 {
  margin-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mt-64 {
  margin-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 26px;
  }
}

.mb-64 {
  margin-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 26px;
  }
}

.mb-48 {
  margin-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 20px;
  }
}

.mt-48 {
  margin-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 20px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1599px) {
  .mb-40 {
    margin-bottom: 32px;
  }
}
@media (max-width: 1399px) {
  .mb-40 {
    margin-bottom: 28px;
  }
}
@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 18px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1599px) {
  .mb-32 {
    margin-bottom: 29px;
  }
}
@media (max-width: 1399px) {
  .mb-32 {
    margin-bottom: 27px;
  }
}
@media (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 20px;
  }
}

.mt-24 {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 991px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-24 {
    margin-top: 18px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 18px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .mb-20 {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .mb-20 {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .mb-20 {
    margin-bottom: 14px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}
@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .mb-8 {
    margin-bottom: 4px;
  }
}

.mb-4p {
  margin-bottom: 4px;
}

.py-80 {
  padding: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .py-80 {
    padding: 40px 0;
  }
}

.pt-80 {
  padding-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pb-80 {
  padding-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.pt-64 {
  padding-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pt-64 {
    padding-top: 26px;
  }
}

.py-40 {
  padding: clamp(24px, 2.083vw, 80px) 0;
}
@media (max-width: 575px) {
  .py-40 {
    padding: 20px 0;
  }
}

.pt-40 {
  padding-top: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pb-40 {
  padding-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.pe-64 {
  padding-right: clamp(24px, 3.3vw, 100px);
}
@media (max-width: 575px) {
  .pe-64 {
    padding-right: 0;
  }
}

/*-------------------------
Elements
-------------------------*/
.cus-btn {
  padding: clamp(12px, 0.885vw, 40px) clamp(16px, 1.667vw, 52px);
  font-size: clamp(15px, 0.938vw, 21px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  color: #1E3A8A;
  border-radius: 10px;
  border: 1px solid #1E3A8A;
  background: transparent;
  box-shadow: none;
  position: relative;
  transition: all 0.5s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cus-btn::after {
  transition: all 0.5s ease-in-out;
  content: url(../media/icons/arrow.png);
  padding-left: 8px;
}
.cus-btn:hover {
  background: #1E3A8A;
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
.cus-btn:hover::after {
  transform: rotate(45deg);
  transition: all 0.5s ease-in-out;
  content: url(../media/icons/arrow-2.png);
}
.cus-btn.sec {
  background: #1E3A8A;
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
.cus-btn.sec::after {
  transition: all 0.5s ease-in-out;
  content: url(../media/icons/arrow-2.png);
  padding-left: 8px;
}
.cus-btn.sec:hover {
  background: transparent;
  color: #1E3A8A;
  transition: all 0.5s ease-in-out;
}
.cus-btn.sec:hover::after {
  transform: rotate(45deg);
  transition: all 0.5s ease-in-out;
  content: url(../media/icons/arrow.png);
}

.cus-btn-2 {
  padding: clamp(12px, 0.885vw, 40px) clamp(16px, 1.667vw, 52px);
  font-size: clamp(15px, 0.938vw, 21px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  color: #1E3A8A;
  border-radius: 10px;
  border: 1px solid #1E3A8A;
  background: transparent;
  box-shadow: none;
  position: relative;
  transition: all 0.5s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cus-btn-2:hover {
  background: #1E3A8A;
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
.cus-btn-2.sec {
  background: #1E3A8A;
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
.cus-btn-2.sec:hover {
  background: transparent;
  color: #1E3A8A;
  transition: all 0.5s ease-in-out;
}

/*-------------------------
  Form Styling
-------------------------*/
.form-group {
  position: relative;
  width: 100%;
}
.form-group input[type=date],
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=file],
.form-group input[type=number],
.form-group input[type=password],
.form-group input[type=search],
.form-group input[type=submit],
.form-group input[type=tel],
.form-group textarea,
.form-group .cus-form-control {
  width: 100%;
  background-color: transparent;
  height: clamp(42px, 2.917vw, 72px);
  color: #586064;
  border: none;
  border-bottom: 1px solid #1E3A8A;
  border-radius: 0;
}
.form-group input[type=date]:focus,
.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group input[type=file]:focus,
.form-group input[type=number]:focus,
.form-group input[type=password]:focus,
.form-group input[type=search]:focus,
.form-group input[type=submit]:focus,
.form-group input[type=tel]:focus,
.form-group textarea:focus,
.form-group .cus-form-control:focus {
  color: #586064;
  outline: none;
  background: transparent !important;
  border-radius: 0;
  box-shadow: none;
}
.form-group input[type=date]:hover,
.form-group input[type=text]:hover,
.form-group input[type=email]:hover,
.form-group input[type=file]:hover,
.form-group input[type=number]:hover,
.form-group input[type=password]:hover,
.form-group input[type=search]:hover,
.form-group input[type=submit]:hover,
.form-group input[type=tel]:hover,
.form-group textarea:hover,
.form-group .cus-form-control:hover {
  color: #586064;
}
.form-group input[type=date]::placeholder,
.form-group input[type=text]::placeholder,
.form-group input[type=email]::placeholder,
.form-group input[type=file]::placeholder,
.form-group input[type=number]::placeholder,
.form-group input[type=password]::placeholder,
.form-group input[type=search]::placeholder,
.form-group input[type=submit]::placeholder,
.form-group input[type=tel]::placeholder,
.form-group textarea::placeholder,
.form-group .cus-form-control::placeholder {
  color: #586064;
  opacity: 1;
}

label.error {
  color: #ff0000;
}

.sec-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-heading .content h2 {
  color: #586064;
}
.sec-heading .content h2 span {
  position: relative;
  color: #1E3A8A;
}
.sec-heading .content h2 span::before {
  content: "";
  background: url(../media/vector/bottom-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  bottom: -10px;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: #FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9999999;
  display: flex;
}
#preloader .loader {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#preloader .loader #logo-animation {
  max-width: 700px;
}

/*-------------------------
  layouts
-------------------------*/
/*--------------------------------------------------------------
# Navigation Bar
--------------------------------------------------------------*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(16px, 1.25vw, 40px) clamp(24px, 5vw, 160px);
  position: relative;
}

.header .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.header .language-switch {
  order: -1;
}

.header .menu-detail {
  margin-left: auto;
}
@media (max-width: 992px) {
  .header .logo img {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .header .logo img {
    width: 67%;
  }
}
@media (max-width: 430px) {
  .header .logo img {
    width: 50%;
  }
}

footer .footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 1.667vw, 60px);
}
@media (max-width: 599px) {
  footer .footer-nav {
    flex-wrap: wrap;
    row-gap: 16px;
  }
}
footer .footer-nav li a {
  transition: all 0.5s ease-in-out;
}
footer .footer-nav li:hover {
  color: #60A5FA;
  transition: all 0.5s ease-in-out;
}

.hero-banner {
  position: relative;
}
.hero-banner .fade-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(160px, 17.539vw, 520px);
  line-height: 120%;
  font-weight: 600;
  color: rgba(96, 165, 250, 0.2);
  z-index: 5;
}
@media (max-width: 490px) {
  .hero-banner .fade-text {
    top: 28%;
    left: 26%;
    transform: rotate(90deg);
    text-transform: uppercase;
  }
}
.hero-banner .hero-wrapper {
  position: relative;
  z-index: 10;
}
.hero-banner .hero-wrapper .banner-text-container {
  padding: 5.156vw 0 4.1vw;
}
.hero-banner .hero-wrapper .banner-text-container .banner-button {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero-banner .hero-wrapper .banner-text-container .client-block {
  display: flex;
  align-items: center;
  gap: clamp(24px, 2.083vw, 60px);
}
.hero-banner .hero-wrapper .banner-text-container .client-block .client-images {
  padding: 10px;
}
@media (max-width: 490px) {
  .hero-banner .hero-wrapper .banner-text-container .client-block .client-images img {
    width: 32%;
  }
}
.hero-banner .hero-wrapper .banner-text-container .client-block .client-images img:nth-child(2) {
  margin-left: -20px;
}
.hero-banner .hero-wrapper .banner-text-container .client-block .client-images img:nth-child(3) {
  margin-left: -20px;
}
.hero-banner .hero-wrapper .banner-text-container .social-contact-link {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero-banner .hero-wrapper .banner-text-container .social-contact-link a svg path {
  transition: all 0.5s ease-in-out;
}
.hero-banner .hero-wrapper .banner-text-container .social-contact-link a:hover svg path {
  transition: all 0.5s ease-in-out;
  fill: #60A5FA;
}

.about .about-content .detail-bar {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.25vw, 40px);
}
.about .about-content .detail-bar .box-content h4 {
  position: relative;
  z-index: 10;
}
.about .about-content .detail-bar .box-content h4::after {
  content: "";
  width: clamp(58px, 4.792vw, 140px);
  height: clamp(8px, 0.625vw, 20px);
  background: #60A5FA;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}

.services .service-card .image-block {
  position: relative;
  overflow: hidden;
}
.services .service-card .image-block .card-image {
  width: 100%;
  border-radius: clamp(15px, 1.563vw, 40px);
}
.services .service-card .image-block .card-icon {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: clamp(46px, 2.5vw, 80px);
  height: clamp(46px, 2.5vw, 80px);
  z-index: 250;
  transform: scale3d(0, 0, 1);
  transition: all 0.5s ease-in-out;
}
.services .service-card .image-block .corner-shape {
  transform: scale3d(0, 0, 1);
  transform-style: preserve-3d;
  position: absolute;
  width: clamp(84px, 4.375vw, 140px);
  height: clamp(84px, 4.375vw, 140px);
  right: -51px;
  bottom: -51px;
  z-index: 100;
  transition: all 0.5s ease-in-out;
}
.services .service-card .text-block h5 {
  transition: all 0.5s ease-in-out;
}
@media (max-width: 490px) {
  .services .service-card .text-block h5 {
    font-size: 27px;
  }
}
.services .service-card:hover .card-icon {
  transform: scale3d(1, 1, 1);
  right: 1px;
  bottom: 1px;
  filter: opacity(0.6);
}
.services .service-card:hover .corner-shape {
  transform: scale3d(1, 1, 1);
  right: 0;
  bottom: 0;
}
.services .service-card:hover .text-block h5 {
  color: #60A5FA;
  transition: all 0.5s ease-in-out;
}

.person-detail .detail-button ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}
.person-detail .detail-button ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  position: relative;
  padding: clamp(10px, 1.042vw, 40px);
  width: 100%;
  border-radius: 5px;
  border: 1px solid #1E3A8A;
  font-size: clamp(19px, 1.25vw, 27px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.021875vw;
  transition: all 0.5s ease-in-out;
}
.person-detail .detail-button ul li img {
  transition: all 0.5s ease-in-out;
}
.person-detail .detail-button ul li:hover {
  background-color: #1E3A8A;
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.person-detail .detail-button ul li:hover img {
  transition: all 0.5s ease-in-out;
  filter: brightness(10);
}
.person-detail .detail-button ul li.active {
  background-color: #1E3A8A;
  color: #FFFFFF;
}
.person-detail .detail-button ul li.active img {
  filter: brightness(10);
}
.person-detail .person-heading {
  padding: clamp(16px, 1.901vw, 40px) 4.531vw;
  border-radius: 15px;
}
.person-detail .content .person-info {
  display: flex;
  align-items: center;
  border: 1px solid #1E3A8A;
  border-radius: 8px;
}
.person-detail .content .person-info p {
  padding: 12px;
}
.person-detail .content .person-info p:first-child {
  border-radius: 5px 0 0 5px;
  background: #1E3A8A;
  width: clamp(120px, 7.552vw, 220px);
  color: #FFFFFF;
}
.person-detail .content .person-info p:last-child {
  padding-left: clamp(12px, 1.25vw, 32px);
}
.person-detail .content .exp-block {
  border: 1px solid #1E3A8A;
  border-radius: 15px;
  padding: clamp(16px, 1.25vw, 40px) clamp(10px, 0.833vw, 24px);
  position: relative;
}
.person-detail .content .exp-block img {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 12px 0 0;
}
.person-detail .content .award-block {
  padding: clamp(16px, 1.25vw, 32px) clamp(10px, 0.833vw, 24px);
  border-radius: 8px;
}
.person-detail .content .award-block img {
  width: clamp(40px, 2.5vw, 60px);
  height: clamp(40px, 2.5vw, 60px);
}
.person-detail .content .skill-block {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: clamp(12px, 0.833vw, 30px);
  border-radius: 8px;
}
.person-detail .content .content-home,
.person-detail .content .content-exp,
.person-detail .content .content-award,
.person-detail .content .content-skill {
  display: none;
  transition: 1s ease-in all;
}
.person-detail .content .show {
  transition: 1s ease-in all;
  display: block;
}

.testimonials .testimonial-slider {
  margin: 0 -12px;
}
.testimonials .testimonial-slider .testimonial-block {
  padding: clamp(16px, 1.25vw, 40px);
  border-radius: 8px;
  margin: 0 12px;
}
.testimonials .testimonial-slider .testimonial-block .client-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.testimonials .testimonial-slider .testimonial-block .client-box .img-box {
  display: flex;
  align-content: center;
  gap: 16px;
  padding-top: clamp(8px, 0.833vw, 24px);
}

.recent-project {
  height: clamp(1200px, 78.125vw, 1920px);
}
@media (max-width: 1024px) {
  .recent-project {
    height: 107.422vw;
  }
}
@media (max-width: 820px) {
  .recent-project {
    height: clamp(730px, 121.951vw, 1200px);
  }
}
.recent-project .project-wrapper {
  position: relative;
}
.recent-project .project-wrapper .faq-block {
  border-radius: clamp(15px, 1.302vw, 50px);
  padding: clamp(16px, 1.25vw, 40px);
}
.recent-project .project-wrapper .faq-block.block-1 {
  position: relative;
  z-index: 10;
}
.recent-project .project-wrapper .faq-block.block-2 {
  position: relative;
  z-index: 20;
  margin-top: -32px;
}
@media (max-width: 1399px) {
  .recent-project .project-wrapper .faq-block.block-2 {
    margin-top: -24px;
  }
}
@media (max-width: 490px) {
  .recent-project .project-wrapper .faq-block.block-2 {
    margin-top: -16px;
  }
}
.recent-project .project-wrapper .faq-block.block-3 {
  position: relative;
  z-index: 30;
  margin-top: -32px;
}
@media (max-width: 1399px) {
  .recent-project .project-wrapper .faq-block.block-3 {
    margin-top: -24px;
  }
}
@media (max-width: 490px) {
  .recent-project .project-wrapper .faq-block.block-3 {
    margin-top: -16px;
  }
}
.recent-project .project-wrapper .faq-block .project-block {
  border-radius: 15px;
}
.recent-project .project-wrapper .faq-block .project-block .arrow {
  width: clamp(32px, 2.5vw, 72px);
}
.recent-project .project-wrapper .faq-block .image-block .work-image {
  border-radius: 15px;
}

.border-bar {
  border-bottom: 1px solid #FFFFFF;
}

.begin-popup {
  height: 100vh;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 9999;
}
.begin-popup .overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #60A5FA;
  transition: all 0.5s ease-in-out;
  opacity: 0.5;
  transform: scale(0);
  z-index: 1;
}
.begin-popup .content {
  width: 36.625vw;
  height: 100vh;
  background-color: #FFFFFF;
  padding: 48px 32px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  box-shadow: 30px 12px 55px #586064;
  display: grid;
  align-items: center;
}
@media (max-width: 1199px) {
  .begin-popup .content {
    width: 50.042vw;
  }
}
@media (max-width: 492px) {
  .begin-popup .content {
    width: 84vw;
  }
}
.begin-popup .content .company-contact-detail {
  position: relative;
  padding: 0 24px 0 0;
}
@media (max-width: 492px) {
  .begin-popup .content .company-contact-detail {
    padding: 0;
  }
}
.begin-popup .content .company-contact-detail .close-btn {
  padding: 8px 16px;
  border: 1px solid #60A5FA;
  border-radius: 10px;
  background: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 1.09375vw;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.021875vw;
  transition: all 0.5s ease-in-out;
  color: #1E3A8A;
}
@media (max-width: 492px) {
  .begin-popup .content .company-contact-detail .close-btn {
    font-size: 2.09375vw;
    margin-bottom: 16px;
  }
}
.begin-popup .content .company-contact-detail .close-btn:hover {
  background: #1E3A8A;
  color: #FFFFFF;
  border: 1px solid #1E3A8A;
}
.begin-popup .content .company-contact-detail h2 span {
  text-decoration: none;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #586064;
}
.begin-popup .content .company-contact-detail .footer_menu {
  margin-top: 34px;
}
.begin-popup .content .company-contact-detail .footer_menu li {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 492px) {
  .begin-popup .content .company-contact-detail .footer_menu li {
    font-size: 3.2vw;
  }
}

.pricing .pricing-wrapper .price-card {
  display: flex;
  flex-direction: column;
  gap: clamp(80px, 6.979vw, 220px);
  padding: clamp(12px, 0.833vw, 24px);
  transition: all 0.5s ease-in-out;
  border-radius: 15px;
  border: 1px solid #60A5FA;
}
.pricing .pricing-wrapper .price-card .price-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pricing .pricing-wrapper .price-card .price-bar.bar-2 {
  padding: 0 clamp(8px, 0.833vw, 24px);
}
.pricing .pricing-wrapper .price-card.active, .pricing .pricing-wrapper .price-card:hover {
  background-color: #DBEAFE;
  transition: all 0.5s ease-in-out;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}

.brand-wrapper .brand-slider .brand-block img {
  width: clamp(64px, 6.25vw, 180px);
  height: clamp(64px, 6.25vw, 180px);
  filter: grayscale(1);
  transition: all 0.5s ease-in-out;
}
.brand-wrapper .brand-slider .brand-block:hover img {
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  filter: grayscale(0);
}

.blog-wrapper .blog-container .blog-image {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
.blog-wrapper .blog-container .blog-image img {
  border-radius: 15px;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.blog-wrapper .blog-container .blog-image .date-label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: #1E3A8A;
  padding: 4px 12px;
  border-radius: 5px;
}
.blog-wrapper .blog-container .blog-content h4 {
  transition: all 0.5s ease-in-out;
}
.blog-wrapper .blog-container:hover .blog-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.blog-wrapper .blog-container:hover .blog-content h4 {
  color: #60A5FA;
  transition: all 0.5s ease-in-out;
}

.contact-us .contact-wrapper .contact-text ul li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contact-us .contact-wrapper .contact-block {
  padding: clamp(32px, 2.5vw, 80px) clamp(12px, 1.25vw, 32px);
  border-radius: 10px;
}

/* Certifications Section - Professional Style */
.certifications .certifications-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.certifications-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.certification-item {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  display: flex;
  align-items: flex-start;
  padding: 32px;
  transition: all 0.2s ease;
  position: relative;
}

.certification-item:first-child {
  border-radius: 8px 8px 0 0;
}

.certification-item:last-child {
  border-radius: 0 0 8px 8px;
}

.certification-item:only-child {
  border-radius: 8px;
}

.certification-item:hover {
  background: #FAFBFC;
  border-color: #DBEAFE;
}

.certification-item.featured {
  background: #F8FAFF;
  border-color: #DBEAFE;
  border-width: 1px 1px 1px 4px;
  border-left-color: #1E3A8A;
}

.certification-item.featured:hover {
  background: #F1F5F9;
}

/* Left Section */
.cert-left-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 32px;
  min-width: 120px;
}

.cert-logo-container {
  margin-bottom: 16px;
}

.cert-logo-minimal {
  width: 70px;
  height: 70px;
  background: transparent;
  border: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #6B7280;
  transition: all 0.2s ease;
}

.certification-item.featured .cert-logo-minimal {
  background: #1E3A8A;
  border-color: #1E3A8A;
  color: #FFFFFF;
}

.certification-item.featured img.cert-logo-minimal {
  background: transparent;
  border: none;
}

.cert-date-info {
  text-align: center;
}

.cert-date {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 4px;
}

.cert-status {
  font-size: 12px;
  font-weight: 500;
  color: #6B7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.certification-item.featured .cert-status {
  color: #1E3A8A;
  font-weight: 600;
}

/* Content Section */
.cert-content-section {
  flex: 1;
}

.cert-main-info {
  margin-bottom: 12px;
}

.cert-name {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
  line-height: 1.3;
}

.certification-item.featured .cert-name {
  color: #1E3A8A;
}

.cert-issuer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.issuer-name {
  font-size: 15px;
  font-weight: 500;
  color: #374151;
}

.issuer-separator {
  color: #D1D5DB;
  font-weight: 300;
}

.issuer-type {
  font-size: 14px;
  font-weight: 400;
  color: #6B7280;
}

.cert-description {
  margin-bottom: 20px;
}

.cert-description p {
  color: #4B5563;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.cert-skills-minimal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cert-skills-minimal span {
  background: #F3F4F6;
  color: #374151;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}

.certification-item.featured .cert-skills-minimal span {
  background: #EFF6FF;
  color: #1E3A8A;
  border-color: #DBEAFE;
}

/* Menu Link Styles */
.menu-link {
  min-width: 160px;
  white-space: nowrap;
  display: inline-block;
}

.menu-link .cus-btn {
  padding: 12px 20px;
  font-size: 15px;
  width: 100%;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
  .certification-item {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
  }

  .cert-left-section {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    margin-bottom: 20px;
    min-width: auto;
    gap: 20px;
  }

  .certification-item.featured .cert-left-section {
    justify-content: space-between;
    width: 100%;
  }

  .certification-item.featured .cert-date-info {
    text-align: right;
  }

  .cert-logo-container {
    margin-bottom: 0;
  }

  .cert-date-info {
    text-align: left;
  }

  .cert-content-section {
    text-align: left;
  }
}

@media (max-width: 576px) {
  .certification-item {
    padding: 20px 16px;
  }

  .cert-left-section {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .cert-date-info {
    text-align: left;
  }

  .cert-content-section {
    text-align: center;
  }

  .cert-name {
    font-size: 18px;
  }

  .menu-link {
    min-width: 140px;
    white-space: nowrap;
  }

  .menu-link .cus-btn {
    padding: 10px 16px;
    font-size: 14px;
  }

  .cert-issuer {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* Language Toggle Slider */
.language-toggle {
  --toggle-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 6.25em;
  height: 3.125em;
  background: linear-gradient(to right, #ffffff 50%, #1E3A8A 50%) no-repeat;
  background-size: 205%;
  background-position: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 99em;
  position: relative;
  cursor: pointer;
  font-size: var(--toggle-size);
  border: 2px solid #1E3A8A;
  outline: none;
}

.language-toggle::before {
  content: "";
  width: 2.25em;
  height: 2.25em;
  position: absolute;
  top: 0.438em;
  left: 0.438em;
  background-image: url('../pays/fr.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: white;
  border: 2px solid #ddd;
}

.language-toggle:checked::before {
  left: calc(100% - 2.25em - 0.438em);
  background-image: url('../pays/uk.png');
}

.language-toggle:checked {
  background-position: 100%;
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 768px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    order: 1;
  }

  .header .language-switch {
    order: 0;
    flex: 0 0 auto;
  }

  .header .menu-detail {
    order: 2;
    margin-left: 0;
    flex: 0 0 auto;
  }

  .language-toggle {
    width: 4em;
    height: 2em;
    --toggle-size: 12px;
  }

  .language-toggle::before {
    width: 1.5em;
    height: 1.5em;
    top: 0.25em;
    left: 0.25em;
  }

  .language-toggle:checked::before {
    left: calc(100% - 1.5em - 0.25em);
  }
}

/*# sourceMappingURL=app.css.map */
