/* COMMON css  */

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Playfair+Display:700,800&display=swap");
body {
  /* font-family: "Poppins", sans-serif; */
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #677284;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", serif;
    font-weight: 700; 
}

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

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #3A424E;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #677284;
  margin: 0px;
}

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

.navbar-brand .navbar-name {
    font-family: "Playfair Display", serif; 
    font-size: 26px; 
    letter-spacing: 0.5px; 
    font-weight: 800; 
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); 
    margin: 0; 
}

.typed{
    min-height: 40px; /* reserve space for the typing text */
    display: inline-block;
}

.typing-wrapper {
  height: 100px; /* reserve enough space for heading and typed text */
}

.header_hero_content .header_title {
  margin-bottom: 0;
}

.typing-text {
  position: relative;
  height: 40px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  display: block;
  white-space: pre-wrap;
}

/* button style */
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 25px;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #3698EE;
}

@media (max-width: 767px) {
  .main-btn {
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}

.main-btn:hover {
  background-color: rgba(54, 152, 238, 0.8);
  color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.main-btn.main-btn-2 {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  line-height: 53px;
}

@media (max-width: 767px) {
  .main-btn.main-btn-2 {
    line-height: 41px;
  }
}

.main-btn.main-btn-2:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/*===== All Section Title Style =====*/
.section_title .title {
  font-size: 44px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .section_title .title {
    font-size: 32px;
  }
}

.section_title p {
  margin-top: 25px;
}

.section_title p a {
    display: inline;
    padding: 0;
    margin: 0;
    white-space: nowrap; /* Prevents a link from breaking awkwardly in half */
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

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

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

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

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

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

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

/* HEADER css  */
/*===== NAVBAR =====*/
.header_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

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

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

.navbar {
  padding: 25px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding: 0;
}

.navbar-toggler {
  padding: 0;
}

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

.navbar-toggler .toggler-icon-new {
    background-color: #000; 
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  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) {
  -webkit-transform: rotate(135deg);
  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;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(34, 34, 34, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(34, 34, 34, 0.1);
    padding: 5px 12px;
  }
}

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

.navbar-nav .nav-item {
  margin-left: 20px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

.navbar-nav .nav-item a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 4px 10px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    color: #3A424E;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    color: #3A424E;
  }
}

.navbar-nav .nav-item a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  left: 110%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: skewX(13deg);
          transform: skewX(13deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
  }
}

.navbar-nav .nav-item.active > a::before, .navbar-nav .nav-item:hover > a::before {
  width: 100%;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-nav .nav-item .sub-menu li {
  display: block;
}

.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #222;
}

.navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #3698EE;
}

.navbar-nav .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

.sticky .navbar-toggler .toggler-icon {
  background-color: #3A424E;
}

.sticky .navbar-nav .nav-item a {
  color: #3A424E;
}

.sticky .navbar-nav .nav-item a::before {
  background-color: rgba(54, 152, 238, 0.1);
}

/*===== HEADER HERO =====*/
.header_hero {
  position: relative;
  z-index: 5;
  background-position: bottom center;
  padding-top: 70px;
  height: 100vh;
}

@media only screen and (min-width: 1400px) {
  .header_hero {
    height: 900px;
  }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_hero {
    height: auto;
  }
}

@media (max-width: 767px) {
  .header_hero {
    height: auto;
  }
}

