@import url("https://fonts.googleapis.com/css2?family=Anton+SC&family=Artifika&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,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");

:root {
  --hue: 240;
  --first-color: hsl(var(--hue), 16%, 18%);
  --first-color-alt: hsl(var(--hue), 16%, 12%);
  --title-color: hsl(var(--hue), 8%, 15%);
  --text-color: hsl(var(--hue), 8%, 35%);
  --body-color: hsl(var(--hue), 100%, 99%);
  --container-color: #fff;

  --body-font: "Poppins", sans-serif;
  --biggest-font-size: 1.5rem;
  --normal-font-size: 0.938rem;

  --z-modal: 1000;
}

@media screen and (min-width: 968px) {
  :root {
    --biggest-font-size: 1.75rem;
    --normal-font-size: 1rem;
  }
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body,
button {
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
}

body {
  background-color: var(--body-color);
  color: var(--text-color);
  position: relative;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

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

a {
  text-decoration: none;
}

.cursor-dot,
.cursor-outline {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1000;
  pointer-events: none;
}

.cursor-dot {
  width: 5px;
  height: 5px;
  background: #b48dc1;
}

.cursor-outline {
  width: 30px;
  height: 30px;
  border: 2px solid #356297;
}

/*========================================*/
header.header {
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}

.header nav {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0px;
}

.header nav div {
  display: flex;
  flex: 1;
}

.header nav div a {
  padding: 1.5px;
}

.header nav div a img {
  width: auto;
  height: 2rem;
}

header nav .mobile-menu-button-container {
  /* display: flex; Mobile */
  display: none;
}

header nav .mobile-menu-button-container .mobile-menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding: calc(0.25 * 2.5);
  border-radius: 0.375rem;
  color: oklch(0.373 0.034 259.733);
}

.main-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
}

.main-menu a {
  font-size: 14px;
  font-weight: 600;
  color: oklch(0.21 0.034 264.665);
}

.main-menu a:last-child,
.mobile-menu-wrapper a:last-child {
  font-size: 14px;
  padding: 0.5rem 1rem;
  background: #356297;
  border-radius: 3.40282e38px;
  color: #ffffff;
  font-weight: 500;
}

.mobile-menu {
  position: relative;
}

.mobile-menu-container {
  /* fixed max-w-7xl gap-4 p-4 flex flex-col justify-center */
  width: 100%;
  position: fixed;
  background: #ffffff;
  z-index: 10;
}

