/* ===========================
Index Of css

01. Common CSS
02. Header CSS
03. Hero CSS
04. About CSS
05. Service CSS
06. Process CSS
07. Pricing CSS
08. Testimonial CSS
09. Team CSS
10. Subscribe CSS
11. Blog CSS
12. Contact CSS
13. Footer CSS

========================== */
/*===========================
    01. Common CSS
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #6A7C92;
  overflow-x: hidden;
}

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

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:hover {
  transition: all 0.3s ease-out 0s;
  color: #3763EB;
}

a:focus,
a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}

i,
span,
a {
  display: inline-block;
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #051441;
  margin: 0px;
}

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

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 31px;
  }
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #6A7C92;
  margin: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

.gray-bg {
  background: #EFF2F9;
}

.alert-link {
  font-weight: 600;
}

.alert h4 {
  margin-bottom: 10px;
}

.page-404-content h2 {
  font-size: 120px;
  font-weight: 900;
  color: #3763EB;
}

.page-404-content h4 {
  font-size: 40px;
  color: #6A7C92;
}

/*===== All Button Style =====*/
.theme-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 16px 48px;
  font-size: 18px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all .4s ease-in-out;
  border: none;
  background: linear-gradient(to left, #3763eb 0%, #6f58e8 50.39%, #3763eb 100%);
  background-size: 200% auto;
  overflow: hidden;
}

.theme-btn:hover, .theme-btn:focus {
  background-position: right center;
  color: #fff;
  box-shadow: 0px 0px 30px rgba(46, 87, 217, 0.45);
}

.theme-btn.border-btn {
  padding: 14px 40px;
  background: transparent;
  border: 1.5px solid #3763EB;
  color: #6A7C92;
  font-size: 18px;
  box-shadow: none;
}

