/*======================================
    Variables
========================================*/
/*======================================
    Normalize CSS
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");


:root {
  --primary: #ff6b81;
  --dark: #1f2937;
  --muted: #6b7280;
  --light-bg: #f8fafc;
  --white: #ffffff;
  --primary-color: #ff6b81;
  --primary-dark: #e55a6e;
  --primary-light: #ff8fa3;
  --secondary-color: #2d3436;
  --light-gray: #f8f9fa;
  --dark-gray: #636e72;
  --success-color: #00b894;
  --warning-color: #fdcb6e;
  --danger-color: #d63031;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --border-radius: 12px;
  --transition: all 0.3s ease;
  --instib: #ff6b81;
  --bg: #f9fafb;
  --brand: #ff6b81;
  --brand-dark: #e64962;
  --bg-light: #fff5f7;
  --text-dark: #1f2937;
  --text-muted: #6b7280;
  --radius: 18px;
  --shadow: 0 25px 60px rgba(0, 0, 0, .08);

}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #888;
  overflow-x: hidden;
  font-size: 15px;
}

p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
}

* {
  margin: 0;
  padding: 0;
}

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

.form-check-input:checked {
  background-color: #ff6b81;
  border-color: #ff6b81;
}

select {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: #081828;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: -internal-light-dark(white, #3b3b3b);
  cursor: default;
  margin: 0em;
  font: 400 14px;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(#767676, #858585);
  -o-border-image: initial;
  border-image: initial;
}

span,
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

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

img {
  max-width: 100%;
}

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

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

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Bread Crumbs */
.breadcrumbs {
  position: relative;
  padding-bottom: 100px;
  padding-top: 180px;
  z-index: 2;
  text-align: left;
  background-color: #ff6b81;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs {
    padding-bottom: 60px;
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding-bottom: 60px;
    padding-top: 120px;
  }
}

.breadcrumbs .breadcrumbs-content {
  position: relative;
  text-align: center;
}

.breadcrumbs .breadcrumbs-content .page-title {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  position: relative;
  line-height: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 28px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 25px;
    line-height: 38px;
  }
}

.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
}

.breadcrumbs .breadcrumb-nav {
  text-align: center;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs .breadcrumb-nav {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs .breadcrumb-nav {
    margin-top: 8px;
  }
}

.breadcrumbs .breadcrumb-nav li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  text-transform: capitalize;
}

.breadcrumbs .breadcrumb-nav li:after {
  content: "\ea5c";
  font-family: lineIcons;
  font-size: 10px;
  position: absolute;
  top: 4px;
  right: -7px;
}

.breadcrumbs .breadcrumb-nav li:last-child {
  margin: 0;
  padding: 0;
}

.breadcrumbs .breadcrumb-nav li:last-child::after {
  display: none;
}

.breadcrumbs .breadcrumb-nav li,
.breadcrumbs .breadcrumb-nav li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.breadcrumbs .breadcrumb-nav li a {
  position: relative;
}

.breadcrumbs .breadcrumb-nav li a:hover {
  text-decoration: underline;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

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

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

/* Section Title */
.section-title {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 300px;
  position: relative;
  z-index: 5;
}

.section-title h3 {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  color: #ff6b81;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 34px;
  margin-bottom: 25px;
  line-height: 42px;
  text-transform: capitalize;
  position: relative;
  font-weight: 800;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    padding: 0px 200px;
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    padding: 0px 20px;
    margin-bottom: 70px;
  }

  .section-title h3 {
    font-size: 14px;
  }

  .section-title h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }

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

@media (max-width: 767px) {
  .section-title {
    padding: 0px 10px;
    margin-bottom: 60px;
  }

  .section-title h3 {
    font-size: 14px;
  }

  .section-title h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 18px;
  }

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

.section-title.align-right {
  padding: 0;
  padding-left: 600px;
}

.section-title.align-right h2:before {
  display: none;
}

.section-title.align-right h2:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 2px;
  width: 50px;
  background: #ff6b81;
  content: "";
}

.section-title.align-left {
  padding: 0;
  padding-right: 600px;
}

.section-title.align-left h2:before {
  left: 0;
  margin-left: 0;
}

/* One Click Scrool Top Button*/
.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #ff6b81;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #fff !important;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 5px;
}

.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: #081828;
}

/* Overlay */
.overlay {
  position: relative;
  z-index: 1;
}

.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #081828;
  content: "";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

/* Pagination CSS */
.pagination {
  text-align: left;
  margin: 40px 0 0 0;
  display: block;
}

.pagination.center {
  text-align: center;
}

.pagination.right {
  text-align: right;
}

.pagination.left {
  text-align: left;
}

.pagination .pagination-list {
  display: inline-block;
  overflow: hidden;
}

.pagination .pagination-list li {
  margin-right: 5px;
  display: inline-block;
  margin-top: 10px;
}

.pagination .pagination-list li:last-child {
  margin-right: 0px;
}

.pagination .pagination-list li a {
  background: #fff;
  color: #081828;
  font-weight: 400;
  font-size: 14px;
  border-radius: 5px;
  padding: 8px 20px;
  text-align: center;
  border: 1px solid #eee;
}

.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
  background: #ff6b81;
  color: #fff;
  border-color: transparent;
}

.pagination .pagination-list li a i {
  font-size: 13px;
}

.blog-grids.pagination {
  margin-top: 50px;
  text-align: center;
}

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 30px;
  background-color: #ff6b81;
  color: #fff;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  margin-right: 7px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .button .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

.button .btn i {
  display: inline-block;
  margin-right: 5px;
}

.button .btn:last-child {
  margin: 0;
}

.button .btn:hover {
  color: #fff;
  background-color: #081828;
  -webkit-box-shadow: 0px 4px 4px #0000000f;
  box-shadow: 0px 4px 4px #0000000f;
}