.mobile-menu-container .mobile-menu-wrapper {
  margin: 1rem;
  gap: 1rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

/**********************************************************************************/
/******************************* Display Start ************************************/
/**********************************************************************************/
.hidden {
  display: none;
}

section.hero {
  max-width: 1280px;
  margin: auto;
  height: 800px;
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.card-1 {
  width: 50%;
  height: 100%;
}

.card-1 .image-box {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(./images/imag_01.png);
  background-size: cover;
  border-radius: 25px;
}

.card-2 {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-2 .image-box {
  position: relative;
  width: 100%;
  height: 50%;
  border-radius: 25px;
  background: url(./images/banner_02.png);
  background-size: cover;
  background-position: center;
}

.card-2 .sub-card {
  display: flex;
  gap: 10px;
  position: relative;
  width: 100%;
  height: 50%;
  /* background: #232949; */
  border-radius: 15px;
  border-top-right-radius: 0;
  border-top: 10px solid #fff;
}

.card-2 .sub-card .left-sub-card {
  display: flex;
  gap: 10px;
  width: 62%;
  height: 100%;
}
.card-2 .sub-card .left-sub-card .image-box-1 {
  width: 100%;
  height: 100%;
  background: url(./images/image_03.png);
  background-size: cover;
  border-radius: 25px;
}
.card-2 .sub-card .left-sub-card .image-box-2 {
  width: 100%;
  height: 100%;
  background: url(./images/image_04.png);
  background-size: cover;
  border-radius: 25px;
}

.card-2 .sub-card .right-sub-card {
  position: relative;
  width: 38%;
  height: 100%;
}

.card-2 .sub-card .right-sub-card .image-box-3 {
  width: 100%;
  height: 122%;
  background: url(./images/image_05.png);
  background-size: cover;
  border-radius: 25px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: -22%;
}

.content {
  padding-top: 48px;
  padding-left: 32px;
  color: #fff;
}

.content h1 {
  font-size: 62px;
  font-weight: bolder;
}

.content p {
  margin: 0px;
  font-size: 18px;
  font-weight: bold;
}

/* Brand Section */
section.brand {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  display: flex;
  gap: 10px;
  margin-top: 80px;
  margin-bottom: 40px;
  background: #d8e7ef;
  border-radius: 20px;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0px;
}

.brand .title {
  width: 15%;
  padding-left: 32px;
  color: #356297;
  font-size: 16px;
  font-weight: 600;
}

.brand .brand-slider {
  width: 85%;
  display: flex;
  gap: 40px;
  /* overflow-x: scroll; */
  /* scroll-behavior: smooth; */
  justify-content: space-between;
  padding-left: 32px;
  padding-right: 32px;
}

.brand .brand-slider div {
  width: 100%;
  margin: auto;
}

.brand .brand-slider div img {
  width: 80%;
  margin: auto;
  object-fit: contain;
  filter: grayscale(1);
  transition: transform 0.3s ease-in-out;
}

.brand .brand-slider img:hover {
  filter: grayscale(0);
  cursor: pointer;
}

section.about {
  max-width: 1280px;

  margin: auto;
  display: flex;
  gap: 10px;
  margin-top: 80px;
  margin-bottom: 40px;
}

.about .left {
  width: 25%;
}

.about .left .section-title {
  margin-top: 20px;
  margin-bottom: 40px;
}

.about .left .section-title p {
  font-size: 18px;
  color: #333333;
}

.about .left .company-title {
  margin-bottom: 10px;
}

.about .left .company-title p {
  color: #356297;
  font-family: "Artifika", serif;
  font-size: 40px;
  margin: 0px;
}

.about .left .company-title p:first-child {
  color: #b48dc1;
  font-size: 56px;
}

.fs-30 {
  font-size: 30px !important;
}

.about .right {
  width: 25%;
}

.about .right img {
  width: 100%;
  object-fit: contain;
}

.about .center {
  width: 50%;
}

.about .center h2 {
  font-family: "Anton SC", sans-serif;
  color: #356297;
  font-size: 96px;
  font-weight: 600;
  margin: 0px;
  margin-top: -30px;
}

.about .center p {
  text-align: justify;
  font-size: 15px;
  color: #797979;
  line-height: 1.5;
}

.about .center p span {
  font-weight: 500;
}

.quote {
  width: 80%;
  margin-top: 40px;
  box-shadow: 0px 0px 20px 5px rgba(239, 191, 255, 0.3);
  -webkit-box-shadow: 0px 0px 20px 5px rgba(239, 191, 255, 0.3);
  -moz-box-shadow: 0px 0px 20px 5px rgba(239, 191, 255, 0.3);
  padding: 20px;
}

.quote .top {
  display: flex;
  gap: 20px;
  padding-left: 10px;
}

.quote .top img {
  width: 10%;
  height: 10%;
  object-fit: contain;
}

.quote .top .details {
  width: 90%;
  font-size: 12px;
  color: #797979;
  line-height: 1.5;
}

.quote-details {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.quote-details .rating {
  color: #356297;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
}

.quote-details .rating i {
  font-size: 12px;
}

.bar {
  width: 1px;
  height: 20px;
  background: url(./images/line.png);
  margin-left: 10px;
  margin-right: 10px;
}

.quote-author p {
  font-size: 24px;
  color: #356297;
  font-weight: 600;
  margin: 0px;
  line-height: 1 !important;
}
.quote-author span {
  font-size: 12px;
}

/* bespoke */
section.bespoke {
  background: #fbfbfb;
}

.bespoke .container {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 20px 0px;
}

.bespoke .container .left {
  width: 50%;
  padding-top: 40px;
}

.bespoke .container .left p {
  font-family: "Artifika", serif;
  color: #356297;
  font-size: 48px;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 10px;
}

.bespoke .container .left p:nth-child(2) {
  color: #b48dc1;
  font-size: 56px;
}

.bespoke .container .right {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.bespoke-card {
  position: relative;
  aspect-ratio: 1/1.3;
  background-size: cover;
  border-radius: 30px;
  overflow: hidden;
}

.bespoke-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}

.bespoke-card .details {
  position: absolute;
  bottom: -100%;
  left: 0px;
  opacity: 0;
  z-index: 1000;
  color: #ffffff;
  padding: 20px;
  transition: all 0.5s ease-in-out;
}

.bespoke-card .details h3 {
  font-size: 24px;
  font-weight: bold;
}

.bespoke-card .details p {
  font-size: 12px;
  /* width: 80%; */
  text-align: justify;
}

.bespoke-card .overlay:hover {
  background: rgba(0, 0, 0, 0.5);
  /* transition: all 0.3s ease-in-out; */
}

.bespoke-card .overlay:hover .details {
  opacity: 1;
  bottom: 0px;
  /* transition: all 0.3s ease-in-out; */
}

section.l7connect {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 20px 0px;
}

.l7connect .left {
  width: 30%;
}

.l7connect .left p {
  font-family: "Artifika", serif;
  font-size: 85px;
  color: #356297;
}

.l7connect .left p span {
  color: #b48dc1;
}

.l7connect .right {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 20px;
}

.l7connect .right .l7connect-card {
  background: #f4f4f4;
  border-radius: 25px;
  margin: auto;
  padding: 40px;
  text-align: center;
}

.l7connect .right .l7connect-card h3 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #356297;
  font-weight: 600;
  margin-bottom: 10px;
}

.l7connect .right .l7connect-card p {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

section.slider-wrapper {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 40px;
  background: #f4f8ec;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  cursor: grab;
  display: flex;
}

section.slider-wrapper .slider {
  padding-left: 40px;
  padding-right: 40px;
}

section.slider-wrapper .slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.slider .slide .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.slider .slide .left .section-title {
  color: #333333;
}

.slider .slide .left .slider-counter {
  font-weight: bold;
  color: #333333;
}

.slider .slide .left img.mobile-slider-image {
  display: none;
}

.slider .slide .left .slider-counter span {
  font-weight: 400;
  font-size: 14px;
}

.slider .slide .left .slider-content h4 {
  font-size: 28px;
  color: #001f3f;
  margin-bottom: 10px;
}

.slider .slide .left .slider-content p {
  width: 90%;
  text-align: justify;
  font-size: 12px;
}

.slider .slide .left a {
  background: #356297;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding: 15px;
  border-radius: 50px;
}

.slider .slide .right {
  width: 50%;
  margin: 40px;
  margin-left: 0px;
  padding-right: 40px;
}

.slider .slide .right img {
  width: 100%;
  border-radius: 50px;
  border: 5px solid #ffffff;
}

section.history {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

section.history h4 {
  font-size: 48px;
  color: #001f3f;
}

section.history .history-content {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-top: 1px solid #e0e0e0;
}

section.history .history-content .history-card {
  padding: 20px;
  width: 100%;
  border-right: 1px solid #e0e0e0;
  text-align: center;
}

section.history .history-content .history-card:last-child {
  border-right: none;
}

.counter {
  position: relative;
}

.counter .number-prefix,
.counter .number-suffix {
  position: absolute;
  top: 0px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.counter .number {
  color: #001f3f;
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
}

p.title {
  color: #566e7c;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
  width: 50%;
  margin: auto;
}

section.satisfaction {
  background: #d8e7ef;
}

section.satisfaction .container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.satisfaction .container .left,
.satisfaction .container .center,
.satisfaction .container .right {
  width: 100%;
}
.left h4 {
  color: #001f3f;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-top: 30px;
}

.satisfaction .container .center {
  border-right: 1px solid #afbeca;
}

.satisfaction .container .right ul {
  height: 100%;
  list-style: none;
  padding: 0px;
  padding-left: 110px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.satisfaction .container .right ul li {
  margin-bottom: 7px;
  position: relative;
}

.satisfaction .container .right ul li span {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.satisfaction .container .right ul li::before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  background: #fe5b2c;
  width: 15px;
  height: 15px;
}

.satisfaction .container .right ul li:first-child::before {
  background: #aae3ff;
}

.satisfaction .container .right ul li:nth-child(2)::before {
  background: #c5ecff;
}

.satisfaction .container .right ul li:nth-child(3)::before {
  background: #d6f1ff;
}

.satisfaction .container .right ul li:nth-child(4)::before {
  background: #ffffff;
}

.section-title {
  color: #001f3f;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  line-height: 12px;
}

.highlight {
  color: #fe5b2c;
  font-size: 12px;
}

section.call-action {
  background: url("./images/call-action.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.call-action .container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: auto;
}

.call-action .container .left {
  width: 80%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.call-action .container .left h4 {
  font-size: 36px;
  color: #2d2e30;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 10px;
}

.call-action .container .left h4 span {
  color: #2b5485;
}

.call-action .container .left p {
  font-size: 12px;
}

.call-action .container .right {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}

.call-action .container .right a {
  background: #356297;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding: 15px;
  border-radius: 50px;
}

section.faqs {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

section.faqs h2 {
  text-align: center;
  color: #001f3f;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 40px;
}

.faqs .faq-box {
  width: 100%;
}

.faqs .faq-box .faq {
  background: #fcfcfc;
  box-shadow: 0px 2px 10px 2px rgba(126, 171, 242, 0.25);
  margin-bottom: 20px;
  padding: 20px;
  cursor: pointer;
  border-radius: 10px;
}

.faqs .faq-box .faq .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faqs .faq-box .faq .top p {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.faqs .faq-box .faq .top i {
  padding: 10px;
  font-size: 18px;
  transition: transform 0.3s ease-in-out;
}

.faqs .faq-box .faq .top i.active {
  transform: rotate(180deg);
}

.faqs .faq-box .faq .bottom {
  color: #001f3f;
  width: 90%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: justify;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

section.workflows {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.workflows .left {
  width: 40%;
}

.workflows .left h4 {
  color: #001f3f;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.workflows .right {
  width: 50%;
}

.workflows .right .processes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.workflows .right .processes .process {
  position: relative;
  border: 1px solid #e0e0e0;
  padding: 20px;
  border-radius: 25px;
}

.workflows .right .processes .process:first-child::before {
  content: "";
  position: absolute;
  top: 20%;
  left: calc(100% - 1px);
  width: 25px;
  height: 10px;
  border-bottom: 1px solid #e0e0e0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: 10;
}

.workflows .right .processes .process:first-child::after {
  content: "";
  position: absolute;
  top: calc(20% + 25px);
  left: calc(100% - 1px);
  width: 25px;
  height: 10px;
  border-top: 1px solid #e0e0e0;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  z-index: 10;
}

.workflows .right .processes .process:nth-child(2)::before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 80%;
  width: 10px;
  height: 25px;
  border-left: 1px solid #e0e0e0;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  z-index: 10;
}

.workflows .right .processes .process:nth-child(2)::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: calc(80% - 25px);
  width: 10px;
  height: 25px;
  border-right: 1px solid #e0e0e0;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  z-index: 10;
}

.workflows .right .processes .process:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 20%;
  left: calc(100% - 1px);
  width: 25px;
  height: 10px;
  border-bottom: 1px solid #e0e0e0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: 10;
}

.workflows .right .processes .process:nth-child(3)::after {
  content: "";
  position: absolute;
  top: calc(20% + 25px);
  left: calc(100% - 1px);
  width: 25px;
  height: 10px;
  border-top: 1px solid #e0e0e0;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  z-index: 10;
}

.workflows .right .processes .process .counter {
  position: relative;
}

.workflows .right .processes .process .counter .number-prefix {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  padding: 5px;
  background: #ffffff;
  color: #2d2e30;
  text-transform: uppercase;
  letter-spacing: 5px;
  z-index: 10;
}

.workflows .right .processes .process .counter .number {
  letter-spacing: 5px;
}

.workflows .right .processes .process p.title {
  margin: 0px;
  margin-top: 5px;
  width: 40%;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #2d2e30;
}

.workflows .right .processes .process p.description {
  margin: 0px;
  margin-top: 30px;
  font-size: 12px;
  text-align: justify;
}

section.blog {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.blog .left {
  width: 35%;
}

.blog .right {
  width: 50%;
}

.blogs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.blog .right .single-blog {
  border: 1px solid #e0e0e0;
  width: 100%;
  border-radius: 10px;
}

.blog .right .single-blog img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog .right .single-blog .content {
  padding: 20px;
}

.blog .right .single-blog .content .meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.blog .right .single-blog .content .meta .category {
  padding: 5px 10px;
  background: rgba(187, 152, 245, 0.4);
  border-radius: 5px;
  color: #2d2e30;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
}

.blog .right .single-blog .content .meta .date {
  color: #445375;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
}

.blog .right .single-blog .content h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #001f3f;
  margin-top: 10px;
}

.blogs .single-blog .bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blogs .single-blog .bottom .author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.author .author-details p {
  font-size: 14px;
  color: #00194c;
  font-weight: 500;
  margin: 0px;
  margin-bottom: -5px;
}
.author .author-details span {
  font-size: 10px;
  color: #445375;
}

.separator {
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  margin: auto;
  padding-top: 20px;
}

.author .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #d6f1ff;
  border: 1px solid #e0e0e0;
  text-align: center;
  line-height: 40px;
  color: #356297;
  font-weight: 600;
}

.bottom .share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.bottom .share a {
  padding: 5px 10px;
  color: #ffffff;
  background: #b48dc1;
  cursor: pointer;
}

/* Blog Modal */
body .modal-blog {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  z-index: 100;
  box-shadow: 0px 0px 20px 5px rgba(239, 191, 255, 0.3);
}

footer {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  background: #356297;
  border-radius: 28px;
}

footer .left {
  width: 30%;
  padding: 40px;
  color: #ffffff;
}

footer .left h3 {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 10px;
  margin-top: 30px;
}

footer .left p {
  font-size: 12px;
  text-align: justify;
}

footer .right {
  width: 70%;
  background: #2b5485;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer .right .top {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

footer .right .top .links {
  width: 30%;
}

footer .right .top .links ul,
footer .right .top .services ul,
footer .right .top .contact ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

footer .right .top .links ul li a,
footer .right .top .services ul li a {
  color: #ffffff;
  font-size: 10px;
}

footer .right .top .links ul li a i,
footer .right .top .services ul li a i {
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}

footer .right .top .links ul li a:hover i,
footer .right .top .services ul li a:hover i {
  margin-right: 10px;
}

footer .right .top .contact ul {
  padding-top: 10px;
}

footer .right .top .contact ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 10px;
}

footer .right .top .contact ul li i {
  font-size: 12px;
}

footer .right .top .contact ul li p {
  width: 50%;
}

footer .right .top .services {
  width: 30%;
}

footer .right .top .contact {
  width: 40%;
}

footer .right .bottom {
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

footer .right .bottom .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

footer .right .bottom .title .line {
  width: 20px;
  height: 1px;
  background: #ffffff;
}

footer .right .bottom .title p {
  margin: 0px;
  color: #ffffff;
  font-size: 12px;
}

footer .right .bottom .separator {
  padding-top: 0px;
}

footer .right .bottom .share-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}

footer .right .bottom .share-copyright .socila-media {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

footer .right .bottom .share-copyright .socila-media a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  line-height: 40px;
}

footer .right .bottom .share-copyright .socila-media a i {
  transition: all 0.3s ease-in-out;
  color: #566e7c;
}

footer .right .bottom .share-copyright .socila-media a:hover i.fa-facebook-f {
  color: #2069c8;
}

footer .right .bottom .share-copyright .socila-media a:hover i.fa-x-twitter {
  color: #14171a;
}

footer .right .bottom .share-copyright .socila-media a:hover i.fa-linkedin-in {
  color: #0077b5;
}

footer .right .bottom .share-copyright .socila-media a:hover i.fa-youtube {
  color: #e31d1d;
}

.copyright {
  margin: 0px;
  color: #ffffff;
  font-size: 12px;
}

.footer-title {
  margin-bottom: 10px;
}

.footer-title h4 {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  display: inline;
}

.footer-title h4::before {
  position: absolute;
  content: "";
  width: 20%;
  height: 2px;
  background: #219be4;
  left: 0px;
  bottom: -5px;
}

.footer-title h4::after {
  position: absolute;
  content: "";
  width: calc(100% - 40% - 10px);
  height: 2px;
  background: #ffffff;
  left: calc(20% + 10px);
  bottom: -5px;
}

/* Scroll To Top */
#progress {
  background: #03cc65;
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 70px;
  width: 70px;
  display: none;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1000;
}

#progress-value {
  /* display: block; */
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  background: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #356297;
  margin: auto;
}

#progress-icon {
  display: none;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  background: #ffffff;
  border-radius: 50%;
  place-items: center;
  color: #356297;
  margin: auto;
}

#progress:hover #progress-value {
  display: none !important;
}

#progress:hover #progress-icon {
  display: grid !important;
}

/*================================*/
/*Loading*/
/*================================*/
.loading-container {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  z-index: 100000;
}

.loading-text {
  font-size: 40px;
  font-weight: bold;
  color: #356297;
  display: inline-block;
  position: relative;
}

.loading-text span {
  display: inline-block;
  animation: move 2s ease-in-out infinite, colorChange 2s infinite;
}

@keyframes move {
  0%,
  100% {
    transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: translateY(-15px) translateX(10px) rotate(20deg);
    opacity: 0.7;
  }
}

@keyframes colorChange {
  0%,
  100% {
    color: #356297;
  }
  50% {
    color: #b48dc1;
  }
}

@keyframes scaleEffect {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

@media screen and (max-width: 992px) {
  section.hero {
    height: 500px;
  }
}

/* Mobile & Tab Device */
@media screen and (max-width: 768px) {
  .header nav {
    width: 90%;
  }
  .header nav .main-menu {
    display: none;
  }

  header nav .mobile-menu-button-container {
    display: flex;
    justify-content: flex-end;
  }

  /*=========================================*/
  /*              Brand Section              */
  /*=========================================*/
  section.hero {
    flex-direction: column;
    height: 800px;
  }
  .card-1,
  .card-2 {
    width: 90%;
    margin: 0 auto;
  }

  /*=========================================*/
  /*              Brand Section              */
  /*=========================================*/
  section.brand {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    margin: auto;
    padding: 20px;
    margin-top: 20px;
  }

  .brand .title {
    padding-left: 0px;
    width: 80%;
  }

  .brand .title p {
    font-size: 14px;
    line-height: 1.2;
  }

  .brand .brand-slider {
    padding: 0px;
  }

  /*=========================================*/
  /*              About Section              */
  /*=========================================*/

  section.about {
    flex-direction: column;
    gap: 20px;
  }

  .about .left,
  .about .center,
  .about .right {
    width: 90%;
    margin: auto;
  }

  .about .left .company-title {
    text-align: center;
  }

  .quote {
    width: 100%;
  }

  /*=========================================*/
  /*             Bespoke Section             */
  /*=========================================*/
  .bespoke .container {
    flex-direction: column;
  }

  .bespoke .container .left,
  .bespoke .container .right {
    width: 90%;
    margin: auto;
  }

  .bespoke .container .left p {
    font-size: 40px !important;
    text-align: center;
  }

  .bespoke .container .right {
    grid-template-columns: repeat(1, 1fr);
  }

  .bespoke-card .overlay {
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
  }

  .bespoke-card .overlay .details {
    opacity: 1;
    bottom: 0px;
    transition: all 0.3s ease-in-out;
  }
  /*=========================================*/
  /*           L7 Connect Section            */
  /*=========================================*/
  section.l7connect {
    flex-direction: column;
  }

  .l7connect .left,
  .l7connect .right {
    width: 90%;
    margin: auto;
  }

  .l7connect .left p {
    font-size: 56px;
    text-align: center;
  }

  .l7connect .right {
    grid-template-columns: repeat(1, 1fr);
  }

  section.slider-wrapper .slider {
    padding: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .slider .slide .left .slider-content p {
    width: 100%;
  }

  .slider .slide .left {
    width: 90%;
    margin: 0px auto;
  }

  .slider .slide .left img.mobile-slider-image {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 25px;
    border: 5px solid #ffffff;
  }

  .slider .slide .left .slider-content h4 {
    margin-top: 0px;
  }

  .slider .slide .right {
    display: none;
  }
  /*=========================================*/
  /*            History Section              */
  /*=========================================*/
  section.history .history-content {
    flex-direction: column;
  }

  section.history .history-content .history-card {
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
  }

  section.history .history-content .history-card:last-child {
    border-right: 1px solid #e0e0e0;
  }

  /*=========================================*/
  /*          Satisfaction Section           */
  /*=========================================*/

  section.satisfaction .container {
    flex-direction: column;
  }

  .satisfaction .container .left,
  .satisfaction .container .center,
  .satisfaction .container .right {
    width: 90%;
    margin: auto;
  }

  .satisfaction .container .center {
    border: none;
  }

  .satisfaction .container .right ul {
    padding-left: 0px;
    width: 80%;
    margin: auto;
  }

  /*=========================================*/
  /*           Work process Section             */
  /*=========================================*/
  .process:first-child {
    order: 0;
  }

  .process:nth-child(2) {
    order: 1;
  }

  .process:nth-child(3) {
    order: 3;
  }

  .process:nth-child(4) {
    order: 2;
  }

  .workflows .right .processes .process::before,
  .workflows .right .processes .process::after {
    display: none;
  }
  /*=========================================*/
  /*           Workflows Section             */
  /*=========================================*/
  section.workflows {
    flex-direction: column;
  }

  .workflows .left,
  .workflows .right {
    width: 90%;
    margin: auto;
  }

  .workflows .left h4 {
    font-size: 40px;
  }

  .workflows .right .processes {
    grid-template-columns: repeat(1, 1fr);
  }

  /*=========================================*/
  /*          Call Action Section            */
  /*=========================================*/
  .call-action .container {
    flex-direction: column;
  }

  .call-action .container .left,
  .call-action .container .right {
    width: 90%;
  }

  .call-action .container .left p {
    text-align: justify;
  }

  .call-action .container .right {
    justify-content: center;
    padding-bottom: 20px;
  }
  /*=========================================*/
  /*            FAQs Section               */
  /*=========================================*/
  section.faqs {
    width: 90%;
  }

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

  .faqs .faq-box .faq .top p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
  }

  .faqs .faq-box .faq .bottom {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 10px;
  }
  /*=========================================*/
  /*            Blog Section               */
  /*=========================================*/
  section.blog {
    flex-direction: column;
  }

  .blog .right,
  .blog .left {
    width: 90%;
    margin: auto;
  }

  .left h4 {
    text-align: center;
    font-size: 40px;
  }

  .blogs {
    flex-direction: column;
  }

  .brand .brand-slider {
    width: 90%;
    gap: 20px;
  }

  .brand .brand-slider div img {
    width: 100%;
  }
  /*=========================================*/
  /*            Footer Section               */
  /*=========================================*/

  footer {
    flex-direction: column;
    border-radius: 0px;
    margin-bottom: 0px;
  }

  footer .left {
    width: 100%;
    padding: 20px;
  }

  footer .right {
    width: 100%;
    border-radius: 0px;
  }

  footer .right .top {
    flex-direction: column;
  }

  footer .right .top .links {
    width: 100%;
  }

  footer .right .top .services {
    width: 100%;
  }

  footer .right .top .contact {
    width: 100%;
  }

  footer .right .bottom .share-copyright {
    flex-direction: column;
    gap: 20px;
  }
}

/*=========================================*/
/*              Single Page               */
/**=======================================*/
section.blog-header {
  /* max-width: 1280px;
    width: 100%;
    margin: auto; */
  background: url(./images/blog-header.png);
  background-size: cover;
  background-position: center;
}

.blog-header span {
  display: block;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  padding: 20px 0px;
}

section.main {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.main .details {
  float: left;
  width: 50%;
  margin-right: 50px;
  margin-bottom: 20px;
}

.main .details img {
  width: 100%;
}

.main .details .meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.main .details .meta .category {
  padding: 5px 10px;
  background: rgba(187, 152, 245, 0.4);
  border-radius: 5px;
  color: #2d2e30;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
}

.main .details .meta .date {
  color: #445375;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
}
.main-content .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #2d2e30;
  margin-bottom: 20px;
}

.main-content .description {
  text-align: justify;
}

.main-content .description span {
  font-weight: 500;
}

.main-content .description div {
  margin-left: 20px;
}

.main-content .description div h4 {
  margin-top: 5px;
}

.main-content .description div ul,
.main-content .description div ol {
  margin-bottom: 20px;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .main .details,
  .main .main-content {
    width: 90%;
    margin: auto;
    float: none;
  }

  .main .main-content {
    margin-top: 10px;
  }

  .main-content .description div {
    margin-left: 0px;
  }

  .main-content .description div ul,
  .main-content .description div ol {
    margin-left: 20px;
  }

  .main-content .description div ul li,
  .main-content .description div ol li {
    margin-bottom: 5px;
  }
}