.header_hero::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 1200px;
  background-image: url(../images/header_shape.svg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.shape {
  position: absolute;
}

.shape.shape-1 {
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .shape.shape-1 {
    left: 0;
  }
}

.shape.shape-2 {
  bottom: -200px;
  left: calc((100% - 1700px) / 2);
}

.shape.shape-3 {
  top: 0;
  right: 0;
}

.header_image {
  position: absolute;
  top: 0;
  right: 30px;
  width: 35%;
  height: 100%;
  z-index: 9;
  border-radius: 50%;
  /* transform: translateY(-50%); */
}

@media (max-width: 991px) {
  .header_image {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    width: 100%; /* Occupy full width of the larger */
    max-width: 540px; /* Limits how big it gets on mobile so it stays a circle */
    margin: 50px auto 0; /* Centers it horizontally and adds top spacing */
    padding: 0 15px;
    display: block !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_image {
    position: relative;
    width: 720px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 150px;
    border-radius: 50%;
  }
}

@media (max-width: 767px) {
  .header_image {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 150px;
    border-radius: 50%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header_image {
    width: 740px;
    border-radius: 50%;
  }
}

.header_image .image {
  position: relative;
  padding-bottom: 40px;
  border-radius: 50%;
}

.header_image .image img.my-topo {
    width: 100%;
    height: auto; /* Maintains aspect ratio */
    display: block;
    margin: 0 auto;
    border-radius: 200px;
  }

@media (max-width: 991px) {
  .header_hero {
    height: auto;
    padding-bottom: 100px; /* Space for the image at the bottom */
    display: block !important; /* Stack vertically */
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_image .image {
    top: 50px;
    border-radius: 50%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header_image .image {
    top: 50px;
    border-radius: 50%;
  }
}

.header_image .image .dots {
  position: absolute;
  right: 10%;
  bottom: 0px;
  z-index: -1;
  -webkit-animation: dots 6s ease-out infinite;
  animation: dots 6s ease-out infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_image .image .dots {
    width: 125px;
  }
}

@media (max-width: 767px) {
  .header_image .image .dots {
    width: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header_image .image .dots {
    width: 130px;
  }
}

@keyframes dots {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes dots {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_hero_content {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .header_hero_content {
    padding-top: 50px;
  }
}

.header_hero_content .header_title {
  font-size: 54px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_hero_content .header_title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .header_hero_content .header_title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header_hero_content .header_title {
    font-size: 38px;
  }
}

.header_hero_content .header_title span {
  color: #3698EE;
}

.header_hero_content p {
  margin-top: 35px;
  color: #fff;
}

.header_hero_content ul {
  padding-top: 20px;
}

.header_hero_content ul li {
  display: inline-block;
  margin-top: 15px;
}

.header_hero_content ul li + li {
  margin-left: 13px;
}

@media (max-width: 767px) {
  .header_hero_content ul li + li {
    margin-left: 8px;
  }
}

.header_hero_image img {
  width: 100%;
}

/* FEATURES css  */
.features_area {
  position: relative;
  z-index: 5;
  padding-top: 220px;
  padding-bottom: 220px;
}

.single_features {
  background-color: #fff;
  padding: 60px 25px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 3px 35px 0px rgba(158, 158, 158, 0.1);
  box-shadow: 0px 3px 35px 0px rgba(158, 158, 158, 0.1);
}

.single_features:hover {
  -webkit-box-shadow: 0px 3px 35px 0px rgba(158, 158, 158, 0.2);
  box-shadow: 0px 3px 35px 0px rgba(158, 158, 158, 0.2);
}

.single_features:hover .features_icon i {
  border-radius: 50%;
}

.single_features .features_icon i {
  width: 78px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  color: #fff;
  font-size: 40px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_features .features_content {
  margin-top: 25px;
}

.single_features .features_content .features_title {
  font-size: 24px;
  font-weight: 600;
  color: #3A424E;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_features .features_content p {
  margin-top: 15px;
}

.single_features.features_1 .features_icon i {
  background-color: #F85146;
}

.single_features.features_2 .features_icon i {
  background-color: #3698EE;
}

.single_features.features_3 .features_icon i {
  background-color: #581CCB;
}

/* ABOUT css  */
.about_image {
  position: relative;
  padding-bottom: 30px;
}

.about_image .image {
  border-radius: 30%;
}


.about_image .dots {
  position: absolute;
  bottom: 0;
  right: 20%;
  z-index: -1;
  -webkit-animation: dots_2 6s ease-out infinite;
  animation: dots_2 6s ease-out infinite;
}

@keyframes dots_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes dots_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.about_content .main-btn {
  margin-top: 40px;
  padding: 0 35px;
}

/* BLOG css  */

#blog {
    /* for a smooth JS animated height */
    min-height: 700px; 
    position: relative;
    overflow: hidden;
}

.project-item {
    width: 100%;
}

.blog_area {
  position: relative;
  z-index: 99;
  padding: 100px 0;
}

.blog_area .row .col-lg-3,
.blog_area .row .col-md-6,
.blog_area .row .col-sm-12 {
    margin-bottom: 30px; /* Vertical spacing between rows */
}

.project-card.sem2, 
.project-card.sem3, 
.project-card.sem4 {
    display: none;
}

.project-item[data-semester="sem-2"],
.project-item[data-semester="sem-3"],
.project-item[data-semester="sem-4"] {
    display: none;
}

  .blog-menu {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0; 
    margin-left: -12.5px; 
    margin-right: -12.5px; 
    margin-bottom: 10px;
    cursor: pointer;
  }

  .blog-menu li {
    font-weight: 600;
    color: #677284;
    padding: 8px 20px;
    border-radius: 50px;
    transition: all 0.3s;
    background-color: #f0f0f0;
    margin: 10px 12.5px;
    white-space: nowrap;
  }

  .blog-menu li:hover {
    background-color: #5725B0; 
    background-image: linear-gradient(to right, #FF9933, #5725B0); 
    color: #fff;
    box-shadow: 0 4px 10px rgba(87, 37, 176, 0.5); 
    transition: transform 0.5s, box-shadow 0.5s;
  }

  .blog-menu li.active {
    background-color: #5725B0;
    color: #fff;
    box-shadow: 0 4px 10px rgba(87, 37, 176, 0.4);
    transition: transform 0.3s, box-shadow 0.3s;
  }

.single_blog {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 79px 0px rgba(158, 158, 158, 0.16);
  box-shadow: 0px 0px 79px 0px rgba(158, 158, 158, 0.16);
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  
  transition: transform 0.4s ease, box-shadow 0.4s ease;
 
}

.single_blog:hover {
  box-shadow: 0px 20px 40px rgba(0,0,0,0.12);
}

.single_blog .blog_image {
  height: 160px;
  overflow: hidden;
}

.single_blog .blog_image img {
  width: 100%;

  height: 100%;
  object-fit: cover;
  display: block;

  transition: transform 0.4s ease;
}

.single_blog:hover .blog_image img {
  transform: scale(1.05); /* subtle zoom on hover */
}

.single_blog .blog_content {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  margin-bottom: 10px;
  color: #888;
}

.meta_date span {
  background-color: #5725B0; /* deep purple badge */
  color: #fff;
  padding: 4px 10px;
  border-radius: 25px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.meta_like ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.meta_like ul li + li {
  margin-left: 15px;
}

.meta_like ul li a {
  color: #888;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.meta_like ul li a i {
  margin-left: 5px;
}

/* Blog Titles */
.blog_title {
  font-size: 18px;
  font-weight: 600;
  color: #5725B0;
  margin-top: 10px;
  flex-grow: 1; /* makes text take up remaining space for uniformity */
}

.blog_title a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog_title a:hover {
  color: #6c3fa0; /* subtle purple hover */
}

/* Read More Button */
.main-btn {
  align-self: flex-start;
  margin-top: 20px;
  padding: 8px 18px;
  font-size: 14px;
  border-radius: 25px;
  border: 2px solid #5725B0;
  color: #5725B0;
  background-color: #fff;
  transition: all 0.3s ease;
  display: inline-flex; /* Use inline-flex so it doesn't take full width */
  justify-content: center; /* Centers content horizontally */
  align-items: center;
}

.main-btn:hover {
  background-color: #5725B0;
  color: #fff;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.row.justify-content-center {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0; /* Prevents horizontal overflow */
}



.col-lg-12.col-md-12 {
  display: flex;
}

.col-lg-12.col-md-12 .single_blog {
  flex: 1 1 100%; 
}

.project-item {
    transition: transform 0.3s ease;
    backface-visibility: hidden; /* Helps with flickering on some browsers */
}

/* Ensure the inner WOW elements are forced visible if the parent is filtered in */
.project-item[style*="display: block"] .wow {
    visibility: visible !important;
    animation-name: none !important; /* Stop the animation from re-playing and blinking */
}

.filter_buttons .main-btn.active {
    background-color: #5725B0 !important;
    color: #fff !important;
    border-color: #5725B0 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_blog .blog_content .blog_meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .blog_area {
    padding: 60px 15px;
  }
}

/* SKILLS css  */

  .skills-menu {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0; 
    margin-left: -12.5px; 
    margin-right: -12.5px; 
    margin-bottom: 10px;
    cursor: pointer;
  }

  .skills-menu li {
    font-weight: 600;
    color: #677284;
    padding: 8px 20px;
    border-radius: 50px;
    transition: all 0.3s;
    background-color: #f0f0f0;
    margin: 10px 12.5px;
    white-space: nowrap;
  }

  .skills-menu li:hover {
    background-color: #5725B0; 
    background-image: linear-gradient(to right, #FF9933, #5725B0); 
    color: #fff;
    box-shadow: 0 4px 10px rgba(87, 37, 176, 0.5); 
    transition: transform 0.5s, box-shadow 0.5s;
  }

  .skills-menu li.active {
    background-color: #5725B0;
    color: #fff;
    box-shadow: 0 4px 10px rgba(87, 37, 176, 0.4);
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .skills-slider {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
  }

  .skills-category {
    display: none;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
  }

  .skills-category.active {
    display: flex;
  }

  .skill-item {
    text-align: center;
    flex: 0 1 120px;
  }

  .skill-item img {
    width: 170px;
    height: 140px;
    object-fit: contain;
    margin-bottom: 10px;
    border-radius: 12px;
    background-color: #f5f5f5;
    padding: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .skill-item img:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  }

  .skill-item p {
    font-size: 14px;
    font-weight: 500;
    color: #3A424E;
  }

/* FOOTER css  */
.footer_area {
  position: relative;
  z-index: 9;
}

.footer_area::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1170px;
  background-image: url(../images/footer_shape.svg);
  background-position: top center;
  background-size: cover;
  z-index: -1;
}

.footer-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 1;
}

.footer-wave path {
    fill: #ffffff;
}

.footer_subscribe .subscribe_title {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  .footer_subscribe .subscribe_title {
    font-size: 30px;
  }
}

.footer_subscribe .subscribe_title_footer {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .footer_subscribe .subscribe_title_footer {
    font-size: 30px;
  }
}

.footer_subscribe p {
  color: #fff;
  margin-top: 15px;
}

.subscribe_form {
  position: relative;
  margin-top: 35px;
}

.subscribe_form input,
.subscribe_form textarea {
  width: 100%;
  border: 0;
  color: #677284;
  padding: 0 30px;
  height: 60px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.subscribe_form textarea {
  height: auto; 
  padding: 15px 30px;
  resize: vertical; 
}

.subscribe_form input::-webkit-input-placeholder {
  opacity: 1;
  color: #677284;
}

.subscribe_form input:-ms-input-placeholder {
  opacity: 1;
  color: #677284;
}

.subscribe_form input::-ms-input-placeholder {
  opacity: 1;
  color: #677284;
}

.subscribe_form input::placeholder {
  opacity: 1;
  color: #677284;
}

.subscribe_form input::-moz-placeholder {
  opacity: 1;
  color: #677284;
}

.subscribe_form input::-moz-placeholder {
  opacity: 1;
  color: #677284;
}

.subscribe_form input::-webkit-input-placeholder {
  opacity: 1;
  color: #677284;
}

.subscribe_form .main-btn {
  width: 100%; 
  line-height: normal;
  height: auto; 
  padding: 15px 30px; 
  margin-top: 10px;
}

.footer_social ul li {
  display: inline-block;
  margin: 0 10px;
}

.footer_social ul li a {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 41px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_social ul li a:hover {
  background-color: #fff;
  color: #3698EE;
}

.footer_copyright p {
  color: #fff;
}

.footer_copyright p a {
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_copyright p a:hover {
  color: #3698EE;
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background-color: #8b57eb;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}

.back-to-top:hover {
  color: #fff;
  box-shadow: 0px 20px 40px rgba(0,0,0,0.12);
}

.logo-list {
    list-style: none; 
    padding: 0;
    margin: 0;
    display: flex; 
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
}

.logo-list li {
    padding:0;
    margin: 0 5px;
    height: 85px;
    display: flex;
    justify-content: center; 
    align-items: center;
}


.logo-list img {
    height: 65px;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 5px;
}



/*--------------------------------------------------------------
# Resume Section
--------------------------------------------------------------*/
.resume .resume-title {
  color:  #49474e;
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #8b57eb;
  position: relative;
}

.resume > .resume-item {
  position: relative;
  padding-left: 22px;
  border-left: 2px solid #5725B0;
  margin-bottom: 25px;
}

.resume > .resume-item::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #5725B0;

}

.resume .resume-item .resume-item {
  position: relative;
  margin-top: 14px;
  padding-left: 28px;
  border-left: none;
}

.resume .resume-item .resume-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 16px;
  height: 1.5px;
  background: #5725B0
  /* background: rgba(13, 110, 253, 0.6); */
}

.resume .resume-item .resume-item::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5725B0;
}

.resume .resume-item .resume-item h5 {
  font-size: 15px;
  font-weight: 500;
  color: #555;
}


.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  /* color: color-mix(in srgb, var(--default-color), transparent 20%); */
  color: #5725B0;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
  text-decoration: none;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
    text-decoration: none;

}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: -8px;
  top: 4px;
  background: #5725B0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 1;
} 

.resume a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.1s ease;
}

.resume a:visited {
  color: inherit;
}

.resume a:hover,
.resume a:focus {
  color: #5725B0;
  /* text-shadow: 0 2px 6px rgba(87, 37, 176, 0.45); */
}



