:root {
  --color-custom-051441: #0f2815;
  --color-custom-081828: #1b3a26;
  --color-custom-222: #2c3e33;
  --color-custom-333: #3e4e44;
  --color-custom-666: #687c70;
  --color-custom-777: #5a6b61;
  --color-custom-888: #4a4a4a;
  --color-custom-d2d2d2: #d1ded5;
  --color-custom-d2d6dc: #e8f5e9;
  --color-custom-e6e2f5: #c8e6c9;
  --color-custom-eee: #e0ebe2;
  --color-custom-f9f9f9: #f4f9f5;
  --color-custom-ff6b81: #58b864;
  --color-rgba-15: rgba(27, 58, 38, 0.15);
  --color-rgba-16: rgba(0, 0, 0, 0.1);
  --color-rgba-17: rgba(0, 0, 0, 0.05);
  --color-rgba-18: rgba(0, 0, 0, 0.164);
  --color-rgba-19: rgba(32, 32, 32, 0.11);
  --color-white: #ffffff;
  --color-success: #10b981;
  --color-warning: #f59e0b;
  --color-danger: #ef4444;
  --shadow-soft: 0 4px 20px rgba(27, 58, 38, 0.08);
  --shadow-medium: 0 8px 32px rgba(27, 58, 38, 0.12);
  --shadow-hover: 0 12px 40px rgba(27, 58, 38, 0.15);
}

/* ===========================

Index Of css



01. Variables CSS

02. Normalize CSS

03. Header CSS

04. Hero CSS

05. Features CSS

06. Achievement CSS

07. Testimonial CSS

08. Pricing CSS

09. Faq CSS

10. Blog CSS

11. Clients CSS

12. Team CSS

13. Portfolio CSS

14. Contact CSS

15. Error CSS

16. Mail Success CSS

17. Footer CSS

========================== */
/*======================================

    Variables

========================================*/
/*======================================

    Normalize CSS

========================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Poppins:wght@500;600;700;800&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: var(--color-custom-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: var(--color-custom-ff6b81);
  border-color: var(--color-custom-ff6b81);
}

select {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: var(--color-custom-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: var(--color-custom-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: var(--color-custom-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: var(--color-white);
  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: var(--color-white);
  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: 70px;
  padding-bottom: 70px;
  position: relative;
}

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

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

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

.section-title h3 {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  color: var(--color-custom-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: var(--color-custom-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: var(--color-custom-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: var(--color-white) !important;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 5px;
}

.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem var(--color-rgba-15) !important;
  box-shadow: 0 1rem 3rem var(--color-rgba-15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: var(--color-custom-081828);
}

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

.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: var(--color-custom-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: var(--color-white);
  color: var(--color-custom-081828);
  font-weight: 400;
  font-size: 14px;
  border-radius: 5px;
  padding: 8px 20px;
  text-align: center;
  border: 1px solid var(--color-custom-eee);
}

.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
  background: var(--color-custom-ff6b81);
  color: var(--color-white);
  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: var(--color-custom-ff6b81);
  color: var(--color-white);
  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: var(--color-white);
  background-color: var(--color-custom-081828);
  -webkit-box-shadow: 0px 4px 4px #0000000f;
  box-shadow: 0px 4px 4px #0000000f;
}

.button .btn-alt {
  color: var(--color-white) !important;
  background: transparent !important;
  border: 2px solid var(--color-white);
  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: var(--color-white) !important;
  color: var(--color-custom-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: var(--color-white);
  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: var(--color-custom-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;
  }
}

/*======================================

	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: 0 0 14px 0 !important;
  }
  .header .mobile-menu-btn .toggler-icon {
    background-color: var(--color-white);
  }
  .header .button {
    margin: 0 !important;
  }
  .header .navbar-collapse {
    position: absolute;
    top: 92px !important;
    left: 0;
    width: 100%;
    background-color: var(--color-white);
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px var(--color-rgba-16);
    box-shadow: 0px 15px 20px 0px var(--color-rgba-16);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid var(--color-custom-eee);
    border-radius: 6px;
  }
  .header .navbar .navbar-nav .nav-item a:hover {
    color: var(--color-custom-ff6b81) !important;
  }
  .header .navbar .navbar-nav .nav-item a.active {
    color: var(--color-custom-ff6b81) !important;
  }
  .header .navbar-nav .nav-item {
    margin: 0;
  }
  .header .navbar-nav .nav-item:hover a {
    color: var(--color-custom-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: var(--color-custom-ff6b81) !important;
  }
  .header .navbar-nav .nav-item a {
    color: var(--color-custom-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: var(--color-white) !important;
    color: var(--color-custom-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: var(--color-white) !important;
    color: var(--color-custom-ff6b81) !important;
  }
  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }
  .header .navbar-nav .nav-item a:hover {
    color: var(--color-custom-ff6b81);
  }
}

@media (max-width: 767px) {
  .header {
    padding: 0 0 6px 0 !important;
  }
  .header .mobile-menu-btn .toggler-icon {
    background-color: var(--color-white);
  }
  .header .navbar-collapse {
    position: absolute;
    top: 85px !important;
    left: 0;
    width: 100%;
    background-color: var(--color-white);
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px var(--color-rgba-16);
    box-shadow: 0px 15px 20px 0px var(--color-rgba-16);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid var(--color-custom-eee);
    border-radius: 6px;
  }
  .header .navbar .navbar-nav .nav-item a:hover {
    color: var(--color-custom-ff6b81) !important;
  }
  .header .navbar .navbar-nav .nav-item a.active {
    color: var(--color-custom-ff6b81) !important;
  }
  .header .navbar-nav .nav-item {
    margin: 0;
  }
  .header .navbar-nav .nav-item:hover a {
    color: var(--color-custom-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: var(--color-custom-ff6b81) !important;
  }
  .header .navbar-nav .nav-item a {
    color: var(--color-custom-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: var(--color-white) !important;
    color: var(--color-custom-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: var(--color-white) !important;
    color: var(--color-custom-ff6b81) !important;
  }
  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }
  .header .navbar-nav .nav-item a:hover {
    color: var(--color-custom-ff6b81);
  }
}

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

.header .button .btn {
  background-color: transparent;
  border: 2px solid var(--color-white);
  color: var(--color-white);
  padding: 12px 18px;
}

.header .button .btn:hover {
  background-color: var(--color-white);
  color: var(--color-custom-ff6b81);
}

.header .navbar-brand img {
  width: 68px;
  height: auto;
}

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

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

.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: var(--color-custom-ff6b81);
  color: var(--color-white);
  border-color: transparent;
}

.header.sticky .button .btn:hover {
  background-color: var(--color-custom-081828);
  color: var(--color-white);
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 20px 50px 0px var(--color-rgba-17);
  box-shadow: 0px 20px 50px 0px var(--color-rgba-17);
  -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: var(--color-white);
}

.sticky .navbar .navbar-nav .nav-item a.active {
  color: var(--color-custom-ff6b81);
}

.sticky .navbar .navbar-nav .nav-item a {
  color: var(--color-custom-081828);
}

.header .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: var(--color-white);
}

.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: var(--color-white);
}

.sticky .navbar .mobile-menu-btn .toggler-icon {
  background: var(--color-custom-333);
}

/*===== NAVBAR =====*/
.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: var(--color-custom-ff6b81);
  -webkit-box-shadow: 0px 20px 50px 0px var(--color-rgba-17);
  box-shadow: 0px 20px 50px 0px var(--color-rgba-17);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: var(--color-white) !important;
  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: var(--color-custom-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: var(--color-white);
}

.sticky .navbar-nav .nav-item:hover a {
  color: var(--color-custom-ff6b81);
}

.navbar-nav .nav-item a {
  font-size: 15px;
  color: var(--color-white);
  -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: var(--color-white);
}

.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: var(--color-white);
  -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: var(--color-custom-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: var(--color-custom-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: var(--color-custom-ff6b81) !important;
}

.navbar-nav .nav-item .sub-menu > li > a {
  font-weight: 400;
  display: block;
  padding: 12px 15px;
  font-size: 14px;
  color: var(--color-custom-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: 120px 0 120px 0;
  background: var(--color-custom-ff6b81);
}

@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 50px 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: 40px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-image {
    margin-top: 40px;
  }
}

.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: var(--color-white);
  text-shadow: 0px 3px 8px #00000017;
  text-transform: capitalize;
}

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

.hero-area .hero-content p {
  margin-top: 20px;
  font-size: 15px;
  color: var(--color-white);
}

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

.hero-area .hero-content .button .btn {
  background-color: var(--color-white);
  color: var(--color-custom-ff6b81);
  margin-right: 12px;
}

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

.hero-area .hero-content .button .btn:hover {
  background-color: var(--color-custom-081828);
  color: var(--color-white);
}

.hero-area .hero-content .button .btn.btn-alt {
  background-color: var(--color-white) fff6b;
  color: var(--color-white);
}

.hero-area .hero-content .button .btn.btn-alt:hover {
  background-color: var(--color-white);
  color: var(--color-custom-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: var(--color-white);
  font-weight: 500;
}

.hero-area .hero-content .button .video-button:hover .video {
  color: var(--color-white);
  background-color: var(--color-custom-081828);
}

.hero-area .hero-content .button .video-button .video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--color-custom-ff6b81);
  background-color: var(--color-white);
  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 var(--color-white);
  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;
  }
}

/*======================================

    App Info CSS

========================================*/
.app-info .info-one {
  position: relative;
}

.app-info .info-one .info-image {
  padding: 50px;
}

.app-info .info-text .main-icon i {
  font-size: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-info .info-one .info-image {
    padding-top: 60px;
  }
}

.app-info .info-one .info-image img {
  width: 100%;
}

.app-info .info-one.style2 {
  padding-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-info .info-one.style2 .info-text {
    padding-top: 60px !important;
  }
  .app-info .info-one.style2 {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .app-info .info-one.style2 .info-text {
    padding-top: 0!important;
  }
  .app-info .info-one.style2 {
    padding-top: 0;
  }
}

/* @media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-info .info-one.style2 .info-image {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .app-info .info-one.style2 .info-image {
    padding-top: 0;
  }
} */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-info .info-one.style2 {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .app-info .info-one.style2 {
    padding-top: 0;
  }
}

.app-info .info-one.style2 .info-text {
  padding-left: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-info .info-one.style2 .info-text {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .app-info .info-one.style2 .info-text {
    padding: 0;
  }
}

.app-info .info-one .info-text .main-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  border-radius: 8px;
  color: var(--color-white);
  font-size: 20px;
  background-color: var(--color-custom-ff6b81);
  margin-bottom: 30px;
}

.app-info .info-one .info-text h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-custom-081828);
  line-height: 42px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-info .info-one .info-text h2 {
    font-size: 25px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .app-info .info-one .info-text h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .app-info .info-one {
    margin: 18px 0;
  }
}

.app-info .info-one .info-text p {
  margin-bottom: 15px;
}

.app-info .info-one .info-text .button {
  margin-top: 35px;
}

/*======================================

    Features Area CSS

========================================*/
.features {
  background-color: var(--color-custom-f9f9f9);
}

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

.features .single-feature {
  text-align: left;
  padding: 35px;
  background-color: var(--color-white);
  border-radius: 6px;
  position: relative;
  margin-top: 30px;
  border: 1px solid var(--color-custom-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;
  height: -webkit-fill-available;
}

.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: var(--color-custom-ff6b81);
  color: var(--color-white);
  font-size: 24px;
  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;
}

