* {
  font-family: "Cerina", sans-serif;
}
body {
  background-color: #f3f0eb;
}
img {
  max-width: 100%;
}
.cerina-text-size-15 {
  font-size: 15px;
  line-height: 14px;
  font-weight: normal;
}
.cerina-text-size-16 {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  padding-left: 20px;
  text-align: center;
  padding-top: 10px;
}
.cerina-text-size-18 {
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
}
.cerina-text-size-18med {
  font-size: 18px;
  font-weight: medium;
}
.cerina-text-size-18bold {
  font-size: 18px;
  font-weight: bold;
}
.cerina-text-21 {
  font-size: 21px;
  line-height: 32px;
  font-weight: normal;
}

/* Added for text */
.cerina-text-02 {
  font-size: 21px;
  line-height: 32px;
  font-weight: normal;
  /* padding-bottom: 100px; */
  margin-top: -53px;
}

@media screen and (max-width: 767px) {
  .cerina-text-02 {
    font-size: 18px;
    line-height: 23px;
    font-weight: normal;
  }

}
.small-text {
  font-size: 20px;
  line-height: normal;
  margin-top: 15px;
}
.cerina-text-28 {
  font-size: 28px;
  font-weight: normal;
  line-height: 40px;
}
.cerina-text-32 {
  font-size: 32px;
  font-weight: normal;
  line-height: 38px;
}
.cerina-text-size-42 {
  font-size: 42px;
  line-height: 50px;
  font-weight: normal;
}
.cerina-text-size-45 {
  font-size: 45px;
  line-height: 50px;
  font-weight: normal;
}
.cerina-text-size-50 {
  font-size: 50px;
  font-weight: normal;
  line-height: 67px;
}
.cerina-text-size-55 {
  font-size: 55px;
  font-weight: normal;
  line-height: 67px;
}

.cerina-text-size-65 {
  font-size: 65px;
  font-weight: normal;
  line-height: 75px;
}

.cerina-text-size-70 {
  font-size: 70px;
  font-weight: normal;
  line-height: 75px;
}