.button .btn-alt {
  color: #fff !important;
  background: transparent !important;
  border: 2px solid #fff;
  padding: 11px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn-alt {
    padding: 10px 30px;
  }
}

@media (max-width: 767px) {
  .button .btn-alt {
    padding: 10px 30px;
  }
}

.button .btn-alt:hover {
  background-color: #fff !important;
  color: #ff6b81 !important;
}

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

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

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

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #ff6b81;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}



/* ================= HEADER ================= */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 18px 0;
  transition: 0.3s ease;
}

.site-header.sticky {
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  padding: 12px 0;
}

/* ================= LOGO ================= */
.navbar-brand img {
  /* width: 150px; */
  height: 50px;
  width: auto;
  display: block;
}

.logo-text {
  font-size: 30px;
}

/* ================= TOGGLER ================= */
.menu-toggler {
  border: none;
  background: transparent;
  z-index: 1200;
}

.menu-toggler span {
  width: 26px;
  height: 2px;
  display: block;
  margin: 6px 0;
  background: #ffffff;
  transition: 0.3s ease;
}

/* Sticky → black */
.site-header.sticky .menu-toggler span {
  background: #081828;
}

/* Active (X) */
.menu-toggler.active span {
  background: #081828;
}

.menu-toggler.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.menu-toggler.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggler.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.site-header.sticky .logo-text {
  color: black !important;
}


/* .site-header .navbar-nav .nav-link.active, .navbar-nav .nav-link:hover{
  color: black !important;
} */

.site-header .navbar-nav .nav-link {
  transition: color 0.3s ease;
}


.site-header .navbar-nav .nav-link.active,
.site-header .navbar-nav .nav-link:hover {
  color: #000 !important;

}


.site-header.sticky .navbar-nav .nav-link.active,
.site-header.sticky .navbar-nav .nav-link:hover {
  color: #ff6b81 !important;
  /* border-bottom: 2px solid black; */
}

/* ================= MOBILE DRAWER ================= */
@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: #ffffff;
    padding: 30px 30px;
    transition: 0.35s ease;
    box-shadow: -10px 0 30px rgba(0, 0, 0, .15);
    z-index: 1100;
  }

  .navbar-collapse.show {
    right: 0;
  }

  .navbar-nav .nav-link {
    color: #081828;
    font-size: 16px;
    padding: 10px 0;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active {
    color: #ff6b81 !important;
  }
}

/* ================= DESKTOP NAV ================= */
@media (min-width: 992px) {
  .menu-toggler {
    display: none;
  }

  .navbar-nav .nav-link {
    color: #ffffff;
    margin-left: 15px;
  }

  .site-header.sticky .navbar-nav .nav-link {
    color: #081828;
  }

  /* .site-header.sticky .logo-text {
    color: black !important;
  } */
}

@media (min-width: 1200px) {
  .logo-text {
    font-size: 35px;
  }

  .navbar-nav .nav-link {
    margin-left: 25px;
  }


}


@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-nav .nav-link {
    margin-left: 10px;
  }

 } 



/*======================================
	Start Header CSS
========================================*/
/* .header {
  width: 100%;
  background: transparent;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header {
    padding: 18px 0 !important;
  }

  .header .mobile-menu-btn .toggler-icon {
    background-color: #fff;
  }

  .header .button {
    margin: 0 !important;
  }

  .header .navbar-collapse {
    position: absolute;
    top: 67px !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-radius: 6px;
  }

  .header .navbar .navbar-nav .nav-item a:hover {
    color: #ff6b81 !important;
  }

  .header .navbar .navbar-nav .nav-item a.active {
    color: #ff6b81 !important;
  }

  .header .navbar-nav .nav-item {
    margin: 0;
  }

  .header .navbar-nav .nav-item:hover a {
    color: #ff6b81;
  }

  .header .navbar-nav .nav-item a {
    padding: 12px 16px !important;
  }

  .header .navbar-nav .nav-item a::before {
    display: none;
  }

  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 12px;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #ff6b81 !important;
  }

  .header .navbar-nav .nav-item a {
    color: #051441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
  }

  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }

  .header .navbar-nav .nav-item .sub-menu li.active {
    background: #fff !important;
    color: #ff6b81 !important;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }

  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: #fff !important;
    color: #ff6b81 !important;
  }

  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }

  .header .navbar-nav .nav-item a:hover {
    color: #ff6b81;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 18px 0 !important;
  }

  .header .mobile-menu-btn .toggler-icon {
    background-color: #fff;
  }

  .header .navbar-collapse {
    position: absolute;
    top: 58px !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-radius: 6px;
  }

  .header .navbar .navbar-nav .nav-item a:hover {
    color: #ff6b81 !important;
  }

  .header .navbar .navbar-nav .nav-item a.active {
    color: #ff6b81 !important;
  }

  .header .navbar-nav .nav-item {
    margin: 0;
  }

  .header .navbar-nav .nav-item:hover a {
    color: #ff6b81;
  }

  .header .navbar-nav .nav-item a {
    padding: 12px 16px !important;
  }

  .header .navbar-nav .nav-item a::before {
    display: none;
  }

  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 12px;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #ff6b81 !important;
  }

  .header .navbar-nav .nav-item a {
    color: #051441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
  }

  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }

  .header .navbar-nav .nav-item .sub-menu li.active {
    background: #fff !important;
    color: #ff6b81 !important;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }

  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: #fff !important;
    color: #ff6b81 !important;
  }

  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }

  .header .navbar-nav .nav-item a:hover {
    color: #ff6b81;
  }
}

@media (max-width: 767px) {
  .header .button {
    display: none;
  }
}

.header .button .btn {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 30px;
}

.header .button .btn:hover {
  background-color: #fff;
  color: #ff6b81;
}



.header .navbar-brand img {
  width: 150px;
  border-radius: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-brand img {
    width: 170px;
  }
}

@media (max-width: 767px) {
  .header .navbar-brand img {
    width: 160px;
  }
}

.header.sticky .navbar-brand .white-logo {
  opacity: 0;
  visibility: hidden;
}

.header.sticky .navbar-brand .dark-logo {
  opacity: 1;
  visibility: visible;
}

.header.sticky .button .btn {
  background-color: #ff6b81;
  color: #fff;
  border-color: transparent;
}

.header.sticky .button .btn:hover {
  background-color: #081828;
  color: #fff;
}

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

.navbar-expand-lg .navbar-nav {
  margin: 0;
  margin-left: auto !important;
  margin-right: auto !important;
}

.header .navbar .navbar-nav .nav-item a.active {
  color: #fff;
}

.sticky .navbar .navbar-nav .nav-item a.active {
  color: #ff6b81;
}

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

.header .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: #fff;
}

.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: #fff;
}

.sticky .navbar .mobile-menu-btn .toggler-icon {
  background: #333;
}

.navbar-area {
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0;
}

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

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

.navbar-brand {
  padding-left: 0;
  border-radius: 0;
}

.mobile-menu-btn {
  padding: 0px;
}

.mobile-menu-btn:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

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

.navbar-nav .nav-item {
  z-index: 1;
  position: relative;
  margin-right: 40px;
}

.navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}

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

.sticky .navbar-nav .nav-item:hover a {
  color: #ff6b81;
}

.navbar-nav .nav-item a {
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  padding: 35px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  transition: all 0.3s ease-out 0s;
  position: relative;
  text-transform: capitalize;
}

.navbar-nav .nav-item a::after {
  opacity: 0;
  visibility: hidden;
}

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

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

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

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

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

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

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

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

.navbar-nav .nav-item .sub-menu {
  padding: 30px;
  min-width: 240px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px #0000001a;
  box-shadow: 0px 5px 20px #0000001a;
  position: absolute;
  top: 110% !important;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0 0 4px 4px;
  border-radius: 5px;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100% !important;
}

.navbar-nav .nav-item .sub-menu .nav-item {
  width: 100%;
  margin-bottom: 15px;
}

.navbar-nav .nav-item .sub-menu .nav-item:last-child {
  margin: 0;
}

.navbar-nav .nav-item .sub-menu .nav-item a {
  padding: 0;
  color: #888;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.navbar-nav .nav-item .sub-menu .nav-item a:hover {
  color: #ff6b81;
}

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

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

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

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

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

.navbar-nav .nav-item .sub-menu>li.active>a {
  color: #ff6b81 !important;
}

.navbar-nav .nav-item .sub-menu>li>a {
  font-weight: 400;
  display: block;
  padding: 12px 15px;
  font-size: 14px;
  color: #222;
  font-weight: 400;
}

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

.add-list-button {
  display: inline-block;
  margin-left: 10px;
}

.add-list-button .btn i {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
} */