/*======================================

    Intro Video CSS

========================================*/
.intro-video-area {
  background-color: var(--color-custom-081828); /* Replaced #081828 */
  position: relative;
  z-index: 9;
  padding-bottom: 0;
  padding-top: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-video-area {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .intro-video-area {
    padding-top: 60px;
  }
}

.intro-video-area .section-title {
  margin-bottom: 150px;
  padding: 0 265px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-video-area .section-title {
    padding: 0 50px;
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .intro-video-area .section-title {
    padding: 0 30px;
    margin-bottom: 100px;
  }
  .intro-video-area .section-title h2 {
    font-size: 20px;
  }
}

.intro-video-area .section-title span {
  display: block;
  margin-bottom: 20px;
  color: var(--color-custom-ff6b81); /* Replaced #2ed06e */
}

@media (max-width: 767px) {
  .intro-video-area .section-title span {
    margin-bottom: 10px;
  }
}

.intro-video-area::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 150px;
  width: 100%;
  background-color: var(--color-white); /* Replaced #fff */
  z-index: -1;
}

.intro-video-area .inner-content-head {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #eeeeee40;
  background: #ffffff24;
}

@media (max-width: 767px) {
  .intro-video-area .inner-content-head {
    padding: 0;
    border: none;
  }
}

.intro-video-area .inner-content {
  background-color: var(--color-white); /* Replaced #fff */
  padding: 100px 0;
  height: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.09);
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-video-area .inner-content {
    padding: 50px 0;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .intro-video-area .inner-content {
    padding: 50px 0;
  }
}

.intro-video-area .inner-content .shape1 {
  height: 120px;
  width: 120px;
  position: absolute;
  right: -60px;
  bottom: 58px;
}

@media (max-width: 767px) {
  .intro-video-area .inner-content .shape1 {
    width: 80px;
    height: 80px;
    right: -50px;
    bottom: 20px;
  }
}

.intro-video-area .inner-content .shape2 {
  height: 100px;
  width: 100px;
  position: absolute;
  left: -10px;
  top: 30px;
}

@media (max-width: 767px) {
  .intro-video-area .inner-content .shape2 {
    width: 80px;
    height: 80px;
  }
}

.intro-video-area .intro-video-play {
  position: relative;
  z-index: 9;
}

.intro-video-area .intro-video-play .play-thumb a {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 83px;
  background: var(--color-custom-ff6b81); /* Replaced #2ed06e */
  border-radius: 50%;
  padding-left: 5px;
  font-size: 22px;
  color: var(--color-white); /* Replaced #fff */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-video-area .intro-video-play .play-thumb a {
    height: 70px;
    width: 70px;
    font-size: 20px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .intro-video-area .intro-video-play .play-thumb a {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}

.intro-video-area .intro-video-play .play-thumb a:hover {
  background-color: var(
    --color-custom-051441
  ); /* Replaced #081828 with darker theme var */
  color: var(--color-white); /* Replaced #fff */
}

.intro-video-area .intro-video-play .play-thumb a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid var(--color-custom-ff6b81); /* Replaced #2ed06e */
  border-radius: 50%;
  -webkit-animation: pulse-border-2 1.5s linear infinite;
  animation: pulse-border-2 1.5s linear infinite;
}

.intro-video-area .intro-video-play .play-thumb a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid var(--color-white); /* Replaced #fff */
  border-radius: 50%;
  -webkit-animation: pulse-border 1s linear infinite;
  animation: pulse-border 1s 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;
  }
}

/*======================================

    Our Achievement CSS

========================================*/
.our-achievement {
  background-color: var(--color-custom-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: var(--color-white);
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 10px;
}

.our-achievement .title p {
  color: var(--color-white);
}

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

.our-achievement .single-achievement h3 {
  font-size: 28px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  color: var(--color-white);
}

.our-achievement .single-achievement p {
  font-size: 15px;
  color: var(--color-white);
  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: 18px;
  }
}

/*======================================

    Testimonial CSS

========================================*/
.testimonials {
  background-color: var(--color-custom-f9f9f9);
  position: relative;
  overflow: hidden;
}

.testimonials .tns-nav {
  text-align: center;
  position: absolute;
  bottom: 80px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  left: 50%;
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials .tns-nav {
    bottom: 50px;
  }
}

@media (max-width: 767px) {
  .testimonials .tns-nav {
    bottom: 40px;
  }
}

.testimonials .tns-nav button {
  height: 6px;
  width: 14px;
  background-color: var(--color-custom-081828);
  border-radius: 5px;
  display: inline-block;
  border: none;
  margin: 0px 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.testimonials .tns-nav button:hover {
  background: var(--color-custom-ff6b81);
}

.testimonials .tns-nav button.tns-nav-active {
  background: var(--color-custom-ff6b81);
  width: 25px;
}

.testimonials .testi-patern1 {
  width: 300px;
  position: absolute;
  left: -200px;
  bottom: -90px;
}

@media (max-width: 767px) {
  .testimonials .testi-patern1 {
    display: none;
  }
}

.testimonials .testi-patern2 {
  width: 300px;
  position: absolute;
  right: -200px;
  top: -90px;
}

@media (max-width: 767px) {
  .testimonials .testi-patern2 {
    display: none;
  }
}

.testimonials .single-testimonial {
  text-align: center;
  padding: 0px 80px 40px 80px;
}

@media (max-width: 767px) {
  .testimonials .single-testimonial {
    padding: 0px 10px 20px 20px;
  }
}

.testimonials .single-testimonial .text .brand-icon {
  margin-bottom: 30px;
}

.testimonials .single-testimonial .text .brand-icon img {
  width: 140px;
}

.testimonials .single-testimonial .text p {
  color: var(--color-custom-081828);
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
}

@media (max-width: 767px) {
  .testimonials .single-testimonial .text p {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
  }
}

.testimonials .single-testimonial .author {
  margin-top: 30px;
  display: inline-block;
  position: relative;
}

.testimonials .single-testimonial .author img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
}

.testimonials .single-testimonial .author .name {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-custom-081828);
  display: block;
  margin-top: 10px;
}

.testimonials .single-testimonial .author .name span {
  color: var(--color-custom-777);
  display: block;
  font-size: 13px;
  margin-top: 6px;
}

/*=============================

	Pricing Table CSS

===============================*/
/* .pricing-table {
  background-color: var(--color-custom-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 var(--color-custom-eee);
  border-radius: 10px;
  margin-top: 30px;
  background-color: var(--color-white);
  -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 var(--color-custom-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: var(--color-custom-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: var(--color-custom-081828);
}

.pricing-table .single-table .table-head .button .btn:hover {
  background-color: var(--color-custom-ff6b81);
  color: var(--color-white);
}

.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: var(--color-custom-ff6b81);
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}

/*======================================

    Faq CSS

========================================*/
.faq {
  padding-bottom: 80px;
}

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

@media (max-width: 767px) {
  .faq {
    padding-bottom: 30px;
  }
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-right: 40px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.accordion-item .accordion-button {
  border-radius: 8px;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  display: block;
  overflow: hidden;
  border: none;
  border: 1px solid var(--color-custom-eee);
  padding: 20px 20px;
  padding-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion-item .accordion-button {
    padding: 18px 20px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .accordion-item .accordion-button {
    padding: 15px 20px;
    padding-right: 40px;
  }
}

.accordion-item .accordion-button .title {
  font-size: 15px;
  position: relative;
  font-weight: 600;
  float: left;
  padding-left: 45px;
  line-height: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion-item .accordion-button .title {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .accordion-item .accordion-button .title {
    font-size: 14px;
  }
}

.accordion-item .accordion-button .title .serial {
  color: var(--color-custom-081828);
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--color-custom-eee);
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion-item .accordion-button i {
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.accordion-button:not(.collapsed) {
  color: var(--color-white);
  background-color: var(--color-custom-ff6b81);
  border-color: transparent;
  border-radius: 8px 8px 0 0;
}

.accordion-button:not(.collapsed) .serial {
  background-color: var(--color-white);
  color: var(--color-custom-ff6b81);
  border-color: transparent;
}

.accordion-button:not(.collapsed) i::before {
  content: "\eb2c";
  font-family: lineIcons;
}

.accordion-button::after {
  display: none;
}

.accordion-collapse {
  border: none;
}

.accordion-body {
  border-radius: 0 0 8px 8px;
  padding: 40px;
  background-color: var(--color-custom-f9f9f9);
  border-left: 1px solid var(--color-custom-eee);
  border-right: 1px solid var(--color-custom-eee);
  border-bottom: 1px solid var(--color-custom-eee);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion-body {
    padding: 30px;
  }
}

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

.accordion-body p {
  margin: 0;
  margin-bottom: 20px;
  color: var(--color-custom-777);
}

.accordion-body p:last-child {
  margin: 0;
}

.accordion-item {
  margin-bottom: 20px;
}

/*======================================

    Blog CSS

========================================*/
.blog-section {
  background-color: var(--color-custom-f9f9f9);
}

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

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

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

.blog-section .single-blog {
  margin-top: 30px;
  overflow: hidden !important;
  -webkit-box-shadow: 0px 5px 10px var(--color-rgba-18);
  box-shadow: 0px 5px 10px var(--color-rgba-18);
  border-radius: 8px;
  background-color: var(--color-white);
}

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

.blog-section .single-blog .blog-img a {
  width: 100%;
}

.blog-section .single-blog .blog-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  object-fit:cover;
  max-height:250px
}

.blog-section .single-blog:hover .blog-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

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

.blog-section .single-blog .blog-content .category {
  font-size: 14px;
  color: var(--color-custom-ff6b81);
  display: inline-block;
  font-weight: 600;
}

.blog-section .single-blog .blog-content h4 {
  display: block;
  margin-top: 5px;
  line-height: 25px;
}

.blog-section .single-blog .blog-content h4 a {
  font-size: 19px;
  color: var(--color-custom-081828);
  display: inline-block;
}

.blog-section .single-blog .blog-content h4 a:hover {
  color: var(--color-custom-ff6b81);
}

.blog-section .single-blog .blog-content .excerpt-wrapper p,
.blog-section .single-blog .blog-content p{
  	margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blog-section .single-blog .blog-content .autor {
  position: relative;
  padding-left: 62px;
  margin-top: 30px;
}

.blog-section .single-blog .blog-content .autor img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-section .single-blog .blog-content .autor .name {
  color: var(--color-custom-666);
  display: inline-block;
  margin-bottom: 1px;
  font-weight: 500;
  font-size: 14px;
}

.blog-section .single-blog .blog-content .autor .name:hover {
  color: var(--color-custom-ff6b81);
}

.blog-section .single-blog .blog-content .autor .meta-content {
  margin-left: 4px;
}

.blog-section .single-blog .blog-content .autor .meta-content li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

.blog-section .single-blog .blog-content .autor .meta-content li a {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-custom-888);
}

.blog-section .single-blog .blog-content .autor .meta-content li a:hover {
  color: var(--color-custom-ff6b81);
}

.blog-section .single-blog .blog-content .autor .meta-content li::before {
  position: absolute;
  content: "";
  right: -5px;
  top: 50%;
  background-color: var(--color-custom-d2d2d2);
  height: 5px;
  width: 5px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-section .single-blog .blog-content .autor .meta-content li:last-child {
  margin: 0;
  padding: 0;
}

.blog-section
  .single-blog
  .blog-content
  .autor
  .meta-content
  li:last-child::before {
  display: none;
}

.blog-list {
  background: var(--color-custom-f9f9f9);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .blog-list .pagination {
    margin-top: 20px;
  }
}

.blog-list .single-blog {
  margin: 0;
}


/* News Details */
.blog-single {
  background: var(--color-custom-f9f9f9);
}

.blog-single .single-inner .main-content-head {
  -webkit-box-shadow: 0px 1px 20px 0px var(--color-rgba-19);
  box-shadow: 0px 1px 20px 0px var(--color-rgba-19);
  border-radius: 8px;
  overflow: hidden;
}

.blog-single .meta-information {
  background-color: var(--color-white);
  padding: 40px;
}

@media (max-width: 767px) {
  .blog-single .meta-information {
    padding: 18px;
  }
  .blog-section .single-blog .blog-content .autor {
    padding-left: 54px;
  }
}

.blog-single .meta-info {
  margin-top: 25px;
}

.blog-single .meta-info li {
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single .meta-info li {
    margin-bottom: 5px;
  }
  .blog-single .meta-info li::before {
    display: none;
  }
  .blog-single .meta-info li:first-child {
    display: block;
    margin-bottom: 15px;
  }
}

.blog-single .meta-info li::before {
  position: absolute;
  content: "";
  right: -5px;
  top: 50%;
  background-color: var(--color-custom-d2d2d2);
  height: 5px;
  width: 5px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-single .meta-info li:last-child {
  margin: 0;
  padding: 0;
}

.blog-single .meta-info li:last-child::before {
  display: none;
}

.blog-single .meta-info li a {
  color: var(--color-custom-888);
  font-size: 14px;
  font-weight: 500;
}

.blog-single .meta-info li a i {
  display: inline-block;
  margin-right: 2px;
}

.blog-single .meta-info li a:hover {
  color: var(--color-custom-ff6b81);
}

.blog-single .meta-info li a img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
}

.blog-single .post-thumbnils {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.blog-single .post-thumbnils img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}

.blog-single .detail-inner {
  background-color: var(--color-white);
  padding: 40px;
}

@media (max-width: 767px) {
  .blog-single .detail-inner {
    padding: 18px;
  }
}

.blog-single .post-title {
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 32px;
  display: inline-block;
}

@media (max-width: 767px) {
  .blog-single .post-title {
    line-height: 26px;
  }
}

.blog-single .post-title a {
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single .post-title a {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .blog-single .post-title a {
    font-size: 20px;
  }
}

.blog-single .post-title a:hover {
  color: var(--color-custom-ff6b81);
}

.blog-single p {
  font-size: 16px;
  margin: 16px 0;
  line-height: 26px;
}

.blog-single p:first-child {
  margin-top: 0;
}

.blog-single h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 28px;
}

.blog-single h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 28px;
}

.blog-single .list {
  margin: 30px 0;
}

.blog-single .list li {
  display: block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

.blog-single .list li:last-child {
  margin-bottom: 0;
}

.blog-single .list li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--color-white);
  font-size: 15px;
  color: var(--color-custom-ff6b81);
}

blockquote {
  position: relative;
  color: var(--color-white);
  font-weight: 400;
  clear: both;
  z-index: 1;
  margin: 40px 0;
  text-align: center;
  padding: 40px;
  background-color: var(--color-white);
  border-radius: 0;
  overflow: hidden;
  border: 2px solid var(--color-custom-eee);
  border-radius: 8px;
}

@media (max-width: 767px) {
  blockquote {
    padding: 20px;
  }
}

blockquote .icon i {
  font-size: 32px;
  color: var(--color-custom-ff6b81);
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  blockquote .icon i {
    margin-bottom: 15px;
  }
}

blockquote h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-custom-081828);
}