.cerina-text-size-75 {
  font-size: 75px;
  font-weight: normal;
  line-height: 75px;
}
.cerina-light {
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .cerina-text-02, .cerina-text-21, .cerina-text-size-42, 
  .cerina-text-size-45, .cerina-text-size-50, .cerina-text-size-55, 
  .cerina-text-size-65, .cerina-text-size-70, .cerina-text-size-75, .cerina-text-32, 
  .small-text {
    font-size: 18px;
    line-height: 23px;
    font-weight: normal;
    padding: 10px;
  }
  .cerina-home-banner h1 {
    font-size: 2.3em;
    line-height: 45px;
  }
  .cerina-home-banner p {
    font-size: 1em;
    padding-left: 3%;
    padding-right: 3%;
  }
}
/* Images */
.radius {
  border-radius: 15px;
}
.navbar.cerina-small {
  background-color: #2d2d2c;
}
.navbar.cerina-small .navbar-brand {
  font-size: 0.85em;
  font-weight: 300;
}
.navbar.cerina-small .navbar-brand a {
  margin-left: 20px;
  color: #fff;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}
.navbar.cerina-small .close-btn {
  position: absolute;
  right: 0.5em;
  top: 0.35em;
  color: #fbfcfb;
  font-weight: 300;
  font-size: 1.25em;
  text-decoration: none;
}



.cerina-home-banner {
  background: transparent
    conic-gradient(
      from 175deg at 100% -2%,
      var(--apricot) 0%,
      #d39c69 18%,
      var(--lavender) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent
    conic-gradient(
      from 175deg at 100% -2%,
      #eac297 0%,
      #d39c69 18%,
      #dd9f61 100%
    )
    0% 0% no-repeat padding-box;

  border-radius: 28px;
  padding: 40px 100px;
  margin: 30px;
}
@media screen and (max-width: 991px) {
  .cerina-home-banner {
    padding: 20px 30px;
    margin: 10px;
  }
}
.cerina-home-banner.cerina-home-banner--simple {
  background: none !important;
}
.cerina-home-banner.cerina-home-banner--simple .main-nav {
  background-color: #ffffff !important;
}
.mesh-gradient{
  z-index: -1;
  background: radial-gradient(circle at 30% 30%, #d59122, transparent),
                radial-gradient(circle at 70% 70%, #b1a3cb, transparent),
                radial-gradient(circle at 60% 40%, #f9b47b, transparent),
                radial-gradient(circle at 40% 60%, #986ee1, transparent),
                radial-gradient(circle at 50% 50%, #68b3d6, transparent);
    transition: background-position 0.5s ease-out;
}

.cerina-home-banner h1{
  font-size: 3.8em;
  font-weight: bold;
  padding-top: 80px;
  line-height: 70px;
  margin-bottom: 3px;
  justify-content:center;

}
@media screen and (max-width: 767px) {
  .cerina-home-banner h1 {
    font-size: 2.3em;
    padding-top: 50px;
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .cerina-home-banner h1{
    font-size: 2.3em;
    font-weight: bold;
    padding-top: 55px;
    line-height: 45px;
    margin-bottom: 5%;
    padding-left: 0%;
    padding-right:0%;
  }
}
.cerina-home-banner h2{
  font-size: 1.07em;
  font-weight: 350;
  padding-top: 2%;
}
@media screen and (max-width: 991px) {
  .cerina-home-banner h2{
    font-size: 1.0em;
    font-weight: 100;
  }
}
@media screen and (max-width: 767px) {
  .cerina-home-banner h2 {
    font-size: 1.0em;
    font-weight: 100;
  }
}
@media screen and (max-width: 767px) {
  .cerina-home-banner p {
    font-size: 1em;
    padding-left: 3%;
    padding-right: 3%;
  }
}

.cerina-home-banner p {
  font-size: 1.2em;
  padding-left: 17%;
  padding-right:17% ;
  margin-bottom: 30px;
  font-weight: 500;
  margin-bottom: 2%;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .cerina-home-banner p{
  font-size: 1em;
  padding-left: 3%;
  padding-right:3%;
  margin-bottom: 30px;
  font-weight: 500;
  margin-bottom: 5%;
  justify-content: center;
  }
}


.cerina-home-banner .store-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.cerina-home-banner .store-buttons img {
  width: 180px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .cerina-home-banner .store-buttons {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}

.banner-box p{
 font-size: 15px;
 font-weight: 300;
 
}

.banner-box {
  border: 3px solid #D5D3E5;
  padding:15px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-align: center;
  color: #000;
  
}
@media screen and (max-width: 767px) {
  .banner-box {
    padding: 10px;
    margin: 5px;
  }
}
.banner-box-button{
  display: inline-block;
  background-color: #D5D3E5;
  border-radius: 1rem;
  color: #0e0e0e;
  cursor: pointer;
  font-size: 15px;
  font-weight: 300;
  line-height: 1rem;
  padding: 0.7rem 1.2rem;
  text-align: center;
  text-decoration: none;
  border: 3px solid #8A81A7;
  border-radius: 40px;
}
@media screen and (max-width: 991px) {
  .banner-box-button{
    border-radius: 10px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .banner-box-button {
    padding: 0.5rem 1rem;
    font-size: 14px;
  }
}
.banner-box-button:hover {
  background-color: #2d2d2c;
  color: #fff;
  text-decoration: none;
}

.banner-box-button:focus {
  box-shadow: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .button-primary {
    padding: 0.75rem 1.5rem;
  }
}
.cerina-home-banner.treat-banner {
  background: transparent;
}
.cerina-home-banner .main-nav {
  background-color: #F3F0EB;
  border-radius: 14px;
  padding: 16px 28px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cerina-home-banner.about {
  background: transparent
    conic-gradient(
      from -86deg at 134% -21%,
      var(--lilac) 0%,
      var(--purple) 77.57%,
      var(--purple) 94.73%,
      var(--lavender) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent
    conic-gradient(
      from -86deg at 134% -21%,
      #d6d3e6 0%,
      #d2c7dc 77.57%,
      #d2c7dc 94.73%,
      #8a82a7 100%
    )
    0% 0% no-repeat padding-box;
}

.cerina-home-banner.about.text{
  font-size: 1.2em;
  font-weight: 500;
  justify-content: center;
}
.main-nav-light {
  background-color: #fff  !important;
}
.cerina-home-banner .main-nav ul,
.cerina-home-banner .main-nav ul li {
  margin: 4px;
  padding: 0;
  list-style: none;
  display: inline-block;
  padding-top: 2px;
}
.cerina-home-banner .main-nav ul li a:not(.button-primary) {
  margin-right: 20px;
  color: #000;
  text-decoration: none;
}
.cerina-home-banner .main-nav ul li a.active:not(.button-primary) {
  color: #dd9f61;
}
.cerina-home-banner .main-nav .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #F2F0EA;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  z-index: 1000;
}

.cerina-home-banner .main-nav .dropdown-menu li {
  width: 200px;
}

.cerina-home-banner .main-nav .dropdown-menu a {
  padding: 10px 20px;
  color: #D49B68;
}

.cerina-home-banner .main-nav .dropdown-menu a:hover {
  color: #dd9f61;
}

.cerina-home-banner .main-nav .dropdown:hover .dropdown-menu {
  display: block;
  color: #D49B68;
}

.cerina-home-banner .main-nav .dropdown:hover .arrow {
  transform: rotate(180deg);
}

.cerina-home-banner .main-nav .dropdown .arrow {
  margin-left: 5px;
  font-size: 15px;
  transition: transform 0.3s ease;
}

.cerina-home-banner .main-nav .close-dropdown {
  display: none;
  padding: 10px;
  text-align: right;
  color: #000;
  font-size: 24px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .cerina-home-banner .main-nav .close-dropdown {
      display: block;
      border-bottom: 1px solid #575757;
  }
}

.cerina-home-banner .text-video {
  padding: 10px 0 35px;
  color: #d6d3e6;
}
.cerina-home-banner img {
  margin-top: 1.5px;
}


/* mobile devices couch*/
/* @media (min-width: 768px) {
  .couch {
    margin-top: 5px;
  }


} */

.cerina-banner-treat {
  border-radius: 28px;
  padding: 40px 100px;
  margin: 38px;
}
.cerina-home-banner.blog {
  background: #f3f0ec;
}
.cerina-list-content,
.cerina-list-content li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cerina-list-content li {
  display: flex;
  margin-bottom: 48px;
}
.cerina-list-content span.round-1 {
  background-color: #eac297;
  width: 65px;
  height: 65px;
  display: block;
  border-radius: 100%;
  text-align: center;
  line-height: 65px;
  font-size: 1.5em;
  margin-right: 48px;
}
.cerina-list-content span.round-2 {
  background-color: #f5ebd5;
  color: #707070;
  width: 65px;
  height: 65px;
  display: block;
  border-radius: 100%;
  text-align: center;
  line-height: 65px;
  font-size: 1.5em;
  margin-right: 48px;
}

.cerina-list-text-h {
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
}
.cerina-body-text {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}
.img-list {
  width: 87%;
  border-radius: 15px;
}
.text-orange {
  color: #dd9f61;
}

/*button*/
.button-primary {
  display: inline-block;
  background-color: #625a7e;
  border-radius: 0.95rem;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 0.9rem 1.2rem;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* For larger screens */
@media (min-width: 768px) {
  .button-primary {
      font-size: 18px;
      padding: 1rem 1.4rem;
  }
}

/* For very large screens */
@media (min-width: 1200px) {
  .button-primary {
      font-size: 20px;
      padding: 1.1rem 1.6rem;
  }
}

/* For smaller screens */
@media (max-width: 767px) {
  .button-primary {
      font-size: 16px;
      padding: 0.8rem 1rem;
  }
}

/* For very small screens */
@media (max-width: 480px) {
  .button-primary {
      font-size: 14px;
      padding: 0.7rem 0.9rem;
  }
}

.button-primary:hover {
  background-color: #2d2d2c;
  color: #fff;
  text-decoration: none;
}

.button-primary:focus {
  box-shadow: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .button-primary {
    padding: 0.75rem 1.5rem;
  }
}

/*button-secondary*/
.button-secondary {
  display: inline-block;
  background-color: #ffb671;
  border-radius: 0.95rem;
  color: #333;
  cursor: pointer;
  font-size: 18px;
  padding: 1rem 1.2rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s background-color, border-color, color, fill,
    stroke cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1;
  margin-left: 0px;
}

/* For larger screens */
@media (min-width: 768px) {
  .button-secondary {
    font-size: 20px;
    padding: 1.2rem 1.4rem;
  }
}

/* For very large screens */
@media (min-width: 1200px) {
  .button-secondary {
    font-size: 22px;
    padding: 1.3rem 1.6rem;
  }
}

/* For smaller screens */
@media (max-width: 767px) {
  .button-secondary {
    font-size: 16px;
    padding: 0.9rem 1.1rem;
  }
}

/* For very small screens */
@media (max-width: 480px) {
  .button-secondary {
    font-size: 14px;
    padding: 0.8rem 1rem;
    margin-left: 0;
  }
}
.button-secondary1 {
  display: inline-block;
  background-color: #ffb671;
  border-radius: 0.95rem;
  color: #222222;
  cursor: pointer;
  font-size: 18px;
  padding: 0.9rem 1.2rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s background-color, border-color, color, fill,
    stroke cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1;
  margin-left: 0px;
}

.button-secondary1:hover , .button-secondary:hover {
  background-color: #2d2d2c;
  color: #fff;
  text-decoration: none;
}

.button-secondary1:focus , .button-secondary:focus {
  box-shadow: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .button-secondary1 {
   margin-left: 10px;
  }
}


@media (min-width: 768px) {
  .button-secondary {
    padding: 0.75rem 1.5rem;
  }
}

.light-background {
  background-color: #fbfcfb;
}
.orange-gradient {
  background: transparent
    conic-gradient(
      from 175deg at 100% -2%,
      var(--apricot) 0%,
      #d39c69 18%,
      var(--lavender) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent
    conic-gradient(
      from 175deg at 100% -2%,
      #eac297 0%,
      #d39c69 18%,
      #dd9f61 100%
    )
    0% 0% no-repeat padding-box;
}
.dark-background {
  background-color: #f3f0eb;
}
.cerina-text-lh-15 {
  line-height: 1.5;
}
.bg-diff-gradient {
  color: #fff;
  background: transparent
    conic-gradient(
      from 173deg at 103% -45%,
      var(--wheat) 0%,
      var(--apricot) 4.08%,
      var(--orange) 19.57%,
      #6f5031 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent
    conic-gradient(
      from 173deg at 103% -45%,
      #f5ebd5 0%,
      #eac297 4.08%,
      #dd9f61 19.57%,
      #6f5031 100%
    )
    0% 0% no-repeat padding-box;
}
.cerina-list-dabba,
.cerina-list-dabba li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cerina-list-dabba li {
  background-color: #f5ebd5;
  padding: 25px 50px;
  /* padding-left: 120px; */
  max-width: 450px;
  margin: 0 auto 20px;
  color: #2d2d2c;
  border-radius: 10px;
}
.cerina-list-dabba li h3 {
  font-size: 1.2em;
  margin-top: 0;
  font-weight: normal;
  margin-left: 20px;
  text-align: left;
}
.cerina-list-dabba li p {
  margin-bottom: 0;
  text-align: left;

}
.cerina-tag-dabbas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.cerina-tag-dabbas .cerina-tag-dabba-spacer {
  width: 15%;
  padding: 10px;
}
.cerina-tag-dabbas .cerina-tag-dabba {
  width: 25%;
  padding: 10px;
  display: flex;
  background-color: #fff;
  margin: 25px;
  border-radius: 10px;
}
.cerina-tag-dabbas .cerina-tag-dabba .bubble {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  text-align: center;
  line-height: 45px;
}
.cerina-tag-dabbas .cerina-tag-dabba .text {
  padding: 10px;
  font-weight: 600;
}
.cerina-blog-item {
  border-radius: 15px;
  padding: 30px;
  min-height: 350px;
  position: relative;
}
.cerina-blog-item .go-arrow {
  font-size: 2.5em;
  vertical-align: middle;
}
.cerina-blog-item a.go-arrow {
  color: #fff;
  text-decoration: none;
  position: absolute;
  bottom: 15px;
  left: 35px;
}
.cerina-blog-item .hidden-section {
  display: none;
}
.cerina-help-us-out {
  background-color: #d6d3e6;
  padding: 55px 75px;
  box-shadow: 0 23px 78px rgba(0, 0, 0, 0.2);
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  margin: 80px 0;
}
.cerina-help-us-out .help-hand {
  position: absolute;
  left: -15px;
  bottom: -35px;
}

.share-with-us-btn {
  color: #000;
}
.share-with-us-btn:hover {
  color: #000;
}
.image-left-text {
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  min-height: 450px;
}
.image-left-text img {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.image-left-text .image-left-text-text {
  background-color: #d2c7dc;
  padding: 30px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  border-radius: 28px;
  width: 50%;
  font-size: 1.1em;
  padding-right: 60px;
}
.image-left-text .image-left-text-text p {
  margin: 0;
}
.meet-item {
  border-radius: 15px;
  padding: 0px;
  background: #d6d2cb;
}
.meet-item h3 {
  font-size: 1.15em;
}
.meet-item h4 {
  font-weight: 300;
  font-size: 0.95em;
}
.team-image {
  position: relative;
  overflow: hidden;
}
footer {
  background: transparent
    linear-gradient(180deg, var(--lavender) 0%, var(--orange) 100%) 0% 0%
    no-repeat padding-box;
  background: transparent linear-gradient(180deg, #8a82a7 0%, #dd9f61 100%) 0%
    0% no-repeat padding-box;
}
footer .footer-card {
  padding: 70px;
  background-color: #fbfcfb;
  box-shadow: 0 23px 78px #00000017;
  border-radius: 28px;
}
@media screen and (max-width: 767px) {
  footer .footer-card {
    padding: 45px;
  }
}
footer .footer-menu h4 {
  font: 12px/14px "Cerina";
  letter-spacing: 0px;
  color: #fbfcfb;
  margin-bottom: 35px;
}
footer .footer-menu p {
  font: 12px/14px "Cerina";
  letter-spacing: 0px;
  color: #e3e0de;
}
footer .final-footer {
  font: 12px/14px "Cerina";
  letter-spacing: 0px;
  color: #fff;
  padding: 24px 0;
  border-top: 1px solid #ddbca0;
}
footer .cerina-come {
  font: 42px/50px "EB Garamond";
  margin-bottom: 50px;
}
footer .get-app-text {
  font-weight: 300;
  font-size: 12px;
}
footer .demo-form {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0 23px 78px #00000017;
  border-radius: 22px;
  padding: 65px;
  margin-right: -250px;
  margin-left: 250px;
}
footer .demo-form input,
footer .demo-form textarea {
  border-radius: 12px;
  resize: none;
  border: 1px solid #e3e0de;
  background-color: #fbfcfb;
}
footer .demo-form input:focus,
footer .demo-form textarea:focus {
  box-shadow: none;
  border: 1px solid #f19c5b;
}


.form-control:focus {
  border: 1px solid #f19c5b;
  box-shadow: none;
}

.footer-half-positive-spacer {
  padding-top: 350px;
  background-color: #f2f0ea;
}
.footer-half-negative-spacer {
  margin-top: -300px;
}
.footer-half-positive-spacer-200 {
  padding-top: 200px;
}
.footer-half-negative-spacer-200 {
  margin-top: -150px;
}

/* for footer mobile devices */
@media only screen and (max-width: 768px) {
  footer .demo-form {
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0 23px 78px #00000017;
    border-radius: 22px;
    padding: 30px;
    margin-right: 0;
    margin-left: 0px;
    overflow-x: hidden;
  }
  .why-start .button-primary.cerina-text-size-18med {
    margin-left: 0;
  }
}


.contact-page .cerina-home-banner {
  background: none;
  color: #2d2d2c;
  text-align: center;
}
.contact-page .cerina-home-banner h2 {
  margin: 55px 0 30px;
  font: 56px/1.2 "Cerina";
  font-weight: 300;
}
.contact-page .cerina-home-banner p {
  font: 21px/1.5 "Cerina";
  font-weight: 300;
}
.contact-page .cerina-home-banner .contact-banner {
  max-width: 800px;
  background: #fff;
  border-radius: 10px;
  margin: 60px auto 140px;
  padding: 55px 60px;
}
.contact-page .cerina-home-banner .contact-banner .sec {
  font: 24px/29px "Cerina";
  letter-spacing: 0;
  flex-grow: 1;
  text-align: left;
}

.contact-page .cerina-home-banner .contact-banner .sec h4 {
  font: 24px/29px "Cerina";
  letter-spacing: 0;
  color: #2d2d2c;
  white-space: nowrap;
}
.contact-page .cerina-home-banner .contact-banner .sec p {
  font: 21px/39px "Cerina";
  letter-spacing: 0;
  color: #2d2d2c80;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0
}

.contact-page .cerina-home-banner h3 {
  font: 32px/38px "Cerina";
  letter-spacing: -1.06px;
  margin-bottom: 85px;
  font-weight: 300;
}
.contact-page .cerina-home-banner form {
  max-width: 550px;
  margin: 0 auto;
  text-align: left;
}
.contact-page .cerina-home-banner form label {
  font: medium 18px/22px "Cerina";
  letter-spacing: 0;
  color: #19191b;
}
.contact-page .cerina-home-banner form input,
.contact-page .cerina-home-banner form textarea {
  padding: 24px;
  border: 1px solid #eae9f2;
  border-radius: 10px;
  font-weight: 300;
  font: 18px/22px "Cerina";
  letter-spacing: 0;
}

.contact-page .cerina-home-banner form textarea {
  height: 150px;
  resize: none;
}
.contact-page .cerina-home-banner form input[type="button"] {
  margin-top: 30px;
  padding: 16px 20px;
}
.main-nav.collapsible .collapse-small {
  display: none;
}
@media screen and (max-width: 1136px) {
  .cerina-home-banner {
    margin: 0;
    border-radius: 0;
  }
  .main-nav.collapsible {
    position: relative;
  }
  .main-nav.collapsible .collapse {
    display: none;
  }
  .main-nav.collapsible.open .collapse {
    display: block;
    position: absolute;
    background: #fff;
    left: -4px;
    right: -4px;
    top: 70px;
    padding: 20px;
    z-index: 100;
    text-align: center;
    border-radius: 0 0 14px 14px;
  }
  .main-nav.collapsible .collapse li a {
    display: block;
    padding: 10px;
  }
  .main-nav.collapsible .collapse li {
    display: block;
  }
  .main-nav.collapsible .collapse-small,
  .main-nav.collapsible .collapse-small:focus {
    display: block;
    box-shadow: none;
  }
  .cerina-help-us-out .help-hand {
    display: none;
  }
  .cerina-text-28 {
    font-size: 20px;
    line-height: 18px;
  }
  footer .footer-card {
    padding: 45px;
  }
}

@media screen and (min-width: 1025px) and (max-width:1360px) {
  .cerina-home-banner .main-nav ul li a:not(.button-primary) {
    margin-right: 0;
  }
  .button-primary {
    padding: 0.75rem 0.5rem;
}
}

@media screen and (max-width: 767px) {
  .footer-store-icons-warp {
    display: flex;
    gap: 15px;
  }
  .cerina-home-banner {
    padding: 10px;
  }
  .footer-half-positive-spacer {
    padding-top: 0;
  }
  .footer-half-negative-spacer {
    margin-top: 0;
  }
  .footer-half-positive-spacer-200 {
    padding-top: 0;
  }
  .footer-half-negative-spacer-200 {
    margin-top: 0;
  }
  .cerina-tag-dabbas {
    display: block;
  }
  .cerina-tag-dabba-spacer {
    display: none;
  }
  .cerina-tag-dabbas .cerina-tag-dabba {
    width: auto;
  }
  .image-left-text {
    min-height: auto;
  }
  .image-left-text img,
  .image-left-text .image-left-text-text {
    position: static;
    transform: none;
    border-radius: 0;
    width: auto;
  }
  .image-left-text img {
    margin-bottom: -20px;
  }
  .image-left-text .image-left-text-text {
    padding-top: 45px;
    border-radius: 0 0 25px 25px;
  }
}

@media screen and (max-width: 350px) {
  .footer-store-icons-warp {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
  }

}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
a {
  color: #8a82a7;
}
.disorder-header h2 {
  padding: 15px 0;
  border: 1px solid #d6d2cb;
  border-width: 1px 0 0;
}

.disorder-header h2 button,
.disorder-header h2 button:hover,
.disorder-header h2 button:active,
.disorder-header h2 button:focus {
  font: 300 32px/38px "Cerina";
  letter-spacing: -1px;
  color: #2d2d2c;
  text-decoration: none;
  white-space: nowrap;
}
.disorder-header .icon {
  font-size: 0.75em;
  float: right;
}
.disorder-header .icon-arrow-down,
.disorder-header .collapsed .icon-arrow-up {
  display: none;
}
.disorder-header .collapsed .icon-arrow-down,
.disorder-header .icon-arrow-up {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .disorder-header h2 button,
  .disorder-header h2 button:hover,
  .disorder-header h2 button:active,
  .disorder-header h2 button:focus {
    font: 300 22px/30px "Cerina";
    letter-spacing: -1px;
    color: #2d2d2c;
    text-decoration: none;
    white-space: nowrap;
  }
  .cerina-help-us-out {
    padding: 25px;
  }
  .cerina-text-size-42 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
  }
  .cerina-text-size-18 {
    font-size: 16px;
    line-height: 20px;
  }
  .cerina-text-size-56 {
    font-size: 30px;
    line-height: 36px;
  }
  .cerina-text-size-65 {
    font-size: 50px;
    line-height:60px;
  }
  .cerina-text-21 br {
    display: none;
  }
  .cerina-text-21 {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
  }
  .contact-banner1 {
    max-width: 400px;
    background: #fff;
    border-radius: 10px;
    margin: 60px auto 140px;
    padding: 55px 60px;
  }
}


/* Awards and Certifications  */
#swiper {
  width: 100%;
  padding: -40px;
  min-height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next, .swiper-button-prev {
  transform: translateY(-50%);
}

.research-partner-slider {
  margin-top: 50px !important;
}

.slide-container {
  /* margin: 0 30px; */
  overflow: hidden;
}
#card {
  background: #f3f0eb;
  border-radius: 8px;
  border: none;
  /* margin: 30px; */
}
/* #card .image-box {
  height: 300px;
} */
#card .image-box img {
  width: 80%;
  height: 100%;
  /* margin: 10px; */
}
#next {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  height: 50px;
  width: 50px;
  background: #d49c68;
  border-radius: 50%;
}
#next::before::before,
#next::after {
  font-size: 10px;
  color: #000;
}

#bullet {
  color: #d49c68;
}

.why-start li {
  font-size: 22px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #ac-text {
    font-weight: bold;
    margin-top: 30px;
  }

  .tabs-mob {
    padding-bottom: 30px;
    background-color: #d6d3e6;
    border-bottom: 2px solid transparent;
  }
  .university-gallery-section .cerina-text-size-42 {
    margin-bottom: 30px !important;
  }

  .university-gallery-slider {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .swiper-navBtn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .slide-container {
    padding-left: 50px;
  }
}


/* Testimonials styles */

.container {
  margin-top: 0;
  margin-bottom: 0;
}

.row {
  display: flex;
  justify-content: center;
  align-items: center;
}


.containt {
  padding-left: 0px;
  padding-top: 50px;
  padding-right: 80px;
}

.video-box {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #d39c69;
  padding-top: 20px;
}


.time-is-now{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* Boxes styling */

.box {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  position: relative;
}

 .column-2 {
  display: flex;
} 

.column-3 {
  display: flex;
} 

#one {
  background-image: url("../img/testimonials/img4.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

#two {
  background-image: url("../img/testimonials/img1.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

#three {
  background-image: url("../img/testimonials/img3.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

#four {
  background-image: url("../img/testimonials/img2.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.box h6 {
  text-align: center;
  position: absolute;
  width: 200px;
  left: 40px;
  top: 145px;
  font-size: 0.9rem;
}

.community-content {
  display: flex;
}
.community-content-left {
  width: 50%;
}
.community-content-right {
  width: 50%;
}
.column-1.community-content-col-1  {
  margin-right: 30px;
}
.download-now .button-secondary1 {
  margin-top: 30px;
}

#one h6 {
  top: 155px;
}
#three h6 {
  top: 155px;
}

@media screen and (min-width:992px) and (max-width:1200px) {
  #two, #four {
    margin-left: 0px;
  }
  .box {
    height: 250px;
  }
  .box h6 {
    font-size: 0.7rem;
    left: 30px;
    top: 115px;
    width: 175px;
  }
  #one h6, #three h6{
    top: 135px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .community-content-left, .community-content-right {
    width: 100%;
  }
  .community-content-right {
    margin-top: 50px;
  }
  .box {
    height: 340px;
  }
  .column-2, .column-3 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .box h6 {
    top: 132px;
    left: 50px;
    font-size: 0.9rem;
  }
  #one h6, #three h6 {
    top: 175px;
  }
  .box h6 {
    top: 110px;
  }
}

@media screen and (max-width:767px) {
  .community-content-left, .community-content-right {
    width: 100%;
  }
  .community-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .community-content-col-1{
    width: 100%;
  }
  #four, #two {
    margin-left: auto;
  }
  .video-box {
    width: 100%;
  }
  
  
  .video-box {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }
}



/* Tab Devices  */
@media screen and (min-width:768px) and (max-width: 991px) {
  .cerina-help-us-out {
    padding: 50px 50px;
  }
  .cerina-help-us-out .cerina-text-size-42 {
    font-size: 35px;
  }
  .cerina-tag-dabbas .cerina-tag-dabba .text {
    font-size: 0.9rem;
  }
  #two h6, #four h6 {
    top: 160px;
  }
}

/* Mobile Devices */

@media screen and (max-width: 767px) {
  .container {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }

  .community-content-right{
    margin-bottom: 25px;
  }

  .couch-home {
    margin-top: 0 !important;
  }

  .row {
    display: block;
  }

  .column-1 {
    width: 100%;
  }
  .column-1.community-content-col-1 {
    margin-right: 0;
  }

  .containt {
    /* padding-left: 30px; */
    padding-right: 0;
    padding-top: 80px;
    text-align: center;
  }

  .text {
    padding-left: 10px;
    text-size-adjust: 80%;
    position: static;
    text-align: match-parent;
  }

  .text h1 {
    display: flex; /* Set the container to use flexbox */
    flex-direction: row; /* Set the direction of the flexbox to horizontal */
    justify-content: space-between;
  }

  .text p {
    display: flex; /* Set the container to use flexbox */
    flex-direction: row; /* Set the direction of the flexbox to horizontal */
    justify-content: space-between;
  }

  /* word-wrap: normal; */

  /* .video-box{
  width: 100px;
  height: 50px;
  border-radius:10px;
  padding-top: 20px;
} */

  /* Boxes styling */

  .box {
    width: 290px;
    height: 290px;
    border-radius: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-2 {
    display: flex;
    flex-direction: column;
  }

  .column-3 {
    display: flex;
    flex-direction: column;
  }

  #one {
    background-image: url("../img/testimonials/img4.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  #two {
    background-image: url("../img/testimonials/img1.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  #three {
    background-image: url("../img/testimonials/img3.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  #four {
    background-image: url("../img/testimonials/img2.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .box h6 {
    text-align: center;
    font-size: 0.9rem;
    font-weight: absolute;
  }


.BlogClickHandler {
  cursor: pointer;
}


/* How cerina works style  */

div#working {
  max-width: 100%;
}

img#working-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left: 0 !important;

}

@media screen and (max-width: 768px) {
  #working {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  #working-img {
    max-width: 100%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  
}


/* Cloudflare Captcha responsive */

@media screen and (max-width: 400px) {
  .cf-turnstile {
    max-width: 300px; 
    overflow-x: hidden;
  }
}

/* About Us Mobile Fixes */


@media screen and (max-width: 768px){
  .how-it-started{
   text-align: center;

  }
}

@media screen and (min-width: 768px){
  .time-is-now{
  padding-left: 5%;
  }
}


@media screen and (max-width: 768px){

 .how-it-starts{
  width: 100%;
 } 
}

@media screen and (max-width: 768px){
  .advisors{
font-weight: bold;

} 
 }
 @media screen and (max-width: 768px){

  /* .meet-minds{ */
/* margin-left: 35px; */
/* font-weight: bold; */

} 


 }







 /* for university */

 /* vrushali */
.uni-heading{
  margin-top: 150px;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 100px;

}

/* .text-center text-sm mb-5{
  
  margin-top: 500px;

} */


.university_section {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.uni_img {
  flex-basis: calc(20.33% - 50px);
  margin-bottom: 100px; 
  margin-right: 100px;
  
  justify-content: center;

}


/* .studentp1, 
.studentp2,
.studentp3 {
  margin-right: 100px; 
} */

.uni_img img {
  max-width: 100%;
  height: auto;
}



.uni_img:last-child {
  margin-right: 0; 
}
.university {
  display: flex;
  align-items: center;
  justify-content: center;
}

.uni {
  margin: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 100px;
}

.flip-card {
  flex: 1;
  margin: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  background-color: #d2c7dc;
}

.flip-card img,
.flip-card video {
  width: 400px;
  height: 400px;
  object-fit: cover;
 
}
.text-overlay {
  position: absolute;
  
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.327);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.1s ease-in-out;
}

.text-overlay p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 15px;
}

.flip-card:hover .text-overlay {
  opacity: 0;
}


/* .text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
} */
/* 
.flip-card-front:hover .text-overlay {
  opacity: 1;
} */

/* vrushali */

.flip-card p {
  font-size: 16px;
  padding: 10px;
  opacity: 0.9;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
}
/* 
.flip-card-front:hover .overlay {
  opacity: 1;
} */

.stud-cards {
  display: flex;
  align-items: center;
  justify-content: center;
}

.insta-linkedin {
  list-style: none;
  display: flex;
}

.insta-linkedin li {
  margin: 0 5px;
}

.instagram-icon a,
.linkedin-icon a {
  color: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.flip-card:hover .instagram-icon a,
.flip-card:hover .linkedin-icon a {
  opacity: 1;
}

.fa.fa-instagram,
.fa.fa-linkedin {
  font-size: 30px;
}

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

.flip-card-back{
  width: 0px;
  height: 0px;
}

@media screen and (max-width: 768px) {
  .university {
    flex-direction: column;
  }

  .flip-card {
    width: 100%;
  }
}


@media screen and (max-width: 576px) {
  .flip-card {
    margin: 10px 0;
  }
}
/* -- -------------------------------------------------------------------------------------------------- */
/* home-page  */
.cerina-home-banner .main-nav {
  padding:16px;
}
.app-link-title {
  font-size: 20px;
  padding-top:15px;
}
.app-link {
  width: 60%;
}
.app-link img {
  width: 60%;
  padding-left: 10%;
}

.banner-app-link-title{
  padding-top: 15px;
}

.banner-app-link{
 display: flex;
 gap:20px;
} 
.banner-app-link img{
 width: 200px;
}


.banner-app-link img {
  width: 200px;
  max-width: 100%;
  height: auto; /* Ensures that the image retains its aspect ratio */
}

@media (max-width: 768px) {
  .banner-app-link img {
      width: 150px; /* Adjust width for medium screens */
  }
}

@media (max-width: 576px) {
  .banner-app-link img {
      width: 120px; /* Adjust width for small screens */
  }
}



.why-start {
  padding:40px 0;
  margin-top:0px;
  background-color: white;
    color: #000;
}

.why-start-img-wrapper {
  display: flex;
  align-items: center;
}
.why-start .why-start-text-wrapper .cerina-text-size-42 {
  margin-top: 30px;
  font-size: 45px;
}
.why-start-content {
  display: flex;
  width: 100%;
  gap: 20px;
}
.why-start ol {
  padding-top: 15px;
}
.why-start li {
  padding-top: 15px;
}
.why-start li span {
  position: relative;
  left: -12px;
}
.why-start p {
  margin-left: -40px;
}
.why-start-text-wrapper, .why-start-img-wrapper {
  flex: 1;
}
.why-start .button-primary.cerina-text-size-18med {
  margin-left: 0px;
}
.light-background .text-center .button-secondary1 {
  margin-bottom: 25px;
}

.cerina-text-size-16 .protect-your-privacy {
  color: black;
  text-decoration: underline;
}

section.effective-mental-health {
  padding-top: 80px;
}
.container.effective-mental-health {
  background: #d6d3e6;
  display: flex;
  gap: 20px;
  padding: 50px 50px 30px 50px;
  border-radius: 28px;
  align-items: center;
}
.effective-mental-health-text-wrapper {
  width: 60%;
}
.effective-mental-health-text-wrapper p {
  text-align: left;
  padding-left: 0;
  margin-bottom: 50px;
}
.effective-mental-health-img-wrapper {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}
.effective-mental-health-text-wrapper .busi-uni-link{
  color: black;
  text-decoration: underline;
}

/* about-page */
.team-bottom-para {
  padding-top: 50px;
}

/* organizations-----------------------------------------------------------page */
h2.what-we-offer {
  margin-top: 25px;
}
.offers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 20px;
}
.offer-card {
  border: 2px solid #d49c68;
  padding: 10px;
  flex: 1;
}
.offer-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer-img-wrapper {
  max-width: 80px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.offer-card.desktop-only {
  border: none;
}
.offer-card p {
  text-align: center;
}


section.why-you-should-invest {
  padding: 50px 0;
  margin: 30px 0 0 0 ;
}
.invest-tabs-desktop {
  background: white;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
  padding: 50px 20px;
}
h2.why-you-should-invest {
  margin-bottom: 60px;
  text-align: center;
}


.invest-n-reason-tab-content {
  display: flex;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.invest-tab {
  background-color: #f3f0eb;
  width: 30%;
  height: 100%;
  padding: 25px;
}

@media screen and (max-width: 1300px) {
  .invest-n-reason-tab-content {
    width: 90%;
  }
}

.reason-tab {
  width: 70%;
}

/* Style the buttons inside the tab */
.invest-tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px 10px 16px;
  width: 100%;
  border: none;
  border-bottom: 2px solid transparent;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  font-weight: 400;
}
.invest-tab h5 {
  padding: 10px 16px;
  font-weight: 700;
  font-size: 22px;
}

/* Create an active/current "tab button" class */
.invest-tab button.active {
  border-bottom: 2px solid #d39c69;
}

/* Style the tab content */
.tabcontent {
  /* float: left; */
  padding: 25px;
  width: 100%;
  border-left: none;
  height: 100%;
}

#reason-one .tabcontent-second-line, #tab1 .tabcontent-second-line {
  display: flex;
  justify-content: space-between;
  width: 70%;
}
#reason-two .tabcontent-second-line, #tab2 .tabcontent-second-line {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}
#reason-three .tabcontent-second-line, #tab3 .tabcontent-second-line {
  padding-top: 15px;
  width: 50%;
}
.word-wrap-link {
  word-wrap: break-word;
}

/* mobile-tabs  */
.invest-tabs-mobile {
  display: none;
}

.tabs-mob {
  display: flex;
}

.tab-mob {
  padding: 25px;
  cursor: pointer;
  border: 1px solid transparent;
  background-color: #d6d3e6;
}

.tab-content-mob {
  display: none;
  padding: 10px;
  border-radius: 0 0 5px 5px;
  margin-top: -1px;
}

.horizontal-tabs-mob .tab-content-mob {
  border-top: none;
}

.vertical-tabs-mob .tabs-mob {
  flex-direction: column;
}

.vertical-tabs-mob .tab-mob {
  margin-right: 0;
  margin-bottom: 5px;
}

.vertical-tabs-mob .tab-content-mob {
  border-radius: 5px;
  border-top: 1px solid #ccc;
  margin-top: 0;
}
.tab-mob.active {
  border-bottom: 2px solid #d49c68;
}

/* research---------------------------------------------------page  */
.research-page-top {
  color: white;
}
.research-highlight-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.research-details {
  border: 2px solid #d39c69;
  width: 200px;
  height: 150px;
}
.research-details p {
  padding-top: 50px;
}

.research-details p span.number {
  font-size: 25px;
}
.research-highlight .cerina-text-size-42.pt-5.pt-md-0.font-weight-normal {
  text-align: center;
  margin: 80px 0 50px 0;
}
.positive-results-content .cerina-text-size-42.pt-5.pt-md-0.font-weight-normal {
  text-align: center;
  margin: 30px 0 50px 0;
  padding-top: 30px;
}

.research-partner-slider .slide-container {
  width: 80%;
}
.research-partner-slider .swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0;
}
.research-partner-slider .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0;
}



@import url(https://fonts.googleapis.co/css?family=montserrat:600,400,300);

.circles-small {
  margin: 0 auto;
  width: max-content;
  height: max-content;
  text-align: center;
}

.circle-small {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 20px;
}

.circle-small svg {
  width: 100px;
  height: 100px;
}

.circle-small .bg {
  fill: none;
  stroke-width: 16px;
}

.circle-small .progress {
  fill: none;
  stroke-width: 16px;
  stroke: #ef9a5a;
  stroke-linecap: round;
  stroke-dasharray: 232.36;
          transform: rotate(-90deg);
          transform-origin: 45% 45%;
}

.circle-small .progress.one {
  stroke-dashoffset: 80;
          animation: one 2.5s ease-in-out, appear 1s;
}
.circle-small .progress.two {
  stroke-dashoffset: 180;
          animation: two 2.5s ease-in-out, appear 1s;
}
.circle-small .progress.three {
  stroke-dashoffset: 180;
          animation: three 2.5s ease-in-out, appear 1s;
}

.circle-small .text {
  position: absolute;
  width: 100%;
  top: 45%;
  left: -5%;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 16px;
}

.circle-small .text .small {
  font-size: 12px;
  color: black;
}

@keyframes one {
  from {
    stroke-dashoffset: 232.36;
  }
  to {
    stroke-dashoffset: 80;
  }
}
@keyframes two {
  from {
    stroke-dashoffset: 232.36;
  }
  to {
    stroke-dashoffset: 180;
  }
}
@keyframes three {
  from {
    stroke-dashoffset: 232.36;
  }
  to {
    stroke-dashoffset: 180;
  }
}

@keyframes appear {
	0%, 50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.positive-result-section {
  padding: 10px 0 50px 0;
  margin-top: 50px;
}
.positive-results-content{
  background: #f5ebd5;
  border-radius: 28px;
  padding: 30px 0;
}
.results {
  display: flex;
  align-items: center;
}

.positive-results {
  display: flex;
  gap: 50px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.positive-result-right {
  background: #f3f0f7;
  padding: 30px;
  border-radius: 20px;
  margin: 40px 0;
}
.positive-result-right-top {
  display: flex;
  gap: 15px;
}
.positive-result-right-top-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.positive-result-right-top-img {
  max-width: 80px;
  width: max-content;
}
.positive-result-right-bottom p {
  font-size: 14px;
  padding-top: 20px;
}


.events-n-highlights {
  margin-top: 80px;
}
.event-highlight-content .cerina-text-size-42.pt-5.pt-md-0.font-weight-normal {
  text-align: center;
  margin-top: 30px;
}
.event-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.events-highlights {
  padding: 20px;
  border: 2px solid #d39c69;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.events-highlights p {
  margin-bottom: 0;
}
.event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-img {
  width: 50px;
}

/* university--------------------------------------------------------page  */
.problem-section {
  margin-bottom: 50px;
}
.problem-section h2 {
  text-align: center;
}
.problem-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
.problem-img-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.problem-img-wrapper {
  width: 100px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.problem  {
  background: #ffeedd;
  border-radius: 20px;
  padding: 30px 20px 10px 20px;
  text-align: center;
}
.solution-section h2 {
  text-align: center;
}
.solution-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.solution-img-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-img-wrapper {
  width: 80px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.solution {
  border-radius: 20px;
  padding: 30px 50px;
  text-align: center;
  background: #d6d3e6;
}
.solution.last {
  margin-top: 25px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.university-gallery-section .cerina-text-size-42 {
  margin-top: 75px;
  margin-bottom: 50px;
}
.university-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  gap: 25px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-img-wrapper img{
  width: max-content;
  height: 100%;
  object-fit: cover;
}
.gallery-img-wrapper {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.university-gallery-slider-content .swiper-button-next {
  right: 60px;
}
.university-gallery-slider-content .swiper-button-prev {
  left: 10px;
}


select#organisation {
  border-radius: 12px;
  resize: none;
  border: 1px solid #e3e0de;
  background: #fbfcfb;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.375rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  opacity: .9 !important;
}

/* tab view  */
/* #####################################################################################  */
@media screen and (min-width:768px) and (max-width:991px) {
  .download-now {
    margin-bottom: 25px;
  }
  .about-cerina .button-secondary1 {
    margin-left: auto;
    margin-right: auto;
  }
  section.effective-mental-health {
    padding-top: 0;
  }
  .container.effective-mental-health {
    padding: 50px 30px 30px 30px;
  }
  .effective-mental-health-text-wrapper .cerina-text-size-42 {
    font-size: 32px;
  }
  .effective-mental-health-text-wrapper p {
    margin-bottom: 15px;
  }
  .effective-mental-health-text-wrapper {
    width: 50%;
  }
  .effective-mental-health-img-wrapper {
    width: 50%;
  }
  

  /* organization-tab  */
  .invest-n-reason-tab-content {
    width: 100%;
  }
  .invest-tab {
    width: 35%;
  }
  .reason-tab {
    width: 65%;
  }
  .tabcontent {
    width: 100%;
  }
  section.why-you-should-invest {
    margin-top: 20px;
  }

  /* university-page  */ 
  .problem-content {
    grid-template-columns: 1fr 1fr 1fr; 
  }
  .problem-section h2 {
    margin-top: 25px;
  }
  .solution-section h2 {
    margin-top: 25px;
  }
  .university-gallery h2 {
    margin-top: 25px;
  }
  .university-gallery {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 30px;
  }
  .gallery-img-wrapper {
    width: 150px;
  }
  .university-gallery-section #next {
      display: inherit;
  }
}



/* mobile-view  */
/* #####################################################################################  */
@media screen and (max-width:767px) {
  .invest-n-reason-tab-content {
    flex-direction: column;
    width: 100%;
  }
  .about-cerina .button-secondary1 {
    margin-left: auto;
    margin-right: auto;
  }
  .invest-tabs-desktop {
    width: 90%;
    padding: 50px 20px 20px 20px;
  }

  .tabcontent {
    height: 100%;
    padding: 25px 0;
  }
  .invest-tab {
    width: 100%;
  }
  .reason-tab {
    width: 100%;
  }
  .link-img {
    width:100px;
  }
  .download-now {
    margin-bottom: 25px;
  }
  .download-now .button-secondary1 {
    margin-left: 0;
  }
  .why-start-content {
    flex-direction: column;
  }
  .why-start-img-wrapper {
    margin-top: 25px;
  }
  .why-start .why-start-text-wrapper .cerina-text-size-42 {
    font-size: 35px;
  }
  .container.effective-mental-health{
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
    padding: 30px 25px 25px;
  }
  .effective-mental-health-text-wrapper {
    width: 100%;
  }
  .effective-mental-health-img-wrapper {
    width: 100%;
  } 
  .effective-mental-health-text-wrapper p {
    margin-bottom: 10px;
  }

  /* organization  */
  h2.what-we-offer {
    margin-top: 0;
  }
  section.why-you-should-invest {
    padding-top: 0;
    padding-bottom: 0;
  }
  h2.why-you-should-invest {
    margin-bottom: 25px;
  }
  section.effective-mental-health {
    padding-top: 0;
  }
  .invest-tabs-mobile {
    display: block;
  }

  .tab-mob {
    padding: 25px 10px;
  }
  .tab-mob:active {
    border-bottom: 2px solid #d39c69;
  }
  .tab-content-mob h3 {
    margin-bottom: 1.5rem;
  }
  #reason-one .tabcontent-second-line, #tab1 .tabcontent-second-line {
    width: 100%;
  }
  #reason-two .tabcontent-second-line, #tab2 .tabcontent-second-line {
    gap: 5px;
  }
  #reason-three .tabcontent-second-line, #tab3 .tabcontent-second-line {
    width: 100%;
  }

  /* research-page  */
  .offers-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: .5fr;
    gap: 3px;
  }
  .offers-grid .desktop-only {
    display: none;
  }
  .offer-img-wrapper {
    width: 50px;
  }
  .research-highlight-content {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .research-highlight .cerina-text-size-42.pt-5.pt-md-0.font-weight-normal {
    margin-top: 0;
  }
  .positive-results {
    flex-direction: column;
  }
  .results {
    flex-direction: column;
    gap: 15px;
  }
  .events-n-highlights{
    margin-bottom: 25px;
  }
  .events-highlights {
    width: 100%;
  }
  .positive-results-content {
    padding: 0;
  }
  .event-highlight-content .cerina-text-size-42.pt-5.pt-md-0.font-weight-normal {
    margin-top: 0;
  }
  .events-n-highlights {
    margin-top: 0;
  }

  /* university-page  */
  .problem-content {
    grid-template-columns: 1fr;
  }
  .problem-section h2 {
    margin-top: 25px;
  }
  .solution-content {
    grid-template-columns: 1fr;
  }
  .solution.last {
    width: 100%;
  }
  .university-gallery {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 15px;
    margin-top: 20px;
    gap: 10px;
  }
  .university-gallery h2 {
    margin-top: 25px;
  }
  .gallery-img-wrapper {
    width: 120px;
  }

}


div#blog-post {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  color: #000;
  gap: 30px;
}

div#blog-post img {
  margin-bottom: 15px;
}

.blog-section {
  margin-top: 50px;
}

a.blog-post-card {
  text-decoration: none;
  color: #000;
  position: relative;
  box-shadow: none;
  border-radius: 16px;
  background: rgb(255, 255, 255);
  transition: all 0.4s ease-in-out 0s;
}

.blog-post-card img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.blog-post-card h2 {
  font-family: Cerina, sans-serif;
    font-size: 1.9rem;
    letter-spacing: 0.06em;
    color: #000;
    margin: 0px 0px 18px;
    transition: color 0.3s ease-out 0s;
}

.blog-post-txt-content {
  padding: 24px;
}

.blog-post-card p {
  margin-bottom: 1rem;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 6; /* number of lines to show */
           line-clamp: 6;
   -webkit-box-orient: vertical;
}

.blog-post-card img {
  height: 210px;
  width: 100%;
  object-fit: cover;
}

.read-more-txt {
  display: block;
}

.read-more-txt svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.3s ease 0s;
}

.blog-post-card:hover .read-more-txt svg {
  transform: translateX(5px);
  opacity: 1;
}


.blog-post-card:hover h2 {
  color: #e09c64;
}

.blog-post-hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

span.tag {
  color: rgb(250, 250, 250);
    background: #625a7e;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 0.75rem;
    border-radius: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.tags-bar {
  display: flex;
  gap: 5px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  div#blog-post {
    grid-template-columns: 1fr;
  }

  a.view-link {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  div#blog-post {
    grid-template-columns: 1fr 1fr;
  }

  
}

@media screen and (max-width:991px) {
  .button-secondary1.about-cerina-btn {
    margin-left: 0;
  }
  .row.about-cerina-btn-row {
    display: flex;
  }
  .cerina-text-size-55 {
    font-size: 40px;
    line-height: normal;
  }
  .cerina-text-size-45 {
    font-size: 30px;
    line-height: normal;
  }
  .small-text {
    font-size: 18px;
  }
}

.italic-left {
  font-style: italic;
  text-align:justify;
  font-size:medium;
}
.testi-box {
  border: 5px solid #d49c68;
  padding: 25px;
  flex: 1;
}


.align-right {
  text-align: right;
  font-size:medium;
}

.animated-background {
  background: linear-gradient(to right, #eac297, #d39c69, #dd9f61);
  background-size: 600% 600%;

  -webkit-animation: cerina-banner-animated 12s ease infinite;
  -moz-animation: cerina-banner-animated 12s ease infinite;
  animation: cerina-banner-animated 12s ease infinite;
}

@-webkit-keyframes cerina-banner-animated {
  0%{background-position:0% 100%}
  50%{background-position:100% 53%}
  100%{background-position:0% 48%}
}
@-moz-keyframes cerina-banner-animated {
  0%{background-position:0% 48%}
  50%{background-position:100% 53%}
  100%{background-position:0% 48%}
}
@keyframes cerina-banner-animated {
  0%{background-position:0% 48%}
  50%{background-position:100% 53%}
  100%{background-position:0% 48%}
}


h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
  line-height: 1.2;
}
.btn-secondary {
  display: inline-block;
  background-color: #8a7b8e;
  color: white;
  padding: 15px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}
.btn-secondary:hover {
  background-color: #736278;
  text-decoration: none;
}


.wrapper {
  width: 80%;
  margin: 0 auto;
}

.container-box {
  max-width:80%;
  margin: 0 auto;
  background-color: #fffcf7;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border: 2px solid black;
  border-radius: 10px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
  padding:15px;
}
.benefit {
  display: flex;
  flex-direction: column;
}

.benefit-img {
  width: 100px;
  height: 100px;
}
.benefit-title {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 20px;
}
.benefit-description {
  font-size: 1em;
  font-weight: lighter;
  color: #666;
}


@media (max-width: 768px) {
  .container-box {
    min-width: 90%;
    padding: 5px;
  }
  .benefits-grid {
      grid-template-columns: 2fr;
  }
  .benefit {
      border-radius: 5px;
  }
}

.nav-links {
  list-style-type: none;
  display: flex;
}

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

.nav-links a {
  text-decoration: none;
  color: #fff;
  padding: 10px 15px;
  display: block;
  transition: background-color 0.3s ease;
}

.nav-links a:hover {
  background-color: #575757;
  border-radius: 5px;
}

/* Dropdown Menu */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #333;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  z-index: 1000;
}

.dropdown-menu li {
  width: 180px;
}

.dropdown-menu a {
  padding: 10px 20px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

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

  .nav-links {
      flex-direction: column;
      width: 100%;
      margin-top: 10px;
  }

  .nav-links .nav-item {
      margin-left: 0;
  }

  .dropdown-menu {
      position: static;
  }
}






/* use AI Section */
.intro {
  font-size: 17px;
  line-height:30px;
  font-weight: lighter;
}

.underline {
  width: 85%;
  height: 1px;
  background-color: #e6a075;
  margin-bottom: 15px;
}

.principles {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
  margin-top: 80px;
}

.principles-ai {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  margin-top: 60px;
  align-items: center;
}

.principle {
  border: 3px solid #8A82A7;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.principle h2 {
  font-size: 18px;
}
.principle p {
  font-weight: lighter;
}

.principle .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #D4C7E3;
  position: relative;
  top: -40px;
  left: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #555; 
}



.principle .icon img {
  width: 35px;
  height: 35px;
}

.consent img {
  margin-top: -4px;
}
.privacy img {
  width: 30px;
  height: 30px;
}
.non-discrimination img {
  width: 32px !important;
  height: 32px !important;
}
/* .consent::after {
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 24px;
  color: #555;
}

.privacy::after {
  content: "👁";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 24px;
}

.non-discrimination::after {
  content: "⚖";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 24px;
}

.accuracy::after {
  content: "🎯";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 24px;
} */


.read-more {
  display: block;
  width: 250px;
  margin: 40px auto 0;
  padding: 10px 20px;
  background-color: #625a7e;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.read-more:hover {
  background-color: #7a6f9d;
}

@media (max-width: 768px) {
  .button-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .btn-lg {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0px;
  }
  .principle {
      flex-basis: calc(50% - 10px);
  }

  .principle:first-child {
    margin-top: 0px;
    padding-top: 0px;
  }
  .principles {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
    margin-top: 100px;
  }

  .principle {
    margin-top: 20px;
  }

  .principle .icon {
    left: 80%;
  }

  .features-grid{
    display: grid;
    grid-template-columns: repeat(1,1fr);
  }

  .principles-ai {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
    margin-top: 90px;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .principle {
      flex-basis: 100%;
  }
}


/* try out */
.linear-gradient {
  background: linear-gradient(135deg, #d2c7dc, #f19b5d);
}
.cerina-home-light {
  background: #F4F1ED !important;
}


.app-features-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

/* Hegdie section */

.hegdie-section {
  background-color: #F4F1ED;
}

.hedgie-intro {
  background-color: #fff;
  padding:2.5em;
  border-radius: 20px;
}

.hedgie-intro img {
margin-bottom: 10px;
margin-left: -10px;
}

/*doodle features section */

.doodle-features-section {
  text-align: center;
  padding: 20px;
}

.doodle-features-section h2 {
  font-size: 2.5em;
  color: #D49D68;
  margin-bottom: 30px;
}

.doodle-features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.doodle-feature-item {
  background-color: #D4C7E3;
  border-radius: 50px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  width: 45%;
  margin: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}

.doodle-feature-item:hover {
  transform: translateY(-5px);
}

.doodle-feature-icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.doodle-feature-item span {
  font-size: 1.2em;
  color: #333;
  text-align: left;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .doodle-feature-item {
      width: 100%;
  }
  
  .doodle-features-section h2 {
      font-size: 2em;
  }
}
doodle-features-section {
  text-align: center;
  padding: 20px;
}

.doodle-features-section h2 {
  font-size: 2.5em;
  color: #D49D68;
  margin-bottom: 30px;
}

.doodle-features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.doodle-feature-item {
  background-color: #D4C7E3;
  border-radius: 50px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  width: 45%;
  margin: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}

.doodle-feature-item:hover {
  transform: translateY(-5px);
}

.doodle-feature-icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.doodle-feature-item span {
  font-size: 1.2em;
  color: #333;
  text-align: left;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .doodle-feature-item {
      width: 100%;
  }
  
  .doodle-features-section h2 {
      font-size: 2em;
  }
}


.cerina-app {
  background-color:#F4F1ED; 
  padding:20px; 
  margin-bottom:12px
}

.button-container {
  display: flex;
  width: 100%;
  gap: 10px; /* Adjust the gap as needed */
  margin-top:25px;
}

.btn-lg {
border-radius: 5px;
}

.hero {
  padding: 50px 20px;
  background-color: #F9F9F7;
  position: relative;
}

.hero h1 {
  font-size: 3em;
  font-weight: bold;
  color: #333;
}

.hero p {
  font-size: 1.2em;
  color: #777;
  margin-bottom: 30px;
}

.hero .store-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

.hero .store-buttons img {
  width: 150px;
  cursor: pointer;
}
#mesh-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: radial-gradient(circle at 30% 30%, #f5a623, transparent),
              radial-gradient(circle at 70% 70%, #d1c4e9, transparent),
              radial-gradient(circle at 60% 40%, #f0d7c3, transparent),
              radial-gradient(circle at 40% 60%, #b388ff, transparent),
              radial-gradient(circle at 50% 50%, #81d4fa, transparent);
  transition: background-position 0.5s ease-out;
}

.try-container {
  position: relative;
  width: 350px;
  display: flex;
}

.try-phone-container {
  position: relative;
}

.try-phone-image {
  width: 60%;
  height: auto;
}

.try-store-buttons {
  display: flex;
    flex-direction: column;
    gap: 15px; /* Space between the buttons */
    position: absolute;
    right: 120px; /* Adjust based on the button size and alignment */
    top: 25%;
    transform: translateY(-50%);
}

.try-store-button img {
  width: 180px; /* Adjust the size as necessary */
  height: auto
}

@media (max-width: 768px) {
  .try-container {
      max-width: 90%; /* Adjust container width for smaller screens */
  }

  .try-store-buttons {
      position: static;
      transform: none;
      flex-direction: row; /* Align buttons horizontally on smaller screens */
      justify-content: center;
      margin-top: 20px;
  }

  .try-store-button img {
      width: 500px; /* Reduce button size for smaller screens */
  }
}

@media (max-width: 480px) {
  .try-phone-image {
      width: 80%;
  }

  .try-store-buttons {
      flex-direction: column; /* Stack buttons vertically again */
      align-items: center;
  }

  .try-store-button img {
      width: 500pxpx; /* Further reduce button size for small screens */
  }
}

.features-section {
  padding: 50px 20px;
  background-color: #fff;
}


.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
}

.feature-item {
  background-color: #DCDAE5;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-5px);
}

.feature-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.feature-title {
  font-size: 15px;
  margin-bottom: 8px;
  color: #2a2a2a;
}
.triage-feature-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.triage-feature-list li {
  display: flex;
    align-items: center; /* Vertically center the bullet with the text */
    margin-bottom: 20px;
    font-size: 1.125rem; /* Adjust the font size */
    line-height: 1.5;
    font-weight: 500;
    color: #000;/* Adjust the text color as needed */
}

.triage-bullet {
  display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #f9cc99; /* Default color, can be adjusted individually */
    flex-shrink: 0; /* Align bullet vertically with text */
}
@media screen and (max-width: 767px) {
  .triage-feature-list li {
    font-size: 1em;
    margin-bottom: 15px;
  }
}

/* video section AI Triage*/
.phone-mockup {
  position: relative;
  width: 290px;
  height: 607px;
  border: 14px solid #000;
  border-radius: 36px;
  background-color: #000;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}



.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: block;
}

.play-button {
  position: absolute;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.play-button:hover {
  opacity: 0.8;
}

/* AI triage benefits*/

.aitriage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.aitriage-item {
  background-color: #D4C6E3;
  border-radius: 10px;
  padding: 20px;
  border: #000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  font-size: 15px;
}

.aitriage:hover {
  transform: translateY(-5px);
}
.text-grey{
  color: #3c3c3c;

}