/*======================================
     End Header CSS
  ========================================*/


/*======================================
    Hero Area CSS
========================================*/
.hero-area {
  position: relative;
  /* padding: 180px 0 120px 0; */
  padding: 120px 0 90px 0;
  background: #ff6b81;
}


.hero-badge {
  display: inline-block;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #ff4f6e;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  box-shadow:
    0 8px 24px rgba(255, 82, 105, 0.4);
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* .hero-area {
    padding: 150px 0 60px 0;
  } */
}

@media (max-width: 767px) {
  .hero-area {
    padding: 120px 0 40px 0;
  }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-image {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {

  .hero-area .hero-image {
    margin-top: 10px;
  }
}

.hero-area .hero-content {
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: left;
}

.hero-area .hero-content h1 {
  font-size: 38px;
  font-weight: 800;
  line-height: 50px;
  color: #fff;
  text-shadow: 0px 3px 8px #00000017;
  text-transform: capitalize;
}

.hero-area .hero-content h1 span {
  display: block;
}

.hero-area .hero-content p {
  margin-top: 10px;
  font-size: 15px;
  color: #fff;
}

.hero-area .hero-content .button {
  margin-top: 20px;
}

.hero-area .hero-content .button .btn {
  background-color: #fff;
  color: #ff6b81;
  /* margin-right: 12px; */
}

.hero-area .hero-content .button .btn i {
  font-size: 17px;
}

.hero-area .hero-content .button .btn:hover {
  background-color: #081828;
  color: #fff;
  /* background-color: #ff4f6e; */
  /* color: #000; */
}

.hero-area .hero-content .button .btn.btn-alt {
  background-color: #ffffff6b;
  color: #fff;
}

.hero-area .hero-content .button .btn.btn-alt:hover {
  background-color: #fff;
  color: #ff6b81;
}

@media (max-width: 767px) {
  .hero-area .hero-content .button .video-button {
    margin-top: 20px;
  }
}

.hero-area .hero-content .button .video-button .text {
  display: inline-block;
  margin-left: 15px;
  color: #fff;
  font-weight: 500;
}

.hero-area .hero-content .button .video-button:hover .video {
  color: #fff;
  background-color: #081828;
}

/* .hero-area .hero-content .button .video-button .video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #ff6b81;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 16px;
  padding-left: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.hero-area .hero-content .button .video-button .video:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border-2 2s linear infinite;
  animation: pulse-border-2 2s linear infinite;
} */

/* @-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
} */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-content h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content {
    text-align: center;
  }

  .hero-area .hero-content h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
  }

  .hero-area .hero-content p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content {
    padding: 0 10px;
    text-align: center;
  }

  .hero-area .hero-content h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-area .hero-content p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .hero-area .hero-content .button .btn {
    width: 60%;
    margin: 0;
    margin-bottom: 7px;
  }

  .hero-area .hero-content .button .btn:last-child {
    margin: 0;
  }
}

/*======================================
    Features Area CSS
========================================*/
.features {
  background-color: #f9f9f9;
}

.features .section-title {
  margin-bottom: 30px;
}