@media (max-width: 767px) {
  blockquote h4 {
    font-size: 14px;
  }
}

blockquote span {
  font-size: 13px;
  display: block;
  margin-top: 20px;
  color: var(--color-custom-888);
}

.post-social-media {
  margin-top: 40px;
}

.post-social-media .share-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
}

.post-details .post-social-media ul {
  display: inline-block;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .post-details .post-social-media ul {
    display: block;
    margin-top: 8px;
    margin-left: 0;
  }
}

.post-details .post-social-media ul li {
  display: inline-block;
  margin-right: 15px;
}

.post-details .post-social-media ul li a {
  font-size: 14px;
  color: #999;
  position: relative;
}

.post-details .post-social-media ul li a:hover {
  color: var(--color-custom-ff6b81);
}

.post-details .post-social-media ul li a span {
  background-color: var(--color-custom-ff6b81);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 400;
  padding: 4px 10px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.post-details .post-social-media ul li a span::before {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
  border: 5px solid var(--color-custom-ff6b81);
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

.post-details .post-social-media ul li a:hover span {
  opacity: 1;
  visibility: visible;
  top: -35px;
}

/*comments*/
.post-comments {
  background-color: var(--color-white);
  padding: 40px;
  margin-top: 40px;
  -webkit-box-shadow: 0px 1px 20px 0px var(--color-rgba-19);
  box-shadow: 0px 1px 20px 0px var(--color-rgba-19);
  border-radius: 8px;
  overflow: hidden;
}

.comment-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 40px !important;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

.post-comments .comments-list li {
  padding: 30px;
  padding-left: 140px;
  position: relative;
  font-size: 14px;
  background-color: var(--color-custom-f9f9f9);
  border-radius: 8px;
  border: 1px solid var(--color-custom-eee);
}

@media (max-width: 767px) {
  .post-comments .comments-list li {
    padding-left: 0;
    padding: 25px;
  }
}

.post-comments .comments-list li .comment-img {
  position: absolute;
  left: 30px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .post-comments .comments-list li .comment-img {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 12px;
  }
}

.post-comments .comments-list li .comment-img img {
  max-width: 80px;
  max-height: 80px;
  border-radius: 50%;
  border: 3px solid var(--color-custom-eee);
}

.post-comments .comments-list li .comment-desc .desc-top {
  margin-bottom: 20px;
  position: relative;
  display: block;
}

.post-comments .comments-list li .comment-desc .desc-top h6 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 500;
}

.post-comments .comments-list li .comment-desc .desc-top span.date {
  font-size: 14px;
  font-weight: 400;
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  z-index: 2;
  background-color: transparent;
  border-radius: 5px;
  color: var(--color-custom-888);
}

@media (max-width: 767px) {
  .post-comments .comments-list li .comment-desc .desc-top .reply-link {
    position: relative;
    display: block;
    margin-top: 15px;
  }
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link:hover {
  color: var(--color-custom-ff6b81);
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link i {
  margin-right: 5px;
}

.post-comments .comments-list li .comment-desc p {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 14px;
}

.post-comments .comments-list li.children {
  margin-left: 130px;
}

@media (max-width: 767px) {
  .post-comments .comments-list li.children {
    margin: 0;
  }
}

.post-comments .comments-list li:not(:first-child) {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid var(--color-custom-eee);
}

/*Comment form*/
.comment-form {
  background-color: var(--color-white);
  padding: 40px;
  margin-top: 40px;
  -webkit-box-shadow: 0px 1px 20px 0px var(--color-rgba-19);
  box-shadow: 0px 1px 20px 0px var(--color-rgba-19);
  border-radius: 8px;
  overflow: hidden;
}

.comment-reply-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 40px !important;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

.comment-form form .form-box {
  position: relative;
}

.comment-form form .form-box .icon {
  position: absolute;
  top: 17px;
  right: 25px;
  font-size: 16px;
}

.comment-form form .form-box .form-control-custom {
  border: none;
  background: var(--color-custom-f9f9f9);
  font-size: 14px;
  color: var(--color-custom-081828);
  padding: 0 25px;
  font-weight: 500;
  height: 50px;
  border: 1px solid var(--color-custom-eee);
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
}

.comment-form form .form-box textarea.form-control-custom {
  height: 200px;
  padding: 25px;
}

.comment-form form .form-box .form-control-custom::-webkit-input-placeholder {
  font-size: 14px;
  color: var(--color-custom-888);
  font-weight: 400;
}

.comment-form form .form-box .form-control-custom:-ms-input-placeholder {
  font-size: 14px;
  color: var(--color-custom-888);
  font-weight: 400;
}

.comment-form form .form-box .form-control-custom::-ms-input-placeholder {
  font-size: 14px;
  color: var(--color-custom-888);
  font-weight: 400;
}

.comment-form form .form-box .form-control-custom::placeholder {
  font-size: 14px;
  color: var(--color-custom-888);
  font-weight: 400;
}

/* News sidebar */
.sidebar .widget {
  padding: 40px;
  background-color: var(--color-white);
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 20px 0px var(--color-rgba-19);
  box-shadow: 0px 1px 20px 0px var(--color-rgba-19);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .sidebar .widget:first-child {
    margin-top: 30px;
  }
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget .widget-title {
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 600;
  line-height: 28px;
  z-index: 1;
}

.sidebar .widget.search-widget form {
  position: relative;
}

.sidebar .widget.search-widget form input {
  width: 100%;
  background-color: transparent;
  height: 55px;
  border: none;
  padding: 0 70px 0 30px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  border: 1px solid var(--color-custom-eee);
}

.sidebar .widget.search-widget form input::-webkit-input-placeholder {
  color: var(--color-custom-333);
}

.sidebar .widget.search-widget form input:-ms-input-placeholder {
  color: var(--color-custom-333);
}

.sidebar .widget.search-widget form input::-ms-input-placeholder {
  color: var(--color-custom-333);
}

.sidebar .widget.search-widget form input::placeholder {
  color: var(--color-custom-333);
}

.sidebar .widget.search-widget form button {
  border: none;
  position: absolute;
  right: 7px;
  top: 6px;
  width: 42px;
  height: 42px;
  z-index: 1;
  color: var(--color-white) !important;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: var(--color-white);
  border-radius: 5px;
  padding: 0 !important;
  border: none;
  background: var(--color-custom-ff6b81);
}

.sidebar .widget.search-widget form button:hover {
  background-color: var(--color-custom-081828);
  color: var(--color-white);
}

.sidebar .widget.popular-feeds .single-popular-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid var(--color-custom-eee);
}

.sidebar .widget.popular-feeds .single-popular-feed:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc {
  position: relative;
  padding-left: 100px;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .cetagory {
  font-size: 13px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--color-custom-888);
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .cetagory:hover {
  color: var(--color-custom-ff6b81);
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .feed-img {
  position: absolute;
  left: 0;
  top: 5px;
  overflow: hidden;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .feed-img img {
  width: 80px;
  border-radius: 8px;
  height: 80px;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title {
  margin-bottom: 12px;
  line-height: 1.5;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a {
  font-size: 14px;
  font-weight: 500;
}

.sidebar
  .widget.popular-feeds
  .single-popular-feed
  .feed-desc
  .post-title
  a:hover {
  color: var(--color-custom-ff6b81);
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
  font-weight: 400;
  font-size: 13px;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time i {
  margin-right: 4px;
}

.sidebar .widget.categories-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget.categories-widget ul li:first-child a {
  padding-top: 0;
}

.sidebar .widget.categories-widget ul li:last-child a {
  padding-bottom: 0;
  border: none;
}

.sidebar .widget.categories-widget ul li a {
  font-size: 14px;
  padding: 15px 0;
  font-weight: 500;
  display: block;
  color: var(--color-custom-888);
  border-bottom: 1px solid var(--color-custom-eee);
}

.sidebar .widget.categories-widget ul li a:hover {
  color: var(--color-custom-ff6b81);
  padding-left: 10px;
}

.sidebar .widget.popular-tag-widget {
  padding-bottom: 35px;
}

.popular-tag-widget .tags > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7px 15px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  background: var(--color-custom-ff6b81);
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--color-white);
  background: transparent;
  color: var(--color-custom-888);
  border: 1px solid var(--color-custom-eee);
  border-radius: 5px;
}

.popular-tag-widget .tags > a:hover {
  background-color: var(--color-custom-ff6b81);
  color: var(--color-white);
  border-color: transparent;
}

.sidebar .widget.help-call .inner {
  text-align: left;
}

.sidebar .widget.help-call .inner h3 {
  color: var(--color-custom-081828);
  font-size: 24px;
  font-weight: 700;
  color: var(--color-custom-ff6b81);
  margin: 0;
}

.sidebar .widget.help-call .inner h3 span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: var(--color-custom-081828);
  margin-top: 10px;
}

/*======================================

   Clients CSS

========================================*/
.client-logo-section {
  padding: 60px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .client-logo-section {
    padding: 40px 0;
  }
}

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

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

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

/*======================================

    Team CSS

========================================*/
.team .section-title {
  margin-bottom: 30px;
}

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

.team .single-team {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
  -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;
}

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

.team .single-team .image img {
  width: 100%;
  /* max-width: 416; */
}

.team .single-team .content {
  padding: 25px 30px 30px 30px;
  border: 1px solid var(--color-custom-eee);
  border-radius: 0 0 10px 10px;
}

.team .single-team .text h3 a {
  font-size: 17px;
  font-weight: 600;
  color: var(--color-custom-081828);
}

.team .single-team .text h5 {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-custom-ff6b81);
  display: block;
  margin-top: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .team .single-team .text {
    text-align: center;
  }

  .team .single-team .content p {
    text-align: center;
  }
}

.team .single-team .social {
  display: inline-block;
  float: right;
}

.team .single-team .social li {
  display: inline-block;
  margin-right: 10px;
}

.team .single-team .social li:last-child {
  margin: 0;
}

.team .single-team .social li a {
  color: var(--color-custom-666);
}

.team .single-team .social li a:hover {
  color: var(--color-custom-ff6b81);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .team .single-team .social {
    float: none;
    display: block;
    margin-top: 20px;
    text-align: center;
  }
}

/*======================================

    Call To Action CSS

========================================*/
.call-action {
  background-color: var(--color-custom-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: var(--color-white);
  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: var(--color-white);
  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: var(--color-white);
  color: var(--color-custom-ff6b81);
}

.call-action .cta-content .button .btn:hover {
  color: var(--color-white);
  background-color: var(--color-custom-081828);
}

/*======================================

	Contact CSS

========================================*/
.contact-us {
  position: relative;
  background-color: var(--color-white);
}

.contact-us .section-title {
  margin-bottom: 50px;
}

.contact-us .contact-info .single-info {
  margin-top: 30px;
  position: relative;
  padding: 40px;
  padding-left: 100px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 20px 0px var(--color-rgba-19);
  box-shadow: 0px 1px 20px 0px var(--color-rgba-19);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-us .contact-info .single-info:hover {
  background-color: var(--color-custom-ff6b81);
}

.contact-us .contact-info .single-info:hover i {
  color: var(--color-white);
}

.contact-us .contact-info .single-info:hover h3 {
  color: var(--color-white);
}

.contact-us .contact-info .single-info:hover ul li {
  color: var(--color-white);
}

.contact-us .contact-info .single-info:hover ul li a {
  color: var(--color-white);
}

.contact-us .contact-info .single-info:hover ul li a:hover {
  opacity: 0.8 !important;
  color: var(--color-white);
}

.contact-us .contact-info .single-info i {
  font-size: 30px;
  color: var(--color-custom-ff6b81);
  position: absolute;
  left: 40px;
  top: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-us .contact-info .single-info h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-custom-081828);
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-us .contact-info .single-info ul li {
  display: block;
  margin-bottom: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
}

.contact-us .contact-info .single-info ul li:last-child {
  margin: 0;
}

.contact-us .contact-info .single-info ul li a {
  color: var(--color-custom-888);
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-us .contact-info .single-info ul li a:hover {
  color: var(--color-custom-ff6b81);
}

/* Contact Form Head */
.contact-form-head {
  background-image: url("../images/contact/contact-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

.contact-form-head::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  background-color: var(--color-custom-ff6b81);
  z-index: -1;
}

#footer-contact-form {
  background-image: unset;
  border: 2px solid rgba(238, 238, 238, 0.171);
  border-radius: 8px;
}
#footer-contact-form::before {
  content: unset;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .contact-form-head::before {
    width: 100%;
  }
}

.contact-form-head .contact-inner-title h2 {
  font-size: 30px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  color: var(--color-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-head .contact-inner-title h2 {
    font-size: 25px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .contact-form-head .contact-inner-title h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

.contact-form-head .contact-inner-title p {
  color: var(--color-white);
}

.contact-form-head .contact-inner-title .question {
  display: block;
  min-height: 70px;
  margin-top: 40px;
}

.contact-form-head .contact-inner-title .question img {
  height: 70px;
  width: 70px;
  border-radius: 70px;
  float: left;
  margin-right: 20px;
}

.contact-form-head .contact-inner-title .question h4 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 15px;
  color: var(--color-white);
}

.contact-form-head .contact-inner-title .question h4 span {
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.contact-form-head .contact-inner-title .day-list {
  display: block;
  margin-top: 40px;
}

.contact-form-head .contact-inner-title .day-list li {
  color: var(--color-white);
  font-weight: 500;
  margin-bottom: 3px;
  display: block;
}

.contact-form-head .contact-inner-title .day-list li:last-child {
  margin: 0;
}

.contact-form-head .contact-inner-title .call-back {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-white);
  display: inline-block;
  margin-top: 30px;
  text-transform: capitalize;
}

.contact-form-head .contact-inner-title .call-back i {
  font-size: 15px;
  display: inline-block;
  margin-left: 5px;
}

.contact-form-head .form-main {
  padding: 50px 50px;
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 1px 30px 0px var(--color-rgba-19);
  box-shadow: 0px 1px 30px 0px var(--color-rgba-19);
  border-radius: 8px;
}

#footer-contact-form .form-main{
	padding: 30px;
	background-color: transparent;
}
#footer-contact-form .form-main .row>*{
	padding-right: 6px;
    padding-left: 6px;
}

#footer-contact-form .form-main .wpcf7 form.invalid .wpcf7-response-output{
color:#ffb900;
}
#footer-contact-form .form-main .wpcf7 form.sent .wpcf7-response-output{
color:#46b450;
}
#footer-contact-form .form-main .wpcf7-not-valid-tip{
    white-space: nowrap;
}

#footer-contact-form .form-main .form-group input{
	height: 48px;
    line-height: 48px;
    padding: 0px 14px;
}
#footer-contact-form .form-main .form .form-group textarea{
	height: 140px;
	padding: 10px 14px;
    scrollbar-width: thin;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .contact-form-head .form-main {
    padding: 35px;
    margin-top: 40px;
  }
  #footer-contact-form{
    margin-top: 20px;
	margin-bottom: 30px;
  }
  #footer-contact-form .form-main {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form-head .form-main {
    padding: 18px;
    margin-top: 30px;
  }

  #footer-contact-form .form-main {
    margin-top: 0px;
  }
}

