/*-----------------------------------------------------------------------------------

    

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

    01. THEME DEFAULT CSS
  02. MEANMENU CSS START
  03. about css start
  04. blog css start
    05. text-slide css start
  06. career css start
  07. cart css start
  08. category css start
  09. checkout css start
  10. choose css start
  11. class css star
  12. contact css start
  13. course css start
  14. cta css start
  15. error css start
  16. event css start
  17. faq css start
  18. feature css start
  19. footer css start
  20. funfact css start
  21. header css start
  22. hero css start
  23. mobile-menu css start
  24. newsletter css start
  25. price css start
  26. shop css start
  27. slider css start
  28. team css start
  29. testimonial css start
  30. video css start
  31. work css start

    **********************************************/

/*----------------------------------------*/

/* 01. THEME DEFAULT CSS START
/*----------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@300;400;500;600;700;800;900&family=Sora:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet');
:root {
  /**
  @font family declaration
  */
  --it-ff-body: "Sora", sans-serif;
  --it-ff-heading: "Epilogue", sans-serif;
  --it-ff-poppins: "Poppins", sans-serif;
  --it-ff-fontawesome: Font Awesome 6 Pro;
  /**
  @color declaration
  */
  --it-common-white: #ffffff;
  --it-common-black: #0e2a46;
  --it-common-black-3: #17254e;
  --it-common-yellow: #ffd25d;
  --it-common-purple-2: #785dd7;
  --it-common-purple-3: #7768e5;
  --it-common-orange: #fc6441;
  --it-common-orange-2: #f2a227;
  --it-common-orange-3: #fc9f0b;
  --it-common-black-2: #4d5756;
  --it-heading-primary: #0e2a46;
  --it-grey-1: #f2f2f2;
  --it-grey-2: #f3f5f5;
  --it-grey-3: #fbfffe;
  --it-grey-4: #e8e8f4;
  --it-grey-5: #fff8f0;
  --it-text-body: #333931;
  --it-theme-1: #704fe6;
  --it-theme-2: #fe543d;
  --it-theme-3: #2fc7a1;
  --it-theme-4: #674df0;
  --it-theme-5: #e15517;
  --it-theme-6: #ff9e0e;
  --it-theme-7: #e15517;
  --it-theme-pepmind-button: #e15517;
  --it-theme-pepmind-logo: #183883;
  --it-hero-text-body: #ffffff;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1350px;
    --bs-gutter-x: 30px;
  }
  .container-1380 {
    max-width: 1380px;
  }
  .container-2 {
    max-width: 1740px;
  }
  .container-3 {
    max-width: 1350px;
  }
}

/*---------------------------------
  typography css start 
---------------------------------*/

body {
  font-family: var(--it-ff-body);
  font-size: 15px;
  font-weight: 400;
  color: var(--it-text-body);
  line-height: 17px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--it-ff-heading);
  color: var(--it-heading-primary);
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

img {
  max-width: 45%;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  color: var(--it-hero-text-body);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.9;
}

.z-index {
  position: relative;
  z-index: 2;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.z-index-4 {
  position: relative;
  z-index: 4;
}

.z-index-5 {
  position: relative;
  z-index: 5;
}

.z-index-6 {
  position: relative;
  z-index: 6;
}

a,
.btn,
button,
input,
select,
textarea,
li,
img,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

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

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

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  height: 58px;
  width: 100%;
  border: none;
  outline: none;
  padding: 0 20px;
  line-height: 58px;
  font-size: 14px;
  color: var(--it-common-black);
}

input::-webkit-input-placeholder {
  color: #4d5756;
}

input:-moz-placeholder {
  color: #4d5756;
}

input::-moz-placeholder {
  color: #4d5756;
}

input:-ms-input-placeholder {
  color: #4d5756;
}

textarea {
  outline: none;
  color: var(--it-common-black);
  width: 100%;
  padding: 0 20px;
  border: none;
  resize: none;
  font-size: 14px;
}

textarea::-webkit-input-placeholder {
  color: #4d5756;
}

textarea:-moz-placeholder {
  color: #4d5756;
}

textarea::-moz-placeholder {
  color: #4d5756;
}

textarea:-ms-input-placeholder {
  color: #4d5756;
}

input[type="color"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--it-theme-1);
  color: var(--it-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--it-theme-1);
  color: var(--it-common-white);
  text-shadow: none;
}

::selection {
  background: var(--it-theme-1);
  color: var(--it-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--it-common-black);
  font-size: var(--it-fz-body);
  opacity: 1;
}

*::placeholder {
  color: var(--it-common-black);
  font-size: var(--it-fz-body);
  opacity: 1;
}

/*---------------------------------
    common classes css start 
---------------------------------*/

.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gx-5 {
  --bs-gutter-x: 5px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-55 {
  --bs-gutter-x: 55px;
}

/*--
    - Spacing
-----------------------------------------*/

.ed-btn-theme {
  display: inline-block;
  padding: 0 25px;
  padding-right: 80px;
  height: 58px;
  line-height: 58px;
  position: relative;
  transition: 0.3s;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
  border-radius: 200px;
}

.ed-btn-theme i {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 58px;
  width: 58px;
  line-height: 54px;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s;
  color: var(--it-common-white);
  background-color: var(--it-common-purple-2);
}

@media (max-width: 767px) {
  .ed-btn-theme i {
    width: 48px;
    height: 48px;
    line-height: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-btn-theme {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .ed-btn-theme {
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    padding-right: 60px;
  }
}

.ed-btn-theme.theme-2 {
  color: var(--it-common-white);
  background-color: var(--it-theme-3);
}

.ed-btn-theme.theme-2 i {
  background-color: #35d7ae;
}

.ed-btn-theme.orange {
  background-color: var(--it-theme-2);
}

.ed-btn-theme.orange i {
  background-color: rgb(219, 73, 54);
}

.ed-btn-theme.error-btn {
  padding: 0 25px;
  padding-left: 80px;
  padding-right: 25px;
}

.ed-btn-theme.error-btn i {
  left: 0;
  right: auto;
}

.ed-btn-theme:hover {
  color: var(--it-common-white);
  background-color: var(--it-common-black-3);
}

.ed-btn-theme:hover i {
  color: var(--it-common-white);
  background-color: #1f3061;
}

.ed-btn-theme:hover.theme-2 {
  background-color: var(--it-theme-2);
}

.ed-btn-theme:hover.theme-2 i {
  background-color: rgb(219, 73, 54);
}

.ed-btn-dark {
  display: inline-block;
  padding: 0 25px;
  padding-right: 80px;
  height: 58px;
  line-height: 58px;
  position: relative;
  transition: 0.3s;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: var(--it-common-white);
  background-color: var(--it-common-black-3);
  border-radius: 200px;
}

.ed-btn-dark i {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 58px;
  width: 58px;
  line-height: 54px;
  border-radius: 50%;
  text-align: center;
  color: var(--it-common-white);
  background-color: #1f3061;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .ed-btn-dark i {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-btn-dark {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .ed-btn-dark {
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    padding-right: 60px;
  }
}

.ed-btn-dark:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}

.ed-btn-dark:hover i {
  color: var(--it-common-white);
  background-color: var(--it-common-purple-2);
}

.ed-btn-yellow {
  display: inline-block;
  padding: 0 25px;
  padding-right: 80px;
  height: 58px;
  line-height: 58px;
  position: relative;
  transition: 0.3s;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: var(--it-common-black);
  background-color: var(--it-common-yellow);
  border-radius: 200px;
}

.ed-btn-yellow i {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 58px;
  width: 58px;
  line-height: 54px;
  border-radius: 50%;
  text-align: center;
  color: var(--it-common-black);
  background-color: #feb65c;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-btn-yellow {
    font-size: 14px;
  }
}

.ed-btn-yellow:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}

.ed-btn-yellow:hover i {
  color: var(--it-common-white);
  background-color: var(--it-common-purple-2);
}

.ed-btn-yellow:hover.dark-bg {
  color: var(--it-common-white);
  background-color: var(--it-common-black-3);
}

.ed-btn-yellow:hover.dark-bg i {
  color: var(--it-common-white);
  background-color: #1f3061;
}

.ed-btn-blog {
  display: inline-block;
  padding: 0 25px;
  padding-right: 60px;
  height: 48px;
  line-height: 48px;
  position: relative;
  transition: 0.3s;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: var(--it-theme-1);
  background-color: #e9e2ff;
  border-radius: 200px;
}

.ed-btn-blog i {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 48px;
  width: 48px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  color: var(--it-theme-1);
  transition: 0.3s;
  background-color: #e3dbff;
}

.ed-btn-blog.square {
  border-radius: 5px;
}

.ed-btn-blog.theme-bg-2 {
  color: var(--it-common-white);
  background-color: var(--it-theme-pepmind-logo);
}

.ed-btn-blog.theme-bg-2 i {
  color: var(--it-common-white);
  background-color: #35d7ae;
}

.ed-btn-blog.radius {
  border-radius: 100px;
  padding: 0 27px;
}

.ed-btn-blog:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}

.ed-btn-blog:hover i {
  color: var(--it-common-white);
  background-color: var(--it-common-purple-2);
}

.ed-btn-blog:hover.radius {
  background-color: var(--it-theme-7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-btn-blog {
    font-size: 14px;
  }
}

.ed-btn-blog-square {
  display: inline-block;
  padding: 0 25px;
  padding-right: 55px;
  height: 53px;
  line-height: 53px;
  position: relative;
  transition: 0.3s;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: var(--it-theme-1);
  background-color: #e9e2ff;
  border-radius: 5px;
}

.ed-btn-blog-square i {
  position: absolute;
  top: 0;
  right: 25px;
  display: inline-block;
  color: var(--it-theme-1);
  transition: 0.3s;
}

.ed-btn-blog-square:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}

.ed-btn-blog-square:hover i {
  color: var(--it-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-btn-blog-square {
    font-size: 14px;
  }
}

.it-btn-white {
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 25px;
  height: 60px;
  line-height: 64px;
  position: relative;
  transition: 0.4s;
  border-radius: 5px;
  z-index: 1;
  color: var(--it-common-black);
  background-color: var(--it-common-white);
  font-size: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-btn-white {
    font-size: 14px;
  }
}

.it-btn-white span svg {
  margin-left: 10px;
  display: inline-block;
  transform: translateY(-1px);
}

.it-btn-white:hover span svg {
  animation: tfLeftToRight 0.4s forwards;
  transform: translateY(-1px);
}

.it-btn-white.sky-bg {
  font-size: 15px;
  background-color: var(--it-theme-3);
  color: var(--it-common-white);
}

.it-btn-white.purple-2 {
  background-color: var(--it-theme-4);
  color: var(--it-common-white);
}

.ed-btn-square {
  display: inline-block;
  padding: 0 35px;
  height: 61px;
  line-height: 61px;
  position: relative;
  transition: 0.3s;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--it-common-white);
  background-color: var(--it-theme-3);
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-btn-square {
    padding: 0 25px;
    height: 51px;
    line-height: 51px;
    font-size: 13px;
  }
}

.ed-btn-square.sm {
  height: 51px;
  line-height: 50px;
}

.ed-btn-square.sm-2 {
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  background-color: #e8e8f4;
  color: var(--it-common-purple-3);
}

.ed-btn-square.purple-2 {
  background-color: var(--it-theme-4);
  color: var(--it-common-white);
}

.ed-btn-square.purple-3 {
  background-color: var(--it-theme-4);
  color: var(--it-common-white);
}

.ed-btn-square.purple-4 {
  background-color: var(--it-common-purple-3);
  color: var(--it-common-white);
}

.ed-btn-square.radius {
  border-radius: 5px;
}

.ed-btn-square.orange {
  background-color: var(--it-common-orange);
  color: var(--it-common-white);
  border-radius: 5px;
}

.ed-btn-square.orange i,
.ed-btn-square.orange svg {
  display: inline-block;
  margin-left: 12px;
  transform: translateY(-2px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-btn-square.orange i,
  .ed-btn-square.orange svg {
    font-size: 12px;
    margin-left: 5px;
    transform: translateY(-1px);
  }
}

.ed-btn-square.dark {
  background-color: var(--it-common-black);
  color: var(--it-common-white);
  border-radius: 5px;
}

.ed-btn-square.dark i,
.ed-btn-square.dark svg {
  display: inline-block;
  margin-left: 12px;
  transform: translateY(-2px);
}

.ed-btn-square:hover {
  background-color: var(--it-theme-4);
  color: var(--it-common-white);
}

.ed-btn-square:hover.purple-2 {
  color: var(--it-common-white);
  background-color: var(--it-theme-3);
}

.ed-btn-square:hover.purple-3 {
  color: var(--it-common-white);
  background-color: var(--it-theme-3);
}

.ed-btn-square:hover.purple-4 {
  background-color: var(--it-common-orange);
  color: var(--it-common-white);
}

.ed-btn-square:hover.sm-2 {
  background-color: var(--it-common-purple-3);
  color: var(--it-common-white);
}

.ed-btn-square:hover.hover-2 {
  background-color: var(--it-common-orange);
  color: var(--it-common-white);
}

.ed-btn-radius {
  display: inline-block;
  padding: 0 18px;
  height: 45px;
  line-height: 51px;
  position: relative;
  transition: 0.3s;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: var(--it-common-white);
  background-color: var(--it-theme-pepmind-button);
  border-radius: 0px;
}

.ed-btn-radius.sky-bg {
  background-color: var(--it-common-white);
}

.ed-btn-radius:hover {
  color: var(--it-theme-5);
  background-color: var(--it-common-white);
}

.ed-btn-radius:hover.sky-bg {
  color: var(--it-common-white);
  background-color: var(--it-theme-7);
}

.it-btn {
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 25px;
  height: 54px;
  line-height: 54px;
  position: relative;
  transition: 0.4s;
  border-radius: 5px;
  z-index: 1;
  color: var(--it-common-white);
  background-color: var(--it-common-purple-3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-btn {
    font-size: 14px;
  }
}

.it-btn.large {
  padding: 0px 60px;
}

.it-btn span svg {
  margin-left: 10px;
  display: inline-block;
  transform: translateY(-1px);
}

.it-btn:hover {
  color: var(--it-common-white);
}

.it-btn:hover span svg {
  animation: tfLeftToRight 0.4s forwards;
  transform: translateY(-1px);
}

.it-btn.black-bg {
  background-color: black;
}

.it-btn.sm {
  height: 53px;
  line-height: 53px;
  padding: 0 20px;
}

.it-btn.blue-bg {
  background-color: var(--it-theme-4);
}

.it-btn-white-sm {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  padding: 0 20px;
  height: 40px;
  width: 140px;
  line-height: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  transition: 0.3s;
  text-transform: uppercase;
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
  box-shadow:
    rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  margin: 5px 0;
}

.it-btn-white-sm:hover {
  color: var(--it-common-black);
  background-color: var(--it-common-white);
}

/* pulse effect animation */

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes itrotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}

@keyframes itswing {
  0% {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes itleftright {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-20px);
  }
}

@keyframes itupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}

@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes section-animation {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}

@keyframes about-sm {
  100% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(50px);
  }
}

@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes itleftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes itrotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes ittranslateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes RL_smooth {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes ittranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0px;
    stroke-dasharray: 3000;
  }
}

@keyframes itupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes itswing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}

@keyframes itswing-2 {
  0% {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
}

@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes about-circle {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes services-triangle {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    -moz-transform: rotate(0deg) translateX(-50px);
    -ms-transform: rotate(0deg) translateX(-50px);
    -o-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    -moz-transform: rotate(360deg) translateY(100px);
    -ms-transform: rotate(360deg) translateY(100px);
    -o-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}

@keyframes hero-3-dot-2 {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes tfLeftToRight {
  49% {
    transform: translateX(60%);
  }
  50% {
    opacity: 0;
    transform: translateX(-60%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes leftright {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes movinglight {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-70px);
  }
  50% {
    transform: translatey(-70px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes movinglight2 {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(70px);
  }
  50% {
    transform: translatey(70px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes movingtop {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translatey(70px);
  }
  50% {
    transform: translatey(-70px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes circle-animation {
  0% {
    right: 0;
  }
  50% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}

@keyframes circle-animation-2 {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}

@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}

@keyframes wobble-vertical {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}

@-webkit-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-moz-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-ms-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes widthcalc {
  0% {
    width: 20%;
  }
  50% {
    width: 50%;
  }
  75% {
    width: 90%;
  }
  90% {
    opacity: 75%;
  }
  90% {
    opacity: 100%;
  }
}

/* right bounce */

@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  60% {
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* /right bounce */

@keyframes icon-bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes light-one {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scrollText-2 {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}

@keyframes scroll1 {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 0.5;
  }
}

@keyframes scroll2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}

/*--- preloader ---*/

#it-loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#it-loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#it-loading-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #it-loading-absolute {
    width: 40%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #it-loading-absolute {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #it-loading-absolute {
    width: 45%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  #it-loading-absolute {
    width: 50%;
  }
}

@media (max-width: 575px) {
  #it-loading-absolute {
    width: 60%;
  }
}

.object {
  width: 20px;
  height: 20px;
  background-color: #674df0;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  position: absolute;
}

.it-loading-content {
  text-align: center;
}

.it-loading-stroke {
  position: relative;
  width: 100%;
  background: #674df0;
  height: 3px;
  margin-top: 10px;
}

.it-loading-stroke::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  animation: educom-anim 5s linear infinite;
  animation-timing-function: cubic-bezier(0.75, 0.04, 0, 0.86);
}

.it-loading-icon {
  position: absolute;
  top: -60px;
  left: 0;
  width: 60px;
  height: 60px;
  animation: educom-anim 5s linear infinite;
  animation-timing-function: cubic-bezier(0.75, 0.04, 0, 0.86);
}

.it-loading--text {
  padding-bottom: 10px;
}

@keyframes educom-loading-term {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-75deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-75deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes educom-anim {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes educom-anim {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}

#object_one {
  -webkit-animation: object 2s linear infinite;
  animation: object 2s linear infinite;
}

#object_two {
  -webkit-animation: object 2s linear infinite -0.4s;
  animation: object 2s linear infinite -0.4s;
}

#object_three {
  -webkit-animation: object 2s linear infinite -0.8s;
  animation: object 2s linear infinite -0.8s;
}

#object_four {
  -webkit-animation: object 2s linear infinite -1.2s;
  animation: object 2s linear infinite -1.2s;
}

#object_five {
  -webkit-animation: object 2s linear infinite -1.6s;
  animation: object 2s linear infinite -1.6s;
}

@-webkit-keyframes object {
  0% {
    left: 100px;
    top: 0;
  }
  80% {
    left: 0;
    top: 0;
  }
  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  90% {
    width: 40px;
    height: 15px;
  }
  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 100px;
    top: 0;
  }
}

@keyframes object {
  0% {
    left: 100px;
    top: 0;
  }
  80% {
    left: 0;
    top: 0;
  }
  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  90% {
    width: 40px;
    height: 15px;
  }
  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 100px;
    top: 0;
  }
}

/*--- end of preloader ---*/

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 40px;
  position: fixed;
  bottom: -18%;
  right: 16px;
  font-size: 22px;
  z-index: 9;
  text-align: center;
  border-radius: 50%;
  color: var(--it-common-white);
  cursor: pointer;
  background: var(--it-theme-1);
  transition: 1s ease;
  border: none;
}

.scroll-top.open {
  bottom: 60px;
}

/*---------------------------------------*/

/*Background color
/*-----------------------------------------*/

.white-bg {
  background: var(--it-common-white);
}

.theme-bg {
  background: var(--it-theme-1);
}

.theme-bg-2 {
  background: var(--it-theme-2);
}

.theme-bg-3 {
  background: var(--it-theme-3);
}

.theme-bg-4 {
  background: var(--it-theme-4);
}

.theme-bg-5 {
  background: var(--it-theme-5);
}

.black-bg {
  background: var(--it-common-black);
}

.black-bg-2 {
  background: var(--it-common-black-3);
}

.grey-bg {
  background: var(--it-grey-1);
}

.grey-bg-2 {
  background: var(--it-grey-2);
}

.grey-bg-3 {
  background: var(--it-grey-3);
}

.grey-bg-4 {
  background: var(--it-grey-4);
}

.grey-bg-5 {
  background: var(--it-grey-5);
}

.yellow-bg {
  background-color: var(--it-common-yellow);
}

.orange-bg {
  background-color: var(--it-common-orange);
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}

.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}

.body-overlay:hover {
  cursor: url(../img/cross-out.html), pointer;
}

.it-instagram img {
  width: 100%;
}

.itoffcanvas {
  position: fixed;
  top: 0;
  right: -100px;
  width: 480px;
  bottom: 0;
  z-index: 9999;
  padding: 80px 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  transition: 0.45s ease-in-out;
  background-color: var(--it-common-white);
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
}

.itoffcanvas.opened {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .itoffcanvas {
    width: 300px;
    padding: 40px 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .itoffcanvas {
    width: 300px;
    padding: 40px;
  }
}

.itoffcanvas.opened {
  right: -40px;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}

.itoffcanvas__logo {
  margin-bottom: 40px;
}

@media (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .itoffcanvas__logo {
    padding-top: 0;
  }
}

.itoffcanvas__close-btn button {
  font-size: 35px;
  color: var(--it-common-black);
  position: absolute;
  right: 20px;
  top: 20px;
  transition: 1s;
  font-weight: 300;
  opacity: 0.5;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .itoffcanvas__close-btn button {
    font-size: 28px;
  }
}

.itoffcanvas__close-btn button:hover {
  opacity: 1;
}

.itoffcanvas__content {
  margin-bottom: 30px;
}

.itoffcanvas__content p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
}

.itoffcanvas__content span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}

.itoffcanvas__content a {
  font-size: 30px;
  line-height: 51px;
  font-weight: 700;
  color: var(--it-common-white);
  display: inline-block;
}

@media (max-width: 767px) {
  .itoffcanvas__content a {
    font-size: 27px;
  }
}

.itoffcanvas__social {
  margin-top: 50px;
}

.itoffcanvas__social .social-icon a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
  margin-right: 15px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .itoffcanvas__social .social-icon a {
    margin-right: 3px;
  }
}

.itoffcanvas__social .social-icon a:hover {
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
}

.itoffcanvas__text {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .itoffcanvas__text {
    display: none;
  }
}

.itoffcanvas__text p {
  color: var(--it-common-black);
  font-size: 16px;
}

.itoffcanvas__info {
  border-bottom: 1px solid rgba(59, 56, 56, 0.1803921569);
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.itoffcanvas__info .offcanva-title {
  color: var(--it-common-black);
  margin: 30px 0 40px 0;
  font-size: 20px;
  font-weight: 700;
}

.itoffcanvas__info-icon a {
  height: 50px;
  width: 50px;
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  font-weight: 400;
  font-size: 21px;
  margin-right: 20px;
}

.itoffcanvas__info-address {
  text-align: left;
}

.itoffcanvas__info-address span {
  display: block;
  color: var(--it-common-black);
  font-size: 16px;
  font-weight: 400;
}

.itoffcanvas__info-address a {
  display: block;
  color: var(--it-common-black);
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .itoffcanvas__info-address a {
    font-size: 16px;
  }
}

.itoffcanvas__info-address a:hover {
  color: var(--it-theme-1);
}

.it-offcanva-bottom-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.it-offcanva-bottom-shape img {
  width: 100%;
}

.it-breadcrumb-bg {
  height: 365px;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-breadcrumb-bg {
    height: 320px;
  }
}

@media (max-width: 767px) {
  .it-breadcrumb-bg {
    height: 300px;
  }
}

.it-breadcrumb-title {
  color: var(--it-common-black);
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-breadcrumb-title {
    font-size: 55px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-breadcrumb-title {
    font-size: 48px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-breadcrumb-title {
    font-size: 38px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-breadcrumb-title {
    font-size: 43px;
  }
}

@media (max-width: 767px) {
  .it-breadcrumb-title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-breadcrumb-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .it-breadcrumb-content {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-breadcrumb-content {
    margin-bottom: 0px;
  }
}

.it-breadcrumb-list {
  display: inline-block;
  border-radius: 30px;
}

.it-breadcrumb-list span {
  color: var(--it-common-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-breadcrumb-list span {
    font-size: 14px;
  }
}

.it-breadcrumb-list span.dvdr {
  color: var(--it-common-orange);
  font-weight: 500;
  font-size: 16px;
  padding: 0 3px;
}

.it-breadcrumb-shape-1 {
  position: absolute;
  top: 28%;
  left: 2%;
  animation: moving 11s linear infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-breadcrumb-shape-1 {
    left: 7%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-breadcrumb-shape-1 {
    top: 20%;
    left: 11%;
  }
}

@media (max-width: 767px) {
  .it-breadcrumb-shape-1 {
    display: none;
  }
}

.it-breadcrumb-shape-2 {
  position: absolute;
  bottom: 40%;
  left: 22%;
  animation: ittranslateX2 3s infinite alternate;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-breadcrumb-shape-2 {
    bottom: 24%;
    left: 9%;
  }
}

@media (max-width: 767px) {
  .it-breadcrumb-shape-2 {
    display: none;
  }
}

.it-breadcrumb-shape-3 {
  position: absolute;
  bottom: 15%;
  right: 30%;
  animation: rotate2 8s linear infinite;
}

@media (max-width: 767px) {
  .it-breadcrumb-shape-3 {
    display: none;
  }
}

.it-breadcrumb-shape-4 {
  position: absolute;
  top: 15%;
  right: 3%;
  animation: rotate2 4s linear infinite;
}

@media (max-width: 767px) {
  .it-breadcrumb-shape-4 {
    display: none;
  }
}

.it-custom-accordion .accordion-items {
  margin-bottom: 20px;
  border: 1px solid #e2e1e1;
  border-radius: 5px;
}

.it-custom-accordion .accordion-buttons {
  font-size: 20px;
  font-weight: 600;
  padding: 21px 25px;
  font-family: var(--it-ff-heading);
  color: var(--it-common-black);
  position: relative;
  width: 100%;
  text-align: left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-custom-accordion .accordion-buttons {
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-custom-accordion .accordion-buttons {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .it-custom-accordion .accordion-buttons {
    font-size: 15px;
    padding-right: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-custom-accordion .accordion-buttons {
    font-size: 17px;
  }
}

.it-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  right: 30px;
  font-weight: 700;
  font-size: 16px;
  opacity: 1;
  transform: translateY(-50%);
  color: var(--it-common-black);
}

.it-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f067";
}

.it-custom-accordion .accordion-buttons:not(.collapsed) {
  background-color: var(--it-theme-5);
  color: var(--it-common-white);
}

.it-custom-accordion .accordion-buttons:not(.collapsed)::after {
  color: var(--it-common-white);
}

.it-custom-accordion .collapsed {
  position: relative;
  z-index: 99;
}

.it-custom-accordion .accordion-body {
  padding: 30px 28px;
  position: relative;
  z-index: 1;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-custom-accordion .accordion-body {
    font-size: 15px;
    padding: 30px 21px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-custom-accordion .accordion-body {
    font-size: 14px;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-custom-accordion .accordion-body {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-custom-accordion .accordion-body {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-custom-accordion .accordion-body p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-custom-accordion .accordion-body p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-custom-accordion .accordion-body p {
    font-size: 14px;
  }
}

.it-custom-accordion-style-2 .accordion-buttons:not(.collapsed) {
  background-color: var(--it-common-black);
  color: var(--it-common-white);
}

.it-custom-accordion-style-2 .accordion-body p {
  margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-custom-accordion-style-2 .accordion-body p {
    margin-right: 0;
  }
}

.it-custom-accordion-style-3 .accordion-buttons:not(.collapsed) {
  background-color: var(--it-theme-5);
  color: var(--it-common-white);
}

.it-custom-accordion-style-3 .accordion-body p {
  margin-right: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-custom-accordion-style-3 .accordion-body p {
    margin-right: 0;
  }
}

.it-custom-accordion-style-3.inner-style .accordion-buttons:not(.collapsed) {
  background-color: var(--it-common-purple-3);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-faq-style-5 .it-custom-accordion .accordion-body p {
    font-size: 14px;
    padding-right: 60px;
  }
}

@media (max-width: 767px) {
  .it-faq-style-5 .it-custom-accordion .accordion-body p {
    font-size: 14px;
    padding-right: 0px;
  }
}

.ed-faq-style-2 .accordion-buttons:not(.collapsed) {
  background-color: var(--it-common-orange-3);
}

/*----------------------------------------*/
/*  SEARCH CSS START
/*----------------------------------------*/

.search__popup {
  padding-top: 70px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 55%;
  z-index: 9999999;
  background-color: var(--it-common-black);
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition:
    transform 0.6s ease-in-out,
    opacity 0.6s ease-in-out;
  -moz-transition:
    transform 0.6s ease-in-out,
    opacity 0.6s ease-in-out;
  transition:
    transform 0.6s ease-in-out,
    opacity 0.6s ease-in-out;
  transition-delay: 0.7s;
}

.search__popup.search-opened {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 0s;
}

.search__popup.search-opened .search__input {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}

.search__popup.search-opened .search__input::after {
  width: 100%;
  transition-delay: 0.5s;
}

.search__popup-2 {
  background-color: var(--it-common-black-13);
}

.search__popup-2 .search__input .search-input-field ~ .search-focus-border {
  background-color: var(--it-theme-8);
}

.search__popup-3 .search__input .search-input-field ~ .search-focus-border {
  background-color: var(--it-theme-10);
}

.search__top {
  margin-bottom: 80px;
}

.search__input {
  position: relative;
  height: 80px;
  transition-delay: 0.5s;
  opacity: 0;
}

.search__input::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  transition-delay: 0.3s;
}

.search__input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 24px;
  color: var(--it-common-white);
  border-bottom: 1px solid transparent;
  padding: 0;
  padding-right: 30px;
}

.search__input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--it-common-white);
}

.search__input .search-input-field ~ .search-focus-border {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--it-common-orange);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.search__input .search-input-field:focus ~ .search-focus-border {
  width: 100%;
  left: 0;
  right: auto;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.search__close-btn {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.3);
}

.search__close-btn:hover {
  color: var(--it-common-white);
}

.search__result-title {
  font-size: 50px;
  letter-spacing: -0.04em;
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .search__result-title {
    font-size: 40px;
  }
}

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

.search__result-title span {
  color: var(--it-theme-1);
  display: inline-block;
}

.search__result-content p {
  font-size: 16px;
  line-height: 1.62;
  color: var(--it-text-1);
}

.search__result-input {
  position: relative;
}

.search__result-input-box {
  position: relative;
  margin-bottom: 20px;
}

.search__result-input-box button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 22px 43px;
}

@media (max-width: 767px) {
  .search__result-input-box button {
    position: relative;
    margin-top: 15px;
  }
}

.search__result-input-box button:hover {
  background-color: var(--it-common-black);
}

.search__result-input input {
  width: 100%;
  height: 70px;
  padding-left: 60px;
  padding-right: 177px;
  background-color: var(--it-common-white);
  border: 1px solid var(--it-common-white);
  box-shadow:
    -3px 0px 0px var(--it-theme-1),
    0px 1px 2px rgba(3, 4, 28, 0.14);
}

@media (max-width: 767px) {
  .search__result-input input {
    padding-right: 25px;
  }
}

.search__result-input span {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: #a0a0b5;
}

.search__result-input span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.search__result-tags a {
  display: inline-block;
  font-family: var(--it-ff-space);
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #d5d5dd;
  padding: 5px 18px;
  line-height: 1;
  margin-right: 2px;
  margin-bottom: 7px;
}

.search__result-tags a:hover {
  background-color: var(--it-theme-1);
  border-color: var(--it-theme-1);
  color: var(--it-common-white);
}

.search__blog-item {
  padding: 50px 50px;
  border: 1px solid #eaeaef;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search__blog-item {
    padding: 30px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search__blog-item {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .search__blog-item {
    padding: 20px;
  }
}

.search__blog-title {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  margin-bottom: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search__blog-title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search__blog-title {
    font-size: 21px;
  }
  .search__blog-title br {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .search__blog-title br {
    display: none;
  }
}

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

.search__blog-title a:hover {
  color: var(--it-theme-1);
}

.search__blog-tag {
  margin-bottom: 10px;
}

.search__blog-tag a {
  display: inline-block;
  background-color: rgba(99, 100, 219, 0.06);
  font-family: var(--it-ff-space);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: var(--it-common-purple);
  padding: 4px 12px;
}

.search__blog-tag a:hover {
  background-color: var(--it-common-purple);
  color: var(--it-common-white);
}

.search__blog-meta span {
  color: var(--it-text-1);
  margin-right: 15px;
  margin-bottom: 10px;
  display: inline-block;
}

.search__blog-meta span i,
.search__blog-meta span svg {
  margin-right: 2px;
}

.search__blog-meta span svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.search__blog-meta span svg path {
  stroke: #7a7e83;
}

.search__blog-meta-author {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search__blog-meta-author {
    margin-right: 20px;
  }
}

.search__blog-meta-author-thumb img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
}

.search__blog-meta-author-content span {
  display: inline-block;
  font-family: var(--it-ff-inter);
  font-size: 14px;
  color: #7a7e83;
}

.search__blog-meta-author-content span a {
  color: var(--it-common-black-11);
  font-weight: 500;
}

.search__blog-meta-author-content span a:hover {
  color: var(--it-theme-1);
}

.search__blog-content p {
  font-size: 15px;
  line-height: 1.47;
  color: var(--it-text-1);
  margin-bottom: 20px;
}

.search__blog-btn .it-btn-border {
  padding: 8px 29px;
}

.search__blog-btn .it-btn-border svg,
.search__blog-btn .it-btn-border i {
  margin-left: 5px;
}

.search__blog-btn .it-btn-border svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.search__blog-btn .it-btn-border:hover {
  background-color: var(--it-theme-1);
  border-color: var(--it-theme-1);
  color: var(--it-common-white);
}

.ed-section-subtitle {
  color: var(--it-theme-1);
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  line-height: 32px;
  padding: 0 22px;
  display: inline-block;
  margin-bottom: 25px;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #e9e2ff;
}

@media (max-width: 767px) {
  .ed-section-subtitle {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0 17px;
  }
}

@media (max-width: 767px) {
  .ed-title-shape {
    display: none;
  }
}

.ed-title-shape svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.it-section-subtitle-2 {
  color: var(--it-theme-4);
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  line-height: 32px;
  padding: 0 22px;
  display: inline-block;
  margin-bottom: 25px;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: rgba(0, 175, 239, 0.2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-section-subtitle-2 {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0 17px;
  }
}

.it-section-subtitle-2.white-bg {
  background-color: var(--it-common-white);
}

.it-section-subtitle-3 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--it-theme-2);
  margin-bottom: 20px;
  display: inline-block;
}

.it-section-subtitle-4 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--it-theme-3);
  margin-bottom: 10px;
  display: inline-block;
}

.it-section-subtitle-4 img {
  margin-right: 5px;
}

.it-section-subtitle-5 {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--it-theme-4);
  /*margin-bottom: 40px;*/
  margin-top: 54px;
  display: flex;
  align-items: center;
  display: inline-block;
}

.it-section-subtitle-5 img {
  margin-right: 5px;
}

.it-section-subtitle-5.yellow {
  color: var(--it-common-yellow);
}

.it-section-subtitle-5.sky {
  color: var(--it-theme-3);
}

.it-section-subtitle-5.purple {
  color: var(--it-theme-4);
}

.it-section-subtitle-5.orange {
  color: var(--it-theme-7);
}

.it-section-subtitle-5.teal {
  color: #22a3d1;
}

.it-section-subtitle-5 i {
  margin-right: 5px;
  margin-left: 5px;
}

.ed-section-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 1.3;
}

.ed-section-title.orange span {
  color: var(--it-theme-7);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ed-section-title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-section-title {
    font-size: 38px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-section-title {
    font-size: 33px;
  }
  .ed-section-title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .ed-section-title {
    font-size: 27px;
  }
  .ed-section-title br {
    display: none;
  }
}

.it-section-title-3 {
  font-size: 45px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.1;
  font-family: var(--it-ff-poppins);
  margin-bottom: 0;
}

.it-section-title-3 span {
  color: var(--it-theme-2);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-section-title-3 {
    font-size: 42px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-section-title-3 {
    font-size: 38px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .it-section-title-3 {
    font-size: 34px;
  }
  .it-section-title-3 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .it-section-title-3 {
    font-size: 27px;
  }
  .it-section-title-3 br {
    display: none;
  }
}

.it-section-title-5 {
  font-size: 45px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 0;
}

.it-section-title-5 span {
  color: var(--it-theme-4);
}

.it-section-title-5.yellow span {
  color: var(--it-common-yellow);
}

.it-section-title-5.orange span {
  color: var(--it-common-orange-3);
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .it-section-title-5 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-section-title-5 {
    font-size: 42px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-section-title-5 {
    font-size: 38px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .it-section-title-5 {
    font-size: 36px;
  }
  .it-section-title-5 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .it-section-title-5 {
    font-size: 27px;
  }
  .it-section-title-5 br {
    display: none;
  }
}

/*----------------------------------------*/

/*  21. header css start
/*----------------------------------------*/

.ed-header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.ed-header-top-height {
  height: 50px;
  line-height: 50px;
}

.ed-header-top-left ul li {
  position: relative;
  list-style-type: none;
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  line-height: 1;
}

@media (max-width: 767px) {
  .ed-header-top-left ul li {
    padding-right: 0px;
    margin-right: 0px;
  }
}

.ed-header-top-left ul li:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 24px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.21);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-header-top-left ul li:not(:last-child)::after {
    display: none;
  }
}

.ed-header-top-left ul li a {
  margin-left: 30px;
  font-size: 17px;
  color: var(--it-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-header-top-left ul li a {
    font-size: 15px;
  }
}

.ed-header-top-left ul li i {
  position: absolute;
  top: 0;
  left: 0;
}

.ed-header-top-social {
  display: inline-block;
  padding: 0 27px;
  background-color: var(--it-common-yellow);
}

.ed-header-top-social a {
  display: inline-block;
  margin: 0 10px;
}

.ed-header-top-social a svg,
.ed-header-top-social a i {
  color: var(--it-common-black-3);
  transition: 0.3s;
}

.ed-header-top-social a svg:hover,
.ed-header-top-social a i:hover {
  color: var(--it-theme-1);
}

.ed-header-top-login a {
  font-weight: 400;
  font-size: 15px;
  color: var(--it-common-white);
  margin-right: 35px;
  padding-right: 30px;
  position: relative;
  transition: 0.3s;
}

.ed-header-top-login a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 1px;
  height: 25px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
}

.ed-header-top-login a:hover {
  color: var(--it-theme-2);
}

.ed-header-top-login a i {
  color: var(--it-theme-2);
  display: inline-block;
  margin-right: 5px;
}

.ed-header-top-style-2 .ed-header-top-left ul li i {
  top: -2px;
}

.ed-header-top-style-2 .ed-header-top-left ul li::after {
  display: none;
}

.ed-header-top-style-2 .ed-header-top-left ul li:hover a {
  color: var(--it-theme-2);
}

.ed-header-top-style-2 .ed-header-top-social {
  padding: 0;
  background-color: transparent;
}

.ed-header-top-style-2 .ed-header-top-social a {
  display: inline-block;
  margin: 0 10px;
}

.ed-header-top-style-2 .ed-header-top-social a svg,
.ed-header-top-style-2 .ed-header-top-social a i {
  color: var(--it-common-white);
}

.ed-header-top-style-2 .ed-header-top-social a svg:hover,
.ed-header-top-style-2 .ed-header-top-social a i:hover {
  color: var(--it-theme-2);
}

.ed-header-top-style-2 .ed-header-top-social a:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-header-ptb {
    padding: 15px 0;
  }
}

.ed-header-main-menu {
  margin-left: -35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-header-main-menu {
    margin-left: 35px;
  }
}

.ed-header-main-menu nav ul li {
  display: inline-block;
  list-style-type: none;
  position: relative;
  padding: 0 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-header-main-menu nav ul li {
    padding: 0 5px;
  }
}

.ed-header-main-menu nav ul li > a {
  color: var(--it-common-black);
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
  transition: 0.3s;
  padding: 34px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-header-main-menu nav ul li > a {
    font-size: 15px;
  }
}

.ed-header-main-menu nav ul li > a span {
  padding: 4px 10px;
  border: 0.5px solid transparent;
  border-radius: 100px;
  transition: 0.3s;
}

.ed-header-main-menu nav ul li > .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  text-align: left;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transition-duration: 0.1s;
  transform-origin: top;
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
  border-top: 4px solid var(--it-theme-1);
  background-color: var(--it-common-white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 9999;
}

.ed-header-main-menu nav ul li > .submenu li {
  margin: 0;
  display: block;
  margin-bottom: 5px;
}

.ed-header-main-menu nav ul li > .submenu li:last-child {
  margin-bottom: 0;
}

.ed-header-main-menu nav ul li > .submenu li > a {
  display: inline-block;
  padding: 0;
  color: var(--it-common-black);
  transition: 0.3s;
  position: relative;
  border: none;
}

.ed-header-main-menu nav ul li > .submenu li > a::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  height: 2px;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  background-color: var(--it-common-black);
}

.ed-header-main-menu nav ul li > .submenu li > a:hover {
  padding-left: 25px;
}

.ed-header-main-menu nav ul li > .submenu li > a:hover::before {
  width: 20px;
  visibility: visible;
  opacity: 1;
}

.ed-header-main-menu nav ul li:hover > a {
  color: var(--it-theme-1);
}

.ed-header-main-menu nav ul li:hover > a span {
  border: 0.5px solid var(--it-theme-1);
}

.ed-header-main-menu nav ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transition-duration: 0.2s;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}

.ed-header-2-main-menu {
  margin-left: -55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-header-2-main-menu {
    margin-left: 0px;
    margin-right: -55px;
  }
}

.ed-header-2-main-menu nav ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 20px;
  position: relative;
}

.ed-header-2-main-menu nav ul li > a {
  color: var(--it-common-black);
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
  transition: 0.3s;
  padding: 34px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-header-2-main-menu nav ul li > a {
    font-size: 15px;
  }
}

.ed-header-2-main-menu nav ul li > .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  text-align: left;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transition-duration: 0.1s;
  transform-origin: top;
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
  border-top: 4px solid var(--it-theme-2);
  background-color: var(--it-common-white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 9999;
}

.ed-header-2-main-menu nav ul li > .submenu li {
  margin: 0;
  display: block;
  margin-bottom: 5px;
}

.ed-header-2-main-menu nav ul li > .submenu li:last-child {
  margin-bottom: 0;
}

.ed-header-2-main-menu nav ul li > .submenu li a {
  display: inline-block;
  padding: 0;
  color: var(--it-common-black);
  transition: 0.3s;
  position: relative;
  border: none;
}

.ed-header-2-main-menu nav ul li > .submenu li a::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  height: 2px;
  width: 0px;
  background-color: var(--it-common-black);
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}

.ed-header-2-main-menu nav ul li > .submenu li a:hover {
  padding-left: 25px;
}

.ed-header-2-main-menu nav ul li > .submenu li a:hover::before {
  width: 20px;
  visibility: visible;
  opacity: 1;
}

.ed-header-2-main-menu nav ul li:hover > a {
  color: var(--it-theme-2);
}

.ed-header-2-main-menu nav ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transition-duration: 0.2s;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}

.ed-header-2-main-menu .it-btn-white-sm {
  color: var(--it-common-white);
  background-color: var(--it-theme-2);
}

.ed-header-2-main-menu .it-btn-white-sm:hover {
  background-color: var(--it-common-white);
  color: var(--it-common-black);
}

.ed-header-2-search button {
  border-radius: 10px;
  width: 55px;
  height: 55px;
  line-height: 52px;
  display: inline-block;
  margin-right: 30px;
  background-color: var(--it-common-white);
}

.ed-header-2-search button svg {
  color: var(--it-common-black);
}

.ed-header-3-wrapper {
  position: relative;
  padding-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-header-3-wrapper {
    padding: 10px 20px;
  }
}

.ed-header-3-wrapper .ed-header-2-main-menu nav ul li > .submenu {
  border-top: 4px solid var(--it-theme-3);
}

.ed-header-3-wrapper .ed-header-2-main-menu .it-btn-white-sm {
  color: var(--it-common-white);
  background-color: var(--it-theme-3);
}

.ed-header-3-wrapper .ed-header-2-main-menu .it-btn-white-sm:hover {
  background-color: var(--it-common-white);
  color: var(--it-common-black);
}

.ed-header-3-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - 35px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.15);
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-header-3-wrapper::after {
    width: 100%;
  }
}

.ed-header-3-wrapper .ed-header-2-main-menu {
  margin-left: -35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-header-3-wrapper .ed-header-2-main-menu {
    margin-left: -55px;
  }
}

.ed-header-3-wrapper .ed-header-2-main-menu nav ul li {
  margin: 0px 20px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-header-3-wrapper .ed-header-2-main-menu nav ul li {
    margin: 0px 13px;
  }
}

.ed-header-3-wrapper .ed-header-2-main-menu nav ul li > a {
  font-weight: 400;
  padding: 30px 0;
  color: var(--it-common-white);
}

.ed-header-3-wrapper .ed-header-2-main-menu nav ul li > .submenu {
  top: 100%;
  background-color: var(--it-common-white);
}

.ed-header-3-wrapper .ed-header-2-main-menu nav ul li > .submenu li > a {
  color: var(--it-common-black);
}

.ed-header-3-wrapper
  .ed-header-2-main-menu
  nav
  ul
  li
  > .submenu
  li
  > a::before {
  background-color: var(--it-common-black);
}

.ed-header-3-wrapper .ed-header-2-main-menu nav ul li:hover > a {
  color: var(--it-theme-3);
}

.ed-header-3-right {
  margin-left: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-header-3-right {
    margin-left: -80px;
  }
}

.ed-header-3-shop a {
  margin-right: 27px;
  position: relative;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 43px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.3s;
}

.ed-header-3-shop a span {
  font-size: 24px;
  color: #fff;
  transition: 0.3s;
}

.ed-header-3-shop a::after {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  content: "";
  border-radius: 50%;
  background-color: var(--it-theme-3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-header-3-button {
    margin: 10px 0;
    margin-right: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-header-3-button {
    margin: 10px 0;
  }
}

.ed-header-3-button button svg {
  color: var(--it-common-white);
}

.ed-header-3-bar button svg {
  color: var(--it-common-white);
}

.ed-header-top-5-bg {
  background-color: #e8e8f4;
  height: 50px;
  line-height: 50px;
  position: relative;
  z-index: 2;
}

.ed-header-top-5-bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 17%;
  background-color: #7768e5;
  z-index: -1;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .ed-header-top-5-bg::after {
    width: 13%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ed-header-top-5-bg::after {
    width: 14%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-header-top-5-bg::after {
    width: 17%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-header-top-5-bg::after {
    display: none;
  }
}

.ed-header-top-5-social a {
  margin: 0 10px;
  color: var(--it-common-white);
  transition: 0.3s;
}

.ed-header-top-5-social a:hover {
  color: var(--it-common-orange);
}

.ed-header-top-5-social a:first-child {
  margin-left: 0;
}

.ed-header-top-5-contact {
  margin-left: -11px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-header-top-5-contact {
    margin-left: 0;
  }
}

.ed-header-top-5-contact ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

.ed-header-top-5-contact ul li:not(:last-child) {
  margin-right: 45px;
}

.ed-header-top-5-contact ul li a {
  font-weight: 400;
  font-size: 15px;
  color: var(--it-common-black);
  transition: 0.3s;
}

.ed-header-top-5-contact ul li a:hover {
  color: var(--it-common-purple-3);
}

.ed-header-top-5-contact ul li i {
  position: absolute;
  top: 0;
  left: 0;
}

.ed-header-top-5-right ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 15px;
  position: relative;
  line-height: 1;
}

.ed-header-top-5-right ul li:last-child {
  padding-left: 30px;
  margin-right: 0;
  border-left: 1px solid var(--it-common-black);
}

.ed-header-top-5-right ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  transition: 0.3s;
}

.ed-header-top-5-right ul li a:hover {
  color: var(--it-common-purple-3);
}

.ed-header-5-main-menu {
  /*margin-right: -35px;*/
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-header-5-main-menu {
    margin-right: 0px;
  }
}

.ed-header-5-main-menu.it-main-menu nav ul li .has-home-img {
  left: auto;
  right: 0;
}

.ed-header-5-main-menu.it-main-menu nav ul li .it-mega-menu {
  left: auto;
  right: 0;
}

.ed-header-5-main-menu nav ul > li {
  display: inline-block;
  list-style-type: none;
  margin: 0px 27px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-header-5-main-menu nav ul > li {
    margin: 0px 17px;
  }
}

.ed-header-5-main-menu nav ul > li > a {
  transition: 0.3s;
  font-size: 15px;
  color: var(--it-common-black);
  text-transform: capitalize;
  padding: 34px 0;
  display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-header-5-main-menu nav ul > li > a {
    font-size: 15px;
  }
}

.ed-header-5-main-menu nav ul > li.has-dropdown::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
  font-weight: 400;
  transition: 0.3s;
  transform: translateY(1px);
  color: var(--it-common-black);
}

.ed-header-5-main-menu nav ul > li > .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  text-align: left;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transition-duration: 0.1s;
  transform-origin: top;
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
  border-top: 4px solid var(--it-theme-1);
  background-color: var(--it-common-white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 9999;
}

.ed-header-5-main-menu nav ul > li > .submenu li {
  margin: 0;
  display: block;
  margin-bottom: 5px;
}

.ed-header-5-main-menu nav ul > li > .submenu li:last-child {
  margin-bottom: 0;
}

.ed-header-5-main-menu nav ul > li > .submenu li a {
  display: inline-block;
  padding: 0;
  color: var(--it-common-black);
  transition: 0.3s;
  position: relative;
  line-height: 1;
}

.ed-header-5-main-menu nav ul > li > .submenu li a::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  height: 2px;
  width: 0px;
  background-color: var(--it-common-black);
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}

.ed-header-5-main-menu nav ul > li > .submenu li a:hover {
  padding-left: 25px;
}

.ed-header-5-main-menu nav ul > li > .submenu li a:hover::before {
  width: 20px;
  visibility: visible;
  opacity: 1;
}

.ed-header-5-main-menu nav ul > li:hover.has-dropdown::after {
  transform: rotate(-180deg);
  color: var(--it-common-purple-3);
}

.ed-header-5-main-menu nav ul > li:hover > a {
  color: var(--it-common-purple-3);
}

.ed-header-5-main-menu nav ul > li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transition-duration: 0.2s;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}

.ed-header-5-search {
  margin-right: 22px;
}

@media (max-width: 767px) {
  .ed-header-5-bar {
    margin-right: 0;
  }
}

.ed-header-4-top-right {
  display: inline-block;
  padding: 7px 0;
  padding-right: 0px;
  padding-left: 0px;
  padding-left: 5px;
  padding-right: 50px;
  background-color: #e15517;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-header-4-top-right {
    margin-left: -30px;
  }
}

.ed-header-4-top-right::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  height: 100%;
  width: 4px;
  background-color: var(--it-theme-5);
}

.ed-header-4-top-right ul {
  list-style: none;
  display: inline-block;
}

.ed-header-4-top-right ul li {
  display: inline-block;
}

.ed-header-4-top-right ul li:not(:last-child) {
  margin-right: 30px;
}

.ed-header-4-lang {
  position: relative;
}

.ed-header-4-lang.open ul li a span svg {
  transform: rotate(-180deg);
}

.ed-header-4-lang.open .ed-header-4-lang-submenu {
  opacity: 1;
  visibility: visible;
  top: 104%;
}

.ed-header-4-lang > ul > li {
  font-weight: 400;
  padding-top: 10px;
  font-size: 18px;
  display: inline-block;
  width: 115px;
  height: 36px;
  text-align: center;
  color: var(--it-common-white);
}

.ed-header-4-lang > ul > li a span {
  margin-left: 5px;
}

.ed-header-4-lang > ul > li a span svg {
  display: inline-block;
  transition: 0.3s;
}

.ed-header-4-lang > ul > li > ul.ed-header-4-lang-submenu {
  position: absolute;
  top: 130%;
  left: 0px;
  z-index: 9;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  background-color: var(--it-common-black);
  padding: 12px 22px;
  box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
  width: 100%;
}

.ed-header-4-lang > ul > li > ul.ed-header-4-lang-submenu > li {
  list-style-type: none;
  padding-bottom: 5px;
}

.ed-header-4-lang > ul > li > ul.ed-header-4-lang-submenu > li a {
  border-radius: 0;
  transition: 0.3s;
}

.ed-header-4-lang > ul > li > ul.ed-header-4-lang-submenu > li a:hover {
  color: var(--tp-theme-1);
}

.ed-header-4-lang > ul > li > ul.ed-header-4-lang-submenu > li:last-child {
  margin-bottom: 0;
}

.ed-header-4-top-social {
  display: inline-block;
  position: relative;
}

.ed-header-4-top-social::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -23px;
  height: 25px;
  width: 1px;
  background-color: var(--it-common-white);
  opacity: 0.2;
  transform: translateY(-50%);
}

.ed-header-4-top-social a {
  font-size: 15px;
  transition: 0.3s;
  margin: 0 7px;
  position: relative;
  display: inline-block;
  color: var(--it-common-white);
}

.ed-header-4-top-social a:hover {
  color: var(--it-common-black);
}

.ed-header-4-wrap .ed-header-5-main-menu {
  /*margin-left: 40px;*/
}

.ed-header-4-wrap .ed-header-5-main-menu .it-btn-white-sm {
  color: var(--it-common-white);
  background-color: var(--it-theme-7);
}

.ed-header-4-wrap .ed-header-5-main-menu .it-btn-white-sm:hover {
  background-color: var(--it-common-white);
  color: var(--it-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-header-4-wrap .ed-header-5-main-menu {
    margin-left: 0;
  }
}

.ed-header-4-wrap .ed-header-5-main-menu > nav > ul > li {
  margin: 0px 8px 0px 8px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-header-4-wrap .ed-header-5-main-menu > nav > ul > li {
    margin: 0px 14px;
  }
}

.ed-header-4-wrap
  .ed-header-5-main-menu
  > nav
  > ul
  > li:hover.has-dropdown::after {
  transform: rotate(-180deg);
  color: var(--it-theme-7);
}

.ed-header-4-wrap .ed-header-5-main-menu > nav > ul > li:hover > a {
  color: var(--it-theme-7);
}

.ed-header-4-wrap .ed-header-5-main-menu > nav > ul > li > .submenu {
  border-top: 4px solid var(--it-theme-7);
}

.ed-header-4-wrap .ed-header-5-main-menu > nav > ul > li > .submenu > li > a {
  color: var(--it-common-black);
}

.ed-header-4-wrap
  .ed-header-5-main-menu
  > nav
  > ul
  > li
  > .submenu
  > li
  > a::before {
  background-color: var(--it-common-black);
}

.ed-header-4-user {
  margin-right: 30px;
}

.ed-header-4-user a {
  font-size: 28px;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 999;
  visibility: visible;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

.header-sticky.ed-header-3-style {
  background-color: var(--it-common-black);
}

.header-sticky .ed-header-3-wrapper::after {
  display: none;
}

.header-sticky .ed-header-5-main-menu nav > ul > li > a {
  padding: 20px 0;
}

.header-sticky .ed-header-main-menu nav > ul > li > a {
  padding: 26px 0;
}

.header-sticky .ed-header-2-main-menu nav > ul > li > a {
  padding: 26px 0;
}

.header-sticky .ed-header-4-wrap {
  border-bottom: 4px solid transparent;
}

.ed-header-main-menu nav ul li.active > a {
  color: var(--it-theme-1);
}

.ed-header-main-menu nav ul li.active > a span {
  border-color: var(--it-theme-1);
}

.ed-header-2-main-menu nav ul li.active > a {
  color: var(--it-theme-2);
}

.ed-header-3-wrapper .ed-header-2-main-menu nav ul li.active > a {
  color: var(--it-theme-3);
}

.ed-header-4-wrap .ed-header-5-main-menu nav ul > li.active > a {
  color: var(--it-theme-7);
}

.ed-header-4-wrap
  .ed-header-5-main-menu
  nav
  ul
  > li.active.has-dropdown::after {
  color: var(--it-theme-7);
}

.ed-header-5-main-menu nav ul > li.active > a {
  color: var(--it-common-purple-3);
}

.ed-header-5-main-menu nav ul > li.active.has-dropdown::after {
  color: var(--it-common-purple-3);
}

/*----------------------------------------*/

/*  27. slider css start
/*----------------------------------------*/

.ed-slider-bg {
  background-size: cover;
  background-repeat: no-repeat;
}

.ed-slider-content {
  padding: 197px 0;
  padding: 160px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-slider-content {
    padding: 120px 0;
  }
}

.ed-slider-content p {
  font-size: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .ed-slider-content p br {
    display: none;
  }
}

.ed-slider-subtitle {
  font-size: 17px;
  text-transform: uppercase;
  color: var(--it-theme-1);
  display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-slider-subtitle {
    font-size: 15px;
  }
}

.ed-slider-title {
  font-weight: 700;
  font-size: 40px;
  text-transform: capitalize;
  color: var(--it-common-white);
  line-height: 1.2;
  font-family: var(--it-ff-heading);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ed-slider-title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-slider-title {
    font-size: 38px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-slider-title {
    font-size: 38px;
  }
  .ed-slider-title br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-slider-title {
    font-size: 45px;
  }
  .ed-slider-title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .ed-slider-title {
    font-size: 35px;
  }
  .ed-slider-title br {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ed-slider-title {
    font-size: 52px;
  }
}

.ed-slider-title i {
  font-style: normal;
  color: var(--it-common-yellow);
}

.ed-slider-thumb {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.ed-slider-thumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .ed-slider-thumb {
    width: 44%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ed-slider-thumb {
    width: 48%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-slider-thumb {
    width: 48%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-slider-thumb {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-slider-thumb {
    position: static;
  }
}

.ed-slider-instructor-box {
  position: absolute;
  bottom: 14%;
  right: 31%;
  z-index: 1;
  display: inline-block;
  border-radius: 10px;
  padding: 36px 40px;
  padding-right: 65px;
  background-color: var(--it-common-white);
  box-shadow: 0 0 20px 0 rgba(2, 52, 117, 0.15);
  animation: ittranslateX2 4s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-slider-instructor-box {
    padding: 10px 10px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-slider-instructor-box > div {
    transform: scale(0.7);
  }
}

.ed-slider-instructor-box span {
  font-size: 30px;
  display: block;
  margin-bottom: 20px;
  color: var(--it-common-black-3);
}

.ed-slider-instructor-box span i {
  font-weight: 500;
  font-style: normal;
  color: var(--it-theme-1);
}

.ed-slider-shape-1 {
  position: absolute;
  top: 22%;
  left: -8%;
  z-index: -1;
  animation: zoom2 4s infinite;
}

.ed-slider-shape-2 {
  position: absolute;
  bottom: 16%;
  left: 29%;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .ed-slider-shape-2 {
    left: 24%;
    transform: scale(0.9);
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ed-slider-shape-2 {
    left: 18%;
    transform: scale(0.7);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-slider-shape-2 {
    left: 18%;
    transform: scale(0.6);
  }
}

.ed-slider-2-area {
  line-height: 0;
}

.ed-slider-2-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition:
    opacity 1500ms ease-in,
    -webkit-transform 7000ms ease;
  transition:
    opacity 1500ms ease-in,
    -webkit-transform 7000ms ease;
  transition:
    transform 9000ms ease,
    opacity 1500ms ease-in;
  transition:
    transform 9000ms ease,
    opacity 1500ms ease-in,
    -webkit-transform 9000ms ease;
}

.ed-slider-2-subtitle div {
  display: block;
  overflow: hidden;
}

.ed-slider-2-subtitle div span {
  font-weight: 400;
  font-size: 17px;
  display: block;
  margin-bottom: 10px;
  color: var(--it-theme-3);
  position: relative;
  display: block;
  line-height: 1;
  opacity: 0;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  transition: 1s;
}

.ed-slider-2-content {
  padding-top: 327px;
  padding-bottom: 235px;
  padding-left: 65px;
  position: relative;
  z-index: 4;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ed-slider-2-content {
    padding-top: 270px;
    padding-bottom: 170px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-slider-2-content {
    padding-top: 270px;
    padding-bottom: 170px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-slider-2-content {
    padding-top: 250px;
    padding-bottom: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-slider-2-content {
    padding-top: 220px;
    padding-bottom: 170px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .ed-slider-2-content {
    padding-top: 210px;
    padding-bottom: 140px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-slider-2-content p br {
    display: none;
  }
}

.ed-slider-2-content .ed-slider-title {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-slider-2-content .ed-slider-title {
    font-size: 55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ed-slider-2-content .ed-slider-title {
    font-size: 57px;
  }
}

.ed-slider-2-content .ed-slider-title i {
  font-style: normal;
  color: var(--it-theme-3);
}

.ed-slider-2-content .ed-slider-title div {
  display: block;
  overflow: hidden;
}

.ed-slider-2-content .ed-slider-title div span {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  transition: 1s;
}

.ed-slider-2-overley::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #000d3a 0%, rgba(0, 13, 58, 0.2) 100%);
}

.ed-slider-2-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-slider-2-shape-1 {
    display: none;
  }
}

.ed-slider-2-shape-2 {
  position: absolute;
  bottom: 6%;
  left: 12%;
  z-index: 2;
}

.ed-slider-2-arrow-box {
  position: absolute;
  top: 50%;
  right: 16%;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-slider-2-arrow-box {
    right: 8%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-slider-2-arrow-box {
    display: none;
  }
}

.ed-slider-2-arrow-box button {
  font-size: 24px;
  height: 62px;
  line-height: 56px;
  width: 62px;
  border-radius: 50%;
  transition: 0.3s;
  color: var(--it-common-white);
  border: 2px solid var(--it-common-white);
}

.ed-slider-2-arrow-box button.slider-prev {
  display: inline-block;
  transform: translateX(-50px);
}

.ed-slider-2-arrow-box button:hover {
  color: var(--it-common-white);
  border: 2px solid var(--it-theme-3);
  background-color: var(--it-theme-3);
}

.ed-slider-2-box .swiper-slide.swiper-slide-active .ed-slider-2-thumb {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}

.ed-slider-2-text div {
  display: block;
  overflow: hidden;
}

.ed-slider-2-text div p {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  transition: 1s;
}

.ed-slider-2-button div {
  display: inline-block;
  overflow: hidden;
}

.ed-slider-2-button div a {
  position: relative;
  display: inline-block;
  opacity: 0;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  transition: 1s;
}

.ed-slider-2-box .swiper-slide.swiper-slide-active .ed-slider-title div span {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.ed-slider-2-box
  .swiper-slide.swiper-slide-active
  .ed-slider-2-subtitle
  div
  span {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.ed-slider-2-box .swiper-slide.swiper-slide-active .ed-slider-2-text div p {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.ed-slider-2-box .swiper-slide.swiper-slide-active .ed-slider-2-button div a {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.ed-slider-3-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition:
    opacity 1500ms ease-in,
    -webkit-transform 7000ms ease;
  transition:
    opacity 1500ms ease-in,
    -webkit-transform 7000ms ease;
  transition:
    transform 9000ms ease,
    opacity 1500ms ease-in;
  transition:
    transform 9000ms ease,
    opacity 1500ms ease-in,
    -webkit-transform 9000ms ease;
}

.ed-slider-3-height {
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-slider-3-height {
    height: 720px;
  }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-slider-3-height {
    height: 650px;
  }
}

@media (max-width: 767px) {
  .ed-slider-3-height {
    height: 680px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ed-slider-3-height {
    height: 720px;
  }
}

@media (max-width: 767px) {
  .ed-slider-3-height .ed-slider-title br {
    display: none;
  }
}

.ed-slider-3-height .ed-slider-title div {
  display: block;
  overflow: hidden;
}

.ed-slider-3-height .ed-slider-title div span {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  transition: 1s;
  color: var(--it-common-white);
}

.ed-slider-3-overley {
  position: relative;
}

.ed-slider-3-overley::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.3) 63.6%,
    rgba(18, 18, 18, 0) 100%
  );
}

.ed-slider-3-video span {
  /*height: 48px;*/
  width: 48px;
  line-height: 47px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  color: var(--it-theme-2);
  margin-right: 10px;
  position: relative;
  display: inline-block;
}

.ed-slider-3-video span i {
  display: inline-block;
  padding-left: 3px;
}

.ed-slider-3-video a {
  color: var(--it-common-white);
  text-decoration: underline;
}

.ed-slider-3-text {
  margin-bottom: 30px;
}

.ed-slider-3-text div {
  display: block;
  overflow: hidden;
}

.ed-slider-3-text div p {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  transition: 1s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-slider-3-text div p {
    font-size: 15px;
  }
  .ed-slider-3-text div p br {
    display: none;
  }
}

.ed-slider-3-button-wrapper {
  line-height: 0;
  overflow: hidden;
}

.ed-slider-3-button {
  opacity: 0;
  overflow: hidden;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  transition: 1.5s;
}

@media (max-width: 767px) {
  .ed-slider-3-button {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ed-slider-3-button {
    flex-wrap: nowrap;
  }
}

@media (max-width: 767px) {
  .ed-slider-3-button .ed-btn-square {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ed-slider-3-button .ed-btn-square {
    margin-bottom: 0px;
  }
}

.ed-slider-3-wrapper .swiper-slide.swiper-slide-active .ed-slider-3-bg {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}

.ed-slider-3-wrapper
  .swiper-slide.swiper-slide-active
  .ed-slider-title
  div
  span {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.ed-slider-3-wrapper .swiper-slide.swiper-slide-active .ed-slider-3-text div p {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.ed-slider-3-wrapper .swiper-slide.swiper-slide-active .ed-slider-3-button {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.line_wrap {
  top: 0;
  left: -10%;
  bottom: 0px;
  width: 100%;
  z-index: 1;
  display: block;
  position: absolute;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.line_wrap:before {
  width: 1px;
  left: -1px;
  content: "";
  height: 100px;
  position: absolute;
  animation: scroll1 15s ease-out infinite;
  background-image: linear-gradient(0deg, #000000, transparent);
}

.line_wrap .line_item {
  width: 20%;
  float: left;
  height: 100%;
  position: relative;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 9;
}

.line_wrap .line_item:before {
  width: 6px;
  right: -3px;
  content: "";
  height: 6px;
  border-radius: 50%;
  position: absolute;
  background-color: #1b5966;
}

.line_wrap .line_item:nth-child(odd):before {
  animation: scroll2 15s ease-out infinite;
  /*! background-image: linear-gradient(0deg, transparent, #000000); */
}

.line_wrap .line_item:nth-child(even):before {
  animation: scroll1 9s ease-out infinite;
  background-image: linear-gradient(0deg, #000000, transparent);
}

.line_wrap .line_item:last-child:before {
  animation: scroll1 12s ease-out infinite;
  background-image: linear-gradient(0deg, #000000, transparent);
}

.line_wrap.line_white {
  border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.line_wrap.line_white:before {
  background-image: linear-gradient(0deg, #ffffff, transparent);
}

.line_wrap.line_white .line_item {
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.line_wrap.line_white .line_item:nth-child(odd):before {
  background-image: linear-gradient(0deg, transparent, #ffffff);
}

.line_wrap.line_white .line_item:nth-child(even):before {
  background-image: linear-gradient(0deg, #ffffff, transparent);
}

.hover-anim {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size:
    0% 1px,
    0 1px;
  background-position:
    100% 100%,
    0 96%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  display: inline;
}

.hover-anim:hover {
  background-size:
    0 1px,
    100% 1px;
}

.hover-anim-2 {
  background-image:
    linear-gradient(#0e2a46, #0e2a46), linear-gradient(#0e2a46, #0e2a46);
  background-size:
    0% 1px,
    0 1px;
  background-position:
    100% 100%,
    0 96%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  display: inline;
}

.hover-anim-2:hover {
  background-size:
    0 1px,
    100% 1px;
}

.ed-slider-3-wrapper .ed-slider-2-arrow-box button:hover {
  background-color: var(--it-common-orange);
  border: 1px solid var(--it-common-orange);
}

/*----------------------------------------*/

/*  22. hero css start
/*----------------------------------------*/

.ed-hero-bg {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 190px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-hero-bg {
    padding: 120px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-hero-bg {
    padding-top: 230px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-hero-bg .ed-slider-title {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .ed-hero-bg .ed-slider-title {
    font-size: 34px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ed-hero-bg .ed-slider-title {
    font-size: 47px;
  }
}

.ed-hero-subtitle {
  color: var(--it-theme-3);
  font-weight: 400;
  font-size: 14px;
  border-radius: 5px;
  padding: 4px 15px;
  display: inline-block;
  margin-bottom: 23px;
  background-color: rgba(47, 199, 161, 0.15);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-hero-content {
    margin-bottom: 70px;
  }
}

.ed-hero-content > span {
  font-weight: 400;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-hero-content > span {
    font-size: 17px;
  }
}

.ed-hero-search {
  width: 485px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-hero-search {
    width: 80%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-hero-search {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .ed-hero-search {
    width: 90%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ed-hero-search {
    width: 70%;
  }
}

.ed-hero-search input {
  height: 58px;
  line-height: 58px;
  border-radius: 40px;
  font-size: 15px;
  padding-right: 70px;
  background-color: var(--it-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-hero-search input {
    height: 48px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .ed-hero-search input {
    font-size: 12px;
  }
}

.ed-hero-search span {
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--it-theme-3);
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-hero-search span {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-hero-thumb-wrap {
    transform: scale(0.93);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-hero-thumb-wrap {
    transform: scale(0.8);
  }
}

.ed-hero-thumb-main {
  display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-hero-thumb-main {
    transform: translateX(40px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-hero-thumb-main {
    transform: translateX(60px);
  }
}

.ed-hero-thumb-main img {
  border-radius: 100px;
}

.ed-hero-thumb-sm {
  position: absolute;
  top: 60%;
  left: 12%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-hero-thumb-sm {
    left: -3%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-hero-thumb-sm {
    left: -18%;
  }
}

@media (max-width: 767px) {
  .ed-hero-thumb-sm {
    margin-top: 40px;
    position: static;
  }
}

.ed-hero-thumb-sm img {
  border-radius: 100px;
}

.ed-hero-thumb-shape-1 {
  position: absolute;
  top: 7px;
  left: -7px;
  z-index: -1;
}

@media (max-width: 767px) {
  .ed-hero-thumb-shape-1 {
    display: none;
  }
}

.ed-hero-thumb-shape-2 {
  position: absolute;
  top: 5%;
  right: -12%;
  z-index: -1;
  animation: zoom 7s infinite;
}

.ed-hero-thumb-shape-3 {
  position: absolute;
  top: 31%;
  left: 6%;
  z-index: -1;
  animation: moving 9s linear infinite;
}

.ed-hero-thumb-shape-4 {
  position: absolute;
  bottom: -4%;
  right: 5%;
  z-index: -1;
  animation: moving 14s linear infinite;
}

.ed-hero-thumb-student {
  position: absolute;
  top: 8%;
  left: 5%;
  animation: jumpTwo 3s infinite linear;
  border-radius: 1000px;
  padding: 5px 0px 5px 15px;
  display: inline-block;
  box-shadow: 0 0 20px 0 rgba(2, 52, 117, 0.15);
  background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-hero-thumb-student {
    left: 12%;
  }
}

.ed-hero-thumb-student > span {
  font-weight: 500;
  font-size: 15px;
  text-align: start;
  margin-right: 20px;
  color: var(--it-common-black-3);
}

.ed-hero-thumb-student > span i {
  font-style: normal;
  color: var(--it-theme-1);
}

.ed-hero-thumb-courses {
  position: absolute;
  bottom: 6%;
  right: -20%;
  animation: ittranslateX2 4s infinite alternate;
  border-radius: 1000px;
  padding: 5px 0px 5px 15px;
  display: inline-block;
  box-shadow: 0 0 20px 0 rgba(2, 52, 117, 0.15);
  background: #fff;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px),
  only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ed-hero-thumb-courses {
    right: -15%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-hero-thumb-courses {
    right: 4%;
  }
}

.ed-hero-thumb-courses > span i {
  font-style: normal;
  color: var(--it-theme-1);
}

.ed-hero-thumb-courses > span {
  font-weight: 500;
  font-size: 15px;
  text-align: start;
  margin-right: 20px;
  color: var(--it-common-black-3);
}

.ed-hero-2-bg {
  background-color: #183883;
  padding-top: 120px;
  padding-bottom: 150px;
  padding-right: 15%;
  padding-left: 15%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-hero-2-bg {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-hero-2-bg {
    padding: 120px 0;
  }
}

@media (max-width: 767px) {
  .ed-hero-2-bg {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-hero-2-content {
    padding-bottom: 70px;
  }
}

.ed-hero-2-content .ed-slider-3-video span {
  background-color: var(--it-theme-5);
}

.ed-hero-2-content .ed-slider-3-video span::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 60%;
  height: 60%;
  transform: scale(1.5);
  border: 1px solid rgba(0, 190, 174, 0.3);
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}

.ed-hero-2-content .ed-slider-3-video span::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 80%;
  height: 80%;
  background-color: rgba(0, 190, 174, 0.3);
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}

.ed-hero-2-content .ed-slider-3-video span i {
  color: var(--it-common-white);
}

.ed-hero-2-content .ed-slider-3-video a {
  color: var(--it-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-hero-2-content p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-hero-2-content p {
    font-size: 15px;
  }
  .ed-hero-2-content p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .ed-hero-2-button {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ed-hero-2-button {
    flex-wrap: nowrap;
  }
}

.ed-hero-2-button .ed-btn-radius {
  margin-right: 28px;
}

@media (max-width: 767px) {
  .ed-hero-2-button .ed-btn-radius {
    margin-bottom: 0px;
    margin-right: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ed-hero-2-button .ed-btn-radius {
    margin-bottom: 0px;
  }
}

.ed-hero-2-thumb {
  position: relative;
  display: inline-block;
}

.ed-hero-2-thumb img {
  border-radius: 0 0 28% 24%;
}

.ed-hero-2-thumb::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 23%;
  width: 290px;
  height: 290px;
  z-index: -1;
  transform: translateX(-50%);
  background-color: #e15517;
  border-radius: 36% 0 36% 36%;
}

.ed-hero-2-thumb.style-1 {
  margin-left: -18px;
}

@media (max-width: 767px) {
  .ed-hero-2-thumb.style-1 {
    margin-left: 0;
  }
}

.ed-hero-2-thumb.style-2 {
  position: absolute;
  bottom: 115px;
  right: 0;
  margin-right: -155px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-hero-2-thumb.style-2 {
    margin-right: -178px;
  }
}

@media (max-width: 767px) {
  .ed-hero-2-thumb.style-2 {
    margin-right: 0;
  }
}

.ed-hero-2-thumb.style-2::after {
  background-color: #00beae;
  border-radius: 40% 40% 40% 0%;
}

.ed-hero-2-right {
  transform: translateX(10px);
  padding-bottom: 240px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-hero-2-right {
    transform: translateX(10px) scale(0.8);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-hero-2-right {
    transform: translateX(-70px) scale(0.7);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-hero-2-right {
    transform: translateX(0px);
    margin: 0 17px;
  }
}

@media (max-width: 767px) {
  .ed-hero-2-right {
    transform: translateX(0px);
  }
}

@media (max-width: 767px) {
  .ed-hero-2-right {
    padding-bottom: 450px;
  }
}

.ed-hero-2-right .ed-hero-thumb-student {
  bottom: 40px;
  top: auto;
  left: -10%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-hero-2-right .ed-hero-thumb-student {
    left: 10%;
  }
}

.ed-hero-2-right .ed-hero-thumb-student span i {
  color: var(--it-theme-5);
}

.ed-hero-2-right .ed-hero-thumb-courses {
  bottom: auto;
  top: 1%;
  right: 7%;
  animation: ittranslateX2 3s infinite alternate;
}

.ed-hero-2-right .ed-hero-thumb-courses i {
  color: var(--it-theme-5);
}

.ed-hero-2-shape-1 {
  position: absolute;
  top: 3%;
  left: 47%;
  z-index: -1;
  width: 115px;
  animation: itswing-2 3s forwards infinite alternate;
  transform-origin: bottom left;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-hero-2-shape-1 {
    top: 0%;
    left: -5.5%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-hero-2-shape-1 {
    left: -7%;
  }
}

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

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-hero-2-shape-1 img {
    transform: scale(0.6);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-hero-2-shape-1 img {
    transform: scale(0.6);
  }
}

.ed-hero-2-shape-2 {
  position: absolute;
  top: 6%;
  right: -4%;
  z-index: -1;
  animation: zoom2 3s infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-hero-2-shape-2 img {
    transform: scale(0.6);
  }
}

.ed-hero-2-shape-3 {
  position: absolute;
  bottom: 9%;
  right: 57%;
  z-index: -1;
  animation: ittranslateX2 4s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-hero-2-shape-3 img {
    transform: scale(0.6);
  }
}

.ed-hero-2-shape-4 {
  position: absolute;
  bottom: 10%;
  right: 4%;
  animation: moving 7s linear infinite;
  z-index: -1;
}

/* .ed-hero-2-shape-5 {
  position: absolute;
  top: 8%;
  right: 4%;
  animation: moving 11s linear infinite;
  width: 110px;
  z-index: -1;
} */

.ed-hero-2-shape-6 {
  position: absolute;
  top: -1%;
  left: 7%;
  animation: itswing 0.9s forwards infinite alternate;
  transform-origin: bottom right;
  z-index: -1;
}

/*----------------------------------------*/

/*  08. category css start
/*----------------------------------------*/

.ed-category-item {
  padding: 25px 20px;
  border-radius: 10px;
  background-color: #eaf6ff;
}

.ed-category-icon span {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  background-color: rgba(27, 117, 232, 0.1);
  border: 1px dashed #1b75e8;
  color: #1b75e8;
}

.ed-category-title {
  font-size: 22px;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-category-title {
    font-size: 17px;
  }
}

.ed-category-style-2.ed-category-item {
  background-color: #fef2f4;
}

.ed-category-style-2 .ed-category-icon span {
  background-color: rgba(255, 104, 129, 0.15);
  border: 1px dashed #ff6881;
  color: #ff6881;
}

.ed-category-style-3.ed-category-item {
  background-color: #eefbf5;
}

.ed-category-style-3 .ed-category-icon span {
  background-color: #d1f5e4;
  border: 1px dashed #00bc65;
  color: #00bc65;
}

.ed-category-style-4.ed-category-item {
  background-color: #fffaef;
}

.ed-category-style-4 .ed-category-icon span {
  background-color: #fff3d9;
  border: 1px dashed #f2a700;
  color: #f2a700;
}

.ed-category-style-5.ed-category-item {
  background-color: #f7f3ff;
}

.ed-category-style-5 .ed-category-icon span {
  background-color: #dfd4f4;
  border: 1px dashed #4500d0;
  color: #4500d0;
}

.ed-category-style-6.ed-category-item {
  background-color: #fff0f8;
}

.ed-category-style-6 .ed-category-icon span {
  background-color: #ffdaf0;
  border: 1px dashed #bb0064;
  color: #bb0064;
}

.ed-category-style-7.ed-category-item {
  background-color: #f3f4fe;
}

.ed-category-style-7 .ed-category-icon span {
  background-color: #dcdffd;
  border: 1px dashed #0011bb;
  color: #0011bb;
}

.ed-category-style-8.ed-category-item {
  background-color: #fff7ef;
}

.ed-category-style-8 .ed-category-icon span {
  background-color: #ffecd9;
  border: 1px dashed #d16900;
  color: #d16900;
}

.ed-category-style-9.ed-category-item {
  background-color: #f1fbff;
}

.ed-category-style-9 .ed-category-icon span {
  background-color: #dcf5ff;
  border: 1px dashed #00a9ed;
  color: #00a9ed;
}

.ed-category-shape-1 {
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: -1;
  animation: itrotate 3s ease-in-out 3s infinite alternate forwards;
}

.it-category-item {
  border-radius: 10px;
  padding: 60px 15px;
  padding-top: 70px;
  background-color: var(--it-grey-1);
  transition: 0.5s;
}

.it-category-item:hover {
  background-color: var(--it-theme-1);
}

.it-category-item:hover .it-category-icon span {
  background-color: var(--it-common-white);
  color: var(--it-theme-1);
}

.it-category-item:hover .it-category-icon span::after {
  border-color: var(--it-common-white);
}

.it-category-item:hover .it-category-title {
  color: var(--it-common-white);
}

.it-category-item:hover .it-category-text a {
  color: var(--it-common-white);
}

.it-category-icon span {
  display: inline-block;
  height: 87px;
  width: 87px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
  position: relative;
  margin-bottom: 35px;
  transition: 0.3s;
  font-size: 45px;
}

.it-category-icon span::after {
  content: "";
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 50%;
  transition: 0.5s;
  transform: translate(-50%, -50%) scale(1.2);
  border: 1px dashed var(--it-theme-1);
}

.it-category-title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 7px;
  text-transform: capitalize;
  transition: 0.5s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-category-title {
    font-size: 17px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-category-title {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-category-title {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .it-category-title-box {
    margin-bottom: 30px;
  }
}

.it-category-text a {
  color: #4d5756;
  font-size: 14px;
  font-family: var(--it-ff-heading);
  font-weight: 500;
  transition: 0.5s;
}

.it-category-text a i {
  font-size: 14px;
}

.it-category-shape {
  position: absolute;
  bottom: 0;
  left: 690px;
}

.it-category-4-icon span {
  height: 200px;
  width: 100%;
  display: inline-block;
  line-height: 200px;
  border-radius: 10px;
  text-align: center;
  background-color: var(--it-common-white);
  margin-bottom: 20px;
}

.it-category-4-content span {
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  color: var(--it-theme-4);
  text-transform: uppercase;
}

.it-category-4-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--it-common-black);
  font-family: var(--it-ff-poppins);
  margin-bottom: 0;
}

.it-category-4-title a {
  transition: 0.3s;
}

.it-category-4-title a:hover {
  color: var(--it-theme-4);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-category-4-title {
    font-size: 15px;
  }
}

.it-category-4-shape-1 {
  position: absolute;
  top: 22%;
  left: 51%;
}

/*----------------------------------------*/

/*  13. course css start
/*----------------------------------------*/

.it-course-item {
  padding: 20px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  background-color: var(--it-common-white);
}

.it-course-item:hover .it-course-thumb img {
  transform: scale(1.2);
}

.it-course-thumb {
  overflow: hidden;
  border-radius: 5px;
}

.it-course-thumb img {
  width: 100%;
  border-radius: 5px;
  transition: 1s;
}

.it-course-thumb-text {
  position: absolute;
  top: 20px;
  left: 20px;
}

.it-course-thumb-text span {
  display: inline-block;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}

@media (max-width: 767px) {
  .it-course-thumb-text span {
    font-size: 12px;
  }
}

.it-course-rating i {
  color: var(--it-theme-1);
  font-size: 14px;
}

.it-course-rating span {
  color: var(--it-common-black-2);
  font-size: 14px;
  font-family: var(--it-ff-heading);
  font-weight: 500;
}

.it-course-title {
  font-size: 21px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.5;
  transition: 0.3s;
  display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-course-title {
    font-size: 19px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-course-title {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .it-course-title {
    font-size: 18px;
  }
}

.it-course-info {
  border-bottom: 1px dashed #4d5756;
}

.it-course-info > span {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--it-common-black-2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .it-course-info > span {
    font-size: 11px;
  }
}

.it-course-info > span i {
  color: black;
  margin-right: 7px;
}

.it-course-author img {
  border-radius: 50%;
  margin-right: 10px;
}

.it-course-author > span {
  color: var(--it-common-black-2);
  font-size: 16px;
  font-family: var(--it-ff-heading);
  font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-course-author > span {
    font-size: 14px;
  }
}

.it-course-author > span > i {
  font-style: normal;
  color: var(--it-common-black);
}

.it-course-price-box span {
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--it-ff-heading);
  color: var(--it-common-black-2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-course-price-box span {
    font-size: 21px;
  }
}

.it-course-price-box span i {
  font-style: normal;
  color: var(--it-common-black);
}

.it-course-price-box a {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.3s;
  font-family: var(--it-ff-heading);
  color: var(--it-common-black-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-course-price-box a {
    font-size: 12px;
  }
}

.it-course-price-box a:hover {
  color: var(--it-common-black);
}

.it-course-price-box a i {
  font-size: 16px;
  margin-right: 7px;
}

.it-course-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
}

.it-course-shape-2 {
  position: absolute;
  top: 235px;
  right: 470px;
  animation: itswing 1s forwards infinite alternate;
  transform-origin: bottom left;
}

.it-course-shape-3 {
  position: absolute;
  top: 180px;
  left: 100px;
  animation: itupdown 0.8s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-course-shape-3 {
    top: 120px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-course-shape-3 {
    top: 100px;
  }
}

.it-course-shape-4 {
  position: absolute;
  right: 255px;
  bottom: 195px;
  animation: rotate2 4s linear infinite;
}

.it-course-shape-5 {
  position: absolute;
  top: 0px;
  right: 440px;
}

.it-course-shape-6 {
  position: absolute;
  bottom: 180px;
  right: 140px;
  animation: itrotate 3s ease-in-out 3s infinite alternate forwards;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .it-course-shape-6 {
    right: 40px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-course-shape-6 {
    right: 0px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-course-shape-6 {
    right: 0px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-course-2-wrap {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .it-course-2-wrap {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .it-course-2-wrap .it-course-thumb {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .it-course-2-wrap .it-course-thumb img {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-course-2-wrap .it-course-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .it-course-2-wrap .it-course-title {
    font-size: 19px;
  }
}

.it-course-style-2 .it-course-2-wrap {
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 40px 0px rgba(14, 42, 70, 0.08);
}

.it-course-style-2 .it-course-2-wrap:hover .it-course-thumb a img {
  transform: scale(1.1) rotate(-2deg);
}

.it-course-style-2 .it-course-thumb {
  flex: 0 0 auto;
}

.it-course-style-2 .it-course-thumb a img {
  transition: 0.9s;
}

.it-course-style-2 .it-course-author {
  flex: 0 0 auto;
}

.it-course-style-2 .it-course-content {
  margin: 0 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-course-style-2 .it-course-content {
    margin: 0 20px;
  }
}

.it-course-style-2 .it-course-rating i {
  color: var(--it-theme-4);
}

.it-course-style-2 .it-course-title:hover {
  color: var(--it-theme-4);
}

.it-course-style-2 .it-course-price-box a:hover {
  color: var(--it-theme-4);
}

.it-course-style-2 .it-course-thumb-text {
  top: 14px;
  left: 14px;
}

.it-course-style-2 .it-course-thumb-text span {
  background-color: var(--it-theme-4);
}

@media (max-width: 767px) {
  .it-course-style-2 .it-course-title-box {
    margin-bottom: 30px;
  }
}

.it-course-style-3 .it-course-thumb-text span {
  background-color: var(--it-theme-2);
}

.it-course-style-3 .it-course-rating i {
  color: var(--it-common-yellow);
}

.it-course-style-3.it-course-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.it-course-style-3 .it-course-title:hover {
  color: var(--it-theme-2);
}

.it-course-style-4 .it-course-item {
  background-color: #f3f5f5;
}

.it-course-style-4 .it-course-thumb-text span {
  background-color: var(--it-theme-3);
}

.it-course-style-4 .it-course-title:hover {
  color: var(--it-theme-3);
}

.it-course-style-5 .it-course-rating i {
  color: var(--it-theme-1);
}

.it-course-style-5 .it-course-title:hover {
  color: var(--it-theme-1);
}

.it-course-style-5 .it-course-price-box a:hover {
  color: var(--it-theme-1);
}

.it-course-style-5 .it-course-thumb-text span {
  background-color: var(--it-theme-1);
}

.it-course-details-wrap {
  margin-right: 74px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-course-details-wrap {
    margin-right: 0;
  }
}

.it-course-details-wrap .postbox__meta {
  padding-bottom: 24px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(77, 87, 86, 0.5);
}

.it-course-details-wrap .postbox__meta span i {
  color: var(--it-common-purple-3);
}

.it-course-details-content .it-evn-details-title-sm {
  text-transform: uppercase;
}

.it-course-details-content .it-evn-details-text p {
  margin-bottom: 0;
  padding-bottom: 6px;
  padding-right: 10px;
}

.it-course-details-nav button {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  height: 53px;
  line-height: 53px;
  padding: 0 19px;
  color: var(--it-common-black);
  background-color: #f2f2f2;
  border-radius: 5px;
  transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-course-details-nav button {
    margin-bottom: 15px;
  }
}

.it-course-details-nav button:not(:last-child) {
  margin-right: 18px;
}

.it-course-details-nav button:hover {
  color: var(--it-common-white);
  background-color: var(--it-common-purple-3);
}

.it-course-details-nav button.active {
  color: var(--it-common-white);
  background-color: var(--it-common-purple-3);
}

.it-course-sidebar-box .it-evn-sidebar-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.it-course-sidebar-rate {
  line-height: normal;
}

.it-course-sidebar-rate span {
  text-transform: capitalize;
  font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-course-sidebar-rate span {
    font-size: 14px;
  }
}

.it-course-sidebar-rate span.rate {
  color: var(--it-common-black);
  font-size: 21px;
  font-family: var(--it-ff-heading);
  font-weight: 700;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-course-sidebar-rate span.rate {
    font-size: 18px;
  }
}

.it-course-sidebar-rate span.rate i {
  font-style: normal;
  color: #4d5756;
  font-size: 18px;
  font-weight: 500;
}

.it-course-sidebar-rate-box i {
  font-style: normal;
  font-size: 14px;
  color: var(--it-common-black);
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-course-sidebar-rate-box i {
    font-size: 12px;
  }
}

.ed-course-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.ed-course-style-2 {
  padding-bottom: 30px;
  background-color: #f4f5f8;
  border: 1px dashed var(--it-theme-1);
}

.ed-course-style-2 .it-course-thumb-text {
  left: 20px;
  bottom: 20px;
  top: auto;
}

.ed-course-style-2 .it-course-thumb-text span {
  font-size: 12px;
  font-weight: 500;
  border-radius: 5px;
  padding: 14px 30px;
  line-height: 1;
  background-color: var(--it-common-black-3);
}

.ed-course-style-2 .it-course-rating i {
  color: var(--it-common-yellow);
}

.ed-course-style-2 .it-course-rating span {
  padding-left: 5px;
  font-weight: 500;
  display: inline-block;
}

.ed-course-style-2 .it-course-price-box span {
  font-weight: 500;
  font-size: 14px;
  color: var(--it-theme-1);
}

.ed-course-style-2 .it-course-info {
  background-color: #fff;
  border-radius: 5px;
  padding: 9px 20px;
  border-bottom: none;
}

.ed-course-style-2 .it-course-info span {
  color: var(--it-common-black-3);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-course-style-2 .it-course-info span {
    font-size: 11px;
  }
}

.ed-course-style-2 .it-course-author img {
  border: 2px solid var(--it-theme-1);
}

.ed-course-style-2 .it-course-author span {
  font-weight: 500;
  font-size: 14px;
  color: var(--it-common-black-3);
}

.ed-course-style-2 .it-course-title {
  font-weight: 600;
  font-size: 22px;
}

.ed-course-shape {
  position: absolute;
  top: -2%;
  left: 15%;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-course-button {
    margin-top: 25px;
  }
}

.ed-course-btn {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 50px;
  display: inline-block;
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}

.ed-course-btn svg {
  margin-left: 7px;
  display: inline-block;
}

.ed-course-2-item {
  background-color: #f3f5f5;
  border-radius: 0 0 5px 5px;
}

.ed-course-2-item .it-course-content {
  padding: 20px 20px;
}

.ed-course-2-item .it-course-info {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: var(--it-common-purple-3);
}

.ed-course-2-item .it-course-info span {
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  color: var(--it-common-white);
}

.ed-course-2-item .it-course-info span i {
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  color: var(--it-common-white);
}

.ed-course-2-item .it-course-thumb-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  top: auto;
  right: auto;
}

.ed-course-style-3 .it-course-item {
  transition: 0.3s;
}

.ed-course-style-3 .it-course-item:hover {
  border: 1px dashed var(--it-common-orange);
  background-color: var(--it-common-black-3);
}

.ed-course-style-3 .it-course-item:hover .it-course-rating span {
  color: #fff;
}

.ed-course-style-3 .it-course-item:hover .it-course-title {
  color: #fff;
}

.ed-course-style-3 .it-course-item:hover .it-course-author img {
  border: 2px solid #fff;
}

.ed-course-style-3 .it-course-item:hover .it-course-author span {
  color: var(--it-common-white);
}

.ed-course-style-3 .it-course-item:hover .ed-course-btn {
  color: var(--it-common-purple-3);
  background-color: var(--it-common-white);
}

.ed-course-style-3 .it-course-item:hover .ed-course-btn span {
  color: var(--it-common-purple-3);
}

.ed-course-style-3 .ed-course-btn {
  transition: 0.3s;
}

.ed-course-style-3 .ed-course-btn span {
  transition: 0.3s;
}

.ed-course-style-3 .it-course-rating i {
  color: #fc6441;
}

.ed-course-style-3 .it-course-rating span {
  transition: 0.3s;
}

.ed-course-style-3 .it-course-author span {
  transition: 0.3s;
}

/*----------------------------------------*/

/*  14. cta css start
/*----------------------------------------*/

.it-cta-height {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.it-cta-bg {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .it-cta-bg {
    left: -8%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-cta-bg {
    left: -8%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-cta-bg {
    left: -11%;
  }
}

.it-cta-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  margin-left: 300px;
  margin-bottom: 0;
  text-transform: capitalize;
  color: var(--it-common-white);
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .it-cta-title {
    font-size: 37px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-cta-title {
    font-size: 35px;
    margin-left: 400px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-cta-title {
    font-size: 30px;
    margin-left: 400px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-cta-title {
    margin-left: 0;
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-cta-title {
    margin-left: 0;
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .it-cta-title {
    margin-left: 0;
    font-size: 21px;
    margin-bottom: 30px;
  }
}

/*----------------------------------------*/

/*  03. about css start
/*----------------------------------------*/

.it-about-right-box {
  margin-left: -35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-about-right-box {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-about-main-thumb {
    margin-bottom: 50px;
  }
}

.it-about-main-thumb img {
  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-main-thumb img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .it-about-main-thumb img {
    width: 100%;
  }
}

.it-about-thumb-box {
  margin-right: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-about-thumb-box {
    margin-right: 0;
  }
}

.it-about-thumb-1 {
  position: absolute;
  top: -55px;
  left: 0;
}

.it-about-thumb-1 img {
  border-radius: 5px;
}

.it-about-thumb-2 {
  position: absolute;
  bottom: -65px;
  left: 0;
}

.it-about-thumb-2 img {
  border-radius: 5px;
}

@media (max-width: 767px) {
  .it-about-content {
    margin-bottom: 15px;
  }
}

.it-about-content h5 {
  font-size: 17px;
  text-transform: uppercase;
}

.it-about-content p {
  font-size: 17px;
  line-height: 32px;
  color: var(--it-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-about-content p {
    font-size: 14px;
    line-height: 26px;
  }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-about-content p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .it-about-content-wrapper {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-about-text p {
    font-size: 14px;
  }
}

.it-about-shape-1 {
  position: absolute;
  top: -115px;
  left: -105px;
  z-index: -1;
  animation: itupdown 0.8s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-shape-1 {
    top: -78px;
    left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-about-shape-1 {
    top: -52px;
    left: 95px;
  }
}

.it-about-shape-2 {
  position: absolute;
  right: 75px;
  top: -50px;
}

.it-about-shape-3 {
  position: absolute;
  bottom: -65px;
  right: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-about-shape-3 {
    bottom: -22px;
    right: -17px;
  }
}

.it-about-shape-4 {
  position: absolute;
  top: 165px;
  right: 120px;
  animation: rotate2 4s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-about-shape-4 {
    top: 241px;
    right: 114px;
  }
}

.it-about-2-thumb-wrap {
  margin-right: 10px;
}

.it-about-2-right {
  margin-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-about-2-right {
    margin-left: 0;
  }
}

.it-about-2-bottom {
  margin-right: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .it-about-2-bottom {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .it-about-2-bottom {
    margin-right: 0;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-about-2-thumb-wrap {
    margin-top: 50px;
  }
}

.it-about-2-text-2 {
  position: relative;
}

.it-about-2-text-2 span {
  color: var(--it-common-black);
  font-family: var(--it-ff-heading);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  display: block;
  padding-left: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-about-2-text-2 span {
    font-size: 19px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-2-text-2 span {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-about-2-text-2 span {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .it-about-2-text-2 span {
    font-size: 15px;
  }
}

.it-about-2-text-2::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: var(--it-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-about-2-text p {
    font-size: 14px;
  }
  .it-about-2-text p br {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-2-thumb img {
    transform: scale(0.9);
  }
}

.it-about-2-icon img {
  margin-right: 20px;
}

.it-about-2-icon span {
  color: var(--it-common-black);
  font-family: var(--it-ff-heading);
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-about-2-icon span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .it-about-2-video {
    margin-top: 30px;
  }
}

.it-about-2-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.it-about-2-video-icon a {
  height: 52px;
  width: 52px;
  border-radius: 50%;
  line-height: 52px;
  display: inline-block;
  text-align: center;
  color: var(--it-common-black);
  background-color: var(--it-common-white);
}

.it-about-2-video-icon a i {
  display: inline-block;
  margin-left: 3px;
}

.it-about-2-video-icon a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 80%;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.774);
  animation: borderanimate2 2.5s linear infinite;
  z-index: -1;
  border-radius: 50%;
}

.it-about-2-video-icon a::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 80%;
  height: 80%;
  transform: scale(1.5);
  border: 1px solid rgba(255, 255, 255, 0.774);
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}

.it-about-2-thumb-sm {
  position: relative;
  border-radius: 5px;
}

.it-about-2-thumb-sm::after {
  position: absolute;
  content: "";
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 14, 33, 0.6);
  border-radius: 5px;
}

.it-about-2-thumb-sm img {
  border-radius: 5px;
}

.it-about-2-big-text {
  position: absolute;
  left: -9%;
  bottom: 40%;
  transform: rotate(-90deg);
}

.it-about-2-big-text h6 {
  -webkit-text-stroke: 1px #22a3d1;
  font-weight: 600;
  color: transparent;
  font-size: 150px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--it-ff-poppins);
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .it-about-2-big-text h6 {
    font-size: 110px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-about-2-big-text h6 {
    display: none;
  }
}

.it-about-2-shape-1 {
  position: absolute;
  left: -23%;
  top: -17%;
  animation: itswing 1s forwards infinite alternate;
  transform-origin: bottom left;
}

.it-about-2-shape-2 {
  position: absolute;
  top: 100px;
  right: 35px;
  animation: itupdown 0.8s infinite alternate;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px),
  only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-about-2-shape-2 {
    top: 10px;
    right: 0;
    transform: scale(0.5);
  }
}

.it-about-3-left-box {
  padding-right: 75px;
}

@media (max-width: 767px) {
  .it-about-3-left-box {
    padding-right: 0;
  }
}

.it-about-3-left-shape-1 {
  position: absolute;
  top: 4%;
  right: 31%;
  animation: itrotate 3s ease-in-out 3s infinite alternate forwards;
}

.it-about-3-left-shape-2 {
  position: absolute;
  bottom: 2%;
  left: -14%;
  z-index: -1;
  animation: rotate2 15s linear infinite;
}

.it-about-3-left-shape-3 {
  position: absolute;
  bottom: 0%;
  right: 18%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-3-left-shape-3 {
    right: 0;
  }
}

.it-about-3-left-shape-4 {
  position: absolute;
  top: 2%;
  right: 2%;
  animation: itswing 1s forwards infinite alternate;
  transform-origin: bottom right;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-about-3-left-shape-4 {
    top: -4%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-3-left-shape-4 {
    top: -6%;
    right: 0;
  }
}

.it-about-3-left-shape-5 {
  position: absolute;
  bottom: 13%;
  right: 0%;
  z-index: -1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-about-3-left-shape-5 {
    display: none;
  }
}

.it-about-3-title-box p {
  color: #010e0d;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .it-about-3-title-box p br {
    display: none;
  }
}

.it-about-3-mv-item {
  margin-bottom: 35px;
}

.it-about-3-mv-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  color: var(--it-common-black);
  text-transform: capitalize;
}

.it-about-3-mv p {
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  color: #4d5756;
}

.it-about-4-thumb-wrap {
  margin-right: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-about-4-thumb-wrap {
    margin: 0;
    margin-bottom: 60px;
  }
}

.it-about-4-thumb-double {
  margin-right: 30px;
}

.it-about-4-thumb-double img {
  border-radius: 1000px;
}

.it-about-4-thumb-single img {
  border-radius: 1000px;
}

.it-about-4-list-icon span {
  margin-top: 7px;
  height: 60px;
  width: 60px;
  line-height: 67px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  color: var(--it-common-white);
  background-color: var(--it-common-purple-3);
  margin-right: 30px;
  font-size: 27px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-4-style .it-about-3-mv-item {
    margin-bottom: 10px;
  }
}

.it-about-5-thumb img {
  max-width: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-about-5-thumb img {
    max-width: 100%;
  }
}

.it-about-5-thumb-box {
  margin-left: -23px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-about-5-thumb-box {
    margin-left: 0;
    text-align: center;
    margin-bottom: 50px;
  }
}

.it-about-5-shape-1 {
  position: absolute;
  top: -15%;
  left: -33%;
}

.it-about-5-shape-2 {
  position: absolute;
  right: 44%;
  top: 0px;
  animation: itleftright 1s infinite alternate;
}

.it-about-5-shape-3 {
  position: absolute;
  right: 120px;
  top: 0px;
  animation: itswing 1s forwards infinite alternate;
  transform-origin: top left;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-about-5-shape-3 {
    right: 75px;
    top: -30px;
  }
}

.it-about-5-shape-4 {
  position: absolute;
  right: 136px;
  bottom: 115px;
  animation: rotate2 12s linear infinite;
}

.it-about-5-list ul {
  padding: 11px 25px;
  display: inline-block;
  background-color: #f3f5f5;
  border-radius: 5px;
}

.it-about-5-list ul li {
  list-style-type: none;
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
  text-transform: capitalize;
  padding-left: 25px;
  position: relative;
  color: #ffffff;
  display: inline-block;
}

.it-about-5-list ul li:not(:last-child) {
  padding-right: 0px;
}

.it-about-5-list ul li i {
  color: var(--it-theme-4);
  position: absolute;
  top: 6px;
  left: 0;
}

.inner-about-style .it-section-subtitle {
  background-color: transparent;
  padding-left: 0;
}

.inner-about-style .it-section-subtitle img {
  margin-right: 3px;
}

.inner-about-style .it-section-title-3 span {
  color: var(--it-theme-1);
}

.inner-about-style .it-about-4-list-icon span {
  background-color: var(--it-theme-1);
}

.ed-about-style-2 .it-about-right-box {
  margin-left: -28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-about-style-2 .it-about-right-box {
    margin-left: 0;
  }
}

.ed-about-thumb-box {
  margin-right: 75px;
  padding-top: 300px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-about-thumb-box {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .ed-about-thumb-box {
    margin-right: 0;
    padding-top: 0;
    margin-bottom: 70px;
  }
}

.ed-about-thumb-1 {
  text-align: end;
}

.ed-about-thumb-1 img {
  border-radius: 10px;
}

@media (max-width: 767px) {
  .ed-about-thumb-1 img {
    width: 100%;
  }
}

.ed-about-thumb-2 {
  position: absolute;
  top: 0;
  left: -10%;
}

.ed-about-thumb-2 img {
  border-radius: 10px;
}

@media (max-width: 767px) {
  .ed-about-thumb-2 img {
    width: 100%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ed-about-thumb-2 {
    left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-about-thumb-2 {
    top: 2%;
    transform: scale(0.7);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-about-thumb-2 {
    transform: scale(0.8);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-about-thumb-2 {
    left: 0;
  }
}

@media (max-width: 767px) {
  .ed-about-thumb-2 {
    position: static;
    margin: 20px 0;
  }
}

.ed-about-thumb-3 {
  position: absolute;
  left: 46%;
  top: 8.3%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ed-about-thumb-3 {
    left: 55%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-about-thumb-3 {
    left: 55%;
  }
}

@media (max-width: 767px) {
  .ed-about-thumb-3 {
    position: static;
  }
}

.ed-about-thumb-3 img {
  border-radius: 10px;
}

@media (max-width: 767px) {
  .ed-about-thumb-3 img {
    width: 100%;
  }
}

.ed-about-shape-1 {
  position: absolute;
  right: 4%;
  top: 1%;
  z-index: -1;
  animation: zoom2 4s infinite;
}

.ed-about-experience {
  position: absolute;
  top: 30%;
  left: 27%;
  height: 244px;
  width: 244px;
  border-radius: 50%;
  text-align: center;
  padding-top: 60px;
  background-color: var(--it-common-yellow);
  border: 5px solid var(--it-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-about-experience {
    transform: scale(0.8);
    left: 20%;
    top: 25%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-about-experience {
    transform: scale(0.7);
    left: 20%;
    top: 25%;
  }
}

.ed-about-experience span {
  font-weight: 500;
  font-size: 25px;
}

.ed-about-experience span b {
  font-size: 50px;
}

.ed-about-2-left {
  margin-right: 80px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-about-2-left {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-about-2-left {
    margin-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-about-2-left {
    margin-right: 0px;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .ed-about-2-left {
    margin-right: 0px;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .ed-about-2-left-box {
    flex-wrap: wrap;
  }
}

.ed-about-2-thumb-one {
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .ed-about-2-thumb-one {
    padding-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
}

.ed-about-2-thumb-one img {
  flex: 0 0 auto;
  width: 100%;
}

.ed-about-2-thumb-two img {
  width: 100%;
}

.ed-about-2-thumb-two img.inner-top-img {
  width: inherit;
}

.ed-about-2-thumb-shape-1 {
  position: absolute;
  bottom: 5%;
  left: 4%;
}

.ed-about-2-thumb-shape-2 {
  position: absolute;
  top: -2%;
  left: -11%;
  animation: itswing 0.9s forwards infinite alternate;
  transform-origin: bottom right;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ed-about-2-thumb-shape-2 {
    top: 10%;
    left: -10%;
  }
}

@media (max-width: 767px) {
  .ed-about-3-thumb img {
    width: 100%;
  }
}

.ed-about-3-thumb-wrap {
  padding-bottom: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-about-3-thumb-wrap {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .ed-about-3-thumb-wrap {
    margin-bottom: 50px;
    padding-bottom: 0;
  }
}

.ed-about-3-thumb-sm {
  position: absolute;
  bottom: 0;
  right: 12%;
}

@media (max-width: 767px) {
  .ed-about-3-thumb-sm {
    margin-top: 20px;
    position: static;
  }
}

@media (max-width: 767px) {
  .ed-about-3-thumb-sm img {
    width: 100%;
  }
}

.ed-about-3-shape-1 {
  position: absolute;
  bottom: 5%;
  left: 10%;
}

.ed-about-3-shape-2 {
  position: absolute;
  top: 35%;
  left: 0%;
  right: 10%;
  animation: itrotate 3s ease-in-out 3s infinite alternate forwards;
}

.ed-about-4-wrap .ed-hero-thumb-sm {
  left: 10;
}

.ed-about-4-wrap .ed-hero-thumb-wrap {
  margin-right: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-about-4-wrap .ed-hero-thumb-wrap {
    margin: 0 55px;
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .ed-about-4-wrap .ed-hero-thumb-wrap {
    margin-bottom: 90px;
    margin-right: 0;
    margin-left: 0;
  }
}

.ed-about-4-wrap .ed-hero-thumb-student {
  left: 60px;
}

.ed-about-4-wrap .ed-hero-thumb-student span i {
  color: var(--it-theme-6);
}

.ed-about-4-wrap .it-about-5-right {
  margin-left: -35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-about-4-wrap .it-about-5-right {
    margin-left: 0;
  }
}

.ed-about-4-wrap .ed-hero-thumb-shape-2 {
  top: 0%;
  right: 2%;
}

.ed-about-4-wrap .it-about-5-shape-4 {
  right: auto;
  bottom: auto;
  top: 4%;
  left: 3%;
  animation: none;
  animation: ittranslateY2 4s infinite alternate;
}

.ed-about-4-wrap .it-about-5-shape-5 {
  position: absolute;
  bottom: 15%;
  right: 0;
  animation: itswing-2 3s forwards infinite alternate;
  transform-origin: bottom right;
}

.ed-about-4-wrap .it-about-5-list ul {
  display: inline-block;
  padding: 0;
  background-color: transparent;
}

.ed-about-4-wrap .it-about-5-list ul li {
  list-style-type: none;
  font-size: 11px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 4px 21px;
  padding-left: 55px;
  padding-right: 55px;
  position: relative;
  color: #191659;
  display: inline-block;
  background-color: #f3f5f5;
  border-radius: 5px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-about-4-wrap .it-about-5-list ul li {
    margin-left: 0;
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-about-4-wrap .it-about-5-list ul li {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-about-4-wrap .it-about-5-list ul li {
    font-size: 15px;
  }
}

.ed-about-4-wrap .it-about-5-list ul li i {
  color: var(--it-theme-5);
  position: absolute;
  top: 18px;
  left: 25px;
}

.ed-about-4-wrap .it-about-5-list.list-style-2 {
  margin-left: -55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-about-4-wrap .it-about-5-list.list-style-2 {
    margin-left: 0;
  }
}

.ed-about-5-content .it-about-5-list ul {
  background-color: transparent;
  padding-left: 0;
  padding-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ed-about-5-content .it-about-5-list ul li {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  width: 250px;
}

.ed-about-5-content .it-about-5-list ul li i {
  color: var(--it-theme-2);
}

.ed-about-5-thumb-2 {
  padding-top: 95px;
}

.ed-about-5-shape-1 {
  position: absolute;
  right: -12%;
  top: -12%;
  animation: itswing 0.9s forwards infinite alternate;
  transform-origin: bottom right;
  z-index: -1;
}

.ed-about-5-shape-2 {
  position: absolute;
  bottom: 13%;
  left: 37%;
  animation: itrotate 3s ease-in-out 3s infinite alternate forwards;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-about-5-right {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-about-5-text p {
    font-size: 15px;
  }
  .it-about-5-text p br {
    display: none;
  }
}

/*----------------------------------------*/

/*  30. video css start
/*----------------------------------------*/

.it-video-bg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 2;
}

.it-video-bg::after {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #0e2a46;
  opacity: 85%;
  z-index: -1;
}

@media (max-width: 767px) {
  .it-video-content {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-video-content p br {
    display: none;
  }
}

.it-video-content.yellow > span {
  color: var(--it-common-yellow);
}

.it-video-content > span {
  color: var(--it-theme-2);
  font-size: 23px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-video-content > span {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-video-content > span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .it-video-content > span {
    font-size: 15px;
  }
}

.it-video-title {
  color: var(--it-common-white);
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-video-title {
    font-size: 55px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-video-title {
    font-size: 42px;
  }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-video-title {
    font-size: 34px;
  }
  .it-video-title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .it-video-title {
    font-size: 28px;
  }
  .it-video-title br {
    display: none;
  }
}

.it-video-play-wrap {
  margin-right: 155px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-video-play-wrap {
    margin-right: 0;
  }
}

.it-video-play a.play {
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  color: var(--it-theme-1);
  background-color: var(--it-common-white);
}

.it-video-play a.play i {
  display: inline-block;
  padding-left: 5px;
}

.it-video-play a.play::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 60%;
  height: 60%;
  transform: scale(1.5);
  border: 1px solid rgba(255, 255, 255, 0.472);
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}

.it-video-play a.play::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 80%;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.472);
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}

.it-video-play a.text {
  font-size: 20px;
  font-weight: 500;
  display: block;
  text-decoration: underline;
  color: var(--it-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-video-play a.text {
    font-size: 17px;
  }
}

.it-video-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
}

.it-video-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}

.it-video-shape-3 {
  position: absolute;
  top: 70px;
  left: 55px;
  animation: rotate2 4s linear infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-video-shape-3 {
    top: 30px;
    left: 55px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-video-shape-3 {
    top: 30px;
  }
}

.it-video-shape-4 {
  position: absolute;
  bottom: 135px;
  left: 51%;
  animation: rotate2 4s linear infinite;
}

.it-video-shape-5 {
  position: absolute;
  right: 173px;
  bottom: 65px;
  animation: itleftright 1s infinite alternate;
}

@media (max-width: 767px) {
  .it-video-button .ed-btn-square {
    margin-bottom: 20px;
  }
}

.it-video-2-bg {
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .it-video-2-text p br {
    display: none;
  }
}

.it-video-2-thumb img {
  border-radius: 50px;
  max-width: inherit;
  width: 58%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-video-2-thumb img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-video-2-left {
    margin-bottom: 40px;
  }
}

.it-video-2-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.it-video-2-play a {
  height: 104px;
  width: 104px;
  line-height: 104px;
  border-radius: 50%;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  color: var(--it-theme-5);
  background-color: var(--it-common-white);
}

.it-video-2-play a i {
  display: inline-block;
  padding-left: 5px;
}

.it-video-2-play a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 60%;
  height: 60%;
  transform: scale(1.5);
  border: 1px solid rgba(255, 255, 255, 0.472);
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}

.it-video-2-play a::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 80%;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.472);
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}

.it-video-2-shape-1 {
  position: absolute;
  top: 120px;
  left: 33%;
  animation: itswing 1s forwards infinite alternate;
  transform-origin: bottom left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-video-2-shape-1 {
    top: 50px;
  }
}

.it-video-2-shape-2 {
  position: absolute;
  top: 130px;
  right: 105px;
  animation: itupdown 0.8s infinite alternate;
}

.it-video-2-shape-3 {
  position: absolute;
  bottom: 85px;
  right: 45%;
}

.it-video-2-shape-4 {
  position: absolute;
  bottom: 70px;
  right: 60px;
  animation: itleftright 1s infinite alternate;
}

.it-video-style-2 .it-video-play a.play {
  color: var(--it-theme-4);
}

.it-video-style-4 .it-video-content > span {
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--it-common-white);
}

.it-video-style-4 .it-video-title {
  font-size: 45px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .it-video-style-4 .it-video-title {
    font-size: 35px;
  }
}

.it-video-style-4 .it-video-content p {
  color: var(--it-common-white);
  margin-bottom: 30px;
}

.it-video-style-4 .it-video-play a.play {
  color: var(--it-theme-3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-video-2-text p br {
    display: none;
  }
}

.it-video-color .it-video-play a.play {
  color: var(--it-theme-2);
}

.ed-video-style-2 {
  padding-top: 130px;
  padding-bottom: 140px;
}

.ed-video-style-2 .it-video-content > span {
  font-size: 18px;
  color: var(--it-theme-3);
  font-weight: 500;
  margin-bottom: 22px;
}

.ed-video-style-2 .it-video-shape-2 {
  bottom: 0;
  top: auto;
}

.ed-video-style-2 .it-video-shape-5 {
  bottom: auto;
  top: 31%;
  right: 8%;
}

.ed-video-style-2 .it-video-shape-6 {
  position: absolute;
  bottom: 0;
  right: 16%;
}

.ed-video-style-2 .it-video-play a.play {
  height: 104px;
  width: 104px;
  line-height: 102px;
}

.ed-video-style-2 .it-video-play a.play i {
  font-size: 14px;
  color: var(--it-theme-1);
}

.ed-video-bg {
  background-repeat: no-repeat;
}

.ed-video-wrap {
  position: relative;
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-video-wrap {
    height: 370px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-video-wrap {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .ed-video-wrap {
    height: 300px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ed-video-wrap {
    height: 330px;
  }
}

.ed-video-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(14, 42, 70, 0.3);
  border-radius: 50px;
}

.ed-video-wrap .it-video-play-wrap {
  margin-right: 0;
}

.ed-video-wrap .it-video-play a {
  height: 104px;
  width: 104px;
  line-height: 104px;
  color: var(--it-theme-6);
  font-size: 14px;
}

.ed-video-shape-1 {
  position: absolute;
  top: 35%;
  left: 4%;
  animation: zoom 7s infinite;
}

.ed-video-shape-2 {
  position: absolute;
  top: 10%;
  right: 7%;
  animation: rotate2 15s linear infinite;
}

/*----------------------------------------*/

/*  25. price css start
/*----------------------------------------*/

.it-price-item {
  padding: 50px;
  padding-top: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.it-price-item-wrap {
  background-color: var(--it-common-black);
}

.it-price-item-wrap.active {
  background-color: var(--it-common-orange);
}

.it-price-item-wrap.active .it-price-category span {
  background-color: var(--it-theme-1);
}

.it-price-item-wrap.active .it-price-month span {
  border: 2px solid var(--it-common-orange);
  color: var(--it-common-purple-3);
}

.it-price-item-wrap.active .it-price-item::after {
  background-color: var(--it-common-black);
}

.it-price-item-wrap.active .it-price-list p {
  color: var(--it-common-white);
}

.it-price-item-wrap.active .it-price-list ul li {
  color: var(--it-common-white);
}

.it-price-item-wrap.active .ed-btn-square {
  background-color: var(--it-common-orange);
  transition: 0.3s;
}

.it-price-item-wrap.active .ed-btn-square:hover {
  background-color: var(--it-common-purple-3);
  color: var(--it-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-price-item {
    padding: 50px 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-price-item {
    padding: 50px 30px;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .it-price-item {
    padding: 50px 20px;
    padding-top: 30px;
  }
}

.it-price-item::after {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  height: 615px;
  width: 615px;
  border-radius: 50%;
  background-color: #f4f4f4;
  content: "";
  z-index: -1;
}

.it-price-category span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  background-color: var(--it-common-purple-3);
  display: inline-block;
  padding: 0px 90px;
  transform: translateY(-25px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-price-category span {
    padding: 0px 60px;
    font-size: 17px;
    margin-top: 0;
  }
}

.it-price-month span {
  height: 130px;
  width: 130px;
  line-height: 130px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--it-common-orange);
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  background-color: var(--it-common-white);
  border: 2px solid var(--it-common-purple-3);
  margin-top: 20px;
  margin-bottom: 15px;
}

.it-price-month span i {
  color: #0e2a46;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  font-style: normal;
}

.it-price-list p {
  color: #4d5756;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-price-list p {
    font-size: 14px;
  }
}

.it-price-list ul {
  text-align: left;
  margin-bottom: 20px;
}

.it-price-list ul li {
  list-style-type: none;
  color: #0e2a46;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-price-list ul li {
    font-size: 15px;
  }
}

.it-price-list ul li:last-child {
  margin-bottom: 0;
}

.it-price-list ul li i {
  height: 15px;
  width: 15px;
  line-height: 12px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid var(--it-common-orange);
  color: var(--it-common-orange);
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.it-price-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
}

/*----------------------------------------*/

/* 10. choose css start
/*----------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-choose-left {
    margin-bottom: 50px;
  }
}

.it-choose-content {
  border-radius: 8px;
  padding: 30px 20px;
  background-color: #e9e2ff;
}

.it-choose-content-box {
  margin-right: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-choose-content-box {
    margin-right: 0;
  }
}

.it-choose-content h5 {
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
  padding-bottom: 8px;
  text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-choose-content h5 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-choose-content h5 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-choose-content h5 {
    font-size: 16px;
  }
}

.it-choose-content h5 i {
  margin-right: 10px;
  display: inline-block;
  color: var(--it-theme-1);
}

.it-choose-content p {
  color: #4d5756;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  padding-right: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-choose-content p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-choose-content p {
    font-size: 12px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-choose-text p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-choose-text p {
    font-size: 14px;
  }
}

.it-choose-thumb {
  display: inline-block;
  border: 10px solid var(--it-common-white);
}

.it-choose-thumb-box {
  margin-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-choose-thumb-box {
    margin-right: 0;
  }
}

.it-choose-shape-1 {
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: -1;
}

.it-choose-shape-2 {
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: -1;
}

.it-choose-shape-3 {
  position: absolute;
  top: -80px;
  right: -85px;
  z-index: -1;
  animation: itupdown 0.8s infinite alternate;
}

.it-choose-shape-4 {
  position: absolute;
  top: 215px;
  left: 40%;
  animation: itleftright 1s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-choose-shape-4 {
    top: 150px;
    left: 35%;
  }
}

.it-choose-shape-5 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-choose-shape-5 {
    bottom: -20%;
  }
}

.it-choose-shape-6 {
  position: absolute;
  top: 115px;
  left: 255px;
  z-index: -1;
  animation: itrotate 3s ease-in-out 3s infinite alternate forwards;
}

.it-choose-shape-7 {
  position: absolute;
  top: 135px;
  right: 180px;
  z-index: -1;
  animation: rotate2 4s linear infinite;
}

.it-choose-shape-8 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-choose-style-2 .it-choose-thumb-box {
    margin-bottom: 40px;
  }
}

.it-choose-style-2 .it-choose-content {
  border-radius: 5px;
  padding: 23px 23px;
  padding-top: 20px;
  background-color: var(--it-common-white);
  box-shadow: 0px 0px 30px 0px rgba(14, 42, 70, 0.08);
  transition: 0.5s;
}

@media (max-width: 767px) {
  .it-choose-style-2 .it-choose-content {
    flex-wrap: wrap;
  }
}

.it-choose-style-2 .it-choose-content:hover {
  background-color: var(--it-common-black);
}

.it-choose-style-2 .it-choose-content:hover .it-choose-icon span {
  background-color: var(--it-common-white);
  color: var(--it-common-black);
}

.it-choose-style-2 .it-choose-content:hover .it-choose-title {
  color: var(--it-common-white);
}

.it-choose-style-2 .it-choose-content:hover .it-choose-text p {
  color: var(--it-common-white);
}

.it-choose-style-2 .it-choose-icon {
  margin-right: 20px;
}

.it-choose-style-2 .it-choose-icon span {
  height: 80px;
  width: 80px;
  line-height: 88px;
  text-align: center;
  display: inline-block;
  background-color: var(--it-common-black);
  border-radius: 50%;
  color: var(--it-common-white);
  transition: 0.5s;
  font-size: 35px;
}

@media (max-width: 767px) {
  .it-choose-style-2 .it-choose-icon span {
    margin-bottom: 20px;
  }
}

.it-choose-style-2 .it-choose-title {
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
  transition: 0.5s;
}

.it-choose-style-2 .it-choose-text p {
  transition: 0.5s;
}

.ed-choose-shape-1 {
  position: absolute;
  top: -11%;
  right: 9%;
  z-index: -1;
}

.ed-choose-shape-2 {
  position: absolute;
  bottom: 10%;
  right: 4%;
  animation: ittranslateX2 4s infinite alternate;
}

.ed-choose-shape-3 {
  position: absolute;
  bottom: 16%;
  left: 65%;
  animation: itrotate 3s ease-in-out 3s infinite alternate forwards;
}

.ed-choose-shape-4 {
  position: absolute;
  top: 19%;
  left: 36%;
  animation: ittranslateX2 4s infinite alternate;
}

.ed-choose-shape-5 {
  position: absolute;
  top: 70;
  left: 15%;
  animation: itswing-2 3s forwards infinite alternate;
  transform-origin: bottom left;
}

/*----------------------------------------*/

/*  20. funfact css start
/*----------------------------------------*/

.it-funfact-bg-wrap {
  padding: 55px 55px 30px 55px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-funfact-bg-wrap {
    padding: 55px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-funfact-bg-wrap {
    border-radius: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-funfact-item {
    margin-bottom: 50px;
  }
}

.it-funfact-icon span {
  height: 78px;
  width: 78px;
  line-height: 89px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  background-color: var(--it-common-white);
  color: var(--it-common-black);
  font-size: 50px;
  border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-funfact-icon span {
    height: 65px;
    width: 65px;
    line-height: 78px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
  }
}

.it-funfact-content {
  line-height: 2;
}

.it-funfact-content h6 {
  font-size: 39px;
  font-weight: 700;
  line-height: 1;
  color: var(--it-common-black);
  text-transform: capitalize;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-funfact-content h6 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-funfact-content h6 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-funfact-content h6 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-funfact-content h6 {
    font-size: 29px;
    margin-bottom: 5px;
  }
}

.it-funfact-content h6 i {
  font-style: normal;
}

.it-funfact-content span {
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  color: var(--it-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-funfact-content span {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-funfact-content span {
    font-size: 11px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-funfact-content span {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-funfact-content span {
    font-size: 12px;
  }
}

.it-funfact-4-wrap {
  height: 250px;
  width: 250px;
  line-height: 250px;
  text-align: center;
  border: 1px solid var(--it-common-white);
  border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-funfact-4-wrap {
    height: 220px;
    line-height: 220px;
  }
}

.it-funfact-4-item h4 {
  font-size: 45px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--it-common-white);
  font-family: var(--it-ff-poppins);
}

.it-funfact-4-item p {
  font-size: 16px;
  font-weight: 500;
  color: var(--it-theme-3);
  margin-bottom: 0;
}

.it-funfact-4-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
}

.it-funfact-4-shape-2 {
  position: absolute;
  bottom: 10%;
  left: 2%;
}

.it-funfact-4-area {
  background-color: #7768e5;
}

.it-funfact-5-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.it-funfact-5-item {
  padding: 55px 15px 45px 15px;
  border-radius: 5px;
  background-color: var(--it-common-white);
}

.it-funfact-5-icon {
  height: 87px;
  width: 87px;
  border-radius: 50%;
  line-height: 102px;
  text-align: center;
  margin: 0 auto;
  background-color: var(--it-common-yellow-2);
  position: relative;
}

.it-funfact-5-icon span {
  font-size: 45px;
  color: var(--it-common-white);
}

.it-funfact-5-icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  transform: scale(1.15);
  border: 1px dashed var(--it-common-yellow-2);
}

.it-funfact-5-number {
  font-size: 49px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: capitalize;
}

.it-funfact-5-content span {
  font-size: 21px;
  font-weight: 500;
  text-transform: capitalize;
  color: #4d5756;
}

.it-funfact-5-shape-1 {
  position: absolute;
  bottom: 140px;
  left: 100px;
  animation: rotate2 12s linear infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-funfact-5-shape-1 {
    bottom: 0;
    left: 0;
  }
}

.it-funfact-5-shape-2 {
  position: absolute;
  top: 95px;
  right: 140px;
  animation: rotate2 12s linear infinite;
}

.ed-funfact-wrap .it-funfact-item.border-style-1 {
  position: relative;
}

.ed-funfact-wrap .it-funfact-item.border-style-1::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -5%;
  width: 1px;
  height: 162px;
  transform: translateY(-50%);
  border: 1px dashed #0e2a46;
}

.ed-funfact-wrap .it-funfact-icon span {
  background-color: #fc9f0b;
  position: relative;
  margin: 10px;
  margin-bottom: 0;
}

.ed-funfact-wrap .it-funfact-icon span::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px dashed #0e2a46;
  transform: scale(1.25);
}

.ed-funfact-wrap .it-funfact-content h6 {
  margin-bottom: 10px;
}

.ed-funfact-wrap .it-funfact-content span {
  font-size: 21px;
  font-weight: 500;
  color: var(--it-common-black);
}

.ed-funfact-shape-1 {
  position: absolute;
  top: 20%;
  right: 10%;
  top: -19%;
  right: 7%;
  z-index: -1;
  animation: rotate2 4s linear infinite;
}

/*----------------------------------------*/

/*  12. contact css start
/*----------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-contact-left {
    margin-bottom: 50px;
  }
}

.it-contact-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.it-contact-wrap {
  padding: 30px 40px;
  padding-bottom: 45px;
  border-radius: 5px;
  background-color: var(--it-common-black);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .it-contact-wrap {
    padding: 30px 20px;
    padding-bottom: 30px;
  }
}

.it-contact-title {
  color: var(--it-common-white);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-contact-title {
    font-size: 34px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-contact-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .it-contact-title {
    font-size: 25px;
  }
}

.it-contact-input-box input {
  border-radius: 5px;
}

.it-contact-textarea-box textarea {
  border-radius: 5px;
  height: 120px;
  padding-top: 15px;
}

.it-contact-timer-box {
  margin-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-contact-timer-box {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .it-contact-timer {
    margin-bottom: 30px;
  }
}

.it-contact-timer h6 {
  font-size: 50px;
  font-weight: 500;
  padding: 45px 10px;
  padding-bottom: 35px;
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
  background-color: var(--it-common-white);
  color: var(--it-common-black);
  font-family: var(--it-ff-heading);
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-contact-timer h6 {
    padding: 25px 10px;
    padding-bottom: 10px;
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-contact-timer h6 {
    padding: 25px 10px;
    font-size: 30px;
  }
}

.it-contact-timer i {
  display: block;
  font-size: 14px;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  border-radius: 0 0 5px 5px;
  background-color: var(--it-common-yellow);
  color: var(--it-common-white);
}

.it-contact-shape-1 {
  position: absolute;
  top: 165px;
  left: 140px;
  z-index: -1;
  animation: rotate2 4s linear infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-contact-shape-1 {
    top: 50px;
    left: 140px;
  }
}

.it-contact-shape-2 {
  position: absolute;
  top: 175px;
  left: 46%;
  z-index: -1;
  animation: rotate2 4s linear infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-contact-shape-2 {
    top: 50px;
    left: 68%;
  }
}

.it-contact-shape-3 {
  position: absolute;
  top: 115px;
  right: 55px;
  z-index: -1;
  animation: itleftright 1s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-contact-shape-3 {
    top: 55px;
    right: 55px;
  }
}

.it-contact-shape-4 {
  position: absolute;
  right: 130px;
  bottom: 190px;
  animation: rotate2 4s linear infinite;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-contact-shape-4 {
    bottom: 40px;
  }
}

.it-contact-shape-5 {
  position: absolute;
  bottom: 180px;
  left: 0;
  z-index: -1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-contact-shape-5 {
    bottom: -90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-contact-text p {
    font-size: 14px;
  }
  .it-contact-text p br {
    display: none;
  }
}

.it-contact-style-2 .it-contact-wrap {
  background-color: var(--it-theme-4);
}

.it-contact-style-2 .it-contact-wrap p {
  color: var(--it-common-white);
}

@media (max-width: 767px) {
  .it-contact-style-2 .it-contact-wrap p {
    font-size: 14px;
  }
  .it-contact-style-2 .it-contact-wrap p br {
    display: none;
  }
}

.it-contact-style-2 .it-contact-timer i {
  background-color: var(--it-theme-4);
}

.it-contact-style-2 .it-contact-shape-1 {
  position: absolute;
  top: 165px;
  left: 140px;
  animation: itrotate 3s ease-in-out 3s infinite alternate forwards;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .it-contact-style-2 .it-contact-shape-1 {
    top: 120px;
    left: 60px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-contact-style-2 .it-contact-shape-1 {
    top: 40px;
    left: 60px;
  }
}

.it-contact-style-2 .it-contact-shape-2 {
  position: absolute;
  top: 175px;
  left: 46%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-contact-style-2 .it-contact-shape-2 {
    top: 50px;
    left: 68%;
  }
}

.it-contact-style-2 .it-contact-shape-3 {
  position: absolute;
  top: 115px;
  right: 55px;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .it-contact-style-2 .it-contact-shape-3 {
    transform: scale(0.6);
    right: -2%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-contact-style-2 .it-contact-shape-3 {
    top: 55px;
    right: 55px;
  }
}

.it-contact-style-2 .it-contact-shape-4 {
  position: absolute;
  right: 130px;
  bottom: 190px;
  animation: rotate2 4s linear infinite;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .it-contact-style-2 .it-contact-shape-4 {
    right: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-contact-style-2 .it-contact-shape-4 {
    bottom: 40px;
  }
}

.it-contact-style-2 .it-contact-shape-5 {
  position: absolute;
  bottom: 180px;
  left: 0;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .it-contact-style-2 .it-contact-shape-5 {
    left: -5%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-contact-style-2 .it-contact-shape-5 {
    bottom: -90px;
  }
}

.it-contact-style-4 .it-contact-timer h6 {
  background-color: #f3f5f5;
}

.it-contact-style-4 .it-contact-timer i {
  background-color: var(--it-common-purple-3);
}

.it-contact-input-box label {
  font-size: 18px;
  margin-bottom: 5px;
  color: var(--it-common-black);
  font-family: var(--it-ff-heading);
}

.it-contact-textarea-box label {
  font-size: 18px;
  margin-bottom: 5px;
  color: var(--it-common-black);
  font-family: var(--it-ff-heading);
}

.it-contact__wrap {
  padding: 85px 75px;
  padding-bottom: 70px;
  background-color: #f2f2f2;
}

@media (max-width: 767px) {
  .it-contact__wrap {
    padding: 40px 20px;
  }
}

.it-contact__title {
  font-size: 40px;
}

.it-contact__content {
  padding: 60px 38px;
  padding-bottom: 45px;
  background-color: var(--it-common-white);
}

.it-contact__content ul li {
  list-style: none;
}

.it-contact__content ul li:not(:last-child) {
  margin-bottom: 30px;
}

.it-contact__text span {
  color: #4d5756;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
}

.it-contact__text > a {
  display: block;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
  font-family: var(--it-ff-heading);
  color: var(--it-common-black);
  transition: 0.3s;
}

@media (max-width: 767px) {
  .it-contact__text > a {
    font-size: 16px;
    display: inline-block;
  }
  .it-contact__text > a br {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-contact__text > a {
    font-size: 21px;
  }
}

.it-contact__text > a:hover {
  color: var(--it-common-orange);
}

.it-contact__icon {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .it-contact__icon {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.it-contact__icon span {
  font-size: 18px;
  color: var(--it-common-orange);
  display: inline-block;
  height: 54px;
  width: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(252, 99, 65, 0.1);
}

.it-contact__icon span .phone {
  transform: rotate(100deg);
}

.it-contact__right-box {
  margin-right: 72px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-contact__right-box {
    margin-right: 0;
  }
}

.it-contact__right-box .it-footer-social a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: var(--it-common-orange);
  background-color: #fff;
}

.it-contact__right-box .it-footer-social a:hover {
  color: var(--it-common-white);
  background-color: var(--it-common-orange);
}

.it-contact__scrool a {
  color: var(--it-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .it-contact__scrool a {
    color: var(--it-common-black);
  }
}

@media (max-width: 767px) {
  .it-contact__scrool a {
    display: inline-block;
    color: var(--it-common-black);
    margin-bottom: 20px;
  }
}

.it-contact__scrool a i {
  display: inline-block;
  margin-right: 8px;
}

.it-contact__bottom-box {
  margin-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .it-contact__bottom-box {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .it-contact__bottom-box {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
}

.it-contact__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.it-contact__form-box .it-contact-textarea-box textarea {
  padding-top: 10px;
  height: 95px;
}

@media (max-width: 767px) {
  .it-contact__list {
    flex-wrap: wrap;
  }
}

.it-signup-bg {
  background-color: #f2f2f2;
}

.it-signup-wrap {
  padding: 110px 70px;
}

@media (max-width: 767px) {
  .it-signup-wrap {
    padding: 80px 30px;
  }
}

.it-signup-title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: #0a0909;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e2e1e1;
}

.it-signup-input input {
  border-radius: 5px;
  color: #0e2a46;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}

.it-signup-input input::placeholder {
  color: #0e2a46;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}

.it-signup-text span {
  color: #4d5756;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.it-signup-text span a {
  color: var(--it-common-black);
}

@media (max-width: 767px) {
  .it-signup-link {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-signup-link {
    margin-top: 0px;
  }
}

.it-signup-link span {
  font-size: 16px;
  display: inline-block;
  margin-right: 15px;
}

.it-signup-thumb {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.it-signup-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.it-signup-forget a {
  color: #ff0000;
}

.it-signup-agree .form-check-input:checked {
  background-color: var(--it-common-black);
  border-color: transparent;
}

.it-signup-agree .form-check-input:focus {
  box-shadow: none;
}

.it-signup-agree .form-check-input.form-check-input[type="checkbox"] {
  border-radius: 2px;
  margin-top: 8px;
  height: 15px;
  width: 15px;
  padding: 0;
}

.it-student-bg {
  background-color: #f3f5f5;
  padding: 100px 70px;
}

@media (max-width: 767px) {
  .it-student-bg {
    padding: 80px 30px;
  }
}

.it-student-title {
  color: #0e2a46;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.it-student-subtitle {
  color: #0e2a46;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.it-student-content p {
  color: #333931;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-transform: capitalize;
}

.it-student-regiform-item {
  margin-bottom: 25px;
}

.it-student-regiform-item label {
  color: #0e2a46;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.it-student-regiform-item input {
  border: 1px solid #cacaca;
}

.it-student-regiform-item input:focus {
  border: 1px solid var(--it-common-purple-3);
}

.it-student-regiform-title {
  color: #0e2a46;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
  display: inline-block;
}

.postbox__select {
  display: inline-block;
  width: 100%;
}

.postbox__select .nice-select {
  width: 100%;
  border: 1px solid #cacaca;
  height: 58px;
  line-height: 58px;
  padding: 0px 20px;
  position: relative;
  background-color: var(--it-common-white);
}

.postbox__select .nice-select::after {
  border: none;
  background-color: transparent;
  transform: translateY(-45%);
  margin-top: -4px;
  right: 20px;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  transform-origin: center;
  color: #0e2a46;
  font-weight: 500;
  height: auto;
  width: auto;
}

.postbox__select .nice-select span {
  font-weight: 500;
  font-size: 15px;
  color: #0e2a46;
}

.postbox__select .nice-select.open::after {
  transform: translateY(-45%) rotate(-180deg);
}

.postbox__select .nice-select .list {
  width: 100%;
}

.postbox__select .nice-select .list li:last-child {
  border-bottom: 0;
}

.postbox__select .nice-select .selected {
  color: #0e2a46;
  font-weight: 600;
}

.postbox__resume {
  height: 25px;
  line-height: 25px;
  display: inline-block;
  padding: 0px 15px;
  color: #4d5756;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  border: 1px solid #cacaca;
  border-radius: 5px;
}

.postbox__resume.border-transparent {
  border: none;
}

.it-instructor-style .it-student-regiform-item input {
  background-color: transparent;
}

.it-instructor-style .postbox__select .nice-select {
  background-color: transparent;
}

.it-instructor-wrap {
  margin-bottom: 40px;
}

.it-instructor-wrap
  .it-signup-agree
  .form-check-input.form-check-input[type="checkbox"] {
  border-radius: 2px;
  margin-top: 0;
  margin-right: 10px;
  height: 15px;
  width: 15px;
  padding: 0;
  transform: translateY(26px);
}

.it-instructor-wrap .form-check label {
  color: #333931;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  text-transform: capitalize;
  margin-left: 7px;
}

.it-contact-wrap2 .it-contact-input input {
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid rgba(90, 90, 90, 0.2);
}

.it-contact-wrap2 .it-contact-input input:focus {
  border: 1px solid var(--it-theme-1);
}

.it-contact-wrap2 .it-contact-input textarea {
  padding: 0px 30px;
  height: 150px;
  line-height: 58px;
  resize: none;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(90, 90, 90, 0.2);
}

.it-contact-wrap2 .it-contact-input textarea:focus {
  border: 1px solid var(--it-theme-1);
}

/*----------------------------------------*/

/*  16. event css start
/*----------------------------------------*/

.it-event-content > span {
  color: var(--it-common-black);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.9;
  display: block;
  padding-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-event-content > span br {
    display: none;
  }
}

@media (max-width: 767px) {
  .it-event-content > span {
    font-size: 15px;
  }
  .it-event-content > span br {
    display: none;
  }
}

.it-event-content p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .it-event-content p {
    font-size: 15px;
    padding-right: 0;
  }
}

.it-event-thumb img {
  max-width: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-event-thumb img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .it-event-thumb img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .it-event-thumb img {
    max-width: 100%;
    margin-top: 30px;
  }
}

.it-event-thumb-box {
  margin-left: -31px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-event-thumb-box {
    margin-left: 0;
  }
}

.it-event-shape-1 {
  position: absolute;
  top: 15px;
  left: 0;
}

.it-event-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.it-event-shape-3 {
  position: absolute;
  top: 210px;
  left: 565px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-event-shape-3 {
    left: 200px;
  }
}

.it-event-shape-4 {
  position: absolute;
  top: 140px;
  left: 95px;
  animation: rotate2 4s linear infinite;
}

.it-event-shape-5 {
  position: absolute;
  left: 721px;
  bottom: 165px;
  animation: itupdown 0.8s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-event-shape-5 {
    left: 200px;
    bottom: 30px;
  }
}

.it-event-shape-6 {
  position: absolute;
  top: 150px;
  right: 77px;
  animation: rotate2 4s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-event-shape-6 {
    top: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-event-left {
    padding-right: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-event-left {
    padding-right: 20px;
  }
}

.it-event-2-content {
  padding: 30px;
  background: #f3f5f7;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-event-2-content {
    padding: 30px 22px;
  }
}

.it-event-2-title {
  font-size: 21px;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .it-event-2-title {
    font-size: 18px;
  }
}

.it-event-2-title a {
  transition: 0.3s;
}

.it-event-2-title a:hover {
  color: var(--it-theme-4);
}

.it-event-2-meta span {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--it-ff-heading);
}

.it-event-2-meta span:not(:last-child) {
  margin-right: 18px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .it-event-2-meta span {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .it-event-2-meta span {
    font-size: 11px;
  }
}

.it-event-2-meta span i {
  font-size: 15px;
  margin-right: 2px;
  display: inline-block;
  color: var(--it-theme-4);
}

.it-event-2-item:hover .it-event-2-thumb img {
  transform: scale(1.1) rotate(-2deg);
}

.it-event-2-thumb {
  position: relative;
}

.it-event-2-thumb img {
  width: 100%;
  transition: 0.9s;
}

.it-event-2-item:hover .it-event-2-date {
  background-color: var(--it-common-black);
}

.it-event-2-date {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 80px;
  width: 80px;
  border-radius: 5px;
  text-align: center;
  background-color: var(--it-theme-4);
  border: 1px solid var(--it-common-white);
  transition: 0.3s;
}

.it-event-2-date span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transform: translateY(20px);
  color: var(--it-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .it-event-2-date span {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .it-event-2-date span {
    font-size: 12px;
  }
}

.it-event-2-date span i {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 767px) {
  .it-event-2-date span i {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-event-2-text p {
    font-size: 14px;
  }
  .it-event-2-text p br {
    display: none;
  }
}

.it-event-style-3 .it-event-2-date {
  background-color: var(--it-common-yellow);
}

.it-event-style-3 .it-event-2-item:hover .it-event-2-date {
  background-color: var(--it-theme-1);
}

.it-event-style-3 .it-event-2-item:hover .it-event-2-date span {
  color: var(--it-common-white);
}

.it-event-style-3 .it-event-2-item {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.it-event-style-3 .it-event-2-title a:hover {
  color: var(--it-theme-1);
}

.it-event-style-3 .it-event-2-content {
  padding: 18px 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-event-style-3 .it-event-2-content {
    padding: 20px;
  }
}

.it-event-style-3 .it-event-2-meta span i {
  color: var(--it-theme-5);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-event-style-3 .it-event-2-meta span {
    display: block;
  }
}

.it-event-style-4 .it-event-2-date {
  background-color: var(--it-common-yellow);
}

.it-event-style-4 .it-event-2-item:hover .it-event-2-date {
  background-color: var(--it-theme-3);
}

.it-event-style-4 .it-event-2-item:hover .it-event-2-date span {
  color: var(--it-common-white);
}

.it-event-style-4 .it-event-2-date span {
  color: var(--it-common-black);
  transition: 0.3s;
}

.it-event-style-4 .it-event-2-item {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.it-event-style-4 .it-event-2-title a:hover {
  color: var(--it-theme-3);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-event-style-4 .it-event-2-content {
    padding: 20px;
  }
}

.it-event-style-4 .it-event-2-meta span i {
  color: var(--it-theme-3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-event-style-4 .it-event-2-meta span {
    display: block;
  }
}

.it-event-style-4.inner-style .it-event-2-date {
  background-color: var(--it-common-purple-3);
}

.it-event-style-4.inner-style .it-event-2-item:hover .it-event-2-date {
  background-color: var(--it-common-orange);
}

.it-event-style-4.inner-style .it-event-2-item:hover .it-event-2-date span {
  color: var(--it-common-white);
}

.it-event-style-4.inner-style .it-event-2-date span {
  color: var(--it-common-white);
  transition: 0.3s;
}

.it-event-style-4.inner-style .it-event-2-item {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.it-event-style-4.inner-style .it-event-2-title a:hover {
  color: var(--it-theme-3);
}

.it-event-style-4.inner-style .it-event-2-meta span i {
  color: var(--it-common-purple-3);
}

.it-evn-details-thumb img {
  width: 100%;
  border-radius: 10px;
}

.it-evn-details-title {
  font-size: 45px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-evn-details-title {
    font-size: 38px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-evn-details-title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-evn-details-title {
    font-size: 30px;
  }
}

.it-evn-details-title-sm {
  font-size: 20px;
}

.it-evn-details-text p {
  font-size: 16px;
  padding-right: 35px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-evn-details-text p {
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-evn-details-text p {
    padding-right: 0;
    font-size: 14px;
  }
}

.it-evn-details-wrap {
  margin-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-evn-details-wrap {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-evn-details-wrap {
    margin-right: 0;
    margin-bottom: 50px;
  }
}

.it-evn-details-wrap .postbox__meta span {
  color: #4d5756;
  font-size: 21px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-evn-details-wrap .postbox__meta span {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-evn-details-wrap .postbox__meta span {
    font-size: 14px;
  }
}

.it-evn-details-wrap .postbox__meta span:not(:last-child) {
  margin-right: 45px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-evn-details-wrap .postbox__meta span:not(:last-child) {
    margin-right: 20px;
  }
}

.it-evn-details-rate span i {
  color: var(--it-common-orange);
}

.it-evn-sidebar-box {
  padding: 25px 20px;
  border-radius: 5px;
  background-color: #e8e8f4;
  margin-left: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-evn-sidebar-box {
    margin-left: 0px;
  }
}

.it-evn-sidebar-thumb img {
  width: 100%;
  border-radius: 5px;
}

.it-evn-sidebar-list ul li {
  list-style: none;
  color: #4d5756;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-evn-sidebar-list ul li {
    font-size: 14px;
  }
}

.it-evn-sidebar-list ul li:not(:last-child) {
  margin-bottom: 21px;
}

.it-event-style-4 .it-event-2-date {
  background-color: var(--it-theme-3);
}

.it-event-style-4 .it-event-2-item:hover .it-event-2-date {
  background-color: var(--it-common-purple-3);
}

.it-event-style-4 .it-event-2-meta span i {
  color: var(--it-common-purple-3);
}

.it-event-style-4 .ed-event-shape-1 {
  position: absolute;
  top: 17%;
  right: 1%;
  z-index: -1;
}

.it-event-style-4 .ed-event-shape-2 {
  position: absolute;
  bottom: 17%;
  left: 2%;
  z-index: -1;
}

/*----------------------------------------*/

/*  29. testimonial css start
/*----------------------------------------*/

.it-testimonial-3-wrapper {
  border-radius: 5px;
  padding: 75px 70px;
  padding-right: 50px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-testimonial-3-wrapper {
    margin: 120px 0;
    padding: 70px 60px;
  }
}

@media (max-width: 767px) {
  .it-testimonial-3-wrapper {
    margin: 120px 0;
    padding: 20px;
  }
}

.it-testimonial-3-thumb img {
  max-width: inherit;
}

.it-testimonial-3-content p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 45px;
  padding-left: 25px;
  color: var(--it-common-white);
}

@media (max-width: 767px) {
  .it-testimonial-3-content p {
    padding-left: 0;
    font-size: 16px;
  }
}

.it-testimonial-3-quote {
  position: absolute;
  top: 40px;
  left: 60px;
}

.it-testimonial-3-author-info h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: var(--it-common-white);
  font-family: var(--it-ff-poppins);
}

@media (max-width: 767px) {
  .it-testimonial-3-author-info h5 {
    font-size: 16px;
  }
}

.it-testimonial-3-author-info span {
  color: var(--it-common-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 767px) {
  .it-testimonial-3-author-info span {
    font-size: 14px;
  }
}

.it-testimonial-3-avata {
  margin-right: 27px;
  position: relative;
}

.it-testimonial-3-avata::after {
  content: "";
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  border: 1px dashed var(--it-theme-1);
}

.it-testimonial-3-avata img {
  border-radius: 50%;
  height: 90px;
  width: 90px;
}

.it-testimonial-3-active {
  padding: 20px;
  margin: -20px;
}

.it-testimonial-3-shape-1 {
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: -1;
}

.test-slider-dots {
  position: absolute;
  bottom: 45px;
  right: 50px;
  z-index: 5;
}

.test-slider-dots .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  background-color: var(--it-common-white);
  margin: 0 8px;
  z-index: 2;
  opacity: 1;
}

.test-slider-dots .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid var(--it-common-white);
  transform: translate(-50%, -50%) scale(2);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.test-slider-dots .swiper-pagination-bullet-active {
  background-color: var(--it-common-white);
}

.test-slider-dots .swiper-pagination-bullet-active::after {
  opacity: 1;
  visibility: visible;
}

.test-slider-dots.style-2 {
  position: static;
}

.test-slider-dots.style-2 > .swiper-pagination-bullet {
  background-color: var(--it-common-black);
  opacity: 100%;
}

.test-slider-dots.style-2 > .swiper-pagination-bullet-active {
  background-color: var(--it-common-yellow);
}

.it-testimonial-5-item-wrap .it-testimonial-3-author-box {
  padding-left: 235px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-testimonial-5-item-wrap .it-testimonial-3-author-box {
    padding-left: 0;
    justify-content: center;
  }
}

.it-testimonial-5-item-wrap .it-testimonial-3-author-info h5 {
  color: var(--it-common-black);
}

.it-testimonial-5-item-wrap .it-testimonial-3-author-info span {
  color: var(--it-common-black);
}

.it-testimonial-5-item-wrap .it-testimonial-3-avata::after {
  border-color: var(--it-theme-4);
}

.it-testimonial-5-item {
  padding: 75px 50px;
  padding-right: 65px;
  border-radius: 20px;
  background-color: var(--it-theme-4);
  position: relative;
}

.it-testimonial-5-item::after {
  position: absolute;
  content: "";
  bottom: -7%;
  left: 20%;
  width: 115px;
  height: 100px;
  background-color: var(--it-theme-4);
  clip-path: polygon(0 0, 82% 0, 100% 100%);
  transform: rotate(-145deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-testimonial-5-item {
    padding: 40px 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .it-testimonial-5-item {
    padding: 30px;
    padding-right: 30px;
  }
}

.it-testimonial-5-text p {
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  color: var(--it-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-testimonial-5-text p {
    font-size: 14px;
  }
}

.it-testimonial-5-star i {
  color: var(--it-theme-5);
}

.it-testimonial-5-shape-1 {
  position: absolute;
  left: 35px;
  bottom: 300px;
  animation: rotate2 12s linear infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-testimonial-5-shape-1 {
    bottom: 100px;
  }
}

.it-testimonial-5-shape-2 {
  position: absolute;
  top: 160px;
  left: 355px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-testimonial-5-shape-2 {
    left: 100px;
  }
}

.it-testimonial-5-shape-3 {
  position: absolute;
  top: 140px;
  right: 255px;
  animation: itswing 1s forwards infinite alternate;
}

.it-testimonial-5-shape-4 {
  position: absolute;
  bottom: 260px;
  right: 70px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-testimonial-5-shape-4 {
    bottom: 100px;
  }
}

.it-testimonial-5-shape-5 {
  position: absolute;
  top: 140px;
  left: 250px;
  animation: rotate2 4s linear infinite;
}

.it-testimonial-5-shape-6 {
  position: absolute;
  top: 170px;
  right: 110px;
  animation: itupdown 0.8s infinite alternate;
}

.it-testimonial-5-shape-7 {
  position: absolute;
  left: 75px;
  bottom: 230px;
}

.it-testimonial-5-active {
  padding: 20px;
  margin: -20px;
}

.it-testimonial-style-2 .it-testimonial-5-item {
  padding: 50px;
  padding-right: 75px;
  padding-bottom: 40px;
  border-radius: 0;
  background-color: var(--it-common-black);
}

@media (max-width: 767px) {
  .it-testimonial-style-2 .it-testimonial-5-item {
    padding: 50px 20px;
    padding-bottom: 40px;
  }
}

.it-testimonial-style-2 .it-testimonial-5-item::after {
  display: none;
}

.it-testimonial-style-2 .it-testimonial-3-avata {
  border-radius: 50%;
  border: 2px solid var(--it-common-white);
}

.it-testimonial-style-2 .it-testimonial-3-avata::after {
  display: none;
}

.it-testimonial-style-2 .it-testimonial-3-author-info span {
  color: var(--it-theme-4);
}

.it-testimonial-style-2 .it-testimonial-5-star i {
  font-size: 14px;
  color: #d3a500;
}

.it-testimonial-style-2 .it-testimonial-5-quote {
  position: absolute;
  top: 50px;
  right: 65px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-testimonial-style-2 .it-testimonial-5-quote {
    right: 20px;
  }
}

.it-testimonial-4-style .it-testimonial-3-content p {
  color: var(--it-common-black);
}

.it-testimonial-4-style .it-testimonial-3-author-info h5 {
  color: var(--it-common-black);
}

.it-testimonial-4-style .it-testimonial-3-author-info span {
  color: var(--it-common-black);
}

.it-testimonial-4-style .test-slider-dots .swiper-pagination-bullet {
  background-color: var(--it-common-black);
}

.it-testimonial-4-style .swiper-pagination-bullet {
  opacity: 1;
}

.it-sub-bg-none .it-section-subtitle {
  background-color: transparent;
}

.ed-testimonial-ptb {
  margin-top: -100px;
  padding-top: 220px;
  padding-bottom: 120px;
  background-size: cover;
}

.ed-testimonial-item {
  padding: 30px 30px;
  padding-right: 46px;
  border: 1px solid var(--it-common-black-3);
  border-radius: 20px;
}

.ed-testimonial-author-box h5 {
  font-weight: 700;
  font-size: 20px;
}

.ed-testimonial-author-box span {
  font-size: 17px;
  color: var(--it-theme-1);
}

.ed-testimonial-quote {
  position: absolute;
  top: -30px;
  left: -20px;
}

.ed-testimonial-ratting {
  margin-bottom: 5px;
}

.ed-testimonial-ratting i {
  font-size: 14px;
  color: #fc6441;
}

.ed-testimonial-active {
  padding: 30px;
  margin: -30px;
}

.ed-testimonial-style-2 .ed-testimonial-item {
  border-radius: 10px;
  border: 2px dashed var(--it-common-orange);
}

.ed-testimonial-style-2 .ed-testimonial-author-box h5 {
  font-size: 17px;
  margin-bottom: 0;
}

.ed-testimonial-style-2 .ed-testimonial-author-box span {
  font-size: 13px;
}

.ed-testimonial-style-3 .ed-testimonial-item {
  border: 2px dashed var(--it-theme-7);
}

.ed-testimonial-style-3 .ed-testimonial-author-box span {
  color: var(--it-theme-5);
}

.ed-testimonial-style-3 .ed-testimonial-ratting i {
  color: var(--it-theme-7);
}

.ed-testimonial-style-3 .ed-testimonial-shape-1 {
  position: absolute;
  top: 4%;
  right: 0;
  animation: zoom 13s infinite;
}

.ed-testimonial-style-3 .ed-testimonial-shape-2 {
  position: absolute;
  bottom: 23%;
  left: 5%;
  animation: ittranslateY2 4s infinite alternate;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .ed-testimonial-style-3 .ed-testimonial-shape-2 {
    bottom: 3%;
  }
}

.ed-testimonial-style-3.inner-style .ed-testimonial-author-box span {
  color: var(--it-common-purple-3);
}

/*----------------------------------------*/

/*  28. team css start
/*----------------------------------------*/

.it-team-item:hover .it-team-thumb::after {
  opacity: 1;
  visibility: visible;
}

.it-team-item:hover .it-team-thumb img {
  transform: scale(1.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-team-left {
    margin-bottom: 50px;
  }
}

.it-team-text p {
  padding-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-team-text p {
    padding-right: 48px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-team-text p {
    padding-right: 0;
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-team-button a {
    margin-bottom: 20px;
  }
}

.it-team-thumb {
  position: relative;
}

.it-team-thumb::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(14, 42, 70, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.it-team-thumb img {
  transition: 0.9s;
  width: 100%;
}

.it-team-thumb-box {
  border-radius: 5px;
  overflow: hidden;
  border: 6px solid var(--it-theme-1);
}

.it-team-author-box {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 28px;
  border-radius: 5px;
  padding: 15px 24px;
  padding-bottom: 7px;
  background-color: var(--it-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-team-author-box {
    bottom: 15px;
    left: 10px;
    right: 10px;
  }
}

.it-team-author-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-team-author-name {
    font-size: 17px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-team-author-name {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-team-author-name {
    font-size: 17px;
  }
}

.it-team-author-info {
  line-height: 0;
}

.it-team-author-info span {
  color: var(--it-theme-1);
  font-size: 13px;
  font-weight: 500;
  line-height: 32px;
  text-transform: capitalize;
}

.it-team-link a {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline-block;
  background-color: #e9e2ff;
}

.it-team-link a svg {
  display: inline-block;
  color: var(--it-theme-1);
  transform: translate(-5px, -2px);
}

.it-team-social-box {
  position: absolute;
  top: 35px;
  right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .it-team-social-box {
    top: 20px;
  }
}

.it-team-social-box:hover .it-team-social {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.it-team-social-box button {
  height: 45px;
  width: 45px;
  left: 0;
  line-height: 48px;
  border-radius: 50%;
  padding: 0;
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
}

.it-team-social {
  position: absolute;
  bottom: -155px;
  left: 50%;
  padding: 5px 13px;
  background-color: var(--it-common-white);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 9;
}

.it-team-social::after {
  content: "";
  top: -9px;
  left: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  transform: translateX(-50%);
  background-color: var(--it-common-white);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.it-team-social a {
  font-size: 18px;
  color: var(--it-theme-1);
}

.it-team-social a:not(:last-child) {
  margin-bottom: 10px;
}

.it-team-right-box {
  margin-left: -35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-team-right-box {
    margin-left: 0;
  }
}

.it-team-shape-1 {
  position: absolute;
  left: 35%;
  top: 200px;
  animation: rotate2 4s linear infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-team-shape-1 {
    left: 30%;
  }
}

.it-team-shape-2 {
  position: absolute;
  top: 350px;
  left: 50px;
  animation: itleftright 1s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-team-shape-2 {
    left: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-team-shape-2 {
    top: 10%;
  }
}

.it-team-shape-3 {
  position: absolute;
  bottom: 170px;
  left: 35%;
  animation: rotate2 4s linear infinite;
}

.it-team-3-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70.6%;
  z-index: -1;
}

.it-team-3-bg.overley::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(14, 42, 70, 0.85);
}

.it-team-3-item:hover .it-team-3-content {
  background-color: var(--it-theme-3);
}

.it-team-3-item:hover .it-team-3-content span {
  color: var(--it-common-white);
}

.it-team-3-content {
  border-radius: 0 0 5px 5px;
  padding: 30px 15px;
  padding-top: 0;
  transition: 0.3s;
  background-color: var(--it-common-black);
}

.it-team-3-content span {
  color: var(--it-theme-2);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.it-team-3-thumb {
  border-radius: 5px 5px 0 0;
  position: relative;
}

.it-team-3-thumb::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  background: rgba(48, 55, 63, 0.7);
}

.it-team-3-thumb img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  transition: 0.9s;
}

.it-team-3-title {
  color: var(--it-common-white);
  font-family: var(--it-ff-poppins);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.it-team-3-social-box {
  display: inline-block;
  transform: translateY(-22px);
}

.it-team-3-social-box button {
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--it-common-black);
  background-color: var(--it-theme-2);
  transition: 0.3s;
  padding: 0;
}

.it-team-3-social-box:hover button {
  background-color: var(--it-theme-2);
  color: var(--it-common-white);
}

.it-team-3-social-box:hover .it-team-3-social-wrap {
  bottom: 140%;
  opacity: 1;
  visibility: visible;
}

.it-team-3-social-wrap {
  background-color: var(--it-common-white);
  display: inline-block;
  padding: 11px 13px;
  position: absolute;
  bottom: 190%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.it-team-3-social-wrap::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 50%;
  height: 10px;
  width: 10px;
  background-color: var(--it-common-white);
  transform: translateX(-50%) rotate(-45deg);
}

.it-team-3-social-wrap > a {
  display: flex;
  display: table;
  color: var(--it-theme-2);
  line-height: 0;
  transition: 0.3s;
}

.it-team-3-social-wrap > a:hover {
  color: var(--it-theme-3);
}

.it-team-3-social-wrap > a:not(:last-child) {
  margin-bottom: 10px;
}

.it-team-3-item {
  border-radius: 5px;
}

.it-team-3-item:hover .it-team-3-thumb img {
  transform: scale(1.1);
}

.it-team-3-item:hover .it-team-3-thumb::after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.it-team-3-shape-1 {
  position: absolute;
  left: 35px;
  top: 440px;
}

.it-team-3-shape-2 {
  position: absolute;
  top: 115px;
  left: 365px;
  animation: rotate2 12s linear infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-team-3-shape-2 {
    left: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-team-3-shape-2 {
    top: 75px;
    left: 100px;
  }
}

.it-team-3-shape-3 {
  position: absolute;
  top: 150px;
  right: 320px;
  animation: itswing 1s forwards infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-team-3-shape-3 {
    right: 100px;
  }
}

.it-team-3-style-2 .it-team-3-item:hover .it-team-3-content {
  background-color: var(--it-theme-4);
}

.it-team-3-style-2 .it-team-3-item:hover .it-team-3-social-box button {
  background-color: var(--it-common-yellow);
  color: var(--it-common-white);
}

.it-team-3-style-2 .it-team-3-item:hover .it-team-3-social-wrap > a {
  color: var(--it-common-yellow);
}

.it-team-3-style-2 .it-team-3-item:hover .it-team-3-social-wrap > a:hover {
  color: var(--it-theme-4);
}

.it-team-3-style-2 .it-team-3-content {
  background-color: var(--it-common-yellow);
  transition: 0.3s;
}

.it-team-3-style-2 .it-team-3-author-box span {
  color: var(--it-common-white);
}

.it-team-3-style-2 .it-team-3-social-box button {
  color: var(--it-common-white);
  background-color: var(--it-theme-4);
}

.it-team-3-style-2 .it-team-3-social-wrap > a {
  color: var(--it-common-yellow);
}

.it-team-3-style-2 .it-team-3-social-wrap > a:hover {
  color: var(--it-theme-4);
}

.it-team-3-style-3 .it-team-3-item:hover .it-team-3-content {
  background-color: var(--it-theme-1);
}

.it-team-3-style-3 .it-team-3-item:hover .it-team-3-social-box button {
  background-color: var(--it-common-yellow);
  color: var(--it-common-white);
}

.it-team-3-style-3 .it-team-3-item:hover .it-team-3-social-wrap > a {
  color: var(--it-common-yellow);
}

.it-team-3-style-3 .it-team-3-item:hover .it-team-3-social-wrap > a:hover {
  color: var(--it-theme-1);
}

.it-team-3-style-3 .it-team-3-social-box button {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}

.it-teacher-details-wrap {
  background-color: #e8e8f4;
  padding: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-teacher-details-wrap {
    font-size: 14px;
    padding: 50px 20px;
  }
}

.it-teacher-details-left-thumb img {
  width: 100%;
  margin-bottom: 30px;
}

.it-teacher-details-left-social {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}

.it-teacher-details-left-social a {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  background-color: var(--it-common-white);
  margin: 0px 6px;
  transition: 0.3s;
}

.it-teacher-details-left-social a:hover {
  color: var(--it-common-white);
  background-color: var(--it-common-orange);
}

.it-teacher-details-left-info {
  margin-bottom: 40px;
}

.it-teacher-details-left-info ul li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
}

.it-teacher-details-left-info ul li a {
  color: #4d5756;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-teacher-details-left-info ul li a {
    font-size: 14px;
  }
}

.it-teacher-details-left-info ul li i {
  color: var(--it-common-orange);
  position: absolute;
  top: 8px;
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-teacher-details-left {
    margin-bottom: 50px;
  }
}

.it-teacher-details-right {
  background-color: var(--it-common-white);
  padding: 60px;
  margin-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-teacher-details-right {
    padding: 60px 15px;
    margin-left: 0;
  }
}

.it-teacher-details-right .it-progress-bar-wrap h4 {
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-teacher-details-right .it-progress-bar-wrap h4 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-teacher-details-right .it-progress-bar-item label {
    font-size: 14px;
  }
}

.it-teacher-details-right-title-box {
  margin-bottom: 40px;
}

.it-teacher-details-right-title-box h4 {
  color: #0e2a46;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .it-teacher-details-right-title-box h4 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .it-teacher-details-right-title-box h4 {
    font-size: 19px;
  }
}

.it-teacher-details-right-title-box span {
  color: var(--it-common-orange);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-teacher-details-right-title-box p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-teacher-details-right-content p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .it-teacher-details-right-content h4 {
    font-size: 20px;
  }
}

.it-teacher-details-right .it-progress-bar-wrap .it-progress-bar-item {
  padding: 5px 0;
}

.it-teacher-details-right
  .it-progress-bar-wrap
  .it-progress-bar
  .progress-bar
  span {
  top: -22px;
}

.ed-team-item {
  padding: 10px;
  border-radius: 5px;
  background-color: var(--it-common-white);
}

.ed-team-item:hover .ed-team-thumb img {
  transform: scale(1.1);
}

.ed-team-content {
  padding-left: 20px;
  padding-top: 25px;
  padding-bottom: 20px;
}

.ed-team-thumb {
  border-radius: 5px 5px 0 0;
}

.ed-team-thumb img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  transition: 0.9s;
}

.ed-team-title {
  color: var(--it-common-black);
  font-weight: 700;
  font-size: 21px;
  text-transform: capitalize;
  margin-bottom: 2px;
}

.ed-team-title a {
  transition: 0.3s;
}

.ed-team-title a:hover {
  color: var(--it-theme-7);
}

.ed-team-author-box span {
  color: var(--it-theme-6);
}

.ed-team-social-box {
  display: inline-block;
  position: absolute;
  top: -22px;
  right: 20px;
}

.ed-team-social-box button {
  height: 40px;
  width: 40px;
  line-height: 43px;
  text-align: center;
  display: inline-block;
  color: var(--it-common-white);
  background-color: var(--it-theme-5);
  padding: 0;
}

.ed-team-social-box:hover .ed-team-social-wrap {
  bottom: 101%;
  opacity: 1;
  visibility: visible;
}

.ed-team-social-wrap {
  display: inline-block;
  position: absolute;
  bottom: 140%;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.ed-team-social-wrap > a {
  height: 40px;
  width: 40px;
  line-height: 43px;
  text-align: center;
  display: inline-block;
  color: var(--it-common-white);
  background-color: var(--it-theme-5);
  margin-bottom: 2px;
}

.ed-team-social-wrap > a:hover {
  background-color: var(--it-theme-6);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ed-team-arrow-box {
    display: none;
  }
}

.ed-team-arrow-box button {
  font-size: 24px;
  height: 62px;
  line-height: 58px;
  width: 62px;
  border-radius: 50%;
  transition: 0.3s;
  color: var(--it-theme-5);
  border: 1px solid var(--it-theme-5);
}

.ed-team-arrow-box button:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-5);
}

.ed-team-arrow-box button.slider-prev {
  margin-right: 25px;
}

.ed-team-shape-1 {
  position: absolute;
  top: 4%;
  right: -1%;
  z-index: -1;
  animation: itswing-2 3s forwards infinite alternate;
  transform-origin: bottom right;
}

.ed-team-area.inner-style .ed-team-social-box button {
  background-color: var(--it-common-orange);
}

.ed-team-area.inner-style .ed-team-social-wrap > a {
  background-color: var(--it-common-orange);
}

.ed-team-area.inner-style .ed-team-social-wrap > a:hover {
  background-color: var(--it-theme-6);
}

.ed-team-area.inner-style .ed-team-author-box span {
  color: var(--it-common-purple-3);
}

.ed-team-area.inner-style .ed-team-arrow-box button {
  border: 1px solid var(--it-common-orange);
  color: var(--it-common-orange);
}

.ed-team-area.inner-style .ed-team-arrow-box button:hover {
  color: var(--it-common-white);
  background-color: var(--it-common-orange);
}

.ed-team-area.inner-style .ed-team-item {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}

/*----------------------------------------*/

/*  17. faq css start
/*----------------------------------------*/

.it-faq-wrap {
  margin-right: -20px;
  transform: translateX(-40px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-faq-wrap {
    margin-right: 0;
    transform: translateX(0px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-faq-wrap {
    margin-right: 0;
    margin-top: 50px;
    transform: translateX(0px);
  }
}

.it-faq-thumb img {
  border-radius: 5px;
  max-width: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-faq-thumb img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-faq-thumb img {
    width: 100%;
  }
}

.it-faq-shape-1 {
  position: absolute;
  bottom: 160px;
  left: 80px;
  animation: itswing 1s forwards infinite alternate;
}

.it-faq-shape-2 {
  position: absolute;
  top: 15px;
  right: 155px;
  animation: itswing 1s forwards infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-faq-shape-2 {
    top: -50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-faq-shape-2 {
    top: -80px;
  }
}

/*----------------------------------------*/

/*  06. career css start
/*----------------------------------------*/

.it-career-bg {
  background: linear-gradient(180deg, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
}

.it-career-item {
  border-radius: 5px;
  padding: 80px 30px;
}

@media (max-width: 767px) {
  .it-career-item {
    padding: 40px 20px;
  }
}

.it-career-content {
  position: relative;
  z-index: 2;
}

.it-career-content > span {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-transform: capitalize;
  color: var(--it-common-white);
  display: block;
  padding-bottom: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-career-content > span {
    font-size: 16px;
  }
}

.it-career-content p {
  color: #fff;
  font-family: var(--it-ff-heading);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-career-content p {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .it-career-content p br {
    display: none;
  }
}

.it-career-thumb {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-career-thumb {
    bottom: -8%;
    right: -15%;
  }
}

@media (max-width: 767px) {
  .it-career-thumb {
    display: none;
  }
}

.it-career-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.it-career-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}

.it-career-shape-3 {
  position: absolute;
  top: 105px;
  right: 170px;
  animation: rotate2 4s linear infinite;
}

.it-career-shape-4 {
  position: absolute;
  left: 430px;
  top: 195px;
  animation: itleftright 1s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-career-shape-4 {
    left: 350px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-career-shape-4 {
    left: 320px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-career-shape-4 {
    left: 200px;
  }
}

.it-career-shape-5 {
  position: absolute;
  left: 200px;
  bottom: 18px;
  animation: rotate2 4s linear infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-career-shape-5 {
    bottom: -40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-career-shape-5 {
    bottom: -50px;
  }
}

.it-career-shape-6 {
  position: absolute;
  top: 95px;
  left: 50px;
  animation: itupdown 0.8s infinite alternate;
}

@media (max-width: 767px) {
  .it-about-3-mv-item p {
    font-size: 14px;
  }
}

.it-career-style-3.it-career-bg {
  background: none;
}

.it-career-style-3 .it-career-item {
  background-color: var(--it-theme-2);
}

.it-career-style-3 .it-career-content > span {
  font-size: 45px;
  font-weight: 700;
  font-family: var(--it-ff-poppins);
}

@media (max-width: 767px) {
  .it-career-style-3 .it-career-content > span {
    font-size: 30px;
  }
}

.it-career-style-3 .it-career-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  color: var(--it-common-white);
  max-width: 310px;
}

.it-progress-bar-item {
  padding: 30px 0px;
  overflow: hidden;
  padding-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-progress-bar-item {
    padding-top: 20px;
  }
}

.it-progress-bar-item label {
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
  display: inline-block;
  color: var(--it-common-black);
}

@media (max-width: 767px) {
  .it-progress-bar-item label {
    font-size: 14px;
  }
}

.it-progress-bar .progress {
  overflow: visible;
  border-radius: 10px;
  background: rgba(137, 186, 180, 0.3);
  height: 10px;
}

.it-progress-bar .progress-bar {
  background-color: var(--it-theme-3);
  border-radius: 30px;
  position: relative;
  overflow: visible;
  height: 100%;
  border-radius: 10px;
  top: 0;
}

.it-progress-bar .progress-bar span {
  position: absolute;
  right: 0;
  top: -30px;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--it-common-white);
  background-color: var(--it-theme-3);
  padding: 5px 7px;
}

.it-progress-bar .progress-bar span::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  height: 10px;
  width: 10px;
  background-color: var(--it-theme-3);
  content: "";
  transform: translateX(-50%) rotate(-45deg);
}

.it-progress-bar-wrap.inner-style .progress-bar {
  background-color: var(--it-common-purple-3);
}

.it-progress-bar-wrap.inner-style .progress-bar span {
  background-color: var(--it-common-purple-3);
}

.it-progress-bar-wrap.inner-style .progress-bar span::after {
  background-color: var(--it-common-purple-3);
}

.it-progress-bar-wrap.inner-style .progress-bar.orange {
  background-color: var(--it-common-orange);
}

.it-progress-bar-wrap.inner-style .progress-bar.orange span {
  background-color: var(--it-common-orange);
}

.it-progress-bar-wrap.inner-style .progress-bar.orange span::after {
  background-color: var(--it-common-orange);
}

.it-value-img-shape {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  z-index: -1;
}

.it-value-img-shape-2 {
  position: absolute;
  bottom: -8%;
  left: 4%;
  z-index: -1;
}

.it-value-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background-color: var(--it-common-white);
  color: var(--it-common-yellow);
}

.it-value-right-img img {
  width: 100%;
}

.it-value-right-wrap {
  margin-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-value-right-wrap {
    margin-left: 0;
  }
}

.it-value-shape-1 {
  position: absolute;
  bottom: 18%;
  left: 2%;
  animation: itupdown 0.8s infinite alternate;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .it-value-shape-1 {
    bottom: -8%;
    left: -1%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-value-shape-1 {
    bottom: -7%;
    left: -1%;
  }
}

.it-value-shape-2 {
  position: absolute;
  top: -12%;
  right: -6%;
  z-index: -1;
}

.it-value-shape-3 {
  position: absolute;
  top: 12%;
  left: 34%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-value-title-box p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-progress-bar-wrap {
    margin-bottom: 60px;
  }
}

.ed-career-style-2 .it-career-content > span {
  font-size: 14px;
  text-transform: uppercase;
}

.ed-career-style-2 .it-career-content > p {
  font-weight: 700;
  font-size: 26px;
  text-transform: capitalize;
}

/*----------------------------------------*/

/* 11. class css start
/*----------------------------------------*/

.it-class-item {
  border-radius: 10px;
}

.it-class-item:hover .it-class-rate span {
  background-color: var(--it-theme-4);
}

.it-class-item:hover .it-class-meta-box {
  background-color: var(--it-theme-5);
}

.it-class-item:hover .it-class-thumb {
  border-radius: 10px 10px 0 0;
}

.it-class-item:hover .it-class-thumb img {
  transform: scale(1.1) rotate(-2deg);
}

.it-class-item.active .it-class-rate span {
  background-color: var(--it-theme-4);
}

.it-class-item.active .it-class-meta-box {
  background-color: var(--it-theme-5);
}

.it-class-thumb {
  border-radius: 10px 10px 0 0;
}

.it-class-thumb img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  transition: 0.9s;
}

.it-class-rate {
  position: absolute;
  top: 20px;
  right: 20px;
}

.it-class-rate span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  font-family: var(--it-ff-heading);
  background-color: var(--it-theme-5);
  transition: 0.3s;
}

.it-class-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 5px;
  text-transform: uppercase;
  transition: 0.3s;
}

.it-class-title:hover {
  color: var(--it-theme-4);
}

.it-class-text {
  background-color: #f3f5f5;
  padding: 30px 50px;
}

.it-class-text p {
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
}

.it-class-meta i {
  font-size: 18px;
  display: block;
  color: var(--it-common-white);
}

.it-class-meta span {
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  color: var(--it-common-white);
}

.it-class-meta-box {
  padding: 5px 62px;
  padding-top: 15px;
  background-color: var(--it-theme-4);
  border-radius: 0 0 10px 10px;
  transition: 0.3s;
}

.it-class-shape-1 {
  position: absolute;
  top: 150px;
  left: 265px;
  animation: itleftright 1s infinite alternate;
}

.it-class-shape-2 {
  position: absolute;
  left: 108px;
  bottom: 145px;
  animation: itupdown 0.8s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-class-shape-2 {
    bottom: 30px;
  }
}

.it-class-shape-3 {
  position: absolute;
  right: 105px;
  bottom: 400px;
  animation: itleftright 1s infinite alternate;
}

/*----------------------------------------*/

/*  31. work css start
/*----------------------------------------*/

.it-work-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.it-work-item {
  border-radius: 30px;
  padding: 70px 40px;
  background-color: var(--it-common-white);
  border: 4px dashed var(--it-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-work-item {
    padding: 60px 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-work-item {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-work-item {
    padding: 30px;
  }
}

.it-work-item.active {
  background-color: var(--it-common-purple-3);
  border-color: var(--it-common-purple-3);
}

.it-work-item.active .it-work-icon span {
  background-color: var(--it-common-white);
}

.it-work-item.active .it-work-title-sm {
  color: var(--it-common-white);
}

.it-work-item.active .it-work-content p {
  color: var(--it-common-white);
}

.it-work-icon span {
  height: 100px;
  width: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: var(--it-common-black);
  margin-bottom: 30px;
}

.it-work-title-sm {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--it-ff-poppins);
  margin-bottom: 20px;
}

.it-work-content p {
  color: #4d5756;
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
}

.ed-work-style-2 .it-work-item {
  padding-top: 70px;
  padding-bottom: 60px;
  border: none;
  border-radius: 60px;
  background-color: #f3f5f5;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .ed-work-style-2 .it-work-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .ed-work-style-2 .it-work-item .it-work-content p {
    font-size: 15px;
  }
}

.ed-work-style-2 .it-work-item.active {
  background-color: #00beae;
}

.ed-work-style-2 .it-work-item.active .it-work-title-sm {
  color: var(--it-common-white);
}

.ed-work-style-2 .it-work-item.active .it-work-content p {
  color: var(--it-common-white);
}

.ed-work-style-2 .it-work-item.active .it-work-icon span {
  background-color: var(--it-common-white);
}

.ed-work-style-2 .it-work-title-sm {
  transition: 0.3s;
}

.ed-work-style-2 .it-work-content p {
  transition: 0.3s;
}

.ed-work-style-3 .it-work-icon span {
  background-color: var(--it-theme-5);
}

.ed-work-style-3.inner-style .it-work-icon span {
  background-color: var(--it-common-purple-3);
}

/*----------------------------------------*/

/*  04. blog css start
/*----------------------------------------*/

.it-blog-item-box {
  padding: 30px;
  padding-bottom: 40px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-blog-item-box {
    padding: 20px;
    padding-bottom: 40px;
  }
}

.it-blog-title {
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-blog-title {
    font-size: 17px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-blog-title {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-blog-title {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .it-blog-title {
    font-size: 16px;
  }
}

.it-blog-title a {
  transition: 0.3s;
}

.it-blog-title a:hover {
  color: var(--it-theme-1);
}

@media (max-width: 767px) {
  .it-blog-title-box {
    margin-bottom: 30px;
  }
}

.it-blog-thumb {
  margin-bottom: 25px;
  border-radius: 10px;
}

.it-blog-thumb a {
  width: 100%;
  display: inline-block;
}

.it-blog-thumb a img {
  width: 100%;
  border-radius: 10px;
  transition: 0.9s;
}

.it-blog-meta span {
  color: #4d5756;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.it-blog-meta span i {
  display: inline-block;
  color: var(--it-theme-1);
  margin-right: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-blog-meta span {
    font-size: 13px;
  }
}

.it-blog-meta span:not(:last-child) {
  margin-right: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-blog-meta span:not(:last-child) {
    margin-right: 15px;
  }
}

.it-blog-shape-1 {
  position: absolute;
  top: 140px;
  right: 40%;
  animation: rotate2 4s linear infinite;
}

.it-blog-item:hover .it-blog-thumb img {
  transform: scale(1.1) rotate(-2deg);
}

.it-blog-style-2 .it-blog-meta span i {
  color: var(--it-common-yellow);
}

.it-blog-style-2 .it-blog-title:hover {
  color: var(--it-theme-4);
}

.it-blog-style-3 .it-blog-meta span i {
  color: var(--it-theme-4);
}

.it-blog-style-3 .it-blog-title {
  font-size: 26px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-blog-style-3 .it-blog-title {
    font-size: 23px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-blog-style-3 .it-blog-title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-blog-style-3 .it-blog-title {
    font-size: 20px;
  }
}

.it-blog-style-3 .it-blog-title a:hover {
  color: var(--it-theme-4);
}

.it-blog-style-3 .it-blog-thumb {
  padding-bottom: 0;
  border-radius: 5px 5px 0 0;
}

.it-blog-style-3 .it-blog-thumb img {
  border-radius: 5px 5px 0 0;
}

.it-blog-style-3 .it-blog-content {
  padding: 25px 45px;
  padding-bottom: 45px;
  border-radius: 0 0 5px 5px;
  background-color: var(--it-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-blog-style-3 .it-blog-content {
    padding: 25px 25px;
    padding-bottom: 45px;
  }
}

.it-blog-style-3 .it-blog-item {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
}

.it-blog-style-4 .it-blog-meta span i {
  color: var(--it-common-purple-3);
}

.it-blog-style-4 .it-blog-title a:hover {
  color: var(--it-common-purple-3);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-blog-style-4 .it-blog-title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-blog-style-4 .it-blog-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-blog-style-4 .it-blog-content {
    padding: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .it-blog-style-4 .it-blog-content {
    padding: 20px;
    padding-bottom: 20px;
  }
}

.it-blog-style-4.inner-style .it-blog-meta span i {
  color: var(--it-common-orange);
}

.it-blog-style-4.inner-style .it-blog-title a:hover {
  color: var(--it-common-purple-3);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-blog-style-4.inner-style .it-blog-title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-blog-style-4.inner-style .it-blog-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-blog-style-4.inner-style .it-blog-content {
    padding: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .it-blog-style-4.inner-style .it-blog-content {
    padding: 20px;
    padding-bottom: 20px;
  }
}

.it-blog-style-5 .it-blog-title a:hover {
  color: var(--it-theme-4);
}

.it-blog-style-6 .it-blog-meta span i {
  color: var(--it-theme-5);
}

.it-blog-style-6 .it-blog-title a:hover {
  color: var(--it-theme-1);
}

.it-blog-style-6 .it-btn {
  background: var(--it-theme-1);
}

.it-blog-style-6 .it-btn:hover {
  background-color: var(--it-theme-5);
}

.it-blog-style-6 .it-blog-thumb {
  padding-bottom: 0;
}

.it-blog-style-6 .it-blog-thumb img {
  border-radius: 5px 5px 0 0;
}

.it-blog-style-6 .it-blog-content {
  padding: 25px 45px;
  padding-bottom: 45px;
  border-radius: 0 0 5px 5px;
  background-color: var(--it-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-blog-style-6 .it-blog-content {
    padding: 25px 25px;
    padding-bottom: 45px;
  }
}

.it-blog-style-6 .it-blog-item {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
}

.it-blog-color .it-blog-title a:hover {
  color: var(--it-theme-2);
}

.it-blog-color .it-blog-meta span i {
  color: var(--it-theme-3);
}

.ed-blog-style-2 .it-blog-content {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.07);
  background: #e8e8f4;
}

.ed-blog-style-2 .it-blog-meta span i {
  color: var(--it-common-orange);
}

.ed-blog-style-2 .it-blog-title a:hover {
  color: var(--it-common-orange);
}

.ed-blog-style-2 .ed-btn-blog.theme-bg-2:hover {
  background-color: var(--it-theme-2);
}

.ed-blog-style-2 .ed-btn-blog.theme-bg-2:hover i {
  background-color: #ff7461;
}

.ed-blog-style-2 .ed-blog-shape-1 {
  position: absolute;
  top: 3%;
  left: 54%;
  animation: rotate2 4s linear infinite;
}

.ed-blog-style-3 .it-blog-content {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.07);
  background: #e8e8f4;
}

.ed-blog-style-3 .it-blog-meta span i {
  color: var(--it-theme-6);
}

.ed-blog-style-3 .it-blog-title a:hover {
  color: var(--it-theme-6);
}

.ed-blog-style-3 .ed-btn-blog.radius:hover {
  background-color: var(--it-theme-7);
}

.ed-blog-style-3 .ed-blog-shape-2 {
  position: absolute;
  top: 1%;
  left: 7%;
  animation: itswing-2 3s forwards infinite alternate;
  transform-origin: bottom left;
}

/*--- details css start here ----*/

.postbox__details-wrapper {
  padding-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .postbox__details-wrapper {
    padding-right: 0;
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .postbox__details-tag a {
    font-size: 13px;
  }
}

.postbox__details-checkmark {
  padding-bottom: 40px;
}

.postbox__details-checkmark ul li {
  list-style-type: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  color: #202124;
}

@media (max-width: 767px) {
  .postbox__details-checkmark ul li {
    font-size: 14px;
  }
}

.postbox__details-checkmark ul li:last-child {
  margin-bottom: 0;
}

.postbox__details-checkmark ul li i {
  height: 20px;
  width: 20px;
  background-color: var(--it-common-black);
  color: var(--it-common-white);
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
  transform: translateX(2px);
  position: absolute;
  top: -2px;
  left: 0;
}

.postbox__details-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  color: var(--it-common-black);
  padding-bottom: 10px;
}

.postbox__details-title:hover {
  color: var(--it-theme-1);
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .postbox__details-title {
    font-size: 33px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .postbox__details-title {
    font-size: 33px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__details-title {
    font-size: 32px;
  }
  .postbox__details-title br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__details-title {
    font-size: 25px;
  }
  .postbox__details-title br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__details-title {
    font-size: 30px;
  }
  .postbox__details-title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .postbox__details-title {
    font-size: 20px;
  }
  .postbox__details-title br {
    display: none;
  }
}

.postbox__details-title-box span {
  font-weight: 700;
  font-size: 14px;
  color: #888888;
  display: inline-block;
}

.postbox__details-title-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__details-title-box p {
    font-size: 15px;
  }
  .postbox__details-title-box p br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__details-title-box p {
    font-size: 15px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .postbox__details-title-box p {
    font-size: 13px;
    padding-right: 0;
  }
  .postbox__details-title-box p br {
    display: none;
  }
}

.postbox__details-img-box {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .postbox__details-img-box {
    flex-wrap: wrap;
  }
}

.postbox__details-img-box span img {
  border-radius: 20px;
  margin-bottom: 20px;
}

.postbox__details-img-box span img.img-mr {
  margin-right: 20px;
}

.postbox__details-img-caption {
  font-weight: 400;
  font-size: 13px;
  line-height: 10px;
  color: #87888a;
}

.postbox__details-img-caption i {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 10px;
  color: #5f6168;
}

@media (max-width: 767px) {
  .postbox__comment-box {
    flex-wrap: wrap;
  }
}

.postbox__content-wrap .it-contact-wrap {
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .postbox__content-wrap .it-contact-wrap {
    margin-bottom: 60px;
  }
}

.postbox__content-wrap .it-contact__textarea-box textarea {
  padding-top: 10px;
  height: 150px;
}

.postbox__p-right {
  margin-right: 20px;
}

@media (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__p-right {
    margin-right: 0px;
  }
}

.postbox__thumb img {
  border-radius: 5px;
}

.postbox__thumb .play-btn {
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 90px;
  width: 90px;
  background-color: var(--it-common-white);
  text-align: center;
  line-height: 90px;
  color: var(--it-common-black);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@media (max-width: 767px) {
  .postbox__thumb .play-btn {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  .postbox__thumb .play-btn i {
    padding-left: 4px;
  }
}

.postbox__thumb .play-btn:hover {
  background-color: var(--it-common-blue-4);
  color: var(--it-common-white);
}

.postbox__audio {
  height: 100%;
  width: 100%;
}

.postbox__audio iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.postbox__item-single:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.postbox__content p img {
  margin-bottom: 30px;
  max-width: 100%;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .postbox__content p img {
    width: 100%;
  }
}

.postbox__content-single {
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.postbox__title {
  color: var(--it-common-black);
  line-height: 1.3;
  font-weight: 600;
  font-size: 36px;
  color: #202124;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__title {
    font-size: 30px;
  }
  .postbox__title br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__title {
    font-size: 30px;
  }
  .postbox__title br {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__title {
    font-size: 22px;
  }
  .postbox__title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .postbox__title {
    font-size: 22px;
  }
  .postbox__title br {
    display: none;
  }
}

.postbox__title a:hover {
  color: var(--it-theme-1);
}

.postbox__meta {
  margin-bottom: 20px;
}

.postbox__meta a {
  font-weight: 400;
  font-size: 17px;
  line-height: 12px;
  color: #888888;
  display: inline-block;
}

.postbox__meta a:hover {
  color: var(--it-theme-1);
}

.postbox__meta-2 {
  padding-bottom: 13px;
}

.postbox__meta-2 a {
  font-weight: 400;
  font-size: 17px;
  line-height: 12px;
  color: #888888;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .postbox__meta-2 a {
    font-size: 13px;
  }
}

.postbox__meta-2 a:hover {
  color: var(--it-theme-1);
}

.postbox__text img {
  max-width: 100%;
}

.postbox__text p {
  font-size: 17px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__text p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .postbox__text p {
    font-size: 14px;
  }
}

.postbox__text-single p {
  margin-bottom: 15px;
}

.postbox__slider button {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 30px;
  color: var(--it-common-white);
}

.postbox__slider button.slick-next {
  left: auto;
  right: 50px;
}

@media (max-width: 767px) {
  .postbox__slider button.slick-next {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .postbox__slider button {
    left: 10px;
  }
}

.postbox__comment ul li {
  margin-bottom: 45px;
  padding-bottom: 30px;
  list-style: none;
  padding: 25px;
  padding-right: 40px;
  border: 1px solid var(--it-theme-1);
}

@media (max-width: 767px) {
  .postbox__comment ul li {
    padding-right: 25px;
  }
}

.postbox__comment ul-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--it-common-black);
  margin-bottom: 40px;
  margin-right: 20px;
}

.postbox__comment-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: var(--it-common-white);
  margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__comment-title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .postbox__comment-title {
    font-size: 20px;
  }
}

.postbox__comment-avater img {
  width: 154px;
  height: 154px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .postbox__comment-avater img {
    width: 65px;
    height: 65px;
  }
}

.postbox__comment-name {
  margin-bottom: 5px;
}

.postbox__comment-name h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 20px;
  color: var(--it-common-black);
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__comment-name h5 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .postbox__comment-name h5 {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .postbox__comment-text {
    margin-left: 0;
    margin-top: 15px;
  }
}

.postbox__comment-text p {
  font-size: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__comment-text p {
    font-size: 15px;
  }
  .postbox__comment-text p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .postbox__comment-text p {
    font-size: 14px;
  }
  .postbox__comment-text p br {
    display: none;
  }
}

.postbox__comment-reply {
  margin-top: 10px;
  padding-bottom: 17px;
}

.postbox__comment-reply span {
  margin-right: 40px;
  display: inline-block;
}

@media (max-width: 767px) {
  .postbox__comment-reply span {
    font-size: 17px;
  }
}

.postbox__comment-reply a {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  color: var(--it-common-black);
  transition: 0.3s;
}

@media (max-width: 767px) {
  .postbox__comment-reply a {
    font-size: 14px;
  }
}

.postbox__comment-reply a:hover {
  color: var(--it-theme-1);
}

.postbox__comment-agree {
  margin-bottom: 30px;
}

.postbox__comment-agree .form-check-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #87888a;
}

.postbox__comment-agree .form-check-input:checked {
  background-color: var(--it-common-blue-4);
  border-color: transparent;
}

.postbox__comment-agree .form-check-input:focus {
  box-shadow: none;
}

.postbox__comment-agree .form-check-input.form-check-input[type="checkbox"] {
  border-radius: 2px;
  margin-top: 4px;
}

.postbox__comment-input {
  position: relative;
  margin-bottom: 20px;
}

.postbox__comment-input span {
  font-weight: 600;
  color: var(--it-common-black);
  margin-bottom: 12px;
  display: block;
}

.postbox__comment-input input,
.postbox__comment-input textarea {
  height: 55px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  outline: none;
  border: 1px solid #f7f7f7;
  box-shadow: 0px 16px 24px rgba(189, 196, 205, 0.13);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  color: var(--it-common-black);
}

.postbox__comment-input input::placeholder,
.postbox__comment-input textarea::placeholder {
  color: rgba(116, 116, 116, 0.5);
}

.postbox__comment-input input:focus,
.postbox__comment-input textarea:focus {
  border-color: var(--it-common-pink);
  color: var(--it-common-black);
}

.postbox__comment-input textarea {
  height: 175px;
  resize: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.postbox__tag span {
  font-size: 20px;
  margin-bottom: 17px;
  color: var(--it-common-black);
  margin-right: 30px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .postbox__social {
    margin-top: 40px;
  }
}

.postbox__social span {
  font-size: 20px;
  color: var(--it-common-black);
  font-weight: 500;
}

.postbox__social a {
  font-size: 15px;
  padding-left: 30px;
}

.postbox__social a .it-linkedin {
  color: #0e6ba1;
}

.postbox__social a .it-pinterest {
  color: #d70220;
}

.postbox__social a .it-facebook {
  color: #0e6ba1;
}

.postbox__social a .it-twitter {
  color: #36b6ed;
}

@media (max-width: 767px) {
  .postbox__navigation-more {
    flex-wrap: wrap;
  }
}

.postbox__navigation-img {
  margin-right: 15px;
}

.postbox__navigation-img img {
  border-radius: 12px;
}

@media (max-width: 767px) {
  .postbox__navigation-left {
    margin-bottom: 30px;
  }
}

.postbox__navigation-content a:hover span {
  color: var(--it-common-blue-4);
}

.postbox__navigation-content span {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5f6168;
  padding-bottom: 15px;
  display: inline-block;
  transition: 0.3s;
}

.postbox__navigation-content span i {
  margin-right: 10px;
}

.postbox__navigation-content h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  color: #202124;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .postbox__navigation-content h5 {
    font-size: 16px;
  }
}

.postbox__navigation-content h5:hover {
  color: var(--it-common-blue-4);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__navigation-content h5 {
    font-size: 15px;
  }
}

.postbox__navigation-right .postbox__navigation-img {
  margin-right: 0;
  margin-left: 15px;
}

.postbox__navigation-right .postbox__navigation-content span i {
  margin-right: 0;
  margin-left: 10px;
}

.postbox__item {
  padding-top: 10px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.postbox__item i {
  font-size: 48px;
  color: var(--it-theme-1);
  margin-bottom: 20px;
}

.postbox__item p {
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
  color: var(--it-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .postbox__item p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .postbox__details-tag {
    margin-bottom: 20px;
  }
}

.postbox__details-tag span {
  color: var(--it-common-black);
  font-weight: 700;
  display: inline-block;
  padding-right: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .postbox__details-tag span {
    font-size: 17px;
  }
}

.postbox__details-tag a {
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background-color: #f2f2f2;
  color: var(--it-common-black);
  transition: 0.3s;
  margin-left: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__details-tag a {
    padding: 0 7px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__details-tag a {
    padding: 0 10px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .postbox__details-tag a {
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.postbox__details-tag a:hover {
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
}

.postbox__details-share span {
  color: var(--it-common-black);
  font-weight: 700;
  display: inline-block;
  padding-right: 15px;
}

.postbox__details-share a {
  font-size: 16px;
  color: var(--it-common-black);
  display: inline-block;
  padding: 0 5px;
  transition: 0.3s;
  background-color: #f2f2f2;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}

.postbox__details-share a:not(:last-child) {
  margin-right: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .postbox__details-share a {
    font-size: 14px;
  }
}

.postbox__details-share a:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}

.postbox__details-share-wrapper {
  padding-top: 20px;
  padding-bottom: 65px;
}

.postbox__comment-info {
  flex: 0 0 auto;
}

.postbox__meta span {
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__meta span {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .postbox__meta span {
    font-size: 13px;
  }
}

.postbox__meta span:not(:last-child) {
  margin-right: 28px;
}

.postbox__meta span i {
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--it-common-orange);
}

.postbox__main-thumb img {
  width: 100%;
  border-radius: 5px;
}

.postbox__content-img img {
  width: 100%;
}

@media (max-width: 767px) {
  .postbox__content-img img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .postbox__content-img {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .postbox__slider-arrow-wrap {
    display: none;
  }
}

.postbox__slider-arrow-wrap .postbox-arrow-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  z-index: 9;
}

.postbox__slider-arrow-wrap .postbox-arrow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  z-index: 9;
}

.postbox__slider-arrow-wrap button {
  height: 60px;
  width: 60px;
  line-height: 64px;
  background-color: var(--it-common-white);
  color: var(--it-common-black);
  text-align: center;
  font-size: 18px;
}

.rc__post {
  transition: 0.3s;
  padding-top: 30px;
  border-top: 1px solid #e2e1e1;
  line-height: normal;
}

.rc__post:last-child {
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e1e1;
}

.rc__post ul li:not(:last-child) {
  margin-bottom: 15px;
}

.rc__post-thumb {
  flex: 0 0 auto;
  object-fit: cover;
}

.rc__post-title {
  font-weight: 600;
  font-size: 15px;
  margin-right: 30px;
  color: var(--it-common-black);
  line-height: 23px;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .rc__post-title {
    font-size: 14px;
    margin-right: 0;
  }
}

.rc__post-title a:hover {
  color: var(--it-theme-1);
}

.rc__meta {
  line-height: 0;
}

.rc__meta span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  margin-bottom: 5px;
}

.rc__meta span i {
  color: var(--it-common-orange);
  display: inline-block;
  margin-right: 5px;
}

.sidebar__wrapper {
  padding-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .sidebar__wrapper {
    padding-left: 0;
  }
}

.sidebar__widget-content ul > li {
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
  transition: 0.3s;
  border: 1px solid #e2e1e1;
}

.sidebar__widget-content ul > li:hover {
  background-color: var(--it-theme-1);
}

.sidebar__widget-content ul > li:hover a {
  color: var(--it-common-white);
}

.sidebar__widget-content ul > li:hover::after {
  color: var(--it-common-white);
}

.sidebar__widget-content ul > li::after {
  content: "\f105";
  right: 30px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
  color: var(--it-common-black);
  font-size: 18px;
}

.sidebar__widget-content ul > li > a {
  font-weight: 500;
  font-size: 16px;
  color: var(--it-common-black);
  transition: 0.3s;
}

.sidebar__widget-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 16px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: var(--it-common-black);
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .sidebar__widget-title {
    font-size: 20px;
  }
  .sidebar__widget-title br {
    display: none;
  }
}

.sidebar__widget.color-box {
  padding: 40px 35px;
  background-color: var(--it-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .sidebar__widget.color-box {
    padding: 40px 20px;
  }
}

.sidebar__widget:last-child-title {
  border-bottom: 0;
}

.sidebar__widget > ul > li {
  list-style: none;
  margin-bottom: 15px;
}

.sidebar__widget > ul > li:last-child {
  margin-bottom: 0;
}

.sidebar__widget > ul > li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: #5f6168;
  display: flex;
  justify-content: space-between;
}

.sidebar__widget > ul > li a:hover {
  color: var(--it-theme-1);
}

.sidebar__widget > ul > li a i {
  font-size: 18px;
  transform: translateY(2px);
  margin-right: 10px;
}

.sidebar__search {
  position: relative;
}

.sidebar__search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  text-transform: capitalize;
  background-color: #353535;
  border: none;
  padding-right: 60px;
  color: var(--it-common-white);
  outline: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar__search input {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .sidebar__search input {
    padding-right: 40px;
    padding-left: 15px;
    font-size: 14px;
  }
}

.sidebar__search input:focus {
  border-color: var(--it-theme-1);
}

.sidebar__search input::placeholder {
  color: #777777;
}

.sidebar__search button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  border-radius: 50%;
  display: inline-block;
  color: var(--it-common-white);
  font-size: 18px;
}

.sidebar__banner-content {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: var(--it-theme-1);
}

.sidebar__banner-content h4 {
  padding: 15px 20px;
  font-size: 24px;
  color: var(--it-common-white);
  text-transform: uppercase;
  margin-bottom: 0;
}

.tagcloud.space a {
  padding: 0px 15px;
}

.tagcloud a {
  color: #4d5756;
  background-color: #f2f2f2;
  display: inline-block;
  line-height: 1;
  padding: 0px 50px;
  height: 48px;
  line-height: 48px;
  margin-bottom: 15px;
  margin-right: 10px;
  transition: 0.3s;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tagcloud a {
    font-size: 13px;
    padding: 0px 36px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tagcloud a {
    font-size: 13px;
    padding: 0px 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tagcloud a {
    font-size: 13px;
    font-size: 13px;
    padding: 0px 36px;
  }
}

@media (max-width: 767px) {
  .tagcloud a {
    font-size: 13px;
    font-size: 13px;
    padding: 0px 36px;
  }
}

.tagcloud a:hover {
  background: var(--it-common-purple-3);
  color: var(--it-common-white);
}

.tagcloud span {
  font-weight: 600;
  font-size: 16px;
  line-height: 12px;
  color: #202124;
  margin-right: 8px;
}

.it-pagination ul li {
  padding-top: 30px;
  display: inline-block;
}

.it-pagination ul li:not(:last-child) {
  margin-right: 10px;
}

.it-pagination ul li a,
.it-pagination ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
  background: var(--it-theme-1);
  font-family: var(--it-ff-heading);
  color: var(--it-common-white);
  border-radius: 4px;
  box-shadow: 2px 3.464px 20px 0px rgba(4, 23, 26, 0.08);
}

.it-pagination ul li a.current i,
.it-pagination ul li span.current i {
  display: inline-block;
  transform: translateY(2px);
}

.it-pagination ul li a:hover,
.it-pagination ul li a.current {
  background-color: var(--it-theme-5);
}

.it-pagination ul li span:hover,
.it-pagination ul li span.current {
  background-color: var(--it-theme-5);
}

.it-pagination ul li a {
  display: inline-block;
}

.it-pagination ul li a.color {
  background-color: var(--it-theme-5);
  color: var(--it-common-white);
  font-size: 18px;
}

/*----------------------------------------*/

/*  18. feature css start
/*----------------------------------------*/

.it-feature-item {
  padding: 53px 35px 45px 35px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 5px;
  background-color: #e8e8f4;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-feature-item {
    padding: 40px 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-feature-item {
    padding: 30px 15px;
  }
}

.it-feature-item:hover .it-feature-icon {
  background-color: var(--it-theme-2);
}

.it-feature-icon {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  line-height: 124px;
  text-align: center;
  margin: 0 auto;
  background-color: var(--it-common-black);
  position: relative;
  transition: 0.3s;
}

.it-feature-icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 2px dashed var(--it-common-white);
  transform: scale(0.85);
}

.it-feature-icon span {
  color: var(--it-common-yellow);
  font-size: 50px;
}

.it-feature-text p {
  color: #333931;
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  transition: 0.3s;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-feature-text p {
    font-size: 15px;
  }
}

.it-feature-title {
  color: var(--it-common-black);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  transition: 0.3s;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-feature-title {
    font-size: 19px;
  }
}

.it-feature-3-item {
  padding: 40px 30px;
  background-color: #fff;
  transition: 0.3s;
  filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.09));
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-feature-3-item {
    padding: 30px 20px;
  }
}

.it-feature-3-item:hover {
  background-color: var(--it-theme-3);
}

.it-feature-3-item:hover .it-feature-3-icon span {
  background-color: var(--it-common-white);
  color: var(--it-theme-3);
}

.it-feature-3-item:hover .it-feature-3-icon span::after {
  border: 1px dashed var(--it-common-white);
}

.it-feature-3-item:hover .it-feature-3-title {
  color: var(--it-common-white);
}

.it-feature-3-item:hover .it-feature-3-content p {
  color: var(--it-common-white);
}

.it-feature-3-item:hover .ed-btn-theme.theme-2 {
  background-color: var(--it-common-white);
  color: var(--it-theme-3);
}

.it-feature-3-item:hover .ed-btn-theme.theme-2 i {
  background-color: #f2f2f2;
  color: var(--it-theme-3);
}

.it-feature-3-icon span {
  height: 90px;
  width: 90px;
  line-height: 106px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: var(--it-theme-3);
  color: var(--it-common-white);
  margin-bottom: 35px;
  position: relative;
  font-size: 48px;
  transition: 0.3s;
}

.it-feature-3-icon span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px dashed var(--it-theme-3);
  transform: scale(1.2);
  border-radius: 50%;
  transition: 0.3s;
}

.it-feature-3-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--it-common-black);
  font-family: var(--it-ff-poppins);
  margin-bottom: 20px;
  transition: 0.3s;
}

.it-feature-3-content p {
  color: #4d5756;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  transition: 0.3s;
}

.it-feature-3-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.it-feature-3-bg.inner-style .it-feature-3-icon span {
  background-color: var(--it-common-purple-3);
}

.it-feature-3-bg.inner-style .it-feature-3-icon span::after {
  border: 1px dashed var(--it-common-purple-3);
}

.it-feature-3-bg.inner-style .ed-btn-theme {
  background-color: var(--it-common-purple-3);
}

.it-feature-3-bg.inner-style .ed-btn-theme i {
  background-color: #785dd7;
}

.it-feature-3-bg.inner-style .it-feature-3-item:hover {
  background-color: var(--it-common-purple-3);
}

.it-feature-3-bg.inner-style .it-feature-3-item:hover .it-feature-3-icon span {
  color: var(--it-common-purple-3);
  background-color: var(--it-common-white);
}

.it-feature-3-bg.inner-style
  .it-feature-3-item:hover
  .it-feature-3-icon
  span::after {
  border: 1px dashed var(--it-common-white);
}

.it-feature-3-bg.inner-style .it-feature-3-item:hover .ed-btn-theme {
  color: var(--it-common-purple-3);
}

.it-feature-3-bg.inner-style .it-feature-3-item:hover .ed-btn-theme i {
  color: var(--it-common-purple-3);
}

.it-feature-2-style .it-feature-item {
  padding: 30px 15px;
  padding-bottom: 30px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.it-feature-2-style .it-feature-item::after {
  background-color: var(--it-common-white);
}

.it-feature-2-style .it-feature-item:hover::after {
  background-color: #00afef;
}

.it-feature-2-style .it-feature-item:hover .it-feature-button .it-btn-border {
  background-color: var(--it-theme-6);
  color: var(--it-common-white);
}

.it-feature-2-style .it-feature-item:hover .it-feature-icon span {
  color: var(--it-common-white);
}

.it-feature-2-style .it-feature-icon {
  height: auto;
  width: auto;
  background-color: transparent;
  line-height: 0;
}

.it-feature-2-style .it-feature-icon span {
  display: inline-block;
  font-size: 60px;
  line-height: 0;
  color: var(--it-theme-4);
  transition: 0.3s;
}

.it-feature-2-style .it-feature-icon span i {
  line-height: 0;
}

.it-feature-2-style .it-feature-text p {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-feature-2-style .it-feature-text p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-feature-2-style .it-feature-text p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-feature-2-style .it-feature-text p {
    font-size: 14px;
  }
}

.it-feature-3-style .it-feature-3-content p {
  transition: 0.5s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-feature-3-style .it-feature-3-content p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-feature-3-style .it-feature-3-content p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-feature-3-style .it-feature-3-content p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .it-feature-3-style .it-feature-3-content p {
    font-size: 14px;
  }
}

.it-feature-3-style .it-feature-3-title {
  transition: 0.5s;
}

.it-feature-3-style .it-feature-3-icon span {
  background-color: var(--it-theme-1);
  transition: 0.5s;
}

.it-feature-3-style .it-feature-3-icon span::after {
  border-color: var(--it-theme-1);
  transition: 0.5s;
}

.it-feature-style-2 .it-feature-item:hover .it-feature-icon span {
  color: var(--it-common-white);
}

.it-feature-style-2 .it-feature-icon {
  background-color: transparent;
}

.it-feature-style-2 .it-feature-icon span {
  color: var(--it-theme-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-sv-details-top-content {
    margin-bottom: 60px;
  }
}

.it-sv-details-top-thumb {
  margin-right: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-sv-details-top-thumb {
    margin-right: 0;
  }
}

.it-sv-details-top-thumb img {
  max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-sv-details-top-thumb img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.it-sv-details-title {
  color: var(--it-common-black);
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-sv-details-title {
    font-size: 38px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-sv-details-title {
    font-size: 34px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-sv-details-title {
    font-size: 26px;
  }
}

.it-sv-details-title-sm {
  color: #4d5756;
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.it-sv-details-title-sm span {
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  border-radius: 20px;
  color: var(--it-common-white);
  font-size: 12px;
  background-color: var(--it-common-orange);
  margin-right: 15px;
}

.it-sv-details-content-box {
  background-color: #f2f2f2;
  padding: 40px;
}

.it-sv-details-content-box p {
  color: #4d5756;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}

.it-sv-details-middle-thumb a {
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background-color: var(--it-common-white);
  color: var(--it-common-black);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-sv-details-middle-thumb a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 12px;
  }
}

.it-sv-details-middle-thumb a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}

.it-sv-details-sidebar {
  padding-left: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-sv-details-sidebar {
    padding-left: 0;
  }
}

.it-sv-details-sidebar-search {
  position: relative;
}

.it-sv-details-sidebar-search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  text-transform: capitalize;
  background-color: transparent;
  border: none;
  padding-right: 60px;
  color: var(--it-common-black);
  border: 1px solid #e2e1e1;
  border-radius: 5px;
  outline: none;
}

.it-sv-details-sidebar-search button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  border-radius: 50%;
  display: inline-block;
  color: var(--it-common-black);
  font-size: 18px;
}

.it-sv-details-sidebar-category {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e2e1e1;
  border-radius: 5px;
  padding: 0px 30px;
  display: flex;
  justify-content: space-between;
  color: #4d5756;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  transition: 0.3s;
}

.it-sv-details-sidebar-category.active {
  background-color: var(--it-common-purple-3);
  border-color: var(--it-theme-1);
  color: var(--it-common-white);
}

.it-sv-details-sidebar-category:hover {
  background-color: var(--it-common-purple-3);
  border-color: var(--it-theme-1);
  color: var(--it-common-white);
}

.it-sv-details-sidebar-title {
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-sv-details-sidebar-title {
    padding-left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-sv-details-top-content p {
    font-size: 14px;
  }
}

/*----------------------------------------*/

/*  24. newsletter css start
/*----------------------------------------*/

.it-newsletter-height {
  height: 295px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .it-newsletter-height {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .it-newsletter-height {
    height: 285px;
  }
}

@media (max-width: 767px) {
  .it-newsletter-left {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-newsletter-left .it-section-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .it-newsletter-left .it-section-title {
    font-size: 25px;
    padding-bottom: 10px;
  }
}

.it-newsletter-left span {
  color: var(--it-common-white);
  font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-newsletter-left span {
    font-size: 15px;
  }
}

.it-newsletter-right {
  margin-left: 83px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-newsletter-right {
    margin-left: 0;
  }
}

.it-newsletter-right input {
  border-radius: 10px;
  background-color: var(--it-common-white);
  border: none;
  padding: 0 25px;
  padding-right: 210px;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-newsletter-right input {
    height: 65px;
    line-height: 65px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-newsletter-right input {
    height: 65px;
    line-height: 65px;
    font-size: 14px;
    padding-right: 155px;
  }
}

.it-newsletter-right button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-newsletter-right button {
    right: 5px;
  }
}

.it-newsletter-right button.it-btn {
  height: 58px;
  line-height: 58px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-newsletter-right button.it-btn {
    height: 55px;
    line-height: 55px;
    font-size: 12px;
    padding: 0 20px;
  }
}

.it-newsletter-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.it-newsletter-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.it-newsletter-shape-3 {
  position: absolute;
  bottom: 15px;
  left: 150px;
  animation: rotate2 8s linear infinite;
}

.it-newsletter-shape-4 {
  position: absolute;
  top: 15px;
  right: 150px;
  animation: rotate2 8s linear infinite;
}

/*----------------------------------------*/

/*  15. error css start
/*----------------------------------------*/

.it-error-title {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-error-title {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-error-title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .it-error-title {
    font-size: 31px;
  }
}

.it-error-content p {
  font-size: 16px;
  margin-right: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-error-content p {
    font-size: 14px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-error-content p {
    padding-right: 150px;
    font-size: 14px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .it-error-content p {
    font-size: 14px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-error-thumb {
    margin-bottom: 50px;
  }
}

/*----------------------------------------*/

/*  23. mobile-menu css start
/*----------------------------------------*/

.it-main-menu nav ul li.p-static {
  position: static;
}

.it-main-menu nav ul li .has-home-img {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  width: 1325px;
  opacity: 0;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
  background-color: var(--it-common-white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-main-menu nav ul li .has-home-img {
    width: 100%;
  }
}

.it-main-menu nav ul li .has-home-img .home-img {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 10px;
}

.it-main-menu nav ul li .has-home-img .home-img-title {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  color: var(--it-common-black);
}

.it-main-menu nav ul li .has-home-img .home-img-title a {
  background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
  display: inline;
  background-size:
    0% 1px,
    0 1px;
  background-position:
    100% 100%,
    0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}

.it-main-menu nav ul li .has-home-img .home-img-title:hover a {
  background-size:
    0% 1px,
    100% 1px;
}

.it-main-menu nav ul li .it-mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  width: 1170px;
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-main-menu nav ul li .it-mega-menu {
    width: 100%;
  }
}

.it-main-menu nav ul li .it-mega-menu .it-mega-menu-wrap {
  padding: 55px;
}

.it-megamenu-space-2 {
  margin-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-megamenu-space-2 {
    margin-left: 0;
  }
}

.home-img-btn {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.home-img-thumb {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.home-img-thumb:hover .home-img-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

.it-menu-mobile .it-submenu {
  display: none;
}

.it-menu-mobile .it-menu-content {
  margin-bottom: 70px;
}

.it-menu-mobile .home-img {
  margin-bottom: 20px;
}

.it-menu-mobile .home-img-title {
  font-size: 15px;
}

.it-menu-mobile ul {
  position: static;
  display: block;
  box-shadow: none;
}

.it-menu-mobile ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}

.it-menu-mobile ul li:not(:last-child) > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 25%;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  font-size: 18px;
  color: #7f8387;
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition:
    background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

.it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;
  margin-left: 2px;
}

.it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover {
  background-color: var(--it-theme-1);
  border-color: var(--it-theme-1);
  color: var(--it-common-white);
}

.it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
  color: var(--it-common-white);
}

.it-menu-mobile ul li.has-dropdown > a.expanded {
  color: var(--it-theme-1);
}

.it-menu-mobile
  ul
  li.has-dropdown
  > a.expanded
  .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--it-theme-1);
  border-color: var(--it-theme-1);
  color: var(--it-common-white);
}

.it-menu-mobile
  ul
  li.has-dropdown
  > a.expanded
  .dropdown-toggle-btn.dropdown-opened
  i {
  color: var(--it-common-white);
}

.it-menu-mobile ul li.has-dropdown:hover > a::after {
  color: var(--it-theme-green);
}

.it-menu-mobile ul li:last-child a span {
  border-bottom: 0;
}

.it-menu-mobile ul li > a {
  display: block;
  font-size: 16px;
  color: var(--it-common-black);
  position: relative;
  padding: 10px 0;
  padding-right: 20px;
  text-transform: capitalize;
}

.it-menu-mobile ul li > a svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.it-menu-mobile ul li > a > i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}

.it-menu-mobile ul li > a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #eaebed;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}

.it-menu-mobile ul li img {
  width: 100%;
}

.it-menu-mobile ul li ul {
  padding: 0;
}

.it-menu-mobile ul li ul li {
  padding: 0;
}

.it-menu-mobile ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}

.it-menu-mobile ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}

.it-menu-mobile ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}

.it-menu-mobile ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}

.it-menu-mobile ul li:hover > a {
  color: var(--it-theme-1);
}

.it-menu-mobile ul li:hover > a::after {
  color: var(--it-theme-1);
}

.it-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
  color: var(--it-theme-1);
}

.it-menu-mobile ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.it-menu-mobile ul li .mega-menu,
.it-menu-mobile ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}

.it-menu-mobile ul li .mega-menu li,
.it-menu-mobile ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}

.it-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn,
.it-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--it-theme-1);
}

.it-menu-mobile .it-menu-content ul li:not(:last-child) .home-img-title a {
  border-bottom: none;
}

.it-menu-mobile * ul,
.it-menu-mobile * li {
  transition: none !important;
}

/*----------------------------------------*/

/*  19. footer css start
/*----------------------------------------*/

.it-footer-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.it-footer-text p {
  color: var(--it-common-white);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding-right: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-footer-text p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-footer-text p {
    font-size: 15px;
  }
  .it-footer-text p br {
    display: none;
  }
}

.it-footer-social a {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: inline-block;
  background-color: #e9e2ff;
  line-height: 45px;
  text-align: center;
  color: var(--it-theme-1);
  transition: 0.3s;
}

.it-footer-social a:not(:last-child) {
  margin-right: 7px;
}

.it-footer-social a:hover {
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
}

.it-footer-title {
  font-size: 22px;
  font-weight: 700;
  padding-top: 10px;
  text-transform: capitalize;
  color: var(--it-common-white);
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-footer-title {
    font-size: 20px;
  }
}

.it-footer-list ul li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
}

.it-footer-list ul li:not(:last-child) {
  margin-bottom: 10px;
}

.it-footer-list ul li a {
  color: var(--it-common-white);
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: inline-block;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-footer-list ul li a {
    font-size: 15px;
  }
}

.it-footer-list ul li a i {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  transition: 0.3s;
}

.it-footer-list ul li a:hover {
  color: var(--it-common-yellow);
}

.it-footer-list ul li a:hover i {
  color: var(--it-common-yellow);
}

.it-footer-thumb img {
  border-radius: 5px;
  width: 100%;
}

.it-footer-top-icon span {
  font-size: 19px;
  height: 59px;
  width: 59px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  margin-right: 5px;
  border: 1px solid rgba(244, 244, 244, 0.5);
  background-color: rgba(255, 255, 255, 0.05);
  color: var(--it-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-footer-top-icon span {
    font-size: 20px;
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-footer-top-icon span {
    font-size: 20px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-right: 15px;
  }
}

.it-footer-top-icon span .phone {
  transform: rotate(89deg);
}

.it-footer-top-text span {
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 7px;
  color: var(--it-theme-3);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-footer-top-text span {
    font-size: 12px;
  }
}

.it-footer-top-text a {
  color: var(--it-common-white);
  font-family: var(--it-ff-heading);
  font-size: 18px;
  font-weight: 700;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  display: inline;
  background-size:
    0% 1px,
    0 1px;
  background-position:
    100% 100%,
    0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}

.it-footer-top-text a:hover {
  background-size:
    0% 1px,
    100% 1px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-footer-top-text a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-footer-top-text a {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-footer-top-text a {
    font-size: 13px;
  }
}

.it-footer-top-info {
  position: relative;
  padding: 17px 0px 22px;
}

@media (max-width: 767px) {
  .it-footer-top-info {
    padding: 15px 0;
  }
}

.it-footer-top-info::after {
  position: absolute;
  content: "";
  top: 0;
  right: -24px;
  width: 1px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-footer-top-info::after {
    display: none;
  }
}

.it-footer-top-info.border-none::after {
  display: none;
}

.it-footer-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.it-footer-top-col-2 {
  padding-left: 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-footer-top-col-2 {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-footer-top-col-2 {
    padding-left: 0;
  }
}

.it-footer-top-col-2.it-footer-top-info::after {
  right: -55px;
}

.it-copyright-height {
  background-color: #222;
  padding: 19px 0;
}

.it-copyright-text p {
  color: var(--it-common-white);
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-copyright-text p {
    font-size: 14px;
  }
}

.it-copyright-text p a {
  font-weight: 700;
  color: var(--it-common-yellow);
}

.it-copyright-text p a.blue {
  color: var(--it-common-yellow);
}

.it-copyright-text.style-2 a {
  color: var(--it-theme-3);
}

.it-copyright-text.style-3 a {
  color: var(--it-common-orange);
}

.it-copyright-text.style-4 a {
  color: var(--it-theme-5);
}

.it-copyright-text.inner-style a {
  color: var(--it-common-orange);
}

.it-copyright-right a {
  color: var(--it-common-white);
  font-size: 17px;
  font-weight: 400;
  transition: 0.3s;
}

.it-copyright-right a:not(:last-child) {
  margin-right: 30px;
}

.it-copyright-right a:hover {
  color: var(--it-theme-4);
}

.footer-col-2 {
  padding-left: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .footer-col-2 {
    padding-left: 0;
  }
}

.footer-col-3 {
  margin-left: -15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .footer-col-3 {
    margin-left: 0;
  }
}

.footer-col-4 {
  margin-left: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .footer-col-4 {
    margin-left: 0;
  }
}

.footer-col-6 {
  margin-left: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .footer-col-6 {
    margin-left: 0;
    margin-right: 20px;
  }
}

.footer-col-7 {
  transform: translateX(25px);
}

@media (max-width: 767px) {
  .footer-col-7 {
    transform: translateX(0px);
  }
}

.footer-col-8 {
  padding-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .footer-col-8 {
    padding-left: 0;
  }
}

.it-footer-style-5 .it-footer-social a:hover {
  background-color: var(--it-theme-4);
  color: var(--it-common-white);
}

.ed-footer-style-2 .it-footer-social a {
  background-color: #4d5756;
  color: var(--it-theme-3);
}

.ed-footer-style-2 .it-footer-social a:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-3);
}

.ed-footer-style-2 .it-footer-list ul li a:hover {
  color: var(--it-theme-2);
}

.ed-footer-style-2 .it-footer-list ul li a:hover i {
  color: var(--it-theme-2);
}

.ed-footer-style-3 .it-footer-social a {
  background-color: #4d5756;
  color: var(--it-common-white);
}

.ed-footer-style-3 .it-footer-social a:hover {
  color: var(--it-common-black);
}

.ed-footer-style-3 .it-footer-list ul li a:hover {
  color: var(--it-theme-3);
}

.ed-footer-style-3 .it-footer-list ul li a:hover i {
  color: var(--it-theme-3);
}

.ed-footer-style-4 .it-footer-list ul li a:hover {
  color: var(--it-common-orenge);
}

.ed-footer-style-4 .it-footer-list ul li a:hover i {
  color: var(--it-common-orenge);
}

.ed-footer-style-5 .it-footer-social a {
  background-color: #193883;
  color: var(--it-theme-5);
}

.ed-footer-style-5 .it-footer-social a:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-5);
}

.ed-footer-style-5 .it-footer-list ul li a:hover {
  color: var(--it-theme-6);
}

.ed-footer-style-5 .it-footer-list ul li a:hover i {
  color: var(--it-theme-6);
}

.ed-footer-style-5 .it-btn-white.sky-bg {
  background-color: var(--it-theme-5);
}

.ed-footer-style-5 .it-footer-top-text span {
  color: var(--it-theme-5);
}

.ed-footer-style-5.inner-style .it-footer-top-text span {
  color: var(--it-common-purple-3);
}

.ed-footer-style-5.inner-style .it-footer-social a {
  background-color: #4d5756;
  color: var(--it-common-orange);
}

.ed-footer-style-5.inner-style .it-footer-social a:hover {
  color: var(--it-common-white);
  background-color: var(--it-common-orange);
}

.ed-footer-style-5.inner-style .it-footer-list ul li a:hover {
  color: var(--it-common-orange);
}

.ed-footer-style-5.inner-style .it-footer-list ul li a:hover i {
  color: var(--it-common-orange);
}

.ed-footer-style-5.inner-style .it-footer-input-box .it-btn-white {
  background-color: var(--it-common-orange);
}

/*----------------------------------------*/

/* 07. cart css start
/*----------------------------------------*/

.table-content .table > :not(:first-child) {
  border-top: 0;
}

.table-content table {
  background: #ffffff;
  border-color: #eaedff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.table-content .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #eaedff;
}

.table-content .product-quantity {
  float: none;
}

.table-content table td.product-name {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.table-content table td.product-name a:hover {
  color: var(--it-theme-1);
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}

.table-content table th,
.table-content table td {
  border-bottom: 1px solid #eaedff;
  border-right: 1px solid #eaedff;
}

.product-quantity > input {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #dcdcdc;
  height: 22px;
  line-height: 22px;
  padding: 0;
}

.table td,
.table th {
  border-top: 1px solid #eaedff;
}

.product-quantity > input {
  width: 80px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-quantity > input {
    width: inherit;
  }
}

.table-content table td.product-subtotal {
  font-size: 16px;
}

.table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}

.coupon-all {
  margin-top: 50px;
}

.coupon {
  float: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coupon .it-btn-red {
    padding: 0 35px;
  }
}

@media (max-width: 767px) {
  .coupon {
    float: none;
  }
}

#coupon_code {
  height: 58px;
  border: 2px solid #eaedff;
  padding: 0 30px;
  margin-right: 10px;
  width: auto;
}

@media (max-width: 767px) {
  #coupon_code {
    margin-bottom: 15px;
  }
}

.coupon2 {
  float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coupon2 .it-btn {
    padding: 0 35px;
  }
}

@media (max-width: 767px) {
  .coupon2 {
    float: none;
    margin-top: 15px;
  }
}

.cart-page-total {
  padding-top: 50px;
}

.cart-page-total > h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cart-page-total > ul {
  border: 1px solid #eaedff;
}

.cart-page-total > ul > li {
  list-style: none;
  font-size: 15px;
  color: #6f7172;
  padding: 10px 30px;
  border-bottom: 1px solid #eaedff;
  font-weight: 400;
}

.cart-page-total ul > li > span {
  float: right;
}

.cart-page-total li:last-child {
  border-bottom: 0;
}

td.product-thumbnail img {
  width: 60px;
}

.cart-plus,
.cart-minus {
  width: 20px;
  height: 20px;
  border: 1px solid #e7e7e7;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}

.order-notes textarea::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.order-notes textarea::placeholder {
  color: #6f7172;
  opacity: 1;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default > .panel-heading {
  border-radius: 0;
}

.your-order {
  padding: 30px 40px 45px;
  border: 3px solid #f7f7f7;
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}

.your-order h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th,
.your-order-table table td {
  border-bottom: 1px solid #eaedff;
  border-right: medium none;
  color: #6f7172;
  font-size: 14px;
  padding: 15px 0;
  text-align: left;
}

@media (max-width: 767px) {
  .your-order-table table th,
  .your-order-table table td {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .your-order-table table th,
  .your-order-table table td {
    padding-right: 10px;
  }
}

.your-order-table table th {
  border-top: medium none;
  color: #6f7172;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body > p {
  color: #222;
}

.your-order-table table .shipping ul li {
  list-style: none;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}

.your-order-table table .shipping ul li label {
  color: #6f7172;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 14px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #f9f9f9;
}

.your-order-table table tr.order-total td span {
  color: var(--it-common-black);
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 40px;
}

.payment-method .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.payment-method .accordion-item {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}

.payment-method .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: var(--it-common-black);
  padding: 23px 0;
  border: none;
}

.payment-method .accordion-button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.payment-method .accordion-button::after {
  position: absolute;
  content: "\f067";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 400;
  margin-left: 0;
  background-image: none;
  color: var(--it-common-black);
  font-family: "Font awesome 5 pro";
}

.payment-method .accordion-button:not(.collapsed) {
  color: var(--it-common-black);
  background-color: var(--it-common-white);
  box-shadow: none;
}

.payment-method .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Font awesome 5 pro";
}

.payment-method .accordion-body {
  padding: 8px 0;
  padding-bottom: 40px;
}

.payment-method .accordion-collapse {
  border: none;
}

.panel-title > a {
  display: block;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #3e976c none repeat scroll 0 0;
}

.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaedff;
}

.card-header:first-child {
  border-radius: 0;
}

.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
  width: 100%;
}

/*----------------------------------------*/

/*  09. checkout css start
/*----------------------------------------*/

/* 17. Checkout */

.coupon-accordion h3 {
  background-color: #f7f7f7;
  border-top: 3px solid var(--it-theme-1);
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}

.coupon-accordion h3::before {
  content: "\f07b";
  left: 15px;
  top: 13px;
  position: absolute;
  color: var(--it-theme-1);
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.coupon-accordion span {
  color: #6f7172;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
  color: var(--it-common-black);
}

.coupon-content {
  border: 1px solid #eaedff;
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-info p {
  margin-bottom: 0;
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
  display: block;
  color: #6f7172;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
  color: var(--it-theme-1);
  font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
  border: 1px solid #eaedff;
  height: 45px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.coupon-info p.form-row-first input:focus,
.coupon-info p.form-row-last input:focus {
  border-color: var(--it-common-black);
}

.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
  background: #3e976c none repeat scroll 0 0;
}

.coupon-info p.form-row input[type="checkbox"] {
  position: relative;
  top: 2px;
}

.form-row > label {
  margin-top: 15px;
  margin-left: 15px;
  color: #6f7172;
}

.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

p.checkout-coupon input[type="text"] {
  height: 45px;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #eaedff;
  margin-bottom: 15px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

p.checkout-coupon input[type="text"]:focus {
  border-color: var(--it-common-black);
}

.coupon-checkout-content {
  display: none;
}

.checkbox-form h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 26px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #eaedff;
  padding: 0 10px;
  height: 50px;
}

.country-select label,
.checkout-form-list label {
  color: #6f7172;
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required,
.checkout-form-list label span.required {
  color: var(--it-theme-1);
}

.country-select .nice-select {
  border: 1px solid #eaedff;
  height: 45px;
  padding-left: 10px;
  width: 100%;
  color: #6f7172;
  margin-bottom: 20px;
}

.country-select .nice-select .list {
  width: 100%;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: #6f7172;
}

.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"] {
  background: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  height: 45px;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.checkout-form-list input[type="text"]:focus,
.checkout-form-list input[type="password"]:focus,
.checkout-form-list input[type="email"]:focus {
  border-color: var(--it-common-black);
}

.checkout-form-list input[type="text"]::-moz-placeholder,
.checkout-form-list input[type="password"]::-moz-placeholder,
.checkout-form-list input[type="email"]::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type="text"]::placeholder,
.checkout-form-list input[type="password"]::placeholder,
.checkout-form-list input[type="email"]::placeholder {
  color: #6f7172;
  opacity: 1;
}

input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -1px;
  height: 15px;
  width: 15px;
}

input[type="radio"] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -1px;
  height: 15px;
  width: 15px;
}

.create-acc label {
  color: #6f7172;
  display: inline-block;
}

.create-account {
  display: none;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  color: var(--it-common-black);
}

.order-notes textarea {
  border: 1px solid #eaedff;
  height: 120px;
  padding: 15px;
  width: 100%;
  outline: 0;
  resize: none;
}

.order-notes textarea:focus {
  border-color: var(--it-common-black);
}

.order-notes textarea::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.order-notes textarea::placeholder {
  color: #6f7172;
  opacity: 1;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default > .panel-heading {
  border-radius: 0;
}

.your-order {
  padding: 30px 40px 45px;
  border: 3px solid #f7f7f7;
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}

.your-order h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th,
.your-order-table table td {
  border-bottom: 1px solid #eaedff;
  border-right: medium none;
  color: #6f7172;
  font-size: 14px;
  padding: 15px 0;
  text-align: left;
}

@media (max-width: 767px) {
  .your-order-table table th,
  .your-order-table table td {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .your-order-table table th,
  .your-order-table table td {
    padding-right: 10px;
  }
}

.your-order-table table th {
  border-top: medium none;
  color: #6f7172;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body > p {
  color: #222;
}

.your-order-table table .shipping ul li {
  list-style: none;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}

.your-order-table table .shipping ul li label {
  color: #6f7172;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 14px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #f9f9f9;
}

.your-order-table table tr.order-total td span {
  color: var(--it-common-black);
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 40px;
}

.payment-method .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.payment-method .accordion-item {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}

.payment-method .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: var(--it-common-black);
  padding: 23px 0;
  border: none;
}

.payment-method .accordion-button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.payment-method .accordion-button::after {
  position: absolute;
  content: "\f067";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 400;
  margin-left: 0;
  background-image: none;
  color: var(--it-common-black);
  font-family: "Font awesome 5 pro";
}

.payment-method .accordion-button:not(.collapsed) {
  color: var(--it-common-black);
  background-color: var(--it-common-white);
  box-shadow: none;
}

.payment-method .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Font awesome 5 pro";
}

.payment-method .accordion-body {
  padding: 8px 0;
  padding-bottom: 40px;
}

.payment-method .accordion-collapse {
  border: none;
}

.panel-title > a {
  display: block;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #3e976c none repeat scroll 0 0;
}

.payment-method .btn-link {
  -moz-user-select: none;
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaedff;
}

.card-header:first-child {
  border-radius: 0;
}

.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
  width: 100%;
}

/*----------------------------------------*/

/*  05. text-slide css start
/*----------------------------------------*/

.ed-text-slider-height {
  height: 100px;
  line-height: 100px;
  background-color: var(--it-theme-2);
}

.ed-text-slider-wrap {
  animation: scrollText-2 20s infinite linear;
}

.ed-text-slider-content span {
  font-size: 35px;
  display: inline-block;
  margin-right: 55px;
  color: var(--it-common-white);
  white-space: nowrap;
  margin-left: 60px;
}

/*----------------------------------------*/

/*  26. shop css start
/*----------------------------------------*/

.it-shop-text span {
  font-weight: 500;
  font-size: 21px;
  text-transform: capitalize;
  color: var(--it-common-black);
}

.it-shop-filter {
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #99999f;
  border-radius: 5px;
  display: inline-block;
  padding: 9px 20px;
  padding-right: 75px;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .it-shop-filter {
    margin-left: 0;
  }
}

.it-shop-filter .nice-select::after {
  right: 23px;
  top: 27%;
}

.it-shop-item {
  border-radius: 5px;
  background: #fff;
  box-shadow:
    0 0 50px 0 rgba(0, 0, 0, 0.1),
    0 0 100px 0 rgba(255, 255, 255, 0.1);
}

.it-shop-item:hover .it-shop-thumb img {
  transform: scale(1.1);
}

.it-shop-item:hover .it-shop-icon-box {
  right: 25px;
}

.it-shop-thumb {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.it-shop-thumb img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.it-shop-badge {
  position: absolute;
  top: 20px;
  left: 0;
}

.it-shop-badge span {
  font-size: 14px;
  letter-spacing: -0.01em;
  display: inline-block;
  color: var(--it-common-white);
  background-color: var(--it-common-orange);
  line-height: 1;
  padding: 5px 14px;
  border-radius: 0 50px 50px 0;
}

.it-shop-badge.theme span {
  background-color: var(--it-theme-3);
}

.it-shop-icon-box {
  position: absolute;
  top: 20px;
  right: -10%;
  transition: 0.5s;
}

.it-shop-icon-box a {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 10px;
  color: var(--it-common-white);
  background-color: var(--it-common-purple-3);
  transition: 0.3s;
}

.it-shop-icon-box a:hover {
  color: var(--it-common-black);
  background-color: var(--it-common-white);
}

.it-shop-content {
  padding: 28px 15px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-shop-content {
    padding: 28px 35px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .it-shop-content {
    padding: 28px 30px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-shop-content {
    padding: 28px 15px;
    padding-bottom: 40px;
  }
}

.it-shop-title {
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.it-shop-title a {
  transition: 0.3s;
}

.it-shop-title a:hover {
  color: var(--it-common-purple-3);
}

.it-shop-ammount {
  font-size: 15px;
  color: #707279;
}

.it-shop-ammount del {
  color: var(--it-common-purple-3);
}

.it-shop-price {
  margin-bottom: 16px;
}

.it-shop-price > span {
  font-size: 14px;
}

.it-shop-price > span i {
  color: #ff9431;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-shop-details__thumb-box {
    margin-bottom: 50px;
  }
}

.it-shop-details__thumb-box img {
  width: 100%;
}

.it-shop-details-contact-wrap .it-contact-wrap {
  padding: 0;
}

.it-shop-details__top-wrap {
  margin-bottom: 60px;
}

.it-shop-details__title-sm {
  font-size: 36px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-shop-details__title-sm {
    font-size: 31px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-shop-details__title-sm {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-shop-details__title-sm {
    font-size: 19px;
  }
}

.it-shop-details__right-wrap {
  margin-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-shop-details__right-wrap {
    margin-left: 0;
  }
}

.it-shop-details__right-wrap span {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--it-ff-heading);
  color: var(--it-common-black);
  display: inline-block;
  padding-bottom: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-shop-details__right-wrap span {
    font-size: 24px;
  }
}

.it-shop-details__ratting span {
  color: var(--it-theme-2);
}

.it-shop-details__ratting span.review-text {
  font-size: 14px;
  color: #757a7b;
  margin-left: 10px;
}

.it-shop-details__quantity {
  border: 1px solid #e6e9e9;
  border-right: 0;
  width: 70px;
  height: 60px;
  position: relative;
}

@media (max-width: 767px) {
  .it-shop-details__quantity {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-shop-details__quantity {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 440px) and (max-width: 575px) {
  .it-shop-details__quantity {
    margin-bottom: 0;
  }
}

.it-shop-details__quantity input {
  border: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  text-align: center;
  color: var(--it-theme-1);
  font-weight: 700;
  font-size: 16px;
  padding: 0 10px;
  color: var(--it-theme-1);
}

.it-shop-details__quantity .cart-minus {
  position: absolute;
  top: -1px;
  right: -29px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: var(--it-theme-1);
  border: 1px solid #e6e9e9;
  border-bottom: none;
  font-weight: 600;
  font-size: 12px;
  color: var(--it-theme-1);
}

.it-shop-details__quantity .cart-minus:hover {
  cursor: pointer;
}

.it-shop-details__quantity .cart-plus {
  position: absolute;
  bottom: -1px;
  right: -29px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: var(--it-theme-1);
  font-weight: 600;
  font-size: 12px;
  color: var(--it-theme-1);
  border: 1px solid #e6e9e9;
}

.it-shop-details__quantity .cart-plus:hover {
  cursor: pointer;
}

.it-shop-details__quantity-box {
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  .it-shop-details__quantity-box {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-shop-details__quantity-box {
    flex-wrap: nowrap;
  }
}

.it-shop-details__quantity-box span {
  margin-right: 20px;
  color: var(--it-common-black);
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-shop-details__text p {
    font-size: 14px;
  }
  .it-shop-details__text p br {
    display: none;
  }
}

.it-shop-details__text span {
  font-size: 18px;
  padding-bottom: 5px;
}

.it-shop-details__text-2 span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  color: #757a7b;
}

.it-shop-details__text-2 span strong {
  font-weight: 600;
  color: var(--it-common-black);
}

.it-shop-details__social span {
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  padding-right: 10px;
}

.it-shop-details__social a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
}

.it-shop-details__social a:hover {
  color: var(--it-theme-1);
}

.it-shop-details__text-box {
  padding: 55px 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-shop-details__text-box {
    padding: 55px 50px;
  }
}

@media (max-width: 767px) {
  .it-shop-details__text-box {
    padding: 55px 20px;
  }
}

.it-shop-details__text-box p {
  font-size: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-shop-details__text-box p {
    font-size: 14px;
  }
}

.it-shop-details__review-thumb {
  flex: 0 0 auto;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .it-shop-details__review-thumb {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .it-shop-details__review {
    flex-wrap: wrap;
  }
}

.it-shop-details__star {
  padding-bottom: 5px;
}

.it-shop-details__star i {
  color: var(--it-theme-2);
  display: inline-block;
  margin-right: 2px;
}

.it-shop-details__author-info span {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--it-ff-heading);
  display: block;
  padding-bottom: 10px;
}

.it-shop-details__author-info span strong {
  color: var(--it-common-black);
}

.it-shop-details__author-info p {
  padding-right: 40px;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-shop-details__author-info p {
    font-size: 14px;
    padding-right: 0;
  }
}

.it-shop-details__btn {
  margin-left: 50px;
}

@media (max-width: 767px) {
  .it-shop-details__btn {
    margin-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-shop-details__btn {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 440px) and (max-width: 575px) {
  .it-shop-details__btn {
    margin-left: 50px;
  }
}

/*#  */

.video-box .ed-video-wrap {
  position: relative;
  padding: 18px;
  border-top: 3px dashed rgba(255, 255, 255, 0.8);
  border-left: 3px dashed rgba(255, 255, 255, 0.8);
  border-right: 3px dashed rgba(255, 255, 255, 0.8);
  border-bottom: none;
  /* bottom border hide */
  border-radius: 60px 60px 60px 60px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}

/* Floating Animation */

@keyframes floatY {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* Glow Animation */

@keyframes glowPulse {
  0% {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.15);
  }
  100% {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* KEEP ORIGINAL SIZE */

.pepmind-framework-content {
  margin-left: 30%;
}

/* Heading SAME SIZE */

.pepmind-framework-content .ed-section-title {
  color: #fff;
  margin-bottom: 18px;
}

/* Text */

.pepmind-framework-content p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
}

/* List */

.pepmind-framework-list {
  display: flex;
  gap: 35px;
  margin-bottom: 30px;
}

.pepmind-framework-list ul {
  margin: 0;
  padding: 0;
}

.pepmind-framework-list ul li {
  list-style: none;
  color: #fff;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pepmind-framework-list ul li i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e15517;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #fff;
}

/* Image Animation */

.pepmind-framework-thumb {
  position: relative;
  animation: floatY 4s ease-in-out infinite;
}

.pepmind-framework-thumb img {
  width: 100%;
  border-radius: 20px;
  animation: glowPulse 4s ease-in-out infinite;
}

/* Floating Badge */

.pepmind-badge {
  position: absolute;
  bottom: -55px;
  left: 110px;
  background: #fff;
  padding: 4px 12px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  animation: floatY 3s ease-in-out infinite;
}

.pepmind-badge h4 {
  font-size: 26px;
  font-weight: 800;
  color: #183883;
  margin-bottom: 2px;
}

.pepmind-badge span {
  font-size: 14px;
  color: #666;
}

/* Mobile */

@media (max-width: 991px) {
  .pepmind-framework-content {
    margin-left: 0;
    margin-bottom: 50px;
  }
  .pepmind-framework-list {
    flex-direction: column;
    gap: 0;
  }
  .pepmind-badge {
    left: 15px;
    bottom: 15px;
  }
}

/* =========================
FOOTER MAIN
========================= */

.pepmind-footer {
  position: relative;
  background:
    linear-gradient(rgba(78, 43, 124, 0.82), rgba(78, 43, 124, 0.82)),
    url("assets/img/footer/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* Overlay */

.pepmind-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(42, 17, 70, 0.45),
    rgba(72, 40, 110, 0.25)
  );
}

/* Main Wrap */

.pepmind-footer-wrap {
  position: relative;
  z-index: 2;
  padding: 110px 0 70px;
}

/* Title */

.pepmind-footer-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 35px;
}

/* List */

.pepmind-footer-list ul {
  margin: 0;
  padding: 0;
}

.pepmind-footer-list ul li {
  list-style: none;
  margin-bottom: 18px;
}

/* Links */

.pepmind-footer-list ul li a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  font-weight: 500;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* Hover */

.pepmind-footer-list ul li a:hover {
  color: #ffb347;
  transform: translateX(5px);
}

/* Contact */

.pepmind-contact-text {
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 22px;
}

/* Social */

.pepmind-footer-social {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.pepmind-footer-social a {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}

.pepmind-footer-social a:hover {
  background: #fff;
  color: #5a2f88;
  transform: translateY(-3px);
}

/* =========================
FOOTER GALLERY
========================= */

.pepmind-footer-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.pepmind-footer-gallery a {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.pepmind-footer-gallery img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  transition: 0.4s;
}

/* Hover */

.pepmind-footer-gallery a:hover img {
  transform: scale(1.1);
}

/* Overlay */

.pepmind-footer-gallery a::before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  inset: 0;
  background: rgba(241, 90, 13, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 2;
}

.pepmind-footer-gallery a:hover::before {
  opacity: 1;
  visibility: visible;
}

/* =========================
BOTTOM
========================= */

.pepmind-footer-bottom {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 25px 0;
}

/* Copy */

.pepmind-footer-copy {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

/* Bottom Links */

.pepmind-footer-bottom-links {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}

.pepmind-footer-bottom-links a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  transition: 0.3s;
}

.pepmind-footer-bottom-links a:hover {
  color: #ffb347;
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 991px) {
  .pepmind-footer-wrap {
    padding: 80px 0 50px;
  }
  .pepmind-footer-title {
    margin-top: 35px;
  }
  .pepmind-footer-bottom-links {
    justify-content: flex-start;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .pepmind-footer-title {
    font-size: 21px;
  }
  .pepmind-footer-list ul li a,
  .pepmind-contact-text {
    font-size: 15px;
  }
  .pepmind-footer-copy {
    text-align: center;
  }
  .pepmind-footer-bottom-links {
    justify-content: center;
  }
  .pepmind-footer-gallery img {
    height: 75px;
  }
}

/* =========================================
PEPMIND HEADER FINAL SPACING FIX
========================================= */

/* Container Same Old Width */

#header-sticky .container.container-3 {
  max-width: 1320px !important;
}

/* =========================================
HEADER WRAP
========================================= */

.ed-header-4-wrap {
  padding: 0px 0;
}

/* =========================================
LOGO
========================================= */

.ed-header-4-logo img {
  max-width: 170px !important;
  width: 100%;
  height: auto;
}

/* =========================================
MENU
========================================= */

.ed-header-5-main-menu {
  display: flex;
  justify-content: center;
}

/* MENU GAP KAM */

.ed-header-5-main-menu .it-menu-content > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  /* PEHLE 24px THA */
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}

/* Menu Item */

.ed-header-5-main-menu ul li {
  list-style: none;
  position: relative;
  white-space: nowrap;
}

/* Menu Link */

.ed-header-5-main-menu ul li > a {
  font-size: 15px;
  font-weight: 700;
  color: #0e2a46;
  padding: 8px 2px;
  /* KAM PADDING */
  display: flex;
  align-items: center;
  gap: 0px;
  transition: 0.3s;
}

/* Hover */

.ed-header-5-main-menu ul li > a:hover {
  color: #f15a0d;
}

/* =========================================
SUBMENU
========================================= */

.it-submenu {
  position: absolute;
  top: 115%;
  left: 0;
  width: 260px;
  background: #fff;
  border-top: 4px solid #f15a0d;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: 0.35s ease;
  z-index: 9999;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 10px 10px;
}

/* Show */

.has-dropdown:hover .it-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  top: 100%;
}

/* Submenu Links */

.it-submenu li a {
  padding: 15px 22px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #0e2a46 !important;
  transition: 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* Hover */

/*.it-submenu li a:hover {
  background: #fff6f1;
  color: #f15a0d !important;
  padding-left: 30px !important;
}*/

/* =========================================
BUTTON
========================================= */

.ed-btn-radius {
  min-width: 185px;
  /* KAM WIDTH */
  height: 50px;
  padding: 0 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #f15a0d;
  color: #fff !important;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: 0.3s;
}

/* Hover */

.ed-btn-radius:hover {
  background: #0e2a46;
}

/* =========================================
RESPONSIVE
========================================= */

@media (max-width: 1400px) {
  .ed-header-5-main-menu .it-menu-content > ul {
    gap: 0px;
  }
  .ed-header-5-main-menu ul li > a {
    font-size: 10px;
  }
  .ed-btn-radius {
    min-width: 170px;
    font-size: 13px;
  }
}

@media (max-width: 1250px) {
  .ed-header-5-main-menu .it-menu-content > ul {
    gap: 0px;
  }
  .ed-header-5-main-menu ul li > a {
    font-size: 13px;
  }
  .ed-btn-radius {
    min-width: 155px;
    height: 46px;
  }
}

/* MOBILE */

@media (max-width: 1199px) {
  .ed-header-5-main-menu {
    display: none !important;
  }
  .ed-header-4-button {
    display: none !important;
  }
  .ed-header-5-button {
    display: block !important;
  }
}


/* =============================================
   PEPMIND RESPONSIVE FIXES + ANIMATIONS
   ============================================= */

/* ---- ABOUT SECTION FIX ---- */

.it-about-5-area .container.container-3 .row {
  flex-direction: row;
}

/* ---- VIDEO SECTION FIX ---- */

.video-box {
  margin-left: 0 !important;
}

@media (max-width: 991px) {
  .video-box {
    justify-content: center !important;
  }
  .ed-video-wrap {
    min-height: 280px;
  }
}

/* ---- WHY CHOOSE SECTION FIX ---- */

.it-video-2-left .it-video-2-title-box,
.it-video-2-left .it-video-2-text,
.it-video-2-left .ed-about-5-content,
.it-video-2-left .it-video-2-button {
  margin-left: 0 !important;
}

@media (max-width: 991px) {
  .ed-choose-area .col-xl-6 {
    margin-bottom: 30px;
  }
  .it-video-2-thumb {
    text-align: center;
  }
  .it-video-2-thumb img {
    max-width: 100%;
    height: auto;
  }
}

/* ---- HERO AREA RESPONSIVE ---- */

@media (max-width: 767px) {
  .ed-hero-2-right {
    margin-top: 30px;
  }
}

/* ---- FUNFACT SECTION RESPONSIVE ---- */

@media (max-width: 575px) {
  .it-funfact-item {
    margin-bottom: 20px;
  }
}

/* ---- BLOG SECTION RESPONSIVE ---- */

@media (max-width: 575px) {
  .it-blog-item-box {
    margin-bottom: 20px;
  }
}

/* ---- GLOBAL IMG RESPONSIVE (only for mobile, not desktop) ---- */

@media (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

/* =============================================
   ANIMATIONS
   ============================================= */

/* Fade-in up for section titles */

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

/* Pulse glow for CTA buttons */

@keyframes pepmindPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(225, 85, 23, 0.4);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(225, 85, 23, 0);
  }
}

/* Floating badge animation */

@keyframes pepmindFloat {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Shimmer for section subtitles */

@keyframes pepmindShimmer {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}

/* Spin-in for counter icons */

@keyframes pepmindSpinIn {
  from {
    opacity: 0;
    transform: rotate(-180deg) scale(0.5);
  }
  to {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}

/* ---- APPLY ANIMATIONS ---- */

/* CTA buttons pulse */

.ed-btn-radius,
.popup-submit-btn {
  animation: pepmindPulse 2.4s ease infinite;
}

.ed-btn-radius:hover,
.popup-submit-btn:hover {
  animation: none;
}

/* Floating badge in "Why Choose" section */

.pepmind-badge {
  animation: pepmindFloat 3s ease-in-out infinite;
}

/* Section subtitles shimmer */

.it-section-subtitle-5.orange {
  background: linear-gradient(90deg, #e15517 25%, #ff8748 50%, #e15517 75%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: pepmindShimmer 3s linear infinite;
}

/* Counter icons spin-in on load */

.it-funfact-icon span {
  display: inline-block;
  animation: pepmindSpinIn 0.8s ease both;
}

/* Hero heading fade-up */

.ed-hero-2-content h1.ed-slider-title {
  animation: pepmindFadeUp 0.9s ease both 0.3s;
  /* NO font-size override here - keep original */
}

.ed-hero-2-text {
  animation: pepmindFadeUp 0.9s ease both 0.5s;
}

.ed-hero-2-button-wrapper {
  animation: pepmindFadeUp 0.9s ease both 0.7s;
}

/* Blog cards hover lift */

.it-blog-item-box {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.it-blog-item-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

/* Funfact item hover scale */

.it-funfact-item {
  transition: transform 0.3s ease;
}

.it-funfact-item:hover {
  transform: scale(1.04);
}

/* About hero thumbs floating */

.ed-hero-thumb-main img {
  animation: pepmindFloat 4s ease-in-out infinite;
}

.ed-hero-thumb-sm img {
  animation: pepmindFloat 5s ease-in-out infinite 0.5s;
}

/* Popup scale-in override (already exists, enhancing) */

.pepmind-popup-form.active {
  animation: pepmindFadeUp 0.4s ease both;
}

/* Video play button pulse */

.it-video-play a {
  animation: pepmindPulse 2s ease infinite;
}

/* =============================================
   PEPMIND PDF SECTIONS
   ============================================= */

.pepmind-transformation-area,
.pepmind-social-proof-area,
.pepmind-community-area {
  /*background: #183480 !important;*/
}

.pepmind-outcomes-area,
.pepmind-program-area {
  background: #183480 !important;
}

.pepmind-section-note p {
  margin: 0;
  color: #4f5b67;
  font-size: 16px;
  line-height: 1.7;
}

.pepmind-transform-card,
.pepmind-outcome-card,
.pepmind-proof-card,
.pepmind-program-step,
.pepmind-event-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(14, 42, 70, 0.08);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(14, 42, 70, 0.07);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.pepmind-transform-card:hover,
.pepmind-outcome-card:hover,
.pepmind-proof-card:hover,
.pepmind-program-step:hover,
.pepmind-event-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(14, 42, 70, 0.12);
}

.pepmind-transform-card {
  padding: 34px 30px;
}

.pepmind-transform-visual {
  min-height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
}

.pepmind-transform-visual img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(14, 42, 70, 0.16));
}

.pepmind-transform-visual strong {
  color: #e15517;
  font-size: 15px;
  font-weight: 900;
}

.pepmind-transform-visual.after {
  background: linear-gradient(
    135deg,
    rgba(33, 166, 91, 0.14),
    rgba(0, 190, 174, 0.16)
  );
}

.pepmind-transform-visual.after strong {
  color: #168a49;
}

.pepmind-transform-card span,
.pepmind-event-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: #e15517;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.pepmind-transform-card h5,
.pepmind-outcome-card h5,
.pepmind-proof-card h5,
.pepmind-program-step h5,
.pepmind-event-card h5 {
  color: #0e2a46;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
}

.pepmind-transform-card p,
.pepmind-outcome-card p,
.pepmind-proof-card p,
.pepmind-program-step p,
.pepmind-event-card p,
.pepmind-assessment-wrap p {
  color: #53606c;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}

.pepmind-transform-card ul {
  margin: 22px 0 0;
  padding: 0;
}

.pepmind-transform-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0e2a46;
  font-weight: 600;
  margin-bottom: 10px;
}

.pepmind-transform-card.before {
  background: #fff7f3;
}

.pepmind-transform-card.before li i {
  color: #e15517;
}

.pepmind-transform-card.after {
  background: #f1fff8;
}

.pepmind-transform-card.after span,
.pepmind-transform-card.after h5,
.pepmind-transform-card.after p,
.pepmind-transform-card.after li {
  color: #168a49 !important;
}

.pepmind-transform-card.after li i {
  color: #21a65b;
}

.pepmind-video-testimonial {
  min-height: 410px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 8px;
  padding: 34px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 22px 52px rgba(14, 42, 70, 0.16);
}

.pepmind-video-testimonial::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(14, 42, 70, 0.12),
    rgba(14, 42, 70, 0.82)
  );
}

.pepmind-video-testimonial > div,
.pepmind-video-play {
  position: relative;
  z-index: 1;
}

.pepmind-video-testimonial > div span {
  color: #ffcfb9;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}

.pepmind-video-testimonial > div h5 {
  color: #fff;
  font-size: 28px;
  margin: 10px 0 0;
}

.pepmind-video-play {
  position: absolute;
  top: 34px;
  right: 34px;
  width: 68px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #e15517;
  border-radius: 50%;
  animation: pepmindPulse 2s ease infinite;
}

.pepmind-outcome-card {
  padding: 30px 35px;
}

.pepmind-outcome-card > i {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 8px;
  color: #e15517;
  background: rgba(225, 85, 23, 0.1);
  font-size: 30px;
}

.pepmind-proof-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.pepmind-proof-stats div {
  padding: 18px 14px;
  text-align: center;
  background: #f7f8fc;
  border-radius: 8px;
}

.pepmind-proof-stats strong {
  display: block;
  color: #183883;
  font-size: 26px;
  line-height: 1;
}

.pepmind-proof-stats span {
  display: block;
  margin-top: 8px;
  color: #53606c;
  font-size: 13px;
  font-weight: 700;
}

.pepmind-proof-card {
  padding: 34px 28px;
}

.pepmind-proof-card.featured {
  background: #183883;
}

.pepmind-proof-card.featured h5,
.pepmind-proof-card.featured p {
  color: #fff;
}

.pepmind-proof-card img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 18px;
}

.pepmind-stars {
  color: #ffb800;
  font-size: 14px;
  margin-bottom: 18px;
}

.pepmind-proof-card p {
  margin-bottom: 22px;
}

.pepmind-proof-card h5 {
  font-size: 18px;
  margin-bottom: 0;
}

.pepmind-program-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.pepmind-program-step {
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
}

.pepmind-program-area .pepmind-program-step span {
  display: none !important;
}

.pepmind-program-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  color: #fff;
  background: #e15517;
  border-radius: 50%;
  font-weight: 800;
}

.pepmind-program-icon {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #183883, #00beae);
  font-size: 28px;
  box-shadow: 0 14px 30px rgba(24, 56, 131, 0.18);
  transition: 0.3s ease;
}

.pepmind-program-step:hover .pepmind-program-icon {
  transform: translateY(-6px) scale(1.04);
  background: linear-gradient(135deg, #e15517, #fcaf26);
}

.pepmind-program-step h5 {
  font-size: 19px;
}

.pepmind-how-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px auto 0;
  border-radius: 16px;
  background: rgba(24, 56, 131, 0.08);
  color: #183883;
  font-size: 25px;
}

.pepmind-how-icon.orange {
  background: rgba(255, 107, 53, 0.1);
  color: #ff6b35;
}

.pepmind-how-icon.light {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.pepmind-how-intro {
  color: #596579;
  margin-top: 12px;
  font-size: 17px;
  line-height: 1.7;
  max-width: 680px;
}

.pepmind-how-cartoon {
  position: relative;
  min-height: 230px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    rgba(252, 175, 38, 0.2),
    rgba(0, 190, 174, 0.16)
  );
  overflow: hidden;
}

.pepmind-how-cartoon img {
  max-height: 220px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(24, 56, 131, 0.18));
}

.pepmind-how-cartoon span {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  color: #183883;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(24, 56, 131, 0.14);
}

.pepmind-how-cartoon span i {
  color: #fcaf26;
}

.pepmind-how-points {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.pepmind-how-points li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #4b5565;
  font-size: 14px;
  line-height: 1.45;
  padding: 5px 0;
}

.pepmind-how-points li i {
  color: #183883;
  font-size: 13px;
  margin-top: 4px;
}

.pepmind-how-points.orange li i {
  color: #ff6b35;
}

.pepmind-how-points.green li i {
  color: #2ecc71;
}

.pepmind-how-points.light li {
  color: rgba(255, 255, 255, 0.86);
}

.pepmind-how-points.light li i {
  color: #fcaf26;
}

.pepmind-parent-concerns-layout {
  align-items: stretch !important;
  padding: 18px;
  border: 1px solid rgba(24, 56, 131, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(225, 85, 23, 0.42), rgba(0, 190, 174, 0.36))
      border-box;
  box-shadow: 0 24px 60px rgba(14, 42, 70, 0.08);
}

.pepmind-parent-card {
  height: 100%;
  padding: 42px;
  border: 1px solid rgba(24, 56, 131, 0.12);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.pepmind-parent-card .it-about-5-title-box {
  padding-bottom: 18px !important;
  border-bottom: 1px solid rgba(24, 56, 131, 0.12);
}

.pepmind-parent-card .it-about-5-text {
  padding: 22px 0 4px;
}

.pepmind-parent-card .it-about-5-text p {
  margin: 0;
  color: #374256 !important;
  font-size: 17px;
  line-height: 1.78;
}

.pepmind-parent-card .it-feature-button {
  margin-top: 24px;
}

.pepmind-parent-visual {
  height: 100%;
  min-height: 520px;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(0, 190, 174, 0.18);
  background: linear-gradient(
    135deg,
    rgba(252, 175, 38, 0.16),
    rgba(0, 190, 174, 0.12)
  );
  overflow: hidden;
}

.pepmind-parent-visual .ed-hero-thumb-main img,
.pepmind-parent-visual .ed-hero-thumb-sm img {
  border-radius: 22px;
  border: 8px solid #fff;
  box-shadow: 0 18px 42px rgba(14, 42, 70, 0.16);
  animation: pepmindParentImageFloat 5s ease-in-out infinite;
}

.pepmind-parent-visual .ed-hero-thumb-sm img {
  animation-delay: 0.7s;
}

@keyframes pepmindParentImageFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.015);
  }
}

.pepmind-event-card {
  overflow: hidden;
}

.pepmind-event-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.pepmind-event-card div {
  padding: 26px 24px 30px;
}

.pepmind-event-card h5 {
  font-size: 21px;
}

.pepmind-news-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 10px;
}

.pepmind-news-row div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 78px;
  color: #0e2a46;
  background: #f7f8fc;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 800;
}

.pepmind-news-row i {
  color: #e15517;
  font-size: 24px;
}

.pepmind-assessment-area {
  background: #183883;
}

.pepmind-assessment-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 54px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(14, 42, 70, 0.18);
}

.pepmind-assessment-wrap h4 {
  margin-bottom: 18px;
}

.pepmind-assessment-buttons {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.pepmind-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  color: #fff;
  background: #25d366;
  border-radius: 50px;
  font-weight: 700;
  gap: 10px;
}

.pepmind-whatsapp-btn:hover {
  color: #fff;
  background: #1fb85a;
}

@media (max-width: 1199px) {
  .pepmind-program-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .pepmind-section-note {
    margin-top: 20px;
  }
  .pepmind-proof-stats,
  .pepmind-news-row {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .pepmind-assessment-wrap {
    align-items: flex-start;
    flex-direction: column;
    padding: 38px 28px;
  }
}

@media (max-width: 767px) {
  .pepmind-program-grid {
    grid-template-columns: 1fr;
  }
  .pepmind-video-testimonial {
    min-height: 320px;
    padding: 26px;
  }
  .pepmind-video-testimonial > div h5 {
    font-size: 23px;
  }
  .pepmind-video-play {
    top: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
  }
  .pepmind-assessment-buttons {
    width: 100%;
  }
  .pepmind-assessment-buttons .ed-btn-radius,
  .pepmind-whatsapp-btn {
    width: 100%;
  }
}

/* =============================================
   PEPMIND COMPACT RESPONSIVE OVERRIDES
   ============================================= */

.pepmind-popup-form.active {
  animation: none;
  transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 991px) {
  .pepmind-popup-form {
    width: 80vw;
    max-width: 80vw;
    flex-direction: row;
    max-height: 82vh;
    overflow-y: auto;
    border-radius: 14px;
  }
  .popup-left {
    width: 48%;
    padding: 18px 14px;
  }
  .popup-right {
    width: 52%;
    padding: 18px 14px;
  }
  .popup-badge {
    font-size: 10px;
    padding: 5px 10px;
    margin-bottom: 8px;
  }
  .popup-left h2 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .popup-left p,
  .popup-feature {
    font-size: 10px;
    line-height: 1.35;
    margin-bottom: 8px;
  }
  .popup-left img {
    width: 44%;
    margin-top: 8px;
  }
  .popup-right h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .popup-input {
    margin-bottom: 8px;
  }
  .popup-input input,
  .popup-input select {
    height: 34px;
    border-radius: 7px;
    padding: 0 10px;
    font-size: 11px;
  }
  .popup-submit-btn {
    height: 36px;
    border-radius: 7px;
    font-size: 12px;
  }
  .popup-close-btn {
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 767px) {
  .ed-section-title,
  .ed-slider-title {
    font-size: 26px !important;
    line-height: 1.2 !important;
  }
  .it-section-subtitle-5,
  .it-section-subtitle-5.orange {
    font-size: 16px !important;
    line-height: 1.1 !important;
  }
  main p,
  main li,
  .ed-hero-2-text p,
  .it-video-2-text p,
  .it-about-5-text p {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }
  .pt-115,
  .pt-120,
  .pt-160 {
    padding-top: 34px !important;
  }
  .pb-90,
  .pb-100,
  .pb-120 {
    padding-bottom: 34px !important;
  }
  .mb-55,
  .mb-80 {
    margin-bottom: 18px !important;
  }
  .pepmind-program-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .pepmind-proof-stats,
  .pepmind-news-row {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 18px;
  }
  .pepmind-transform-card,
  .pepmind-outcome-card,
  .pepmind-proof-card,
  .pepmind-program-step {
    padding: 22px 18px;
    box-shadow: 0 8px 18px rgba(14, 42, 70, 0.07);
  }
  .pepmind-event-card div {
    padding: 20px 18px;
  }
  .pepmind-transform-card span,
  .pepmind-event-card span,
  .pepmind-video-testimonial > div span {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .pepmind-transform-card h5,
  .pepmind-outcome-card h5,
  .pepmind-proof-card h5,
  .pepmind-program-step h5,
  .pepmind-event-card h5 {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
  .pepmind-transform-card p,
  .pepmind-outcome-card p,
  .pepmind-proof-card p,
  .pepmind-program-step p,
  .pepmind-event-card p,
  .pepmind-assessment-wrap p,
  .pepmind-section-note p {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
  .pepmind-transform-card ul {
    margin-top: 8px;
  }
  .pepmind-transform-card li {
    gap: 8px;
    margin-bottom: 7px;
    font-size: 13px !important;
  }
  .pepmind-video-testimonial {
    min-height: 320px;
    padding: 24px;
  }
  .pepmind-video-testimonial > div h5 {
    font-size: 22px;
    line-height: 1.2;
    margin-top: 8px;
  }
  .pepmind-video-play {
    top: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    font-size: 15px;
  }
  .pepmind-outcome-card > i {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    font-size: 24px;
  }
  .pepmind-proof-card img {
    width: 64px;
    height: 64px;
    margin-bottom: 14px;
  }
  .pepmind-stars {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .pepmind-proof-stats div {
    padding: 14px 10px;
  }
  .pepmind-proof-stats strong {
    font-size: 22px;
  }
  .pepmind-proof-stats span,
  .pepmind-news-row span {
    font-size: 13px;
    line-height: 1.3;
  }
  .pepmind-program-step span {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    font-size: 13px;
  }
  .pepmind-event-card img {
    height: auto;
    min-height: 180px;
    object-fit: cover;
  }
  .pepmind-news-row div {
    min-height: 62px;
    gap: 10px;
    padding: 12px 10px;
  }
  .pepmind-news-row i {
    font-size: 20px;
  }
  .pepmind-assessment-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 30px 22px;
  }
  .pepmind-assessment-buttons {
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
  }
  .pepmind-assessment-buttons .ed-btn-radius,
  .pepmind-whatsapp-btn {
    width: 100%;
    min-height: 48px;
    height: 48px;
    padding: 0 16px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .pepmind-popup-form {
    width: 80vw;
    max-width: 80vw;
  }
  .popup-left {
    padding: 14px 10px;
  }
  .popup-right {
    padding: 14px 10px;
  }
  .popup-left h2,
  .popup-right h3 {
    font-size: 13px;
  }
  .popup-left p,
  .popup-feature {
    font-size: 8px;
  }
  .popup-input input,
  .popup-input select {
    height: 28px;
    font-size: 9px;
  }
  .popup-submit-btn {
    height: 30px;
    font-size: 10px;
  }
}

/* =============================================
   PEPMIND PDF LAYOUT + LOGO COLOR SYSTEM
   ============================================= */

:root {
  --pm-navy: #152553;
  --pm-orange: #e15517;
  --pm-orange-soft: #fff2ea;
  --pm-navy-soft: #eef3ff;
  --pm-yellow-soft: #fff8d9;
  --pm-text: #243047;
}

main section,
.ed-hero-2-area,
.it-about-5-area,
.ed-choose-area,
.ed-funfact-area {
  background-image: none !important;
}

.ed-hero-2-area {
  background-color: #152553 !important;
}

.it-about-5-area,
.pepmind-outcomes-area,
.pepmind-community-area {
  background-color: var(--pm-navy-soft) !important;
}

.ed-video-area,
.pepmind-program-area {
  background-color: #fff !important;
}

.ed-choose-area,
.pepmind-social-proof-area {
  background-color: var(--pm-navy) !important;
}

.pepmind-transformation-area {
  /*background-color: var(--pm-orange-soft) !important;*/
}

.pepmind-assessment-area {
  background-color: var(--pm-yellow-soft) !important;
}

.ed-hero-2-area .container-3,
.it-about-5-area .container-3,
.ed-video-area .container-3,
.ed-funfact-area .container-3,
.ed-choose-area .container-3,
.pepmind-transformation-area .container-3,
.pepmind-outcomes-area .container-3,
.pepmind-social-proof-area .container-3,
.pepmind-program-area .container-3,
.pepmind-community-area .container-3,
.pepmind-assessment-area .container-3 {
  max-width: 1065px !important;
}

.ed-hero-2-area .row,
.it-about-5-area .row.align-items-center,
.ed-choose-area .row.align-items-center,
.pepmind-transformation-area .row.align-items-center,
.pepmind-social-proof-area .row.align-items-center {
  column-gap: 0;
}

/*.ed-hero-2-content,*/
.it-about-5-right,
.it-video-2-left {
  max-width: 560px;
}

.ed-hero-2-right,
.ed-hero-thumb-wrap,
.it-video-2-thumb,
.pepmind-video-testimonial {
  max-width: 560px;
  margin-left: -120px;
  margin-right: 0px;
}

.ed-slider-title,
.ed-section-title,
.pepmind-transform-card h5,
.pepmind-outcome-card h5,
.pepmind-proof-card h5,
.pepmind-program-step h5,
.pepmind-event-card h5 {
  color: var(--it-) !important;
}

.ed-choose-area .ed-section-title,
.ed-choose-area p,
.ed-choose-area li,
.pepmind-social-proof-area .ed-section-title,
.pepmind-social-proof-area .pepmind-section-note p {
  color: #fff !important;
}

.it-section-subtitle-5.orange {
  color: var(--pm-orange) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  animation: none !important;
}

.ed-btn-radius,
.popup-submit-btn,
.pepmind-video-play,
.pepmind-program-step span,
.pepmind-outcome-card > i {
  background: transparent !important;
  border: 2px solid #ff6600 !important;
  /* Orange border */
  color: #ff6600 !important;
  /* Orange text */
  transition: 0.3s ease;
}

.ed-btn-radius:hover,
.popup-submit-btn:hover {
  background: #ff6600 !important;
  /* Full orange background */
  color: #fff !important;
  /* White text */
  border-color: #ff6600 !important;
}

.ed-video-wrap {
  min-height: 430px;
  border-radius: 18px;
}

.pepmind-video-testimonial {
  background-color: var(--pm-navy) !important;
}

.pepmind-video-testimonial::before {
  background: linear-gradient(
    135deg,
    rgba(21, 37, 83, 0.92),
    rgba(225, 85, 23, 0.78)
  ) !important;
}

.pepmind-transform-card,
.pepmind-outcome-card,
.pepmind-proof-card,
.pepmind-program-step,
.pepmind-event-card,
.pepmind-assessment-wrap,
.it-funfact-item {
  border-radius: 14px;
  border: 1px solid rgba(21, 37, 83, 0.08);
  margin: 0px;
}

.pepmind-transform-card.before {
  background: #fff !important;
}

.pepmind-transform-card.after {
  background: #fffaf5 !important;
}

.pepmind-proof-card.featured {
  background: var(--pm-orange) !important;
}

.pepmind-proof-card.featured h5,
.pepmind-proof-card.featured p {
  color: #fff !important;
}

.pepmind-proof-stats div {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pepmind-proof-stats strong,
.pepmind-proof-stats span {
  color: #fff !important;
}

.pepmind-assessment-wrap {
  background: #fff !important;
}

@keyframes pmBulbGlow {
  0%,
  100% {
    opacity: 0.55;
    transform: translateY(0) scale(1);
  }
  50% {
    opacity: 0.9;
    transform: translateY(-8px) scale(1.06);
  }
}

@keyframes pmGrowthRise {
  0%,
  100% {
    transform: translateY(0) rotate(-4deg);
  }
  50% {
    transform: translateY(-12px) rotate(4deg);
  }
}

.ed-hero-2-right,
.ed-hero-thumb-wrap,
.it-video-2-thumb,
.pepmind-video-testimonial,
.ed-video-wrap {
  position: relative;
  z-index: 1;
}

.ed-hero-2-right::before,
.ed-hero-thumb-wrap::before,
.it-video-2-thumb::before,
.pepmind-video-testimonial::after,
.ed-video-wrap::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 224, 74, 0.55),
    rgba(225, 85, 23, 0.22) 48%,
    transparent 72%
  );
  z-index: -1;
  animation: pmBulbGlow 4s ease-in-out infinite;
}

.ed-hero-2-right::before {
  right: 8%;
  top: 6%;
}

.ed-hero-thumb-wrap::before {
  left: 6%;
  top: 10%;
}

.it-video-2-thumb::before {
  right: 8%;
  bottom: 10%;
}

.ed-video-wrap::before {
  left: 8%;
  top: 10%;
}

.pepmind-video-testimonial::after {
  right: 10%;
  top: 12%;
}

.it-video-2-thumb::after,
.ed-hero-thumb-wrap::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 120px;
  right: 2%;
  bottom: 4%;
  z-index: -1;
  border-radius: 60% 60% 18px 18px;
  background: linear-gradient(
    180deg,
    rgba(21, 37, 83, 0.16),
    rgba(34, 181, 115, 0.28)
  );
  animation: pmGrowthRise 4.5s ease-in-out infinite;
}

@media (min-width: 992px) {
  .it-about-5-area .col-xl-6:first-child,
  .ed-choose-area .col-xl-6:first-child,
  .pepmind-transformation-area .col-xl-7 {
    padding-right: 44px;
  }
  .it-about-5-area .col-xl-6:last-child,
  .ed-choose-area .col-xl-6:last-child,
  .pepmind-transformation-area .col-xl-5 {
    padding-left: 44px;
  }
}

@media (max-width: 991px) {
  .ed-hero-2-content,
  .it-about-5-right,
  .it-video-2-left {
    max-width: 100%;
  }
  .ed-hero-2-right,
  .ed-hero-thumb-wrap,
  .it-video-2-thumb,
  .pepmind-video-testimonial {
    margin-top: 30px;
    max-width: 100%;
  }
  .ed-video-wrap {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .ed-hero-2-area .container-3,
  .it-about-5-area .container-3,
  .ed-video-area .container-3,
  .ed-funfact-area .container-3,
  .ed-choose-area .container-3,
  .pepmind-transformation-area .container-3,
  .pepmind-outcomes-area .container-3,
  .pepmind-social-proof-area .container-3,
  .pepmind-program-area .container-3,
  .pepmind-community-area .container-3,
  .pepmind-assessment-area .container-3 {
    width: 92% !important;
    max-width: 92% !important;
  }
  .ed-slider-title,
  .ed-section-title {
    font-size: 28px !important;
    line-height: 1.22 !important;
  }
  .ed-hero-2-content,
  .it-about-5-right,
  .it-video-2-left,
  .it-course-title-box,
  .it-testimonial-title-box {
    text-align: left !important;
  }
}

/* =====================================
   PEPMIND RIGHT IMAGE DESIGN
===================================== */

.pepmind-image-layout {
  position: relative;
  width: 94%;
  height: 630px;
}

/* MAIN CIRCLE */

.circle-img {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
  transition: 0.4s;
  border: 8px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

/* IMAGE FIX */

.circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 40%;
  display: block;
}

.circle-img:hover {
  transform: translateY(-10px) scale(1.03);
}

/* TOP IMAGE */

.top-img {
  width: 340px;
  height: 340px;
  top: 0;
  right: 50px;
  z-index: 3;
}

/* LEFT IMAGE */

.left-img {
  width: 300px;
  height: 300px;
  left: 0;
  bottom: 70px;
  z-index: 2;
}

/* BOTTOM IMAGE */

.bottom-img {
  width: 260px;
  height: 260px;
  right: 40px;
  bottom: 0;
  z-index: 4;
}

/* OUTER CIRCLE BORDER EFFECT */

.top-img::before,
.left-img::before,
.bottom-img::before {
  content: "";
  position: absolute;
  inset: -10px;
  border: 8px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  z-index: -1;
}

/* Badge */

.pepmind-badge {
  position: absolute;
  top: 45%;
  left: 48%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 18px 25px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 9;
}

.pepmind-badge h4 {
  font-size: 32px;
  font-weight: 700;
  color: #e15517;
  margin-bottom: 5px;
}

.pepmind-badge span {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

/* Floating Dots */

.shape-dot {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  animation: float 4s ease-in-out infinite;
}

.dot-1 {
  width: 14px;
  height: 14px;
  top: 80px;
  left: 50px;
}

.dot-2 {
  width: 20px;
  height: 20px;
  bottom: 120px;
  left: 120px;
}

.dot-3 {
  width: 16px;
  height: 16px;
  top: 200px;
  right: 20px;
}

.dot-4 {
  width: 12px;
  height: 12px;
  bottom: 40px;
  right: 180px;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* Responsive */

@media (max-width: 991px) {
  .pepmind-image-layout {
    height: 500px;
    margin-top: 60px;
  }
  .top-img {
    width: 260px;
    height: 260px;
    right: 30px;
  }
  .left-img {
    width: 220px;
    height: 220px;
  }
  .bottom-img {
    width: 200px;
    height: 200px;
    right: 10px;
  }
  .pepmind-badge {
    padding: 14px 18px;
  }
  .pepmind-badge h4 {
    font-size: 24px;
  }
}

/* ================================================
   PEPMIND — Section-wise Text & Heading Color Fixes
   BG ke hisaab se sab text/heading clearly dikhe
   ================================================ */

/* ------- SECTION: Transformation (BG: #FCAF26 Yellow-Orange) ------- */

.pepmind-transformation-area .ed-section-title,
.pepmind-transformation-area h2,
.pepmind-transformation-area h3,
.pepmind-transformation-area h4,
.pepmind-transformation-area h5,
.pepmind-transformation-area h6 {
  color: #0e2a46 !important;
}

.pepmind-transformation-area .it-section-subtitle-5,
.pepmind-transformation-area .it-section-subtitle-5.orange {
  color: #fff !important;
  background: rgba(14, 42, 70, 0.18) !important;
}

.pepmind-transformation-area .pepmind-section-note p,
.pepmind-transformation-area p {
  color: #2d1a00 !important;
}

.pepmind-transformation-area .pepmind-transform-card {
  background: #fff !important;
}

.pepmind-transformation-area .pepmind-transform-card h5 {
  color: #0e2a46 !important;
}

.pepmind-transformation-area .pepmind-transform-card p,
.pepmind-transformation-area .pepmind-transform-card li {
  color: #3a2800 !important;
}

/* ------- SECTION: Measurable Outcomes (BG: #019DD7 Blue) ------- */

.pepmind-outcomes-area .ed-section-title,
.pepmind-outcomes-area h2,
.pepmind-outcomes-area h3,
.pepmind-outcomes-area h4,
.pepmind-outcomes-area h5,
.pepmind-outcomes-area h6 {
  color: #fff !important;
}

.pepmind-outcomes-area .it-section-subtitle-5,
.pepmind-outcomes-area .it-section-subtitle-5.orange {
  color: #fff !important;
}

.pepmind-outcomes-area p {
  color: rgba(255, 255, 255, 0.9) !important;
}

.pepmind-outcomes-area .pepmind-outcome-card {
  background: rgba(255, 255, 255, 0.95) !important;
}

.pepmind-outcomes-area .pepmind-outcome-card h5 {
  color: #0e2a46 !important;
}

.pepmind-outcomes-area .pepmind-outcome-card p {
  color: #444 !important;
}

/* ------- SECTION: Social Proof (BG: #fff White) ------- */

.pepmind-social-proof-area .ed-section-title,
.pepmind-social-proof-area h2,
.pepmind-social-proof-area h3,
.pepmind-social-proof-area h4 {
  color: #0e2a46 !important;
}

.pepmind-social-proof-area .pepmind-proof-card.featured h5,
.pepmind-social-proof-area .pepmind-proof-card.featured p {
  color: #fff !important;
}

.pepmind-social-proof-area .pepmind-proof-card h5 {
  color: #0e2a46 !important;
}

.pepmind-social-proof-area .pepmind-proof-card p {
  color: #53606c !important;
}

/* ------- SECTION: Program Experience Grid (BG: #FCAF26 Yellow-Orange) ------- */

.pepmind-program-area .ed-section-title,
.pepmind-program-area h2,
.pepmind-program-area h3,
.pepmind-program-area h4 {
  color: #0e2a46 !important;
}

.pepmind-program-area .it-section-subtitle-5,
.pepmind-program-area .it-section-subtitle-5.orange {
  color: #fff !important;
  background: rgba(14, 42, 70, 0.18) !important;
}

.pepmind-program-area .pepmind-program-step {
  background: #fff !important;
}

.pepmind-program-area .pepmind-program-step h5 {
  color: #0e2a46 !important;
}

.pepmind-program-area .pepmind-program-step p {
  color: #3a2800 !important;
}

/* ------- SECTION: How It Works (BG: #f8f9ff Light) ------- */

.pepmind-program-area[style*="f8f9ff"] .ed-section-title,
div[style*="background: #f8f9ff"] .ed-section-title,
div[style*="background:#f8f9ff"] .ed-section-title {
  color: #0e2a46 !important;
}

div[style*="background: #f8f9ff"] p,
div[style*="background:#f8f9ff"] p {
  color: #555 !important;
}

/* ------- SECTION: CTA (BG: #183883 Dark Blue Gradient) ------- */

.pepmind-cta-area .ed-section-title,
.pepmind-cta-area h2,
.pepmind-cta-area h3,
.pepmind-cta-area h4 {
  color: #fff !important;
}

.pepmind-cta-area .it-section-subtitle-5,
.pepmind-cta-area .it-section-subtitle-5.orange {
  color: #f5a623 !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.pepmind-cta-area p {
  color: rgba(255, 255, 255, 0.85) !important;
}

.pepmind-cta-area li {
  color: #fff !important;
}

/* ------- SECTION: Community Events (BG: #152553 Dark Navy) ------- */

.pepmind-community-area .ed-section-title,
.pepmind-community-area h2,
.pepmind-community-area h3,
.pepmind-community-area h4,
.pepmind-community-area h5 {
  color: #fff !important;
}

.pepmind-community-area .it-section-subtitle-5,
.pepmind-community-area .it-section-subtitle-5.orange {
  color: #f5a623 !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.pepmind-community-area .pepmind-section-note p,
.pepmind-community-area p {
  color: rgba(255, 255, 255, 0.8) !important;
}

.pepmind-community-area .pepmind-event-card h5,
.pepmind-community-area .pepmind-event-card p {
  color: #0e2a46 !important;
}

.pepmind-community-area .pepmind-news-row div {
  color: #0e2a46 !important;
  background: rgba(255, 255, 255, 0.92) !important;
}

/* ------- SECTION: Why Choose PEPMIND (BG: Dark Blue image bg) ------- */

.ed-choose-area .it-video-2-title-box .ed-section-title,
.ed-choose-area .ed-section-title {
  color: #fff !important;
}

.ed-choose-area .it-section-subtitle-5,
.ed-choose-area .it-section-subtitle-5.orange {
  color: #f5a623 !important;
}

.ed-choose-area .it-video-2-text p,
.ed-choose-area p {
  color: rgba(255, 255, 255, 0.85) !important;
}

.ed-choose-area .it-video-2-list li,
.ed-choose-area li {
  color: #fff !important;
}

/* ------- SECTION: About / Parent Concerns (BG: #fff White) ------- */

.it-about-5-area .ed-section-title,
.it-about-5-area h2,
.it-about-5-area h3,
.it-about-5-area h4 {
  color: #0e2a46 !important;
}

.it-about-5-area p {
  color: #53606c !important;
}

/* ------- SECTION: Video (BG: Orange #E15517) ------- */

.ed-video-area .ed-section-title,
.ed-video-area h2,
.ed-video-area h3,
.ed-video-area h4 {
  color: #fff !important;
}

.ed-video-area p {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* ------- SECTION: Stats / Funfact (BG: #fff White) ------- */

.ed-funfact-area .it-funfact-content h6 {
  color: #e15517 !important;
}

.ed-funfact-area .it-funfact-content span {
  color: #0e2a46 !important;
}

/* ------- SECTION: Blog / Newsletter (BG: #fff White) ------- */

.it-blog-area .ed-section-title,
.it-blog-area h2,
.it-blog-area h3,
.it-blog-area h4 {
  color: #0e2a46 !important;
}

.it-blog-area .it-section-subtitle-5,
.it-blog-area .it-section-subtitle-5.orange {
  color: #e15517 !important;
}

/* ------- Hero Section (BG: Dark Blue #0E2A46 / #183883) ------- */

.ed-hero-2-area .ed-hero-2-title,
.ed-hero-2-area h1,
.ed-hero-2-area h2,
.ed-hero-2-area h3 {
  color: #fff !important;
}

.ed-hero-2-area .ed-hero-2-text p {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* ------- Transformation Section video text overlay ------- */

.pepmind-transformation-area .text-primery {
  color: #fff !important;
}

/* ================================================
   PEPMIND — Measurable Outcomes Stat Cards
   ================================================ */

.pepmind-outcome-card--stat {
  border-top: 4px solid #fff !important;
  position: relative;
}

.pepmind-outcome-stat {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: -1px;
}

.pepmind-outcomes-area .pepmind-outcome-card--stat h5 {
  color: #0e2a46 !important;
}

.pepmind-outcomes-area .pepmind-outcome-card--stat .pepmind-outcome-stat {
  color: #fcaf26;
}

.pepmind-outcomes-area .pepmind-outcome-card--stat {
  background: rgba(255, 255, 255, 0.97) !important;
}

/* ================================================
   PEPMIND — Parent Concerns Section Fixes
   ================================================ */

/* Fix: subtitle orange - no bg shimmer, clean orange color */

.it-about-5-area .it-section-subtitle-5.orange {
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  background-clip: unset !important;
  animation: none !important;
  color: #e15517 !important;
}

/* Fix: heading - no background, clean dark color */

.it-about-5-area .ed-section-title,
.it-about-5-area .ed-section-title.orange {
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  background-clip: unset !important;
  animation: none !important;
  color: #0e2a46 !important;
}

.it-about-5-area .ed-section-title span {
  color: #e15517 !important;
  -webkit-text-fill-color: #e15517 !important;
}

/* Fix: paragraph text */

.it-about-5-area .it-about-5-text p {
  color: #53606c !important;
}

.it-about-5-area .it-about-5-text span {
  color: #e15517 !important;
  font-weight: 700;
}

/* Fix: list items - clean pill style */

.it-about-5-area .it-about-5-list ul li {
  background-color: #f3f5f5 !important;
  color: #0e2a46 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.it-about-5-area .it-about-5-list ul li i {
  color: #e15517 !important;
}

/* Fix: image layout - stack properly */

.it-about-5-area .ed-hero-thumb-wrap {
  position: relative;
  min-height: 420px;
}

.it-about-5-area .ed-hero-thumb-main img {
  width: 100%;
  max-width: 340px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 16px 48px rgba(14, 42, 70, 0.14);
}

.it-about-5-area .ed-hero-thumb-sm {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: -80px;
  margin-left: 160px;
}

.it-about-5-area .ed-hero-thumb-sm img {
  width: 100%;
  max-width: 220px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 12px 36px rgba(14, 42, 70, 0.16);
  border: 4px solid #fff;
}

/* Fix: Confident Kids badge */

.it-about-5-area .ed-hero-thumb-student {
  background: #fff;
  border-radius: 50px;
  padding: 8px 16px 8px 10px;
  box-shadow: 0 6px 20px rgba(14, 42, 70, 0.12);
  gap: 10px;
  left: 0;
  bottom: 30px;
}

.it-about-5-area .ed-hero-thumb-student span {
  color: #fcaf26 !important;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.3;
}

.it-about-5-area .ed-hero-thumb-student img {
  width: 80px;
}

.pepmind-outcome-card i {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: #e15517;
  color: #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

/* Overlay */

.pepmind-popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

/* Popup */

.pepmind-popup-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 950px;
  max-width: 95%;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

/* Active */

.pepmind-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.pepmind-popup-form.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

/* Left */

.popup-left {
  width: 50%;
  background: #e15517;
  color: #fff;
  padding: 40px;
}

.popup-badge {
  display: inline-block;
  background: #fff;
  color: #e15517;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
}

.popup-left h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}

.popup-left h2 span {
  color: #ffd8c7;
}

.popup-left p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.popup-feature {
  margin-bottom: 18px;
  font-size: 17px;
}

.popup-feature i {
  margin-right: 10px;
}

/* Right */

.popup-right {
  width: 50%;
  padding: 40px;
}

.popup-right h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

/* Inputs */

.popup-input {
  margin-bottom: 20px;
}

.popup-input input,
.popup-input select {
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 14px;
  padding: 0 20px;
  font-size: 16px;
}

/* Button */

.popup-submit-btn {
  width: 100%;
  height: 60px;
  border: none;
  background: #e15517;
  color: #fff;
  font-size: 18px;
  border-radius: 14px;
  transition: 0.3s;
}

.popup-submit-btn:hover {
  background: #c94711;
}

/* Close */

.popup-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 99;
}

/* Responsive */

@media (max-width: 991px) {
  .pepmind-popup-form {
    flex-direction: column;
    height: 90vh;
    overflow-y: auto;
  }
  .popup-left,
  .popup-right {
    width: 100%;
  }
  .popup-left h2 {
    font-size: 25px;
  }
}

/* Homepage section heading alignment */

.pepmind-section-heading,
.pepmind-section-heading .it-section-subtitle-5,
.pepmind-section-heading .ed-section-title,
.pepmind-section-heading p {
  text-align: left !important;
}

.pepmind-section-heading {
  max-width: 820px;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.pepmind-section-heading .it-section-subtitle-5 {
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .pepmind-section-heading,
  .pepmind-section-heading .it-section-subtitle-5,
  .pepmind-section-heading .ed-section-title,
  .pepmind-section-heading p {
    text-align: left !important;
  }
}

/* Final Parent Concerns layout override */

.it-about-5-area .pepmind-parent-concerns-layout {
  align-items: stretch !important;
  padding: 18px !important;
  border: 1px solid rgba(24, 56, 131, 0.12) !important;
  border-radius: 28px !important;
  background: #fff !important;
  box-shadow: 0 24px 60px rgba(14, 42, 70, 0.08) !important;
}

.it-about-5-area .pepmind-parent-card {
  height: 100%;
  padding: 42px !important;
  border: 1px solid rgba(24, 56, 131, 0.12);
  border-radius: 24px;
  background: #fff;
}

.it-about-5-area .pepmind-parent-visual {
  min-height: 520px !important;
  padding: 28px !important;
  border-radius: 24px;
  border: 1px solid rgba(0, 190, 174, 0.18);
  background: linear-gradient(
    135deg,
    rgba(252, 175, 38, 0.16),
    rgba(0, 190, 174, 0.12)
  );
}

.it-about-5-area .pepmind-parent-visual .ed-hero-thumb-main img,
.it-about-5-area .pepmind-parent-visual .ed-hero-thumb-sm img {
  animation: pepmindParentImageFloat 5s ease-in-out infinite;
}

/* PepMind 2026 homepage refresh */

:root {
  --pep-blue: #183883;
  --pep-navy: #0e2a46;
  --pep-orange: #e15517;
  --pep-yellow: #fcaf26;
  --pep-teal: #00beae;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #263342;
  letter-spacing: 0;
}

.ed-section-title,
.ed-slider-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

.ed-hero-2-area {
  background:
    radial-gradient(
      circle at 75% 20%,
      rgba(252, 175, 38, 0.22),
      transparent 28%
    ),
    linear-gradient(135deg, #0e2a46 0%, #183883 58%, #11265c 100%) !important;
}

.ed-hero-2-shape-2,
.ed-hero-2-shape-3,
.ed-hero-2-shape-4,
.ed-hero-2-shape-6,
.it-about-5-shape-2,
.it-about-5-shape-3,
.it-about-5-shape-4,
.it-about-5-shape-5,
.ed-hero-thumb-shape-2,
.ed-hero-thumb-shape-3,
.ed-hero-thumb-shape-4,
.ed-video-shape-1,
.ed-video-shape-2,
.ed-choose-shape-2,
.ed-choose-shape-4,
.ed-blog-shape-1,
.ed-blog-shape-2 {
  display: none !important;
}

.pepmind-hero-title {
  color: #fff !important;
  font-size: clamp(40px, 4.7vw, 68px) !important;
  line-height: 1.03 !important;
  font-weight: 900 !important;
  max-width: 760px;
  text-transform: none;
  animation: pepmindHeroTextIn 0.9s ease both;
}

.pepmind-hero-title span {
  display: block;
  color: var(--pep-yellow);
  font-size: clamp(48px, 5.8vw, 82px);
  margin-bottom: 18px;
  animation: pepmindHeadlinePulse 3.8s ease-in-out infinite;
}

.pepmind-hero-title em {
  font-style: normal;
  color: #fff;
  display: inline-block;
  animation: pepmindHeroWordSlide 0.9s ease 0.15s both;
}

.pepmind-typewriter {
  color: #e05515;
  font-size: 35px;
  font-weight: 900;
  min-width: 240px;
  display: inline-block;
  position: relative;
}

.pepmind-typewriter::after {
  content: "|";
  color: #183883;
  animation: blink 0.7s infinite;
  margin-left: 4px;
}

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

.ed-hero-2-text p {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: clamp(18px, 2vw, 24px) !important;
  line-height: 1.55 !important;
  max-width: 620px;
}

.pepmind-hero-visual {
  min-height: 610px;
}

.pepmind-hero-visual .ed-hero-2-thumb img,
.ed-hero-thumb-main img,
.ed-hero-thumb-sm img,
.circle-img img,
.pepmind-event-card img,
.it-blog-thumb img {
  object-fit: cover;
}

.pepmind-hero-visual .ed-hero-2-thumb {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.pepmind-skill-float {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #fff;
  color: var(--pep-navy);
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(5, 22, 49, 0.22);
  animation: none;
}

.pepmind-skill-float i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--pep-orange);
}

.skill-focus {
  top: 8%;
  left: 6%;
}

.skill-memory {
  top: 13%;
  right: 2%;
  animation-delay: 0.4s;
}

.skill-creativity {
  top: 45%;
  left: -2%;
  animation-delay: 0.8s;
}

.skill-confidence {
  top: 48%;
  right: 0;
  animation-delay: 1.1s;
}

.skill-speaking {
  bottom: 15%;
  left: 9%;
  animation-delay: 1.5s;
}

.skill-cognitive {
  bottom: 9%;
  right: 6%;
  animation-delay: 1.9s;
}

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

@keyframes pepmindFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

.pepmind-video-intro {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.7;
  margin-top: 16px;
}

.pepmind-outcome-card {
  border-radius: 20% 0 20% 0% !important;
}

.pepmind-icon {
  color: transparent !important;
  font-size: 0 !important;
}

.pepmind-icon::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: var(--pep-blue);
  font-size: 48px;
}

.pepmind-icon.leadership::before {
  content: "\f5dc";
}

.pepmind-icon.confidence::before {
  content: "\f140";
}

.pepmind-icon.communication::before {
  content: "\f5fd";
}

.pepmind-icon.focus::before {
  content: "\f0d0";
}

.pepmind-icon.expression::before {
  content: "\f091";
}

.pepmind-icon.stage::before {
  content: "\f3c9";
}

.pepmind-icon.speaking::before {
  content: "\e533";
}

.pepmind-icon.thought::before {
  content: "\f005";
}

.pepmind-icon::after {
  display: none !important;
}

.pepmind-social-proof-area::after {
  content: "Featured in school events, parent communities and local learning stories";
  display: block;
  max-width: 1180px;
  margin: 18px auto 0;
  padding: 18px 24px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-align: center;
  font-weight: 800;
}

.pepmind-calendar-area {
  background: #f7fbff;
  position: relative;
}

.pepmind-calendar-note {
  color: #596579;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 0;
}

.pepmind-calendar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pepmind-calendar-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(24, 56, 131, 0.12);
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 18px 46px rgba(24, 56, 131, 0.08);
}

.pepmind-calendar-card.featured {
  background: var(--pep-blue);
  color: #fff;
}

.pepmind-calendar-date {
  min-width: 76px;
  height: 86px;
  border-radius: 16px;
  background: var(--pep-yellow);
  color: var(--pep-navy);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.pepmind-calendar-date span {
  font-size: 30px;
  line-height: 1;
}

.pepmind-calendar-date small {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 6px;
}

.pepmind-calendar-card h5 {
  color: inherit;
  font-size: 22px;
  font-weight: 850;
  margin-bottom: 10px;
}

.pepmind-calendar-card p {
  color: inherit;
  opacity: 0.78;
  line-height: 1.65;
  margin-bottom: 16px;
}

.pepmind-calendar-card a {
  color: var(--pep-orange);
  font-weight: 850;
}

.pepmind-calendar-card.featured a {
  color: var(--pep-yellow);
}

@media (max-width: 991px) {
  .pepmind-hero-visual {
    min-height: 520px;
    margin-top: 35px;
  }
  .pepmind-skill-float {
    padding: 10px 12px;
    font-size: 13px;
  }
  .pepmind-calendar-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .pepmind-hero-title,
  .pepmind-hero-title span {
    font-size: 42px !important;
  }
  .pepmind-typewriter {
    min-width: 260px;
  }
  .pepmind-skill-float {
    position: relative;
    inset: auto !important;
    margin: 6px;
  }
  .pepmind-hero-visual {
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 30px;
  }
}

/* ===================================================
   FOOTER DESIGN
=================================================== */

.custom-footer-design {
  background: #000000;
  position: relative;
  overflow: hidden;
}

/* TOP COLOR STRIP */

.custom-footer-design::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: linear-gradient(
    to right,
    #183883 0%,
    #183883 33.33%,
    #fcaf26 33.33%,
    #fcaf26 66.66%,
    #e15516 66.66%,
    #e15516 100%
  );
  z-index: 2;
}

/* BOTTOM COLOR STRIP */

.custom-footer-design::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: linear-gradient(
    to right,
    #183883 0%,
    #183883 33.33%,
    #fcaf26 33.33%,
    #fcaf26 66.66%,
    #e15516 66.66%,
    #e15516 100%
  );
}

/* REMOVE OLD BG */

.it-footer-bg {
  background-image: none !important;
}

/* ===================================================
   TOP INFO
=================================================== */

.it-footer-top-info {
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.it-footer-top-icon span {
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background: #fcaf26;
  color: #183883;
  font-size: 22px;
  margin-right: 18px;
  margin-top: 22px;
  transition: 0.3s;
}

.it-footer-top-info:hover .it-footer-top-icon span {
  background: #e15516;
  color: #fff;
  transform: translateY(-5px);
}

.it-footer-top-text span {
  display: block;
  color: #fcaf26;
  font-weight: 600;
  margin-bottom: 5px;
}

.it-footer-top-text a {
  color: #fff;
  line-height: 28px;
  transition: 0.3s;
}

.it-footer-top-text a:hover {
  color: #fcaf26;
}

/* ===================================================
   FOOTER TITLE
=================================================== */

.it-footer-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 28px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

.it-footer-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 3px;
  background: #fcaf26;
}

/* ===================================================
   TEXT
=================================================== */

.it-footer-text p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 30px;
  font-size: 15px;
}

/* ===================================================
   FOOTER LINKS
=================================================== */

.it-footer-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.it-footer-list ul li {
  margin-bottom: 14px;
}

.it-footer-list ul li a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
}

.it-footer-list ul li a i {
  color: #fcaf26;
  margin-right: 10px;
}

.it-footer-list ul li a:hover {
  color: #fcaf26;
  transform: translateX(5px);
}

/* ===================================================
   SOCIAL ICONS
=================================================== */

.it-footer-social a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  margin-right: 10px;
  transition: 0.3s;
  font-size: 16px;
}

.it-footer-social a:hover {
  background: #fcaf26;
  color: #183883;
  transform: translateY(-5px);
}

/* ===================================================
   GALLERY
=================================================== */

.it-footer-thumb {
  overflow: hidden;
  border-radius: 10px;
}

.it-footer-thumb img {
  width: 100%;
  transition: 0.4s;
  border-radius: 10px;
}

.it-footer-thumb:hover img {
  transform: scale(1.08);
}

/* ===================================================
   INPUT
=================================================== */

.it-footer-input-box input {
  width: 100%;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 8px;
  padding: 0 20px;
  margin-bottom: 15px;
}

.it-footer-input-box input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* ===================================================
   BUTTON
=================================================== */

.subscribe-btn {
  width: 100%;
  height: 58px;
  border: none;
  border-radius: 8px;
  background: #fcaf26;
  color: #183883;
  font-weight: 700;
  transition: 0.3s;
}

.subscribe-btn:hover {
  background: #e15516;
  color: #fff;
}

/* ===================================================
   COPYRIGHT
=================================================== */

.it-copyright-area {
  background: #10295f;
  padding: 20px 0;
}

.it-copyright-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.it-copyright-text a {
  color: #fcaf26;
  font-weight: 600;
}

.it-copyright-text a:hover {
  color: #fff;
}

/* ===================================================
   RESPONSIVE
=================================================== */

@media (max-width: 768px) {
  .it-footer-top-info {
    margin-bottom: 20px;
  }
  .it-footer-title {
    font-size: 20px;
  }
}

.card {
  background: #fff;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 5px 30px rgba(24, 56, 131, 0.08);
  height: 100%;
  border-top: 4px solid #183883;
  position: relative;
}

.card-1-number {
  width: 60px;
  height: 60px;
  background: #183883;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
}

/*================================
SECTION
================================*/

.pepmind-outcomes-area {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 60px;
  z-index: 1;
}

/* Glow Effects */

.pepmind-outcomes-area::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: #12c7c1;
  filter: blur(140px);
  opacity: 0.18;
  top: 80px;
  right: 100px;
}

.pepmind-outcomes-area::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #ff5e14;
  filter: blur(130px);
  opacity: 0.15;
  bottom: 50px;
  left: 80px;
}

/*================================
HEADING
================================*/

.orange {
  color: #ffd54a;
  font-weight: 700;
}

.ed-section-title {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
}

/*================================
SHAPE BOX
================================*/

.pepmind-shape-box {
  position: relative;
  padding: 55px 30px;
  text-align: center;
  overflow: hidden;
  transition: 0.45s ease;
  z-index: 1;
  height: 100%;
}

/* Shape Colors */

.shape-orange {
  background: #ff5e14;
  border-radius: 80px 25px 80px 25px;
}

.shape-blue {
  background: #12c7c1;
  /*border-radius:30px 90px 30px 90px  ;*/
  border-radius: 80px 25px 80px 25px;
}

.shape-yellow {
  background: #ffb400;
  /*border-radius:100px 30px 100px 30px;*/
  border-radius: 80px 25px 80px 25px;
}

.shape-pink {
  background: #183883;
  /* border-radius:40px 100px 40px 100px;*/
  border-radius: 80px 25px 80px 25px;
}

/* Bubble Top */

.pepmind-shape-box::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  top: -45px;
  right: -45px;
}

/* Bubble Bottom */

.pepmind-shape-box::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  bottom: -20px;
  left: -20px;
}

/* Hover */

.pepmind-shape-box:hover {
  transform: translateY(-12px) scale(1.03);
}

/*================================
ICON
================================*/

.pepmind-icon {
  width: 95px;
  height: 95px;
  margin: 0 auto 25px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float 3s ease-in-out infinite;
}

.pepmind-icon i {
  font-size: 40px;
  color: #fff;
}

/*================================
TITLE
================================*/

.pepmind-shape-box h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
}

/*================================
ANIMATION
================================*/

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/*================================
RESPONSIVE
================================*/

@media (max-width: 991px) {
  .ed-section-title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .pepmind-outcomes-area {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .ed-section-title {
    font-size: 32px;
  }
  .pepmind-shape-box {
    padding: 40px 20px;
  }
  .pepmind-icon {
    width: 80px;
    height: 80px;
  }
  .pepmind-icon i {
    font-size: 32px;
  }
  .pepmind-shape-box h5 {
    font-size: 20px;
  }
}

/* ═══════════════════════════════════════════════════
   0. GOOGLE FONT
═══════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════
   1. TYPEWRITER ON HERO H1
═══════════════════════════════════════════════════ */

.pm-typewriter {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 3px solid #00beae;
  animation:
    pmType 3s steps(30, end) 0.5s both,
    pmBlink 0.7s step-end infinite 3.5s;
  max-width: 100%;
}

.pm-typewriter-2 {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 3px solid #e05515;
  animation:
    pmType2 2.5s steps(28, end) 3.8s both,
    pmBlink2 0.7s step-end infinite 6.5s;
  max-width: 100%;
}

@keyframes pmType {
  from {
    max-width: 0;
  }
  to {
    max-width: 100%;
  }
}

@keyframes pmType2 {
  from {
    max-width: 0;
  }
  to {
    max-width: 100%;
  }
}

@keyframes pmBlink {
  0%,
  100% {
    border-color: #00beae;
  }
  50% {
    border-color: transparent;
  }
}

@keyframes pmBlink2 {
  0%,
  100% {
    border-color: #e05515;
  }
  50% {
    border-color: transparent;
  }
}

/* ═══════════════════════════════════════════════════
   2. FLOATING SPARKLES
═══════════════════════════════════════════════════ */

.pm-floaters {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 9998;
  overflow: hidden;
}

.pm-sparkle {
  position: absolute;
  font-size: 22px;
  color: #ffcc00;
  animation: pmFloat 6s ease-in-out infinite;
  opacity: 0.7;
  filter: drop-shadow(0 0 6px #ffcc00);
}

.pm-sparkle.s1 {
  top: 12%;
  left: 4%;
  animation-delay: 0s;
  font-size: 18px;
}

.pm-sparkle.s2 {
  top: 35%;
  right: 3%;
  animation-delay: 1.2s;
  color: #ff6b9d;
  filter: drop-shadow(0 0 6px #ff6b9d);
}

.pm-sparkle.s3 {
  top: 65%;
  left: 2%;
  animation-delay: 2.4s;
  font-size: 14px;
  color: #7c5cfc;
  filter: drop-shadow(0 0 6px #7c5cfc);
}

.pm-sparkle.s4 {
  top: 80%;
  right: 5%;
  animation-delay: 0.8s;
  font-size: 20px;
}

.pm-sparkle.s5 {
  top: 50%;
  left: 96%;
  animation-delay: 3.2s;
  font-size: 16px;
  color: #00beae;
  filter: drop-shadow(0 0 6px #00beae);
}

@keyframes pmFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.7;
  }
  33% {
    transform: translateY(-20px) rotate(15deg);
    opacity: 1;
  }
  66% {
    transform: translateY(10px) rotate(-10deg);
    opacity: 0.5;
  }
}

/* ═══════════════════════════════════════════════════
   3. CARTOON SVG CHARACTERS — reusable classes
═══════════════════════════════════════════════════ */

.pm-cartoon-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin: 18px 0 4px;
  flex-wrap: wrap;
}

.pm-cartoon-wrap.center {
  justify-content: center;
}

.pm-cartoon-wrap.left {
  justify-content: flex-start;
}

.pm-char {
  width: 70px;
  height: 70px;
  animation: pmBounce 2.4s ease-in-out infinite;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.18));
  cursor: default;
  transition: transform 0.2s;
}

.pm-char:hover {
  transform: scale(1.25) rotate(-5deg);
}

.pm-char:nth-child(2) {
  animation-delay: 0.4s;
}

.pm-char:nth-child(3) {
  animation-delay: 0.8s;
}

@keyframes pmBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

/* ═══════════════════════════════════════════════════
   4. VIDEO SECTION — FULL REBUILD (visible, styled)
═══════════════════════════════════════════════════ */

.pm-video-section {
  background: linear-gradient(135deg, #1a1060 0%, #183883 40%, #0f5fa8 100%);
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}

/* Animated background rings */

.pm-video-section::before,
.pm-video-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.06);
  animation: pmRingPulse 4s ease-in-out infinite;
}

.pm-video-section::before {
  width: 600px;
  height: 600px;
  top: -200px;
  right: -200px;
}

.pm-video-section::after {
  width: 400px;
  height: 400px;
  bottom: -150px;
  left: -150px;
  animation-delay: 2s;
}

@keyframes pmRingPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

.pm-video-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 107, 53, 0.2);
  border: 1px solid rgba(255, 107, 53, 0.4);
  color: #ff9e6b;
  border-radius: 40px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  animation: pmFadeUp 0.8s ease both;
}

.pm-video-badge i {
  font-size: 10px;
}

.pm-video-heading {
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 16px;
  animation: pmFadeUp 0.9s ease 0.15s both;
}

.pm-video-heading span {
  color: #ffcc00;
}

.pm-video-subtext {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
  max-width: 480px;
  margin-bottom: 32px;
  animation: pmFadeUp 0.9s ease 0.3s both;
}

.pm-video-stats {
  display: flex;
  gap: 32px;
  /*flex-wrap: wrap;*/
  margin-bottom: 36px;
  animation: pmFadeUp 0.9s ease 0.45s both;
}

.pm-video-stat {
  text-align: left;
}

.pm-video-stat strong {
  display: block;
  font-size: 46px;
  font-weight: 800;
  color: #ffcc00;
  margin-bottom: 0px;
  text-align: center;
}

.pm-video-stat span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
}

/* The actual video thumbnail + play */

.pm-video-thumb-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  animation: pmScaleIn 1s ease 0.2s both;
  border: 3px solid rgba(255, 255, 255, 0.12);
}

@keyframes pmScaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.pm-video-thumb-wrap img {
  width: 100%;
  display: block;
  border-radius: 22px;
  min-height: 280px;
  object-fit: cover;
}

/* Overlay */

.pm-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(24, 56, 131, 0.35) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
}

/* Play button */

.pm-play-btn {
  width: 88px;
  height: 88px;
  background: linear-gradient(135deg, #ff6b35, #e05515);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.6);
  animation: pmPlayPulse 2s ease-in-out infinite;
  transition: transform 0.25s;
  padding-left: 6px;
  position: relative;
  z-index: 2;
}

.pm-play-btn:hover {
  transform: scale(1.12);
  color: #fff;
}

@keyframes pmPlayPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.6);
  }
  50% {
    box-shadow: 0 0 0 24px rgba(255, 107, 53, 0);
  }
}

/* Floating label badge on video */

.pm-video-label {
  position: absolute;
  bottom: 22px;
  left: 22px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 13px;
  z-index: 3;
}

.pm-video-label span {
  font-weight: 700;
  font-size: 15px;
  color: #ffcc00;
}

/* Cartoon over video */

.pm-video-cartoon {
  position: absolute;
  top: -30px;
  right: -20px;
  width: 90px;
  animation: pmBounce 2s ease-in-out infinite;
  z-index: 4;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3));
}

/* Confetti dots around video */

.pm-confetti-dot {
  position: absolute;
  border-radius: 50%;
  animation: pmConfettiFloat 3s ease-in-out infinite;
}

.pm-confetti-dot:nth-child(1) {
  width: 14px;
  height: 14px;
  background: #ffcc00;
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.pm-confetti-dot:nth-child(2) {
  width: 10px;
  height: 10px;
  background: #ff6b9d;
  top: 80%;
  left: 8%;
  animation-delay: 0.8s;
}

.pm-confetti-dot:nth-child(3) {
  width: 12px;
  height: 12px;
  background: #7c5cfc;
  top: 20%;
  right: 8%;
  animation-delay: 1.6s;
}

.pm-confetti-dot:nth-child(4) {
  width: 8px;
  height: 8px;
  background: #00beae;
  bottom: 15%;
  right: 12%;
  animation-delay: 0.4s;
}

@keyframes pmConfettiFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-18px) rotate(180deg);
  }
}

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

/* ═══════════════════════════════════════════════════
   5. SECTION CARTOON DECORATORS
═══════════════════════════════════════════════════ */

/* Cartoon strip that appears inside every major section */

.pm-section-cartoon-strip {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0 0;
  flex-wrap: wrap;
}

/* ═══════════════════════════════════════════════════
   6. GENERAL p → 20px
═══════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════
   7. SECTION ENTRANCE ANIMATIONS (scroll-triggered via CSS)
═══════════════════════════════════════════════════ */

.pm-animate-section {
  animation: pmFadeUp 0.85s ease both;
}

/* Bounce-in for outcome shape boxes */

.pepmind-shape-box {
  animation: pmCardBounceIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  position: relative;
  overflow: hidden;
}

.pepmind-shape-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.08) 0%,
    transparent 60%
  );
  pointer-events: none;
}

/* Delay cascade on outcome cards */

.col-xl-3:nth-child(1) .pepmind-shape-box {
  animation-delay: 0.1s;
}

.col-xl-3:nth-child(2) .pepmind-shape-box {
  animation-delay: 0.2s;
}

.col-xl-3:nth-child(3) .pepmind-shape-box {
  animation-delay: 0.3s;
}

.col-xl-3:nth-child(4) .pepmind-shape-box {
  animation-delay: 0.4s;
}

.col-xl-3:nth-child(5) .pepmind-shape-box {
  animation-delay: 0.5s;
}

.col-xl-3:nth-child(6) .pepmind-shape-box {
  animation-delay: 0.6s;
}

.col-xl-3:nth-child(7) .pepmind-shape-box {
  animation-delay: 0.7s;
}

.col-xl-3:nth-child(8) .pepmind-shape-box {
  animation-delay: 0.8s;
}

@keyframes pmCardBounceIn {
  from {
    transform: scale(0.7) translateY(30px);
    opacity: 0;
  }
  to {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

/* ═══════════════════════════════════════════════════
   8. CARD ANIMATED BACKGROUNDS (Community cards)
═══════════════════════════════════════════════════ */

.pepmind-minimal-card {
  overflow: hidden;
  position: relative;
}

.pepmind-minimal-card::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  opacity: 0.09;
  animation: pmBlobPulse 4s ease-in-out infinite;
  z-index: 0;
}

.pepmind-minimal-card::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  opacity: 0.06;
  animation: pmBlobPulse 5.5s ease-in-out infinite reverse;
  z-index: 0;
}

.blue-border::before,
.blue-border::after {
  background: #183883;
}

.orange-border::before,
.orange-border::after {
  background: #ff6b35;
}

.green-border::before,
.green-border::after {
  background: #2ecc71;
}

.blue-border {
  background: linear-gradient(135deg, #eef2ff, #ffffff, #e4ecff) !important;
  background-size: 300% 300% !important;
  animation: pmGradShift 7s ease infinite;
}

.orange-border {
  background: linear-gradient(135deg, #fff5f0, #ffffff, #ffe8de) !important;
  background-size: 300% 300% !important;
  animation: pmGradShift 7s ease infinite 1.5s;
}

.green-border {
  background: linear-gradient(135deg, #efffef, #ffffff, #d8ffea) !important;
  background-size: 300% 300% !important;
  animation: pmGradShift 7s ease infinite 3s;
}

.pepmind-minimal-card .minimal-icon,
.pepmind-minimal-card h4,
.pepmind-minimal-card p,
.pepmind-minimal-card .minimal-points,
.pepmind-minimal-card .minimal-tag {
  position: relative;
  z-index: 1;
}

@keyframes pmBlobPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.09;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.17;
  }
}

@keyframes pmGradShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Blue/orange/green hover glow */

.blue-border:hover {
  box-shadow:
    0 20px 60px rgba(24, 56, 131, 0.18),
    0 0 0 4px rgba(24, 56, 131, 0.12) !important;
}

.orange-border:hover {
  box-shadow:
    0 20px 60px rgba(255, 107, 53, 0.18),
    0 0 0 4px rgba(255, 107, 53, 0.12) !important;
}

.green-border:hover {
  box-shadow:
    0 20px 60px rgba(46, 204, 113, 0.18),
    0 0 0 4px rgba(46, 204, 113, 0.12) !important;
}

/* ═══════════════════════════════════════════════════
   9. HERO CARTOON BADGES
═══════════════════════════════════════════════════ */

.pm-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.pm-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 7px 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  animation: pmFadeUp 1s ease both;
}

.pm-hero-badge:nth-child(2) {
  animation-delay: 0.15s;
}

.pm-hero-badge:nth-child(3) {
  animation-delay: 0.3s;
}

.pm-hero-badge i {
  color: #ffcc00;
  font-size: 14px;
}

/* ═══════════════════════════════════════════════════
  10. SECTION HEADING DECORATION
═══════════════════════════════════════════════════ */

.pm-heading-deco {
  display: inline-flex;
  gap: 6px;
  font-size: 22px;
  margin-bottom: 4px;
  animation: pmBounce 2s ease-in-out infinite;
}

/* ═══════════════════════════════════════════════════
  11. TRANSFORMATION CARDS SHIMMER
═══════════════════════════════════════════════════ */

.pepmind-transform-card {
  overflow: hidden;
  position: relative;
}

.pepmind-transform-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13px;
  animation: pmShimBar 6.5s linear infinite;
}

.pepmind-transform-card.before::before {
  background: linear-gradient(90deg, transparent, #ff4f7b, transparent);
}

.pepmind-transform-card.after::before {
  background: linear-gradient(90deg, transparent, #2ecc71, transparent);
}

@keyframes pmShimBar {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(200%);
  }
}

/* ═══════════════════════════════════════════════════
  12. BLOG CARD SHIMMER
═══════════════════════════════════════════════════ */

.it-blog-item-box {
  overflow: hidden;
  position: relative;
}

.it-blog-item-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60px;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.15),
    transparent
  );
  animation: pmShimSlide 3.5s ease infinite;
}

@keyframes pmShimSlide {
  0%,
  45% {
    left: -15%;
  }
  80% {
    left: 110%;
  }
  100% {
    left: 110%;
  }
}

/* ═══════════════════════════════════════════════════
  13. DOT GRID BG on community section
═══════════════════════════════════════════════════ */

.pepmind-news-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(24, 56, 131, 0.06) 1px,
    transparent 1px
  );
  background-size: 38px 38px;
  pointer-events: none;
  z-index: 0;
  animation: pmDotsDrift 20s linear infinite;
}

.pepmind-news-area .container {
  position: relative;
  z-index: 1;
}

@keyframes pmDotsDrift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 38px 38px;
  }
}

/* ═══════════════════════════════════════════════════
  14. RESPONSIVE TWEAKS
═══════════════════════════════════════════════════ */

@media (max-width: 767px) {
  .pm-typewriter,
  .pm-typewriter-2 {
    white-space: normal;
    border-right: none;
    animation: none;
  }
  .pm-video-heading {
    font-size: 26px;
  }
  .pm-video-stats {
    gap: 18px;
  }
  .pm-char {
    width: 50px;
    height: 50px;
  }
  .pm-video-cartoon {
    display: none;
  }
}

/* ═══════════════════════════════════════════════════
   PARENT CONCERNS - DUO CARD STYLE (Child + Parent)
═══════════════════════════════════════════════════ */

.pm-concern-duo-wrap {
  position: relative;
  width: 100%;
  min-height: 480px;
  padding: 20px 10px 20px 10px;
}

/* --- Card Base --- */

.pm-concern-card {
  position: absolute;
  width: 58%;
}

.pm-card-inner {
  border-radius: 40% 0% 40% 40%;
  padding: 16px 16px 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.pm-card-inner:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.32);
}

.pm-card-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at top right,
    rgba(255, 255, 255, 0.18),
    transparent 65%
  );
  pointer-events: none;
  border-radius: 28px;
}

.pm-card-inner-2 {
  border-radius: 40% 40% 0% 40%;
  padding: 16px 16px 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.pm-card-inner-2:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.32);
}

.pm-card-inner-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at top right,
    rgba(255, 255, 255, 0.18),
    transparent 65%
  );
  pointer-events: none;
  border-radius: 28px;
}

/* --- Card Colors --- */

.pm-card-blue {
  background: linear-gradient(145deg, #183883 0%, #0f5fa8 55%, #1a7fc4 100%);
}

.pm-card-orange {
  background: linear-gradient(145deg, #ff6b35 0%, #fcaf26 60%, #ffd166 100%);
}

/* --- Card Positions --- */

.pm-card-child {
  bottom: 0;
  left: 0;
  z-index: 2;
}

.pm-card-parent {
  top: 0;
  right: 0;
  z-index: 1;
}

/* --- Image Frame (circular crop) --- */

.pm-card-img-frame {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
  border: 4px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 14px;
  position: relative;
}

/* Crop child (bottom-left of image = ladka) */

.pm-crop-child {
  width: 110%;
  /*height: 200%;*/
  object-fit: cover;
  object-position: left bottom;
  margin-top: -10%;
  margin-left: -5%;
  display: block;
}

/* Crop parent (top-right of image = ladki/mom) */

.pm-crop-parent {
  width: 110%;
  height: 200%;
  object-fit: cover;
  object-position: right top;
  margin-top: -20%;
  margin-left: 0%;
  display: block;
}

/* --- Label --- */

.pm-card-label {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  backdrop-filter: blur(4px);
  letter-spacing: 0.3px;
}

.pm-label-dark {
  background: rgba(14, 42, 70, 0.22);
}

.pm-label-icon {
  font-size: 16px;
}

/* --- Sparkles --- */

.pm-sparkle {
  position: absolute;
  font-size: 20px;
  animation: pmSparkleFloat 2.5s ease-in-out infinite;
  pointer-events: none;
  font-weight: 700;
}

.pm-sparkle-1 {
  top: 12px;
  right: 16px;
  color: #ffd166;
  animation-delay: 0s;
  font-size: 18px;
}

.pm-sparkle-2 {
  bottom: 50px;
  right: 10px;
  color: rgba(255, 255, 255, 0.6);
  animation-delay: 1s;
  font-size: 14px;
}

.pm-sparkle-3 {
  top: 12px;
  left: 14px;
  color: #183883;
  animation-delay: 0.5s;
  font-size: 16px;
}

.pm-sparkle-4 {
  bottom: 50px;
  left: 12px;
  color: rgba(255, 255, 255, 0.5);
  animation-delay: 1.5s;
  font-size: 12px;
}

@keyframes pmSparkleFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-8px) scale(1.25);
    opacity: 1;
  }
}

/* --- Decorative dots --- */

.pm-concern-dot {
  position: absolute;
  border-radius: 50%;
  animation: pmConfettiFloat 3s ease-in-out infinite;
}

.pm-dot-1 {
  width: 18px;
  height: 18px;
  background: #fcaf26;
  top: 8%;
  left: 50%;
  animation-delay: 0s;
}

.pm-dot-2 {
  width: 12px;
  height: 12px;
  background: #ff4f7b;
  bottom: 8%;
  left: 55%;
  animation-delay: 0.7s;
}

.pm-dot-3 {
  width: 10px;
  height: 10px;
  background: #00beae;
  top: 45%;
  left: 48%;
  animation-delay: 1.4s;
}

/* Responsive */

@media (max-width: 991px) {
  .pm-concern-duo-wrap {
    min-height: 420px;
  }
  .pm-concern-card {
    width: 56%;
  }
}

@media (max-width: 767px) {
  .pm-concern-duo-wrap {
    min-height: 380px;
  }
  .pm-concern-card {
    width: 52%;
  }
}

/* ═══════════════════════════════════════════════════
   PROGRAM EXPERIENCE - NEW ICON STYLE
═══════════════════════════════════════════════════ */

.pm-prog-exp-area {
  background: linear-gradient(160deg, #0e2a46 0%, #183883 50%, #1a4c90 100%);
  position: relative;
  overflow: hidden;
}

.pm-prog-exp-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.04) 1px,
    transparent 1px
  );
  background-size: 40px 40px;
}

.pm-prog-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(252, 175, 38, 0.18);
  border: 1px solid rgba(252, 175, 38, 0.4);
  color: #fcaf26;
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.pm-prog-title {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
}

.pm-prog-title span {
  color: #fcaf26;
}

.pm-prog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .pm-prog-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

@media (max-width: 991px) {
  .pm-prog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .pm-prog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.pm-prog-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 10px 8px 16px;
  transition: transform 0.3s ease;
}

.pm-prog-item:hover {
  transform: translateY(-8px);
}

.pm-prog-icon-wrap {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.pm-prog-item:hover .pm-prog-icon-wrap {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
}

.pm-prog-svg {
  width: 52px;
  height: 52px;
}

.pm-prog-step-num {
  font-size: 11px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 2px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.pm-prog-item h6 {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}

.pm-prog-family-strip {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.pm-family-svg {
  width: 360px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

/* ═══════════════════════════════════════════════════
   VIDEO SECTION - FULL WIDTH FIX
═══════════════════════════════════════════════════ */

.pm-video-thumb-wrap {
  border-radius: 24px !important;
  overflow: hidden !important;
  width: 100% !important;
}

.pm-video-thumb-wrap img {
  width: 100% !important;
  height: 400px !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 0 !important;
  min-height: unset !important;
}

.pepmind-news-area {
  background: #fff;
  position: relative;
}

.pepmind-news-text {
  color: #5f6168;
  font-size: 16px;
  line-height: 28px;
}

.pepmind-minimal-card {
  position: relative;
  border-radius: 26px;
  padding: 45px 35px;
  height: 100%;
  background: #fff;
  transition: 0.4s;
  border: 2px solid transparent;
}

.pepmind-minimal-card:hover {
  transform: translateY(-10px);
}

.blue-border {
  border-color: #183883;
}

.orange-border {
  border-color: #ff6b35;
}

.green-border {
  border-color: #2ecc71;
}

.minimal-icon {
  width: 90px;
  height: 90px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin-bottom: 28px;
  transition: 0.4s;
  border: 2px dashed;
  animation: floatIcon 3s infinite ease-in-out;
}

.blue-border .minimal-icon {
  color: #183883;
  border-color: #183883;
}

.orange-border .minimal-icon {
  color: #ff6b35;
  border-color: #ff6b35;
}

.green-border .minimal-icon {
  color: #2ecc71;
  border-color: #2ecc71;
}

.pepmind-minimal-card:hover .minimal-icon {
  border-radius: 50%;
  transform: rotate(8deg);
}

@keyframes floatIcon {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}

.minimal-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}

.blue-border .minimal-tag {
  color: #183883;
}

.orange-border .minimal-tag {
  color: #ff6b35;
}

.green-border .minimal-tag {
  color: #2ecc71;
}

.pepmind-minimal-card h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px;
  color: #0e1b3d;
}

.pepmind-minimal-card p {
  color: #5f6168;
  line-height: 28px;
  font-size: 15px;
  margin-bottom: 24px;
}

.minimal-points {
  padding: 0;
  margin: 0;
  list-style: none;
}

.minimal-points li {
  margin-bottom: 14px;
  color: #4f5665;
  font-size: 15px;
  transition: 0.3s;
}

.minimal-points li i {
  margin-right: 10px;
}

.blue-border .minimal-points li i {
  color: #183883;
}

.orange-border .minimal-points li i {
  color: #ff6b35;
}

.green-border .minimal-points li i {
  color: #2ecc71;
}

.pepmind-minimal-card:hover .minimal-points li {
  transform: translateX(5px);
}

@media (max-width: 767px) {
  .pepmind-minimal-card {
    padding: 35px 25px;
  }
  .pepmind-minimal-card h4 {
    font-size: 24px;
  }
  .minimal-icon {
    width: 80px;
    height: 80px;
    font-size: 30px;
  }
}

/*==============================
 PROGRAM EXPERIENCE PREMIUM UI
===============================*/

.pm-prog-exp-area {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  font-family: "Nunito", sans-serif;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.pm-prog-exp-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/video/bg-4-3-2.jpg") !important;
  z-index: -1;
}

/* floating shapes */

.pm-shape {
  position: absolute;
  font-size: 40px;
  opacity: 0.08;
  animation: pmFloat 4s ease-in-out infinite;
  z-index: -1;
}

.pm-shape-1 {
  top: 80px;
  left: 100px;
}

.pm-shape-2 {
  top: 160px;
  right: 120px;
}

.pm-shape-3 {
  bottom: 120px;
  left: 80px;
}

.pm-shape-4 {
  bottom: 80px;
  right: 150px;
}

/* heading */

.pm-prog-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 30px;
  border-radius: 50px;
  background: linear-gradient(135deg, #19317d, #19317d);
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 800;
  margin-bottom: 25px;
  box-shadow: 0 10px 30px rgba(255, 107, 53, 0.25);
}

.pm-prog-label i {
  font-size: 22px;
  animation: pmFloat 2.5s ease-in-out infinite;
}

.pm-prog-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  color: #111;
  max-width: 950px;
  margin: auto;
}

.pm-prog-title span {
  color: #6553f5 !important;
  position: relative;
}

.pm-prog-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 10px;
  background: #ffd84d;
  border-radius: 20px;
  z-index: -1;
}

/* grid */

.pm-prog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  margin-top: 70px;
}

/* card */

.pm-prog-item {
  position: relative;
  background: #fff;
  border-radius: 35px;
  padding: 40px 25px;
  text-align: center;
  overflow: hidden;
  transition: 0.45s;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  border: 2px solid transparent;
}

.pm-prog-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(135deg, #6553f5, #8a7bff);
  transition: 0.45s;
  z-index: -1;
}

.pm-prog-item:hover::before {
  height: 100%;
}

.pm-prog-item:hover {
  transform: translateY(-12px);
  border-color: #6553f5;
}

.pm-prog-item:hover h6,
.pm-prog-item:hover .pm-prog-step-num {
  color: #fff !important;
}

/* icon */

.pm-prog-icon-wrap {
  width: 110px;
  height: 110px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  position: relative;
  animation: pmFloat 3s ease-in-out infinite;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.pm-prog-icon-wrap::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, 0.5);
  animation: pmRotate 12s linear infinite;
}

.pm-prog-svg {
  width: 58px;
  height: 58px;
  transition: 0.4s;
}

.pm-prog-item:hover .pm-prog-svg {
  transform: scale(1.12) rotate(5deg);
}

/* number */

.pm-prog-step-num {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #6553f5;
  transition: 0.4s;
}

/* title */

.pm-prog-item h6 {
  font-size: 23px;
  font-weight: 900;
  color: #111;
  transition: 0.4s;
  margin: 0;
}

/* bubble */

.pm-prog-item::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  top: -40px;
  right: -40px;
}

/* animations */

@keyframes pmFloat {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes pmRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* responsive */

@media (max-width: 1199px) {
  .pm-prog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .pm-prog-grid {
    grid-template-columns: 1fr;
  }
  .pm-prog-title {
    font-size: 34px;
  }
  .pm-prog-item {
    padding: 35px 20px;
  }
}

/* SECTION BG */

.pepmind-social-proof-area {
  overflow: hidden;
  position: relative;
}

/* SLIDER SPACE */

.pepmind-proof-slider {
  padding-bottom: 60px;
}

.pepmind-social-proof-img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.pepmind-social-proof-img img {
  width: min(100%, 360px);
  max-height: 300px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.22));
}

/* BUBBLE CARD */

.pepmind-bubble-card {
  position: relative;
  padding: 38px 28px;
  border-radius: 50px;
  overflow: hidden;
  min-height: 340px;
  transition: 0.4s;
  backdrop-filter: blur(10px);
}

/* Different Bubble Colors */

.bubble-1 {
  background: #00beae;
}

.bubble-2 {
  background: #ff8c42;
}

.bubble-3 {
  background: #7b61ff;
}

.bubble-4 {
  background: #ff4d6d;
}

/* Bubble Shapes */

.pepmind-bubble-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  top: -60px;
  right: -60px;
}

.pepmind-bubble-card::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  bottom: -40px;
  left: -30px;
}

/* Hover */

.pepmind-bubble-card:hover {
  transform: translateY(-10px) rotate(-1deg);
}

/* Quote */

.quote-icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 26px;
  margin-bottom: 25px;
}

/* Stars */

.pepmind-stars {
  margin-bottom: 0px;
}

.pepmind-stars i {
  color: #ffd54a;
  margin-right: 3px;
}

/* Text */

.pepmind-bubble-card p {
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 28px;
  font-weight: 500;
}

/* User */

.user-info {
  display: flex;
  align-items: center;
  gap: 14px;
}

.user-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  object-fit: cover;
  object-position: center;
}

.user-info h5 {
  color: #fff;
  margin-bottom: -24px;
  font-size: 18px;
  font-weight: 700;
}

/* Pagination */

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  width: 28px;
  border-radius: 20px;
}

/* SAME SIZE FOR ALL SLIDES */

.pepmind-proof-slider .swiper-slide {
  height: auto;
  display: flex;
}

/* SAME CARD HEIGHT */

.pepmind-bubble-card {
  width: 100%;
  min-height: 340px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* MOBILE */

@media (max-width: 767px) {
  .pepmind-social-proof-img {
    justify-content: center;
    margin-top: 24px;
  }

  .pepmind-social-proof-img img {
    width: min(100%, 280px);
    max-height: 240px;
  }

  .pepmind-bubble-card {
    min-height: 320px;
  }
}

/* ===================================================
   OUR COURSES SECTION IMPROVED UI
=================================================== */

.pepmind-course-area {
  background: linear-gradient(135deg, #08131f, #10243a);
  position: relative;
  overflow: hidden;
}

/* optional glow bg */

.pepmind-course-area::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(0, 190, 174, 0.08);
  top: -200px;
  right: -150px;
  filter: blur(40px);
}

.pepmind-course-area::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(123, 97, 255, 0.08);
  bottom: -180px;
  left: -120px;
  filter: blur(40px);
}

/* ===================================================
   COURSE CARD
=================================================== */

.pepmind-course-item {
  background: #13253b;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 30px;
  overflow: hidden;
  transition: 0.4s;
  position: relative;
  z-index: 2;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

/* REMOVE BIG UPPER MOVE */

.pepmind-course-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 190, 174, 0.35);
}

/* IMAGE */

.pepmind-course-thumb {
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}

.pepmind-course-thumb img {
  width: 100%;
  transition: 0.6s;
}

.pepmind-course-item:hover .pepmind-course-thumb img {
  transform: scale(1.05);
}

/* CONTENT */

.pepmind-course-content {
  padding: 30px;
}

/* TAG */

.pepmind-course-tag {
  display: inline-block;
  background: rgba(0, 190, 174, 0.15);
  color: #00beae;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

/* TITLE */

.pepmind-course-title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  transition: 0.3s;
}

.pepmind-course-item:hover .pepmind-course-title {
  color: #00beae;
}

/* TEXT */

.pepmind-course-content p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  margin-bottom: 22px;
}

/* FEATURES */

.pepmind-course-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pepmind-course-list li {
  color: #fff;
  font-size: 15px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pepmind-course-list li i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background: #00beae;
  color: #fff;
  font-size: 11px;
}

/* BUTTON */

.pepmind-course-btn {
  margin-top: 25px;
}

.pepmind-course-btn a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #00beae;
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  transition: 0.3s;
}

.pepmind-course-btn a:hover {
  background: #fff;
  color: #08131f;
}

/* ===================================================
   RESPONSIVE
=================================================== */

@media (max-width: 767px) {
  .pepmind-course-content {
    padding: 25px;
  }
  .pepmind-course-title {
    font-size: 22px;
  }
}

/* ===== PAGE BANNER ===== */

.pm-page-banner {
  background: linear-gradient(135deg, #0e2a46 0%, #1a4270 60%, #0e2a46 100%);
  padding: 100px 0 70px;
  position: relative;
  overflow: hidden;
}

.pm-page-banner::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(0, 190, 174, 0.12);
}

.pm-page-banner::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255, 79, 123, 0.1);
}

.pm-page-banner h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 12px;
}

.pm-page-banner h1 span {
  color: #00beae;
}

.pm-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pm-breadcrumb li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

.pm-breadcrumb li a {
  color: #00beae;
  text-decoration: none;
}

.pm-breadcrumb li i {
  font-size: 12px;
}

/* ===== WHO WE ARE ===== */

.pm-about-intro {
  padding: 90px 0 80px;
  background: #fff;
}

.pm-about-intro-img-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.pm-about-main-img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  max-height: 420px;
}

.pm-about-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: #ff4f7b;
  color: #fff;
  border-radius: 16px;
  padding: 18px 22px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(255, 79, 123, 0.35);
}

.pm-about-badge strong {
  display: block;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}

.pm-about-badge span {
  font-size: 13px;
  font-weight: 500;
}

.pm-about-badge-2 {
  position: absolute;
  top: 20px;
  left: -20px;
  background: #00beae;
  color: #fff;
  border-radius: 14px;
  padding: 14px 18px;
  text-align: center;
  box-shadow: 0 6px 24px rgba(0, 190, 174, 0.35);
}

.pm-about-badge-2 strong {
  display: block;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.pm-about-badge-2 span {
  font-size: 12px;
}

/* ===== MISSION / VISION ===== */

.pm-mv-section {
  background: #f6f9fc;
  padding: 80px 0;
}

.pm-mv-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 36px;
  height: 100%;
  box-shadow: 0 6px 30px rgba(14, 42, 70, 0.07);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  position: relative;
  overflow: hidden;
}

.pm-mv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgba(14, 42, 70, 0.13);
}

.pm-mv-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
}

.pm-mv-card.mission::before {
  background: #ff4f7b;
}

.pm-mv-card.vision::before {
  background: #00beae;
}

.pm-mv-card.values::before {
  background: #f7941d;
}

.pm-mv-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 22px;
}

.mission .pm-mv-icon {
  background: rgba(255, 79, 123, 0.1);
  color: #ff4f7b;
}

.vision .pm-mv-icon {
  background: rgba(0, 190, 174, 0.1);
  color: #00beae;
}

.values .pm-mv-icon {
  background: rgba(247, 148, 29, 0.1);
  color: #f7941d;
}

.pm-mv-card h4 {
  font-size: 22px;
  font-weight: 700;
  color: #0e2a46;
  margin-bottom: 14px;
}

.pm-mv-card p {
  color: #555;
  line-height: 1.8;
  font-size: 15px;
  margin: 0;
}

/* ===== FOUNDER SECTION ===== */

.pm-founder-section {
  padding: 90px 0;
  background: #fff;
}

.pm-founder-img-wrap {
  position: relative;
  text-align: center;
}

.pm-founder-img {
  width: 328px;
  height: 323px;
  max-width: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  border: 6px solid #00beae;
  box-shadow: 0 12px 40px rgba(0, 190, 174, 0.25);
}

.pm-founder-ring {
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 330px;
  height: 330px;
  border-radius: 50%;
  border: 2px dashed rgba(0, 190, 174, 0.4);
}

.pm-founder-tag {
  display: inline-block;
  background: #0e2a46;
  color: #fff;
  border-radius: 30px;
  padding: 8px 22px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}

.pm-founder-content h2 {
  font-size: 36px;
  font-weight: 800;
  color: #0e2a46;
  margin-bottom: 8px;
}

.pm-founder-content h2 span {
  color: #00beae;
}

.pm-founder-content .pm-founder-role {
  font-size: 15px;
  color: #ff4f7b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 22px;
  display: block;
}

.pm-founder-content p {
  color: #555;
  font-size: 20px !important;
  line-height: 1.9;
  margin-bottom: 16px;
}

.pm-founder-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f0f4f8;
  color: #0e2a46;
  font-size: 20px !important;
  margin-right: 8px;
  text-decoration: none;
  transition:
    background 0.3s,
    color 0.3s;
}

.pm-founder-social a:hover {
  background: #00beae;
  color: #fff;
}

/* ===== STATS BAR ===== */

.pm-stats-bar {
  background: linear-gradient(135deg, #0e2a46, #1a4270);
  padding: 60px 0;
}

.pm-stat-item {
  text-align: center;
  padding: 10px 0;
}

.pm-stat-num {
  font-size: 52px;
  font-weight: 900;
  color: #00beae;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}

.pm-stat-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 500;
}

.pm-stat-sep {
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
  height: 80px;
  margin: auto;
}

/* ===== WHAT WE TEACH ===== */

.pm-what-section {
  background: #f6f9fc;
  padding: 80px 0;
}

.pm-skill-card {
  background: #fff;
  border-radius: 18px;
  padding: 32px 28px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(14, 42, 70, 0.06);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  height: 100%;
}

.pm-skill-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(14, 42, 70, 0.12);
}

.pm-skill-icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 0 auto 20px;
}

.pm-skill-card h5 {
  font-size: 17px;
  font-weight: 700;
  color: #0e2a46;
  margin-bottom: 10px;
}

.pm-skill-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* ===== WHY PEPMIND ===== */

.pm-why-section {
  padding: 80px 0;
  background: #fff;
}

.pm-why-point {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 28px;
}

.pm-why-icon-box {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 14px;
  background: rgba(0, 190, 174, 0.1);
  color: #00beae;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.pm-why-point h6 {
  font-size: 17px;
  font-weight: 700;
  color: #0e2a46;
  margin-bottom: 5px;
}

.pm-why-point p {
  color: #666;
  font-size: 14px;
  margin: 0;
  line-height: 1.7;
}

/* ===== CTA ===== */

.pm-cta-section {
  background: linear-gradient(135deg, #ff4f7b 0%, #ff8c42 100%);
  padding: 80px 0;
  text-align: center;
}

.pm-cta-section h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 16px;
}

.pm-cta-section p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  margin-bottom: 32px;
}

.pm-cta-btn {
  display: inline-block;
  background: #fff;
  color: #ff4f7b;
  padding: 16px 40px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.pm-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  color: #ff4f7b;
}

.pm-cta-btn-2 {
  display: inline-block;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.7);
  padding: 14px 38px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  margin-left: 16px;
  transition:
    background 0.2s,
    border-color 0.2s;
}

.pm-cta-btn-2:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-color: #fff;
}

@media (max-width: 767px) {
  .pm-page-banner h1 {
    font-size: 32px;
  }
  .pm-about-badge {
    right: 0;
    bottom: -10px;
  }
  .pm-about-badge-2 {
    display: none;
  }
  .pm-founder-img {
    width: 220px;
    height: 220px;
  }
  .pm-founder-ring {
    width: 250px;
    height: 250px;
  }
  .pm-cta-btn-2 {
    margin-left: 0;
    margin-top: 12px;
    display: inline-block;
  }
  .pm-stat-sep {
    display: none;
  }
  .pm-stat-num {
    font-size: 38px;
  }
}

/* ===================================================
   PEPMIND INNER PAGE THEME
=================================================== */

:root {
  --pm-navy: #0e2a46;
  --pm-blue: #183883;
  --pm-orange: #e15517;
  --pm-gold: #fcaf26;
  --pm-pink: #ff4f7b;
  --pm-teal: #00beae;
  --pm-soft: #f6f9fc;
  --pm-text: #53606c;
  --pm-shadow: 0 18px 46px rgba(14, 42, 70, 0.12);
}

.pm-page-banner,
.pm-about-banner,
.pm-contact-banner {
  min-height: 390px !important;
  height: auto !important;
  padding: 110px 0 78px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate;
  background:
    radial-gradient(
      circle at 12% 24%,
      rgba(252, 175, 38, 0.3) 0 0,
      transparent 250px
    ),
    radial-gradient(
      circle at 86% 18%,
      rgba(0, 190, 174, 0.22) 0 0,
      transparent 270px
    ),
    linear-gradient(135deg, #183883 0%, #0e2a46 62%, #e15517 145%) !important;
}

.pm-contact-banner::after,
.pm-about-banner::after,
.pm-page-banner::after {
  content: "" !important;
  position: absolute !important;
  inset: auto -8% -36% auto !important;
  width: 420px !important;
  height: 420px !important;
  border-radius: 999px !important;
  background: rgba(255, 79, 123, 0.18) !important;
  z-index: -1 !important;
}

.pm-contact-banner::before,
.pm-about-banner::before,
.pm-page-banner::before {
  content: "" !important;
  position: absolute !important;
  inset: -22% auto auto 52% !important;
  width: 360px !important;
  height: 360px !important;
  border-radius: 999px !important;
  border: 2px dashed rgba(255, 255, 255, 0.2) !important;
  background: transparent !important;
  animation: pmSlowSpin 28s linear infinite;
  z-index: -1 !important;
}

.pm-contact-banner-inner,
.pm-about-banner-inner,
.pm-page-banner .container {
  position: relative !important;
  z-index: 2 !important;
  text-align: left !important;
}

.pm-contact-banner-inner,
.pm-about-banner-inner {
  width: min(1140px, calc(100% - 30px));
  margin: 0 auto;
}

.pm-page-banner h1,
.pm-about-banner h1,
.pm-contact-banner h1 {
  color: #fff !important;
  font-size: clamp(40px, 6vw, 70px) !important;
  line-height: 1.04 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  margin-bottom: 18px !important;
  text-shadow: none !important;
  max-width: 790px;
}

.pm-page-banner h1 span,
.pm-about-banner h1 span,
.pm-contact-banner h1 span {
  color: var(--pm-gold) !important;
}

.pm-page-banner p,
.pm-about-banner p,
.pm-contact-banner p {
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
  max-width: 760px;
  margin-bottom: 22px !important;
}

.pm-breadcrumb {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.pm-breadcrumb li,
.pm-breadcrumb li a {
  color: rgba(255, 255, 255, 0.82) !important;
  font-weight: 700 !important;
}

.pm-breadcrumb li a:hover,
.pm-breadcrumb li:last-child {
  color: var(--pm-gold) !important;
}

.pm-banner-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.pm-banner-shapes span {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  background: var(--pm-gold);
  opacity: 0.82;
  animation: pmFloatY 4.8s ease-in-out infinite;
}

.pm-banner-shapes span:nth-child(1) {
  top: 26%;
  right: 20%;
}

.pm-banner-shapes span:nth-child(2) {
  top: 62%;
  right: 10%;
  background: var(--pm-teal);
  animation-delay: 0.7s;
}

.pm-banner-shapes span:nth-child(3) {
  top: 38%;
  left: 7%;
  background: var(--pm-pink);
  animation-delay: 1.2s;
}

.pm-about-intro,
.pm-intro-section,
.pm-info-section {
  background: #fff !important;
  padding: 92px 0 76px !important;
}

.pm-mv-section,
.pm-what-section,
.pm-team-section,
.pm-form-section {
  background:
    radial-gradient(
      circle at 90% 8%,
      rgba(252, 175, 38, 0.16),
      transparent 250px
    ),
    var(--pm-soft) !important;
  padding: 88px 0 !important;
}

.pm-stats-bar,
.pm-stats-strip {
  background: linear-gradient(135deg, var(--pm-orange), #ff8748) !important;
  border: 0 !important;
  padding: 56px 0 !important;
}

.pm-stat-box {
  border-right: 1px solid rgba(255, 255, 255, 0.24) !important;
}

.pm-stat-num,
.pm-stat-box .pm-stat-num {
  color: #fff !important;
  font-weight: 900 !important;
}

.pm-stat-label,
.pm-stat-box .pm-stat-label {
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 800 !important;
}

.pm-info-card,
.pm-mv-card,
.pm-skill-card,
.pm-meet-card {
  border-radius: 18px !important;
  border: 1px solid rgba(14, 42, 70, 0.08) !important;
  box-shadow: var(--pm-shadow) !important;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease !important;
}

.pm-info-card:hover,
.pm-mv-card:hover,
.pm-skill-card:hover,
.pm-meet-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 24px 58px rgba(14, 42, 70, 0.16) !important;
  border-color: rgba(225, 85, 23, 0.22) !important;
}

.pm-info-heading,
.pm-intro-heading,
.pm-team-heading,
.pm-form-heading {
  color: var(--pm-navy) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.pm-wave svg path {
  stroke: var(--pm-orange) !important;
}

.pm-info-card.card-address,
.pm-info-card.card-phone,
.pm-info-card.card-email,
.pm-info-card.card-hours {
  border-bottom-width: 5px !important;
}

.pm-info-card.card-address {
  border-bottom-color: var(--pm-blue) !important;
}

.pm-info-card.card-phone {
  border-bottom-color: var(--pm-pink) !important;
}

.pm-info-card.card-email {
  border-bottom-color: var(--pm-teal) !important;
}

.pm-info-card.card-hours {
  border-bottom-color: var(--pm-gold) !important;
}

.card-address .pm-info-icon {
  background: rgba(24, 56, 131, 0.1) !important;
  color: var(--pm-blue) !important;
}

.card-phone .pm-info-icon {
  background: rgba(255, 79, 123, 0.1) !important;
  color: var(--pm-pink) !important;
}

.card-email .pm-info-icon {
  background: rgba(0, 190, 174, 0.1) !important;
  color: var(--pm-teal) !important;
}

.card-hours .pm-info-icon {
  background: rgba(252, 175, 38, 0.14) !important;
  color: var(--pm-orange) !important;
}

.pm-intro-img,
.pm-meet-main-img,
.pm-map-wrap,
.pm-about-main-img {
  border-radius: 22px !important;
  box-shadow: var(--pm-shadow) !important;
}

.pm-form-section form {
  background: #fff;
  border: 1px solid rgba(14, 42, 70, 0.08);
  border-radius: 18px;
  padding: 30px;
  box-shadow: var(--pm-shadow);
}

.pm-field input,
.pm-field select,
.pm-field textarea {
  border-color: rgba(14, 42, 70, 0.14) !important;
  border-radius: 12px !important;
}

.pm-field input:focus,
.pm-field select:focus,
.pm-field textarea:focus {
  border-color: var(--pm-orange) !important;
  box-shadow: 0 0 0 4px rgba(225, 85, 23, 0.12) !important;
}

.pm-submit-btn,
.pm-contact-btn,
.pm-cta-btn {
  background: var(--pm-orange) !important;
  color: #fff !important;
  border-radius: 0 !important;
  box-shadow: 0 12px 28px rgba(225, 85, 23, 0.28) !important;
}

.pm-submit-btn:hover,
.pm-contact-btn:hover,
.pm-cta-btn:hover {
  background: var(--pm-navy) !important;
  color: #fff !important;
  transform: translateY(-3px) !important;
}

.pm-cta-strip,
.pm-cta-section {
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(252, 175, 38, 0.24),
      transparent 260px
    ),
    linear-gradient(135deg, var(--pm-blue), var(--pm-navy)) !important;
  color: #fff !important;
  text-align: center !important;
}

.pm-cta-strip p,
.pm-cta-section p {
  color: rgba(255, 255, 255, 0.86) !important;
}

.pm-cta-strip p a {
  color: var(--pm-gold) !important;
}

.pm-team-social a,
.pm-founder-social a {
  background: var(--pm-orange) !important;
  color: #fff !important;
}

.pm-team-social a:hover,
.pm-founder-social a:hover {
  background: var(--pm-teal) !important;
}

.pm-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.72s ease var(--pm-delay, 0ms),
    transform 0.72s ease var(--pm-delay, 0ms);
}

.pm-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pmFloatY {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-18px) rotate(8deg);
  }
}

@keyframes pmSlowSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pm-reveal,
  .pm-banner-shapes span,
  .pm-contact-banner::before,
  .pm-about-banner::before,
  .pm-page-banner::before {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 767px) {
  .pm-page-banner,
  .pm-about-banner,
  .pm-contact-banner {
    min-height: 320px !important;
    padding: 88px 0 58px !important;
  }
  .pm-page-banner p,
  .pm-about-banner p,
  .pm-contact-banner p {
    font-size: 16px !important;
  }
  .pm-stat-box {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24) !important;
  }
  .pm-form-section form {
    padding: 22px;
  }
}

/* ===================================================
   PEPMIND HEADER MENU PAGES
=================================================== */

.pm-inner-feature-section {
  background: #fff;
  padding: 96px 0 86px;
}

.pm-inner-card-section {
  background:
    radial-gradient(
      circle at 9% 18%,
      rgba(0, 190, 174, 0.13),
      transparent 230px
    ),
    radial-gradient(
      circle at 92% 82%,
      rgba(255, 79, 123, 0.1),
      transparent 260px
    ),
    #f6f9fc;
  padding: 90px 0;
}

.pm-inner-lead {
  color: var(--pm-text);
  font-size: 18px;
  line-height: 1.85;
  margin-bottom: 26px;
}

.pm-inner-check-list {
  display: grid;
  gap: 14px;
  margin-bottom: 8px;
}

.pm-inner-check {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--pm-navy);
  font-size: 16px;
  font-weight: 800;
}

.pm-inner-check i {
  color: var(--pm-teal);
  font-size: 20px;
}

.pm-inner-media-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 24px 58px rgba(14, 42, 70, 0.16);
  background: var(--pm-navy);
}

.pm-inner-media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(14, 42, 70, 0.42));
  pointer-events: none;
}

.pm-inner-media-card img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.pm-inner-media-card:hover img {
  transform: scale(1.04);
}

.pm-inner-media-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  background: var(--pm-orange);
  color: #fff;
  border-radius: 16px;
  padding: 18px 22px;
  min-width: 138px;
  box-shadow: 0 14px 34px rgba(225, 85, 23, 0.28);
  animation: pmFloatY 4.5s ease-in-out infinite;
}

.pm-inner-media-badge strong {
  display: block;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.pm-inner-media-badge span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 800;
}

.pm-inner-info-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(14, 42, 70, 0.08);
  border-radius: 18px;
  padding: 34px 30px;
  box-shadow: var(--pm-shadow);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.pm-inner-info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 58px rgba(14, 42, 70, 0.16);
  border-color: rgba(225, 85, 23, 0.22);
}

.pm-inner-info-icon {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 18px;
  background: rgba(225, 85, 23, 0.1);
  color: var(--pm-orange);
  font-size: 28px;
}

.pm-inner-info-card:nth-child(2n) .pm-inner-info-icon {
  background: rgba(0, 190, 174, 0.11);
  color: var(--pm-teal);
}

.pm-inner-info-card h4 {
  color: var(--pm-navy);
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 12px;
}

.pm-inner-info-card p {
  color: var(--pm-text);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.pm-inner-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: var(--pm-orange);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.pm-inner-card-link:hover {
  color: var(--pm-navy);
  transform: translateX(4px);
}

.pm-course-detail-list {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.pm-course-detail-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(14, 42, 70, 0.04);
  color: var(--pm-navy);
  font-size: 14px;
  line-height: 1.35;
}

.pm-course-detail-list strong {
  flex: 0 0 auto;
  color: var(--pm-orange);
  font-weight: 900;
}

.pm-course-detail-list span {
  color: var(--pm-navy);
  font-weight: 700;
}

@media (max-width: 991px) {
  .pm-inner-media-card img {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .pm-inner-feature-section,
  .pm-inner-card-section {
    padding: 68px 0;
  }
  .pm-inner-lead {
    font-size: 16px;
  }
  .pm-inner-media-badge {
    right: 16px;
    bottom: 16px;
  }
}

/* ===================================================
   PEPMIND FINAL RESPONSIVE + SEO SECTION ORDER FIXES
=================================================== */

html {
  scroll-behavior: smooth;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  text-rendering: optimizeLegibility;
}

main {
  display: flex;
  flex-direction: column;
}

main > .ed-hero-2-area {
  order: 1;
}

main > .it-about-5-area {
  order: 2;
}

main > .ed-video-area,
main > .pm-video-section {
  order: 3;
}

main > .ed-funfact-area {
  order: 4;
}

main > .pepmind-transformation-area {
  order: 5;
}

main > .pepmind-outcomes-area {
  order: 6;
}

main > .pm-skills-area {
  order: 7;
}

main > .ed-choose-area {
  order: 8;
}

main > .pepmind-social-proof-area {
  order: 9;
}

main > .pm-prog-exp-area {
  order: 10;
}

main > .pepmind-news-area {
  order: 11;
}

main > .pepmind-cta-area {
  order: 12;
}

main > .it-blog-area {
  order: 13;
}

img,
svg,
video {
  max-width: 100%;
  height:90%;
}

.ed-section-title,
.pm-prog-title,
.pm-video-heading,
.pepmind-minimal-card h4,
.it-blog-title,
.it-footer-title,
.offcanva-title {
  overflow-wrap: anywhere;
  word-break: normal;
}

.ed-section-title {
  font-size: clamp(28px, 4vw, 45px) !important;
  line-height: 1.08 !important;
}

.it-section-subtitle-5 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  line-height: 1.35 !important;
}

.ed-hero-2-area {
  min-height: auto !important;
  padding: clamp(48px, 10vw, 70px) 0 clamp(48px, 8vw, 89px) !important;
}

.ed-hero-2-content h1.ed-slider-title,
.ed-hero-2-area h1.ed-slider-title {
  font-size: clamp(30px, 3.3vw, 44px) !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
  /*padding-bottom: 22px !important;*/
  max-width: 760px;
}

.ed-hero-2-content h1.ed-slider-title span {
  font-size: inherit !important;
}

.pepmind-flash-word {
  display: inline-block;
  min-width: clamp(138px, 19vw, 245px);
  color: #fcaf26 !important;
}

.ed-hero-2-text p,
.pm-section-lead {
  font-size: clamp(16px, 1.7vw, 18px) !important;
  line-height: 1.75 !important;
}

.ed-hero-2-button,
.ed-hero-2-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.ed-hero-2-area .row {
  min-height: 0 !important;
}

.ed-hero-2-right {
  max-height: 560px;
  overflow: hidden;
}

.ed-hero-2-thumb img,
.ed-hero-thumb-student img,
.ed-hero-thumb-courses img {
  max-height: 520px;
  object-fit: contain;
}

.ed-hero-2-content > .pm-cartoon-wrap {
  display: none !important;
}

.ed-hero-2-content .pm-hero-badges ~ .pm-hero-badges {
  display: none !important;
}

.ed-btn-radius {
  white-space: normal;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pm-skills-area {
  background:
    radial-gradient(
      circle at 10% 18%,
      rgba(0, 190, 174, 0.1),
      transparent 240px
    ),
    radial-gradient(
      circle at 88% 74%,
      rgba(225, 85, 23, 0.09),
      transparent 260px
    ),
    #ffffff;
}

.pm-section-lead {
  max-width: 780px;
  margin: 16px auto 0;
  color: #4f5665;
}

.pm-skills-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pm-skill-tile {
  min-height: 145px;
  border: 1px solid rgba(14, 42, 70, 0.09);
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 24px 16px;
  box-shadow: 0 12px 30px rgba(14, 42, 70, 0.07);
  text-align: center;
}

.pm-skill-tile i {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #183883;
  font-size: 22px;
}

.pm-skill-tile:nth-child(3n + 2) i {
  background: #e15517;
}

.pm-skill-tile:nth-child(3n) i {
  background: #00beae;
}

.pm-skill-tile span {
  color: #0e2a46;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
}

.pepmind-shape-box,
.pm-prog-item,
.pepmind-bubble-card,
.it-blog-item {
  border-radius: 20% 0% 20% 0% !important;
}
.pepmind-minimal-card {
  border-radius: 8px !important;
}

.pm-prog-grid,
.pepmind-outcomes-area .row,
.pepmind-news-area .row,
.it-blog-area .row {
  min-width: 0;
}

.pm-prog-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pepmind-popup-form {
  width: min(920px, calc(100vw - 28px)) !important;
  max-height: calc(100vh - 28px) !important;
}

.popup-close-btn {
  flex: 0 0 auto;
}

.pm-floaters {
  display: none !important;
}

@media (max-width: 1199px) {
  .ed-header-4-logo img {
    max-width: 180px !important;
  }
  .pm-prog-grid,
  .pm-skills-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991px) {
  .container,
  .container-3 {
    max-width: 94% !important;
  }
  .ed-hero-2-content,
  .ed-hero-2-right {
    max-width: 100% !important;
    text-align: center;
  }
  .ed-hero-2-content {
    display: block !important;
  }
  .ed-hero-2-right {
    display: none !important;
  }
  .ed-hero-2-button,
  .ed-hero-2-button-wrapper,
  .pm-hero-badges {
    justify-content: center;
  }
  .pm-concern-duo-wrap {
    margin-bottom: 36px;
  }
  .pepmind-popup-form {
    grid-template-columns: 1fr !important;
    overflow-y: auto !important;
  }
}

@media (max-width: 767px) {
  .ed-hero-2-area {
    padding-top: 78px !important;
  }
  .ed-hero-2-content h1.ed-slider-title,
  .ed-hero-2-area h1.ed-slider-title {
    font-size: clamp(27px, 8vw, 34px) !important;
    line-height: 1.18 !important;
  }
  .ed-hero-2-right {
    display: none !important;
  }
  .pm-hero-badges {
    display: none !important;
  }
  .ed-slider-title br,
  .ed-section-title br {
    display: none !important;
  }
  .ed-hero-2-text p,
  .pm-section-lead,
  .pepmind-news-text,
  .pepmind-minimal-card p,
  .it-about-5-text p {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }
  .pm-skills-grid,
  .pm-prog-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .pm-skill-tile {
    min-height: 118px;
    padding: 20px 14px;
  }
  .pm-prog-exp-area,
  .pepmind-social-proof-area,
  .pepmind-news-area,
  .pm-skills-area,
  .pepmind-outcomes-area,
  .pepmind-transformation-area,
  .ed-choose-area,
  .it-blog-area {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }
  .pepmind-popup-form {
    width: calc(100vw - 18px) !important;
    max-height: calc(100vh - 18px) !important;
    border-radius: 8px !important;
  }
  .popup-left,
  .popup-right {
    padding: 24px !important;
  }
}

@media (max-width: 420px) {
  .ed-header-4-logo img {
    max-width: 150px !important;
  }
  .ed-btn-radius {
    width: 100%;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .pepmind-flash-word {
    min-width: 0;
  }
}

/* ===================================================
   PEPMIND SPEED + SMOOTH IMAGE GRADIENT POLISH
=================================================== */

.it-about-5-area,
.pm-video-section,
.ed-funfact-area,
.pepmind-transformation-area,
.pepmind-outcomes-area,
.pm-skills-area,
.ed-choose-area,
.pepmind-social-proof-area,
.pm-prog-exp-area,
.pepmind-news-area,
.pepmind-cta-area,
.it-blog-area {
  content-visibility: auto;
  contain-intrinsic-size: 1px 760px;
}

.ed-hero-2-area,
.pepmind-popup-form,
.itoffcanvas,
.body-overlay,
.pepmind-popup-overlay {
  will-change: transform, opacity;
}

.pepmind-popup-overlay {
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease !important;
}

.pepmind-popup-form {
  transform: translate(-50%, -48%) scale(0.98) !important;
  opacity: 0;
  transition:
    opacity 0.24s ease,
    transform 0.24s ease !important;
}

.pepmind-popup-form.active {
  transform: translate(-50%, -50%) scale(1) !important;
  opacity: 1;
}

.ed-hero-2-right,
.pm-concern-duo-wrap,
.pepmind-transform-visual,
.pm-video-thumb-wrap,
.it-blog-item .fix,
.it-footer-thumb,
.pepmind-bubble-card .user-info img,
.pm-prog-icon-wrap,
.pepmind-icon,
.pm-card-img-frame {
}

.ed-hero-2-right::before {
  background:
    radial-gradient(
      circle at 26% 20%,
      rgba(255, 255, 255, 0.34),
      transparent 28%
    ),
    linear-gradient(145deg, #ff8a34 0%, #fcaf26 38%, #00beae 72%, #183883 100%) !important;
  box-shadow: 0 30px 90px rgba(14, 42, 70, 0.18);
}

.pm-card-blue,
.pm-card-orange {
  background:
    radial-gradient(
      circle at 20% 18%,
      rgba(255, 255, 255, 0.42),
      transparent 30%
    ),
    linear-gradient(140deg, #183883 0%, #00beae 52%, #fcaf26 100%) !important;
}

.pm-card-orange {
  background:
    radial-gradient(
      circle at 18% 16%,
      rgba(255, 255, 255, 0.42),
      transparent 30%
    ),
    linear-gradient(140deg, #e15517 0%, #fcaf26 54%, #ff4f7b 100%) !important;
}

.pepmind-transform-card.before .pepmind-transform-visual {
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(255, 255, 255, 0.55),
      transparent 28%
    ),
    linear-gradient(135deg, #ffd6dd 0%, #ff9bb0 52%, #fcaf26 100%) !important;
}

.pepmind-transform-card.after .pepmind-transform-visual {
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(255, 255, 255, 0.55),
      transparent 28%
    ),
    linear-gradient(135deg, #bff7ef 0%, #00beae 52%, #183883 100%) !important;
}

.pm-video-thumb-wrap,
.it-blog-item .fix,
.it-footer-thumb {
  padding: 6px;
}

.pm-video-thumb-wrap img,
.it-blog-item .fix img,
.it-footer-thumb img {
  border-radius: 8px;
  display: block;
}

.pm-prog-icon-wrap {
  background:
    radial-gradient(
      circle at 26% 20%,
      rgba(255, 255, 255, 0.45),
      transparent 30%
    ),
    linear-gradient(135deg, #183883, #00beae, #fcaf26) !important;
}

@media (prefers-reduced-motion: no-preference) {
  .ed-hero-2-content,
  .pm-skill-tile,
  .pepmind-shape-box,
  .pm-prog-item,
  .pepmind-minimal-card {
    transition:
      transform 0.22s ease,
      box-shadow 0.22s ease,
      opacity 0.22s ease !important;
  }
}

@media (max-width: 767px) {
  .it-about-5-area,
  .pm-video-section,
  .ed-funfact-area,
  .pepmind-transformation-area,
  .pepmind-outcomes-area,
  .pm-skills-area,
  .ed-choose-area,
  .pepmind-social-proof-area,
  .pm-prog-exp-area,
  .pepmind-news-area,
  .pepmind-cta-area,
  .it-blog-area {
    contain-intrinsic-size: 1px 620px;
  }
}

/* ===================================================
   RESTORE ORIGINAL HERO + PARENT VISUAL DESIGN
   Keeps PDF section order and responsive behavior.
=================================================== */

.ed-hero-2-right,
.pm-concern-duo-wrap,
.pm-card-img-frame {
  background: transparent !important;
}

.ed-hero-2-right {
  max-height: none !important;
  overflow: visible !important;
}

.ed-hero-2-thumb img,
.ed-hero-thumb-student img,
.ed-hero-thumb-courses img {
  max-height: none !important;
}

.ed-hero-2-right::before {
  width: 150px !important;
  height: 150px !important;
  right: 8% !important;
  top: 6% !important;
  border-radius: 50% !important;
  background: radial-gradient(
    circle,
    rgba(255, 224, 74, 0.55),
    rgba(225, 85, 23, 0.22) 48%,
    transparent 72%
  ) !important;
  box-shadow: none !important;
}

.ed-hero-2-thumb::after {
  display: block !important;
}

.ed-hero-2-thumb.style-1::after {
  background-color: #e15517 !important;
}

.ed-hero-2-thumb.style-2::after {
  background-color: #00beae !important;
}

.pm-card-blue {
  background: linear-gradient(
    145deg,
    #183883 0%,
    #0f5fa8 55%,
    #1a7fc4 100%
  ) !important;
}

.pm-card-orange {
  background: linear-gradient(
    145deg,
    #ff6b35 0%,
    #fcaf26 60%,
    #ffd166 100%
  ) !important;
}

.pm-card-img-frame {
  background: rgba(255, 255, 255, 0.15) !important;
  border: 4px solid rgba(255, 255, 255, 0.35) !important;
}

@media (min-width: 992px) {
  .ed-hero-2-right {
    display: block !important;
    transform: translateX(10px) scale(0.86) !important;
    transform-origin: center right;
    padding-bottom: 220px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ed-hero-2-right {
    display: block !important;
    width: min(560px, 86vw);
    margin: 28px auto -42px !important;
    transform: scale(0.72) !important;
    transform-origin: top center;
    padding-bottom: 250px !important;
  }
  .pm-concern-duo-wrap {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .ed-hero-2-right {
    display: none !important;
  }
  .pm-concern-duo-wrap {
    min-height: 360px !important;
    padding-left: 0;
    padding-right: 0;
  }
  .pm-concern-card {
    width: 57% !important;
  }
}

@media (max-width: 1199px) {
  .ed-header-4-logo img {
    width: auto !important;
    max-width: 220px !important;
    height: auto !important;
  }
}

@media (max-width: 575px) {
  .ed-header-4-logo img {
    max-width: 150px !important;
  }
}

/* ===================================================
   FINAL CLEANUP: NO CARTOONS + RESPONSIVE TYPE
=================================================== */

.pm-cartoon-wrap,
.pm-video-cartoon,
.pm-char,
.pm-floaters,
.pm-shape,
.pm-sparkle {
  display: none !important;
}

.ed-hero-2-content h1.ed-slider-title,
.ed-hero-2-area h1.ed-slider-title {
  font-size: clamp(34px, 3.4vw, 46px) !important;
  line-height: 1.17 !important;
}

.ed-section-title,
.pm-video-heading,
.pm-prog-title {
  font-size: clamp(30px, 3.6vw, 34px) !important;
  line-height: 1.18 !important;
}

.pepmind-minimal-card h4,
.it-blog-title,
.pm-skill-tile span,
.pepmind-shape-box h5 {
  /* font-size: clamp(17px, 1.8vw, 17px) !important; */
  line-height: 1.3 !important;
}

.it-footer-list ul li a {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  line-height: 1.35;
}

.it-footer-list ul li a i {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 50%;
  color: #fff !important;
  font-size: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ed-hero-2-content h1.ed-slider-title,
  .ed-hero-2-area h1.ed-slider-title {
    font-size: clamp(28px, 3.7vw, 34px) !important;
    line-height: 1.2 !important;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .ed-section-title,
  .pm-video-heading,
  .pm-prog-title {
    font-size: clamp(28px, 4vw, 36px) !important;
  }
  .ed-hero-2-text p,
  .pm-section-lead,
  .pm-video-subtext,
  .pepmind-news-text,
  .it-about-5-text p {
    font-size: 17px !important;
    line-height: 1.72 !important;
  }
  .it-footer-title {
    font-size: 22px !important;
  }
  .it-footer-list ul li a {
    font-size: 15px !important;
  }
}

/* Program Experience final: no card boxes, clean color journey + sparkles */

#program-experience.pm-prog-exp-area {
  background-color: #fff8ed !important;
  background-image:
    radial-gradient(
      circle at 10% 18%,
      rgba(252, 175, 38, 0.24),
      transparent 24%
    ),
    radial-gradient(
      circle at 86% 16%,
      rgba(0, 190, 174, 0.18),
      transparent 24%
    ),
    url(../img/video/bg-4-3-2.jpg) !important;
  background-repeat: no-repeat, no-repeat, no-repeat !important;
  background-size:
    520px 520px,
    460px 460px,
    min(520px, 46vw) auto !important;
  background-position:
    left -180px top -170px,
    right -150px top -150px,
    right 36px bottom 24px !important;
  padding-top: 92px !important;
  padding-bottom: 92px !important;
  isolation: isolate;
}

#program-experience.pm-prog-exp-area::before,
#program-experience.pm-prog-exp-area::after {
  content: "" !important;
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

#program-experience.pm-prog-exp-area::before {
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(24, 56, 131, 0.08) 1px, transparent 1px),
    radial-gradient(circle, #fff 0 2px, transparent 3px);
  background-size:
    38px 38px,
    180px 180px;
  animation: pmDotsDrift 22s linear infinite;
  opacity: 0.8;
}

#program-experience.pm-prog-exp-area::after {
  width: 8px;
  height: 8px;
  left: 12%;
  top: 28%;
  border-radius: 50%;
  background: #fcaf26;
  box-shadow:
    165px -54px 0 1px #00beae,
    340px 72px 0 0 #ff4f7b,
    620px -16px 0 2px #fcaf26,
    810px 92px 0 0 #00beae,
    960px -44px 0 1px #fff;
  animation: pmProgSparkle 2.8s ease-in-out infinite;
}

#program-experience .container {
  position: relative;
  z-index: 1;
}

#program-experience .pm-prog-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e15517 !important;
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(225, 85, 23, 0.16) !important;
  border-radius: 999px !important;
  padding: 8px 18px !important;
  box-shadow: 0 10px 26px rgba(225, 85, 23, 0.08);
}

#program-experience .pm-prog-title {
  color: #0e2a46 !important;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#program-experience .pm-prog-title span {
  color: #e15517 !important;
}

#program-experience .pm-prog-title span::after {
  display: none !important;
}

#program-experience .pm-prog-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 34px 22px !important;
  max-width: 1120px !important;
  margin: 56px auto 0 !important;
  padding: 0 !important;
}

#program-experience .pm-prog-grid::before {
  display: none !important;
}

#program-experience .pm-prog-item,
#program-experience .pm-prog-item:nth-child(odd),
#program-experience .pm-prog-item:nth-child(even),
#program-experience .pm-prog-item:hover {
  position: relative;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center !important;
  padding: 0 8px 22px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  transform: none !important;
}

#program-experience .pm-prog-item::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  top: 46px;
  left: 50%;
  width: calc(100% + 22px);
  height: 4px;
  transform: translateX(0);
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(24, 56, 131, 0.28),
    rgba(225, 85, 23, 0.34),
    rgba(0, 190, 174, 0.28)
  );
  z-index: -1;
}

#program-experience .pm-prog-item:nth-child(4n)::before,
#program-experience .pm-prog-item:last-child::before {
  display: none !important;
}

#program-experience .pm-prog-item::after {
  content: "✦" !important;
  display: block !important;
  position: absolute;
  top: -8px;
  right: 18%;
  width: auto;
  height: auto;
  color: #fcaf26;
  background: transparent;
  font-size: 18px;
  animation: pmProgTwinkle 2.6s ease-in-out infinite;
  z-index: 2;
}

#program-experience .pm-prog-item:nth-child(2n)::after {
  content: "★" !important;
  color: #00beae;
  top: 14px;
  right: 10%;
  animation-delay: 0.45s;
}

#program-experience .pm-prog-item:nth-child(3n)::after {
  color: #ff4f7b;
  right: 78%;
  animation-delay: 0.9s;
}

#program-experience .pm-prog-icon-wrap {
  width: 92px !important;
  height: 92px !important;
  flex: 0 0 92px;
  margin: 0 0 16px !important;
  padding: 0 !important;
  border: 4px solid #fff !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0 14px 28px rgba(14, 42, 70, 0.15) !important;
  animation: pmProgFloat 4s ease-in-out infinite !important;
}

#program-experience .pm-prog-icon-wrap::before {
  display: none !important;
}

#program-experience .pm-prog-icon-wrap img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  border-radius: 50% !important;
  object-fit: cover;
  background: transparent !important;
}

#program-experience .pm-prog-step-num {
  order: initial;
  min-width: 58px;
  margin: 0 0 10px !important;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.4px;
  background: #183883;
}

#program-experience .pm-prog-step-num::before {
  content: "" !important;
}

#program-experience .pm-prog-item:nth-child(3n + 2) .pm-prog-step-num {
  background: #e15517;
}

#program-experience .pm-prog-item:nth-child(3n) .pm-prog-step-num {
  background: #00beae;
}

#program-experience .pm-prog-item h6 {
  order: initial;
  margin: 0 !important;
  color: #0e2a46 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  max-width: 190px;
}

@keyframes pmProgFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}

@keyframes pmProgTwinkle {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.72) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.25) rotate(18deg);
  }
}

@keyframes pmProgSparkle {
  0%,
  100% {
    opacity: 0.35;
    transform: translateY(0) scale(0.9);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px) scale(1.18);
  }
}

@media (max-width: 1199px) {
  #program-experience .pm-prog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 720px !important;
    row-gap: 40px !important;
  }
  #program-experience .pm-prog-item:nth-child(2n)::before {
    display: none !important;
  }
  #program-experience .pm-prog-item:nth-child(4n)::before {
    display: block !important;
  }
}

@media (max-width: 767px) {
  #program-experience.pm-prog-exp-area {
    background-size:
      360px 360px,
      300px 300px,
      260px auto !important;
    background-position:
      left -180px top -130px,
      right -150px top -120px,
      right -76px bottom 20px !important;
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  #program-experience .pm-prog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px 12px !important;
    margin-top: 38px !important;
  }
  #program-experience .pm-prog-item,
  #program-experience .pm-prog-item:nth-child(odd),
  #program-experience .pm-prog-item:nth-child(even) {
    padding: 0 4px 14px !important;
  }
  #program-experience .pm-prog-icon-wrap {
    width: 72px !important;
    height: 72px !important;
    flex-basis: 72px;
    margin-bottom: 12px !important;
  }
  #program-experience .pm-prog-item::before {
    top: 36px;
    width: calc(100% + 12px);
  }
  #program-experience .pm-prog-step-num {
    min-width: 48px;
    font-size: 11px !important;
    padding: 5px 8px;
  }
  #program-experience .pm-prog-item h6 {
    font-size: 15px !important;
    max-width: 140px;
  }
  #program-experience.pm-prog-exp-area::after {
    left: 7%;
    top: 22%;
    box-shadow:
      92px -30px 0 1px #00beae,
      178px 46px 0 0 #ff4f7b,
      280px -18px 0 1px #fcaf26;
  }
}

/* Homepage stat boxes: corrected numbers and clean box layout */

.ed-funfact-area .row {
  justify-content: center;
}

.ed-funfact-wrap .it-funfact-item {
  height: 100%;
  min-height: 100%;
  width: 100%;
  padding: 22px 16px 20px;
  border: 1px solid rgba(14, 42, 70, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(14, 42, 70, 0.06);
}

.ed-funfact-wrap .it-funfact-item.border-style-1::after {
  right: -17px;
  top: 38px;
  height: 64%;
  border-right: 2px dotted #0e2a46;
  background: transparent;
}

.ed-funfact-wrap .it-funfact-icon {
  margin-bottom: 20px !important;
}

.ed-funfact-wrap .it-funfact-icon span {
  width: 90px !important;
  height: 90px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px dashed #0e2a46;
  border-radius: 50%;
  background: #fff;
}

.ed-funfact-wrap .it-funfact-icon span::after {
  width: 62px !important;
  height: 62px !important;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  background: #ff9f0a !important;
  border-radius: 50%;
  z-index: 0;
}

.ed-funfact-wrap .it-funfact-icon span i {
  position: relative;
  z-index: 1;
  color: #0e2a46 !important;
  font-size: 32px;
}

.ed-funfact-wrap .it-funfact-content h6 {
  color: #e15517 !important;
  font-size: clamp(32px, 3vw, 44px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  margin-bottom: 12px;
}

.ed-funfact-wrap .it-funfact-content h6 small {
  display: block;
  margin-top: 8px;
  color: #e15517;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.1;
}

.ed-funfact-wrap .it-funfact-content span {
  display: block;
  color: #0e2a46 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

@media (max-width: 1199px) {
  .ed-funfact-wrap .it-funfact-item.border-style-1::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .ed-funfact-wrap .it-funfact-item {
    min-height: 220px;
    padding: 22px 14px;
  }
  .ed-funfact-wrap .it-funfact-icon span {
    width: 86px !important;
    height: 86px !important;
  }
  .ed-funfact-wrap .it-funfact-icon span::after {
    width: 60px !important;
    height: 60px !important;
  }
  .ed-funfact-wrap .it-funfact-content span {
    font-size: 17px !important;
  }
}
/* ===== FUNFACT ALIGNMENT FIX ===== */

.it-funfact-bg-wrap .row{
    align-items:center;
}

.it-funfact-bg-wrap .col-xl-4,
.it-funfact-bg-wrap .col-lg-4,
.it-funfact-bg-wrap .col-md-6{
    display:flex;
    justify-content:center;
}

.it-funfact-bg-wrap .d-flex{
    width: 100%;
    min-height: 131px;
    padding: 13px 65px;
    /* align-items: center !important; */
    justify-content: center !important;
    gap: 0px;
}

.it-funfact-icon{
    flex:0 0 90px;
    margin-bottom:0 !important;
}

.it-funfact-content{
    width:220px; /* same width for all */
    position:relative;
    padding-left:13px;
}


.it-funfact-content h6{
    margin-bottom:8px !important;
    line-height:1 !important;
    white-space:nowrap;
}

.it-funfact-content span{
    display:block;
    margin-top:5px;
}

/* Mobile */
@media(max-width:767px){

    .it-funfact-bg-wrap .col-md-6{
        margin-bottom:25px;
    }

    .it-funfact-content{
        width:auto;
        min-width:160px;
    }

    .it-funfact-content:before{
        height:55px;
    }
}

/* Measurable Outcomes growth graph */

.pepmind-growth-graph {
  position: relative;
  margin: 28px 0 44px;
  padding: 30px;
  border-radius: 8px;
  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(252, 175, 38, 0.2),
      transparent 24%
    ),
    linear-gradient(135deg, #ffffff 0%, #f4fbff 52%, #fff8ed 100%);
  border: 1px solid rgba(24, 56, 131, 0.12);
  box-shadow: 0 20px 55px rgba(14, 42, 70, 0.08);
  overflow: hidden;
}

.pepmind-growth-graph::before,
.pepmind-growth-graph::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.pepmind-growth-graph::before {
  width: 12px;
  height: 12px;
  right: 36px;
  top: 30px;
  background: #fcaf26;
  box-shadow:
    -82px 54px 0 #00beae,
    -172px 18px 0 #e15517;
  animation: pmProgSparkle 2.8s ease-in-out infinite;
}

.pepmind-growth-graph::after {
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(24, 56, 131, 0.06) 1px,
    transparent 1px
  );
  background-size: 32px 32px;
  z-index: 0;
}

.pepmind-growth-head,
.pepmind-growth-bars,
.pepmind-growth-legend {
  position: relative;
  z-index: 1;
}

.pepmind-growth-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.pepmind-growth-head span {
  display: inline-flex;
  color: #e15517;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.pepmind-growth-head h3 {
  color: #0e2a46;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 900;
  line-height: 1.15;
  margin: 0;
}

.pepmind-growth-head strong {
  flex: 0 0 auto;
  padding: 10px 16px;
  border-radius: 999px;
  color: #183883;
  background: rgba(24, 56, 131, 0.08);
  font-size: 14px;
  font-weight: 900;
}

.pepmind-growth-bars {
  display: grid;
  gap: 14px;
}

.pepmind-growth-row {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}

.pepmind-growth-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #0e2a46;
  font-size: 17px;
  font-weight: 900;
}

.pepmind-growth-label i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #183883;
}

.pepmind-growth-row:nth-child(2n) .pepmind-growth-label i {
  background: #e15517;
}

.pepmind-growth-row:nth-child(3n) .pepmind-growth-label i {
  background: #00beae;
}

.pepmind-growth-track {
  position: relative;
  display: grid;
  gap: 8px;
}

.pepmind-growth-track span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: var(--value);
  min-width: 54px;
  height: 23px;
  padding-right: 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  animation: pepmindGrowthFill 1.1s ease both;
  transform-origin: left center;
}

.pepmind-growth-track .before {
  background: #9aa6b2;
  opacity: 0.82;
}

.pepmind-growth-track .after {
  background: linear-gradient(90deg, #e15517, #fcaf26);
  box-shadow: 0 8px 20px rgba(225, 85, 23, 0.22);
}

.pepmind-growth-legend {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  margin-top: 22px;
  color: #53606c;
  font-size: 14px;
  font-weight: 800;
}

.pepmind-growth-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pepmind-growth-legend i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.pepmind-growth-legend .before-dot {
  background: #9aa6b2;
}

.pepmind-growth-legend .after-dot {
  background: #e15517;
}

@keyframes pepmindGrowthFill {
  from {
    transform: scaleX(0.18);
    opacity: 0.35;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .pepmind-growth-graph {
    padding: 20px 14px;
    margin: 22px 0 34px;
  }
  .pepmind-growth-head {
    display: block;
  }
  .pepmind-growth-head strong {
    display: inline-flex;
    margin-top: 14px;
  }
  .pepmind-growth-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .pepmind-growth-label {
    font-size: 16px;
  }
  .pepmind-growth-label i {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .pepmind-growth-track {
    gap: 6px;
  }
  .pepmind-growth-track span {
    height: 21px;
  }
  .pepmind-growth-legend {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 16px;
  }
}

/* Hero image fit + shine animation */

.ed-hero-2-area .ed-hero-2-right {
  min-height: 560px !important;
  max-width: 660px;
  /*margin-left: auto;*/
}

.ed-hero-2-area .ed-hero-2-thumb {
  overflow: hidden !important;
  padding: 0 !important;
  background:
    radial-gradient(
      circle at 24% 18%,
      rgba(255, 255, 255, 0.32),
      transparent 28%
    ),
    linear-gradient(135deg, #e15517 0%, #ff6b35 42%, #fcaf26 78%, #ffd166 100%) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.ed-hero-2-area .ed-hero-2-thumb.style-2 {
  background:
    radial-gradient(
      circle at 28% 20%,
      rgba(255, 255, 255, 0.3),
      transparent 30%
    ),
    linear-gradient(135deg, #00beae 0%, #16d6c7 42%, #183883 78%, #0e2a46 100%) !important;
}

.ed-hero-2-area .ed-hero-2-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  display: block;
  border-radius: 0 !important;
}

.ed-hero-2-area .ed-hero-2-thumb.style-1 {
  width: min(380px, 68%) !important;
  height: 360px !important;
  position: absolute !important;
  left: 2% !important;
  top: 18px !important;
  margin-left: 0 !important;
  border-radius: 36% 0 36% 36% !important;
  animation: pmHeroImageFloat 5s ease-in-out infinite;
}

.ed-hero-2-area .ed-hero-2-thumb.style-2 {
  width: min(360px, 58%) !important;
  height: 360px !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 28px !important;
  margin-right: 0 !important;
  border-radius: 40% 40% 40% 0 !important;
  animation: pmHeroImageFloat 5s ease-in-out 0.7s infinite;
}

.ed-hero-2-area .ed-hero-2-thumb::after {
  display: block !important;
  left: auto !important;
  right: 14px !important;
  bottom: 14px !important;
  width: 88px !important;
  height: 88px !important;
  transform: none !important;
  border-radius: 50% !important;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.34),
    rgba(255, 255, 255, 0) 68%
  ) !important;
  z-index: 1 !important;
  animation: pmHeroGlowDrift 3.4s ease-in-out infinite;
}

.ed-hero-2-area .ed-hero-2-title,
.ed-hero-2-area .ed-slider-title {
  animation: pmHeroTitleGlow 3.6s ease-in-out infinite;
}

.ed-hero-2-area .pepmind-flash-word {
  color: #fcaf26;
  display: inline-block;
  animation: pmHeroWordPop 1.5s ease-in-out infinite;
}

.pm-hero-spark {
  position: absolute;
  z-index: 5;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fcaf26;
  box-shadow: 0 0 0 6px rgba(252, 175, 38, 0.16);
  animation: pmHeroSparkle 2.4s ease-in-out infinite;
}

.pm-spark-1 {
  top: 58px;
  right: 18%;
}

.pm-spark-2 {
  top: 44%;
  left: 4%;
  width: 9px;
  height: 9px;
  background: #00beae;
  box-shadow: 0 0 0 6px rgba(0, 190, 174, 0.14);
  animation-delay: 0.55s;
}

.pm-spark-3 {
  right: 5%;
  bottom: 24%;
  width: 10px;
  height: 10px;
  background: #e15517;
  box-shadow: 0 0 0 6px rgba(225, 85, 23, 0.15);
  animation-delay: 1s;
}

.pepmind-floating-whatsapp {
  position: fixed;
  right: 16px;
  bottom: 125px;
  z-index: 9997;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(37, 211, 102, 0.34);
  font-size: 30px;
  animation: none !important;
}

.pepmind-floating-whatsapp::before {
  display: none !important;
}

.pepmind-floating-whatsapp:hover {
  color: #fff !important;
  transform: translateY(-4px);
  background: #1fb85a;
}

@keyframes pmHeroImageFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-12px) scale(1.015);
  }
}

@keyframes pmHeroSparkle {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    transform: scale(1.25);
  }
}

@keyframes pmHeroGlowDrift {
  0%,
  100% {
    opacity: 0.55;
    transform: translateY(0) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateY(-8px) scale(1.08);
  }
}

@keyframes pmHeroTitleGlow {
  0%,
  100% {
    text-shadow: 0 0 0 rgba(252, 175, 38, 0);
  }
  50% {
    text-shadow: 0 10px 34px rgba(252, 175, 38, 0.18);
  }
}

@keyframes pmHeroWordPop {
  0%,
  100% {
    transform: translateY(0);
    color: #fcaf26;
  }
  50% {
    transform: translateY(-4px);
    color: #00beae;
  }
}

@keyframes pmWhatsappPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-3px) scale(1.05);
  }
}

@keyframes pmWhatsappRing {
  0% {
    transform: scale(0.86);
    opacity: 0.75;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .ed-hero-2-area .ed-hero-2-right {
    min-height: 520px !important;
    max-width: 560px;
    margin: 30px auto 0 !important;
  }
  .ed-hero-2-area .ed-hero-2-thumb.style-1 {
    height: 320px !important;
  }
  .ed-hero-2-area .ed-hero-2-thumb.style-2 {
    height: 300px !important;
  }
}

@media (max-width: 767px) {
  .ed-hero-2-area .ed-hero-2-right {
    display: block !important;
    min-height: 360px !important;
    max-width: 360px;
    margin-top: 24px !important;
    transform: none !important;
    padding-bottom: 0 !important;
  }
  .ed-hero-2-area .ed-hero-2-thumb.style-1 {
    width: 68% !important;
    height: 220px !important;
    left: 0 !important;
    top: 0 !important;
  }
  .ed-hero-2-area .ed-hero-2-thumb.style-2 {
    width: 60% !important;
    height: 220px !important;
    right: 0 !important;
    bottom: 16px !important;
  }
  .ed-hero-thumb-student,
  .ed-hero-thumb-courses {
    display: none !important;
  }
  .pepmind-floating-whatsapp {
    width: 52px;
    height: 52px;
    right: 16px;
    bottom: 118px;
    font-size: 27px;
  }
}

/* Footer polish: keep logo from taking too much width */

.custom-footer-design .it-footer-logo img,
.it-footer-area .it-footer-logo img {
  width: auto !important;
  max-width: 190px !important;
  height: auto !important;
  display: block;
}

.custom-footer-design .it-footer-text p {
  max-width: 340px;
}

@media (max-width: 767px) {
  .custom-footer-design .it-footer-logo img,
  .it-footer-area .it-footer-logo img {
    max-width: 150px !important;
  }
}

/* Our Courses: hover should only change color, not move or zoom */

.pepmind-course-item,
.pepmind-course-thumb img,
.pepmind-course-title,
.pepmind-course-tag,
.pepmind-course-btn a {
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease !important;
}

.pepmind-course-item:hover {
  transform: none !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18) !important;
  border-color: rgba(225, 85, 23, 0.55) !important;
  background: #172b44 !important;
}

.pepmind-course-item:hover .pepmind-course-thumb img {
  transform: none !important;
}

.pepmind-course-item:hover .pepmind-course-title {
  color: #fcaf26 !important;
}

.pepmind-course-item:hover .pepmind-course-tag {
  color: #fff !important;
  background: #e15517 !important;
}

.pepmind-course-item:hover .pepmind-course-list li i,
.pepmind-course-item:hover .pepmind-course-btn a {
  background: #e15517 !important;
  color: #fff !important;
}

.pepmind-course-btn a:hover {
  transform: none !important;
  background: #e15517 !important;
  color: #fff !important;
}

/* Footer Our Programs: hover only changes color */

.custom-footer-design .it-footer-list ul li a,
.it-footer-area .it-footer-list ul li a {
  transition: color 0.25s ease !important;
  transform: none !important;
}

.custom-footer-design .it-footer-list ul li a:hover,
.it-footer-area .it-footer-list ul li a:hover {
  color: #fcaf26 !important;
  transform: none !important;
}

.custom-footer-design .it-footer-list ul li a i,
.it-footer-area .it-footer-list ul li a i {
  transition: color 0.25s ease !important;
  transform: none !important;
}

.custom-footer-design .it-footer-list ul li a:hover i,
.it-footer-area .it-footer-list ul li a:hover i {
  color: #e15517 !important;
  transform: none !important;
}

/* WHY CHOOSE PEPMIND - match Parent Concerns visual card style */

.ed-choose-area .pepmind-image-layout {
  width: 100% !important;
  max-width: 620px;
  min-height: 520px;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 8px;
  position: relative;
}

.ed-choose-area .circle-img {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
  padding: 16px 16px 12px;
  border: 0 !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24) !important;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  background: linear-gradient(145deg, #183883 0%, #0f5fa8 55%, #1a7fc4 100%);
}

.ed-choose-area .circle-img::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    ellipse at top right,
    rgba(255, 255, 255, 0.18),
    transparent 65%
  );
  pointer-events: none;
}

.ed-choose-area .circle-img:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.32) !important;
}

.ed-choose-area .circle-img img {
  position: relative;
  z-index: 1;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  display: block;
  border-radius: 50% !important;
  object-fit: cover;
  object-position: center;
  background: rgba(255, 255, 255, 0.15);
  border: 4px solid rgba(255, 255, 255, 0.35);
}

.ed-choose-area .top-img {
  width: 58% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  top: 0 !important;
  right: 0 !important;
  z-index: 1;
  border-radius: 40% 0 40% 40% !important;
  background: linear-gradient(145deg, #ff6b35 0%, #fcaf26 60%, #ffd166 100%);
}

.ed-choose-area .left-img {
  width: 56% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  left: 0 !important;
  bottom: 0 !important;
  z-index: 2;
  border-radius: 40% 40% 0 40% !important;
  background: linear-gradient(145deg, #183883 0%, #0f5fa8 55%, #1a7fc4 100%);
}

.ed-choose-area .bottom-img {
  width: 38% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  right: 12% !important;
  bottom: 8% !important;
  z-index: 3;
  border-radius: 40% 0 40% 40% !important;
  background: linear-gradient(145deg, #00beae 0%, #fcaf26 58%, #ff6b35 100%);
}

.ed-choose-area .shape-dot {
  background: #fcaf26;
  opacity: 1;
}

.ed-choose-area .dot-2 {
  background: #ff4f7b;
}

.ed-choose-area .dot-3 {
  background: #00beae;
}

.ed-choose-area .dot-4 {
  background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991px) {
  .ed-choose-area .pepmind-image-layout {
    max-width: 560px;
    min-height: 460px;
    margin-top: 44px;
  }
}

@media (max-width: 767px) {
  .ed-choose-area .pepmind-image-layout {
    max-width: 420px;
    min-height: 360px;
    margin-top: 34px;
    padding-left: 0;
    padding-right: 0;
  }
  .ed-choose-area .circle-img {
    padding: 10px 10px 8px;
  }
}

/* Social Proof background: keep it distinct from WHY CHOOSE PEPMIND */

.pepmind-social-proof-area .it-section-subtitle-5,
.pepmind-social-proof-area .it-section-subtitle-5.orange {
  color: #e15517 !important;
  background: rgba(225, 85, 23, 0.08) !important;
  border-color: rgba(225, 85, 23, 0.18) !important;
}

.pepmind-social-proof-area .ed-section-title {
  color: #0e2a46 !important;
}

.pepmind-social-proof-area .swiper-pagination-bullet {
  background: #183883 !important;
  opacity: 0.25;
}

.pepmind-social-proof-area .swiper-pagination-bullet-active {
  background: #e15517 !important;
  opacity: 1;
}

/* Program Experience layout refresh */

.pm-prog-exp-area {
  background:
    radial-gradient(
      circle at 14% 16%,
      rgba(252, 175, 38, 0.24),
      transparent 28%
    ),
    radial-gradient(circle at 84% 24%, rgba(0, 190, 174, 0.2), transparent 26%),
    linear-gradient(135deg, #0e2a46 0%, #183883 58%, #10265d 100%) !important;
}

.pm-prog-grid {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px 58px !important;
  max-width: 1040px;
  margin: 64px auto 0 !important;
  padding: 14px 0;
}

.pm-prog-grid::before {
  content: "";
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 50%;
  width: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(180deg, #fcaf26, #00beae, #e15517);
  opacity: 0.8;
}

.pm-prog-item {
  min-height: 176px !important;
  display: grid !important;
  grid-template-columns: 86px minmax(0, 1fr);
  align-items: center;
  column-gap: 18px;
  padding: 24px 24px !important;
  border-radius: 8px !important;
  text-align: left !important;
  overflow: visible !important;
  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid rgba(255, 255, 255, 0.42) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16) !important;
}

.pm-prog-item:nth-child(odd) {
  transform: translateY(18px);
}

.pm-prog-item:nth-child(even) {
  transform: translateY(-18px);
}

.pm-prog-item:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(252, 175, 38, 0.7) !important;
}

.pm-prog-item::before,
.pm-prog-item::after {
  display: none !important;
}

.pm-prog-icon-wrap {
  width: 78px !important;
  height: 78px !important;
  margin: 0 !important;
  grid-row: 1 / span 2;
  animation: none !important;
  box-shadow: 0 12px 28px rgba(14, 42, 70, 0.18) !important;
}

.pm-prog-icon-wrap::before {
  inset: 8px !important;
}

.pm-prog-icon-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 50%;
}

.pm-prog-step-num {
  margin: 0 0 6px !important;
  color: #e15517 !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

.pm-prog-item h6 {
  margin: 0 !important;
  color: #0e2a46 !important;
  font-size: clamp(18px, 1.7vw, 24px) !important;
  line-height: 1.18 !important;
}

.pm-prog-item:hover h6,
.pm-prog-item:hover .pm-prog-step-num {
  color: #0e2a46 !important;
}

@media (max-width: 991px) {
  .pm-prog-grid {
    grid-template-columns: 1fr !important;
    max-width: 680px;
    gap: 18px !important;
    margin-top: 46px !important;
    padding-left: 26px;
  }
  .pm-prog-grid::before {
    left: 0;
    transform: none;
    top: 18px;
    bottom: 18px;
  }
  .pm-prog-item,
  .pm-prog-item:nth-child(odd),
  .pm-prog-item:nth-child(even),
  .pm-prog-item:hover {
    transform: none !important;
  }
}

@media (max-width: 575px) {
  .pm-prog-grid {
    padding-left: 18px;
    gap: 14px !important;
  }
  .pm-prog-item {
    min-height: 148px !important;
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 14px;
    padding: 18px 16px !important;
  }
  .pm-prog-icon-wrap {
    width: 62px !important;
    height: 62px !important;
  }
  .pm-prog-step-num {
    font-size: 15px !important;
  }
  .pm-prog-item h6 {
    font-size: 18px !important;
  }
}

/* Program Experience - use COMMUNITY & EVENTS card layout, no extra timeline style */

.pm-prog-exp-area {
  background: #fff !important;
  position: relative;
  overflow: hidden;
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.pm-prog-exp-area::before {
  content: "" !important;
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(24, 56, 131, 0.06) 1px,
    transparent 1px
  ) !important;
  background-size: 38px 38px !important;
  pointer-events: none;
  z-index: 0;
  animation: pmDotsDrift 20s linear infinite;
}

.pm-prog-exp-area .container {
  position: relative;
  z-index: 1;
}

.pm-prog-label {
  color: #e15517 !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin-bottom: 16px !important;
}

.pm-prog-title {
  color: #0e2a46 !important;
}

.pm-prog-title span {
  color: #e15517 !important;
}

.pm-prog-title span::after {
  display: none !important;
}

.pm-prog-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  max-width: 100% !important;
  margin-top: 48px !important;
  padding: 0 !important;
}

.pm-prog-grid::before {
  display: none !important;
}

.pm-prog-item,
.pm-prog-item:nth-child(odd),
.pm-prog-item:nth-child(even),
.pm-prog-item:hover {
  min-height: 260px !important;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  text-align: left !important;
  padding: 38px 30px !important;
  border-radius: 26px !important;
  border: 2px solid transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;
  transform: none !important;
  transition: 0.4s;
}

.pm-prog-item:hover {
  transform: translateY(-10px) !important;
}

.pm-prog-item:nth-child(3n + 1) {
  border-color: #183883 !important;
  background: linear-gradient(135deg, #eef2ff, #ffffff, #e4ecff) !important;
  background-size: 300% 300% !important;
  animation: pmGradShift 7s ease infinite;
}

.pm-prog-item:nth-child(3n + 2) {
  border-color: #ff6b35 !important;
  background: linear-gradient(135deg, #fff5f0, #ffffff, #ffe8de) !important;
  background-size: 300% 300% !important;
  animation: pmGradShift 7s ease infinite 1.5s;
}

.pm-prog-item:nth-child(3n) {
  border-color: #2ecc71 !important;
  background: linear-gradient(135deg, #efffef, #ffffff, #d8ffea) !important;
  background-size: 300% 300% !important;
  animation: pmGradShift 7s ease infinite 3s;
}

.pm-prog-item:nth-child(3n + 1):hover {
  box-shadow:
    0 20px 60px rgba(24, 56, 131, 0.18),
    0 0 0 4px rgba(24, 56, 131, 0.12) !important;
}

.pm-prog-item:nth-child(3n + 2):hover {
  box-shadow:
    0 20px 60px rgba(255, 107, 53, 0.18),
    0 0 0 4px rgba(255, 107, 53, 0.12) !important;
}

.pm-prog-item:nth-child(3n):hover {
  box-shadow:
    0 20px 60px rgba(46, 204, 113, 0.18),
    0 0 0 4px rgba(46, 204, 113, 0.12) !important;
}

.pm-prog-icon-wrap {
  width: 90px !important;
  height: 90px !important;
  flex: 0 0 90px;
  margin: 0 0 24px !important;
  border-radius: 24px !important;
  border: 2px dashed currentColor !important;
  background: transparent !important;
  box-shadow: none !important;
  animation: floatIcon 3s infinite ease-in-out !important;
}

.pm-prog-icon-wrap::before {
  display: none !important;
}

.pm-prog-item:nth-child(3n + 1) .pm-prog-icon-wrap,
.pm-prog-item:nth-child(3n + 1) .pm-prog-step-num {
  color: #183883 !important;
}

.pm-prog-item:nth-child(3n + 2) .pm-prog-icon-wrap,
.pm-prog-item:nth-child(3n + 2) .pm-prog-step-num {
  color: #ff6b35 !important;
}

.pm-prog-item:nth-child(3n) .pm-prog-icon-wrap,
.pm-prog-item:nth-child(3n) .pm-prog-step-num {
  color: #2ecc71 !important;
}

.pm-prog-item:hover .pm-prog-icon-wrap {
  border-radius: 50% !important;
  transform: rotate(8deg);
}

.pm-prog-icon-wrap img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 20px !important;
  object-fit: cover;
}

.pm-prog-step-num {
  order: 2;
  margin: 0 0 16px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.5px;
}

.pm-prog-step-num::before {
  content: "STEP ";
}

.pm-prog-item h6 {
  order: 3;
  margin: 0 !important;
  color: #0e1b3d !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.pm-prog-item:hover h6,
.pm-prog-item:hover .pm-prog-step-num {
  color: inherit;
}

@media (max-width: 991px) {
  .pm-prog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .pm-prog-exp-area {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }
  .pm-prog-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    margin-top: 34px !important;
  }
  .pm-prog-item,
  .pm-prog-item:nth-child(odd),
  .pm-prog-item:nth-child(even) {
    min-height: 220px !important;
    padding: 32px 24px !important;
  }
  .pm-prog-icon-wrap {
    width: 80px !important;
    height: 80px !important;
    flex-basis: 80px;
  }
  .pm-prog-item h6 {
    font-size: 24px !important;
  }
}

@media (max-width: 767px) {
  .ed-hero-2-content h1.ed-slider-title,
  .ed-hero-2-area h1.ed-slider-title {
    font-size: clamp(28px, 7.7vw, 34px) !important;
    line-height: 1.2 !important;
    text-align: left !important;
  }
  .ed-section-title,
  .pm-video-heading,
  .pm-prog-title {
    font-size: clamp(26px, 7vw, 32px) !important;
    line-height: 1.2 !important;
  }
  .it-section-subtitle-5 {
    font-size: 12px !important;
  }
  .ed-hero-2-text p,
  .pm-section-lead,
  .pm-video-subtext,
  .pepmind-news-text,
  .pepmind-minimal-card p,
  .it-about-5-text p,
  .it-footer-text p {
    font-size: 15px !important;
    line-height: 1.68 !important;
  }
  .pepmind-shape-box h5,
  .pm-skill-tile span {
    font-size: 16px !important;
  }
  .it-footer-title {
    font-size: 21px !important;
    margin-bottom: 18px;
  }
  .it-footer-list ul li {
    margin-bottom: 12px;
  }
  .it-footer-list ul li a {
    font-size: 15px !important;
  }
}

@keyframes titleDrop {
  from {
    opacity: 0;
    transform: translateY(-24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}

@keyframes spinCW {
  to {
    transform: rotate(360deg);
  }
}

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

@keyframes fromLeft {
  from {
    opacity: 0;
    transform: translateX(-70px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fromRight {
  from {
    opacity: 0;
    transform: translateX(70px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@keyframes decisionPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2) rotate(10deg);
  }
}

@keyframes eyeBlink {
  0%,
  90%,
  100% {
    transform: scaleY(1);
  }
  95% {
    transform: scaleY(0.1);
  }
}

@keyframes sparkle {
  0%,
  100% {
    filter: drop-shadow(0 0 2px #fff);
  }
  50% {
    filter: drop-shadow(0 0 8px #ffd700);
  }
}

@keyframes bulbFlicker {
  0%,
  100% {
    opacity: 1;
  }
  45% {
    opacity: 0.4;
  }
  55% {
    opacity: 1;
  }
  75% {
    opacity: 0.6;
  }
  85% {
    opacity: 1;
  }
}

@keyframes chatBounce {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-4px) scale(1.08);
  }
}

@keyframes heartbeat {
  0%,
  100% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.2);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.15);
  }
  70% {
    transform: scale(1);
  }
}

@keyframes slideIn {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}

@keyframes crownBounce {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  30% {
    transform: translateY(-6px) rotate(-8deg);
  }
  60% {
    transform: translateY(-3px) rotate(5deg);
  }
}

@keyframes thinkSpin {
  to {
    transform: rotate(360deg);
  }
}

/* BG icon animations */

@keyframes bgFloat1 {
  0%,
  100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
  33% {
    transform: translateY(-18px) rotate(15deg) scale(1.05);
  }
  66% {
    transform: translateY(-8px) rotate(-8deg) scale(0.97);
  }
}

@keyframes bgFloat2 {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-22px) rotate(-20deg);
  }
}

@keyframes bgFloat3 {
  0%,
  100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
  40% {
    transform: translateY(-14px) rotate(25deg) scale(1.1);
  }
  80% {
    transform: translateY(-6px) rotate(-10deg) scale(0.95);
  }
}

@keyframes bgDrift {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(8px, -12px) rotate(10deg);
  }
  50% {
    transform: translate(-5px, -20px) rotate(-5deg);
  }
  75% {
    transform: translate(10px, -10px) rotate(15deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes bgPulse {
  0%,
  100% {
    opacity: 0.06;
  }
  50% {
    opacity: 0.13;
  }
}

@keyframes bgSpin {
  to {
    transform: rotate(360deg);
  }
}

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

.sk-section {
  background: #192371;
  padding: 52px 24px 64px;
  font-family: "Nunito", sans-serif;
  overflow: hidden;
  position: relative;
  min-height: 500px;
}

/* dot grid */

.sk-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.04) 1px,
    transparent 1px
  );
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}

/* ── BG ICONS LAYER ── */

.bg-icons {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.bg-icon {
  position: absolute;
  opacity: 0.07;
}

.bg-icon svg {
  stroke: #fff;
  fill: none;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bg-icon.i1 {
  width: 64px;
  height: 64px;
  top: 6%;
  left: 4%;
  animation: bgFloat1 7s ease-in-out infinite;
}

.bg-icon.i2 {
  width: 48px;
  height: 48px;
  top: 12%;
  right: 8%;
  animation: bgFloat2 9s ease-in-out infinite;
}

.bg-icon.i3 {
  width: 80px;
  height: 80px;
  top: 30%;
  left: -2%;
  animation: bgFloat3 11s ease-in-out infinite;
  opacity: 0.05;
}

.bg-icon.i4 {
  width: 55px;
  height: 55px;
  top: 22%;
  right: 2%;
  animation: bgDrift 13s ease-in-out infinite;
}

.bg-icon.i5 {
  width: 44px;
  height: 44px;
  bottom: 28%;
  left: 6%;
  animation: bgFloat2 8s ease-in-out 1s infinite;
}

.bg-icon.i6 {
  width: 70px;
  height: 70px;
  bottom: 12%;
  right: 5%;
  animation: bgFloat1 10s ease-in-out 2s infinite;
  opacity: 0.05;
}

.bg-icon.i7 {
  width: 40px;
  height: 40px;
  bottom: 6%;
  left: 30%;
  animation: bgFloat3 6s ease-in-out 0.5s infinite;
}

.bg-icon.i8 {
  width: 52px;
  height: 52px;
  top: 50%;
  left: 42%;
  animation: bgDrift 15s ease-in-out 3s infinite;
  opacity: 0.04;
}

.bg-icon.i9 {
  width: 36px;
  height: 36px;
  top: 70%;
  right: 20%;
  animation: bgFloat1 8s ease-in-out 1.5s infinite;
}

.bg-icon.i10 {
  width: 60px;
  height: 60px;
  top: 8%;
  left: 45%;
  animation: bgFloat2 12s ease-in-out 4s infinite;
  opacity: 0.05;
}

/* spinning rings in bg */

.bg-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.07);
  pointer-events: none;
  z-index: 0;
}

.bg-ring.r1 {
  width: 200px;
  height: 200px;
  top: -60px;
  right: -60px;
  animation: bgSpin 20s linear infinite;
}

.bg-ring.r2 {
  width: 160px;
  height: 160px;
  top: -40px;
  right: -40px;
  border-style: dashed;
  animation: bgSpinRev 15s linear infinite;
}

.bg-ring.r3 {
  width: 180px;
  height: 180px;
  bottom: -50px;
  left: -50px;
  animation: bgSpin 25s linear infinite;
}

.bg-ring.r4 {
  width: 130px;
  height: 130px;
  bottom: -30px;
  left: -30px;
  border-style: dashed;
  animation: bgSpinRev 18s linear infinite;
}

.bg-ring.r5 {
  width: 120px;
  height: 120px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation:
    bgPulse 4s ease-in-out infinite,
    bgSpin 30s linear infinite;
}

/* content above bg */

.sk-header,
.sk-grid {
  position: relative;
  z-index: 1;
}

.sk-header {
  text-align: center;
  margin-bottom: 44px;
}

.sk-script {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: clamp(36px, 6vw, 56px);
  color: #fff;
  display: block;
  line-height: 1;
  animation: titleDrop 0.8s ease both;
}

.sk-sub {
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(10px, 2vw, 13px);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 6px;
  animation: titleDrop 0.8s ease 0.2s both;
}

.sk-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 18px 0 0;
  animation: titleDrop 0.8s ease 0.35s both;
}

.sk-line-bar {
  height: 1.5px;
  width: clamp(40px, 8vw, 80px);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4));
}

.sk-line-bar.r {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), transparent);
}

.sk-line-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e05520;
}

.sk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 44px) clamp(12px, 3vw, 28px);
  max-width: 640px;
  margin: 0 auto;
}

@media (max-width: 500px) {
  .sk-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 380px;
  }
}

@media (max-width: 320px) {
  .sk-grid {
    grid-template-columns: 1fr;
    max-width: 200px;
  }
}

.sk-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  opacity: 0;
  cursor: pointer;
}

.sk-node.zz-left {
  animation: fromLeft 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.sk-node.zz-right {
  animation: fromRight 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.sk-node.zz-bot {
  animation: fromBottom.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.sk-wrap {
  position: relative;
  width: clamp(76px, 12vw, 94px);
  height: clamp(76px, 12vw, 94px);
  animation: float 3.5s ease-in-out infinite;
}

.sk-node:nth-child(2) .sk-wrap {
  animation-delay: 0.4s;
}

.sk-node:nth-child(3) .sk-wrap {
  animation-delay: 0.8s;
}

.sk-node:nth-child(4) .sk-wrap {
  animation-delay: 0.2s;
}

.sk-node:nth-child(5) .sk-wrap {
  animation-delay: 0.6s;
}

.sk-node:nth-child(6) .sk-wrap {
  animation-delay: 1s;
}

.sk-node:nth-child(7) .sk-wrap {
  animation-delay: 0.3s;
}

.sk-node:nth-child(8) .sk-wrap {
  animation-delay: 0.7s;
}

.sk-node:nth-child(9) .sk-wrap {
  animation-delay: 1.1s;
}

.sk-ring1 {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-top-color: rgba(255, 255, 255, 0.6);
  animation: spinCW 7s linear infinite;
}

.sk-ring2 {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 1.5px dashed rgba(255, 255, 255, 0.18);
  border-bottom-color: rgba(255, 255, 255, 0.55);
  animation: spinCCW 5s linear infinite;
}

.sk-circle {
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e05520, #f07030);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
  box-shadow: 0 4px 20px rgba(224, 85, 32, 0.5);
}

.sk-node:hover .sk-circle {
  transform: scale(1.1);
}

.sk-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sk-icon svg {
  width: clamp(20px, 3.5vw, 26px);
  height: clamp(20px, 3.5vw, 26px);
  stroke: #fff;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.node-decision .sk-icon svg {
  animation: decisionPulse 2.5s ease-in-out infinite;
}

.node-concentration .sk-icon svg {
  animation: eyeBlink 3s ease-in-out infinite;
}

.node-memory .sk-icon svg {
  animation: sparkle 2s ease-in-out infinite;
}

.node-cognitive .sk-icon svg {
  animation: bulbFlicker 3s ease-in-out infinite;
}

.node-comm .sk-icon svg {
  animation: chatBounce 2s ease-in-out infinite;
}

.node-think .sk-icon svg {
  animation: thinkSpin 6s linear infinite;
}

.node-life .sk-icon svg {
  animation: heartbeat 1.5s ease-in-out infinite;
}

.node-present .sk-icon svg {
  animation: slideIn 2s ease-in-out infinite;
}

.node-lead .sk-icon svg {
  animation: crownBounce 2.5s ease-in-out infinite;
}

.sk-label {
  font-size: clamp(9px, 1.8vw, 11px);
  font-weight: 800;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 5px clamp(8px, 2vw, 13px);
  border-radius: 20px;
  white-space: nowrap;
  transition:
    background 0.3s,
    transform 0.3s,
    border-color 0.3s;
}

.sk-node:hover .sk-label {
  background: rgba(224, 85, 32, 0.5);
  border-color: rgba(224, 85, 32, 0.8);
  transform: scale(1.06);
}

@keyframes titleDrop {
  from {
    opacity: 0;
    transform: translateY(-24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}

@keyframes spinCW {
  to {
    transform: rotate(360deg);
  }
}

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

@keyframes fromLeft {
  from {
    opacity: 0;
    transform: translateX(-70px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fromRight {
  from {
    opacity: 0;
    transform: translateX(70px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@keyframes bgFloat1 {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  40% {
    transform: translateY(-16px) rotate(12deg);
  }
}

@keyframes bgFloat2 {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-22px) rotate(-18deg);
  }
}

@keyframes bgFloat3 {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  40% {
    transform: translateY(-14px) scale(1.1);
  }
}

@keyframes bgDrift {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(8px, -14px);
  }
  50% {
    transform: translate(-6px, -20px);
  }
  75% {
    transform: translate(10px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes bgSpin {
  to {
    transform: rotate(360deg);
  }
}

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

@keyframes bgPulse {
  0%,
  100% {
    opacity: 0.04;
  }
  50% {
    opacity: 0.09;
  }
}

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

@keyframes iconBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@keyframes iconSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes iconWave {
  0%,
  100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-12deg);
  }
  75% {
    transform: rotate(12deg);
  }
}

@keyframes arrowPop {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

/* BG rings */

.bg-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(25, 35, 113, 0.07);
  pointer-events: none;
  z-index: 0;
}

.bg-ring.r1 {
  width: 220px;
  height: 220px;
  top: -70px;
  right: -70px;
  animation: bgSpin 22s linear infinite;
}

.bg-ring.r2 {
  width: 170px;
  height: 170px;
  top: -45px;
  right: -45px;
  border-style: dashed;
  animation: bgSpinRev 16s linear infinite;
}

.bg-ring.r3 {
  width: 190px;
  height: 190px;
  bottom: -60px;
  left: -60px;
  animation: bgSpin 28s linear infinite;
}

.bg-ring.r4 {
  width: 140px;
  height: 140px;
  bottom: -35px;
  left: -35px;
  border-style: dashed;
  animation: bgSpinRev 20s linear infinite;
}

.bg-ring.r5 {
  width: 130px;
  height: 130px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation:
    bgPulse 4s ease-in-out infinite,
    bgSpin 32s linear infinite;
}

/* BG floating icons */

.bg-icons {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.bg-icon {
  position: absolute;
  opacity: 0.05;
}

.bg-icon svg {
  stroke: #192371;
  fill: none;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bi1 {
  top: 5%;
  left: 3%;
  animation: bgFloat1 8s ease-in-out infinite;
}

.bi2 {
  top: 10%;
  right: 6%;
  animation: bgFloat2 10s ease-in-out 1s infinite;
}

.bi3 {
  top: 35%;
  left: -1%;
  opacity: 0.03 !important;
  animation: bgFloat3 13s ease-in-out infinite;
}

.bi4 {
  top: 20%;
  right: 1%;
  animation: bgDrift 14s ease-in-out infinite;
}

.bi5 {
  bottom: 25%;
  left: 5%;
  animation: bgFloat2 9s ease-in-out 2s infinite;
}

.bi6 {
  bottom: 10%;
  right: 4%;
  opacity: 0.03 !important;
  animation: bgFloat1 11s ease-in-out 3s infinite;
}

.bi7 {
  bottom: 5%;
  left: 35%;
  animation: bgFloat3 7s ease-in-out 0.5s infinite;
}

.bi8 {
  top: 55%;
  left: 44%;
  opacity: 0.025 !important;
  animation: bgDrift 16s ease-in-out 4s infinite;
}

.oc-header,
.oc-grid,
.oc-bar-section {
  position: relative;
  z-index: 1;
}

/* header */

.oc-header {
  text-align: center;
  margin-bottom: 50px;
}

.oc-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(224, 85, 32, 0.1);
  border: 1px solid rgba(224, 85, 32, 0.25);
  color: #e05520;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 14px;
  animation: titleDrop 0.7s ease both;
}

.oc-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 5vw, 46px);
  color: #192371;
  line-height: 1.15;
  animation: titleDrop 0.7s ease 0.15s both;
}

.oc-title span {
  color: #e05520;
}

.oc-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
  animation: titleDrop 0.7s ease 0.3s both;
}

.oc-line-bar {
  height: 1.5px;
  width: clamp(40px, 8vw, 80px);
  background: linear-gradient(90deg, transparent, rgba(25, 35, 113, 0.25));
}

.oc-line-bar.r {
  background: linear-gradient(90deg, rgba(25, 35, 113, 0.25), transparent);
}

.oc-line-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e05520;
}

/* 4 cards */

.oc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto 52px;
}

@media (max-width: 700px) {
  .oc-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 480px;
  }
}

@media (max-width: 380px) {
  .oc-grid {
    grid-template-columns: 1fr;
    max-width: 220px;
  }
}

.oc-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  background: #f7f8ff;
  border: 1px solid rgba(25, 35, 113, 0.1);
  border-radius: 18px;
  padding: 28px 16px 22px;
  opacity: 0;
  cursor: pointer;
  transition:
    background 0.3s,
    border-color 0.3s,
    transform 0.3s,
    box-shadow 0.3s;
}

.oc-card:hover {
  background: #fff;
  border-color: rgba(224, 85, 32, 0.35);
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(224, 85, 32, 0.12);
}

.oc-card.zz-left {
  animation: fromLeft 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.oc-card.zz-right {
  animation: fromRight 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.oc-card.zz-bot {
  animation: fromBottom 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.oc-wrap {
  position: relative;
  width: 86px;
  height: 86px;
  animation: float 3.5s ease-in-out infinite;
}

.oc-card:nth-child(2) .oc-wrap {
  animation-delay: 0.4s;
}

.oc-card:nth-child(3) .oc-wrap {
  animation-delay: 0.8s;
}

.oc-card:nth-child(4) .oc-wrap {
  animation-delay: 0.2s;
}

.oc-ring1 {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(25, 35, 113, 0.12);
  border-top-color: #192371;
  animation: spinCW 7s linear infinite;
}

.oc-ring2 {
  position: absolute;
  inset: 8px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1.5px dashed rgba(25, 35, 113, 0.15);
  border-bottom-color: #192371;
  animation: spinCCW 5s linear infinite;
}

.oc-circle {
  position: absolute;
  inset: 15px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e05520, #f07030);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(224, 85, 32, 0.4);
  transition: transform 0.3s;
}

.oc-card:hover .oc-circle {
  transform: scale(1.1);
}

.oc-circle svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card-conf .oc-circle svg {
  animation: iconPulse 2s ease-in-out infinite;
}

.card-stage .oc-circle svg {
  animation: iconBounce 2.2s ease-in-out infinite;
}

.card-clarity .oc-circle svg {
  animation: iconSpin 5s linear infinite;
}

.card-comm .oc-circle svg {
  animation: iconWave 2.5s ease-in-out infinite;
}

.oc-stat {
  font-size: clamp(22px, 4vw, 30px);
  font-weight: 800;
  color: #192371;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 4px;
}

.oc-stat .arr {
  color: #e05520;
  font-size: clamp(18px, 3vw, 24px);
  animation: arrowPop 1.5s ease-in-out infinite;
}

.oc-stat .pct {
  font-size: clamp(13px, 2vw, 16px);
  color: #888;
  font-weight: 600;
}

.oc-name {
  font-size: clamp(10px, 2vw, 12px);
  font-weight: 800;
  color: #192371;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1.4;
}

/* bars */

.oc-bar-section {
  max-width: 820px;
  margin: 0 auto;
}

.oc-bar-title {
  text-align: center;
  color: #999;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.oc-bar-row {
  margin-bottom: 20px;
  opacity: 0;
}

.oc-bar-row.bar-visible {
  animation: fromBottom 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.oc-bar-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
}

.oc-bar-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #192371;
  font-size: 13px;
  font-weight: 700;
}

.oc-bar-label svg {
  width: 16px;
  height: 16px;
  stroke: #e05520;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oc-bar-pct {
  color: #e05520;
  font-size: 13px;
  font-weight: 800;
}

.oc-track {
  position: relative;
  height: 10px;
  background: rgba(25, 35, 113, 0.07);
  border-radius: 10px;
  overflow: hidden;
}

.oc-bar-before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(25, 35, 113, 0.18);
  border-radius: 10px;
  width: 0%;
  transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.oc-bar-after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(90deg, #e05520, #f07030);
  border-radius: 10px;
  width: 0%;
  transition: width 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
  box-shadow: 0 0 10px rgba(224, 85, 32, 0.3);
}

.oc-legend {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 28px;
}

.oc-legend span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: #666;
  font-weight: 600;
}

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

.leg-before {
  background: rgba(25, 35, 113, 0.2);
}

.leg-after {
  background: linear-gradient(135deg, #e05520, #f07030);
}
/*===============================
 SKILLS SECTION NEW PREMIUM UI
================================*/
.sk-section {
  position: relative;
  overflow: hidden;
  background-color: #192371;
  z-index: 1;
}

/* animated glow */
.sk-section::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(
    circle,
    rgba(255, 115, 0, 0.18) 0%,
    transparent 70%
  );
  top: -250px;
  left: -200px;
  animation: floatGlow 8s linear infinite alternate;
}

.sk-section::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(0, 212, 255, 0.12) 0%,
    transparent 70%
  );
  bottom: -250px;
  right: -150px;
  animation: floatGlow2 10s linear infinite alternate;
}

@keyframes floatGlow {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(60px);
  }
}

@keyframes floatGlow2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-60px);
  }
}

/* hide old rings/icons */
.bg-ring,
.bg-icons {
  display: none;
}

/*=========================
 TITLE
==========================*/
.pm-section-lead {
  max-width: 760px;
  margin: auto;
  font-size: 17px;
  line-height: 30px;
  color: #cbd5e1 !important;
}

.ed-section-title {
  font-size: 58px;
  line-height: 1.15;
  font-weight: 800;
  color: #fff !important;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

/*=========================
 GRID
==========================*/
.sk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  position: relative;
  z-index: 2;
}

/*=========================
 CARD STYLE
==========================*/
.sk-node {
  position: relative;
  padding: 45px 25px;
  border-radius: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  transition: 0.45s;
  overflow: hidden;
}

/* hover gradient */
.sk-node::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #ff7b00, #ff4800);
  opacity: 0;
  transition: 0.45s;
  z-index: -1;
}

.sk-node:hover {
  transform: translateY(-12px) scale(1.02);
  border-color: transparent;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
}

.sk-node:hover::before {
  opacity: 1;
}

/* glow border */
.sk-node::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 30px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/*=========================
 ICON AREA
==========================*/
.sk-wrap {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto 22px;
}

.sk-ring1,
.sk-ring2 {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.sk-ring1 {
  border: 2px dashed rgba(255, 255, 255, 0.18);
  animation: spin 16s linear infinite;
}

.sk-ring2 {
  inset: 10px;
  border: 2px solid rgba(255, 123, 0, 0.25);
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.sk-circle {
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff7b00, #ff4d00);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 10px 25px rgba(255, 98, 0, 0.45),
    inset 0 2px 10px rgba(255, 255, 255, 0.2);
}

.sk-icon svg {
  width: 42px;
  height: 42px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/*=========================
 LABEL
==========================*/
.sk-label {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  transition: 0.3s;
  letter-spacing: 0.3px;
}

.sk-node:hover .sk-label {
  color: #fff;
}

/*=========================
 RESPONSIVE
==========================*/
@media (max-width: 1199px) {
  .sk-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ed-section-title {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .sk-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ed-section-title {
    font-size: 34px;
  }

  .sk-node {
    padding: 35px 20px;
  }

  .sk-label {
    font-size: 20px;
  }

  .sk-wrap {
    width: 95px;
    height: 95px;
  }

  .sk-circle {
    inset: 16px;
  }

  .sk-icon svg {
    width: 34px;
    height: 34px;
  }
}
/* GRID GAP FIX */
.sk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px; /* left-right gap */
  row-gap: 45px; /* top-bottom gap */
  padding: 20px;
}

/* CARD SPACE */
.sk-node {
  margin: 0;
}

/* TABLET */
@media (max-width: 1199px) {
  .sk-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 35px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .sk-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 10px;
  }
}
/* ========================= */
/* FEATURE CARDS STYLE */
/* ========================= */

.pm-feature-card {
  position: relative;
  padding: 30px 25px;
  border-radius: 24px;
  overflow: hidden;
  transition: 0.4s;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

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

.pm-feature-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}

.pm-feature-icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.pm-feature-shape {
  font-size: 20px;
  opacity: 0.8;
}

.pm-feature-content h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0e2a46;
}

.pm-feature-content p {
  margin: 0;
  color: #4d4d4d;
  font-size: 17px;
  line-height: 1.7;
}

/* CARD COLORS */

.pm-blue-card {
  background: #eef7ff;
}

.pm-blue-card .pm-feature-icon {
  color: #1e88e5;
}

.pm-blue-card .pm-feature-shape {
  color: #1e88e5;
}

.pm-purple-card {
  background: #f5efff;
}

.pm-purple-card .pm-feature-icon {
  color: #7b61ff;
}

.pm-purple-card .pm-feature-shape {
  color: #7b61ff;
}

.pm-orange-card {
  background: #fff1e7;
}

.pm-orange-card .pm-feature-icon {
  color: #ff7043;
}

.pm-orange-card .pm-feature-shape {
  color: #ff7043;
}

.pm-yellow-card {
  background: #fff8e7;
}

.pm-yellow-card .pm-feature-icon {
  color: #ffb300;
}

.pm-yellow-card .pm-feature-shape {
  color: #ffb300;
}

/* RESPONSIVE */

@media (max-width: 767px) {
  .pm-feature-card {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .pm-feature-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }

  .pm-feature-content h4 {
    font-size: 22px;
  }

  .pm-feature-content p {
    font-size: 15px;
    line-height: 1.6;
  }
}

/* ── Reset ───────────────────────────────────────── */
.pc-section *,
.pc-section *::before,
.pc-section *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 3px;
}

/* ── Section wrapper ─────────────────────────────── */
.pc-section {
  font-family: "Outfit", sans-serif;
  background: #f0f4ff;
  padding: 60px 0 70px;
  position: relative;
  overflow: hidden;
}

/* ── Background blobs ────────────────────────────── */
.pc-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.55;
}
.pc-blob-1 {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, #c8d8ff 0%, transparent 70%);
  top: -120px;
  left: -120px;
}
.pc-blob-2 {
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, #ffd8c0 0%, transparent 70%);
  bottom: -100px;
  right: -80px;
}

/* ── Container ───────────────────────────────────── */
.pc-container {
  width: 92%;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ── Two-column grid — truly equal ──────────────── */
.pc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

/* ══════════════════════════════════════════════════
   LEFT SIDE — IMAGE STACK
══════════════════════════════════════════════════ */
.pc-left {
  position: relative;
  height: 560px;
}

/* Base card */
.pc-card {
  position: absolute;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.14);
}
.pc-card-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-card-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

/* Card 1 — Blue, large, bottom-left */
.pc-card-blue {
  width: 300px;
  height: 370px;
  bottom: 0;
  left: 0;
  border: 5px solid #1a4fba;
  animation: pcFloat1 5s ease-in-out infinite;
}

/* Card 2 — Orange, smaller, top-right, overlapping */
.pc-card-orange {
  width: 250px;
  height: 310px;
  top: 0;
  right: 0;
  border: 5px solid #ff6b2c;
  animation: pcFloat2 5s ease-in-out infinite 0.8s;
}

@keyframes pcFloat1 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes pcFloat2 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* Floating stat badge */
.pc-stat-badge {
  position: absolute;
  top: 180px;
  left: -20px;
  background: #fff;
  border-radius: 16px;
  padding: 12px 18px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.13);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 5;
  animation: pcFloat2 5s ease-in-out infinite 1.2s;
}
.pc-stat-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1a4fba, #3b72e8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}
.pc-stat-badge strong {
  display: block;
  font-size: 17px;
  font-weight: 800;
  color: #1a4fba;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  margin-bottom: 2px;
}
.pc-stat-badge span {
  font-size: 11.5px;
  color: #666;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}

/* Floating rating badge */
.pc-rating-badge {
  position: absolute;
  bottom: 40px;
  right: -10px;
  background: #fff;
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
  z-index: 5;
  text-align: center;
  animation: pcFloat1 5s ease-in-out infinite 0.5s;
}
.pc-stars {
  display: flex;
  gap: 3px;
  color: #ffc107;
  font-size: 13px;
  margin-bottom: 4px;
  justify-content: center;
}
.pc-rating-badge span {
  font-size: 11px;
  color: #555;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}

/* Decorative dots */
.pc-dot {
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
  pointer-events: none;
}
.pc-dot-1 {
  width: 18px;
  height: 18px;
  background: #1a4fba;
  top: 30px;
  left: 80px;
}
.pc-dot-2 {
  width: 12px;
  height: 12px;
  background: #ff6b2c;
  bottom: 80px;
  left: 140px;
}
.pc-dot-3 {
  width: 22px;
  height: 22px;
  background: #ffc107;
  top: 100px;
  right: 60px;
}

/* ══════════════════════════════════════════════════
   RIGHT SIDE — CONTENT
══════════════════════════════════════════════════ */
.pc-right {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Eyebrow label */
.pc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 28px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ff6b2c;
  margin-bottom: 16px;
}
.pc-eyebrow i {
  font-size: 16px;
}

/* Heading */
.pc-heading {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.25;
  color: #0e2a46;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.pc-heading span {
  display: block;
  font-size: 26px;
  font-weight: 600;
  color: #444;
  margin-top: 6px;
}
.pc-heading em {
  font-style: normal;
  color: #ff6b2c;
}

/* Description */
.pc-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 32px;
}
.pc-desc strong {
  color: #ff6b2c;
  font-weight: 700;
}

/* ── Feature Cards — 2×2 grid ────────────────── */
.pc-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.pc-feat {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 18px;
  /*border-radius: 18px;*/
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  cursor: default;
}
.pc-feat:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

/* Card color variants */
.pc-feat-blue {
  background: #eaf1ff;
  border: 1px solid black;
  border-radius: 20px 0 20px 0;
}
.pc-feat-purple {
  background: #f0eeff;
  border: 1px solid black;
  border-radius: 20px 0 20px 0;
}
.pc-feat-orange {
  background: #fff3eb;
  border: 1px solid black;
  border-radius: 20px 0 20px 0;
}
.pc-feat-green {
  background: #edfbf3;
  border: 1px solid black;
  border-radius: 20px 0 20px 0;
}

/* Icon wraps */
.pc-feat-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  flex-shrink: 0;
  margin-top: 2px;
}
.pc-icon-blue {
  background: linear-gradient(135deg, #1a4fba, #3b72e8);
}
.pc-icon-purple {
  background: linear-gradient(135deg, #6c4bc7, #9b7de8);
}
.pc-icon-orange {
  background: linear-gradient(135deg, #ff6b2c, #ff9248);
}
.pc-icon-green {
  background: linear-gradient(135deg, #0e9e5a, #27c07a);
}

.pc-feat-body h4 {
  font-size: 15px;
  font-weight: 800;
  color: #0e2a46;
  margin-bottom: 4px;
  line-height: 1.3;
}
.pc-cards-grid p {
  font-size: 12.5px;
  color: #777;
  line-height: 1.4;
}

/* ══════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .pc-heading {
    font-size: 30px;
  }
  .pc-heading span {
    font-size: 22px;
  }
  .pc-card-blue {
    width: 260px;
    height: 320px;
  }
  .pc-card-orange {
    width: 210px;
    height: 265px;
  }
  .pc-left {
    height: 500px;
  }
}

@media (max-width: 991px) {
  .pc-section {
    padding: 70px 0 80px;
  }

  .pc-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .pc-left {
    height: 380px;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }

  .pc-card-blue {
    width: 220px;
    height: 275px;
  }
  .pc-card-orange {
    width: 190px;
    height: 240px;
  }

  .pc-stat-badge {
    left: 0;
    top: 140px;
  }
  .pc-rating-badge {
    right: 0;
  }
}

@media (max-width: 600px) {
  .pc-heading {
    font-size: 26px;
  }
  .pc-heading span {
    font-size: 20px;
  }
  .pc-cards-grid {
    grid-template-columns: 1fr;
  }
  .pc-left {
    height: 320px;
  }
  .pc-card-blue {
    width: 180px;
    height: 230px;
  }
  .pc-card-orange {
    width: 160px;
    height: 200px;
  }
}

/* ========================= */
/* FEATURE CARDS STYLE */
/* ========================= */

.pm-feature-card {
  position: relative;
  padding: 30px 25px;
  border-radius: 24px;
  overflow: hidden;
  transition: 0.4s;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

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

.pm-feature-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}

.pm-feature-icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.pm-feature-shape {
  font-size: 20px;
  opacity: 0.8;
}

.pm-feature-content h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0e2a46;
}

.pm-feature-content p {
  margin: 0;
  color: #4d4d4d;
  font-size: 17px;
  line-height: 1.7;
}

/* CARD COLORS */

.pm-blue-card {
  background: #eef7ff;
}

.pm-blue-card .pm-feature-icon {
  color: #1e88e5;
}

.pm-blue-card .pm-feature-shape {
  color: #1e88e5;
}

.pm-purple-card {
  background: #f5efff;
}

.pm-purple-card .pm-feature-icon {
  color: #7b61ff;
}

.pm-purple-card .pm-feature-shape {
  color: #7b61ff;
}

.pm-orange-card {
  background: #fff1e7;
}

.pm-orange-card .pm-feature-icon {
  color: #ff7043;
}

.pm-orange-card .pm-feature-shape {
  color: #ff7043;
}

.pm-yellow-card {
  background: #fff8e7;
}

.pm-yellow-card .pm-feature-icon {
  color: #ffb300;
}

.pm-yellow-card .pm-feature-shape {
  color: #ffb300;
}

/* RESPONSIVE */

@media (max-width: 767px) {
  .pm-feature-card {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .pm-feature-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }

  .pm-feature-content h4 {
    font-size: 22px;
  }

  .pm-feature-content p {
    font-size: 15px;
    line-height: 1.6;
  }
}
/*=================================
MEASURABLE OUTCOMES
==================================*/
.pm-outcomes-area {
  position: relative;
  overflow: hidden;
  background: #f4f7ff;
  z-index: 1;
}

/* SHAPES */
.pm-outcome-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.4;
  z-index: -1;
}

.shape-1 {
  width: 350px;
  height: 350px;
  background: #5b7cff;
  top: -120px;
  left: -120px;
}

.shape-2 {
  width: 300px;
  height: 300px;
  background: #ff9f43;
  bottom: -120px;
  right: -120px;
}

.shape-3 {
  width: 250px;
  height: 250px;
  background: #00c389;
  top: 40%;
  left: 45%;
}

/* HEADING */
.pm-outcomes-heading {
  position: relative;
}

.pm-outcomes-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #e8eeff;
  color: #4a6cf7;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 25px;
}

.pm-outcomes-title {
  font-size: 54px;
  line-height: 1.2;
  font-weight: 800;
  color: #0e2a46;
  margin-bottom: 20px;
}

.pm-outcomes-text {
  font-size: 18px;
  line-height: 1.8;
  color: #5b6475;
  max-width: 760px;
  margin: auto;
}

/* CHART BOX */
.pm-chart-box {
  background: #fff;
  border-radius: 35px;
  padding: 45px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.pm-chart-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #5b7cff, #ff9f43, #00c389);
}

/* HEAD */
.pm-chart-head {
  margin-bottom: 40px;
}

.pm-chart-head h4 {
  font-size: 30px;
  font-weight: 800;
  color: #0e2a46;
  margin-bottom: 8px;
}

.pm-chart-head span {
  font-size: 15px;
  color: #7b8494;
}

/* GRAPH ITEM */
.pm-graph-item {
  margin-bottom: 35px;
}

.pm-graph-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.pm-graph-top h5 {
  font-size: 18px;
  font-weight: 700;
  color: #0e2a46;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pm-graph-top h5 i {
  color: #ff9f43;
}

.pm-graph-top span {
  font-size: 18px;
  font-weight: 800;
  color: #0e2a46;
}

/* PROGRESS */
.pm-progress {
  width: 100%;
  height: 16px;
  border-radius: 50px;
  background: #edf2ff;
  overflow: hidden;
}

.pm-progress-bar {
  height: 100%;
  border-radius: 50px;
  animation: progressAnim 2s ease forwards;
}

.bar-1 {
  width: 80%;
  background: linear-gradient(90deg, #4a6cf7, #7ea8ff);
}

.bar-2 {
  width: 75%;
  background: linear-gradient(90deg, #ff9f43, #ffc371);
}

.bar-3 {
  width: 82%;
  background: linear-gradient(90deg, #00c389, #6ee7b7);
}

.bar-4 {
  width: 88%;
  background: linear-gradient(90deg, #7c4dff, #b388ff);
}

/* RIGHT SIDE */
.pm-outcomes-right {
  padding-left: 20px;
}

/* CARD */
.pm-outcome-card {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 30px;
  background: #fff;
  border-radius: 28px;
  margin-bottom: 24px;
  transition: 0.4s;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}

.pm-outcome-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
}

.card-1::before {
  background: #4a6cf7;
}

.card-2::before {
  background: #ff9f43;
}

.card-3::before {
  background: #00c389;
}

.card-4::before {
  background: #7c4dff;
}

.pm-outcome-card:hover {
  transform: translateY(-10px);
}

/* ICON */
.pm-outcome-icon {
  min-width: 75px;
  height: 75px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
}

.card-1 .pm-outcome-icon {
  background: linear-gradient(135deg, #4a6cf7, #7ea8ff);
}

.card-2 .pm-outcome-icon {
  background: linear-gradient(135deg, #ff9f43, #ffc371);
}

.card-3 .pm-outcome-icon {
  background: linear-gradient(135deg, #00c389, #6ee7b7);
}

.card-4 .pm-outcome-icon {
  background: linear-gradient(135deg, #7c4dff, #b388ff);
}

/* INFO */
.pm-outcome-info h4 {
  font-size: 24px;
  font-weight: 800;
  color: #0e2a46;
  margin-bottom: 12px;
}

.pm-outcome-info p {
  font-size: 16px;
  line-height: 1.8;
  color: #5b6475;
  margin: 0;
}

/* ANIMATION */
@keyframes progressAnim {
  from {
    width: 0;
  }
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .pm-outcomes-title {
    font-size: 40px;
  }

  .pm-chart-box {
    margin-bottom: 40px;
  }

  .pm-outcomes-right {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .pm-outcomes-area {
    padding: 80px 0;
  }

  .pm-outcomes-title {
    font-size: 32px;
  }

  .pm-chart-box {
    padding: 30px;
    border-radius: 25px;
  }

  .pm-outcome-card {
    flex-direction: column;
    padding: 24px;
  }

  .pm-outcome-icon {
    width: 70px;
    height: 70px;
  }

  .pm-outcome-info h4 {
    font-size: 22px;
  }
}

/* ==========================================================
   PEPMIND RESPONSIVE CONSOLIDATION
   Header, home about, calendar and section balance overrides.
   Keep new page-level CSS here to avoid scattered duplicate rules.
========================================================== */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  line-height: 1.6;
}

main {
  display: block;
}

body p,
.pc-desc,
.pc-feat-body p,
.pepmind-news-text,
.minimal-points li,
.pepmind-calendar-note {
  line-height: 1.65;
}

.pepmind-site-header {
  background: #fff;
  z-index: 999;
}

.pepmind-site-header .ed-header-4-wrap {
  width: 100%;
  padding: 10px clamp(16px, 3vw, 46px);
  background: #fff;
  box-shadow: 0 10px 30px rgba(14, 42, 70, 0.06);
}

.pepmind-header-row {
  min-height: 76px;
}

.pepmind-header-logo-col,
.pepmind-header-action-col {
  display: flex;
  align-items: center;
}

.pepmind-header-logo-col {
  justify-content: flex-start;
}

.pepmind-header-action-col {
  justify-content: flex-end;
}

.pepmind-site-header .ed-header-4-logo {
  text-align: left;
}

.pepmind-site-header .ed-header-4-logo img {
  width: clamp(142px, 11vw, 190px) !important;
  max-width: 100% !important;
  height: auto !important;
}

.pepmind-site-header .ed-header-5-main-menu {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.pepmind-site-header .ed-header-5-main-menu .it-menu-content > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(4px, 0.55vw, 11px);
  flex-wrap: nowrap;
}

.pepmind-site-header .ed-header-5-main-menu nav ul > li,
.pepmind-site-header .ed-header-4-wrap .ed-header-5-main-menu > nav > ul > li {
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
}

.pepmind-site-header .ed-header-5-main-menu nav ul > li > a,
.pepmind-site-header .ed-header-5-main-menu ul li > a {
  min-height: 44px;
  padding: 13px clamp(3px, 0.45vw, 8px) !important;
  color: var(--it-common-black);
  font-size: clamp(10px, 0.78vw, 13px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.pepmind-site-header .ed-header-5-main-menu nav ul > li > a span {
  padding: 0;
  border: 0;
}

.pepmind-site-header .ed-header-5-main-menu nav ul > li.has-dropdown::after {
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}

.pepmind-site-header
  .ed-header-5-main-menu
  nav
  ul
  > li:hover.has-dropdown::after {
  transform: translateY(-50%) rotate(-180deg);
}

.pepmind-site-header .it-submenu,
.pepmind-site-header .ed-header-5-main-menu nav ul > li > .submenu {
  width: 230px;
  padding: 10px 0;
  border-top-color: var(--it-theme-pepmind-button);
  border-radius: 0 0 12px 12px;
}

.pepmind-site-header .it-submenu li a,
.pepmind-site-header .ed-header-5-main-menu nav ul > li > .submenu li a {
  display: block;
  padding: 12px 18px !important;
  font-size: 13px !important;
  line-height: 1.35;
}

.pepmind-site-header .ed-header-4-button .ed-btn-radius {
  min-width: auto;
  height: 46px;
  padding: 0 18px !important;
  font-size: 13px;
  box-shadow: 0 10px 24px rgba(225, 85, 23, 0.18);
}

.pepmind-site-header .ed-header-5-button {
  margin-left: 14px;
}

.pepmind-site-header .it-menu-bar {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(14, 42, 70, 0.12);
  border-radius: 12px;
  background: #fff7f2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-sticky.pepmind-site-header {
  animation: headerSlideDown 0.35s ease-out;
}

.header-sticky.pepmind-site-header .ed-header-4-wrap {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pm-home-about-section {
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.pm-about-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 24px;
}

.pm-about-proof-grid div {
  padding: 16px 14px;
  border: 1px solid rgba(24, 56, 131, 0.1);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(24, 56, 131, 0.06);
}

.pm-about-proof-grid strong,
.pm-about-proof-grid span {
  display: block;
}

.pm-about-proof-grid strong {
  color: var(--it-theme-pepmind-logo);
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}

.pm-about-proof-grid span {
  margin-top: 6px;
  color: #596579;
  font-size: 13px;
  font-weight: 700;
}

.pc-section {
  overflow: hidden;
}

.pc-container {
  width: min(100% - 32px, 1240px);
}

.pc-heading {
  max-width: 680px;
}

.pc-desc {
  max-width: 710px;
}

.pc-feat {
  min-height: 112px;
}

.pepmind-calendar-area {
  background: linear-gradient(180deg, #f7fbff 0%, #fff8f0 100%);
}

.pm-about-banner {
  margin-top: 0;
  min-height: 360px;
  display: flex;
  align-items: center;
}

.pm-about-banner p,
.pm-about-page-text {
  color: rgba(255, 255, 255, 0.86);
}

.pm-about-intro .pm-about-page-text {
  color: #596579;
  font-size: 18px;
  line-height: 1.8;
}

.pm-about-template-area {
  background: #fff;
}

.pm-about-template-area .it-section-title-3 {
  line-height: 1.16;
}

.pm-about-template-area .it-about-3-title-box p,
.pm-about-template-area .it-about-3-mv-item p {
  color: #596579;
  font-size: 16px;
  line-height: 1.75;
}

.pm-about-template-area .ed-about-2-thumb-one img,
.pm-about-template-area .ed-about-2-thumb-two img {
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(24, 56, 131, 0.12);
  object-fit: cover;
  object-position: center;
}

.pm-about-template-area .ed-about-2-thumb-one img {
  height: 430px;
}

.pm-about-template-area .ed-about-2-thumb-two img.inner-top-img {
  width: 265px;
  height: 210px;
}

.pm-about-template-area .ed-about-2-thumb-two img:not(.inner-top-img) {
  height: 290px;
}

.pm-about-funfact .it-funfact-bg-wrap {
  background-color: var(--it-theme-pepmind-button);
  border-radius: 24px;
  overflow: hidden;
}

.pm-about-pillars {
  background: #f7fbff;
}

.pm-calendar-banner {
  background: linear-gradient(135deg, #183883 0%, #0e2a46 62%, #e15517 160%);
}

.pepmind-calendar-grid {
  grid-template-columns: 1fr;
}

.pepmind-calendar-card {
  min-height: 164px;
  border-radius: 16px;
}

.pepmind-calendar-card.user-event {
  border-color: rgba(47, 199, 161, 0.28);
}

.pepmind-calendar-card h5 {
  line-height: 1.25;
}

.pepmind-calendar-card p {
  color: #596579;
}

.pepmind-calendar-card.featured p {
  color: rgba(255, 255, 255, 0.82);
}

.pepmind-event-form {
  position: sticky;
  top: 110px;
  padding: 26px;
  border: 1px solid rgba(24, 56, 131, 0.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(24, 56, 131, 0.08);
}

.pepmind-event-form h5 {
  margin-bottom: 18px;
  color: var(--it-heading-primary);
  font-size: 22px;
}

.pepmind-event-form label {
  display: block;
  margin-bottom: 15px;
  color: var(--it-common-black);
  font-size: 13px;
  font-weight: 800;
}

.pepmind-event-form input,
.pepmind-event-form textarea {
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  border: 1px solid rgba(14, 42, 70, 0.16);
  border-radius: 40% 0% 40% 40% !important;
  color: var(--it-common-black);
  background: #fbfdff;
  font: inherit;
  line-height: 1.4;
  outline: 0;
}

.pepmind-event-form input:focus,
.pepmind-event-form textarea:focus {
  border-color: var(--it-theme-pepmind-button);
  box-shadow: 0 0 0 4px rgba(225, 85, 23, 0.1);
}

.pepmind-event-form .ed-btn-radius {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.pepmind-event-form small {
  display: block;
  margin-top: 12px;
  color: #718096;
  line-height: 1.5;
}

@media (min-width: 1400px) {
  .pepmind-site-header .ed-header-5-main-menu nav ul > li > a,
  .pepmind-site-header .ed-header-5-main-menu ul li > a {
    font-size: 13px;
  }
}

@media (max-width: 1399px) {
  .pepmind-site-header .ed-header-4-wrap {
    padding-left: 18px;
    padding-right: 18px;
  }
  .pepmind-site-header .ed-header-4-button .ed-btn-radius {
    height: 44px;
    padding: 0 14px !important;
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  html {
    scroll-padding-top: 82px;
  }
  .pepmind-site-header .ed-header-5-main-menu {
    display: none !important;
  }
  .pepmind-site-header .ed-header-5-button {
    display: block !important;
  }
  .pepmind-header-row {
    min-height: 68px;
  }
  .pepmind-site-header .ed-header-4-wrap {
    padding: 9px 18px;
  }
  .pepmind-site-header .ed-header-4-logo img {
    width: clamp(132px, 28vw, 176px) !important;
  }
}

@media (max-width: 991px) {
  .pc-section,
  .pepmind-calendar-area,
  .pepmind-news-area,
  .pepmind-social-proof-area,
  .it-blog-area {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .pepmind-event-form {
    position: static;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 76px;
  }
  .pepmind-site-header .ed-header-4-wrap {
    padding: 8px 14px;
  }
  .pepmind-header-row {
    min-height: 60px;
  }
  .pepmind-site-header .ed-header-4-logo img {
    width: 132px !important;
  }
  .pepmind-site-header .ed-header-4-button {
    display: none !important;
  }
  .pepmind-site-header .it-menu-bar {
    width: 42px;
    height: 42px;
  }
  .ed-hero-2-area {
    padding-top: 46px !important;
  }
  .ed-hero-2-content,
  .ed-hero-2-content h1.ed-slider-title,
  .ed-hero-2-content h3,
  .ed-hero-2-text {
    max-width: 100% !important;
  }
  .ed-hero-2-content h1.ed-slider-title,
  .ed-hero-2-area h1.ed-slider-title {
    font-size: 34px !important;
    line-height: 1.18 !important;
  }
  .ed-hero-2-content h3,
  .ed-hero-2-content h3 span {
    font-size: 27px !important;
    line-height: 1.22 !important;
    overflow-wrap: anywhere;
  }
  .ed-hero-2-text p {
    font-size: 15px !important;
  }
  .ed-hero-2-button {
    width: 100%;
    gap: 12px;
  }
  .ed-hero-2-button .ed-btn-radius {
    min-width: 190px;
  }
  .ed-slider-3-video {
    margin-left: 0 !important;
  }
  .pm-about-proof-grid {
    grid-template-columns: 1fr;
  }
  .pc-feat {
    min-height: auto;
  }
  .pepmind-calendar-card {
    flex-direction: column;
    min-height: auto;
    padding: 22px;
  }
  .pepmind-calendar-date {
    width: 76px;
  }
  .pepmind-event-form {
    padding: 22px;
  }
}

@media (max-width: 420px) {
  .pepmind-site-header .ed-header-4-logo img {
    width: 118px !important;
  }
  .pepmind-site-header .it-menu-bar {
    width: 40px;
    height: 40px;
  }
}

/* Section-wise PEPMIND icon images from supplied asset pack */
.pm-section-icon-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.pm-section-icon-strip span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 58px;
  padding: 8px 14px 8px 8px;
  border: 1px solid rgba(24, 56, 131, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(24, 56, 131, 0.09);
}

.pm-section-icon-strip img {
  width: 44px !important;
  height: 44px !important;
  max-width: 44px !important;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(14, 42, 70, 0.06);
}

.pm-section-icon-strip small {
  color: var(--it-common-black);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.pc-feat-icon-wrap img {
  width: 34px !important;
  height: 34px !important;
  max-width: 34px !important;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  padding: 3px;
  box-shadow: 0 4px 12px rgba(14, 42, 70, 0.12);
}

.pepmind-outcome-card .pm-outcome-img-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto 5px;
  border: 2px solid var(--it-theme-pepmind-button);
  border-radius: 40% 0% 40% 40% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff7f2;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.pepmind-outcome-card .pm-outcome-img-icon img {
  /*width: 58px !important;*/
  height: 58px !important;
  max-width: 58px !important;
  border-radius: 16px;
  object-fit: cover;
}

.pepmind-outcome-card:hover .pm-outcome-img-icon {
  transform: translateY(-5px) scale(1.04);
  box-shadow: 0 16px 30px rgba(225, 85, 23, 0.18);
}

.pm-dark-icon-strip span {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.14);
}

.pm-dark-icon-strip small {
  color: #fff;
}

.pc-right .pm-section-icon-strip {
  margin-top: -4px;
}

@media (max-width: 767px) {
  .pm-section-icon-strip {
    gap: 8px;
    margin-bottom: 18px;
  }
  .pm-section-icon-strip span {
    min-height: 50px;
    padding: 6px 10px 6px 6px;
  }
  .pm-section-icon-strip img {
    width: 38px !important;
    height: 38px !important;
    max-width: 38px !important;
  }
  .pm-section-icon-strip small {
    font-size: 11px;
  }
}

/* PEPMIND Stars record pages */
.pm-stars-page {
  padding: clamp(60px, 7vw, 92px) 0;
  overflow: hidden;
}

.pm-calendar-timeline {
  position: relative;
  padding-left: 30px;
}

.pm-calendar-timeline::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 14px;
  width: 2px;
  background: linear-gradient(180deg, var(--it-theme-pepmind-button), #2fc7a1);
  opacity: 0.24;
}

.pm-calendar-timeline .pepmind-calendar-card {
  position: relative;
  animation: pmCalendarIn 0.7s ease both;
  animation-delay: var(--event-delay, 0ms);
}

.pm-calendar-timeline .pepmind-calendar-card::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--it-theme-pepmind-button);
  box-shadow: 0 0 0 4px rgba(225, 85, 23, 0.14);
  transform: translateY(-50%);
}

.pm-calendar-timeline .pepmind-calendar-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(24, 56, 131, 0.14);
}

.pm-calendar-card-body {
  width: 100%;
}

.pm-calendar-tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 9px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(225, 85, 23, 0.1);
  color: var(--it-theme-pepmind-button);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.pepmind-calendar-card.featured .pm-calendar-tag {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.pm-calendar-summary {
  position: sticky;
  top: 110px;
  overflow: hidden;
  padding: 30px;
  border-radius: 22px;
  background: linear-gradient(145deg, #183883, #0e2a46);
  color: #fff;
  box-shadow: 0 24px 60px rgba(14, 42, 70, 0.16);
  animation: pmCalendarFloat 4.5s ease-in-out infinite;
}

.pm-calendar-summary::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(252, 175, 38, 0.24);
}

.pm-calendar-summary-icon {
  width: 82px;
  height: 82px;
  margin-bottom: 20px;
  border: 4px solid rgba(255, 255, 255, 0.34);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.pm-calendar-summary-icon img {
  width: 62px !important;
  height: 62px !important;
  max-width: 62px !important;
  border-radius: 18px;
  object-fit: cover;
}

.pm-calendar-summary span {
  color: #fcaf26;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.pm-calendar-summary h5 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
}

.pm-calendar-summary p,
.pm-calendar-summary li {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.pm-calendar-summary ul {
  margin: 18px 0 24px;
}

.pm-calendar-summary li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  list-style: none;
}

.pm-calendar-summary li i {
  color: #fcaf26;
  margin-top: 4px;
}

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

@keyframes pmCalendarFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.pm-stars-international {
  background: #b8e6d0;
}

.pm-stars-asia {
  background: #f4c6b4;
}

.pm-stars-poster {
  position: relative;
  min-height: 680px;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.pm-stars-record-title {
  position: relative;
  z-index: 2;
  width: 260px;
  min-height: 332px;
  margin-top: 16px;
  padding: 24px 20px 18px;
  border: 18px solid #fff;
  background: rgba(255, 255, 255, 0.34);
  color: #282828;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 18px 40px rgba(14, 42, 70, 0.08);
}

.pm-stars-record-title span,
.pm-stars-record-title small,
.pm-stars-record-title strong,
.pm-stars-record-title em {
  display: block;
  font-family: Impact, "Arial Narrow", var(--it-ff-heading);
  font-style: normal;
  letter-spacing: 7px;
  line-height: 0.92;
}

.pm-stars-record-title span {
  color: #ee5a20;
  font-size: 52px;
}

.pm-stars-record-title small {
  color: #0f2d61;
  font-size: 22px;
  letter-spacing: 8px;
  margin: 10px 0 12px;
}

.pm-stars-record-title strong {
  font-size: 70px;
  color: #2a2a2a;
  letter-spacing: 1px;
}

.pm-stars-record-title em {
  color: #777;
  font-size: 72px;
  letter-spacing: 1px;
}

.pm-stars-record-title strong:last-child {
  color: #072767;
  font-size: 40px;
  letter-spacing: 2px;
}

.pm-stars-record-title.asia span {
  font-size: 60px;
}

.pm-stars-row-overlap {
  position: absolute;
  left: 50%;
  bottom: 60px;
  width: min(100%, 760px);
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
}

.pm-stars-row-overlap figure,
.pm-asia-gallery figure {
  margin: 0;
  text-align: center;
}

.pm-stars-row-overlap figure {
  width: 136px;
  margin: 0 -7px;
  z-index: 1;
}

.pm-stars-row-overlap figure.featured {
  width: 190px;
  z-index: 3;
  transform: translateY(-22px);
}

.pm-stars-row-overlap img,
.pm-asia-gallery img {
  width: 100%;
  aspect-ratio: 1.02 / 0.82;
  object-fit: cover;
  object-position: top;
  border: 5px solid #fff;
  background: #fff;
  box-shadow: 0 8px 16px rgba(14, 42, 70, 0.22);
}

.pm-stars-row-overlap figcaption,
.pm-asia-gallery figcaption {
  margin-top: 7px;
  color: #e15517;
  font-family: Impact, "Arial Narrow", var(--it-ff-heading);
  font-size: 13px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.pm-stars-poster-asia {
  min-height: 860px;
  max-width: 840px;
  align-items: flex-start;
  padding-top: 106px;
}

.pm-stars-poster-asia::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: rgba(90, 70, 60, 0.35);
}

.pm-asia-gallery {
  position: absolute;
  inset: 0;
}

.pm-asia-gallery figure {
  position: absolute;
  z-index: 3;
  width: 118px;
}

.pm-asia-gallery figure::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 1px;
  height: var(--line, 90px);
  background: rgba(90, 70, 60, 0.42);
}

.pm-asia-gallery figure::after {
  content: "";
  position: absolute;
  left: calc(50% - 3px);
  top: calc(var(--line, 90px) * -1);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(90, 70, 60, 0.55);
}

.pm-asia-gallery .pos-1 {
  left: 60px;
  top: 88px;
  --line: 70px;
}
.pm-asia-gallery .pos-2 {
  right: 92px;
  top: 88px;
  --line: 70px;
}
.pm-asia-gallery .pos-3 {
  left: 116px;
  top: 270px;
  --line: 116px;
}
.pm-asia-gallery .pos-4 {
  right: 140px;
  top: 258px;
  --line: 116px;
}
.pm-asia-gallery .pos-5 {
  left: 54px;
  top: 530px;
  --line: 184px;
}
.pm-asia-gallery .pos-6 {
  left: 50%;
  top: 560px;
  transform: translateX(-50%);
  --line: 210px;
}
.pm-asia-gallery .pos-7 {
  right: 66px;
  top: 530px;
  --line: 184px;
}
.pm-asia-gallery .pos-8 {
  left: 185px;
  bottom: 44px;
  --line: 152px;
}
.pm-asia-gallery .pos-9 {
  right: 230px;
  bottom: 44px;
  --line: 152px;
}

@media (max-width: 767px) {
  .pm-stars-poster {
    min-height: 620px;
  }
  .pm-stars-record-title {
    width: 214px;
    min-height: 284px;
    border-width: 13px;
  }
  .pm-stars-record-title span {
    font-size: 40px;
  }
  .pm-stars-record-title strong {
    font-size: 55px;
  }
  .pm-stars-record-title em {
    font-size: 56px;
  }
  .pm-stars-row-overlap {
    width: 100%;
    flex-wrap: wrap;
    bottom: 24px;
    gap: 10px;
  }
  .pm-stars-row-overlap figure,
  .pm-stars-row-overlap figure.featured {
    width: 118px;
    margin: 0;
    transform: none;
  }
  .pm-stars-poster-asia {
    min-height: 1060px;
    padding-top: 70px;
  }
  .pm-asia-gallery figure {
    width: 98px;
  }
  .pm-asia-gallery .pos-1 {
    left: 14px;
    top: 82px;
  }
  .pm-asia-gallery .pos-2 {
    right: 14px;
    top: 82px;
  }
  .pm-asia-gallery .pos-3 {
    left: 36px;
    top: 272px;
  }
  .pm-asia-gallery .pos-4 {
    right: 10px;
    top: 272px;
  }
  .pm-asia-gallery .pos-5 {
    left: 18px;
    top: 498px;
  }
  .pm-asia-gallery .pos-6 {
    left: 50%;
    top: 570px;
  }
  .pm-asia-gallery .pos-7 {
    right: 18px;
    top: 498px;
  }
  .pm-asia-gallery .pos-8 {
    left: 54px;
    bottom: 52px;
  }
  .pm-asia-gallery .pos-9 {
    right: 54px;
    bottom: 52px;
  }
}
/*=========================
    SECTION
=========================*/
.pepmind-outcomes-area {
  background: #183480;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/*=========================
    BG GLOW
=========================*/
.bg-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  z-index: -1;
}

.glow-1 {
  width: 500px;
  height: 500px;
  background: #4f7dff50;
  top: -200px;
  left: -100px;
}

.glow-2 {
  width: 600px;
  height: 600px;
  background: #6da8ff30;
  bottom: -250px;
  right: -150px;
}

/*=========================
    HEADER
=========================*/
.oc-header {
  margin-bottom: 70px;
}

.oc-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 24px;
  border-radius: 60px;
  color: #fff;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.oc-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-top: 30px;
}

.oc-heading span {
  color: #7ea6ff;
}

.oc-desc {
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  margin-top: 20px;
}

/*=========================
    MAIN WRAPPER
=========================*/
.outcomes-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: center;
}

/*=========================
    LEFT CARDS
=========================*/
.left-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/*=========================
    CARD
=========================*/
.growth-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  padding: 14px;
  backdrop-filter: blur(12px);
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

.growth-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.11);
}

.growth-card::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  background: linear-gradient(135deg, #7ea6ff20, transparent);
  border-radius: 50%;
  top: -70px;
  right: -70px;
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.card-icon {
  width: 70px;
  height: 70px;
  border-radius: 22px;
  background: linear-gradient(135deg, #4f7dff, #7ea6ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.percent {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
}

.growth-card h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 14px;
  font-weight: 700;
}

.growth-card p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  font-size: 15px;
}

/*=========================
    GRAPH BOX
=========================*/
.graph-box {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 35px;
  padding: 40px;
  backdrop-filter: blur(12px);
}

.graph-header h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 800;
}

.graph-header span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

/*=========================
    CHART
=========================*/
.chart-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  margin-top: 60px;
  min-height: 280px;
  padding-left: 20px;
}

/* Y AXIS */
.y-axis {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}

/* X AXIS */
.x-axis {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}

/* ITEM */
.chart-item {
  position: relative;
  z-index: 2;
}

.bars {
  display: flex;
  gap: 14px;
  align-items: flex-end;
}

.bar {
  width: 48px;
  border-radius: 18px 18px 8px 8px;
  position: relative;
  animation: barAnim 1s ease;
}

.bar span {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.before {
  background: #9db9ff50;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.after {
  background: linear-gradient(180deg, #7ea6ff, #4f7dff);
  box-shadow: 0 15px 30px rgba(79, 125, 255, 0.4);
}

.chart-item h5 {
  text-align: center;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

/*=========================
    LEGEND
=========================*/
.chart-legend {
  display: flex;
  gap: 35px;
  margin-top: 50px;
  color: #fff;
}

.chart-legend div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.legend-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.before-dot {
  background: #9db9ff;
}

.after-dot {
  background: #4f7dff;
}

/*=========================
    ANIMATION
=========================*/
@keyframes barAnim {
  from {
    height: 0;
  }
}

/*=========================
    RESPONSIVE
=========================*/
@media (max-width: 991px) {
  .outcomes-wrapper {
    grid-template-columns: 1fr;
  }

  .oc-heading {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .left-cards {
    grid-template-columns: 1fr;
  }

  .graph-box {
    padding: 25px;
  }

  .chart-area {
    overflow-x: auto;
    gap: 40px;
  }

  .oc-heading {
    font-size: 32px;
  }
}
/* =========================
   WHITE BACKGROUND VERSION
========================= */

.pepmind-outcomes-area {
  background: #183480 !important;
}

/* HEADER */
.oc-badge {
  background: #eef4ff !important;
  color: #183480 !important;
  border: 1px solid #d9e7ff !important;
}

.oc-heading {
  color: #111111 !important;
}

.oc-heading span {
  color: #e15517 !important;
}

.oc-desc {
  color: #5f6b85 !important;
}

/* CARDS */
.growth-card {
  background: #f7faff !important;
  border: 1px solid #e1ebff !important;
  box-shadow: 0 15px 40px rgba(24, 52, 128, 0.08);
}

.growth-card h4 {
  color: #111111 !important;
}

.growth-card p {
  color: #5f6b85 !important;
}

.percent {
  color: #183480 !important;
}

/* GRAPH BOX */
.graph-box {
  background: #f7faff !important;
  border: 1px solid #e1ebff !important;
  box-shadow: 0 15px 40px rgba(24, 52, 128, 0.08);
}

.graph-header h3 {
  color: #111111 !important;
}

.graph-header span {
  color: #5f6b85 !important;
}

/* AXIS */
.y-axis,
.x-axis {
  background: #d7e3ff !important;
}

/* GRAPH LABEL */
.chart-item h5 {
  color: #183480 !important;
}

/* BAR TEXT */
.bar span {
  color: #111111 !important;
}

/* LEGEND */
.chart-legend {
  color: #183480 !important;
}

/* DOTS */
.before-dot {
  background: #bfd2ff !important;
}

.after-dot {
  background: #183480 !important;
}

/* OPTIONAL LIGHT BG GLOW */
.glow-1 {
  background: #d9e7ff !important;
}

.glow-2 {
  background: #eef4ff !important;
}
/* ===================================================
   FULL RESPONSIVE + ICON FIX
=================================================== */

/* CONTAINER */
.pepmind-outcomes-area .container {
  width: 100%;
  max-width: 1320px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* MAIN GRID */
.outcomes-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: stretch;
}

/* LEFT GRID */
.left-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 25px;
  /*height: 100%;*/
}

/* CARD */
.growth-card {
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* ICON FIX */
.card-icon {
  width: 78px;
  height: 78px;
  min-width: 78px;
  border-radius: 24px;
  background: linear-gradient(135deg, #183480, #e15517);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 35px rgba(24, 52, 128, 0.18);
}

/* ICON */
.card-icon i {
  font-size: 34px !important;
  line-height: 1;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* PERCENT */
.percent {
  font-size: 44px;
  line-height: 1;
}

/* TEXT */
.growth-card h4 {
  font-size: 24px;
  line-height: 1.3;
}

.growth-card p {
  font-size: 15px;
  line-height: 1.7;
}

/* GRAPH BOX */
.graph-box {
  width: 100%;
  overflow: hidden;
}

/* CHART */
.chart-area {
  min-height: 340px;
  gap: 30px;
}

/* BARS */
.bar {
  width: 52px;
}

/* ===================================================
   LARGE LAPTOP
=================================================== */
@media (max-width: 1199px) {
  .oc-heading {
    font-size: 48px;
  }

  .graph-box {
    padding: 35px;
  }

  .growth-card {
    padding: 25px;
  }
}

/* ===================================================
   TABLET
=================================================== */
@media (max-width: 991px) {
  .outcomes-wrapper {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .left-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .oc-header {
    margin-bottom: 50px;
  }

  .oc-heading {
    font-size: 42px;
    line-height: 1.3;
  }

  .graph-box {
    padding: 30px;
  }

  .chart-area {
    min-height: 300px;
  }
}

/* ===================================================
   MOBILE LANDSCAPE
=================================================== */
@media (max-width: 767px) {
  .pepmind-outcomes-area {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .left-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .growth-card {
    min-height: auto;
    padding: 24px;
    border-radius: 24px;
  }

  .card-top {
    margin-bottom: 20px;
  }

  .card-icon {
    width: 68px;
    height: 68px;
    min-width: 68px;
    border-radius: 20px;
  }

  .card-icon i {
    font-size: 28px !important;
  }

  .percent {
    font-size: 36px;
  }

  .growth-card h4 {
    font-size: 20px;
  }

  .growth-card p {
    font-size: 14px;
  }

  .oc-heading {
    font-size: 32px;
  }

  .oc-desc {
    font-size: 15px;
    line-height: 1.7;
  }

  .graph-box {
    padding: 22px;
    border-radius: 28px;
  }

  .graph-header h3 {
    font-size: 24px;
  }

  .chart-area {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    min-width: 620px;
  }

  .bar {
    width: 42px;
  }

  .bars {
    gap: 10px;
  }

  .chart-item h5 {
    font-size: 13px;
  }

  .chart-legend {
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 35px;
    font-size: 14px;
  }
}

/* ===================================================
   SMALL MOBILE
=================================================== */
@media (max-width: 480px) {
  .oc-badge {
    font-size: 13px;
    padding: 10px 18px;
  }

  .oc-heading {
    font-size: 28px;
  }

  .card-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }

  .card-icon i {
    font-size: 24px !important;
  }

  .percent {
    font-size: 30px;
  }

  .growth-card h4 {
    font-size: 18px;
  }

  .graph-header h3 {
    font-size: 22px;
  }

  .graph-header span {
    font-size: 13px;
  }

  .bar {
    width: 38px;
  }
}
/* =====================================
   MOBILE GRAPH FIX - SHOW ALL 4 BARS
===================================== */

@media (max-width: 767px) {
  .chart-area {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end;
    gap: 12px !important;
    min-width: 100% !important;
    overflow-x: hidden !important;
    padding-left: 12px;
    padding-right: 12px;
  }

  .chart-item {
    flex: 1;
    min-width: auto !important;
  }

  .bars {
    gap: 6px !important;
    justify-content: center;
  }

  .bar {
    width: 28px !important;
    border-radius: 12px 12px 5px 5px;
  }

  .bar span {
    font-size: 10px !important;
    top: -22px;
  }

  .chart-item h5 {
    font-size: 11px !important;
    margin-top: 12px;
    line-height: 1.4;
  }

  .graph-box {
    padding: 18px !important;
  }

  .graph-header h3 {
    font-size: 22px !important;
  }
}

/* EXTRA SMALL MOBILE */
@media (max-width: 480px) {
  .chart-area {
    gap: 8px !important;
  }

  .bar {
    width: 24px !important;
  }

  .bars {
    gap: 5px !important;
  }

  .chart-item h5 {
    font-size: 10px !important;
  }
}
/* =========================================================
   PERFECT RESPONSIVE FUNFACT SECTION
========================================================= */

.ed-funfact-area {
  background: #f8f9fc;
  position: relative;
  overflow: hidden;
}

/* ROW */
.ed-funfact-area .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

/* COLUMNS */
.ed-funfact-area [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

/* =========================================================
   CARD
========================================================= */
.it-funfact-item {
  background: #ffffff;
  border: 1px solid #e7eaf3;
  border-radius: 22px;
  padding: 30px 18px;
  text-align: center;
  height: 100%;
  min-height: 330px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  transition: 0.4s ease;
  overflow: hidden;
  position: relative;
}

.it-funfact-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(24, 52, 128, 0.1);
}

/* =========================================================
   ICON
========================================================= */
.it-funfact-icon {
  margin-bottom: 22px !important;
}

.it-funfact-icon span {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #ffa500;

  border: 2px dashed #183480;

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
  margin: auto;
}

.it-funfact-icon span::before {
  content: "";
  position: absolute;
  inset: -12px;
  border: 1.5px dashed #183480;
  border-radius: 50%;
  opacity: 0.6;
}

.it-funfact-icon i {
  font-size: 38px !important;
  color: #183480 !important;
  line-height: 1;
}

/* =========================================================
   CONTENT
========================================================= */
.it-funfact-content {
  width: 100%;
}

/* NUMBER */
.it-funfact-content h6 {
  font-size: 54px !important;
  line-height: 1.1;
  font-weight: 800;
  color: #e15517;
  margin-bottom: 14px;

  min-height: 65px;

  align-items: center;
  justify-content: center;
}

.it-funfact-content h6 small {
  font-size: 22px !important;
  margin-left: 4px;
  color: #e15517;
}

/* TEXT LABEL */
.it-funfact-content span {
  font-size: 18px !important;
  line-height: 1.45;
  font-weight: 700;
  color: #183480;

  display: block;

  /* FIX TEXT SAME */
  max-width: 150px;
  min-height: 52px;

  margin: 0 auto;
}

/* =========================================================
   DESKTOP FIX
========================================================= */
@media (min-width: 1200px) {
  .ed-funfact-area .col-xl-2 {
    width: 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
}

/* =========================================================
   LAPTOP
========================================================= */
@media (max-width: 1199px) {
  .it-funfact-item {
    min-height: 310px;
    padding: 28px 15px;
  }

  .it-funfact-content h6 {
    font-size: 46px !important;
  }

  .it-funfact-content span {
    font-size: 16px !important;
    max-width: 135px;
  }
}

/* =========================================================
   TABLET
========================================================= */
@media (max-width: 991px) {
  .ed-funfact-area .col-md-4 {
    width: 33.33% !important;
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  }

  .it-funfact-item {
    min-height: 285px;
  }

  .it-funfact-icon span {
    width: 76px;
    height: 76px;
  }

  .it-funfact-icon i {
    font-size: 32px !important;
  }

  .it-funfact-content h6 {
    font-size: 40px !important;
    min-height: 52px;
  }

  .it-funfact-content span {
    font-size: 15px !important;
    min-height: 46px;
    max-width: 120px;
  }
}

/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 767px) {
  /* 2 CARDS IN ONE ROW */
  .ed-funfact-area .col-sm-6,
  .ed-funfact-area .col-md-4,
  .ed-funfact-area .col-lg-2,
  .ed-funfact-area .col-xl-2 {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .it-funfact-item {
    min-height: 235px;
    padding: 20px 10px;
    border-radius: 18px;
  }

  /* ICON */
  .it-funfact-icon {
    margin-bottom: 16px !important;
  }

  .it-funfact-icon span {
    width: 60px;
    height: 60px;
  }

  .it-funfact-icon span::before {
    inset: -8px;
  }

  .it-funfact-icon i {
    font-size: 24px !important;
  }

  /* NUMBER */
  .it-funfact-content h6 {
    font-size: 28px !important;
    min-height: 36px;
    margin-bottom: 10px;
  }

  .it-funfact-content h6 small {
    font-size: 13px !important;
  }

  /* TEXT */
  .it-funfact-content span {
    font-size: 12px !important;
    line-height: 1.4;

    /* SAME HEIGHT FIX */
    max-width: 90px;
    min-height: 34px;

    word-break: break-word;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */
@media (max-width: 480px) {
  .it-funfact-item {
    min-height: 220px;
    padding: 18px 8px;
  }

  .it-funfact-icon span {
    width: 54px;
    height: 54px;
  }

  .it-funfact-icon i {
    font-size: 20px !important;
  }

  .it-funfact-content h6 {
    font-size: 24px !important;
  }

  .it-funfact-content span {
    font-size: 11px !important;
    max-width: 82px;
  }
}

/* =========================================================
   FINAL RESPONSIVE HEADER + 10PX CARD RADIUS OVERRIDES
========================================================= */

.pepmind-site-header .ed-header-4-wrap {
  border-bottom: 1px solid rgba(14, 42, 70, 0.08);
}

.pepmind-site-header .ed-header-5-main-menu .it-menu-content > ul {
  margin: 0;
  padding: 0;
}

.pepmind-site-header .ed-header-5-right {
  justify-content: flex-end !important;
}

.pepmind-mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1001;
  width: min(380px, 88vw);
  height: 100vh;
  padding: 24px;
  background: #fff;
  box-shadow: -18px 0 50px rgba(14, 42, 70, 0.16);
  overflow-y: auto;
  transition: right 0.35s ease;
}

.pepmind-mobile-drawer.opened {
  right: 0;
}

.body-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(14, 42, 70, 0.48);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}

.itoffcanvas__close {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.itoffcanvas__close .close-btn,
.it-menu-mobile .dropdown-toggle-btn,
.pepmind-site-header .it-menu-bar {
  border-radius: 10px !important;
}

.pepmind-site-header .it-menu-bar,
.it-menu-mobile .dropdown-toggle-btn {
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.pepmind-site-header .it-menu-bar.is-active,
.pepmind-site-header .it-menu-bar:hover,
.it-menu-mobile .dropdown-toggle-btn.dropdown-opened,
.it-menu-mobile .dropdown-toggle-btn:hover {
  border-color: #e15517 !important;
  background: #e15517 !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(225, 85, 23, 0.22);
}

.pepmind-site-header .it-menu-bar.is-active svg path,
.pepmind-site-header .it-menu-bar:hover svg path {
  fill: #fff;
}

.pepmind-site-header .it-menu-bar.is-active {
  transform: scale(0.96);
}

.it-menu-mobile a.expanded {
  color: #e15517 !important;
}

.it-menu-mobile .dropdown-toggle-btn.dropdown-opened i {
  color: #fff !important;
}

.itoffcanvas__close .close-btn {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(14, 42, 70, 0.12);
  color: #0e2a46;
  background: #fff7f2;
}

.itoffcanvas__logo {
  margin-bottom: 22px;
}

.itoffcanvas__logo img {
  width: 150px;
  max-width: 100%;
  height: auto;
}

.it-menu-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.it-menu-mobile li {
  border-bottom: 1px solid rgba(14, 42, 70, 0.08);
}

.it-menu-mobile a {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 13px 0 !important;
  color: #0e2a46;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}

.it-menu-mobile .submenu,
.it-menu-mobile .child-submenu {
  display: none;
  position: static;
  width: 100%;
  padding: 0 0 10px 12px !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  background: transparent;
}

.it-menu-mobile .dropdown-opened > .submenu,
.it-menu-mobile .submenu .child-submenu {
  display: block;
}

.it-menu-mobile .submenu li {
  border-bottom: 0;
}

.it-menu-mobile .submenu a,
.it-menu-mobile .child-submenu a {
  min-height: 38px;
  padding: 8px 0 !important;
  color: #596579;
  font-size: 13px !important;
  font-weight: 700;
  text-transform: none;
}

.it-menu-mobile .dropdown-toggle-btn {
  width: 32px;
  height: 32px;
  margin-left: 10px;
  border: 1px solid rgba(14, 42, 70, 0.12);
  background: #f7fbff;
  color: #e15517;
  flex: 0 0 32px;
}

.it-menu-mobile .dropdown-toggle-btn.dropdown-opened i {
  transform: rotate(90deg);
}

.itoffcanvas__cta {
  margin-top: 24px;
}

.itoffcanvas__cta .ed-btn-radius {
  width: 100%;
  justify-content: center;
}

.it-blog-item,
.it-blog-item-box,
.it-funfact-item,
.growth-card,
.pc-card,
.pc-feat,
.oc-card,
.pm-feature-card,
.pm-outcome-card,
.pepmind-calendar-card,
.pepmind-event-form,
.pm-inner-media-card,
.pm-inner-info-card,
.pepmind-minimal-card,
.pepmind-transform-card,
.pm-card-blue,
.pm-card-orange,
.includes-card,
.power-includes-card,
.evolve-includes-card {
  border-radius: 10px !important;
}

.it-blog-item img,
.pc-card-frame img,
.pm-card-img-frame,
.pm-inner-media-card img,
.pepmind-outcome-card .pm-outcome-img-icon img {
  border-radius: 10px !important;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .pepmind-site-header .col-xl-2 {
    width: 15 %;
  }

  .pepmind-site-header .col-xl-8 {
    width: 70%;
  }

  .pepmind-site-header .ed-header-4-logo img {
    width: 150px !important;
  }

  .pepmind-site-header .ed-header-5-main-menu .it-menu-content > ul {
    gap: 2px;
  }

  .pepmind-site-header .ed-header-5-main-menu nav ul > li > a,
  .pepmind-site-header .ed-header-5-main-menu ul li > a {
    min-height: 40px;
    padding: 11px 4px !important;
    font-size: 10px;
  }

  .pepmind-site-header .ed-header-4-button .ed-btn-radius {
    height: 40px;
    padding: 0 10px !important;
    font-size: 11px;
  }
}

@media (max-width: 1199px) {
  .pepmind-site-header .ed-header-4-wrap {
    padding: 8px 18px !important;
  }

  .pepmind-site-header .ed-header-4-logo {
    text-align: left !important;
  }

  .pepmind-site-header .ed-header-5-right {
    gap: 12px;
  }

  .pepmind-site-header .ed-header-4-button {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .pepmind-site-header .ed-header-4-wrap {
    padding: 8px 12px !important;
  }

  .pepmind-site-header .ed-header-4-button {
    display: none !important;
  }

  .pepmind-mobile-drawer {
    width: min(340px, 92vw);
    padding: 20px;
  }

  .it-menu-mobile a {
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .pepmind-site-header .ed-header-4-logo img {
    width: 112px !important;
  }

  .pepmind-site-header .it-menu-bar {
    width: 38px;
    height: 38px;
  }

  .it-menu-mobile a {
    min-height: 44px;
    font-size: 12px;
  }
}

/* Desktop header alignment fix: logo, nav spacing and dropdown arrows */
@media (min-width: 1200px) {
  .pepmind-site-header .ed-header-4-wrap {
    padding: 8px clamp(26px, 3vw, 56px) !important;
  }

  .pepmind-site-header .row.mx-0 {
    display: grid !important;
    grid-template-columns: minmax(205px, 23%) minmax(0, 1fr) minmax(178px, 21%);
    align-items: center;
    column-gap: clamp(12px, 1vw, 22px);
  }

  .pepmind-site-header .row.mx-0 > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pepmind-site-header .ed-header-4-logo,
  .pepmind-site-header .ed-header-4-logo a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .pepmind-site-header .ed-header-4-logo img {
    display: block;
    width: clamp(180px, 10.8vw, 210px) !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
  }

  .pepmind-site-header .ed-header-5-main-menu .it-menu-content > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(8px, 3.72vw, 16px);
  }

  .pepmind-site-header .ed-header-5-main-menu nav > ul > li {
    position: relative;
  }

  .pepmind-site-header
    .ed-header-5-main-menu
    nav
    > ul
    > li.has-dropdown::after {
    content: none !important;
    display: none !important;
  }

  .pepmind-site-header .ed-header-5-main-menu nav > ul > li > a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 42px;
    padding: 10px 0 !important;
    font-size: clamp(12px, 0.76vw, 14px) !important;
    line-height: 1.1;
    white-space: nowrap;
  }

  .pepmind-site-header
    .ed-header-5-main-menu
    nav
    > ul
    > li.has-dropdown
    > a::after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: currentColor;
    transform: translateY(1px);
    transition:
      transform 0.25s ease,
      color 0.25s ease;
  }

  .pepmind-site-header
    .ed-header-5-main-menu
    nav
    > ul
    > li.has-dropdown:hover
    > a::after {
    transform: translateY(1px) rotate(180deg);
    color: #e15517;
  }

  .pepmind-site-header .ed-header-5-right {
    justify-content: flex-end !important;
  }

  .pepmind-site-header .ed-header-4-button .ed-btn-radius {
    min-width: 176px;
    height: 50px;
    padding: 0 22px !important;
    white-space: nowrap;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .pepmind-site-header .ed-header-4-wrap {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .pepmind-site-header .row.mx-0 {
    grid-template-columns: minmax(160px, 29%) minmax(0, 1fr) minmax(160px,29%);
    column-gap: 10px;
  }

  .pepmind-site-header .ed-header-4-logo img {
    width: 145px !important;
  }

  .pepmind-site-header .ed-header-5-main-menu .it-menu-content > ul {
    gap: 7px;
  }

  .pepmind-site-header .ed-header-5-main-menu nav > ul > li > a {
    font-size: 10.5px !important;
    gap: 4px;
  }

  .pepmind-site-header .ed-header-4-button .ed-btn-radius {
    min-width: 142px;
    height: 42px;
    padding: 0 12px !important;
    font-size: 11px;
  }
}

/* Parent Concerns: restore old image-card layout and scoped image radius */
.pc-section .pm-concern-card {
  position: absolute;
}

.pc-section .pm-card-inner.pm-card-orange {
  border-radius: 40% 0 40% 40% !important;
}

.pc-section .pm-card-inner-2.pm-card-blue {
  border-radius: 40% 40% 0 40% !important;
}

.pc-section .pm-card-inner,
.pc-section .pm-card-inner-2 {
  overflow: hidden;
  padding: 16px 16px 12px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.pc-section .pm-card-img-frame {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50% !important;
  border: 4px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.15) !important;
  margin-bottom: 14px;
}

.pc-section .pm-card-img-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit !important;
}

.pc-section .pc-feat-blue,
.pc-section .pc-feat-purple,
.pc-section .pc-feat-orange,
.pc-section .pc-feat-green {
  border-radius: 20px 0 20px 0 !important;
}

.pc-section .pc-feat-icon-wrap {
  overflow: hidden;
  border-radius: 14px !important;
}

.pc-section .pc-feat-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit !important;
  display: block;
}

.pc-section .pc-feat-icon-wrap i {
  color: #fff;
  font-size: 23px;
  line-height: 1;
}

/* Transformation video: stable professional sizing */
.pepmind-transformation-area .position-relative {
  width: min(100%, 980px);
  min-height: 0 !important;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 18px !important;
  background: #0e2a46;
  box-shadow: 0 22px 58px rgba(14, 42, 70, 0.18);
}

.pepmind-transformation-area .position-relative video {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  display: block;
  object-fit: cover !important;
  border-radius: inherit !important;
  background: #0e2a46;
}

@media (max-width: 767px) {
  .pepmind-transformation-area .position-relative {
    aspect-ratio: 4 / 3;
    border-radius: 14px !important;
  }
}

/* Parent Concerns: cleaner image crops and PEPMIND branded accents */
.pc-section .pm-crop-child,
.pc-section .pm-crop-parent {
  max-width: none !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
}

.pc-section .pm-crop-child {
  object-position: center 28% !important;
  transform: scale(1.06);
}

.pc-section .pm-crop-parent {
  object-position: center 22% !important;
  transform: scale(1.04);
}

.pc-section .pc-dot {
  display: grid;
  place-items: center;
  border-radius: 50% !important;
  opacity: 1;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 12px 28px rgba(24, 56, 131, 0.16);
}

.pc-section .pc-dot::before {
  display: block;
  line-height: 1;
}

.pc-section .pc-dot-1 {
  width: 44px;
  height: 44px;
  top: 28px;
  left: 76px;
  background: #183883;
}

.pc-section .pc-dot-1::before {
  content: "P";
}

.pc-section .pc-dot-2 {
  width: 34px;
  height: 34px;
  bottom: 78px;
  left: 132px;
  background: #e15517;
}

.pc-section .pc-dot-2::before {
  content: "M";
}

.pc-section .pc-dot-3 {
  width: 52px;
  height: 52px;
  top: 98px;
  right: 54px;
  background: #fcaf26;
  color: #183883;
}

.pc-section .pc-dot-3::before {
  content: "IQ";
}

/* Measurable Outcomes + Transformation final sizing polish */
.pepmind-outcomes-area {
  background: linear-gradient(180deg, #f7fbff 0%, #fff 100%) !important;
}

.pepmind-outcomes-area .container {
  max-width: 1180px !important;
}

.pepmind-outcomes-area .container.pt-70.pb-70 {
  padding-top: 54px !important;
  padding-bottom: 30px !important;
}

.pepmind-outcomes-area .oc-header {
  margin-bottom: 34px !important;
}

.pepmind-outcomes-area .oc-badge {
  background: #fff8f0 !important;
  color: #183883 !important;
  border-color: rgba(225, 85, 23, 0.22) !important;
  box-shadow: 0 10px 24px rgba(24, 56, 131, 0.08);
}

.pepmind-outcomes-area .oc-badge i,
.pepmind-outcomes-area .oc-heading span {
  color: #e15517 !important;
}

.pepmind-outcomes-area .oc-heading {
  color: #183883 !important;
  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1.16 !important;
}

.pepmind-outcomes-area .oc-desc {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  color: #596579 !important;
}

.pepmind-outcomes-area .outcomes-wrapper {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
  gap: 28px !important;
  align-items: stretch !important;
}

.pepmind-outcomes-area .left-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  /*height: 100% !important;*/
  align-items: stretch !important;
  align-content: stretch !important;
}

.pepmind-outcomes-area .growth-card {
  /*height: 100% !important;*/
  /*min-height: 0 !important;*/
  padding: 16px 16px !important;
  align-self: stretch !important;
  border-color: rgba(24, 56, 131, 0.13) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 12px 26px rgba(24, 56, 131, 0.08) !important;
}

.pepmind-outcomes-area .card-top {
  align-items: center;
  margin-bottom: 10px !important;
}

.pepmind-outcomes-area .card-icon {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #183883 0%, #e15517 100%) !important;
  box-shadow: 0 10px 22px rgba(24, 56, 131, 0.16);
}

.pepmind-outcomes-area .card-icon i {
  font-size: 21px !important;
}

.pepmind-outcomes-area .percent {
  color: #e15517 !important;
  font-size: 30px !important;
  font-weight: 900;
}

.pepmind-outcomes-area .growth-card h4 {
  color: #183883 !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  margin-bottom: 8px !important;
}

.pepmind-outcomes-area .growth-card p {
  color: #596579 !important;
  font-size: 14.7px !important;
  line-height: 1.45 !important;
}

.ed-hero-2-content h1.ed-slider-title span {
  display: inline-block;
  text-transform: uppercase;  
  font-family: "Poppins", "Nunito Sans", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

.pepmind-outcomes-area .graph-box {
  padding: 22px !important;
  border-radius: 10px !important;
  background: #fff !important;
  border-color: rgba(24, 56, 131, 0.13) !important;
  box-shadow: 0 12px 26px rgba(24, 56, 131, 0.08) !important;
}

.pepmind-outcomes-area .graph-header {
  gap: 4px;
}

.pepmind-outcomes-area .graph-header h3 {
  color: #183883 !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
}

.pepmind-outcomes-area .graph-header span {
  color: #e15517 !important;
  font-weight: 700;
}

.pepmind-outcomes-area .chart-area {
  min-height: 240px !important;
  margin-top: 38px !important;
  gap: 18px !important;
  padding: 0 8px 8px !important;
}

.pepmind-outcomes-area .bar {
  width: 38px !important;
  border-radius: 10px 10px 4px 4px !important;
}

.pepmind-outcomes-area .bar.before {
  background: #fcaf26 !important;
}

.pepmind-outcomes-area .bar.after {
  background: #183883 !important;
}

.pepmind-outcomes-area .bar span {
  color: #183883 !important;
  top: -28px !important;
  font-size: 12px !important;
  font-weight: 900;
}

.pepmind-outcomes-area .chart-item h5 {
  color: #183883 !important;
  font-size: 13px !important;
  margin-top: 12px !important;
}

.pepmind-outcomes-area .chart-legend {
  margin-top: 18px !important;
  gap: 24px !important;
  color: #183883 !important;
}

.pepmind-outcomes-area .before-dot {
  background: #fcaf26 !important;
}

.pepmind-outcomes-area .after-dot {
  background: #183883 !important;
}

/* PEPMIND performance + video polish */
.pm-video-section {
  position: relative;
  overflow: hidden;
  contain: layout paint;
}

.pm-video-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(24, 56, 131, 0.08), transparent 42%),
    linear-gradient(300deg, rgba(225, 85, 23, 0.1), transparent 46%);
  opacity: 0.9;
  animation: pmPepmindGlow 9s ease-in-out infinite alternate;
}

.pm-video-section .container {
  position: relative;
  z-index: 1;
}

.pm-confetti-dot,
.pc-section .pc-dot,
.ed-choose-area .shape-dot {
  display: none !important;
}

.pm-video-thumb-wrap {
  margin-inline: auto;
  border-radius: 22px;
  background: transparent !important;
  box-shadow: 0 22px 48px rgba(14, 42, 70, 0.18);
  overflow: hidden;
}

.pm-video-thumb-wrap .pm-portrait-video,
.pm-video-thumb-wrap video {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 9 / 16;
  display: block;
  object-fit: contain !important;
  border-radius: inherit !important;
  background: #0e2a46 url(../img/video/thumb-6.jpg) center / cover no-repeat !important;
  box-shadow: none !important;
}

.pepmind-transformation-area .position-relative {
  width: min(100%, 980px);
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
  margin-inline: auto;
  overflow: hidden;
  background: #0e2a46 !important;
  box-shadow: 0 20px 54px rgba(14, 42, 70, 0.18);
}

.pepmind-transformation-area .position-relative video,
.pepmind-transformation-area .pm-transformation-video {
  width: 100% !important;
  /*height: 100% !important;*/
  min-height: 0 !important;
  max-height: none !important;
  object-fit: cover !important;
  background: #0e2a46 !important;
}

@keyframes pmPepmindGlow {
  from {
    transform: translate3d(-1.5%, 0, 0);
  }
  to {
    transform: translate3d(1.5%, 0, 0);
  }
}

@media (max-width: 991px) {
  .pm-video-thumb-wrap {
    width: min(100%, 360px, calc(72vh * 9 / 16)) !important;
    max-width: 360px !important;
  }
}

@media (max-width: 767px) {
  .pepmind-transformation-area .position-relative {
    width: min(100%, 100%) !important;
    aspect-ratio: 4 / 3 !important;
    border-radius: 16px !important;
  }

  .pm-video-thumb-wrap .pm-portrait-video,
  .pm-video-thumb-wrap video {
    max-height: 72vh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pm-video-section::before,
  .wow,
  [class*="itfade"],
  [class*="tptranslate"],
  [class*="animation"] {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}

/* Global section icons */
.pm-section-icon-host {
  position: relative !important;
  isolation: isolate;
}

.pm-section-icon {
  position: absolute;
  z-index: 1;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  border-radius: 0;
  color: #183883;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  opacity: 0.82;
  animation: none !important;
}

.pm-section-icon i {
  font-size: 45px;
  line-height: 1;
  text-shadow: 0 12px 18px rgba(14, 42, 70, 0.16);
}

.pm-section-icon-two {
  left: clamp(20px, 4vw, 64px);
  bottom: 40px;
  color: #00beae;
  animation-delay: 1.4s;
}

.pm-section-icon-three {
  right: clamp(22px, 10vw, 150px);
  bottom: clamp(76px, 14vw, 140px);
  width: 48px;
  height: 48px;
  color: #fcaf26;
  animation-delay: 2.4s;
}

.pm-section-icon-three i {
  font-size: 25px;
}

section:nth-of-type(3n) .pm-section-icon,
main > div:nth-of-type(3n) .pm-section-icon {
  border-radius: 0;
}

section:nth-of-type(3n + 2) .pm-section-icon-two,
main > div:nth-of-type(3n + 2) .pm-section-icon-two {
  left: auto;
  right: clamp(18px, 4vw, 64px);
}

@keyframes pmSectionIconFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -8px, 0) rotate(4deg);
  }
}

@media (max-width: 991px) {
  .pm-section-icon {
    width: 48px;
    height: 48px;
    border-radius: 0;
    opacity: 0.62;
  }

  .pm-section-icon i {
    font-size: 24px;
  }

  .pm-section-icon-three {
    display: none;
  }
}

@media (max-width: 575px) {
  .pm-section-icon {
    width: 40px;
    height: 40px;
    opacity: 0.5;
  }

  .pm-section-icon i {
    font-size: 20px;
  }

  .pm-section-icon-two {
    left: 14px;
    bottom: 16px;
  }
}

/* Keep common split sections visually lined up */
.pm-video-section .row,
.pc-section .pc-wrap,
.pepmind-transformation-area .row,
.pepmind-outcomes-area .outcomes-wrapper,
.ed-choose-area .row,
.pepmind-news-area .row,
.pepmind-cta-area .row {
  align-items: center !important;
}

.pm-video-section .col-xl-6,
.pm-video-section .col-lg-6,
.ed-choose-area [class*="col-"],
.pepmind-news-area [class*="col-"],
.pepmind-cta-area [class*="col-"] {
  align-self: center !important;
}

.pm-section-icon-host > .container,
.pm-section-icon-host > .container-fluid,
.pm-section-icon-host > .row {
  position: relative;
  z-index: 2;
}

/* Program cards + footer final alignment */
#program-experience.pepmind-program-area {
  padding-top: 74px !important;
  padding-bottom: 82px !important;
  background: linear-gradient(180deg, #fcaf26 0%, #ffd16a 100%) !important;
}

#program-experience .it-testimonial-title-box {
  margin-bottom: 38px !important;
}

#program-experience .pepmind-program-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

#program-experience .pepmind-program-step {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 0 12px !important;
  min-height: 188px !important;
  padding: 22px 18px !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}

#program-experience .pepmind-program-step span {
  grid-column: 1 !important;
  grid-row: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #183883 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

#program-experience .pepmind-program-step h5 {
  grid-column: 2 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: #0e2a46 !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

#program-experience .pepmind-program-step p {
  grid-column: 1 / -1 !important;
  margin-top: 14px !important;
  color: #3a2800 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.custom-footer-design {
  background-color: #000 !important;
  background-image:
    linear-gradient(135deg, rgba(0, 0, 0, 0.94), rgba(12, 12, 12, 0.9)),
    url(../img/footer/bg-1-1.jpg) !important;
  background-size: cover !important;
  background-position: center !important;
}

.custom-footer-design .it-footer-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.custom-footer-design .it-footer-top-info {
  height: 100% !important;
  gap: 14px !important;
  padding: 24px 0 !important;
  border-bottom: 0 !important;
}

.custom-footer-design .it-footer-top-icon span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  margin: 0 !important;
  line-height: 1 !important;
  background: #fcaf26 !important;
  color: #183883 !important;
}

.custom-footer-design .it-footer-top-text a {
  display: inline-block !important;
  max-width: 100% !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.custom-footer-design .it-footer-wrap {
  padding-top: 44px !important;
  padding-bottom: 34px !important;
}

.custom-footer-design .it-footer-logo img {
  max-width: 178px !important;
  height: auto !important;
}

.custom-footer-design .it-footer-text p {
  max-width: 360px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  line-height: 1.7 !important;
}

.custom-footer-design .it-footer-title {
  margin-bottom: 20px !important;
  font-size: 17px !important;
  letter-spacing: 0 !important;
}

.custom-footer-design .it-footer-list ul li {
  margin-bottom: 10px !important;
}

.custom-footer-design .it-footer-list ul li a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

.custom-footer-design .it-footer-list ul li a i {
  position: relative !important;
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  min-width: 10px !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
  color: transparent !important;
  line-height: 0 !important;
}

.custom-footer-design .it-footer-list ul li a i::before {
  content: "" !important;
  position: absolute;
  inset: 1px 2px 1px 0;
  border-top: 2px solid #fcaf26;
  border-right: 2px solid #fcaf26;
  transform: rotate(45deg);
}

.custom-footer-design .it-footer-thumb {
  aspect-ratio: 1 / 1 !important;
  border-radius: 8px !important;
}

.custom-footer-design .it-footer-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: inherit !important;
}

.custom-footer-design .it-footer-input-box input,
.custom-footer-design .subscribe-btn {
  height: 50px !important;
  border-radius: 8px !important;
}

.it-copyright-area {
  background: #081b35 !important;
  padding: 16px 0 !important;
}

@media (max-width: 1199px) {
  #program-experience .pepmind-program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991px) {
  .custom-footer-design .it-footer-top-info,
  .custom-footer-design .it-footer-top-info.justify-content-center,
  .custom-footer-design .it-footer-top-info.justify-content-md-end {
    justify-content: flex-start !important;
  }
}

@media (max-width: 767px) {
  #program-experience.pepmind-program-area {
    padding-top: 56px !important;
    padding-bottom: 62px !important;
  }

  #program-experience .pepmind-program-grid {
    grid-template-columns: 1fr !important;
  }

  #program-experience .pepmind-program-step {
    min-height: 0 !important;
    padding: 18px !important;
  }

  .custom-footer-design .it-footer-wrap {
    padding-top: 34px !important;
  }

  .custom-footer-design .it-footer-title {
    margin-bottom: 14px !important;
  }
}

.pepmind-transformation-area .position-relative {
  width: min(100%, 980px) !important;
  aspect-ratio: 16 / 9 !important;
}

@media (max-width: 1199px) {
  .pepmind-outcomes-area .outcomes-wrapper {
    grid-template-columns: 1fr !important;
  }

  .pepmind-outcomes-area .growth-card {
    min-height: 0 !important;
  }

  .pepmind-transformation-area .position-relative {
    width: min(100%, 720px) !important;
  }
}

@media (max-width: 767px) {
  .pepmind-outcomes-area .container.pt-70.pb-70 {
    padding-top: 44px !important;
    padding-bottom: 48px !important;
  }

  .pepmind-outcomes-area .left-cards {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .pepmind-outcomes-area .growth-card {
    min-height: 0 !important;
    padding: 14px !important;
  }

  .pepmind-outcomes-area .card-icon {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
  }

  .pepmind-outcomes-area .percent {
    font-size: 28px !important;
  }

  .pepmind-outcomes-area .graph-box {
    padding: 16px !important;
  }

  .pepmind-outcomes-area .chart-area {
    min-height: 218px !important;
    gap: 8px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pepmind-outcomes-area .bar {
    width: 22px !important;
  }

  .pepmind-outcomes-area .bars {
    gap: 5px !important;
  }

  .pepmind-outcomes-area .bar span {
    top: -22px !important;
    font-size: 10px !important;
  }

  .pepmind-transformation-area .position-relative {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
  }
}
/* ============================================================
   PEPMIND POPUP — BASE (kept close to your original look)
   Remove this base block if you already have equivalent CSS
   on your site; keep only the "STEP WIZARD ADDITIONS" below.
   ============================================================ */

.popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
}
.popup-overlay.active {
    display: block;
}

.pepmind-popup-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    max-width: 92vw;
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 16px;
    z-index: 9999;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.pepmind-popup-form.active {
    display: flex;
}

.popup-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    cursor: pointer;
    width: 28px;
    height: 28px;
    color: #14213d;
    z-index: 2;
}
.popup-close-btn .svg-icon {
    width: 24px;
    height: 24px;
}

.popup-left {
    background: #e85d2c;
    color: #fff;
    flex: 0 0 40%;
    padding: 40px 32px;
    border-radius: 16px 0 0 16px;
}
.popup-badge {
    display: inline-block;
    background: #fff;
    color: #e85d2c;
    font-weight: 700;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.popup-left h2 {
    font-size: 26px;
    line-height: 1.3;
    margin: 0 0 16px;
}
.popup-left h2 span {
    color: #ffd580;
}
.popup-left p {
    font-size: 14px;
    opacity: 0.9;
}

.popup-right {
    flex: 1;
    padding: 40px 32px;
    position: relative;
}
.popup-right h3 {
    color: #14213d;
    font-size: 20px;
    margin: 0 0 20px;
}

.popup-input {
    margin-bottom: 14px;
}
.popup-input input,
.popup-native-select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #dcdfe6;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}
.popup-input input:focus {
    border-color: #e85d2c;
}

.popup-submit-btn {
    width: 100%;
    background: #2e7d32;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    margin-top: 6px;
}
.popup-submit-btn:hover {
    background: #256428;
}

@media (max-width: 640px) {
    .pepmind-popup-form {
        flex-direction: column;
        width: 94vw;
    }
    .popup-left {
        border-radius: 16px 16px 0 0;
        flex: none;
        padding: 28px 24px;
    }
    .popup-right {
        padding: 28px 24px;
    }
}

/* ============================================================
   STEP WIZARD ADDITIONS — new, needed for the 3-step flow
   ============================================================ */

/* Step progress dots (1 -> 2 -> 3) */
.popup-step-progress {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 24px;
}
.step-dot {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #eef0f4;
    color: #9aa0ab;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    transition: background 0.2s, color 0.2s;
}
.step-dot.active {
    background: #e85d2c;
    color: #fff;
}
.step-dot.done {
    background: #2e7d32;
    color: #fff;
}
.step-line {
    flex: 1;
    height: 2px;
    background: #eef0f4;
}

/* Course / Sub-course option buttons (Step 1 & 2) */
.popup-option-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.popup-option-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    background: #fff;
    border: 1.5px solid #dcdfe6;
    color: #14213d;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}
.popup-option-btn:hover {
    border-color: #e85d2c;
    background: #fff7f3;
}
.popup-option-btn .chevron {
    color: #e85d2c;
    font-size: 18px;
    line-height: 1;
}

/* Back button on step 2 / 3 */
.popup-back-btn {
    background: none;
    border: none;
    color: #e85d2c;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    padding: 0;
    margin-bottom: 14px;
}
.popup-back-btn:hover {
    text-decoration: underline;
}

/* Summary chip shown on Step 3 (recap of course + sub-course chosen) */
.popup-selected-summary {
    background: #fff7f3;
    border: 1px solid #f3d5c4;
    color: #b8420f;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 8px;
    margin-bottom: 18px;
}