.features .single-feature {
  text-align: left;
  padding: 35px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  margin-top: 30px;
  border: 1px solid #eee;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.features .single-feature:hover {
  -webkit-box-shadow: 0px 3px 5px #00000017;
  box-shadow: 0px 3px 5px #00000017;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.features .single-feature i {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: #ff6b81;
  color: #fff;
  font-size: 20px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 4px 6px #0000002a;
  box-shadow: 0px 4px 6px #0000002a;
  margin-bottom: 30px;
}

.features .single-feature h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.features .single-feature p {
  line-height: 22px;
}

/*======================================
    Our Achievement CSS
========================================*/
.our-achievement {
  background-color: #ff6b81;
  text-align: center;
  padding: 130px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-achievement {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .our-achievement {
    padding: 60px 0;
  }
}

.our-achievement .title h2 {
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 10px;
}

.our-achievement .title p {
  color: #fff;
}

.our-achievement .single-achievement {
  margin-top: 50px;
  text-align: center;
  padding: 0px 10px;
}

.our-achievement .single-achievement h3 {
  font-size: 35px;
  font-weight: 800;
  display: block;
  margin-bottom: 5px;
  color: #fff;
}

.our-achievement .single-achievement p {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .our-achievement .title h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .our-achievement .single-achievement {
    margin-top: 30px;
  }

  .our-achievement .single-achievement h3 {
    font-size: 28px;
  }
}

/*=============================
	Pricing Table CSS
===============================*/
/* .pricing-table {
  background-color: #f9f9f9;
}

.pricing-table .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pricing-table .section-title {
    margin-bottom: 30px;
  }
}

.pricing-table .single-table {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-top: 30px;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.pricing-table .single-table:hover:hover {
  -webkit-box-shadow: 0px 3px 5px #00000017;
  box-shadow: 0px 3px 5px #00000017;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.pricing-table .single-table .table-head {
  padding: 25px;
  border-bottom: 1px solid #eee;
}

.pricing-table .single-table .table-head .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.pricing-table .single-table .table-head p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.pricing-table .single-table .table-head .price {
  padding: 30px 0;
}

.pricing-table .single-table .table-head .price .amount {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
}

.pricing-table .single-table .table-head .price .amount .duration {
  display: inline-block;
  font-size: 14px;
  color: #888;
  font-weight: 400;
  margin-left: 3px;
}

.pricing-table .single-table .table-head .button .btn {
  width: 100%;
  padding: 12px 30px;
  font-size: 13px;
  background-color: #081828;
}

.pricing-table .single-table .table-head .button .btn:hover {
  background-color: #ff6b81;
  color: #fff;
}

.pricing-table .single-table .table-content {
  padding: 25px;
}

.pricing-table .single-table .table-content .middle-title {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.pricing-table .single-table .table-content .table-list li {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  margin-bottom: 13px;
}

.pricing-table .single-table .table-content .table-list li:last-child {
  margin: 0;
}

.pricing-table .single-table .table-content .table-list li i {
  color: #ff6b81;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 4px;
} */

/*======================================
    Call To Action CSS
========================================*/
.call-action {
  background-color: #ff6b81;
}

.call-action .cta-content {
  text-align: center;
  padding: 0px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .cta-content {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .call-action .cta-content {
    padding: 0;
  }
}

.call-action .cta-content h2 {
  color: #fff;
  line-height: 50px;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .cta-content h2 {
    font-size: 32px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .call-action .cta-content h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.call-action .cta-content p {
  color: #fff;
  padding: 0px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .cta-content p {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .call-action .cta-content p {
    padding: 0;
  }
}

.call-action .cta-content .button {
  margin-top: 40px;
}

.call-action .cta-content .button .btn {
  background-color: #fff;
  color: #ff6b81;
}

.call-action .cta-content .button .btn:hover {
  color: #fff;
  background-color: #081828;
}

/*======================================
	Error 404 CSS
========================================*/
.error-area {
  height: 100vh;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  vertical-align: middle;
}

.d-table-cell {
  display: table-cell !important;
}

.error-area .error-content h1 {
  font-size: 100px;
  color: #ff6b81;
  margin-bottom: 25px;
  font-weight: 800;
  line-height: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content h1 {
    font-size: 60px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content h1 {
    font-size: 45px;
    line-height: 30px;
  }
}

.error-area .error-content h2 {
  font-size: 25px;
  margin-bottom: 10px;
  color: #081828;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content h2 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content h2 {
    font-size: 18px;
  }
}

.error-area .error-content p {
  font-weight: 400;
  margin-bottom: 40px;
  color: #888;
}

/*======================================
	Footer CSS
========================================*/
/* .footer {
  background-color: #081828;
  position: relative;
}

.footer .footer-top {
  padding: 50px 0;
}

.footer .footer-top {
  padding: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top {
    padding: 80px 0;
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .footer .footer-top {
    padding: 60px 0;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer {
    margin-top: 40px;
    text-align: center;
  }
}

.footer .single-footer.f-about {
  padding-right: 30px;
}

@media (max-width: 767px) {
  .footer .single-footer.f-about {
    padding: 0;
  }
}

.footer .single-footer.f-about .logo img {
  width: 180px;
  width: 80px;
  border-radius: 20px;
}

.footer .single-footer.f-about p {
  color: #D2D6DC;
  margin-top: 10px;
  font-size: 14px;
}

.footer .single-footer.f-about .social {
  margin-top: 10px;
}

.footer .single-footer.f-about .social li {
  display: inline-block;
  margin-right: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer.f-about .social li {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer.f-about .social li {
    margin-bottom: 10px;
  }
}

.footer .single-footer.f-about .social li:last-child {
  margin: 0;
}

.footer .single-footer.f-about .social li a {
  color: #D2D6DC;
  font-size: 15px;
}

.footer .single-footer.f-about .social li a:hover {
  color: #ff6b81;
}

.footer .single-footer.f-about .social li:last-child {
  margin: 0;
}

.footer .single-footer.f-about .copyright-text {
  color: #D2D6DC;
  font-size: 14px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .footer .single-footer.f-about .copyright-text {
    margin-top: 20px;
  }
}

.footer .single-footer.f-about .copyright-text a {
  color: #D2D6DC;
}

.footer .single-footer.f-about .copyright-text a:hover {
  color: #ff6b81;
}

.footer .single-footer.f-link li {
  display: block;
  margin-bottom: 12px;
}

.footer .single-footer.f-link li:last-child {
  margin: 0;
}

.footer .single-footer.f-link li a {
  font-size: 15px;
  font-weight: 400;
  color: #D2D6DC;
}

.footer .single-footer.f-link li a:hover {
  color: #ff6b81;
}

.footer .single-footer h3 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 35px;
  color: #D2D6DC;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}

.footer .footer-newsletter {
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-newsletter {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .footer .footer-newsletter {
    padding-bottom: 60px;
    text-align: center;
  }
}

.footer .footer-newsletter .inner-content {
  border: 2px solid rgba(238, 238, 238, 0.171);
  padding: 50px;
  border-radius: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-newsletter .inner-content {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .footer .footer-newsletter .inner-content {
    padding: 30px;
  }
}

.footer .footer-newsletter .title {
  position: relative;
}

.footer .footer-newsletter .title h3 {
  color: #D2D6DC;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-newsletter .title h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .footer .footer-newsletter .title h3 {
    font-size: 16px;
  }
}

.footer .footer-newsletter .title p {
  font-size: 15px;
  color: #D2D6DC;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-newsletter .title p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .footer .footer-newsletter .title p {
    font-size: 14px;
  }
}

.footer .footer-newsletter .title p a {
  color: #ff6b81;
  text-decoration: underline;
}

.footer .footer-newsletter .title p a:hover {
  color: #fff;
}

.footer .footer-newsletter .newsletter-form {
  position: relative;
}

@media (max-width: 767px) {
  .footer .footer-newsletter .newsletter-form {
    margin-top: 30px;
  }
}

.footer .footer-newsletter .newsletter-form input {
  height: 48px;
  width: 300px;
  display: inline-block;
  background: transparent;
  border: none;
  color: #fff;
  border-radius: 0;
  padding: 0 20px;
  color: #fff !important;
  font-size: 14px;
  background-color: #fff3;
  border-radius: 5px;
  float: right;
  margin-right: 148px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-newsletter .newsletter-form input {
    width: 100%;
    margin: 0;
    padding-right: 144px;
  }
}

@media (max-width: 767px) {
  .footer .footer-newsletter .newsletter-form input {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}

.footer .footer-newsletter .newsletter-form ::-webkit-input-placeholder {
 
  color: #fff;
  opacity: 1;
  
}

.footer .footer-newsletter .newsletter-form :-ms-input-placeholder {
 
  color: #fff;
  opacity: 1;
 
}

.footer .footer-newsletter .newsletter-form ::-ms-input-placeholder {
  
  color: #fff;
  opacity: 1;
 
}

.footer .footer-newsletter .newsletter-form ::placeholder {
 
  color: #fff;
  opacity: 1;
  
}

.footer .footer-newsletter .newsletter-form :-ms-input-placeholder {
  
  color: #fff;
}

.footer .footer-newsletter .newsletter-form ::-ms-input-placeholder {
 
  color: #fff;
}

.footer .footer-newsletter .newsletter-form .button {
  display: inline-block;
  position: absolute;
  right: 0;
}

@media (max-width: 767px) {
  .footer .footer-newsletter .newsletter-form .button {
    position: relative;
    margin-top: 10px;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .footer .footer-newsletter .newsletter-form .button .btn {
    width: 100%;
  }
}

.footer .footer-newsletter .newsletter-form .button .btn {
  display: inline-block;
  background: #ff6b81;
  color: #fff;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
}

.footer .footer-newsletter .newsletter-form .button .btn::before {
  background-color: #fff;
}

.footer .footer-newsletter .newsletter-form .button .btn:hover {
  color: #ff6b81;
  background-color: #fff;
}
 */






.instiute-global-footer {
  /* background: linear-gradient(135deg, #0b1026, #0f172a); */
  /* background-color: black; */
  background-color: #081828;
  padding: 40px 0 20px;
  color: #cbd5e1;
  position: relative;
  overflow: hidden;
}

/* .instiute-global-footer::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.25), transparent 70%);
} */

/* Brand */
/* .footer-brand img {
  height: 55px;
  margin-bottom: 18px;
} */

.footer-brand p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* Social */
.footer-social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  color: #ffffff;
  margin-right: 10px;
  transition: all 0.35s ease;
}

.footer-social a:hover {
  background: #ff6b81;
  transform: translateY(-4px);
}

/* Links */
.footer-links h4,
.footer-newsletter h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
}

.footer-links h4::after,
.footer-newsletter h4::after {
  content: "";
  width: 32px;
  height: 3px;
  background: #ff6b81;
  display: block;
  margin-top: 6px;
  border-radius: 10px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 25px;
  padding: 0;
  list-style: none;
}

.footer-grid li a {
  color: #cbd5e1;
  font-size: 14.5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-grid li a:hover {
  /* color: #ffffff; */
  color: #ff6b81;
  padding-left: 6px;
}

.footer-cta {
  color: #ff6b81;
  font-weight: 600;
}

/* Newsletter */
.footer-newsletter p {
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.newsletter-form {
  display: flex;
  gap: 10px;
}

.newsletter-form input {
  flex: 1;
  padding: 12px 14px;
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 14px;
}

.newsletter-form button {
  background: #ff6b81;
  border: none;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.newsletter-form button:hover {
  background: #ff6b81;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 30px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
}

.footer-legal a {
  margin-left: 20px;
  color: #cbd5e1;
  text-decoration: none;
}

.footer-legal a:hover {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .newsletter-form {
    flex-direction: column;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    gap: 3px;
  }

  .footer-legal a {
    margin: 0 5px;
  }
}

/* ===============================
   WHY CHOOSE INSTIB – PREMIUM UI
================================= */


.global-badge {
  display: inline-block;
  padding: 6px 16px;
  /* background: rgba(255, 107, 129, 0.12); */
  /* color: #ff6b81; */
  background: #ff6b81;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
}


/* Card Styling */
.why-card {
  background: #ffffff;
  /* padding: 40px 30px; */
  border-radius: 18px;
  text-align: center;
  height: 100%;
  position: relative;
  transition: all 0.35s ease;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.why-card:hover {
  transform: translateY(-12px);
  /* box-shadow: 0 25px 60px rgba(255, 107, 129, 0.25); */
  /* box-shadow:
    0 25px 60px rgba(255, 107, 129, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.6); */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* Icon Box */
.Choose-box {
  width: 75px;
  height: 75px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6b81, #ff9a9e);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s ease;
}

.Choose-box i {
  font-size: 36px;
  color: #ffffff;
}

.why-card:hover .Choose-box {
  transform: scale(1.15) rotate(5deg);
}

/* Card Content */
.why-card h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #1e1e2f;
}

.why-card p {
  font-size: 15px;
  color: #6c757d;
  line-height: 1.7;
}


.choose-para {
  font-size: 16px;
  max-width: 600px;
}



/* ===============================
   INSTIB FEATURES SECTION
================================ */

/* Badge */
/* .feature-badge {
  display: inline-block;
  background: rgba(255, 107, 129, 0.15);
  color: #ff6b81;
  padding: 7px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
} */

/* Heading */
.instib-features h2 {
  font-weight: bold;
}

.instib-features p {
  /* color: #6c757d; */
  font-size: 16px;
}

/* Card */
.feature-card {
  background: #ffffff;
  border-radius: 18px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  /* padding: 38px 30px; */
  height: 100%;
  /* box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06); */
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  transition: all 0.45s ease;
  /* position: relative; */
  /* min-height: 150px; */
}


/* Hover */
.feature-card:hover {
  transform: translateY(-10px);
  /* box-shadow: 0 34px 70px rgba(0, 0, 0, 0.12); */
}

/* Icon Box */
.feature-card .icon-box {
  width: 56px;
  height: 56px;
  background: rgba(255, 107, 129, 0.15);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 15px; */
  transition: all 0.45s ease;
}

/* Icon */
.feature-card .icon-box i {
  font-size: 26px;
  color: #ff6b81;
  transition: all 0.45s ease;
}

/* Icon Hover */
.feature-card:hover .icon-box {
  background: #ff6b81;
}

.feature-card:hover .icon-box i {
  color: #ffffff;
  transform: scale(1.25);
}

/* Title */
.feature-card h5 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.05rem;
  /* color: #ff3b5c; */
}

/* Text */
.feature-card p {
  /* font-size: 15px; */
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Highlight Card (Optional) */
.feature-card.highlight {
  background: linear-gradient(135deg, #ff6b81, #ff3b5c);
  color: #ffffff;
}

.feature-card.highlight h5,
.feature-card.highlight p {
  color: #ffffff;
}

.feature-card.highlight .icon-box {
  background: rgba(255, 255, 255, 0.25);
}

.feature-card.highlight .icon-box i {
  color: #ffffff;
}

/* --- Onboarding Steps --- */
/* .step-cloud {
  padding: 40px;
  border-radius: 50% 50% 50% 50% / 12% 15% 85% 88%;
  background: var(--white);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  border-top: 5px solid var(#ff6b81);
}

.cloud2 {
  border-top: #2ecc71;
}


.cloud3 {
  border-top: #f1c40f;
} */






/* Section */
/* .onboarding {
  padding: 110px 0;
  background: linear-gradient(180deg, #fff, var(--bg));
  position: relative;
} */

/* .onboarding-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #fff 0%, var(--light-bg) 100%);
  position: relative;
} */



/* .onboarding-section p.lead {
  color: var(--muted);
  max-width: 650px;
  font-size: 16px;
} */

/* Step Card */
.step-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  /* padding: 45px 35px; */
  height: 100% !important;
  /* position: relative; */
  transition: all 0.35s ease;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  border-top: 5px solid var(--primary);
}

.step-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 35px 90px rgba(255, 107, 129, 0.25);
}

/* Step Number */
.step-number {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--primary), #ff8fa3);
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 25px; */
  font-size: 18px;
}

.step-card h4 {
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 5px;
}

.step-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

/* Icons */
.step-icon {
  font-size: 38px;
  color: var(--primary);
  margin-bottom: 0px;
}

/* Arrow */
/* .step-arrow {
  font-size: 32px;
  color: var(--primary);
  opacity: 0.6;
  margin-top: 35px;
} */



/* .pricing-card {
  background: white;
  border-radius: var(--border-radius);
  padding: 40px 30px;
  box-shadow: var(--shadow);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  height: 100%;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.pricing-card.popular {
  border: 2px solid var(--primary-color);
  transform: scale(1.05);
}

.pricing-card.popular:hover {
  transform: scale(1.05) translateY(-10px);
}

.popular-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--primary-color);
  color: white;
  padding: 8px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 0 0 0 20px;
}

.pricing-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--secondary-color);
}

.pricing-price {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 25px;
}

.pricing-price span {
  font-size: 1rem;
  color: var(--dark-gray);
  font-weight: 500;
}

.pricing-feature {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.pricing-feature i {
  margin-right: 10px;
  font-size: 0.9rem;
  color: var(--success-color);
}

.pricing-feature.unavailable i {
  color: var(--danger-color);
} */


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


#about .about-text {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

#about .about-list li {
  margin-bottom: 5px;
  font-size: 1.05rem;
}

#about .about-list i {
  color: #ff6b81;
}

.get-btn {
  background-color: #ff6b81;
  border-color: #ff6b81;
  color: white;
  font-weight: bold;
  /* padding: 12px 30px; */
  /* border-radius: 50px; */
  transition: all 0.3s ease;
}

.get-btn:hover {
  background-color: #e55b6e;
  border-color: #e55b6e;
}

.about-img {
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}


#about .about-img-wrapper img {
  transition: transform 0.6s ease;
}

#about .about-img-wrapper:hover img {
  transform: scale(1.1);
}

/* #about-us .about-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 107, 129, 0.15);
  border-radius: 20px;
} */



/* ================= PRICING SECTION ================= */
/* .instib-pricing {
  background: linear-gradient(180deg, #fff, var(--bg-light));
} */

.pricing-title {
  /* font-size: 2.8rem; */
  font-weight: bold;
  color: var(--text-dark);
}

.pricing-title span {
  color: var(--brand);
}

.pricing-subtitle {
  max-width: 650px;
  /* margin: 15px auto 60px; */
  color: var(--text-muted);
  font-size: 16px;
}

/* Toggle */
.pricing-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}