.contact-form-head .form-main .form-title {
  margin-bottom: 30px;
}

.contact-form-head .form-main .form-title h2 {
  margin-bottom: 35px;
  font-size: 22px;
}

.contact-form-head .form-main .form-title p {
  font-size: 16px;
}

.contact-form-head .form-main .form .form-group {
  margin-bottom: 15px;
  display: block;
}
.contact-form-head .form-main .form .form-group span {
  display: block;
}

.contact-form-head .form-main .form .form-group input {
  height: 52px;
  line-height: 52px;
  width: 100%;
  border: 1px solid var(--color-custom-e6e2f5);
  padding: 0px 20px;
  color: var(--color-custom-333);
  font-weight: 400;
  border-radius: 5px;
  background-color: var(--color-custom-f9f9f9);
}

.contact-form-head .form-main .form .form-group textarea {
  height: 180px;
  width: 100%;
  border: 1px solid var(--color-custom-e6e2f5);
  padding: 15px 20px;
  color: var(--color-custom-333);
  resize: none;
  font-weight: 400;
  resize: vertical;
  border-radius: 5px;
  background-color: var(--color-custom-f9f9f9);
scrollbar-width: thin;
}

.contact-form-head .form-main .form .form-group.button {
  width: 100%;
  margin-bottom: 0;
}

.contact-form-head .form-main .form .form-group.button .btn {
  height: 50px;
  border: none;
  width: 100%;
}

.map-section {
  background-color: var(--color-custom-f9f9f9);
}

.map-section .mapouter {
  height: 500px;
}

.map-section .mapouter .gmap_canvas {
  height: 500px;
}

.map-section .mapouter .gmap_canvas iframe {
  height: 500px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-section .mapouter {
    height: 400px;
  }
  .map-section .mapouter .gmap_canvas {
    height: 400px;
  }
  .map-section .mapouter .gmap_canvas iframe {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .map-section .mapouter {
    height: 300px;
  }
  .map-section .mapouter .gmap_canvas {
    height: 300px;
  }
  .map-section .mapouter .gmap_canvas iframe {
    height: 300px;
  }
}

/*======================================

	Error 404 CSS

========================================*/
.error-area {
  height: 100vh;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--color-white);
  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: var(--color-custom-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: var(--color-custom-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: var(--color-custom-888);
}

/*======================================

	Mail Success CSS

========================================*/
.maill-success {
  height: 100vh;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.maill-success .success-content i {
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--color-custom-ff6b81);
}

.maill-success .success-content h1 {
  font-size: 40px;
  color: var(--color-custom-ff6b81);
  margin-bottom: 10px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maill-success .success-content h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .maill-success .success-content h1 {
    font-size: 22px;
  }
}

.maill-success .success-content h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--color-custom-081828);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maill-success .success-content h2 {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .maill-success .success-content h2 {
    font-size: 15px;
  }
}

.maill-success .success-content p {
  font-weight: 400;
  margin-bottom: 20px;
}

/*======================================

	Footer CSS

========================================*/
.footer {
  background-color: var(--color-custom-081828);
  position: relative;
}

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

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

@media (max-width: 767px) {
  .footer .footer-top {
    padding: 20px 0 20px;
    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: 86px;
}

.footer .single-footer.f-about p {
  color: var(--color-custom-d2d6dc);
  margin-top: 20px;
  font-size: 14px;
}

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

.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: var(--color-custom-d2d6dc);
  font-size: 15px;
}

.footer .single-footer.f-about .social li a:hover {
  color: var(--color-custom-ff6b81);
}

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

.footer .single-footer.f-about .copyright-text {
  color: var(--color-custom-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: var(--color-custom-d2d6dc);
}

.footer .single-footer.f-about .copyright-text a:hover {
  color: var(--color-custom-ff6b81);
}

.footer .single-footer.f-link li {
  display: block;
  border-right: 0.5px solid var(--color-custom-ff6b81);
  padding-right: 15px;
}

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

.footer .single-footer.f-link li a {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-custom-d2d6dc);
}

.footer .single-footer.f-link li a:hover {
  color: var(--color-custom-ff6b81);
}

.footer .single-footer h3 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 35px;
  color: var(--color-custom-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: 70px;
}

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

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

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

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

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

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

.footer .footer-newsletter .title h3 {
  color: var(--color-custom-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: var(--color-custom-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: var(--color-custom-ff6b81);
  text-decoration: underline;
}

.footer .footer-newsletter .title p a:hover {
  color: var(--color-white);
}

.footer .footer-newsletter .newsletter-form {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  gap: 6px;
}

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

.footer .footer-newsletter .newsletter-form input {
  height: 48px;
  display: inline-block;
  padding: 0 8px;
  background: transparent;
  border: 0.5px solid rgba(238, 238, 238, 0.171);
  color: var(--color-white);
  border-radius: 0;
  color: var(--color-white) !important;
  font-size: 14px;
  background-color: var(--color-white) 3;
  border-radius: 5px;
  float: right;
}

@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 {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color-white);
  opacity: 1;
  /* Firefox */
}

.footer .footer-newsletter .newsletter-form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color-white);
  opacity: 1;
  /* Firefox */
}

.footer .footer-newsletter .newsletter-form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color-white);
  opacity: 1;
  /* Firefox */
}

.footer .footer-newsletter .newsletter-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color-white);
  opacity: 1;
  /* Firefox */
}

.footer .footer-newsletter .newsletter-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-white);
}

.footer .footer-newsletter .newsletter-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-white);
}

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

.footer .footer-newsletter .newsletter-form .button .btn {
  width: 100%;
}
@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 {
  display: inline-block;
  background: var(--color-custom-ff6b81);
  color: var(--color-white);
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
}

.footer .footer-newsletter .newsletter-form .button .btn::before {
  background-color: var(--color-white);
}

.footer .footer-newsletter .newsletter-form .button .btn:hover {
  color: var(--color-custom-ff6b81);
  background-color: var(--color-white);
}

h1,
h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

body,
p,
li {
  font-family: "Inter", sans-serif;
  font-weight: normal !important;
}

a,
input,
button {
  font-family: "Inter", sans-serif;
}

