﻿@font-face {
  font-family: "dotlines-social";
  src: url("../fonts/dotlines-social.woff?5tt4ht") format("woff"), url("../fonts/dotlines-social.ttf?5tt4ht") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dotlines-social" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-background-ring:before {
  content: "\e900";
  color: #986a9d;
}

.icon-calendar:before {
  content: "\e901";
}

.icon-left-leaf:before {
  content: "\e902";
  color: #af8fe1;
}

.icon-mail:before {
  content: "\e903";
  color: #88528f;
}

.icon-quote-left:before {
  content: "\e904";
  color: #ece5d6;
}

.icon-right-leaf:before {
  content: "\e905";
  color: #c5dbad;
}

.icon-arrow-down:before {
  content: "\e906";
}

.icon-arrow-left:before {
  content: "\e907";
}

.icon-arrow-right:before {
  content: "\e908";
}

.icon-arrow-up:before {
  content: "\e909";
}

.icon-calendar1:before {
  content: "\e90a";
}

.icon-chevron-down:before {
  content: "\e90b";
}

.icon-chevron-right:before {
  content: "\e90c";
}

.icon-chevron-up:before {
  content: "\e90d";
}

.icon-mail1:before {
  content: "\e913";
}

@media (max-width: 991px) {
	.video-project-wrapper { max-width: 850px; }
}

@media (max-width: 800px) {
	.video-project-wrapper { max-width: 700px; }
}

@media (max-width: 768px) {
	.video-project-wrapper { max-width: 650px; }
}

@media (max-width: 600px) {
	.video-project-wrapper { max-width: 570px; }
}

@media (max-width: 500px) {
	.video-project-wrapper { max-width: 430px; }
}

@media (max-width: 400px) {
	.video-project-wrapper { max-width: 380px; }
}

@media (max-width: 350px) {
	.video-project-wrapper { max-width: 300px; }
}

.icon-map:before {
  content: "\e912";
}

.icon-menu:before {
  content: "\e90e";
}

.icon-phone:before {
  content: "\e90f";
}

.icon-phone-call:before {
  content: "\e910";
}

.icon-play:before {
  content: "\e911";
}

.icon-plus:before {
  content: "\e914";
}

.icon-clear:before {
  content: "\e915";
}

.icon-play2:before {
  content: "\ea15";
}