.pricing-toggle span {
  font-weight: 500;
}

.switch {
  position: relative;
  width: 56px;
  height: 28px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  inset: 0;
  background: #ddd;
  border-radius: 40px;
  cursor: pointer;
  transition: .3s;
}

.slider::before {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background: white;
  border-radius: 50%;
  transition: .3s;
}

input:checked+.slider {
  background: var(--brand);
}

input:checked+.slider::before {
  transform: translateX(26px);
}

/* Pricing Cards */
.pricing-card {
  background: rgba(255, 255, 255, .95);
  border-radius: var(--radius);
  padding: 25px 25px;
  /* box-shadow: var(--shadow); */
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  height: 100%;
  position: relative;
  transition: .4s ease;
}

.pricing-card:hover {
  transform: translateY(-10px);
}

.pricing-card.popular {
  border: 2px solid var(--brand);
}

.popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand);
  color: white;
  padding: 6px 22px;
  font-size: .8rem;
  border-radius: 30px;
}

.plan-tag {
  font-size: .75rem;
  font-weight: 600;
  color: var(--brand);
  background: #ffe4ea;
  display: inline-block;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.price {
  /* font-size: 2.8rem; */
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--brand);
}

.price span {
  font-size: 1rem;
  color: var(--text-muted);
}