/* ss slider */
/*===== SLIDER SEVEN =====*/
.slider-seven {
  background-color: var(--color-custom-f9f9f9); /* Replaced --light-3 */
  /* padding-top: 100px;
  padding-bottom: 100px; */
}
.slider-seven .section-title {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .slider-seven .section-title {
    margin-bottom: 30px;
  }
}
.slider-seven .slider-items-three-active {
  margin: 0;
}
.slider-seven .single-items-three {
  margin-top: 30px;
}
.slider-seven .single-items-three .items-image img {
  width: 100%;
  border-radius: 10px;
}
.slider-seven .single-items-three .items-content {
  margin-top: 16px;
  position: relative;
}
.slider-seven .single-items-three .items-content .items-title {
  padding-right: 30px;
}
.slider-seven .single-items-three .items-content .items-title a {
  font-size: 24px;
  line-height: 30px;
  color: var(--color-custom-081828); /* Replaced --black */
  font-weight: 600;
  -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;
}
@media (max-width: 767px) {
  .slider-seven .single-items-three .items-content .items-title a {
    font-size: 20px;
    line-height: 28px;
  }
}
.slider-seven .single-items-three .items-content .items-title a:hover {
  color: var(--color-custom-ff6b81); /* Replaced --primary */
}
.slider-seven .single-items-three .items-content i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  color: var(--color-custom-081828); /* Replaced --dark-3 */
}
.slider-seven .slider-items-three-wrapper {
  position: relative;
  margin: 0;
}
.slider-seven .slider-items-three-wrapper .tns-nav {
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-top: 65px;
}
.slider-seven .slider-items-three-wrapper .tns-nav button {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: var(
    --color-custom-081828
  ); /* Replaced --primary with dark theme color for inactive state */
  opacity: 0.3;
  border: 0;
  margin: 0 5px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.slider-seven .slider-items-three-wrapper .tns-nav button.tns-nav-active {
  width: 20px;
  opacity: 1;
  border-radius: 5px;
  background-color: var(
    --color-custom-ff6b81
  ); /* Added specific active color to match testimonial theme */
}
.slider-seven .slider-items-three-wrapper .tns-nav button:hover {
  opacity: 1;
  background-color: var(--color-custom-ff6b81); /* Added hover color match */
}
.slider-seven .slider-items-three-wrapper .tns-controls {
  z-index: 2;
}
.slider-seven .slider-items-three-wrapper .tns-controls button {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  left: -25px;
  font-size: 27px;
  line-height: 30px;
  color: var(--color-custom-081828); /* Replaced --dark-3 */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -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;
  background-color: var(--color-custom-ff6b81); /* Replaced --primary */
  z-index: 9;
  color: var(--color-white); /* Replaced --white */
  padding: 8px 12px;
  border-radius: 6px;
}
@media (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-seven .slider-items-three-wrapper .tns-controls button {
    font-size: 24px;
    left: -24px;
  }
}
.slider-seven .slider-items-three-wrapper .tns-controls button:hover {
  color: var(--color-white); /* Replaced --white */
  background-color: var(--color-custom-051441); /* Replaced --dark-1 */
}
.slider-seven
  .slider-items-three-wrapper
  .tns-controls
  button[data-controls="next"] {
  left: auto;
  right: 0px;
}

.section.blog-single {
  padding-top: 40px;
}

/* =========================================
   1. About & Vision Section
   ========================================= */
.about-combined {
  background-color: var(--color-white);
}

.about-combined .section-title {
  padding: 0;
  text-align: left;
}

.about-combined .description {
  color: var(--color-custom-888);
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 16px;
}

.vm-card {
  display: flex;
  align-items: flex-start;
  background: var(--color-white);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 0px 20px var(--color-rgba-17);
  border: 1px solid var(--color-custom-eee);
  transition: all 0.4s ease;
  backface-visibility: hidden;
}

.vm-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 30px var(--color-rgba-16);
  border-color: var(--color-custom-ff6b81);
}

.vm-card .icon-box {
  min-width: 60px;
  height: 60px;
  background: var(--color-custom-f9f9f9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.4s ease;
  flex-shrink: 0;
}

.vm-card .icon-box i {
  font-size: 24px;
  color: var(--color-custom-081828);
  transition: all 0.4s ease;
  line-height: 1;
}

.vm-card:hover .icon-box {
  background: var(--color-custom-ff6b81);
}

.vm-card:hover .icon-box i {
  color: var(--color-white);
}

.vm-card .text-box h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-custom-081828);
  margin-bottom: 8px;
}

.vm-card .text-box p {
  font-size: 14px;
  color: var(--color-custom-888);
  line-height: 1.5;
  margin: 0;
}

/* About Responsive */
@media only screen and (max-width: 991px) {
  .about-combined {
    padding: 50px 0;
  }
  .vm-card {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
    align-items: center;
  }
  .vm-card .icon-box {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .vm-card .text-box h4 {
    font-size: 18px;
  }
  .about-combined .section-title {
    text-align: center;
  }

  .about-combined .about-content .button {
    text-align: center;
  }
	.section.blog-single {
	  padding-top: 30px;
	}
}

@media only screen and (max-width: 480px) {
  .vm-card {
    padding: 20px;
  }
  .about-combined .about-content .button {
    text-align: center;
  }

	.blog-single .meta-info{
	    margin-top: 0;	
	}
	.blog-single .meta-info li a img{
    height: 40px;
    width: 40px;
	}
	.blog-single .post-thumbnils img{
	    max-height: 320px;	
}
}

/* =========================================
   2. Problem & Solution Section
   ========================================= */
.problem-solution {
  background-color: var(--color-white);
}

.problem-card,
.solution-card {
  padding: 40px 30px;
  border-radius: 12px;
  height: 100%;
  transition: all 0.4s ease;
}

/* Problem Card */
.problem-card {
  background: var(--color-custom-f9f9f9);
  border: 1px solid var(--color-custom-eee);
}

.problem-card .title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-custom-081828);
  margin-bottom: 5px;
}

.problem-card .subtitle {
  font-size: 16px;
  color: var(--color-custom-888);
  margin-bottom: 30px;
}

.list-problem,
.list-solution {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-problem li,
.list-solution li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.list-problem li:last-child,
.list-solution li:last-child {
  margin-bottom: 0;
}

.list-problem .icon {
  min-width: 30px;
  margin-right: 15px;
  margin-top: 2px;
}

.list-problem .icon i {
  font-size: 16px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(235, 235, 235, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: var(--color-custom-888);
}
.list-problem .text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-custom-888);
}

.list-problem .text strong {
  color: var(--color-custom-333);
  font-weight: 600;
}

/* Solution Card */
.solution-card {
  background: var(--color-white);
  border: 1px solid var(--color-custom-eee);
  box-shadow: 0px 10px 30px var(--color-rgba-17);
  position: relative;
  overflow: hidden;
}

.solution-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--color-custom-ff6b81);
}

.solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 15px 40px var(--color-rgba-16);
}

.solution-card .title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-custom-ff6b81);
  margin-bottom: 5px;
}

.solution-card .subtitle {
  font-size: 16px;
  color: var(--color-custom-888);
  margin-bottom: 30px;
}

.list-solution .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(88, 184, 100, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.list-solution .icon i {
  font-size: 16px;
  color: var(--color-custom-ff6b81);
  font-weight: 700;
}

.list-solution .text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-custom-081828);
}

.list-solution .text strong {
  color: var(--color-custom-081828);
  font-weight: 600;
}

/* Problem/Solution Responsive */
@media only screen and (max-width: 767px) {
  .problem-solution {
    padding: 50px 0;
  }
  .problem-card,
  .solution-card {
    padding: 30px 20px;
  }
  .problem-card .title,
  .solution-card .title {
    font-size: 20px;
  }
}

/* =========================================
   3. Product Offerings (List Styles)
   ========================================= */
.offering-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.offering-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.6;
}

.offering-list li i {
  color: var(--color-custom-ff6b81);
  margin-right: 8px;
  font-weight: 700;
}

.offering-list li strong {
  color: var(--color-custom-081828);
  font-weight: 600;
}

/* =========================================
   4. Early Access Section
   ========================================= */
.early-access-section {
  background-color: var(--color-custom-f9f9f9);
  padding: 100px 0;
  overflow: hidden;
}

.early-access-card .section-title {
  padding: 0 60px;
}

.relative-parent {
  position: relative;
  z-index: 1;
}

/* Animated Patterns */
.relative-parent::before,
.relative-parent::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.relative-parent::before {
  top: -50px;
  right: -30px;
  width: 180px;
  height: 180px;
  background: rgba(88, 184, 100, 0.1);
  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  animation: morph-float-1 10s ease-in-out infinite;
}

.relative-parent::after {
  bottom: -40px;
  left: -40px;
  width: 150px;
  height: 150px;
  background: rgba(8, 24, 40, 0.06);
  border-radius: 41% 59% 45% 55% / 55% 38% 62% 45%;
  animation: morph-float-2 12s ease-in-out infinite;
}

.early-access-card {
  background: var(--color-white);
  padding: 50px 40px;
  border-radius: 16px;
  box-shadow: 0px 15px 40px var(--color-rgba-16);
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.sub-badge {
  display: inline-block;
  background: rgba(88, 184, 100, 0.1);
  color: var(--color-custom-ff6b81);
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.input-group-custom {
  position: relative;
}

.input-group-custom .icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-custom-888);
  font-size: 18px;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 9;
}

.input-group-custom input {
  width: 100%;
  height: 55px;
  padding: 0 20px 0 50px;
  border-radius: 8px;
  border: 1px solid var(--color-custom-eee);
  background: var(--color-custom-f9f9f9);
  color: var(--color-custom-081828);
  font-size: 15px;
  transition: all 0.3s ease;
}

.input-group-custom input:focus {
  background: var(--color-white);
  border-color: var(--color-custom-ff6b81);
  box-shadow: 0 0 0 4px rgba(88, 184, 100, 0.1);
  outline: none;
}

.input-group-custom input:focus + .icon,
.input-group-custom:focus-within .icon {
  color: var(--color-custom-ff6b81);
}

.btn-subscribe {
  width: 100%;
  height: 55px;
  background-color: var(--color-custom-ff6b81);
  color: var(--color-white);
  border: none;
  border-radius: 8px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.btn-subscribe:hover {
  background-color: var(--color-custom-081828);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.spam-text {
  font-size: 13px;
  color: var(--color-custom-888);
  margin-bottom: 0;
}

/* Animations */
@keyframes morph-float-1 {
  0%,
  100% {
    border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
    transform: rotate(-15deg) translateY(0px);
  }
  50% {
    border-radius: 40% 60% 50% 50% / 40% 50% 60% 50%;
    transform: rotate(5deg) translateY(-20px);
  }
}

@keyframes morph-float-2 {
  0%,
  100% {
    border-radius: 41% 59% 45% 55% / 55% 38% 62% 45%;
    transform: rotate(20deg) translate(0px, 0px);
  }
  50% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(45deg) translate(15px, 15px);
  }
}

/* Early Access Responsive */
@media only screen and (max-width: 991px) {
  .early-access-form .col-md-6,
  .early-access-form .col-md-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .early-access-section {
    padding: 60px 0;
  }
  .early-access-card {
    padding: 30px 20px;
  }
  .relative-parent::before {
    width: 120px;
    height: 120px;
    top: -30px;
    right: -10px;
    animation-duration: 15s;
  }
  .relative-parent::after {
    width: 100px;
    height: 100px;
    bottom: -20px;
    left: -10px;
    animation-duration: 18s;
  }
  .early-access-card .section-title {
    padding: 0;
  }
  .section-title h2 {
    font-size: 24px;
  }
  .sub-badge {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

/* =========================================
   5. Social Media Section
   ========================================= */
.single-social-handle {
  display: flex;
  align-items: center;
  background: var(--color-white);
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 30px;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  box-shadow: 0px 0px 20px var(--color-rgba-17);
  transition: all 0.4s ease;
  text-decoration: none;
  border: 1px solid transparent;
}

.single-social-handle .icon-wrapper {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: all 0.4s ease;
  flex-shrink: 0;
}

.single-social-handle i {
  font-size: 28px;
  color: var(--color-custom-081828);
  transition: all 0.4s ease;
  line-height: inherit;
  display: block;
}

.single-social-handle .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.single-social-handle .content h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-custom-081828);
  margin-bottom: 5px;
  line-height: 1.2;
  display: block;
  transition: color 0.4s ease;
}

.single-social-handle .content p {
  font-size: 14px;
  color: var(--color-custom-888);
  margin: 0;
  line-height: 1.5;
  transition: color 0.4s ease;
}

.single-social-handle:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 30px var(--color-rgba-16);
  border-color: var(--color-custom-ff6b81);
}

.single-social-handle:hover i {
  color: var(--color-custom-ff6b81);
}