.icon-play3:before {
  content: "\ea1c";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-whatsapp:before {
  content: "\ea93";
}

.icon-linkedin2:before {
  content: "\eaca";
}

/*
Theme Name: Dotlines Social.
Author: Dotlines, Product Team
Author URI: https://dotlines.com.bd/
Version: 1.0
 */
* {
  min-height: 0;
  min-width: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}
html.no-scroll {
  overflow: hidden;
}

@-ms-viewport {
  width: device-width;
}
::-moz-selection {
  background: #63266E;
  color: #ffffff;
}

::selection {
  background: #63266E;
  color: #ffffff;
}

body {
  padding: 100px 0 0;
  scroll-behavior: smooth;
  margin: 0;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif, serif;
  font-size: 100%;
  line-height: 1.15;
  overflow-x: hidden;
  cursor: default;
  background: #ffffff;
}
body.no-scroll {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

h2 {
  font-size: 2.7rem;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:focus, a:active {
  outline: 0 !important;
}

button:focus, button:active {
  outline: 0 !important;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):active {
  outline: 0 !important;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: none;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

[hidden] {
  display: none;
}

.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.center-block {
  display: block;
  margin: 0 auto;
}

.align-items-center {
  align-items: center !important;
}

.align-self-center {
  align-self: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.img-fluid,
img {
  max-width: auto;
  height: auto;
}

.img-round {
  border-radius: 50%;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.py-5 {
  padding: 100px 0;
}

.pb-5 {
  padding-bottom: 100px;
}

.pt-5 {
  padding-top: 100px;
}

.py-3 {
  padding: 40px 0;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.m-0 {
  margin: 0 !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.p-0 {
  padding: 0;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

/*extend data*/
.btn-link {
  color: #63266E;
  text-transform: uppercase;
  display: inline-flex;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1.5px;
}

.lg-heading {
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
  font-family: "Chieezy Burger";
  color: #63266E;
  text-align: center;
  text-transform: uppercase;
  max-width: 670px;
  margin: 0 auto;
}

.lg-heading {
  font-size: 72px;
  line-height: 1;
  margin: 0 auto 30px;
  max-width: 850px;
}

.common-content ol li, .common-content ul li, .common-content p, .enterprise-limited-content p, p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1B1B1B;
}

.btn {
  font-size: 18px;
  border: 1.5px solid #63266E;
  font-weight: 700;
  padding: 16px 48px;
  position: relative;
  z-index: 9;
  color: #ffffff;
  letter-spacing: 0.35px;
  cursor: pointer;
  display: block;
  line-height: normal;
  text-align: center;
  background: #63266E;
  border-radius: 12px;
}

.animate, .footer, .header, .form-control, .radio-mark, .checkmark, .navbar-brand img {
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  align-self: flex-start;
  z-index: 9;
}

.d-flex {
  display: flex;
}

.error-msg {
  color: #DC2E3D !important;
}

label.error {
  color: #DC2E3D !important;
  font-size: 12px;
}

@media all and (min-width: 768px) {
  .xs-only {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
  .hide-xs {
    display: none !important;
  }
}
.navbar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-toggler {
  display: none;
}
  .navbar-collapse {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .navbar-collapse.show {
    display: flex !important;
  }
  
  .navbar.in .navbar-collapse {
    display: flex !important;
  }
  
  .navbar ul > li.dropdown > a:after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  height: 6px;
  right: 5px;
  position: absolute;
  top: 25px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 6px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.navbar ul > li.dropdown ul li a:hover {
  color: #63266E;
}
.navbar ul > li:last-child {
  margin-left: 15px;
}
.navbar ul > li:last-child.phone-no a {
  border-radius: 80px;
  color: #ffffff;
  position: relative;
}
.navbar ul > li:last-child.phone-no a::after {
  content: "\e90f";
  font-family: "dotlines-social";
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: 0.3s linear all;
}
.navbar ul > li:last-child.phone-no a:hover {
  color: #ffffff;
}
.navbar ul > li:last-child.phone-no a:hover::after {
  left: 12px;
}
.navbar ul > li ul li:last-child {
  margin-left: 0;
}
.navbar ul > li ul li:last-child a {
  background: transparent;
  border-radius: 0;
  color: #1B1B1B;
}
.navbar-brand {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand img {
  height: 53px;
  width: auto;
  object-fit: cover;
}

/* Intermediate responsive breakpoints for navigation */
@media all and (max-width: 1200px) and (min-width: 992px) {
  .navbar-brand img {
    height: 48px;
  }
  .navbar ul li > a {
    padding: 1em 15px;
    font-size: 16px;
  }
  .navbar ul li.phone-no a {
    padding-left: 40px;
    font-size: 14px;
  }
}

@media all and (max-width: 1100px) and (min-width: 992px) {
  .navbar-brand img {
    height: 45px;
  }
  .navbar ul li > a {
    padding: 1em 12px;
    font-size: 15px;
  }
  .navbar ul li.phone-no a {
    padding-left: 35px;
    font-size: 13px;
  }
}

@media all and (max-width: 1050px) and (min-width: 992px) {
  .navbar-brand img {
    height: 42px;
  }
  .navbar ul li > a {
    padding: 1em 8px;
    font-size: 14px;
  }
  .navbar ul li.phone-no a {
    padding-left: 30px;
    font-size: 12px;
  }
}

/* Critical breakpoint for 1048px overlap issue */
@media all and (max-width: 1080px) and (min-width: 992px) {
  .navbar-brand img {
    height: 40px;
  }
  .navbar ul li > a {
    padding: 1em 6px;
    font-size: 13px;
  }
  .navbar ul li.phone-no a {
    padding-left: 25px;
    font-size: 11px;
  }
  .navbar ul li.phone-no {
    padding: 8px 12px;
  }
}

@media all and (min-width: 991px) {
  .navbar-brand img {
    filter: brightness(0) invert(1);
  }
  .navbar ul {
    padding: 0;
    margin: 0;
    display: flex;
  }
  .navbar ul li {
    display: block;
    position: relative;
  }
  .navbar ul li.phone-no {
    border: 1px solid #986A9D;
    border-radius: 80px;
  }
  .navbar ul li.phone-no a {
    padding-left: 46px;
  }
  .navbar ul li > a {
    display: block;
    padding: 1em 20px;
    text-decoration: none;
    white-space: nowrap;
    color: #ffffff;
    transition: all 0.3s linear;
    font-size: 18px;
    font-family: "Sora";
    letter-spacing: -0.36px;
    font-weight: 500;
  }
  .navbar ul li > a:not(.btn):hover, .navbar ul li > a.active {
    color: #F9FF78;
  }
  .navbar ul li.active a {
    color: #63266E;
  }
  .navbar ul li.active.phone-no a {
    color: #ffffff;
  }
  .navbar ul li ul {
    visibility: hidden;
    position: absolute;
    right: 0;
    top: calc(100% + 30px);
    -webkit-box-shadow: 0 20px 20px -7px rgba(69, 65, 78, 0.08);
    -ms-box-shadow: 0 20px 20px -7px rgba(69, 65, 78, 0.08);
    box-shadow: 0 20px 20px -7px rgba(69, 65, 78, 0.08);
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.07, 0.73, 0.75, 0.77);
    height: auto;
    margin-bottom: 10px;
    background: #ffffff;
    padding: 8px 15px;
    width: 220px;
    z-index: 99;
    display: block;
    border-radius: 4px;
  }
  .navbar ul li ul li:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #F6F6EF;
    margin-bottom: 10px;
  }
  .navbar ul li ul li a {
    padding: 8px 0;
    font-size: 16px;
    font-weight: 500;
    color: #1B1B1B;
  }
  .navbar ul li ul li a span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    color: #CCCCCC;
  }
  .navbar ul li:last-child ul {
    left: 0;
    -webkit-box-shadow: 0 5px 15px -5px rgba(69, 65, 78, 0.2);
    -ms-box-shadow: 0 5px 15px -5px rgba(69, 65, 78, 0.2);
    box-shadow: 0 5px 15px -5px rgba(69, 65, 78, 0.2);
    width: 100%;
    border-radius: 0 0 3px 3px;
  }
  .navbar ul li:hover > ul {
    display: block;
    position: absolute;
    visibility: visible;
    top: 100%;
    opacity: 1 !important;
  }
  .navbar ul ul ul {
    left: 100%;
    top: 0 !important;
  }
}
@media all and (max-width: 991px) {
  .navbar {
    position: relative;
    padding: 0;
  }
  .navbar-collapse {
    width: 100%;
    height: 100vh;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: calc(-100% - 55px);
    z-index: 99;
    -webkit-transition: all 0.3s cubic-bezier(0.52, 0.18, 0.27, 0.92);
    transition: all 0.3s cubic-bezier(0.52, 0.18, 0.27, 0.92);
    overflow-y: auto;
  }
  
  .navbar-collapse.show {
    left: 0 !important;
  }
  
  .navbar.in .navbar-collapse {
    left: 0 !important;
  }
  .navbar-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #11232F;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .navbar-icon:nth-child(1) {
    top: 4px;
  }
  .navbar-icon:nth-child(2) {
    top: 13px;
  }
  .navbar-icon:nth-child(3) {
    top: 22px;
  }
  .navbar-toggler {
    width: 30px;
    height: 30px;
    display: block;
    border: none;
    padding: 0;
    transition: all 400ms linear;
    position: relative;
    z-index: 999;
    background: none;
    cursor: pointer;
  }
  .navbar-toggler.open .navbar-icon {
    background: #DC2E3D;
  }
  .navbar-toggler.open .navbar-icon:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .navbar-toggler.open .navbar-icon:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  .navbar-toggler.open .navbar-icon:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .navbar ul {
    width: 100%;
    padding: 60px 0 0;
    display: block;
    margin: 0;
    position: relative;
  }
  .navbar ul li.phone-no {
    background: #63266E;
  }
  .navbar ul li.phone-no a {
    padding-left: 46px;
  }
  .navbar ul li:last-child {
    margin: 0;
    width: 100%;
    position: inherit;
    left: 0;
    bottom: 0;
    text-align: center;
  }
  .navbar ul li:last-child a {
    border-radius: 0;
  }
  .navbar ul li a {
    display: block;
    padding: 1em;
    padding-left: 24px;
    text-decoration: none;
    white-space: nowrap;
    color: #1B1B1B;
    font-size: 16px;
    letter-spacing: 0.35px;
    font-weight: 500;
    position: relative;
  }
  .navbar ul li ul {
    background: #F0F8F8;
    visibility: visible;
    position: static;
    opacity: 1;
    margin-bottom: 0;
    padding: 5px 15px 5px 36px;
    width: auto;
  }
  .navbar ul li ul li {
    margin: 0;
  }
  .navbar ul li ul li:last-child {
    margin: 0;
    position: inherit;
    text-align: left;
  }
  .navbar ul li ul li:not(:last-child) {
    border-bottom: 1px solid #F6F6EF;
  }
  .navbar ul li ul li a {
    color: #000;
    font-size: 16px;
    padding: 10px 0;
    line-height: 26px;
  }
  .navbar ul li ul li a span {
    display: block;
    color: #CCCCCC;
    font-weight: 400;
  }
  .navbar ul li ul li.multisite a::after {
    display: none;
  }
  .navbar ul li.dropdown a:after {
    display: none;
  }
  .navbar ul li.dropdown a.active:after {
    transform: rotate(-45deg);
  }
}
.container {
  max-width: 96%;
  width: 1400px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container-fluid {
  margin: 0;
  max-width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

div[class*=col-] {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  div[class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > div[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "lg";
  src: url("../fonts/lg.woff?n1z373") format("woff");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #B41F70;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #B41F70;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

a#lg-download {
  display: none;
}

.radio, .checkbox {
  display: block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-mark, .checkmark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background: #ffffff;
  margin-right: 5px;
}

.checkbox a {
  color: #63266E;
}

.checkbox input,
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  border-radius: 2px;
  border: 1px solid #000;
}

.checkbox input:checked ~ .checkmark {
  background: #000;
  border: 1px solid #000;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 4px;
  top: 0;
  width: 6px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radio {
  font-size: 14px;
  font-weight: 500;
}

.radio-mark {
  -webkit-box-shadow: 0 0 0 2px #383838 inset;
  -ms-box-shadow: 0 0 0 2px #383838 inset;
  box-shadow: 0 0 0 2px #383838 inset;
  border-radius: 50%;
}

.radio input:checked ~ .radio-mark {
  -webkit-box-shadow: 0 0 0px 10px #63266E inset;
  -ms-box-shadow: 0 0 0px 10px #63266E inset;
  box-shadow: 0 0 0px 10px #63266E inset;
}

select.form-control {
  background-color: #ffffff;
  background-image: url("../images/search-dropdown.svg");
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-background-size: 12px;
  -ms-background-size: 12px;
  background-size: 12px;
  font-size: 1rem;
}

.form-group textarea {
  min-height: 75px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .select-style select {
    padding: 10px 10px;
  }
}
select.form-control option {
  background: #ebebeb none repeat scroll 0 0;
  border: medium none;
  color: #333333;
  padding: 4px 0;
}

select.form-control option:hover {
  color: #fff;
}

select.form-control:focus {
  outline: medium none;
  border: none;
}

.form-label {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 12px;
  padding: 0;
  display: block;
  width: 100%;
  order: -1;
  transition: 0.3s linear all;
}
.form-control {
  padding: 15px 15px;
  resize: none;
  color: #63266E;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid rgba(99, 38, 110, 0.05);
  background: rgba(0, 109, 70, 0.05);
}
.form-control:focus {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  outline: none !important;
  border-color: #B41F70;
}
.form-control:focus ~ .form-label {
  color: #63266E;
}
.form-control::placeholder {
  color: #9CA3AF;
  opacity: 1;
}
.form-group {
  position: relative;
  margin: 0 0 30px;
}
.form-error .form-control {
  border-color: #DC2E3D;
}
.form-error .form-label {
  color: #DC2E3D;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=text]:-webkit-autofill,
input[type=tel]:-webkit-autofill input[type=password]:-webkit-autofill {
  -webkit-background-clip: text;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  backdrop-filter: blur(5px);
}
.modal-close {
  position: absolute;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  background: #ECECEC;
  right: 15px;
  top: 15px;
  cursor: pointer;
  color: #191A24;
  line-height: 46px;
  text-align: center;
  font-size: 24px;
}
.modal-inner {
  max-height: 100%;
  overflow-y: auto;
  max-width: 450px;
  padding: 3rem 1rem 1rem;
  background: #ffffff;
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 900px) {
  .modal-inner {
    max-width: 640px;
  }
}
@media all and (max-width: 767px) {
  .modal-inner {
    width: 100%;
  }
  .modal-inner input.form-control {
    margin-bottom: 15px;
  }
}

.projects::before, .about-leaders::before, .enterprise-limited-images::before, .client-quotations-content::before, .client-quotations::after {
  content: "\e905";
  font-family: "dotlines-social";
  position: absolute;
  left: -90px;
  top: 48px;
  font-size: 417px;
  color: rgba(197, 219, 173, 0.25);
}

.footer::after, .about-leaders::after, .service::after, .services::after, .video-project::before {
  content: "\e902";
  font-family: "dotlines-social";
  position: absolute;
  right: -100px;
  top: 850px;
  font-size: 511px;
  color: rgba(175, 143, 225, 0.1);
}

.common-content ol li, .common-content ul li, .common-content p, .enterprise-limited-content p, p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}

.explore-btn, .load-btn {
  color: #63266E;
  border: 1px solid #63266E;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.18px;
  display: inline-block;
  background: #ffffff;
  padding: 16px 62px 16px 48px;
  border-radius: 12px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.explore-btn:hover, .load-btn:hover {
  background: #63266E;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(99, 38, 110, 0.2);
}
.explore-btn:hover::after, .load-btn:hover::after {
  color: #ffffff;
}

/* Special hover effect for home banner button - no color change since it's already dark */
.home-banner .explore-btn:hover {
  background: #ffffff;
  color: #63266E;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}
.home-banner .explore-btn:hover::after {
  color: #63266E;
}
.explore-btn::after, .load-btn::after {
  content: "\e908";
  font-family: "dotlines-social";
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 6px;
}

.home-banner {
  background: #672D6F;
  margin-top: -100px;
  padding: 134px 0 100px;
  overflow: hidden;
}
.home-banner .container {
  position: relative;
}
.home-banner .container::before {
  position: absolute;
  content: "";
  width: calc(100% - 15px - 15px);
  height: 1px;
  background: #88528F;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
}
.home-banner .banner-content {
  padding-top: 120px;
}
.home-banner .banner-content h6, .home-banner .banner-content h1, .home-banner .banner-content p {
  color: #ffffff;
}
.home-banner .banner-content h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.home-banner .banner-content h1 {
  font-family: "Sora";
  font-size: 77px;
  font-weight: 600;
  line-height: 85px;
  letter-spacing: -2.34px;
  margin: 0 0 44px;
}
.home-banner .banner-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 33px;
  margin: 0 0 44px;
  max-width: 560px;
}
.home-banner .banner-content-left {
  position: relative;
  z-index: 20;
}
.home-banner .banner-content-left h3 {
  text-align: center;
  background: #F9FF78;
  display: block;
  padding: 16px 24px;
  border-radius: 20px;
  font-size: 21px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.21px;
  margin: 0 0 24px;
}
.home-banner .banner-content-left img {
  width: 386px;
  height: auto;
  max-height: 453px;
  object-fit: cover;
  border-radius: 32px;
}
.home-banner .banner-content-left .beneficiaries {
  position: absolute;
  border-radius: 24px;
  background: #2A183D;
  width: 280px;
  padding: 16px 24px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -83px;
}
.home-banner .banner-content-left .beneficiaries h2 {
  color: #ffffff;
  font-size: 64px;
  font-weight: 700;
  line-height: 60px;
  margin: 0 0 6px;
}
.home-banner .banner-content-left .beneficiaries p {
  color: #ffffff;
  font-size: 23px;
  line-height: 31px;
  font-weight: 600;
  margin: 0;
}
.home-banner .banner-content-right {
  position: relative;
}
.home-banner .banner-content-right .img-top {
  position: relative;
  z-index: 22;
  margin-bottom: 24px;
}
.home-banner .banner-content-right .img-top img {
  width: 348px;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  border-radius: 32px;
}
.home-banner .banner-content-right .img-top p {
  position: absolute;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 9px;
  background: #FFEE90;
  text-align: center;
  bottom: 20px;
  left: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.18px;
  margin: 0;
}
.home-banner .banner-content-right .img-bottom {
  position: relative;
  z-index: 22;
}
.home-banner .banner-content-right .img-bottom img {
  width: 338px;
  height: auto;
  max-height: 301px;
  object-fit: cover;
  border-radius: 32px;
}
.home-banner .banner-content-right .img-bottom p {
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 9px;
  background: #B058BF;
  text-align: center;
  bottom: 35px;
  left: 35px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.18px;
  color: #ffffff;
  margin: 0;
}
.home-banner .banner-image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 1;
}
.home-banner .banner-image::after {
  position: absolute;
  content: "\e900";
  font-family: "dotlines-social";
  font-size: 1133px;
  top: -80px;
  left: -62px;
  color: #986a9d;
  z-index: -1;
}
.home-banner .banner-image::before {
  position: absolute;
  content: "";
  width: 626px;
  height: 626px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-39.733deg);
  background: radial-gradient(66.95% 66.95% at 52.03% 55.18%, #8D6395 0%, #FFF 100%);
  filter: blur(327.3999938965px);
  z-index: -1;
}

.partners {
  background: #F1F1F1;
}
.partners .container {
  overflow: hidden;
  gap: 20px;
}
.partners-content h6 {
  color: #383838;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin: 0;
}
.partners-content h2 {
  color: #383838;
  font-family: "Sora";
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: -1.62px;
  margin: 0;
}
.partners-image {
  height: 100%;
}
.partners-image .swiper-wrapper {
  justify-content: first baseline;
}
.partners-image .swiper-slide {
  width: 172px !important;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners-image .swiper-slide img {
  width: 154px;
  height: 67px;
  object-fit: contain;
}

.impact {
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 20;
  /* Prevent background image shaking during counter animation */
  will-change: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.impact::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  top: 0;
  left: 0;
  z-index: 1;
}
.impact::before {
  position: absolute;
  content: "";
  width: 523px;
  height: 523px;
  background: linear-gradient(135deg, #B41F70 18.37%, rgba(249, 218, 2, 0) 89%);
  filter: blur(171.4499969482px);
  top: -82px;
  left: -77px;
  z-index: 2;
}
.impact img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  /* Prevent background image shaking during counter animation */
  will-change: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.impact-title {
  position: relative;
  z-index: 20;
  margin-bottom: 60px;
}
.impact-title h2 {
  color: #ffffff;
  font-family: Sora;
  font-size: 54px;
  font-weight: 700;
  line-height: 44px;
  margin: 0 0 30px;
}
.impact-title p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  max-width: 445px;
  margin: 0 auto;
}
.impact-number {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: center;
  /* Prevent layout shifts during counter animation */
  will-change: auto;
  transform: translateZ(0);
}
.impact-number .numbers h3 {
  color: #FFF;
  text-align: center;
  font-size: 66px;
  font-weight: 800;
  line-height: 60px;
}

/* Counter animation styles */
.counter-number {
  display: inline-block;
  min-width: 2ch; /* Reserve minimum space for 2 characters */
  text-align: center;
}

/* Prevent layout shifts during counter animation */
.home-banner .banner-content-left h3 {
  min-height: 52px; /* Fixed height to prevent shaking */
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-banner .banner-content-left .beneficiaries h2 {
  min-height: 60px; /* Fixed height to prevent shaking */
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-banner .banner-content-right .img-top p,
.home-banner .banner-content-right .img-bottom p {
  min-height: 20px; /* Fixed height to prevent shaking */
  display: flex;
  align-items: center;
  justify-content: center;
}

.impact-number .numbers h3 {
  min-height: 60px; /* Fixed height to prevent shaking */
  display: flex;
  align-items: center;
  justify-content: center;
  /* Prevent background image shaking during counter animation */
  will-change: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.impact-number .numbers p {
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
  line-height: 60px;
  margin: 0;
}

.our-projects, .our-blog {
  background: #F6F6EF;
}
.our-projects .card-wrapper, .our-blog .card-wrapper {
  margin-top: 70px;
}
.our-projects .container .row, .our-blog .container .row {
  align-items: flex-end;
}
.our-projects .container .row .explore-btn, .our-projects .container .row .load-btn, .our-blog .container .row .explore-btn, .our-blog .container .row .load-btn {
  display: block;
  padding: 16px 32px;
}
.our-projects .container .mobile-btn, .our-blog .container .mobile-btn {
  display: none;
}
.our-projects-card, .team-member, .our-blog-card {
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.our-projects-card:hover, .team-member:hover, .our-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.our-projects-card img, .team-member img, .our-blog-card img {
  height: 282px;
  width: 100%;
  object-fit: cover;
}
.our-projects-card .content, .team-member .content, .our-blog-card .content {
  background: #ffffff;
  padding: 32px;
  border-radius: 0 0 16px 16px;
}
.our-projects-card .content h4, .team-member .content h4, .our-blog-card .content h4 {
  color: #1A1618;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.our-projects-card .content p, .team-member .content p, .our-blog-card .content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 38px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.our-projects-card .content .read-btn, .team-member .content .read-btn, .our-blog-card .content .read-btn {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #B41F70;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.our-projects-card .content .read-btn:hover, .team-member .content .read-btn:hover, .our-blog-card .content .read-btn:hover {
  color: #8D4097;
  transform: translateX(5px);
}
.our-projects-card .content .read-btn::after, .team-member .content .read-btn::after, .our-blog-card .content .read-btn::after {
  position: absolute;
  content: "\e908";
  font-family: "dotlines-social";
  font-size: 22px;
  font-weight: normal;
  top: 50%;
  transform: translateY(-50%);
  right: -34px;
}

.video-project {
  background: white;
  position: relative;
  overflow: hidden;
}
.video-project::before {
  top: 206px;
  right: 50px;
}
.video-project .title p {
  max-width: 931px;
}
.video-project-wrapper {
  display: grid;
  grid-template-columns: 76% 1fr;
  grid-gap: 20px;
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: 54px;
}
.video-project-wrapper .video {
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.video-project-wrapper .video:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.video-project-wrapper .video::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  top: 0;
  left: 0;
  border-radius: 24px;
}
.video-project-wrapper .video:nth-child(1) {
  grid-row: 1/3;
  grid-column: 1/2;
  height: 100%;
}
.video-project-wrapper .video:nth-child(1) span {
  width: 110px;
  height: 110px;
  font-size: 42px;
}
.video-project-wrapper .video img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
  object-fit: right;
}
.video-project-wrapper .video span {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 37px;
  bottom: 37px;
  color: #ffffff;
  font-size: 25px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.client-quotations {
  padding-bottom: 170px;
  position: relative;
  z-index: 20;
  overflow: hidden;
}
.client-quotations::before {
  content: "";
  position: absolute;
  width: 1997px;
  height: 1993px;
  background: radial-gradient(88.68% 88.67% at 57.48% 3.65%, rgba(255, 225, 225, 0.35) 0%, rgba(184, 224, 151, 0.35) 100%);
  top: -775px;
  left: 0px;
  filter: blur(270.6000061035px);
  z-index: -1;
}
.client-quotations::after {
  top: unset;
  bottom: 30px;
  left: 0;
  z-index: -1;
}
.client-quotations .swiper-button-prev, .client-quotations .swiper-button-next {
  top: unset;
  bottom: 0;
  left: 47%;
  border: 1px solid #63266E;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #63266E;
}
.client-quotations .swiper-button-prev::after, .client-quotations .swiper-button-next::after {
  content: "\e907";
  font-family: "dotlines-social";
  font-size: 24px;
}
.client-quotations .swiper-button-prev.swiper-button-disabled, .client-quotations .swiper-button-next.swiper-button-disabled {
  color: #B5B5B5;
  border: 1px solid #B5B5B5;
  opacity: 1;
}
.client-quotations .swiper-button-next {
  left: 53%;
}
.client-quotations .swiper-button-next::after {
  content: "\e908";
}
.client-quotations .container {
  max-width: 1175px;
}
.client-quotations-box {
  margin: 46px 0 100px;
  padding: 33px;
  background: #ffffff;
  border-radius: 23px;
}
.client-quotations-box img {
  width: 526px;
  height: auto;
  object-fit: cover;
}
.client-quotations-content {
  padding: 48px 48px 0;
  position: relative;
  z-index: 20;
}
.client-quotations-content::before {
  content: "\e904";
  top: 0px;
  left: 17px;
  font-size: 99px;
  color: #ECE5D6;
  z-index: -1;
}
.client-quotations-content p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
}
.client-quotations-content h4 {
  color: #383838;
  font-family: "Sora";
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.72px;
  margin: 0;
}
.client-quotations-content h5 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.54px;
  margin: 0;
}

.service, .services {
  background: linear-gradient(180deg, #FFF 0%, #F6F6EF 100%);
  position: relative;
  z-index: 20;
  overflow: hidden;
}
.service::before, .services::before {
  content: "";
  position: absolute;
  width: 1996.773px;
  height: 1992.621px;
  transform: rotate(-154.282deg);
  background: radial-gradient(47.37% 47.34% at 30.18% 57.01%, rgba(146, 7, 255, 0.15) 0%, rgba(255, 152, 152, 0.15) 100%);
  top: 70px;
  left: -397px;
  filter: blur(194.6827697754px);
  z-index: -1;
}
.service::after, .services::after {
  top: unset;
  bottom: -100px;
  z-index: -1;
}
.service .title p, .services .title p {
  max-width: 911px;
}
.service .explore-btn, .service .load-btn, .services .explore-btn, .services .load-btn {
  border: 1px solid #63266E;
  transform: translate(-50%);
  left: 50%;
}
.service-card {
  background: #FFF;
  padding: 40px 40px 60px;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.service-card-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 85px;
  margin: 91px 0 95px;
}
.service-card img {
  height: 88px;
  width: auto;
  object-fit: inherit;
  margin-bottom: 40px;
}
.service-card h5 {
  margin: 0 0 40px;
  color: #383838;
  font-family: "Sora";
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
.service-card p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 37px;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.enterprise-limited {
  overflow: hidden;
}

.enterprise-limited .container .row:not(:last-child) {
  margin-bottom: 120px;
  align-items: flex-start;
}

.enterprise-limited-images {
  position: relative;
  display: grid;
  align-items: stretch;
  gap: 20px;
	max-height: 650px;
	margin-left: auto;
	margin-right: 0px;

	
}

.enterprise-limited-images::before {
  content: "\e900";
  color: rgba(236, 222, 233, 0.6);
  font-size: 824px;
  top: -100px;
  z-index: -1;
}

.enterprise-limited-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 23px;
}

.enterprise-limited-images img:last-child {
  grid-column: span 2; 
}
@media (max-width: 991px) {
  .enterprise-limited-content .title h3 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
  .enterprise-limited-images {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.enterprise-limited-content .title h3 {
  margin-bottom: 67px;
}

.enterprise-limited-content p {
  letter-spacing: -0.54px;
}

.enterprise-limited-content p:last-child {
  margin: 0;
}

/* Original CSS remains unchanged */
.enterprise-limited-content .title h3 {
  margin-bottom: 67px;
}
.enterprise-limited-content p {
  letter-spacing: -0.54px;
}
.enterprise-limited-content p:last-child {
  margin: 0;
}

/* Modified video section CSS */
.enterprise-limited-video {
  width: 100%; /* Changed from fixed width */
  max-width: 599px; /* Added max-width */
  height: 454px;
  position: relative;
  overflow: hidden;
  border-radius: 23px;
  margin: 0 auto; /* Center the video block */
}

@media (max-width: 991px) {
  .row:last-child {
    display: flex;
    flex-direction: column; /* Normal order on mobile */
  }
  
  /* Center the year tracker on mobile */
  .our-milestone-years {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  
  .enterprise-limited-video {
    height: 350px; /* Adjusted for mobile */
    margin: 20px 0;
  }
  
  /* Optional: Adjust other mobile elements */
  .enterprise-limited-video a {
    font-size: 28px;
    padding: 25px;
  }

  .enterprise-limited-video::before {
    width: 250px;
    height: 250px;
    filter: blur(150px);
  }
}

/* Rest of your original video CSS remains */
.enterprise-limited-video a {
  position: absolute;
  font-family: "dotlines-social";
  font-size: 38px;
  font-weight: normal;
  color: #63266E;
  background: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #ffffff;
  padding: 38px;
  border-radius: 50%;
  z-index: 3;
}
.enterprise-limited-video::before {
  position: absolute;
  content: "";
  width: 376px;
  height: 376px;
  background: #B337C9;
  filter: blur(214.1999969482px);
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 23px;
}
.enterprise-limited-video .vsc-controller {
  display: none;
}
.enterprise-limited-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 23px;
  overflow: hidden;
  position: relative;
}

.enterprise-birth {
  position: relative;
  overflow: hidden;
  z-index: 20;
}
.enterprise-birth::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  top: 0;
  left: 0;
  z-index: -1;
}
.enterprise-birth img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.enterprise-birth-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.enterprise-birth-content h2 {
  max-width: 586px;
  margin: 0 auto;
  color: #ffffff;
  font-family: "Sora";
  font-size: 75px;
  font-weight: 600;
  line-height: 78px;
  letter-spacing: -2.25px;
  position: relative;
  z-index: 0;
}
.enterprise-birth-content h2 span {
  font-weight: 700;
}
.enterprise-birth-content h2::after {
  position: absolute;
  content: "";
  width: 349px;
  height: 349px;
  border-radius: 349px;
  background: rgba(237, 213, 236, 0.26);
  top: -30px;
  left: 194px;
  z-index: -1;
}
.enterprise-birth-content p {
  max-width: 483px;
  margin: 0 auto;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.34);
  font-size: 22px;
  font-weight: 500;
  line-height: 38px;
}

.our-blog {
  background: #ffffff;
}
.our-blog-card .content {
  border: 1px solid #D9D9D9;
  padding-top: 27px;
}
.our-blog-card .content h4 {
  font-size: 18px;
}
.our-blog-card .content span {
  color: #4D4148;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.our-blog-card .content span i {
  font-size: 24px;
  margin-right: 15px;
}
.our-blog-card .content p {
  margin-bottom: 73px;
}

.our-milestone-content {
  margin-top: 90px;
}

.our-milestone-years {
  max-height: 640px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.our-milestone-years::-webkit-scrollbar {
  display: none;
}

.our-milestone-years .swiper-wrapper {
  display: block;
}

.our-milestone-years h4 {
  color: #CCCCCC;
  font-family: "Sora", sans-serif;
  font-size: 66px;
  font-weight: 800;
  line-height: 64px;
  letter-spacing: -1.98px;
  padding-left: 180px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, transform;
}

.our-milestone-years h4:not(:last-child) {
  margin-bottom: 80px;
}

.our-milestone-years h4::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 130px;
  background: #CCCCCC;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.our-milestone-years h4:hover {
  color: #8D4097;
  transform: translateX(5px);
}

.our-milestone-years h4.active {
  color: #8D4097;
  transform: translateX(10px);
}

.our-milestone-years h4.active::before {
  background: #8D4097;
  width: 150px;
}
.our-milestone-activities {
  overflow-y: auto;
  max-height: 625px;
  display: grid;
  gap: 139px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  contain: layout style;
  will-change: scroll-position;
}

.our-milestone-activities::-webkit-scrollbar {
  display: none;
}

.our-milestone-activities .activity {
  display: grid;
  grid-template-columns: 214px 1fr;
  gap: 72px;
  opacity: 0.6;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(20px);
  will-change: opacity, transform;
  contain: layout;
  backface-visibility: hidden;
}

.our-milestone-activities .activity.active {
  opacity: 1;
  transform: translateY(0);
}

.our-milestone-activities .activity.active .activity-img::before {
  display: none;
}

.our-milestone-activities .activity.active .activity-description h5 {
  color: #8D4097;
  transition: color 0.3s ease;
}

.our-milestone-activities .activity.active .activity-description p {
  color: #000;
  transition: color 0.3s ease;
}

.our-milestone-activities .activity-img {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.our-milestone-activities .activity-img img {
  width: 214px;
  height: 242px;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.3s ease;
}

.our-milestone-activities .activity.active .activity-img img {
  transform: scale(1.05);
}

.our-milestone-activities .activity-img::before {
  content: "";
  position: absolute;
  width: 214px;
  height: 242px;
  background: rgba(204, 204, 204, 0.8);
  top: 0;
  left: 0;
  border-radius: 16px;
  transition: opacity 0.3s ease;
}

.our-milestone-activities .activity-description h5 {
  color: #CCCCCC;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.08px;
  margin-bottom: 16px;
  transition: color 0.3s ease;
}

.our-milestone-activities .activity-description p {
  margin: 0;
  color: #CCCCCC;
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
  transition: color 0.3s ease;
}
.our-milestone-activities .activity:not(:last-child) .activity-img {
  position: relative;
}
.our-milestone-activities .activity:not(:last-child) .activity-img::after {
  position: absolute;
  content: "";
  height: 140px;
  width: 1px;
  background: #986A9D;
  bottom: -139px;
  left: 50%;
  transform: translateX(-50%);
}

.our-team {
  position: relative;
  overflow: hidden;
}
.our-team .container {
  display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: center;
}
.our-team-image {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.our-team-image:hover {
  transform: translateY(-5px);
}
.our-team-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.our-team-image:hover img {
  transform: scale(1.05);
}
.our-team-content {
  position: relative;
  z-index: 3;
}
.our-team-content::before {
  position: absolute;
  content: "";
  width: 988px;
  height: 767px;
  background: linear-gradient(269deg, rgba(144, 192, 83, 0.16) 0.58%, rgba(96, 45, 144, 0.16) 111.24%);
  transform: rotate(-129.985deg);
  filter: blur(230.3000030518px);
  z-index: -1;
}
  .our-team-content .title h6 {
    color: #383838;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .our-team-content .title h3 {
    color: #383838;
    font-family: "Sora";
    font-size: 54px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -1.62px;
    margin-bottom: 20px;
}
.our-team-content p {
    margin: 0;
    color: #1B1B1B;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
    max-width: 500px;
}
.our-team-content .explore-btn, .our-team-content .load-btn {
    background: #63266E;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.our-team-content .explore-btn:hover, .our-team-content .load-btn:hover {
    background: #8D4097;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(141, 64, 151, 0.25);
}

@media (max-width: 1600px) {
  .video-project-wrapper {
    /* width: 1170px; */
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .home-banner {
    padding-bottom: 50px;
  }
  .home-banner .row div[class*=col-]:last-child {
    order: -1;
  }
  .home-banner .banner-content {
    padding-top: 64px;
  }
  .home-banner .banner-content h6 {
    text-align: center;
    margin: 0 0 5px;
  }
  .home-banner .banner-content h1 {
    text-align: center;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -1.2px;
    margin: 0 0 18px;
  }
  .home-banner .banner-content p {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 35px;
  }
  .home-banner .banner-content a {
    transform: translate(-50%);
    left: 50%;
  }
  .home-banner .banner-content-left h3 {
    padding: 10px 15px;
    border-radius: 15px;
    font-size: 19px;
    line-height: 19px;
    letter-spacing: -0.194px;
    margin: 0 0 13px;
    min-height: 39px; /* Fixed height for mobile */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-banner .banner-content-left img {
    width: 216px;
    height: auto;
    border-radius: 17px;
  }
  .home-banner .banner-content-left .beneficiaries {
    max-width: 170px;
    border-radius: 13px;
    padding: 8px 13px;
    bottom: -44px;
  }
  .home-banner .banner-content-left .beneficiaries h2 {
    font-size: 36px;
    line-height: 33px;
    margin: 0 0 3px;
    min-height: 33px; /* Fixed height for mobile */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-banner .banner-content-left .beneficiaries p {
    font-size: 14px;
    line-height: 17px;
  }
  .home-banner .banner-content-right .img-top {
    margin-bottom: 13px;
  }
  .home-banner .banner-content-right .img-top img {
    width: 100%;
    height: 242px;
    border-radius: 17px;
  }
  .home-banner .banner-content-right .img-top p {
    width: 99px;
    height: 99px;
    padding: 0 8px;
    bottom: 27px;
    right: 18px;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: -0.17px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-banner .banner-content-right .img-bottom img {
    width: 100%;
    height: 168px;
    object-fit: cover;
    border-radius: 17px;
  }
  .home-banner .banner-content-right .img-bottom p {
    width: 89px;
    height: 86px;
    padding: 0 7px;
    border-radius: 44px;
    bottom: 10px;
    left: 10px;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-banner .banner-image {
    padding-top: 54px;
    gap: 13px;
  }
  .home-banner .banner-image::after {
    font-size: 454px;
    top: 0;
    left: 62px;
  }
  .home-banner .banner-image::before {
    width: 540px;
    height: 540px;
    top: 80%;
  }
  .partners .container .row {
    gap: 30px;
  }
  .partners-content h2 {
    font-size: 40px;
  }
  .partners-image .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .partners-image .swiper-slide {
    width: auto !important;
    height: 88px !important;
  }
  .partners-image .swiper-slide img {
    width: 131px;
    height: 57px;
  }
  .impact::before {
    width: 430px;
    height: 476px;
    top: 0;
    left: 0;
  }
  .impact-title h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .impact-title p {
    max-width: 352px;
  }
  .impact-number {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    row-gap: 40px;
  }
  .impact-number .numbers h3 {
    font-size: 48px;
    line-height: 42px;
    min-height: 42px; /* Fixed height for mobile */
    display: flex;
    align-items: center;
    justify-content: center;
    /* Prevent background image shaking during counter animation */
    will-change: auto;
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  .impact-number .numbers p {
    font-size: 23px;
    line-height: normal;
  }
  .our-projects .card-wrapper, .our-blog .card-wrapper {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .our-projects .container .row .explore-btn, .our-projects .container .row .load-btn, .our-blog .container .row .explore-btn, .our-blog .container .row .load-btn {
    display: none;
  }
  .our-projects .container .mobile-btn, .our-blog .container .mobile-btn {
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
  }
  .our-projects-card, .team-member, .our-blog-card {
    margin-bottom: 20px;
  }
  .our-projects-card img, .team-member img, .our-blog-card img {
    height: 250px;
    width: 100%;
  }
  .our-projects-card .content, .team-member .content, .our-blog-card .content {
    padding: 25px;
  }
  .our-projects-card .content h4, .team-member .content h4, .our-blog-card .content h4 {
    margin-bottom: 9px;
  }
  .our-projects-card .content p, .team-member .content p, .our-blog-card .content p {
    margin-bottom: 15px;
  }
  .our-projects-card .content .read-btn, .team-member .content .read-btn, .our-blog-card .content .read-btn {
    font-size: 16px;
    line-height: 24px;
  }
  .our-projects-card .content .read-btn::after, .team-member .content .read-btn::after, .our-blog-card .content .read-btn::after {
    font-size: 18px;
    top: 50%;
  }
  .video-project .title h3 {
    font-size: 44px;
  }
  .video-project .title p {
    line-height: 30px;
  }
  .video-project-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .video-project-wrapper .video {
    margin-bottom: 15px;
    width: 100%;
    height: 250px;
  }
  .video-project-wrapper .video img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .video-project-wrapper .video span {
    height: 50px;
    width: 50px;
    font-size: 20px;
    right: 20px;
    bottom: 20px;
  }
  .video-project-wrapper .video:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .video-project-wrapper .video:nth-child(1) img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .video-project-wrapper .video:nth-child(1) span {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .client-quotations .title h3 {
    line-height: 56px;
    font-size: 44px;
  }
  .client-quotations .container {
    width: 100%;
  }
  .client-quotations-box {
    margin-top: 0;
    padding: 23px;
  }
  .client-quotations-content {
    padding: 24px 0 0;
  }
  .client-quotations-content::before {
    top: 8px;
    left: 0;
  }
  .client-quotations-content p {
    line-height: 32px;
  }
  .client-quotations .swiper-button-prev, .client-quotations .swiper-button-next {
    left: 36%;
  }
  .client-quotations .swiper-button-next {
    left: 54%;
  }
  .service-card {
    padding: 24px 24px 35px;
    border-radius: 14px;
  }
  .service-card-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .service-card img {
    height: 52px;
    margin-bottom: 24px;
  }
  .service-card h5 {
    font-size: 21px;
    margin-bottom: 24px;
  }
  .service-card p {
    font-size: 16px;
    line-height: 22px;
  }
  .enterprise-limited .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .enterprise-limited-images {
    order: 2;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .enterprise-limited-images .small-images img {
    border-radius: 13px;
  }
  .enterprise-limited-images .small-images img:first-child {
    width: 224px;
    height: 221px;
  }
  .enterprise-limited-images .small-images img:last-child {
    width: 160px;
    height: 221px;
  }
  .enterprise-limited-images img {
    border-radius: 13px;
    width: 100%!important;
  }
  .enterprise-limited-content {
    order: 1;
    margin-bottom: 30px;
  }
  .enterprise-limited-content .title {
    font-size: 44px;
    line-height: 56px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .enterprise-limited-content p {
    max-width: 390px;
    margin-bottom: 20px;
  }
  .enterprise-limited-content p:not(:last-child) {
    margin-bottom: 20px;
  }
  .enterprise-limited-content:last-child {
    order: 3;
    margin-top: 30px;
  }
  .enterprise-limited-content:last-child p {
    max-width: 390px;
    margin-bottom: 20px;
  }
  .enterprise-limited-video {
    order: 4;
    width: 100%;
    height: 295px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .enterprise-birth {
    padding-top: 101px !important;
    padding-bottom: 106px !important;
  }
  .enterprise-birth-content {
    grid-template-columns: 1fr;
    gap: 84px;
  }
  .enterprise-birth-content h2 {
    font-size: 46px;
    line-height: 48.341px;
    letter-spacing: -1.394px;
  }
  .enterprise-birth-content h2::after {
    width: 216px;
    height: 216px;
    top: -19px;
    left: 120px;
  }
  .enterprise-birth-content p {
    max-width: 390px;
    line-height: 36px;
  }
  .our-blog-card {
    margin-bottom: 30px;
  }
  .our-blog-card .content {
    padding: 27px;
  }
  .our-blog-card .content p {
    margin-bottom: 65px;
  }
  .our-milestone div[class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .our-milestone-years .swiper-wrapper {
    display: flex;
  }
  .our-milestone-years h4 {
    font-size: 36px;
    padding: 0;
  }
  .our-milestone-years h4:not(:last-child) {
    margin: 0;
  }
  .our-milestone-years h4::before {
    display: none;
  }
  .our-milestone-years h4.swiper-slide {
    width: unset;
  }
  .our-milestone-activities {
    gap: 50px;
    max-height: 430px;
  }
  .our-milestone-activities .activity {
    grid-template-columns: 126px 1fr;
    gap: 43px;
  }
  .our-milestone-activities .activity-img img {
    height: 143px;
  }
  .our-milestone-activities .activity-img::before {
    width: 126px;
    height: 143px;
  }
  .our-milestone-activities .activity:not(:last-child) .activity-img::after {
    height: 140px;
    bottom: -83px;
  }
  .our-milestone-activities .activity-description h5 {
    font-size: 21px;
    line-height: normal;
    letter-spacing: -0.64px;
    margin-bottom: 24px;
  }
  .our-milestone-activities .activity-description p {
    font-size: 16px;
    line-height: 21px;
  }
  .our-team .container {
    grid-template-columns: 1fr;
  }
    .our-team-image {
      order: -1;
    }
  .our-team-image img {
    height: 544px;
    width: 100%;
  }
    .our-team {
      padding: 60px 0;
    }
    .our-team .container {
      grid-template-columns: 1fr;
      gap: 40px;
      max-width: 100%;
    }
    .our-team-image {
      order: -1;
      margin: 0;
      border-radius: 16px;
    }
    .our-team-image img {
      height: 400px;
      width: 100%;
    }
    .our-team-content .title h3 {
      font-size: 44px;
      line-height: 56px;
      letter-spacing: -1.32px;
      margin-bottom: 20px;
    }
    .our-team-content p {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 30px;
      max-width: 100%;
    }
    .our-team-content .explore-btn, .our-team-content .load-btn {
      padding: 14px 48px 14px 32px;
      font-size: 16px;
    }
  }

  /* Additional responsive breakpoints for team section */
  @media (max-width: 768px) {
    .our-team {
      padding: 40px 0;
    }
    .our-team .container {
      gap: 30px;
    }
    .our-team-image img {
      height: 300px;
    }
    .our-team-content .title h3 {
      font-size: 28px;
      line-height: 36px;
      letter-spacing: -0.84px;
    }
    .our-team-content p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 25px;
    }
    .our-team-content .explore-btn, .our-team-content .load-btn {
      padding: 12px 40px 12px 28px;
      font-size: 14px;
    }
  }

  @media (max-width: 480px) {
    .our-team {
      padding: 30px 0;
    }
    .our-team-image {
      border-radius: 12px;
    }
    .our-team-image img {
      height: 250px;
    }
    .our-team-content .title h3 {
      font-size: 24px;
      line-height: 32px;
      letter-spacing: -0.72px;
      margin-bottom: 16px;
    }
    .our-team-content p {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 20px;
    }
    .our-team-content .explore-btn, .our-team-content .load-btn {
      padding: 10px 32px 10px 24px;
      font-size: 12px;
    }
  }
}
@media (max-width: 320px) {
  .impact-number .numbers p {
    font-size: 20px;
  }
}
.banner {
  position: relative;
  overflow: hidden;
  z-index: 20;
}
.banner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  top: 0;
  left: 0;
  z-index: -1;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner-content h2 {
  color: #ffffff;
  font-family: "Sora";
  font-size: 78px;
  font-weight: 600;
  line-height: 85px;
  letter-spacing: -2.34px;
  margin-bottom: 20px;
}
.banner-content p {
  max-width: 830px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
}

.contact {
  background: #F6F6EF;
}
.contact .row {
  justify-content: space-between;
}
.contact-details {
  height: 100%;
  display: grid;
  align-content: space-between;
}
.contact .address {
  background: #ffffff;
  border-radius: 16px;
  padding: 33px 36px 58px;
}
.contact .address h4 {
  color: #191A24;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 17px;
}
.contact .address-container {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 15px;
}
.contact .address-container i {
  color: #63266E;
  font-size: 30px;
}
.contact .address-container-info h6 {
  color: #191A24;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 10px;
}
.contact .address-container-info p, .contact .address-container-info a {
  color: #191A24;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
.contact .address-container:not(:last-child) {
  margin-bottom: 20px;
}
.contact .location {
  border-radius: 16px;
  border: 1px solid #D4D4D4;
  overflow: hidden;
}
.contact form {
  padding: 53px 48px;
  border-radius: 16px;
  background: #ffffff;
}
.contact form .btn {
  width: 100%;
}
.contact form .form-label {
  font-weight: 600;
}
.contact form .form-group {
  margin-bottom: 24px;
}
.contact form .form-control {
  border: 1px solid #B8B8B8;
  background: #ffffff;
  padding: 12px;
}

@media all and (max-width: 991px) {
  .banner-content h2 {
    font-size: 44px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -1.32px;
    margin-bottom: 33px;
  }
  .contact .row {
    gap: 20px;
  }
  .contact-details {
    gap: 20px;
  }
  .contact form {
    padding: 32px;
  }
  .contact form .form-group textarea {
    min-height: 105px;
  }
}
.related-post h2 {
  color: #191A24;
  font-family: "Sora";
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  margin: 60px 0 63px;
}
.related-post-box {
  padding: 40px 25px 32px;
  border: 1px solid #CCCBD6;
  border-radius: 10px;
}
.related-post-box span {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 14px;
}
.related-post-box span i {
  font-size: 18px;
  margin-right: 12px;
}
.related-post-box h5 {
  color: #191A24;
  font-family: "Sora";
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.related-post-box p {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.related-post-box a {
  color: #B41F70;
  font-size: 18px;
  font-weight: 600;
  line-height: 28.8px;
  position: relative;
}
.related-post-box a::after {
  content: "\e908";
  font-family: "dotlines-social";
  position: absolute;
  left: 114px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  font-weight: normal;
}

.blog .card-wrapper .row {
  row-gap: 40px;
}
.blog-detail {
  padding-bottom: 100px;
}
.blog-detail .container {
  max-width: 935px;
}
.blog-detail .container img {
  margin-top: 74px;
}
.blog-detail .container .common-content {
  padding-bottom: 30px;
  border-bottom: 1px solid #B5B5B5;
}
.blog-detail .container .common-content span {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 59px;
}
.blog-detail .container .common-content span i {
  font-size: 24px;
  margin-right: 15px;
}

.services {
  background: #F6F6EF;
}
.services::before {
  display: none;
}
.services .service-card-wrapper {
  margin: 0;
}

.about-info {
  background: #63266E;
}
.about-info-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
}
.about-info-wrapper h5 {
  color: #ffffff;
  font-family: "Sora";
  font-size: 24px;
  font-weight: 700;
  line-height: 37px;
  margin: 0;
  max-width: 431px;
  position: relative;
  z-index: 20;
}
.about-info-wrapper h5::before {
  position: absolute;
  content: "";
  width: 530px;
  height: 530px;
  border-radius: 50%;
  background: #732D80;
  top: -38px;
  left: -298px;
  z-index: -1;
}
.about-info-right p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  max-width: 652px;
}
.about-info-right p:not(:last-child) {
  margin-bottom: 20px;
}
.about-leaders {
  background: linear-gradient(180deg, #FFF 0%, #F6F6EF 100%);
  position: relative;
  z-index: 20;
  overflow: hidden;
}
.about-leaders::before {
  z-index: -1;
}
.about-leaders::after {
  z-index: -1;
}
.about-leaders h3 {
  color: #000;
  font-family: "Sora";
  font-size: 44px;
  font-weight: 600;
  line-height: 59px;
  letter-spacing: -1.32px;
  margin: 0;
}
.about-leaders-member {
  display: grid;
  grid-template-columns: 347px 1fr;
  gap: 179px;
  align-items: center;
  margin-top: 92px;
}
.about-leaders-member:not(:last-child) {
  padding-bottom: 110px;
  border-bottom: 1px solid #CFCFCF;
}
.about-leaders-member img {
  width: 347px;
  height: auto;
  object-fit: cover;
  border-radius: 23px;
}
.about-leaders-member-info {
  max-width: 652px;
}
.about-leaders-member-info h4 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.9px;
  margin-bottom: 38px;
}
.about-leaders-member-info h4 span {
  color: #58595B;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.66px;
  margin-left: 5px;
}
.about-leaders-member-info p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}
.about-leaders-member-info p:not(:last-child) {
  margin-bottom: 16px;
}

.team {
  background: radial-gradient(88.68% 88.67% at 57.48% 3.65%, rgba(255, 225, 225, 0.35) 0%, rgba(184, 224, 151, 0.35) 100%);
  overflow: hidden;
  position: relative;
}
.team .row {
  row-gap: 60px;
}
.team::before {
  position: absolute;
  content: "";
  width: 2934px;
  height: 2928px;
  transform: rotate(-154.282deg);
  background: radial-gradient(47.37% 47.34% at 30.18% 57.01%, rgba(146, 7, 255, 0.1) 0%, rgba(255, 152, 152, 0.1) 100%);
  filter: blur(194.6827697754px);
  top: 539px;
  left: -892px;
}
.team-member {
  max-width: 394px;
  margin: 0 auto;
}
.team-member img {
  height: 257px;
}
.team-member .content h4 {
  margin-bottom: 28px;
}
.team-member .content h4 span {
  display: block;
  color: #58595B;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.team-member .modal-close {
  display: block;
}
.team-member .modal-close-mobile {
  display: none;
}
.team-member .modal-inner {
  height: 100%;
  padding: 86px 73px 70px;
}
.team-member-detail h6 {
    color: #63266E;
    font-family: "Sora";
    font-size: 28px;
    font-weight: 600;
    /* line-height: 40px; */
    margin-bottom: 40px;
    margin-top: 30px;
}
.team-member-detail h6 span {
  display: block;
  color: #7B7979;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.4px;
}
.team-member-detail img {
  width: 501px;
  height: auto;
  object-fit: cover;
  margin-bottom: 50px;
  border-radius: 23px;
}
.team-member-detail p,
.modal .team-member-detail p,
.team-member-detail .f1yzq0lr,
.modal .team-member-detail .f1yzq0lr {
  color: #000;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  padding-bottom: 30px;
  max-width: 96%;
  padding-right: 10px;
}
.team-member-detail p:not(:last-child) {
    margin-bottom: -8px;
}
.team-member-detail p:last-child {
  margin-bottom: 0;
}

.projects {
  overflow: hidden;
  background: #F6F8EF;
  position: relative;
  z-index: 20;
}
.projects::before {
  font-size: 523px;
  top: 1434px;
  left: 0;
  color: rgba(175, 143, 225, 0.1);
  z-index: -1;
}
.projects-card {
  border-radius: 23px;
  background: #ffffff;
  padding: 42px;
  display: flex;
  gap: 77px;
}
.projects-card:not(:last-child) {
  margin-bottom: 32px;
}
.projects-card img {
  height: 436px;
  width: auto;
  object-fit: cover;
  border-radius: 16px;
}
.projects-card-content {
  max-width: 476px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.projects-card-content h3 {
  color: #1A1618;
  font-family: "Sora";
  font-size: 36px;
  font-weight: 700;
  line-height: 47px;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.projects-card-content h4 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}
.projects-card-content h4 span {
  display: block;
  color: #58595B;
  font-family: "Sora";
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.54px;
}
.projects-card-content p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.projects-card-content a {
  color: #B41F70;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
}
.projects-detail {
  padding-bottom: 100px;
}
.projects-detail .container {
  max-width: 935px;
}
.projects-detail .container img {
  margin-top: 74px;
}
.projects-detail .container .common-content {
  padding-bottom: 30px;
  border-bottom: 1px solid #B5B5B5;
}
.projects-detail .container .common-content span {
  display: block;
  font-family: "Sora";
  color: #58595B;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.54px;
  margin-bottom: 10px;
}

@media all and (max-width: 991px) {
  .related-post h2 {
    margin: 49px 0 39px;
  }
  .related-post-box {
    margin-bottom: 30px;
  }
  .blog .card-wrapper .row {
    row-gap: 0;
  }
  .blog .load-btn {
    margin-top: 40px;
  }
  .blog-detail {
    padding-bottom: 30px;
  }
  .blog-detail .container {
    width: 100%;
  }
  .blog-detail .container .common-content img {
    margin-top: 45px;
  }
  .about-info-wrapper {
    grid-template-columns: 1fr;
  }
  .about-info-wrapper h5 {
    max-width: 384px;
    margin-top: 7px;
    margin-bottom: 40px;
  }
  .about-info-wrapper h5::before {
    top: -30px;
    left: -238px;
    z-index: -1;
  }
  .about-info-right p {
    max-width: 380px;
  }
  .about-leaders::before {
    font-size: 247px;
    left: -40px;
  }
  .about-leaders::after {
    display: none;
  }
  .about-leaders h3 {
    font-size: 36px;
    line-height: normal;
    letter-spacing: -1.08px;
  }
  .about-leaders-member {
    grid-template-columns: 1fr;
    gap: 47px;
    margin-top: 43px;
  }
  .about-leaders-member:not(:last-child) {
    padding-bottom: 47px;
  }
  .about-leaders-member img {
    width: 390px;
  }
  .about-leaders-member-info {
    max-width: 388px;
  }
  .about-leaders-member-info h4 {
    margin-bottom: 32px;
  }
  .about-leaders-member-info h4 span {
    display: block;
    font-size: 22px;
    margin: 14px 0 0;
  }
  .about-leaders-member-info p:not(:last-child) {
    margin-bottom: 18px;
  }
  .team .row {
    row-gap: 30px;
  }
  .team-member .modal-close {
    display: none;
  }
  .team-member .modal-close-mobile {
    display: block;
  }
  .team-member .modal-inner {
    height: 90%;
    padding: 44px 20px;
    border-radius: 23px 23px 0px 0px;
    top: unset;
    bottom: 0;
  }
  .team-member-detail h6 {
    margin-bottom: 37px;
  }
  .team-member-detail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 50px;
    border-radius: 23px;
  }
  .team-member-detail p:last-child {
    margin-bottom: 0;
  }
  .projects {
    padding-bottom: 100px !important;
  }
  .projects .load-btn {
    margin-top: 60px;
  }
  .projects::before {
    font-size: 186px;
    top: unset;
    bottom: 50px;
  }
  .projects-card {
    padding: 22px 20px;
    flex-direction: column;
    gap: 30px;
  }
  .projects-card-content {
    gap: 35px;
  }
  .projects-card-content h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .projects-detail {
    padding-bottom: 30px;
  }
  .projects-detail .container {
    width: 100%;
  }
  .projects-detail .container .common-content img {
    margin-top: 45px;
  }
}
.common-content p {
  margin: 0 0 36px;
  line-height: 28px;
  font-size: 16px;
}
.common-content h1 {
  font-size: 44px;
  line-height: 59px;
  font-weight: 600;
  color: #000;
  font-family: "Sora";
  margin: 60px 0 36px;
}
.common-content h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #000;
  margin: 0 0 53px;
}
.common-content h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  font-family: "Sora";
  margin: 57px 0 36px;
}
.common-content h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  margin: 0 0 10px;
}
.common-content strong {
  display: block;
  font-weight: 600;
}
.common-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}
.common-content img:not(:first-child) {
  margin-top: 30px;
}
.common-content video,
.common-content iframe {
  width: 100%;
  max-width: 560px;
  min-height: 300px;
  margin: 20px auto;
}
.common-content ul {
  margin: 0;
  padding: 0;
  counter-reset: ul-counter;
}
.common-content ul li {
  position: relative;
  padding: 5px 0 5px 20px;
  color: #ffffff;
  counter-increment: ul-counter;
}
.common-content ul li a {
  color: #63266E;
}
.common-content ul li p {
  margin: 0;
  margin-left: -20px;
}
.common-content ul li::before {
  content: counter(ul-counter) ".";
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  position: absolute;
  left: 0;
  top: 5px;
}
.common-content ul li:not(:last-child) {
  margin-bottom: 30px;
}
.common-content ol {
  margin: 20px 0;
  padding: 0;
  counter-reset: ol-counter;
}
.common-content ol li {
  position: relative;
  padding: 5px 0 5px 22px;
  color: #ffffff;
  counter-increment: ol-counter;
}
.common-content ol li a {
  color: #63266E;
}
.common-content ol li::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: counter(ol-counter) ".";
}
.common-content table,
.common-content .table {
  width: 100%;
  margin: 15px auto;
}
.common-content table thead tr th,
.common-content .table thead tr th {
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 14px;
  color: #ffffff;
  padding: 10px;
  font-weight: 700;
}
.common-content table tbody tr td,
.common-content .table tbody tr td {
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 14px;
  color: #ffffff;
  padding: 10px;
}
.common-content table tbody tr td strong,
.common-content .table tbody tr td strong {
  font-weight: 500;
}
.common-content .btn {
  margin-top: 15px;
}

.header {
  position: fixed;
  width: 100vw;
  z-index: 99999;
  top: 0;
  height: 100px;
  align-items: center;
  display: flex;
}
.header-tiny, .header-inner {
  -webkit-box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.35);
  background: #ffffff;
}
.header-tiny .navbar-brand img, .header-inner .navbar-brand img {
  filter: brightness(1) invert(0);
}
.header-tiny .navbar ul > li.phone-no a, .header-inner .navbar ul > li.phone-no a {
  color: #ffffff;
  background: #63266E;
}
.header-tiny .navbar ul > li > a, .header-inner .navbar ul > li > a {
  color: #000;
}
.header-tiny .navbar ul > li > a:hover, .header-inner .navbar ul > li > a:hover {
  color: #63266E;
}
.header-detail {
  -webkit-box-shadow: 0 0 0 0;
  -ms-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
.header-detail .navbar {
  position: relative;
}
.header-detail .navbar::after {
  position: absolute;
  content: "";
  width: calc(96% - 15px - 15px);
  height: 1px;
  background: #CBCBCB;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.footer {
  padding: 50px 0 0px;
  background-color: #120F15;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 20;
}
.footer::after {
  position: absolute;
  right: -30px;
  top: 0;
  color: rgba(36, 36, 36, 0.7);
  font-size: 293px;
  z-index: -1;
}
.footer .container {
  max-width: 1051px;
}
.footer-nav ul li {
  margin-bottom: 25px;
}
.footer-nav ul li a {
  color: #ffffff;
  font-family: "Sora";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s linear all;
}
.footer-nav ul li a:hover {
  color: #63266E;
}
.footer-nav-bold ul li a {
  font-weight: 500;
}
.footer a {
  color: #CCCCCC;
  transition: 0.3s linear all;
}
.footer a:hover {
  color: #63266E;
}
.footer-contact .footer-logo img {
  height: 40px;
  width: auto;
  margin-bottom: 29px;
}
.footer-contact p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  max-width: 235px;
}
.footer-btm {
  padding: 24px 0;
  margin-top: 52px;
  background: #000;
}
.footer-btm .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-btm p {
  margin: 0;
  font-size: 10px;
  line-height: normal;
  font-weight: 400;
  color: #ffffff;
}
.footer-btm ul {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: flex-end;
}
.footer-btm ul li {
  list-style: none;
  margin: 0 0 0 40px;
}
.footer-btm ul li a {
  font-size: 10px;
  line-height: normal;
  font-weight: 400;
  transition: 0.3s linear all;
  color: #ffffff;
}
.footer-btm ul li:hover a {
  color: #63266E;
}
.footer-social-link {
  display: flex;
  padding: 0;
  margin: 5px 0 0;
  align-items: center;
}
.footer-social-link li:not(:last-child) {
  margin-right: 16px;
}
.footer-social-link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background: #2F2D31;
  transition: 0.3s linear all;
}
.footer-social-link li a i {
  font-size: 18px;
  color: #ffffff;
}
.footer-social-link li a:hover {
  background: #63266E;
}

.mobile-logo {
  display: none;
}

.title h3, .title h6 {
  color: #383838;
  margin: 0;
}
.title h3 {
  font-family: "Sora";
  font-size: 54px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -1.62px;
  margin-bottom: 20px;
}
.title h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.title p {
  margin: 0;
  color: #1B1B1B;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.load-btn {
  cursor: pointer;
  border: 1px solid #63266E;
  margin-top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.load-btn::after {
  content: "\e906";
  color: #B41F70;
}

@media all and (max-width: 991px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  body {
    padding-top: 70px;
  }
  .py-5 {
    padding: 50px 0;
  }
  .pb-5 {
    padding-bottom: 30px;
  }
  .common-content h1 {
    font-size: 32px;
    line-height: 42px;
    margin: 44px 0 36px;
    letter-spacing: -0.96px;
  }
  .common-content h3 {
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 43px;
  }
  .common-content h4 {
    margin: 44px 0 19px;
  }
  .common-content img {
    width: auto;
    height: 350px;
  }
  .common-content img:not(:first-child) {
    margin-top: 10px;
  }
  .common-content video,
  .common-content iframe {
    width: 100%;
    max-width: 560px;
    min-height: 300px;
    margin: 20px auto;
  }
  .common-content ul {
    margin: 0 0 20px;
    padding: 0;
    counter-reset: ul-counter;
  }
  .common-content ul li {
    position: relative;
    padding: 5px 0 5px 20px;
    color: #ffffff;
    counter-increment: ul-counter;
  }
  .common-content ul li a {
    color: #63266E;
  }
  .common-content ul li p {
    margin: 0;
    margin-left: -20px;
  }
  .common-content ul li::before {
    content: counter(ul-counter) ".";
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .common-content ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .common-content ol {
    margin: 20px 0;
    padding: 0;
    counter-reset: ol-counter;
  }
  .common-content ol li {
    position: relative;
    padding: 5px 0 5px 22px;
    color: #ffffff;
    counter-increment: ol-counter;
  }
  .common-content ol li a {
    color: #63266E;
  }
  .common-content ol li::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: counter(ol-counter) ".";
  }
  .common-content table,
  .common-content .table {
    width: 100%;
    margin: 15px auto;
  }
  .common-content table thead tr th,
  .common-content .table thead tr th {
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 14px;
    color: #ffffff;
    padding: 10px;
    font-weight: 700;
  }
  .common-content table tbody tr td,
  .common-content .table tbody tr td {
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 14px;
    color: #ffffff;
    padding: 10px;
  }
  .common-content table tbody tr td strong,
  .common-content .table tbody tr td strong {
    font-weight: 500;
  }
  .common-content .btn {
    margin-top: 15px;
  }
  .title h3 {
    font-size: 44px;
    line-height: 56px;
    letter-spacing: -1.32px;
    margin-bottom: 20px;
  }
  .header-bar {
    display: none;
  }
  .header {
    background: #ffffff;
    padding: 14px 0;
    height: 70px;
    width: calc(100% - 15px - 15px);
    left: 50%;
    transform: translate(-50%);
    margin-top: 24px;
    border-radius: 12px;
  }
  .header .navbar-collapse {
    width: calc(100% + 15px + 15px);
    margin-top: -24px;
    margin-left: -15px;
  }
  .header .toggler-design {
    background: #EDE9E8;
    width: 56px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
  }
  .header-detail.header-tiny.header {
    border: 1px solid #CBCBCB;
  }
  .header-detail.header-tiny .navbar::after {
    display: none;
  }
  .header-detail .container {
    padding-bottom: 0;
  }
  .header-detail .navbar::after {
    bottom: -8px;
  }
  .navbar-brand img {
    height: 34px;
    object-fit: cover;
  }
  .navbar ul > li:last-child.phone-no a::after {
    left: 26%;
  }
  .footer::after {
    top: unset;
    bottom: 40px;
  }
  .footer .container {
    width: 100%;
  }
  .footer-social-link {
    padding-left: 20px;
  }
  .footer-nav {
    margin-top: 40px;
  }
  .footer-nav ul {
    margin: 0;
    padding-left: 20px;
  }
  .footer-nav ul li {
    margin: 0;
  }
  .footer-nav ul li:not(:last-child) {
    margin-bottom: 18px;
  }
  .footer-nav h3 {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .footer-contact {
    padding-left: 20px;
  }
  .footer-btm .container {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .footer-btm .container p {
    margin: 0 auto 27px;
    color: #BDBDBD;
    text-align: center;
  }
  .footer-btm ul {
    justify-content: center;
    padding-left: 0;
    width: 100%;
    gap: 30px;
    flex-wrap: wrap;
  }
  .footer-btm ul li {
    margin: 0;
  }
  .footer-btm ul li a {
    color: #BDBDBD;
  }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 991px) {
  /* Scroller */
  ::-webkit-scrollbar {
    width: 8px;
  }
  ::-webkit-scrollbar-track {
    background: rgb(173.5377358491, 175.0188679245, 179.4622641509);
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c8c9cc;
  }
}

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

.testimonial-video-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.testimonial-video-card:hover {
  transform: scale(1.02);
}

.testimonial-video-card a {
  position: relative;
  display: block;
  text-decoration: none;
}

.testimonial-video-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.testimonial-video-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  z-index: 1;
  transition: background 0.3s ease;
}

.testimonial-video-card:hover::before {
  background: rgba(0, 0, 0, 0.4);
}

.video-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.3s ease;
}

.video-play-overlay::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid #333;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}

.testimonial-video-card:hover .video-play-overlay {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.our-milestone-activities .activity {
    display: flex!important;
    grid-template-columns: 214px 1fr;
    gap: 32px;
    flex-direction: column!important;
}

/* Milestone Section Optimizations */
.our-milestone-years {
  max-height: 640px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.our-milestone-years::-webkit-scrollbar {
  display: none;
}

.our-milestone-years h4 {
  color: #CCCCCC;
  font-family: "Sora", sans-serif;
  font-size: 66px;
  font-weight: 800;
  line-height: 64px;
  letter-spacing: -1.98px;
  padding-left: 180px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, transform;
}

.our-milestone-years h4:hover {
  color: #8D4097;
  transform: translateX(5px);
}

.our-milestone-years h4.active {
  color: #8D4097;
  transform: translateX(10px);
}

.our-milestone-years h4.active::before {
  background: #8D4097;
  width: 150px;
}

.our-milestone-activities {
  overflow-y: auto;
  max-height: 625px;
  display: grid;
  gap: 139px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  contain: layout style;
  will-change: scroll-position;
}

.our-milestone-activities::-webkit-scrollbar {
  display: none;
}

.our-milestone-activities .activity {
  display: grid;
  grid-template-columns: 214px 1fr;
  gap: 72px;
  opacity: 0.6;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(20px);
  will-change: opacity, transform;
  contain: layout;
  backface-visibility: hidden;
}

.our-milestone-activities .activity.active {
  opacity: 1;
  transform: translateY(0);
}

.home-banner .banner-content-right .img-top p {
  position: absolute;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 9px;
  background: #FFEE90;
  text-align: center;
  bottom: 20px;
  left: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.18px;
  margin: 0;
}

/* Project Categories Styling */
.project-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.project-category-tag {
    display: inline-block;
    background: linear-gradient(135deg, #8D4097 0%, #6B2C73 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(141, 64, 151, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, box-shadow;
}

.project-category-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(141, 64, 151, 0.4);
}

/* Project card specific category styling */
.our-projects-card .project-categories {
    margin-bottom: 8px;
}

.projects-card .project-categories {
    margin-bottom: 10px;
    margin-top: 8px;
}

/* Responsive adjustments for project categories */
@media (max-width: 768px) {
    .project-category-tag {
        font-size: 11px;
        padding: 5px 10px;
    }
    
    .project-categories {
        gap: 6px;
    }
}

/* Category color variations */
.project-category-tag:nth-child(odd) {
    background: linear-gradient(135deg, #8D4097 0%, #6B2C73 100%);
}

.project-category-tag:nth-child(even) {
    background: linear-gradient(135deg, #FF6B6B 0%, #E55353 100%);
}

.project-category-tag:nth-child(3n) {
    background: linear-gradient(135deg, #4ECDC4 0%, #3BA8A0 100%);
}

.project-category-tag:nth-child(4n) {
    background: linear-gradient(135deg, #45B7D1 0%, #3A9BC1 100%);
}

.project-category-tag:nth-child(5n) {
    background: linear-gradient(135deg, #96CEB4 0%, #7FB069 100%);
}

/* Single project page specific styling */
.projects-detail .project-category-tag {
    color: #ffffff !important;
    background: linear-gradient(135deg, #8D4097 0%, #6B2C73 100%);
    font-weight: 700;
    padding: 8px 16px;
    font-size: 13px;
    box-shadow: 0 3px 10px rgba(141, 64, 151, 0.4);
}

.projects-detail .project-category-tag:nth-child(odd) {
    background: linear-gradient(135deg, #8D4097 0%, #6B2C73 100%);
}

.projects-detail .project-category-tag:nth-child(even) {
    background: linear-gradient(135deg, #FF6B6B 0%, #E55353 100%);
}

.projects-detail .project-category-tag:nth-child(3n) {
    background: linear-gradient(135deg, #4ECDC4 0%, #3BA8A0 100%);
}

.projects-detail .project-category-tag:nth-child(4n) {
    background: linear-gradient(135deg, #45B7D1 0%, #3A9BC1 100%);
}

.projects-detail .project-category-tag:nth-child(5n) {
    background: linear-gradient(135deg, #96CEB4 0%, #7FB069 100%);
}

/* Project title link styling - maintain h3 appearance */
.projects-card h3 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: inherit;
    padding: inherit;
    display: inherit;
}

.projects-card h3 a:hover {
    color: #8D4097;
    text-decoration: none;
    transform: translateX(5px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Read more button arrow - exclude h3 links */
.projects-card-content a:not(h3 a)::after {
    position: absolute;
    content: "\e908";
    font-family: "dotlines-social";
    font-size: 22px;
    font-weight: normal;
    top: 50%;
    transform: translateY(-50%);
    left: 110px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Read more button hover effects */
.projects-card-content a:not(h3 a):hover {
    color: #8D4097;
    transform: translateX(3px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.projects-card-content a:not(h3 a):hover::after {
    transform: translateY(-50%) translateX(3px);
}

/* Video Title Overlay Styling */
.video-title-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 4;
    background: linear-gradient(135deg, rgba(141, 64, 151, 0.9) 0%, rgba(107, 44, 115, 0.9) 100%);
    padding: 12px 16px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(141, 64, 151, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    max-width: calc(100% - 40px);
    width: auto;
}

.video-title-overlay h4 {
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.2px;
}

/* Video title hover effect */
.video:hover .video-title-overlay {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(141, 64, 151, 0.4);
}

/* Responsive video title */
@media (max-width: 768px) {
    .video-title-overlay {
        top: 15px;
        left: 15px;
        padding: 10px 12px;
        max-width: calc(100% - 30px);
    }
    
    .video-title-overlay h4 {
        font-size: 14px;
    }
}

/* Our Team Section Redesign */
.our-team .container {
    display: flex;
    align-items: center;
    gap: 60px;
}

.our-team-image {
    flex: 0 0 45%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.our-team-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.our-team-image::before, .our-team-image::after {
    width: 100%;
    height: 30%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
}

.our-team-content {
    flex: 1;
    z-index: 3;
}

.our-team-content p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 40px;
    margin-right: 20px;
    max-width: 600px;
}

/* Mobile responsive styles for Our Team */
@media all and (max-width: 991px) {
    .our-team .container {
        flex-direction: column;
        gap: 40px;
    }
    .our-team-image {
        order: -1;
        flex: none;
        width: 100%;
    }
    .our-team-image img {
        height: 400px;
    }
    .our-team-content p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .our-team .container {
        gap: 30px;
    }
    .our-team-image img {
        height: 300px;
    }
    .our-team-content p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .our-team .container {
        gap: 25px;
    }
    .our-team-image {
        border-radius: 16px;
    }
    .our-team-image img {
        height: 250px;
        border-radius: 16px;
    }
    .our-team-content p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

/* Additional Custom CSS - Optimized and Organized */

/* Image and Media Optimizations */
.img-fluid, img {
  max-width: none !important;
}

.projects-card img {
  height: auto !important;
  width: 100% !important;
}

.client-quotations-box img {
  width: 100% !important;
  margin-top: 10px !important;
}

/* Team Image Overlays */
.our-team-image::before {
  width: 100vw !important;
  left: 0 !important;
}

.our-team-image::after {
  width: 100vw !important;
  left: 0 !important;
}

/* Video Project Wrapper Optimizations */
.video-project-wrapper .video {
  cursor: pointer !important;
  transition: transform 0.3s;
}

.video {
  transition: transform 0.3s;
}

.video:hover {
  transform: scale(1.02);
}

.video .video-thumb-overlay {
  position: absolute;
}

/* Navigation Optimizations */
@media (min-width: 991px) {
  .navbar ul {
    flex-wrap: nowrap !important;
  }
}

.navbar > .container, .navbar > .container-fluid {
  flex-wrap: nowrap !important;
}

/* Mobile Responsive Styles */
@media (max-width: 991px) {
  /* Enterprise Limited Section */
  .enterprise-limited-images {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .enterprise-limited-video {
    margin-bottom: 10px !important;
    margin-top: 40px !important;
    width: 100%;
  }
  
  .enterprise-limited-content:last-child p {
    max-width: max-content !important;
  }
  
  .enterprise-birth-content p {
    max-width: 100% !important;
  }
  
  /* Video Project Wrapper */
  .video-project-wrapper {
    width: 100% !important;
    grid-gap: 10px !important;
  }
  
  .video-project-wrapper .video:nth-child(1) {
    height: 250px !important;
  }
  
  .video-project-wrapper .video {
    aspect-ratio: 16 / 9 !important;
  }
  
  .video-project-wrapper .video::after {
    border-radius: 10px !important;
  }
  
  /* Column Layout */
  div[class*=col-] {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  
  .col-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    display: block;
  }
  
  /* Blog and Content Images */
  .blog-detail .container .common-content img {
    max-width: 100% !important;
    height: auto !important;
  }
  
  .projects-detail .container .common-content img {
    width: 100% !important;
    height: auto !important;
  }
  
  /* Partners Section */
  .partners .container .row {
    flex-direction: column !important;
  }
  
  /* Footer */
  .footer-contact .footer-logo img {
    margin-top: 29px;
  }
  
  /* Banner Content */
  .banner-content h2 {
    padding-top: 90px;
  }
  
  .home-banner h6 {
    padding-top: 40px;
  }
  
  .home-banner .banner-content p {
    margin: 0px auto 35px !important;
  }
  
  /* Milestone Activities */
  .our-milestone-activities .activity:not(:last-child) .activity-img::after {
    height: 140px;
    bottom: -83px;
    visibility: hidden;
  }
  
  .our-milestone div[class*=col-] {
    margin-top: -50px !important;
    padding-bottom: 40px !important;
  }
  
  /* Testimonial Cards */
  .testimonial-video-card {
    margin-bottom: 10px !important;
    border-radius: 16px;
    margin-top: 45px !important;
  }
}

/* Additional Mobile Breakpoints */
@media (max-width: 800px) {
  .video-project-wrapper {
    max-width: 100% !important;
  }
}

@media (max-width: 768px) {
  .video-project-wrapper {
    max-width: 100% !important;
  }
  
  div.testimonial-video-card {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .our-milestone-years {
    margin-top: 30px !important;
    margin-bottom: -35px !important;
  }
}

/* Body and Layout */
@media (max-width: 991px) {
  body {
    padding-top: 0px !important;
  }
}

/* Milestone Activities Layout */
div.milestone-year-group.activity.active {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.activity-block {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.activity-img {
  margin-right: 24px;
  z-index: 500 !important;
}

.activity-description {
  flex: 1;
}

.our-milestone-activities .activity {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.our-milestone-activities {
  gap: 32px;
  column-gap: 0px;
}

.our-milestone-activities .activity-description p {
  margin: 0;
  color: #CCCCCC;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

/* Team Image Height Auto for All Devices */
.our-team-image img {
  height: auto !important;
}

/* Banner Image Adjustments */
.home-banner .banner-content-right .img-top p {
  width: 130px !important;
  height: 130px !important;
}

/* Mobile Activity Block Layout */
@media (max-width: 768px) {
  .activity-block.mb-4.d-flex {
    display: block !important;
  }
  
  .mb-4 {
    margin-bottom: 0 !important;
  }
}

/* Mobile and Tablet Milestone Section Optimizations */
@media (max-width: 991px) {
  /* Remove bottom margin for mb-4 class on mobile and tablet */
  .mb-4 {
    margin-bottom: 0 !important;
  }
  
  .our-team-image img {
    height: auto !important;
  }
  
  /* About Us Page - Bring description text to front on mobile and tablet */
  .banner .banner-content {
    display: contents !important;
    flex-direction: column !important;
  }
  
  .banner .banner-content p {
    order: -1 !important;
    margin-bottom: 20px !important;
  }
  
  .banner .banner-content h2 {
    order: 1 !important;
  }
  
  /* Hide about info decorative element on mobile and tablet */
  .about-info-wrapper h5::before {
    visibility: hidden !important;
  }
  
  /* About info right paragraph full width on mobile and tablet */
  .about-info-right p {
    max-width: 100% !important;
  }
  
  /* Blog detail image spacing on mobile and tablet */
  .blog-detail .container .common-content img {
    margin-top: 140px !important;
  }
  
  /* Homepage banner row column reverse on mobile and tablet */
  .home-banner .home-banner-row {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  
  /* Remove hover effects for homepage banner button on mobile and tablet */
  .home-banner .explore-btn:hover {
    background: #63266E !important;
    color: #ffffff !important;
    transform: translate(-50%) !important;
    box-shadow: none !important;
  }
  
  .home-banner .explore-btn:hover::after {
    color: #ffffff !important;
  }
  
  /* Enterprise birth content mobile layout */
  .enterprise-birth-content {
    grid-template-columns: 1fr !important;
    gap: 50px !important;
  }
  
  .enterprise-birth-content p {
    max-width: 483px !important;
    margin: 0 auto !important;
    color: #ffffff !important;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.34) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 38px !important;
  }
  
  /* Partners and Collaborations Section Mobile Responsive */
  .partners .container .row {
    flex-direction: column !important;
    gap: 30px !important;
  }
  
  .partners .col-4,
  .partners .col-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  
  .partners-content {
    text-align: center !important;
    margin-bottom: 20px !important;
  }
  
  .partners-content h2 {
    color: #383838 !important;
    font-family: "Sora" !important;
    font-size: 43.2px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 64px !important;
    letter-spacing: -1.62px !important;
    margin: 0 !important;
  }
  
  .partners-image {
    width: 100% !important;
    height: auto !important;
  }
  
  .partners-image .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
    justify-content: center !important;
  }
  
  .partners-image .swiper-slide {
    width: auto !important;
    height: 80px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #ffffff !important;
    border-radius: 8px !important;
    padding: 10px !important;
  }
  
  .partners-image .swiper-slide img {
    width: 100% !important;
    height: 50px !important;
    object-fit: contain !important;
    max-width: 120px !important;
  }
  
  /* Projects detail image spacing on mobile and tablet */
  .projects-detail .container .common-content img {
    margin-top: 120px !important;
  }
  
  /* Milestone Years - Mobile Layout */
  .our-milestone-years {
    max-height: none !important;
    overflow-y: visible !important;
    margin-bottom: 40px !important;
  }
  
  .our-milestone-years h4 {
    font-size: 48px !important;
    padding-left: 0 !important;
    text-align: center !important;
    margin-bottom: 20px !important;
  }
  
  .our-milestone-years h4::before {
    display: none !important;
  }
  
  /* Milestone Activities - Mobile Layout */
  .our-milestone-activities {
    max-height: none !important;
    overflow-y: visible !important;
    gap: 20px !important;
    display: flex !important;
    flex-direction: column !important;
  }
  
  .our-milestone-activities .activity {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    opacity: 1 !important;
    transform: none !important;
    margin-bottom: 20px !important;
    padding: 15px 0 !important;
  }
  
  /* Activity Images - Mobile Optimization */
  .our-milestone-activities .activity-img {
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto 15px auto !important;
  }
  
  .our-milestone-activities .activity-img img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
  }
  
  .our-milestone-activities .activity-img::before {
    width: 100% !important;
    height: 200px !important;
  }
  
  /* Activity Descriptions - Mobile Optimization */
  .our-milestone-activities .activity-description {
    text-align: center !important;
    padding: 0 20px !important;
    margin-top: 10px !important;
  }
  
  .our-milestone-activities .activity-description h5 {
    font-size: 22px !important;
    margin-bottom: 20px !important;
    line-height: 1.3 !important;
  }
  
  .our-milestone-activities .activity-description p {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 0 !important;
  }
  
  /* Remove connecting lines on mobile */
  .our-milestone-activities .activity:not(:last-child) .activity-img::after {
    display: none !important;
  }
  
  /* Milestone Content Container */
  .our-milestone-content {
    margin-top: 60px !important;
  }
  
  /* Milestone Section Title */
  .our-milestone .title {
    text-align: center !important;
    margin-bottom: 40px !important;
  }
  
  .our-milestone .title h3 {
    font-size: 28px !important;
    margin-bottom: 15px !important;
  }
  
  .our-milestone .title p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

/* Tablet Specific Optimizations */
@media (max-width: 768px) {
  .our-milestone-years h4 {
    font-size: 42px !important;
  }
  
  .our-team-image img {
    height: auto !important;
  }
  
  .our-milestone-activities .activity {
    gap: 15px !important;
    margin-bottom: 20px !important;
    padding: 10px 0 !important;
  }
  
  .our-milestone-activities .activity-img {
    margin: 0 auto 12px auto !important;
  }
  
  .our-milestone-activities .activity-img img {
    height: 180px !important;
  }
  
  .our-milestone-activities .activity-img::before {
    height: 180px !important;
  }
  
  .our-milestone-activities .activity-description {
    margin-top: 8px !important;
  }
  
  .our-milestone-activities .activity-description h5 {
    font-size: 20px !important;
    margin-bottom: 18px !important;
  }
  
  .our-milestone-activities .activity-description p {
    font-size: 15px !important;
    margin-bottom: 0 !important;
  }
}

/* Small Mobile Optimizations */
@media (max-width: 480px) {
  .our-milestone-years h4 {
    font-size: 36px !important;
  }
  
  .our-milestone-activities .activity {
    gap: 20px !important;
    margin-bottom: 30px !important;
    padding: 10px 0 !important;
  }
  
  .our-milestone-activities .activity-img {
    max-width: 250px !important;
    margin: 0 auto 15px auto !important;
  }
  
  .our-milestone-activities .activity-img img {
    height: 160px !important;
  }
  
  .our-milestone-activities .activity-img::before {
    height: 160px !important;
  }
  
  .our-milestone-activities .activity-description {
    margin-top: 8px !important;
  }
  
  .our-milestone-activities .activity-description h5 {
    font-size: 18px !important;
    margin-bottom: 15px !important;
  }
  
  .our-milestone-activities .activity-description p {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-bottom: 0 !important;
  }
  
  .our-milestone .title h3 {
    font-size: 24px !important;
  }
}

/* Our Mission and Our Vision Sections */
.our-mission {
  background-color: #f8f9fa;
  overflow: hidden;
}

.our-vision {
  background-color: #f3f4e8;
  position: relative;
}

.our-vision::after {
  content: "\e905";
  font-family: "dotlines-social";
  position: absolute;
  left: -90px;
  top: 30%;
  font-size: 417px;
  color: rgba(197, 219, 173, 0.25);
  z-index: 2;
}

.our-mission .row,
.our-vision .row {
  min-height: 400px;
  display: flex;
  align-items: center;
  margin: 0;
  flex-wrap: nowrap !important;
}

.our-mission .col-lg-6,
.our-vision .col-lg-6 {
  display: flex;
  align-items: center;
  padding: 0 15px;
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

.our-mission h3,
.our-vision h3 {
  font-family: "Sora";
  font-size: 54px;
  font-weight: 600;
  line-height: 72px;
  color: #000000;
  margin-bottom: 20px;
  letter-spacing: -1.62px;
}

.our-mission img,
.our-vision img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.our-mission img:hover,
.our-vision img:hover {
  transform: translateY(-4px);
}

.our-mission .mission-content,
.our-vision .vision-content {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.our-mission .mission-image,
.our-vision .vision-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}

/* Our Vision layout order */
.our-vision .row .col-lg-6:first-child {
  order: 2;
}

.our-vision .row .col-lg-6:last-child {
  order: 1;
}

/* Mobile Responsive Styles */
@media (max-width: 991px) {
  .our-mission .row,
  .our-vision .row {
    min-height: auto;
    flex-direction: column-reverse;
  }
  
  .our-mission .col-lg-6,
  .our-vision .col-lg-6 {
    width: auto;
    margin-right: auto;
    max-width: 100% !important;
  }
  
  .our-mission h3,
  .our-vision h3 {
    font-size: 44px;
  }
  
  .our-mission img,
  .our-vision img {
    height: auto;
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
    align-self: flex-start;
  }
  
  .our-mission .mission-content,
  .our-vision .vision-content {
    padding: 20px 0;
  }
  
  .our-mission .mission-image,
  .our-vision .vision-image {
    padding: 0;
  }
  
  .our-vision .row .col-lg-6:first-child,
  .our-vision .row .col-lg-6:last-child {
    order: unset;
  }
}