.features li {
  list-style: none;
  /* padding: 10px 0; */
  padding: 2px 0;
  color: var(--text-dark);
}

.features i {
  color: var(--brand);
  margin-right: 10px;
}

.features .disabled {
  color: #9ca3af;
}

.pricing-btn {
  display: block;
  text-align: center;
  margin-top: 10px;
  padding: 10px;
  background: var(--brand);
  color: white;
  border-radius: 12px;
  font-weight: bold;
  text-decoration: none;
  transition: .3s;
  font-size: 1rem;
}

.pricing-btn:hover {
  color: black;
  background: var(--brand-dark);
}

/* Comparison Table */
.compare-box {
  margin-top: 90px;
  background: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow-x: auto;
}

.compare-box table {
  width: 100%;
}

.compare-box th {
  background: var(--brand);
  color: white;
  padding: 18px;
}

.compare-box td {
  padding: 16px;
  text-align: center;
}

.compare-box tr:nth-child(even) {
  background: #fff5f7;
}



/* Mobile App Section */
.mobile-app-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  padding: 50px 0;
  border-radius: 40px;
  color: white;
  /* margin: 80px 0; */
}

.mobile-app-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: white;
}

.mobile-app-subtitle {
  font-size: 1.1rem;
  /* margin-bottom: 30px; */
  opacity: 0.9;
}