/* Social Responsive */
@media only screen and (max-width: 767px) {
  .single-social-handle {
    padding: 15px;
    margin-bottom: 20px;
  }
  .single-social-handle .icon-wrapper {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .single-social-handle i {
    font-size: 24px;
  }
  .single-social-handle .content h3 {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .single-social-handle .content p {
    font-size: 13px;
    line-height: 1.4;
  }
}

/* Base Desktop Styles */

.hero-content .button .btn i {
  margin: 0px;
  margin-left: 5px;
}
.store-buttons-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.store-btn {
  display: inline-flex;
  text-decoration: none;
  border: none;
  outline: none;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}

.store-btn img {
  height: 50px;
  width: auto;
  display: block;
  max-width: 100%;
  border-radius: 8px;
}

.store-btn:hover {
  transform: translateY(-4px);
  opacity: 0.95;
}

.store-btn:active {
  transform: translateY(-1px);
  opacity: 1;
}

/* Tablet (992px to 768px) */
@media (max-width: 991px) {
  .store-buttons-container {
    gap: 14px;
    justify-content: center;
  }

  .store-btn img {
    height: 48px;
  }
}

/* Mobile (Below 767px) */
@media (max-width: 767px) {
  .store-buttons-container {
    gap: 12px;
    margin-top: 20px;
  }

  .store-btn img {
    height: 44px;
  }
}

/* footer css update */
footer .f-about ul.f-link {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

footer .early-access-form .row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

footer .early-access-form .row > div {
  width: auto;
}

footer .early-access-form .row .input-group-custom .icon {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .f-about ul.f-link {
    justify-content: flex-start;
  }

  footer .early-access-form .row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }

  footer .early-access-form .row > div {
    flex: 1 1 45%;
  }
}

@media only screen and (max-width: 767px) {
  footer .f-about ul.f-link {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
  }
  footer .f-about ul.f-link li {
    border: none !important;
  }

  footer .early-access-form .row {
    flex-direction: column;
    gap: 15px;
  }

  footer .early-access-form .row > div {
    width: 100% !important;
    max-width: 100%;
    flex: 0 0 100%;
  }

  footer .early-access-form .row .input-group-custom input {
    padding-left: 20px !important;
  }

  footer .early-access-form .row .input-group-custom .icon {
    display: none;
  }
}

/* ================================
   EDITORIAL BLOG STYLE (LIKE IMAGE)
================================ */

/* Base typography */
.cms-page.entry-content {
  line-height: 1.7;
  font-size: 15px;
  padding: 20px 0 80px 0;
}

/* Headings */
.cms-page.entry-content h2 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}

.cms-page.entry-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
}

.cms-page.entry-content h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
}

/* Paragraph spacing */
.cms-page.entry-content p {
  margin: 0;
}

/* Paragraph to paragraph */
.cms-page.entry-content p + p {
  margin-top: 10px;
}

/* Paragraph before heading (KEY RULE) */
.cms-page.entry-content p + h2,
.cms-page.entry-content p + h3 {
  margin-top: 40px;
}

/* Paragraphs before images */
.cms-page.entry-content p + figure,
.cms-page.entry-content p + img {
  margin-top: 24px;
}

/* Images */
.cms-page.entry-content img,
.cms-page.entry-content figure {
  margin: 24px 0;
}

/* Lists */
.cms-page.entry-content ul,
.cms-page.entry-content ol {
  margin: 16px 0 20px 22px;
}

.cms-page.entry-content li {
  margin-bottom: 8px;
}

/* Headings after lists */
.cms-page.entry-content ul + h2,
.cms-page.entry-content ol + h2 {
  margin-top: 36px;
}

/* Links */
.cms-page.entry-content a {
  color: var(--color-custom-081828);
  text-decoration: underline;
}

.cms-page.entry-content a:hover {
  color: var(--color-custom-ff6b81);
  text-decoration: none;
}

/* Tables */
.cms-page.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14px;
}

.cms-page.entry-content th,
.cms-page.entry-content td {
  border: 1px solid #ddd;
  padding: 10px;
}

/* Mobile tuning */
@media (max-width: 768px) {
  .cms-page.entry-content {
    font-size: 14px;
    padding: 10px 0 60px 0;
  }

  .cms-page.entry-content h2 {
    margin-top: 32px;
  }
}
.wp-block-table thead {
  border: none;
}

/* =========================================
   BLOG SINGLE LIST STYLES
   ========================================= */
.blog-single .detail-inner ul,
.blog-single .detail-inner ol,
.blog-single .detail-inner ul.wp-block-list {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 30px;
}

/* --- List Items Shared Styles --- */
.blog-single .detail-inner ul li,
.blog-single .detail-inner ol li {
  margin-bottom: 10px;
}

/* --- Unordered List (Bullets) --- */
.blog-single .detail-inner ul {
  list-style-type: disc;
}

/* Colors the Bullet Point Green */
.blog-single .detail-inner ul li::marker {
  color: var(--color-custom-081828);
  font-size: 1.1em;
}

/* --- Ordered List (Numbers) --- */
.blog-single .detail-inner ol {
  list-style-type: decimal;
}

/* Colors the Number Green & Bolds it */
.blog-single .detail-inner ol li::marker {
  color: var(--color-custom-081828);
}

/* career page */
/* =========================================
   1. Why Join Us Section
   ========================================= */

@media (min-width: 992px) {
  .career-hero.section .section-title {
    padding: 0 200px;
    margin-bottom: 0px;
  }
}

.why-join {
  background-color: var(
    --color-custom-f9f9f9
  ); /* Updated to light background so white cards pop */
  padding: 70px 0;
}

.why-join .single-feature {
  text-align: center;
  padding: 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: var(--color-white); /* White card by default */
  border: 1px solid var(--color-custom-eee); /* Added subtle border like image */
}

/* HOVER EFFECT - Styles the card like the Green Box in your image */
.why-join .single-feature:hover {
  background-color: var(--color-custom-ff6b81); /* Green Background */
  transform: translateY(-2px); /* Moves up less */
  box-shadow: 0 10px 30px var(--color-rgba-15); /* Greenish shadow */
  border-color: var(--color-custom-ff6b81);
}

/* Turn Icon, Title, and Text WHITE on hover */
.why-join .single-feature:hover i {
  color: var(--color-white);
}

.why-join .single-feature:hover h3 {
  color: var(--color-white);
}

.why-join .single-feature:hover p {
  color: var(--color-white);
}

/* Non-hover states */
.why-join .single-feature i {
  font-size: 40px;
  color: var(--color-custom-ff6b81);
  margin-bottom: 20px;
  display: inline-block;
  transition: color 0.3s ease;
}

.why-join .single-feature h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--color-custom-051441);
  transition: color 0.3s ease;
}

.why-join .single-feature p {
  color: var(--color-custom-666);
  transition: color 0.3s ease;
}

/* =========================================
   2. Job Listings Section
   ========================================= */
.job-listings {
  background-color: var(--color-custom-f9f9f9);
  padding: 70px 0;
}

.job-card {
  background: var(--color-white);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px var(--color-rgba-17);
  transition: all 0.3s ease;
  border: 1px solid var(--color-custom-eee);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px var(--color-rgba-16);
  border-color: var(--color-custom-ff6b81);
}

.job-header {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-custom-eee);
  padding-bottom: 15px;
}

.job-header h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-custom-051441);
  margin-bottom: 8px;
}