.scroll-top {
  width: 45px;
  height: 45px;
  background: #3763EB;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}

.scroll-top:hover {
  background: rgba(55, 99, 235, 0.7);
  color: #fff;
}

@keyframes animation1 {
  0% {
    transform: translateY(0px);
    opacity: 0.29;
  }
  50% {
    transform: translateY(-700px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 0;
  }
}

/*===== All Section Title Style =====*/
.section-title span {
  font-size: 25px;
  font-weight: 700;
  color: #3763EB;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .section-title span {
    font-size: 20px;
  }
}

.section-title h2 {
  line-height: 55px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .section-title h2 {
    line-height: 41px;
  }
}

.section-title p {
  font-size: 18px;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .spinner .spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  animation: spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .spinner .spinner-container .spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #3763EB #3763EB #F4EEFB;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .spinner-left .spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #F4EEFB;
  animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner-right .spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #F4EEFB;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */

@keyframes spinner-linspin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-easespin {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}

@keyframes spinner-left-spin {
  0% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@keyframes right-spin {
  0% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

/*===========================
    02. Header CSS 
===========================*/
/*===== NAVBAR =====*/
.navbar-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-out 0s;
  padding: 0;
}

.navbar-area.header-3 {
  background: #fff;
}

.sticky {
  position: fixed;
  z-index: 99;
  background: #3763EB;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-out 0s;
  background: #fff;
  padding: 0px 0;
}

.sticky .navbar {
  padding: 10px 0;
}

.navbar {
  padding: 20px 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  max-width: 150px;
}

.navbar-toggler {
  padding: 0px;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 5px 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(5, 20, 65, 0.1);
    padding: 5px 12px;
    max-height: 350px;
    overflow-y: scroll;
  }
}

.navbar-nav .nav-item {
  position: relative;
  z-index: 1;
}

.navbar-nav .nav-item:hover a {
  color: #3763EB;
}

.navbar-nav .nav-item a {
  font-size: 16px;
  color: #051441;
  transition: all 0.3s ease-out 0s;
  position: relative;
  padding: 20px;
  display: inline-flex;
  align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a {
    padding: 20px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a {
    color: #051441;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
  }
}

.navbar-nav .nav-item a.active {
  color: #3763EB;
}

.navbar-nav .nav-item a.dd-menu {
  padding-right: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu {
    padding-right: 30px;
  }
}

.navbar-nav .nav-item a.dd-menu::after {
  content: "\ea58";
  font: normal normal normal 1em/1 "LineIcons";
  position: absolute;
  right: 18px;
  font-size: 12px;
  top: 25px;
  margin-left: 5px;
  margin-top: 0px;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu::after {
    right: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a.dd-menu::after {
    top: 16px;
    right: 0;
    transform: rotate(180deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a.collapsed::after {
    transform: rotate(0deg);
  }
}

.navbar-nav .nav-item:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar-nav .nav-item:hover > .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.navbar-nav .nav-item .sub-menu {
  min-width: 200px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  padding: 0;
}

.navbar-nav .nav-item .sub-menu.left-menu {
  left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}

.navbar-nav .nav-item .sub-menu::after {
  content: '';
  position: absolute;
  background: #fff;
  width: 20px;
  height: 20px;
  top: -10px;
  left: 20%;
  transform: rotate(45deg);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
  }
  .navbar-nav .nav-item .sub-menu::after {
    display: none;
  }
}

.navbar-nav .nav-item .sub-menu > li {
  display: block;
  margin-left: 0;
}

.navbar-nav .nav-item .sub-menu > li:last-child {
  border: none;
}

.navbar-nav .nav-item .sub-menu > li.active > a, .navbar-nav .nav-item .sub-menu > li:hover > a {
  color: #3763EB;
}

.navbar-nav .nav-item .sub-menu > li > a {
  font-weight: 400;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #222;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.navbar-nav .nav-item .sub-menu > li > a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.search-form {
  position: relative;
  width: 236px;
  height: 56px;
  border-radius: 50px;
  margin-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search-form {
    width: 220px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-form {
    width: 100%;
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  .search-form {
    width: 100%;
    margin: 10px 0;
  }
}

.search-form input {
  width: 100%;
  height: 100%;
  padding: 0 25px;
  border: 1px solid #F4EEFB;
  background: #fff;
  border-radius: 50px;
  transition: all 0.3s ease-out 0s;
}

.search-form input:focus {
  box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
}

.search-form button {
  background: none;
  border: none;
  position: absolute;
  right: 25px;
  top: 17px;
}

/*===========================
    03. Hero CSS
===========================*/
.hero-section {
  padding-top: 100px;
  position: relative;
  height: 870px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 1400px) {
  .hero-section {
    height: 870px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section {
    height: 700px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section {
    height: 650px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-section {
    height: auto;
    padding-top: 150px;
  }
}

.hero-section .hero-content-wrapper h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 50px;
  color: #3763EB;
  margin-bottom: 0;
}

.hero-section .hero-content-wrapper h1 {
  font-weight: bold;
  font-size: 50px;
  line-height: 65px;
  color: #051441;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section .hero-content-wrapper h1 {
    font-size: 45px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .hero-section .hero-content-wrapper h1 {
    font-size: 40px;
    line-height: 52px;
  }
}

.hero-section .hero-content-wrapper p {
  font-size: 18px;
  line-height: 26px;
  color: #6A7C92;
  opacity: 0.8;
  margin-bottom: 30px;
}

.hero-section .hero-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48%;
  text-align: right;
  margin: 60px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-section .hero-img {
    position: relative;
    width: 100%;
    top: 0;
    transform: translate(0, 0);
  }
}

.hero-section .hero-img.hero-img-2 {
  top: 50%;
}

.hero-section .hero-img .hero-img-right {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section .hero-img .hero-img-right {
    position: static;
  }
}

@media (max-width: 767px) {
  .hero-section .hero-img .hero-img-right {
    position: static;
  }
}

.hero-section .hero-img img.dot-shape {
  position: absolute;
  left: -60px;
  bottom: 60px;
  z-index: -1;
}

.hero-section .hero-img .image {
  width: 100%;
}

.hero-section .hero-img .video-btn {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-section .hero-img .video-btn {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.hero-section .hero-img .video-btn a {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #3763EB;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0px 0px 20px rgba(170, 189, 249, 0.45);
}

.hero-section .hero-img .video-btn a:hover {
  box-shadow: 0px 0px 50px rgba(170, 189, 249, 0.65);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-section.hero-section-2 {
    display: block;
  }
}

.hero-section.hero-section-2 .border-btn:hover {
  background: rgba(55, 99, 235, 0.7);
  color: #fff;
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo {
  padding: 10px;
  text-align: center;
  margin: auto;
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img {
  max-width: 220px;
  width: 100%;
  opacity: .3;
  transition: all 0.3s ease-out 0s;
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img:hover {
  opacity: 1;
}

.box-style {
  padding: 40px 30px;
  border: 1px solid #F4EEFB;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 0.3s ease-out 0s;
}

.box-style:hover {
  box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
}

.box-style:hover .box-icon-style {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(#3763eb 0%, #6f58e8 100%);
}

.box-style:hover .box-icon-style::after {
  opacity: 1;
  visibility: visible;
}

.box-style .box-icon-style {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  margin-bottom: 25px;
  background: #fff;
  border: 2px solid #3763EB;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3763EB;
  font-size: 40px;
  transition: all 0.3s ease-out 0s;
  position: relative;
}

.box-style .box-icon-style::after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(#3763eb 0%, #6f58e8 100%);
  transition: all 0.3s ease-out 0s;
  z-index: -1;
  border-radius: 50%;
  border: 1px solid transparent;
}

.box-style .box-content-style h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

/*===========================
    04. About CSS 
===========================*/
.about-section {
  background: #EFF2F9;
  padding: 180px 0;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section {
    padding: 120px 0;
  }
}

@media (max-width: 767px) {
  .about-section {
    padding: 120px 0;
  }
}

.about-section .about-img-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  width: 46%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-img-wrapper {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .about-section .about-img-wrapper {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
    margin-bottom: 50px;
  }
}

.about-section .about-img-wrapper img {
  width: 100%;
}

.about-section .about-img-wrapper .about-experience {
  width: 300px;
  border-radius: 27px;
  background: linear-gradient(to top left, #3763eb 0%, #6f58e8 100%);
  border: 5px solid #eff2f9;
  padding: 40px 20px;
  position: absolute;
  right: -40px;
  bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-img-wrapper .about-experience {
    right: 40px;
  }
}

@media (max-width: 767px) {
  .about-section .about-img-wrapper .about-experience {
    right: 40px;
  }
}

.about-section .about-img-wrapper .about-experience h3 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.about-section .about-img-wrapper .about-experience p {
  color: #fff;
}

.about-section .about-content-wrapper .about-content .counter-up {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .about-section .about-content-wrapper .about-content .counter-up {
    display: block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .about-section .about-content-wrapper .about-content .counter-up {
    display: flex;
  }
}

.about-section .about-content-wrapper .about-content .counter-up .counter {
  margin-right: 10px;
}

.about-section .about-content-wrapper .about-content .counter-up .counter:last-child {
  margin-right: 0;
}

.about-section .about-content-wrapper .about-content .counter-up .counter span {
  font-size: 40px;
  font-weight: 600;
  color: #3763EB;
  display: block;
  margin-bottom: 8px;
}

.about-section .about-content-wrapper .about-content .counter-up .counter h4 {
  font-weight: 500;
  margin-bottom: 10px;
}

.time-line {
  position: relative;
}

.time-line .row {
  position: relative;
}

.time-line::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background: #F4EEFB;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-line::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .time-line::after {
    display: none;
  }
}

.time-line .box-icon-style {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #F4EEFB;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-line .box-icon-style {
    position: static;
    transform: translate(0);
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .time-line .box-icon-style {
    position: static;
    transform: translate(0);
    margin-bottom: 30px;
  }
}

.time-line .box-icon-style i {
  transition: all 0.3s ease-out 0s;
  font-size: 20px;
  padding: 2px;
  color: #3763EB;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-line .single-timeline {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .time-line .single-timeline {
    margin-bottom: 50px;
  }
}

.time-line .single-timeline:hover .box-icon-style {
  background: linear-gradient(#3763eb 0%, #6f58e8 100%);
  color: #fff;
  border-color: transparent;
}

.time-line .single-timeline:hover .box-icon-style i {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-line .single-timeline .timeline-img {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .time-line .single-timeline .timeline-img {
    margin-bottom: 30px;
  }
}

.time-line .single-timeline .timeline-img img {
  width: 100%;
}

/*===========================
    05. Service CSS 
===========================*/
.service-section .service-box-style-2 {
  padding: 0;
  text-align: center;
}

.service-section .service-box-style-2 .service-thumbnail img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.service-section .service-box-style-2 .box-icon-style {
  margin-left: auto;
  margin-right: auto;
  width: 54px;
  height: 54px;
  border: 2px solid #fff;
  font-size: 25px;
  margin-top: -27px;
  background: #fff;
  position: relative;
  z-index: 9;
}

.service-section .service-box-style-2 .box-icon-style i {
  color: transparent;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(#3763eb 0%, #6f58e8 100%);
  transition: all 0.3s ease-out 0s;
}

.service-section .service-box-style-2:hover .box-icon-style {
  background: linear-gradient(#3763eb 0%, #6f58e8 100%);
}

.service-section .service-box-style-2:hover .box-icon-style i {
  color: #fff;
}

.service-section .service-box-style-2 .box-content-style {
  padding: 0 30px 35px;
}

/*===========================
    07. Pricing CSS 
===========================*/
.pricing-section .pricing-btn ul {
  display: inline-flex;
  border: 1px solid #F4EEFB;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .pricing-section .pricing-btn ul {
    margin-bottom: 40px;
  }
}

.pricing-section .pricing-btn ul li.nav-item a {
  background: #fff;
  padding: 24px 35px;
  font-size: 16px;
  font-weight: 700;
  color: #051441;
  box-shadow: 0px 0px 47px rgba(161, 192, 255, 0.16);
}

@media (max-width: 767px) {
  .pricing-section .pricing-btn ul li.nav-item a {
    padding: 20px;
    font-size: 14px;
  }
}

.pricing-section .pricing-btn ul li.nav-item a.active {
  color: #fff;
  background: linear-gradient(to left, #3763eb 0%, #6f58e8 50.39%, #3763eb 100%);
  background-size: 200%;
  transition: all 0.3s ease-out 0s;
}

.pricing-section .pricing-btn ul li.nav-item:first-child .nav-link {
  border-radius: 50px 0 0 50px;
}

@media (max-width: 767px) {
  .pricing-section .pricing-btn ul li.nav-item:first-child .nav-link {
    border-radius: 50px;
    padding: 20px 35px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .pricing-section .pricing-btn ul li.nav-item:first-child .nav-link {
    border-radius: 50px 0 0 50px;
    padding: 20px 30px;
  }
}

.pricing-section .pricing-btn ul li.nav-item:last-child .nav-link {
  border-radius: 0 50px 50px 0;
}

@media (max-width: 767px) {
  .pricing-section .pricing-btn ul li.nav-item:last-child .nav-link {
    border-radius: 50px;
    padding: 20px 35px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .pricing-section .pricing-btn ul li.nav-item:last-child .nav-link {
    border-radius: 0 50px 50px 0;
    padding: 20px 30px;
  }
}

.pricing-section .single-pricing {
  text-align: center;
  padding: 50px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 47px rgba(161, 192, 255, 0.16);
  position: relative;
  z-index: 1;
}

.pricing-section .single-pricing h4 {
  margin-bottom: 25px;
  color: #6A7C92;
  font-weight: 600;
}

.pricing-section .single-pricing h3 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 40px;
}

.pricing-section .single-pricing ul {
  margin-bottom: 30px;
}

.pricing-section .single-pricing ul li {
  font-size: 16px;
  line-height: 40px;
}

.pricing-section .single-pricing a {
  margin-bottom: 20px;
}

.pricing-section .single-pricing a.border-btn:hover {
  background: rgba(55, 99, 235, 0.8);
  color: #fff;
}

.pricing-section .single-pricing.active {
  transform: scale(1.15);
  z-index: 2;
}

.pricing-section .single-pricing.active h3 {
  color: #3763EB;
}

/*===========================
    10. Subscribe CSS 
===========================*/
.subscribe-section {
  position: relative;
}

.subscribe-section .subscribe-form {
  position: relative;
}

.subscribe-section .subscribe-form input {
  border: 2px solid transparent;
  border-radius: 50px;
  width: 100%;
  font-size: 16px;
  padding: 18px 30px;
  background: #fff;
  transition: all 0.3s ease-out 0s;
}

.subscribe-section .subscribe-form input:focus {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.15);
}

.subscribe-section .subscribe-form button {
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: none;
  background: linear-gradient(to left, #3763eb 0%, #6f58e8 50.39%, #3763eb 100%);
  background-size: 200%;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  height: 54px;
  width: 54px;
  top: 5px;
  right: 5px;
}

.subscribe-section .subscribe-form button:hover {
  background-position: right center;
}

/*===========================
    11. Blog CSS
===========================*/
.blog-section .single-blog {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #F4EEFB;
  transition: all 0.3s ease-out 0s;
}

.blog-section .single-blog:hover {
  box-shadow: 0px 0px 47px rgba(161, 192, 255, 0.16);
}

.blog-section .single-blog .blog-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
  padding-bottom: 40px;
}

.blog-section .single-blog .blog-img a {
  display: block;
  overflow: hidden;
}

.blog-section .single-blog .blog-img img {
  width: 100%;
  transition: all 0.3s ease-out 0s;
}

.blog-section .single-blog .blog-img .date-meta {
  position: absolute;
  bottom: 20px;
  left: 30px;
  border: 1px solid #F4EEFB;
  padding: 8px 16px;
  border-radius: 30px;
  background: #fff;
  display: inline-block;
  z-index: 2;
}

.blog-section .single-blog:hover .blog-img img {
  transform: scale(1.3) rotate(-7deg);
}

.blog-section .single-blog:hover .blog-img.blog-img-2 img {
  transform: scale(1) rotate(0);
}

.blog-section .single-blog .blog-content {
  padding: 0 20px 35px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-section .single-blog .blog-content {
    padding: 0 20px 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-section .single-blog .blog-content {
    padding: 0 20px 35px;
  }
}

@media (max-width: 767px) {
  .blog-section .single-blog .blog-content {
    padding: 0 20px 35px;
  }
}

.blog-section .single-blog .blog-content h4 {
  margin-bottom: 25px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-section .single-blog .blog-content h4 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .blog-section .single-blog .blog-content h4 {
    font-size: 25px;
  }
}

.blog-section .single-blog .blog-content p {
  margin-bottom: 30px;
}

.blog-section .single-blog .blog-content p.quote {
  font-weight: 500;
  padding: 20px 30px;
  background: #EFF2F9;
  color: #051441;
  border-radius: 0 5px 5px 0;
  border-left: 5px solid #3763EB;
}

.blog-section .single-blog .blog-content .read-more-btn {
  display: inline-block;
  font-size: 18px;
  color: #6A7C92;
  border-radius: 50px;
  transition: all 0.3s ease-out 0s;
}

.blog-section .single-blog .blog-content .read-more-btn i {
  padding-left: 7px;
}

.blog-section .single-blog .blog-content .read-more-btn:hover {
  color: #3763EB;
}

.blog-section .blog-style-2 {
  padding: 0;
  border: none;
}

.blog-section .blog-style-2:hover {
  box-shadow: none;
}

.blog-section .blog-style-2 .blog-img {
  padding-bottom: 0px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.blog-section .blog-style-2 .blog-img img {
  border-radius: 10px;
}

.blog-section .blog-style-2 .blog-content {
  padding: 0;
}

.blog-section .blog-style-2 .blog-content h4 {
  margin-bottom: 18px;
}

.blog-section .blog-style-2 .blog-content p {
  margin-bottom: 20px;
}

.blog-section .blog-style-2 .blog-content .blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.blog-section .blog-style-2 .blog-content .blog-meta .read-more-btn {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .blog-section .blog-style-2 .blog-content .blog-meta .read-more-btn {
    font-size: 16px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .blog-section .blog-style-2 .blog-content .blog-meta .read-more-btn {
    font-size: 18px;
  }
}

.blog-section .blog-style-2 .blog-content .blog-meta .read-more-btn i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #EFF2F9;
  padding-right: 5px;
  margin-left: 10px;
  font-size: 15px;
}

.blog-section .blog-style-2 .blog-content .blog-meta .comment {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6A7C92;
}

.blog-section .blog-style-2 .blog-content .blog-meta .comment:hover {
  color: #3763EB;
}

@media (max-width: 767px) {
  .blog-section .blog-style-2 .blog-content .blog-meta .comment {
    font-size: 16px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .blog-section .blog-style-2 .blog-content .blog-meta .comment {
    font-size: 18px;
  }
}

.blog-section .blog-style-2 .blog-content .blog-meta .comment i {
  margin-right: 10px;
}

.blog-section .pagination {
  text-align: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-section .pagination {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .blog-section .pagination {
    margin-bottom: 60px;
  }
}

.blog-section .pagination ul li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EFF2F9;
  color: #6A7C92;
  margin: 0 5px;
}

@media (max-width: 767px) {
  .blog-section .pagination ul li a {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .blog-section .pagination ul li a {
    width: 50px;
    height: 50px;
  }
}

.blog-section .pagination ul li a.active, .blog-section .pagination ul li a:hover {
  background: linear-gradient(#3763eb 0%, #6f58e8 100%);
  color: #fff;
  box-shadow: 0px 0px 3ppx rgba(46, 87, 217, 0.45);
}

.left-side-wrapper {
  margin-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .left-side-wrapper {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .left-side-wrapper {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .left-side-wrapper {
    margin-right: 0px;
  }
}

.sidebar-wrapper .sidebar-box {
  padding: 30px;
  border: 1px solid #F4EEFB;
  border-radius: 10px;
  background: #fff;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .sidebar-wrapper .sidebar-box {
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sidebar-wrapper .sidebar-box {
    padding: 30px;
  }
}

.sidebar-wrapper .sidebar-box:hover {
  box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
}

.sidebar-wrapper .sidebar-box.search-form-box {
  padding: 20px 25px;
}

.sidebar-wrapper .sidebar-box.search-form-box .search-form {
  width: 100%;
  position: relative;
  margin: 0;
}

.sidebar-wrapper .sidebar-box.search-form-box .search-form input {
  transition: all 0.3s ease-out 0s;
}

.sidebar-wrapper .sidebar-box.search-form-box .search-form input:focus {
  border-color: #3763EB;
}

.sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog {
  display: flex;
}

.sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img {
  border-radius: 10px;
  width: 100%;
  max-width: 100px;
  height: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img {
    max-width: 90px;
    height: 90px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img {
    max-width: 90px;
    height: 90px;
  }
}

@media (max-width: 767px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img {
    max-width: 80px;
    height: 80px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img {
    max-width: 90px;
    height: 90px;
  }
}

.sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img img {
  width: 100%;
}

.sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content {
  margin-left: 20px;
}

.sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content h5 {
  font-weight: 500;
  margin-bottom: 8px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content h5 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content h5 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content h5 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content h5 {
    font-size: 20px;
  }
}

.sidebar-wrapper .sidebar-box.catagories-box ul li {
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}

.sidebar-wrapper .sidebar-box.catagories-box ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6A7C92;
  transition: all 0.3s ease-out 0s;
}

.sidebar-wrapper .sidebar-box.catagories-box ul li:hover::before {
  background: #3763EB;
}

.sidebar-wrapper .sidebar-box.catagories-box ul li:hover a {
  color: #3763EB;
}

.sidebar-wrapper .sidebar-box.catagories-box ul li:last-child {
  margin-bottom: 0;
}

.sidebar-wrapper .sidebar-box.catagories-box ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #6A7C92;
}

.sidebar-wrapper .sidebar-box.tags-box ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}

.sidebar-wrapper .sidebar-box.tags-box ul li {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .sidebar-wrapper .sidebar-box.tags-box ul li {
    margin-right: 15px;
  }
}

.sidebar-wrapper .sidebar-box.tags-box ul li:last-child {
  margin-right: 0px;
}

.sidebar-wrapper .sidebar-box.tags-box ul li a {
  font-size: 18px;
  padding: 12px 23px;
  border-radius: 30px;
  background: #EFF2F9;
  margin-bottom: 15px;
  color: #6A7C92;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sidebar-wrapper .sidebar-box.tags-box ul li a {
    font-size: 16px;
    padding: 12px 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-wrapper .sidebar-box.tags-box ul li a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .sidebar-wrapper .sidebar-box.tags-box ul li a {
    font-size: 16px;
    padding: 12px 18px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sidebar-wrapper .sidebar-box.tags-box ul li a {
    font-size: 18px;
  }
}

.sidebar-wrapper .sidebar-box.tags-box ul li a:hover {
  background: linear-gradient(#3763eb 0%, #6f58e8 100%);
  color: #fff;
}

.sidebar-wrapper .sidebar-box h4 {
  margin-bottom: 35px;
}

/*===========================
    12. Contact CSS 
===========================*/
.contact-section {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.contact-section.cta-bg {
  clip-path: polygon(0 0, 100% 12%, 100% 88%, 0 100%);
  z-index: 3;
}

/* Clip path responsive adjustments */
@media only screen and (min-width: 768px) and (max-width: 991px),
       only screen and (max-width: 767px) {
  .contact-section.cta-bg {
    clip-path: polygon(0 3%, 100% 12%, 100% 88%, 0 97%);
  }
}

/* Video background styling */
.contact-section video.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Gradient overlay on top of video */
.contact-section.cta-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
background: linear-gradient(to right, rgba(15, 15, 16, 0.75), rgba(111, 88, 232, 0.75));
}

/* Ensure all inner content layers above video/overlay */
.contact-section .container,
.contact-section .row,
.contact-section .section-title,
.contact-section .contact-btn {
  position: relative;
  z-index: 2;
}

/* Contact Item Styling */
.contact-section .contact-item-wrapper .contact-item {
  display: flex;
  border: 1px solid #F4EEFB;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 30px;
  padding: 20px 30px;
  transition: all 0.3s ease-out 0s;
}

.contact-section .contact-item-wrapper .contact-item:hover {
  box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
}

.contact-section .contact-item-wrapper .contact-item:hover .contact-icon {
  box-shadow: 0px 0px 30px rgba(46, 87, 217, 0.45);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-section .contact-item-wrapper .contact-item {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
       (max-width: 767px) {
  .contact-section .contact-item-wrapper .contact-item {
    flex-direction: column;
  }
}

/* Icon inside contact item */
.contact-section .contact-item-wrapper .contact-item .contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(to right, rgba(55, 99, 235, 0.88), rgba(111, 88, 232, 0.88));
  color: #fff;
  transition: all 0.3s ease-out 0s;
}

/* Content inside contact item */
.contact-section .contact-item-wrapper .contact-item .contact-content {
  margin-left: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-section .contact-item-wrapper .contact-item .contact-content {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
       (max-width: 767px) {
  .contact-section .contact-item-wrapper .contact-item .contact-content {
    margin-left: 0px;
    margin-top: 20px;
  }
}

.contact-section .contact-item-wrapper .contact-item .contact-content h4 {
  font-size: 20px;
  color: #3763EB;
  margin-bottom: 10px;
}


.comment-form-wrapper,
.contact-form-wrapper {
  padding: 50px 40px;
  background: #fff;
  border: 1px solid #F4EEFB;
  margin-left: 0px;
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
}

.comment-form-wrapper:hover,
.contact-form-wrapper:hover {
  box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .comment-form-wrapper,
  .contact-form-wrapper {
    margin-left: 30px;
  }
}

.comment-form-wrapper .comment-form input,
.comment-form-wrapper .comment-form textarea,
.comment-form-wrapper .contact-form input,
.comment-form-wrapper .contact-form textarea,
.contact-form-wrapper .comment-form input,
.contact-form-wrapper .comment-form textarea,
.contact-form-wrapper .contact-form input,
.contact-form-wrapper .contact-form textarea {
  padding: 18px 25px;
  border-radius: 30px;
  border: 1px solid #F4EEFB;
  margin-bottom: 25px;
  width: 100%;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .comment-form-wrapper .comment-form input,
  .comment-form-wrapper .comment-form textarea,
  .comment-form-wrapper .contact-form input,
  .comment-form-wrapper .contact-form textarea,
  .contact-form-wrapper .comment-form input,
  .contact-form-wrapper .comment-form textarea,
  .contact-form-wrapper .contact-form input,
  .contact-form-wrapper .contact-form textarea {
    padding: 12px 25px;
  }
}

.comment-form-wrapper .comment-form input:focus,
.comment-form-wrapper .comment-form textarea:focus,
.comment-form-wrapper .contact-form input:focus,
.comment-form-wrapper .contact-form textarea:focus,
.contact-form-wrapper .comment-form input:focus,
.contact-form-wrapper .comment-form textarea:focus,
.contact-form-wrapper .contact-form input:focus,
.contact-form-wrapper .contact-form textarea:focus {
  border-color: #3763EB;
}

.comment-form-wrapper .comment-form textarea,
.comment-form-wrapper .contact-form textarea,
.contact-form-wrapper .comment-form textarea,
.contact-form-wrapper .contact-form textarea {
  border-radius: 18px;
}

.comment-form-wrapper .comment-form .theme-btn,
.comment-form-wrapper .contact-form .theme-btn,
.contact-form-wrapper .comment-form .theme-btn,
.contact-form-wrapper .contact-form .theme-btn {
  font-weight: 500;
  padding: 18px 90px;
}

.page-banner-section {
  margin-top: 107px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner-section {
    margin-top: 94px;
  }
}

.page-banner-section .banner-content h2 {
  margin-bottom: 20px;
}

.page-banner-section .banner-content .page-breadcrumb nav ol {
  background: none;
  padding: 0;
}

.page-banner-section .banner-content .page-breadcrumb nav ol li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 500;
}

.page-banner-section .banner-content .page-breadcrumb nav ol li::before {
  color: #fff;
}

.page-banner-section .banner-content .page-breadcrumb nav ol li a {
  color: #fff;
}

.carousel-section-wrapper {
  position: relative;
  z-index: 3;
}

.carousel-section-wrapper .carousel-section {
  position: relative;
  z-index: 3;
}

.carousel-section-wrapper .carousel-section.clip-bg {
  clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 89%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .carousel-section-wrapper .carousel-section.clip-bg {
    clip-path: polygon(0% 8%, 100% 2%, 100% 98%, 0 92%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-section-wrapper .carousel-section.clip-bg {
    clip-path: polygon(0% 8%, 100% 2%, 100% 98%, 0 92%);
  }
}

@media (max-width: 767px) {
  .carousel-section-wrapper .carousel-section.clip-bg {
    clip-path: polygon(0% 8%, 100% 2%, 100% 98%, 0 92%);
  }
}

.carousel-section-wrapper .carousel-section.clip-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, rgba(111, 88, 232, 0.8) 0%, #3763eb 100%);
}

.carousel-section-wrapper .carousel-section.carousel-item .carousel-content .section-title h2 {
  margin-bottom: 25px;
}

.carousel-section-wrapper .carousel-section.carousel-item .carousel-content .section-title p {
  margin-bottom: 40px;
}

.carousel-section-wrapper .carousel-section.carousel-item .carousel-content .border-btn {
  border-color: #fff;
  color: #fff;
}

.carousel-section-wrapper .carousel-section.carousel-item .carousel-content .border-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.carousel-section-wrapper .carousel-control {
  background: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #F4EEFB;
  color: #fff;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 99;
}

.carousel-section-wrapper .carousel-control:hover {
  background: #fff;
  color: #3763EB;
}

.carousel-section-wrapper .carousel-control.carousel-control-next {
  left: auto;
  right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-section-wrapper .carousel-control {
    top: auto;
    transform: translateY(0);
    bottom: 80px;
    margin: auto;
  }
  .carousel-section-wrapper .carousel-control.carousel-control-prev {
    left: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .carousel-section-wrapper .carousel-control.carousel-control-next {
    left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .carousel-section-wrapper .carousel-control {
    top: auto;
    transform: translateY(0);
    bottom: 80px;
    margin: auto;
  }
  .carousel-section-wrapper .carousel-control.carousel-control-prev {
    left: 37%;
  }
  .carousel-section-wrapper .carousel-control.carousel-control-next {
    left: 23%;
  }
}

.carousel-section-wrapper .carousel-control span {
  background: none;
  width: auto;
  height: auto;
}

/*===========================
    13. Footer CSS - Modern White Card
===========================*/
.footer {
  position: relative;
  z-index: 2;
  background: #fff; /* Clean white background */
  border-radius: 24px 24px 0 0;
  box-shadow: 0px -8px 40px rgba(0, 0, 0, 0.05); /* Soft top shadow */
  padding-top: 80px;
  padding-bottom: 40px;
  color: #333;
}

.footer .footer-widget .footer-desc {
  line-height: 30px;
  color: #555;
}

.footer .footer-widget h4 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 20px;
  color: #111;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-widget h4 {
    font-size: 18px;
  }
}

.footer .footer-widget ul.footer-links li a {
  color: #6A7C92;
  display: block;
  line-height: 32px;
  transition: all .3s;
}

.footer .footer-widget ul.footer-links li a:hover {
  color: #3763EB;
}

.footer .footer-widget ul {
  padding-left: 20px;
}

.footer .footer-widget ul li {
  list-style: disc;
}

.footer .footer-widget .footer-contact li p {
  line-height: 30px;
  color: #555;
}



.footer .copyright-area p {
  text-align: right;
}

@media (max-width: 767px) {
  .footer .copyright-area p {
    font-size: 14px;
    text-align: center;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer .copyright-area p {
    font-size: 15px;
  }
}

.footer .copyright-area p a {
  color: #6A7C92;
}

.footer .copyright-area p a:hover {
  color: #3763EB;
}

.footer-social-links ul {
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .footer-social-links ul {
    justify-content: center;
  }
}

.footer-social-links ul li {
  display: inline-block;
}


@media (max-width: 767px) {
  .footer-social-links ul li a {
    padding: 0 7px;
    margin-right: 10px;
  }
}

.footer-social-links ul li a:hover {
  background: linear-gradient(#3763eb 0%, #6f58e8 100%);
  color: #fff;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px; /* adjust padding as needed */
}




.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

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

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

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

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

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

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

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

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}



.video-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-height: 420px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.video-wrapper:hover {
  transform: scale(1.015);
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.4s ease;
}

.video-hover-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.video-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}





.fun-fact {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 24px;
  font-weight: 600;
  font-size: 15px;
  color: white;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.video-wrapper:hover .hero-video {
  opacity: 0.25;
}

.video-hover-wrapper:hover .video-overlay {
  opacity: 1;
  pointer-events: auto;
}

.video-wrapper:hover .fun-fact {
  opacity: 1;
}

.notification {
  width: 360px;
  padding: 15px;
  background-color: white;
  border-radius: 16px;
  position: fixed;
  bottom: 15px;
  left: 15px;
  transform: translateY(200%);
  animation: noti 2s forwards ease-in;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.notification-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.notification-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.notification-close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F0F2F5;
  font-size: 14px;
}

.notification-container {
  display: flex;
  align-items: flex-start;
}

.notification-media {
  position: relative;
}

.notification-user-avatar {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  object-fit: cover;
}

.notification-reaction {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: white;
  background-image: linear-gradient(45deg, #0070E1, #14ABFE);
  font-size: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.notification-content {
  width: calc(100% - 60px);
  padding-left: 20px;
  line-height: 1.4;
}

.notification-text {
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 50px;
}

.notification-timer {
  color: #1876F2;
  font-weight: 600;
  font-size: 14px;
}

.notification-status {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 15px;
  height: 15px;
  background-color: #1876F2;
  border-radius: 50%;
}

@keyframes noti {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}

.notification-btn {
  display: inline-block;
  margin-top: 8px;
  background-color: #1876F2;
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}

.notification-btn:hover {
  background-color: #145bcc;
}

.terminal-pitch-section {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}



.terminal-pitch-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.terminal-window {
  flex: 1 1 480px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  font-family: monospace;
  font-size: 16px;
  color: #333;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  min-height: 140px;
}

.terminal-body .prompt {
  color: #3763eb;
  font-weight: bold;
}

.blinker {
  animation: blink 1s step-end infinite;
  display: inline-block;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.terminal-text {
  flex: 1 1 420px;
  font-family: 'Inter', sans-serif;
}

.terminal-text h3 {
  font-size: 24px;
  margin-bottom: 12px;
  color: #333;
}

.terminal-text p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.terminal-text ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}

.terminal-text ul li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #444;
}

.theme-btn {
  padding: 10px 22px;
  background-color: #3763eb;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: 0.3s ease;
}

.theme-btn:hover {
  background-color: #4a45d3;
}

.terminal-header {
  display: flex;
  gap: 8px;
  padding-bottom: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.red { background-color: #ff5f56; }
.yellow { background-color: #ffbd2e; }
.green { background-color: #27c93f; }

.terminal-window {
  flex: 1 1 480px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px 30px;
  font-family: monospace;
  font-size: 16px;
  color: #333;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  min-height: 140px;
}

.terminal-body {
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.terminal-window {
  position: relative;
  overflow: hidden;
}

.success-flash {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 255, 128, 0.25), transparent);
  pointer-events: none;
  z-index: 5;
  transform: translateY(100%);
  animation: flashUp 1s ease-out forwards;
  display: none;
}

@keyframes flashUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}



.section-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #3763eb;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.terminal-text h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
  line-height: 1.4;
}

.feature-badges {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.feature-badges li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #444;
  font-size: 15px;
  margin-bottom: 10px;
}

.feature-badges li i {
  background: linear-gradient(to left, #3763eb 0%, #6f58e8 50.39%, #3763eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}




/* Social Proof */
.social-proof-section {
  padding: 50px 0;
  text-align: center;
  background: #f9fafe;
}

.trusted-text {
  font-size: 18px;
  color: #555;
  margin-bottom: 15px;
}

.trusted-logos img {
  height: 40px;
  margin: 0 12px;
  opacity: 0.7;
  transition: 0.3s ease;
}
.trusted-logos img:hover {
  opacity: 1;
}

.social-icons {
  margin-top: 20px;
}

.social-icons img {
  height: 28px;
  margin: 0 6px;
  transition: 0.2s ease;
}
.social-icons img:hover {
  transform: scale(1.1);
}


.linkedin-float {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #4B47F5;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transition: all 0.3s ease;
}

.linkedin-float img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1); /* makes white */
}

.linkedin-float:hover {
  background-color: #4B47F5;
  transform: translateY(-2px);
}


.box-icon-style {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-icon-style i {
  font-size: 48px;
  color: #60a5fa; /* Xyplix Blue */
}

.testimonial-section {
  padding: 100px 0;
  background: #ffffff;
  text-align: center;
}

.section-title h2 {
  font-size: 32px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.section-title p {
  color: #6a7c92;
  font-size: 16px;
  margin-bottom: 40px;
}

.testimonial-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.testimonial-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
  max-width: 500px;
  text-align: left;
  position: relative;
}

.testimonial-card p {
  font-style: italic;
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.author-info h4 {
  margin: 0;
  font-weight: 600;
  color: #1a1a1a;
}

.author-info span {
  color: #6a7c92;
  font-size: 14px;
}

.service-card {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.hover-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}


.terminal-pitch-section {
  position: relative;
  z-index: 1;
}

.terminal-pitch-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
}

.code-animation-wrapper {
  flex: 0 0 180px;
  position: relative;
  transform: scale(0.75); /* smaller scaling */
}

.xyplix-text-content {
  max-width: 540px;
}

.xyplix-text-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1b1c38;
}

.xyplix-text-content p {
  font-size: 16px;
  color: #005ff9;
  margin-top: 12px;
}

/* Cube Styling */
.pov {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.7); /* compact size */
}

.tray {
  position: relative;
  width: 100%;
}

.die {
  width: 220px;
  height: 50px;
  perspective: 999px;
}

.cube {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 36px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: -1px;
  background: linear-gradient(135deg, #1b1c38, #005ff9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  backface-visibility: hidden;
}

.enhanced-section {
  padding: 100px 20px;
  background: #ffffff;
}

.enhanced-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
}

.code-animation-box {
  flex: 1;
  display: flex;
  align-items: flex-start; /* move it up */
  justify-content: flex-start; /* push left */
  min-width: 300px;
  max-width: 450px;
  transform: translate(-60px, -60px); /* Shift more left and up */
  position: relative;
}

.pitch-text-box {
  flex: 1;
  min-width: 300px;
  max-width: 550px;
}

.pitch-text-box h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 20px;
}

.pitch-text-box p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 30px;
}

.pitch-text-box .theme-btn {
  background: #3763eb;
  color: #fff;
  padding: 12px 26px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.pitch-text-box .theme-btn:hover {
  background: #5148dc;
}

@media screen and (max-width: 991px) {
  .enhanced-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .code-animation-box,
  .pitch-text-box {
    max-width: 100%;
  }
}


/* Features */

.xyplix-features {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.xyplix-features li {
  font-size: 1rem;
  margin-bottom: 12px;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 10px;
}

.xyplix-features i {
  color: #3763eb;
  font-size: 1.3rem;
}
.cta-buttons {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.theme-btn.ghost {
  background: transparent;
  border: 2px solid #3763eb;
  color: #3763eb;
}

.theme-btn.ghost:hover {
  background: #3763eb;
  color: white;
}

.xyplix-break {
  margin-top: 7vh; /* pushes it just below the initial screen */
  position: relative;
  width: 100%;
  height: 300px; /* 👈 shorter height for cleaner break */
  overflow: hidden;
  z-index: 0;
}

.bg-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.frosted-glass {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1;
  pointer-events: none;
}

.motivational-text {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.text-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  filter: blur(6px);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  transition: all 5.0s ease;
  z-index: 3;
  margin: 0;
}

/* Reveal effect */
.xyplix-break.in-view .text-content h2 {
  color: #ffffff;
  filter: blur(0);
}

.background-logo {
  position: absolute;
  bottom: 10px;
  width: 200px;           /* ✅ reasonable size */
  max-width: 30vw;        /* ✅ responsive cap */
  opacity: 0;
  filter: blur(10px);
  transition: all 4.0s ease;
  z-index: 1;
  transform: scale(1);    /* remove overscaling */
}

/* On reveal */
.xyplix-break.in-view .background-logo {
  opacity: 1;
  filter: blur(0);
}

html, body {
  cursor: url('/assets/img/cursor\ \(2\).png'), auto;
}

a:hover, button:hover {
  cursor: url('/assets/img/icons8-cursor-24.png'), pointer;
}

.testimonial-section {
  background: #ffffff;
  padding: 100px 20px;
}

.testimonial-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 30px;
  width: 100%;
  max-width: 500px;
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  position: relative;
  text-align: left;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-8px);
}

.quote-icon {
  font-size: 32px;
  color: #2e8eff;
  position: absolute;
  top: 25px;
  left: 30px;
}

.testimonial-text {
  font-size: 17px;
  font-style: italic;
  line-height: 1.7;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #1f1f1f;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.author-avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: none;
  box-shadow: none;
}

.avatar-wrapper {
  position: relative;
  display: inline-block;
}

.verified-badge {
  position: absolute;
  bottom: -4px;  /* move down */
  left: 35px;    /* move to the left */
  display: inline-block;
}

.verified-badge img {
  border-radius: 0; /* make sure the badge isn't circular */
  background: none;
  display: inline;
  vertical-align: middle;
}

.author-info h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.author-info span {
  font-size: 14px;
  color: #555;
}

.xyplix-stars i {
  font-size: 22px;
  background: linear-gradient(135deg, #2e8eff, #6dd5fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 4px;
}

.maintenance-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(12px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.maintenance-overlay.closing {
  animation: fadeOutZoom 0.3s ease-in-out forwards;
}

@keyframes fadeOutZoom {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}

.maintenance-card {
  position: relative;
  max-width: 480px;
  width: 90%;
  padding: 40px 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  transform: scale(0.95);
  opacity: 0;
  animation: popupFadeIn 0.4s ease-out forwards;
}

@keyframes popupFadeIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.custom-maintenance-icon {
  font-size: 42px;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #2e8eff, #6dd5fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.maintenance-card h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 12px 0 6px;
  letter-spacing: 0.5px;
  color: #fff; /* <-- make sure this line is here */
}


.heading-underline {
  width: 60px;
  height: 3px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, #2e8eff, #6dd5fa);
  border-radius: 10px;
}

.maintenance-card p {
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
  margin-top: 16px;
}

/* === CLOSE BUTTON === */
.close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.close-btn:hover {
  background: rgba(255, 60, 60, 0.2);
  color: #ff4d4d;
  transform: scale(1.1);
}

/* === STAFF MESSAGE SECTION === */
.staff-message {
  margin-top: 26px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.staff-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.staff-video-frame {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 2px solid transparent;
  background-image: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  background-origin: border-box;
  background-clip: content-box, border-box;
  padding: 2px;
}

.staff-video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.staff-info {
  display: flex;
  align-items: center;
  gap: 4px;
}

.staff-name {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.insta-badge {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin-left: 15px;
  transform: translateY(1px);
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.4));
  animation: badgePulse 2.5s ease-in-out infinite;
}

@keyframes badgePulse {
  0%, 100% {
    transform: scale(1) translateY(1px);
    opacity: 1;
  }
  50% {
    transform: scale(1.1) translateY(1px);
    opacity: 0.85;
  }
}

.staff-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 6px;
  line-height: 1.5;
}

/* === TRUST TEXT === */
.trust-text {
  font-size: 10px !important;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 12px;
  line-height: 1.4;
  text-align: center;
}

.xyplix-404-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, #ffffff 0%, #ffffff 100%);
  padding: 2rem;
}

.xyplix-404-wrapper {
  text-align: center;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.05);
  padding: 3rem 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 0 40px rgba(0, 123, 255, 0.1);
  max-width: 600px;
  width: 100%;
}

.glitch-text {
  font-size: 8rem;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(135deg, #2e8eff, #6dd5fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.sub-text {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.go-home-btn {
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(to right, #2e8eff, #6dd5fa);
  border: none;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.go-home-btn:hover {
  background: linear-gradient(to right, #6dd5fa, #2e8eff);
  transform: scale(1.05);
}

.aboutus-hero {
  padding: 6rem 1rem 4rem;
  text-align: center;
  background: white;
}

.aboutus-title {
  font-size: 3rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1rem;
}

.aboutus-subtitle {
  font-size: 1.25rem;
  color: #475569;
  max-width: 600px;
  margin: 0 auto;
}

.aboutus-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 2rem;
  background: #f9fafb;
}

.aboutus-content {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  max-width: 1100px;
  width: 100%;
}

.aboutus-left {
  flex: 1;
  min-width: 300px;
}

.aboutus-left h2 {
  font-size: 2rem;
  color: #0f172a;
  margin-bottom: 1rem;
}

.aboutus-left p {
  font-size: 1rem;
  color: #334155;
  margin-bottom: 1.5rem;
}

.aboutus-list {
  list-style: none;
  padding: 0;
}

.aboutus-list li {
  font-size: 1rem;
  color: #1e293b;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.aboutus-right {
  flex: 1;
  min-width: 300px;
}

.aboutus-right img {
  max-width: 100%;
  border-radius: 1rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.aboutus-values {
  padding: 5rem 2rem;
  text-align: center;
  background: white;
}

.aboutus-values h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #0f172a;
}

.values-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.value-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  max-width: 300px;
  text-align: left;
  transition: transform 0.3s ease;
}

.value-card:hover {
  transform: translateY(-8px);
}

.value-card h3 {
  color: #2563eb;
  margin-bottom: 1rem;
}

.value-card p {
  color: #475569;
}

/* Chat */ 

/* Chat Widget Container */
.chat-widget {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9999;
  font-family: 'Poppins', sans-serif;
}

/* Floating Chat Bubble */
.chat-toggle {
  background: black;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
}

.chat-toggle:hover {
  transform: scale(1.05);
}

/* Red Notification Dot */
.red-dot {
  position: absolute;
  top: 8px;
  right: 10px;
  background: red;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

/* Chat Box */
.chat-box {
  width: 320px;
  height: 440px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 80px;
  left: 0;
  display: none;
  flex-direction: column;
  overflow: hidden;
  animation: slideUp 0.4s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Header */
.chat-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #f5f5f5;
  border-bottom: 1px solid #eee;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.agent-info {
  flex: 1;
}

.agent-info strong {
  display: block;
  font-size: 16px;
}

.status {
  font-size: 13px;
  color: green;
}

/* Close Button */
.close-chat {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

/* Message Area */
.chat-body {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
  background: #fdfdfd;
  display: flex;
  flex-direction: column;
}

/* Chat Bubbles */
.chat-bubble {
  background: #f0f0f0;
  border-radius: 18px;
  padding: 10px 15px;
  max-width: 80%;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
}

.chat-bubble.bot {
  background: #eeeeee;
  align-self: flex-start;
}

.chat-bubble.user {
  background: #00c6ff;
  color: white;
  align-self: flex-end;
}

/* Footer Input */
.chat-footer {
  display: flex;
  padding: 12px;
  border-top: 1px solid #eee;
  background: #fff;
}

.chat-footer input {
  flex: 1;
  padding: 10px;
  border-radius: 20px;
  border: none;
  background: #f0f0f0;
  outline: none;
}

.chat-footer button {
  margin-left: 10px;
  padding: 0 15px;
  background: linear-gradient(135deg, #00c6ff, #0072ff);
  border: none;
  border-radius: 20px;
  color: white;
  cursor: pointer;
  font-weight: bold;
}

/* Typing Indicator (From You) */
.typing-indicator {
  width: 60px;
  height: 30px;
  position: relative;
  z-index: 4;
  margin-left: 5px;
}

.typing-circle {
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  background-color: #000;
  left: 15%;
  transform-origin: 50%;
  animation: typing-circle7124 0.5s alternate infinite ease;
}

@keyframes typing-circle7124 {
  0% {
    top: 20px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }
  40% {
    height: 8px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}

.typing-circle:nth-child(2) {
  left: 45%;
  animation-delay: 0.2s;
}

.typing-circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}

.typing-shadow {
  width: 5px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 30px;
  transform-origin: 50%;
  z-index: 3;
  left: 15%;
  filter: blur(1px);
  animation: typing-shadow046 0.5s alternate infinite ease;
}

@keyframes typing-shadow046 {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}

.typing-shadow:nth-child(4) {
  left: 45%;
  animation-delay: 0.2s;
}

.typing-shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}
.terminal-pitch-section {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

#cloud-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

#cloud-container img {
  opacity: 0.07;
}


#sky {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 512px;
  height: 512px;
  margin-left: -256px;
  margin-top: -256px;
  transform-style: preserve-3d;
}

.cloudLayer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 256px;
  height: 256px;
  margin-left: -128px;
  margin-top: -128px;
  transition: transform 0.3s ease-out;
  opacity: 0.75;
}

.discord-card {
  background: #2b2d31;
  color: #fff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  max-width: 500px;
}
.discord-icon {
  width: 60px;
  margin-right: 20px;
}
.discord-content h4 {
  margin: 0 0 6px;
}
.discord-btn {
  background: linear-gradient(135deg, #5865F2, #7A5FFF);
  padding: 8px 18px;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
  margin-top: 8px;
}
.discord-btn:hover {
  opacity: 0.9;
}

.legal-links {
  font-size: 14px;
}

.legal-links a {
  color: #6A7C92;
  margin: 0 6px;
  text-decoration: none;
}

.legal-links a:hover {
  color: #1E90FF;
}

.footer-bottom {
  border-top: 1px solid rgba(106, 124, 146, 0.15);
  margin-top: 10px;
  padding-top: 12px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  font-size: 16px;
  color: #6A7C92;
  background-color: #F0F2F5;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.footer-socials a:hover {
  background-color: #2f4de7;
  color: #fff;
}

.footer-socials {
  margin-top: 8px;
}

.legal-section {
  background: #f9fbff;
}

.legal-wrapper {
  background: #fff;
  max-width: 850px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.legal-title {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(to right, #2f4de7, #2f4de7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.legal-meta {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 30px;
}

.legal-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 25px;
  color: #111827;
}

.legal-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 20px;
}

.legal-content a {
  color: #2f4de7;
  text-decoration: underline;
}

/* About Page*/