.mobile-screen {
  background: white;
  border-radius: 30px;
  padding: 20px 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  width: 280px;
  margin: 0 auto;
}

.mobile-header {
  background: var(--primary-color);
  color: white;
  padding: 15px;
  border-radius: 20px 20px 0 0;
  text-align: center;
  font-weight: 600;
}

.mobile-content {
  padding: 20px;
  color: var(--secondary-color);
}


.contact-box {
  /* background: #fff; */
  padding: 35px;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 25px 70px rgba(0, 0, 0, .12);
  transition: .35s;
}

.contact-box:hover {
  transform: translateY(-8px);
}

.contact-box i {
  font-size: 32px;
  color: #ff6b81;
  margin-bottom: 15px;
}



/* Section */
/* .instib-contact-premium {
  background: linear-gradient(180deg, #ffffff, #f9fafb);
} */

/* Badge */
/* .instib-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  background: rgba(255, 107, 129, .12);
  color: var(--instib);
  font-weight: 600;
  font-size: 14px;
} */

.gloabl-para {
  max-width: 550px;
  margin: auto;
  font-size: 16px;
  color: var(--muted);
}

/* Contact Card */
.institute-contact-card {
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(12px);
  padding: 20px 25px;
  border-radius: 26px;
  text-align: center;
  box-shadow: 0 25px 70px rgba(0, 0, 0, .10);
  transition: .45s;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.institute-contact-card::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--instib), #ff9aab);
  opacity: 0;
  transition: .45s;
}

.institute-contact-card:hover {
  transform: translateY(-12px);
}

.institute-contact-card:hover::after {
  opacity: 1;
}

/* Featured Card */
/* .institute-contact-card.featured {
  transform: translateY(-8px);
  box-shadow: 0 35px 90px rgba(255, 107, 129, .25);
} */

/* Icon */
.icon-wrap {
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 18px;
  background: rgba(255, 107, 129, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--instib);
  margin-bottom: 16px;
}

/* Text */
.instib-contact-card h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

.instib-contact-card p {
  color: var(--muted);
  font-size: 15px;
}

/* Links & Button */
.contact-link {
  display: inline-block;
  margin-top: 12px;
  font-weight: 700;
  color: var(--instib);
  text-decoration: none;
}