.job-type {
  display: inline-block;
  background-color: var(--color-custom-d2d6dc);
  color: var(--color-custom-081828);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

.job-details p {
  color: var(--color-custom-666);
  margin-bottom: 10px;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.job-details i {
  color: var(--color-custom-ff6b81);
}

.btn-job {
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  color: var(--color-custom-ff6b81);
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-job:hover {
  color: var(--color-custom-051441);
  letter-spacing: 0.5px;
}

/* =========================================
   RESPONSIVE STYLES (Add to bottom of CSS)
   ========================================= */

/* --- Tablet Devices (768px - 991px) --- */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Reduce side padding so title doesn't break */

  /* Compact padding for cards to fit 2-column layout better */
  .why-join .single-feature {
    padding: 25px 15px;
  }

  .job-card {
    padding: 20px;
  }

  .job-header h4 {
    font-size: 1.15rem;
  }
}

/* --- Mobile Devices (Max Width 767px) --- */
@media only screen and (max-width: 767px) {
  /* FIX: Reset huge padding to 0 so text is readable on mobile */
  /* Reduce vertical section gaps for mobile */
  .why-join,
  .job-listings {
    padding: 50px 0;
  }

  /* Disable "lift" transform on touch to prevent sticky hover states */
  .why-join .single-feature:hover {
    transform: none;
    box-shadow: 0 5px 20px var(--color-rgba-17);
  }

  /* Job Cards */
  .job-card {
    padding: 25px;
    margin-bottom: 16px; /* Space between stacked cards */
  }

  /* Adjust button width for easier tapping */
  .btn-job {
    display: block;
    width: 100%;
    text-align: center;
    background-color: var(
      --color-custom-f9f9f9
    ); /* Optional: distinct bg for mobile btn */
    padding: 10px;
    border-radius: 6px;
  }
}

/* 1. Force the blog card to stretch to the full height of the column */
.single-blog {
  height: 90% !important;
  display: flex !important;
  flex-direction: column !important;
  background: #fff; /* Ensures background fills the height */
}

/* 2. Make the text content area expand to fill the empty space */
.blog-content {
  flex-grow: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100%; /* Ensures the container fills the parent */
}

/* 3. Push the author/date section to the absolute bottom */
.autor {
  margin-top: auto !important; /* Pushes this element to the bottom */
  width: 100%;
}

/* 1. Force the team card to take full height of the column */
.single-team {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

/* 2. Make the content area grow to fill any empty space */
.single-team .content {
  flex-grow: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

/* 3. Ensure the description pushes down but stays aligned */
.single-team .content p {
  margin-bottom: auto !important; /* This helps align bottom spacing if needed */
  margin-top: 10px;
}

@media only screen and (max-width: 424px) {
  .wp-block-table .has-fixed-layout {
    table-layout: auto;
  }
  .wp-block-table .has-fixed-layout td,
  .wp-block-table .has-fixed-layout th {
    word-break: normal;
  }
}


.button.cta-button a img{
  border-radius: 8px;
}

/* --- Base Layout (Desktop) --- */
.nutrimate-404-wrapper {
    background-color: var(--color-custom-f9f9f9);
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
    overflow: hidden;
}

.nutrimate-404-content {
    max-width: 700px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

/* The Huge Background 404 */
.huge-404 {
    font-size: 16rem; /* Large and bold */
    line-height: 1;
    font-weight: 900;
    color: var(--color-custom-e6e2f5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%);
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

/* Content Layer */
.error-404 .page-header,
.error-404 .page-content {
    position: relative;
    z-index: 1;
}

.error-404 .page-title {
    font-size: 3.5rem;
    color: var(--color-custom-051441);
    margin: 0 0 1rem 0;
    font-weight: 800;
    letter-spacing: -1px;
}

.error-404 .page-content p {
    font-size: 1.25rem;
    color: var(--color-custom-666);
    margin-bottom: 2.5rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/* Home Button - Main Style */
.btn-nutrimate-home {
    display: inline-block;
    background-color: var(--color-custom-ff6b81);
    color: var(--color-white);
    text-decoration: none;
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px var(--color-rgba-15);
}

.btn-nutrimate-home:hover {
    background-color: var(--color-custom-081828);
    color: var(--color-white);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px var(--color-rgba-16);
}

/* --- Tablet (992px to 768px) --- */
@media screen and (max-width: 992px) and (min-width: 768px) {
    .nutrimate-404-wrapper {
        min-height: 70vh;
    }

    .huge-404 {
        font-size: 12rem;
        transform: translate(-50%, -60%);
    }

    .error-404 .page-title {
        font-size: 3rem;
    }

    .error-404 .page-content p {
        font-size: 1.15rem;
        max-width: 90%;
    }
}

/* --- Mobile (Below 767px) --- */
@media screen and (max-width: 767px) {
    .nutrimate-404-wrapper {
        min-height: 80vh;
        padding: 1.5rem;
    }

    .huge-404 {
        font-size: 8rem;
        top: 45%;
        opacity: 0.5;
        transform: translate(-50%, -70%);
    }

    .error-404 .page-title {
        font-size: 2.25rem;
        margin-bottom: 0.5rem;
    }

    .error-404 .page-content p {
        font-size: 1.05rem;
        line-height: 1.5;
        margin-bottom: 2rem;
        padding: 0 10px;
        max-width: 100%;
    }

    .btn-nutrimate-home {
        padding: 12px 30px;
        font-size: 1rem;
        width: 100%;        /* Full width button on mobile */
        max-width: 250px;   /* But limit it so it's not huge */
    }
}

.nutrimate-no-results-outer {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    display: block;
}

.nutrimate-no-results-wrapper {
    background-color: var(--color-white);
    padding: 48px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid var(--color-custom-eee);
    box-shadow: 0 4px 20px var(--color-rgba-17);
    margin-bottom: 0;
    width: 100%;
    box-sizing: border-box;
}

.nutrimate-no-results-wrapper .page-header {
    margin-bottom: 24px;
}

.nutrimate-no-results-wrapper .page-title {
    color: var(--color-custom-051441);
    font-weight: 700;
    margin: 0;
    font-size: 40px;
}

.nutrimate-no-results-wrapper .page-content p {
    font-size: 18px;
    color: var(--color-custom-888);
    line-height: 1.6;
    margin: 0 auto;
    max-width: 600px;
}

.nutrimate-no-results-wrapper .page-content a {
    color: var(--color-custom-ff6b81);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
}

.nutrimate-no-results-wrapper .page-content a:hover {
    border-bottom-color: var(--color-custom-ff6b81);
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .nutrimate-no-results-wrapper {
        padding: 40px;
    }
    
    .nutrimate-no-results-wrapper .page-title {
        font-size: 35px;
    }
    
    .nutrimate-no-results-wrapper .page-content p {
        font-size: 17px;
    }
}

@media screen and (max-width: 767px) {
    .nutrimate-no-results-wrapper {
        padding: 32px 16px;
        border-radius: 12px;
    }

    .nutrimate-no-results-wrapper .page-title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .nutrimate-no-results-wrapper .page-content p {
        font-size: 16px;
    }
}




/*New calorie calc page - 21-03*/
    /*
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: 'Inter', sans-serif;
      background: var(--color-custom-f9f9f9);
      color: var(--color-custom-222);
      min-height: 100vh;
      overflow-x: hidden;
      line-height: 1.6;
    }
    */
    /* ── HERO ── */
    .calc-hero {
      background: linear-gradient(135deg, var(--color-custom-051441) 0%, var(--color-custom-081828) 100%);
      padding: 60px 24px 48px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .calc-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      pointer-events: none;
    }

    .calc-hero .badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid rgba(88, 184, 100, 0.3);
      color: rgba(255, 255, 255, 0.9);
      border-radius: 50px;
      padding: 8px 16px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 24px;
      backdrop-filter: blur(10px);
    }

    .calc-hero .badge span {
      width: 8px;
      height: 8px;
      background: var(--color-custom-ff6b81);
      border-radius: 50%;
      animation: pulse 2s infinite;
    }

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

    .calc-hero h1 {
      font-family: 'Poppins', sans-serif;
      font-size: clamp(32px, 7vw, 56px);
      color: #ffffff;
      line-height: 1.2;
      margin-bottom: 16px;
      font-weight: 700;
      letter-spacing: -0.5px;
    }

    .calc-hero h1 em {
      font-style: italic;
      color: var(--color-custom-ff6b81);
      font-weight: 600;
    }

    .calc-hero p {
      color: rgba(255, 255, 255, 0.85);
      font-size: 16px;
      max-width: 560px;
      margin: 0 auto 32px;
      line-height: 1.7;
    }

    .calc-hero .hero-stats {
      display: flex;
      justify-content: center;
      gap: 32px;
      flex-wrap: wrap;
      margin-top: 32px;
    }

    .calc-hero .hero-stat {
      color: rgba(255, 255, 255, 0.9);
      text-align: center;
    }

    .hero-stat strong {
      display: block;
      font-family: 'Poppins', sans-serif;
      font-size: 24px;
      color: var(--color-custom-ff6b81);
      font-weight: 700;
      margin-bottom: 4px;
    }

    .calc-hero .hero-stat span {
      font-size: 14px;
      opacity: 0.8;
      font-weight: 500;
    }

    /* ── MAIN LAYOUT ── 
    .container {
      max-width: 900px;
      margin: -32px auto 0;
      padding: 0 16px 64px;
      position: relative;
      z-index: 2;
    }*/

    /* ── CARD ── */
    #calorie-calc {
      margin: 50px auto;
    }

    #calorie-calc .card {
      background: var(--color-white);
      border-radius: 20px;
      box-shadow: var(--shadow-soft);
      overflow: hidden;
      border: 1px solid var(--color-custom-d2d2d2);
      transition: box-shadow 0.3s ease;
    }

    #calorie-calc .card:hover {
      box-shadow: var(--shadow-medium);
    }

    #calorie-calc .card-header {
      padding: 32px 28px 24px;
      border-bottom: 1px solid var(--color-custom-d2d2d2);
      display: flex;
      align-items: center;
      gap: 16px;
    }

    #calorie-calc .card-header .icon {
      width: 48px;
      height: 48px;
      border-radius: 12px;
      background: var(--color-custom-d2d6dc);
      display: grid;
      place-items: center;
      font-size: 24px;
    }

    #calorie-calc .card-header h2 {
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      font-weight: 600;
      color: var(--color-custom-051441);
    }

    #calorie-calc .card-header p {
      font-size: 14px;
      color: var(--color-custom-777);
      margin-top: 4px;
    }

    #calorie-calc .card-body {
      padding: 32px 28px;
    }

    /* ── FORM ── */
    #calorie-calc .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-bottom: 24px;
    }

    @media (max-width: 560px) {
    #calorie-calc {
      margin: 20px auto;
    }
      #calorie-calc .form-grid {
        grid-template-columns: 1fr;
      }
    }

    #calorie-calc .form-group {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    #calorie-calc .form-group.full {
      grid-column: 1 / -1;
    }

    #calorie-calc label {
      font-size: 14px;
      font-weight: 600;
      color: var(--color-custom-222);
      display: flex;
      align-items: center;
      gap: 8px;
      text-transform: capitalize;
      letter-spacing: 0.3px;
    }

    #calorie-calc label .opt {
      font-size: 12px;
      color: var(--color-custom-777);
      font-weight: 400;
      background: var(--color-custom-f9f9f9);
      padding: 2px 8px;
      border-radius: 4px;
    }

    #calorie-calc input,
    #calorie-calc select {
      border: 1.5px solid var(--color-custom-d2d2d2);
      border-radius: 12px;
      padding: 14px 16px;
      font-size: 15px;
      font-family: 'Inter', sans-serif;
      color: var(--color-custom-222);
      background: var(--color-white);
      transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
      outline: none;
      width: 100%;
    }

    #calorie-calc input:focus,
    #calorie-calc select:focus {
      border-color: var(--color-custom-ff6b81);
      box-shadow: 0 0 0 4px rgba(88, 184, 100, 0.1);
      background: var(--color-custom-f9f9f9);
    }

    #calorie-calc input::placeholder {
      color: var(--color-custom-777);
    }

    /* Gender toggle */
    #calorie-calc .gender-toggle {
      display: flex;
      gap: 12px;
    }

    #calorie-calc .gender-btn {
      flex: 1;
      padding: 14px 12px;
      border: 1.5px solid var(--color-custom-d2d2d2);
      border-radius: 12px;
      background: var(--color-white);
      cursor: pointer;
      font-size: 15px;
      font-family: 'Inter', sans-serif;
      font-weight: 500;
      color: var(--color-custom-777);
      transition: all 0.3s ease;
      text-align: center;
    }

    #calorie-calc .gender-btn:hover:not(.active) {
      border-color: var(--color-custom-ff6b81);
      background: var(--color-custom-f9f9f9);
    }

    #calorie-calc .gender-btn.active {
      border-color: var(--color-custom-ff6b81);
      background: var(--color-custom-d2d6dc);
      color: var(--color-custom-ff6b81);
      font-weight: 600;
    }

    /* Activity options */
    #calorie-calc .activity-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }

    @media (max-width: 400px) {
      #calorie-calc .activity-grid {
        grid-template-columns: 1fr;
      }
    }

    #calorie-calc .activity-opt {
      border: 1.5px solid var(--color-custom-d2d2d2);
      border-radius: 12px;
      padding: 12px 14px;
      cursor: pointer;
      background: var(--color-white);
      transition: all 0.3s ease;
    }

    #calorie-calc .activity-opt:hover {
      border-color: var(--color-custom-ff6b81);
      background: var(--color-custom-f9f9f9);
    }

    #calorie-calc .activity-opt.active {
      border-color: var(--color-custom-ff6b81);
      background: var(--color-custom-d2d6dc);
    }

    #calorie-calc .activity-opt .a-name {
      font-size: 15px;
      font-weight: 600;
      color: var(--color-custom-222);
      margin-bottom: 2px;
    }

    #calorie-calc .activity-opt.active .a-name {
      color: var(--color-custom-ff6b81);
    }

    #calorie-calc .activity-opt .a-desc {
      font-size: 14px;
      color: var(--color-custom-777);
      line-height: 1.4;
    }

    /* Steps slider */
    #calorie-calc .steps-row {
      display: flex;
      align-items: center;
      gap: 16px;
    }

    #calorie-calc .steps-val {
      min-width: 80px;
      text-align: center;
      font-size: 20px;
      font-weight: 600;
      color: var(--color-custom-ff6b81);
      font-family: 'Poppins', sans-serif;
    }

    #calorie-calc .steps-val span {
      display: block;
      font-size: 12px;
      color: var(--color-custom-777);
      font-family: 'Inter', sans-serif;
      font-weight: 400;
    }

    #calorie-calc input[type="range"] {
      flex: 1;
      height: 6px;
      border: none;
      padding: 0;
      background: linear-gradient(to right, var(--color-custom-ff6b81) 0%, var(--color-custom-ff6b81) var(--pct, 30%), var(--color-custom-d2d2d2) var(--pct, 30%), var(--color-custom-d2d2d2) 100%);
      border-radius: 4px;
      cursor: pointer;
      box-shadow: none;
      -webkit-appearance: none;
      appearance: none;
    }

    #calorie-calc input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: var(--color-custom-ff6b81);
      border: 3px solid var(--color-white);
      box-shadow: 0 2px 8px rgba(88, 184, 100, 0.3);
      cursor: pointer;
      transition: box-shadow 0.2s ease;
    }

    #calorie-calc input[type="range"]::-webkit-slider-thumb:hover {
      box-shadow: 0 4px 12px rgba(88, 184, 100, 0.4);
    }

    #calorie-calc input[type="range"]::-moz-range-thumb {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: var(--color-custom-ff6b81);
      border: 3px solid var(--color-white);
      box-shadow: 0 2px 8px rgba(88, 184, 100, 0.3);
      cursor: pointer;
      transition: box-shadow 0.2s ease;
    }

    /* Calc button */
    #calorie-calc .calc-btn {
      width: 100%;
      padding: 16px 24px;
      background: linear-gradient(135deg, var(--color-custom-ff6b81) 0%, #4a9d54 100%);
      color: #ffffff;
      border: none;
      border-radius: 12px;
      font-size: 15px;
      font-weight: 600;
      font-family: 'Inter', sans-serif;
      cursor: pointer;
      margin-top: 28px;
      transition: transform 0.2s, box-shadow 0.2s;
      box-shadow: 0 4px 16px rgba(88, 184, 100, 0.25);
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

    #calorie-calc .calc-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(88, 184, 100, 0.35);
    }

    #calorie-calc .calc-btn:active {
      transform: translateY(0);
    }

    #calorie-calc .calc-btn .arrow {
      font-size: 18px;
      transition: transform 0.2s;
    }

    #calorie-calc .calc-btn:hover .arrow {
      transform: translateX(4px);
    }

    /* ── RESULTS ── */
    #calorie-calc .results {
      margin-top: 28px;
      display: none;
    scroll-margin-top: 120px;
    }

    #calorie-calc .results.visible {
      display: block;
      animation: slideUp 0.5s ease-out;
    }

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

    #calorie-calc .results-divider {
      display: flex;
      align-items: center;
      gap: 12px;
      margin: 32px 0 24px;
      color: var(--color-custom-777);
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    #calorie-calc .results-divider::before,
    #calorie-calc .results-divider::after {
      content: '';
      flex: 1;
      height: 1px;
      background: var(--color-custom-d2d2d2);
    }

    /* Health Score */
    #calorie-calc .score-card {
      background: linear-gradient(135deg, var(--color-custom-051441) 0%, var(--color-custom-081828) 100%);
      border-radius: 16px;
      padding: 32px 24px;
      text-align: center;
      color: #ffffff;
      margin-bottom: 24px;
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(88, 184, 100, 0.1);
    }

    #calorie-calc .score-card::before {
      content: '';
      position: absolute;
      top: -40px;
      right: -40px;
      width: 140px;
      height: 140px;
      border-radius: 50%;
      background: rgba(88, 184, 100, 0.08);
    }

    #calorie-calc .score-label {
      font-size: 12px;
      opacity: 0.8;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 12px;
      font-weight: 600;
    }

    #calorie-calc .score-number {
      font-family: 'Poppins', sans-serif;
      font-size: 72px;
      line-height: 1;
      color: var(--color-custom-ff6b81);
      font-weight: 700;
      margin-bottom: 8px;
    }

    #calorie-calc .score-number span {
      font-size: 28px;
      opacity: 0.7;
      margin-left: 4px;
    }

    #calorie-calc .score-tag {
      display: inline-block;
      margin-top: 12px;
      background: rgba(88, 184, 100, 0.2);
      border-radius: 50px;
      padding: 6px 16px;
      font-size: 14px;
      font-weight: 600;
      border: 1px solid rgba(88, 184, 100, 0.3);
    }

    #calorie-calc .score-bar-wrap {
      background: rgba(255, 255, 255, 0.15);
      border-radius: 50px;
      height: 8px;
      margin: 20px 0 12px;
      overflow: hidden;
    }

    #calorie-calc .score-bar {
      height: 100%;
      border-radius: 50px;
      background: linear-gradient(90deg, var(--color-custom-ff6b81), #52d16b);
      transition: width 1s cubic-bezier(0.34, 1.56, 0.64, 1);
      width: 0%;
    }

    #calorie-calc .score-note {
      font-size: 14px;
      opacity: 0.8;
      line-height: 1.5;
    }

    /* Metric cards */
    #calorie-calc .metrics-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
      margin-bottom: 24px;
    }

    @media (max-width: 400px) {
      #calorie-calc .metrics-grid {
        grid-template-columns: 1fr;
      }
    #calorie-calc .results {
    scroll-margin-top: 112px;
    }
    }

    #calorie-calc .metric-card {
      background: var(--color-white);
      border: 1.5px solid var(--color-custom-d2d2d2);
      border-radius: 14px;
      padding: 20px;
      transition: all 0.3s ease;
    }

    #calorie-calc .metric-card:hover {
      border-color: var(--color-custom-ff6b81);
      box-shadow: var(--shadow-soft);
      transform: translateY(-4px);
    }

    #calorie-calc .metric-label {
      font-size: 14px;
      color: var(--color-custom-777);
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 8px;
    }

    #calorie-calc .metric-value {
      font-family: 'Poppins', sans-serif;
      font-size: 32px;
      color: var(--color-custom-ff6b81);
      line-height: 1;
      font-weight: 700;
      margin-bottom: 4px;
    }

    #calorie-calc .metric-unit {
      font-size: 14px;
      color: var(--color-custom-777);
      font-family: 'Inter', sans-serif;
      margin-bottom: 8px;
    }

    #calorie-calc .metric-desc {
      font-size: 12px;
      color: var(--color-custom-777);
      line-height: 1.5;
    }

    /* Breakdown */
    #calorie-calc .breakdown {
      background: var(--color-custom-d2d6dc);
      border-radius: 14px;
      padding: 20px;
      margin-bottom: 24px;
      border: 1px solid var(--color-custom-d2d2d2);
    }

    #calorie-calc .breakdown h4 {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: var(--color-custom-051441);
      margin-bottom: 14px;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    #calorie-calc .bk-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0;
      border-bottom: 1px solid rgba(88, 184, 100, 0.1);
      font-size: 14px;
    }

    #calorie-calc .bk-row:last-child {
      border-bottom: none;
    }

    #calorie-calc .bk-label {
      color: var(--color-custom-222);
      font-weight: 500;
    }

    #calorie-calc .bk-val {
      font-weight: 600;
      color: var(--color-custom-ff6b81);
      font-family: 'Poppins', sans-serif;
    }

    #calorie-calc .bk-row.net .bk-label {
      font-weight: 600;
      color: var(--color-custom-051441);
    }

    #calorie-calc .bk-row.net .bk-val {
      font-size: 15px;
    }

    /* Tips */
    #calorie-calc .tips {
      background: var(--color-white);
      border: 1.5px solid var(--color-custom-d2d2d2);
      border-radius: 14px;
      padding: 20px;
      margin-bottom: 24px;
    }

    #calorie-calc .tips h4 {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: var(--color-custom-051441);
      margin-bottom: 14px;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    #calorie-calc .tip-item {
      display: flex;
      gap: 12px;
      margin-bottom: 12px;
      padding: 10px;
      border-radius: 8px;
      background: var(--color-custom-f9f9f9);
    }

    #calorie-calc .tip-item:last-child {
      margin-bottom: 0;
    }

    #calorie-calc .tip-icon {
      font-size: 18px;
      flex-shrink: 0;
      margin-top: 0;
    }

    #calorie-calc .tip-text {
      font-size: 14px;
      color: var(--color-custom-777);
      line-height: 1.6;
    }

    /* Lead capture */
    #calorie-calc .lead-card {
      background: linear-gradient(135deg, #fff5f0, #fffaf8);
      border: 1.5px solid #fcd5c1;
      border-radius: 16px;
      padding: 24px;
      margin-bottom: 24px;
      text-align: center;
    }

    #calorie-calc .lead-card h3 {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: 600;
      color: #e18229;
      margin-bottom: 8px;
    }

    #calorie-calc .lead-card p {
      font-size: 14px;
      color: #e18229;
      margin-bottom: 16px;
      line-height: 1.6;
    }

    #calorie-calc .lead-input-row {
      display: flex;
      gap: 10px;
    }

    #calorie-calc .lead-input-row input {
      flex: 1;
      padding: 12px 14px;
      border: 1.5px solid #fcd5c1;
      border-radius: 10px;
      font-size: 14px;
    }

    #calorie-calc .lead-input-row input:focus {
      border-color: var(--color-warning);
      box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
    }

    #calorie-calc .lead-btn {
      padding: 12px 20px;
      background: linear-gradient(135deg, #e18229, #f59e0b);
      border: none;
      border-radius: 10px;
      color: #ffffff;
      font-weight: 600;
      font-size: 14px;
      cursor: pointer;
      white-space: nowrap;
      font-family: 'Inter', sans-serif;
      transition: transform 0.2s, box-shadow 0.2s;
    }

    #calorie-calc .lead-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
    }

    /* CTA */
    #calorie-calc .cta-card {
      border-radius: 16px;
      overflow: hidden;
      margin-bottom: 24px;
    }

    #calorie-calc .cta-inner {
      background: var(--color-custom-051441);
      padding: 28px 24px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    #calorie-calc .cta-inner::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at 50% 0%, rgba(88, 184, 100, 0.12) 0%, transparent 70%);
    }

    #calorie-calc .cta-inner h3 {
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      color: #ffffff;
      margin-bottom: 8px;
      position: relative;
      font-weight: 600;
    }

    #calorie-calc .cta-inner p {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 20px;
      position: relative;
    }

    #calorie-calc .cta-btns {
      display: flex;
      gap: 12px;
      justify-content: center;
      flex-wrap: wrap;
      position: relative;
    }

    #calorie-calc .cta-btn {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 12px 20px;
      border-radius: 10px;
      font-size: 14px;
      font-weight: 600;
      font-family: 'Inter', sans-serif;
      cursor: pointer;
      text-decoration: none;
      transition: transform 0.2s, box-shadow 0.2s;
      border: none;
    }

    #calorie-calc .cta-btn:hover {
      transform: translateY(-2px);
    }

    #calorie-calc .cta-btn.android {
      background: var(--color-custom-ff6b81);
      color: #ffffff;
    }

    #calorie-calc .cta-btn.whatsapp {
      background: #25d366;
      color: #ffffff;
    }

    #calorie-calc .cta-features {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      margin-top: 16px;
      position: relative;
    }

    #calorie-calc .cta-feat {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.6);
      display: flex;
      align-items: center;
      gap: 6px;
    }

    #calorie-calc .cta-feat::before {
      content: '✓';
      color: var(--color-custom-ff6b81);
      font-weight: 700;
    }

    /* Info section */
    #calorie-calc .info-section {
      margin-top: 40px;
      padding: 32px 24px;
      background: var(--color-white);
      border-radius: 16px;
      border: 1px solid var(--color-custom-d2d2d2);
    }

    #calorie-calc .info-section h2 {
      font-family: 'Poppins', sans-serif;
      font-size: 28px;
      color: var(--color-custom-051441);
      margin-bottom: 12px;
      font-weight: 600;
    }

    #calorie-calc .info-section p {
      color: var(--color-custom-777);
      margin-bottom: 16px;
    }

    #calorie-calc .faq-item {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid var(--color-custom-d2d2d2);
    }

    #calorie-calc .faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    #calorie-calc .faq-q {
      font-size: 15px;
      font-weight: 600;
      color: var(--color-custom-051441);
      margin-bottom: 8px;
    }

    #calorie-calc .faq-a {
	  font-size: 15px;
      color: var(--color-custom-777);
      line-height: 1.7;
    }

    /* Nutrimate bar */
    #calorie-calc .nm-bar {
      background: var(--color-custom-d2d6dc);
      border: 1px solid var(--color-custom-d2d2d2);
      border-radius: 12px;
      padding: 16px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-top: 24px;
      flex-wrap: wrap;
    }

    #calorie-calc .nm-bar-left {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    #calorie-calc .nm-logo {
      width: 44px;
      height: 44px;
      background: var(--color-custom-ff6b81);
      border-radius: 8px;
      place-items: center;
      padding: 5px;
    }

    #calorie-calc .nm-bar-left p {
      color: var(--color-custom-222);
      font-weight: 500;
    }

    #calorie-calc .nm-bar-left span {
      font-size: 12px;
      color: var(--color-custom-777);
      display: block;
    }

    #calorie-calc .nm-bar-btn {
      background: var(--color-custom-ff6b81);
      color: #ffffff;
      border: none;
      border-radius: 8px;
      padding: 10px 18px;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      font-family: 'Inter', sans-serif;
      white-space: nowrap;
      text-decoration: none;
      display: inline-block;
      transition: all 0.2s ease;
    }

    #calorie-calc .nm-bar-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(88, 184, 100, 0.25);
    }

    /* WhatsApp float */
    .wa-float-icon {
      position: fixed;
      bottom: 28px;
      right: 24px;
      z-index: 100;
      background: #25d366;
      color: #ffffff;
      border: none;
      border-radius: 50px;
      padding: 13px 22px;
      font-size: 13px;
      font-weight: 600;
      font-family: 'Inter', sans-serif;
      cursor: pointer;
      box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
      display: flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
      transition: transform 0.2s, box-shadow 0.2s;
    }

    .wa-float-icon:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5);
    }

    .wa-float-icon svg {
      width: 18px;
      height: 18px;
    }

    @media (max-width: 480px) {
      .wa-float-icon span {
        display: none;
      }

      .wa-float-icon {
        padding: 14px;
        border-radius: 50%;
      }
    }