.book-btn {
  background: linear-gradient(135deg, #ff6b81, #ff8fa1);
  color: #fff;
  font-weight: 700;
  border-radius: 14px;
  padding: 8px 18px;
  border: none;
}

/* Responsive */
@media(max-width:768px) {
  .instib-title {
    font-size: 32px;
  }
}

.disabled-link {
  pointer-events: none;
  cursor: not-allowed;
}



/* * {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system;
  background: #ffffff;
  color: #0f172a;
} */

/* ================= SECTION ================= */
.testimonial-section {
  /* padding: 80px 0; */
  background: linear-gradient(180deg, #fff5f7 0%, #ffffff 75%);
  overflow: hidden;
}


/* .section-sub {
  margin-top: 12px;
  font-size: .95rem;
  color: #64748b;
} */

/* ================= MARQUEE ================= */
.marquee-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.marquee-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: scroll 35s linear infinite;
}

.marquee-wrapper:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ================= CARD ================= */
.testimonial-card {
  min-width: 260px;
  max-width: 260px;
  background: #ff6b81;
  color: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 20px 45px rgba(255, 107, 129, .4);
  transition: transform .3s ease;
}

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

/* ================= RATING ================= */
.rating {
  font-size: .95rem;
  margin-bottom: 10px;
  color: #ffe8cc;
}

/* ================= TEXT ================= */
.testimonial-text {
  font-size: .92rem;
  line-height: 1.6;
  opacity: .95;
}

/* ================= USER ================= */
.testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .85rem;
}

.testimonial-user h6 {
  margin: 0;
  font-size: .9rem;
  font-weight: 600;
  color: white;
}

.testimonial-user small {
  font-size: .75rem;
  opacity: .85;
}

/* ================= TABLET ================= */
@media (min-width:576px) {
  /* .section-title {
    font-size: 2.2rem;
  } */

  .testimonial-card {
    min-width: 300px;
    max-width: 300px;
    padding: 28px;
  }
}

/* ================= DESKTOP ================= */
@media (min-width:992px) {
  /* .testimonial-section {
    padding: 110px 0;
  } */

  .marquee-track {
    gap: 28px;
  }

  .testimonial-card {
    min-width: 360px;
    max-width: 360px;
    padding: 36px;
  }
}






/* ================== TRUST & IMPACT ================== */
.instib-trust-impact {
  background: linear-gradient(135deg, #fff5f7, #ffffff);
}

/* Badge */
.instib-badge {
  display: inline-block;
  padding: 6px 18px;
  background: rgba(255, 107, 129, 0.15);
  color: #ff6b81;
  font-weight: 600;
  border-radius: 50px;
  font-size: 14px;
}

/* Title */
.instib-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #222;
}

.instib-title span {
  color: #ff6b81;
}

/* Description */
.instib-desc {
  font-size: 1.05rem;
  color: #666;
  max-width: 480px;
}

/* Trust List */
.instib-trust-list {
  list-style: none;
  padding: 0;
}

.instib-trust-list li {
  font-size: 1rem;
  color: #444;
  margin-bottom: 5px;
}

.instib-trust-list i {
  color: #ff6b81;
  margin-right: 10px;
}

/* Impact Cards */
.impact-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px);
  border-radius: 22px;
  padding: 25px 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.4s ease;
  height: 100%;
}

.impact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 80px rgba(255, 107, 129, 0.25);
}

/* Highlight Card */
.impact-card.highlight {
  border: 2px solid #ff6b81;
}

/* Icon */
.impact-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 10px;
  background: linear-gradient(135deg, #ff6b81, #ff8fa3);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

/* Counter */
.impact-card h3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #222;
  margin-bottom: 5px;
}

/* Label */
.impact-card p {
  font-size: 1rem;
  color: #555;
  font-weight: 500;
}





/* ================= DEMO MODAL ================= */
.modal-header {
  padding: 0.5rem 1rem;
}

.modal-body {
  padding: 0rem 1rem 1rem 1rem;
}

.demo-modal {
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(255, 82, 105, 0.35);
}

.demo-modal .modal-title {
  font-size: 1.5rem;
  color: #ff4f6e;
  line-height: 1.7rem;
}

.demo-modal .form-control,
.demo-modal .form-select {
  border-radius: 10px;
  padding: 10px;
}

.demo-modal .btn-primary {
  background: linear-gradient(135deg, #ff4f6e, #ff758c);
  border: none;
  border-radius: 50px;
  font-weight: 600;
}



.global-title {
  font-size: 38px;
}

.global-pitch-title {
  color: #ff6b81;
}

.why-choose-title {
  max-width: 700px;
}


/* .global-para {
  font-size: 16px;
  max-width: 600px;

} */

.instiute-contact-premium {
  padding-bottom: 10px;
}



@media (max-width: 992px) {
  .hero-area {
    padding: 100px 0 30px 0;
  }

  .mobile-app-title {
    font-size: 2.2rem;
  }

}



/* Responsive */
@media (max-width: 768px) {

  .global-title {
    font-size: 32px;
  }


  .logo-text {
    font-size: 30px;
  }


  .pricing-toggle {
    margin-bottom: 10px;
  }

  .mobile-app-section {
    padding: 40px 0;
  }

  .mobile-app-title {
    font-size: 2.1rem;
    margin-bottom: 3px;
  }

  .mobile-app-subtitle {
    font-size: 0.95rem;
    margin-bottom: 10px;
  }

  .mobile-content {
    padding: 10px;
  }

  .marquee-wrapper {
    margin-top: 15px;
  }

  .footer-brand p {
    margin-bottom: 12px;
  }

  .footer-links h4 {
    margin-bottom: 10px;
  }

  .footer-grid {
    gap: 8px 10px;
  }

  .copyright-link {
    font-size: 12px !important;
  }

  .footer-bottom {
    margin-top: 15px;
    padding-top: 10px;
  }

}


/* @media (min-width: 992px) {
  .footer-para{
    max-width: 700px;
  }
} */