@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  transition: all ease-in .3s;
}

body {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 15px;
  color: #333132;
  overflow: visible !important;
  background: linear-gradient(to right, #cddee3 0%, #f2f1ec 50%, #fae9c3 100%);
}

.navbar-brand,
.nav-link {
  color: #000;
  font-weight: 500;
}

.navbar-brand:hover,
.nav-link:hover {
  color: #2579A8;
}

.nav-item {
  padding-left: 7px;
  padding-right: 7px;
}

.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: linear-gradient(to right, #cddee3 0%, #f2f1ec 50%, #fae9c3 100%);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 5000;
}

main {
  margin-top: 84px;
  padding: 3% 5%;
}

h2,
h3,
h4 {
  color: #2579A8;
  font-weight: bold;
}

.page404 {
  margin-top: 50px !important;
}

.valign-center {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 5%;
}

.card {
  border-radius: 30px;
}

.card-img-top {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}

.btn {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding: 0.5rem 1.5rem !important;
  line-height: 1.5;
  border-radius: 50px !important;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer;
  user-select: none;
  font-weight: 500;
}

.btn-lg {
  font-size: 1rem;
  padding: 12px 30px !important;
}

.section_hero {
  padding: 0 !important;
}

.hero-section {
  background: url('../images/home-banner.jpg') no-repeat center center/cover;
  height: 420px;
  font-family: "Montserrat", sans-serif;
  border-radius: 25px;
  /* margin: 7% 5%; */
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  /* border: 2px solid white; */
  padding: 15% 2% !important;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.contact-hero-section,
.story-hero-section,
.team-hero-section,
.visionmission-hero-section {
  height: 250px;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
}

.contact-hero-section h1,
.story-hero-section h1,
.team-hero-section h1,
.visionmission-hero-section h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.contact-hero-section p,
.story-hero-section p,
.team-hero-section p,
.visionmission-hero-section p {
  font-size: 1.2rem;
}

.contact-hero-section h1 {
  text-align: left;
  color: #75797C;
}

.story-hero-section {
  padding: 0 !important;
}

.story-content-section {
  padding: 0 !important;
}

.story-hero-section h1 {
  text-align: center;
  color: #000;
}

.story-hero-section h1 span {
  color: #E9B852;
}

.team-hero-section {
  background: url('../images/team-hero.jpg') no-repeat center center/cover;
}

.team-hero-section h1,
.team-hero-section p {
  text-align: right;
  color: #2579A8;
}

.visionmission-hero-section h1,
.visionmission-hero-section p {
  color: #000;
}

.inner-hero-section {
  background: url('../images/faq-banner.jpg') no-repeat center center/cover;
  height: 150px;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  margin: 0;
  font-weight: 900;
  background-position: right center;
}

.inner-hero-section h1 {
  text-align: left;
}

.protein-hero-section {
  background: url('../images/protein-banner.jpg') no-repeat center center/cover;
  height: 250px;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #787878;
  text-align: center;
  margin: 0;
  font-weight: 900;
  background-position: right center;
}

.protein-hero-section h1 {
  text-align: left;
}

.article-header {
  text-align: center;
  margin-bottom: 2rem;
}

.article-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.hero-image {
  width: 100%;
  margin: 0 auto 2rem;
}

.hero-placeholder {
  padding: 2rem 0;
  width: 100%;
  height: 420px;
  object-fit: contain;
  /* background: linear-gradient(45deg, #ff6b6b, #ffa726); */
}

.author-section {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem 3rem;
}

.author-avatar {
  width: 50px;
  height: 50px;
  /* border-radius: 50%; */
  /* background: linear-gradient(45deg, #ff6b6b, #ffa726); */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
}

.author-info h3 {
  font-size: 1.1rem;
  color: #2c3e50;
  margin: 1.25rem 0 0.25rem;
}

.author-info p {
  color: #666;
  font-size: 0.9rem;
}

.article-actions {
  margin-left: auto;
  display: flex;
  gap: 1rem;
}

.action-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  font-size: 1.2rem;
  padding: 0.5rem;
  border-radius: 50%;
}

.action-btn:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #333;
}

.article-content {
  padding: 2rem;
}

.intro-text {
  font-size: 1.25rem;
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.section-heading {
  font-size: 1.8rem;
  color: #2579A8;
  margin: 2rem 0 1rem;
  font-weight: 600;
}

.content-text {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  color: #555;
  line-height: 1.7;
}

.benefits-list {
  list-style: none;
  margin: 1rem 0 2rem;
  font-size: 1.1rem;
}

.benefits-list li {
  padding: 0.5rem 0 0.5rem 1.5rem;
  position: relative;
  color: #555;
}

.benefits-list li::before {
  content: "•";
  color: #2579A8;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.protein-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  font-size: 1.1rem;
}

.protein-table th {
  background: #2579A8;
  color: white;
  padding: 1rem;
  text-align: left;
  font-weight: 600;
}

.protein-table td {
  padding: 1rem;
  border-bottom: 1px solid #eee;
}

.protein-table tr:last-child td {
  border-bottom: none;
}

.example-box {
  border-left: 4px solid #2579A8;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  border-radius: 0 10px 10px 0;
}

.supplement-list {
  list-style: none;
  margin: 1rem 0;
  font-size: 1.1rem;
}

.supplement-list li {
  padding: 0.5rem 0 0.5rem 1.5rem;
  position: relative;
  color: #555;
}

.supplement-list li::before {
  content: "→";
  color: #27ae60;
  font-weight: bold;
  position: absolute;
  left: 0;
}

section {
  padding: 50px 0;
}

.left-banner img {
  border-radius: 30px;
  /* border: 2px solid white; */
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  width: 100%;
}

.hero-section h1 {
  font-size: 3rem;
}

.hero-section p,
.contact-hero-section p {
  font-size: 1.5rem;
}

.btn-primary {
  background-color: #2579A8;
  border-color: #2579A8;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #E9B852;
  border-color: #E9B852;
  color: #333132;
}

.membership-plans {
  padding: 50px 0;
  text-align: center;
}

.membership-plans h2 {
  margin-bottom: 30px;
}

.services,
.journey {
  background-size: 100%;
  padding: 50px 0;
}

.services h2 {
  color: #E9B852;
}

.journey h2 {
  color: #2579A8;
}

.services .card,
.journey .card {
  background-color: transparent !important;
  border-radius: 25px !important;
  border: 2px solid white !important;
}

.services .card-img-top,
.journey .card-img-top {
  border-radius: 25px;
}

.services .card-img-top {
  border-bottom: 2px solid white;
}

.question {
  background: #ffffff24;
  border: 2px solid #ffffff;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  border-radius: 25px;
  background-size: auto 80%;
  padding: 40px;
}

.card-style {
  border: solid 2px white;
  margin-top: 40px;
  min-height: 520px;
  width: 385px;
  max-width: 100%;
  background-color: #ffffff14;
}

.card-style ul,
.contact-card-style ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 30px;
}

.card-style ul li,
.contact-card-style ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  background-image: url("../images/Icon-check.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
}

.contact-style {
  min-height: 520px;
  max-width: 100%;
  gap: 5%;
}

.contact-card-style {
  border: solid 1px #E9B852;
  margin-top: 40px;
  min-height: 520px;
  max-width: 100%;
}

.services .col-lg-4 .card,
.journey .col-lg-3 .card {
  border-radius: 30px;
  /* width: 420px; */
  max-width: 100%;
}

.m-center-auto {
  margin: 0 auto;
}

.ml-auto {
  margin-left: auto;
}

.site-footer {
  background-color: #ffffff33;
  padding: 60px 0 0;
  font-size: 1rem;
  line-height: 24px;
  color: #787878;
  z-index: 2;
  border-radius: 25px;
  /* border: 2px solid #2579A8; */
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  position: relative;
  padding: 30px;
}

.site-footer h6 {
  color: #2579a8;
  font-size: 22px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}

.site-footer a {
  color: #787878;
  font-weight: bold;
}

.site-footer a:hover {
  color: #2579A8;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none;
}

.footer-links li {
  display: block;
  line-height: 2.5;
}

.footer-links a {
  color: #787878;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
}

.footer-links:not(.connet) li {
  position: relative;
  padding-left: 15px;
}

.footer-links:not(.connet) li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #787878;
}

.footer-links.inline li {
  display: inline-block;
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
}

.copyright-main {
  position: relative;
  padding: 20px 0;
  background-color: #333132;
  font-family: "Montserrat", sans-serif;
}

p.copyright-text {
  margin: 0;
  text-align: center;
  color: #fff;
}

#preloader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 9009;
}

#status {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -75px 0 0 -75px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 70px;
  width: 50px;
  height: 50px;
  right: 30px;
  z-index: 2000;
  font-size: 20px;
  border: solid 1px #E9B852;
  outline: none;
  background-color: #787878;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 0;
}

#myBtn:hover {
  background-color: #2579A8;
  border: solid 1px #2579A8;
}

.faqTitle {
  margin-top: 1%;
  display: flex;
  align-items: center;
}

.faqTitle h2 {
  color: #2579A8;
  font-weight: normal;
  font-size: 1.6rem;
  margin: 10px 0 0;
}

h1 {
  font-weight: bold !important;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1.3rem;
  background-color: transparent;
  /* border-bottom: 1px solid rgba(0, 0, 0, .125); */
  border-radius: 0;
  overflow-anchor: none;
  color: #946037;
  font-weight: normal;
}

.accordion-button:hover,
.accordion-button:active,
.accordion-button:focus,
.accordion-button:visited {
  color: #946037;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  box-shadow: none;
  outline: none;
  border-top: 1px solid rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed) {
  color: #3E342F;
  background-color: transparent;
  border-bottom: 1px solid #3E342F;
}

.accordion-button::after {
  background-image: none !important;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #E9B852;
  border-bottom: 2px solid #E9B852;
  transform: rotate(45deg) translateY(-2px) rotate(-90deg);
  margin-left: 20px;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
  margin-top: 1px;
}

.accordion-button:not(.collapsed) {
  border-top: 1px solid rgba(0, 0, 0, .125);
}

.accordion-body {
  padding: 0;
}

.accordion-flush .accordion-button {
  padding: 10px 0;
  font-size: 1.1rem;
  background-color: transparent;
  color: #787878;
}

.accordion-flush .accordion-item {
  background: none;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.nav-tabs .nav-link {
  border: 1px solid #2579A8;
  border-radius: 10px;
  background: transparent;
  margin-right: 10px;
  color: #2579A8;
  padding: 9px 30px;
  margin-bottom: 10px;
  outline: none !important;
  text-transform: uppercase;
}

.nav-tabs .nav-link:hover {
  color: #fff;
  background-color: #2579A8;
  border-color: #2579A8;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #2579A8;
  border-color: #2579A8;
}

.tab-content p {
  color: #ffffff;
  text-align: justify;
}

.faq-head-tx {
  color: #2579a8;
  text-align: center;
}

.faq-head-tx span {
  color: #E9B852;
}

.navbar .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #2579A8;
  border: 1px solid #2579A8;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.navbar .dropdown-menu li {
  list-style: none;
}

.navbar .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  display: block;
}

.navbar .dropdown-menu .dropdown-item:hover {
  color: #E9B852;
  background-color: #2579A8;
}

.navbar .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-toggle::after {
  border-top: 0;
}

.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  content: "▼";
  font-size: 0.6em;
  color: #E9B852;
}

.accordion-button:not(.collapsed) {
  background-color: #ffffff38 !important;
  color: #787878;
  padding-left: 15px !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.accordion-flush .accordion-collapse {
  padding: 15px;
  background-color: #ffffff38 !important;
  color: #787878;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.accordion-flush .accordion-collapse p {
  margin-bottom: 0;
}

.contact-header {
  text-align: center;
}

.contact-header h1 {
  margin-bottom: 30px;
  color: #196E93;
}

.contact-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8%;
  max-width: 900px;
  margin: auto;
}

.contact-info div {
  text-align: center;
  max-width: 250px;
}

.contact-info div p a {
  text-decoration: none;
  color: #000;
}

.contact-info div div {
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
}

.contact-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 20px;
  background: white;
}

.contact-form h2 {
  margin-bottom: 20px;
  color: #196E93;
}

.contact-form-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.contact-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  font-family: inherit;
  font-size: 14px;
  border-radius: 9px;
  background: #cccccc3b;
}

.contact-button {
  background-color: #196E93;
  color: white;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 4px;
}

.contact-button:hover {
  background-color: #E9B852;
  color: #333;
}

.story-content {
  margin: 0 auto;
}

.story-text {
  margin-bottom: 50px;
}

.story-content p {
  margin-bottom: 25px;
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: justify;
}

.story-content .lead {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.highlight {
  color: #2579A8;
  font-weight: 600;
}

.highlight-paragraph {
  font-weight: 600;
  font-size: 1.2rem;
  color: #2579A8;
  margin: 30px 0;
}

.story-image-container {
  margin: 40px 0;
  text-align: center;
}

.story-image {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.mission-box {
  border-left: 4px solid #2579A8;
  padding: 30px;
  margin: 50px 0;
  border-radius: 0 8px 8px 0;
}

.mission-box h3 {
  font-family: 'Playfair Display', serif;
  color: #2579A8;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.mission-stats {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.stat-item {
  text-align: center;
  padding: 15px;
  min-width: 120px;
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #2579A8;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 0.9rem;
  color: #6c757d;
}

.closing-statement {
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 40px 0;
}

.cta-box {
  text-align: center;
  margin: 60px 0 30px;
}

.cta-button {
  display: inline-block;
  background-color: #2579A8;
  color: white;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 20px;
  font-size: 1.1rem;
  border: none;
  cursor: pointer;
}

.cta-button:hover {
  background-color: #196E93;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.visionmission-grid {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.vm-row {
  display: flex;
  align-items: center;
  gap: 40px;
}

.vm-content {
  flex: 2;
  padding: 20px;
}

.vm-image {
  flex: 1;
}

.vm-image img {
  width: 100%;
}

.section-header,
.v-header,
.m-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  flex-direction: column;
}

.v-header,
.m-header {
  align-items: flex-start !important;
  text-align: left !important;
}

.section-header h2,
.v-header h2,
.m-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  margin-left: 15px;
}

.v-header h2 {
  color: #000 !important;
}

.v-header h2 span {
  color: #2579A8;
}

.m-header h2 {
  color: #000 !important;
}

.m-header h2 span {
  color: #E9B852;
}

.icon-box {
  background-color: #2579A8;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.vision-text p,
.mission-text p {
  margin-bottom: 25px;
  font-size: 1.1rem;
  line-height: 1.8;
}

.vision-content-section {
  padding: 0 !important;
}

.lead,
.lead-faq {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 30px;
  color: #1a1a2e;
}

.lead-faq {
  font-size: 1.2rem;
}

.mission-goals h3 {
  font-family: 'Playfair Display', serif;
  color: #2579A8;
  margin-bottom: 25px;
  font-size: 1.5rem;
}

.goals-list {
  list-style: none;
  padding: 0;
}

.goals-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2%;
  border-bottom: 1px solid #fff;
}

.goal-icon {
  color: #2579A8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
  font-size: 1.1rem;
}

.team-content-section {
  padding: 80px 0;
  background-color: #fff;
}

.icon-header {
  display: flex;
  align-items: center;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #555;
  text-align: justify;
  max-width: 900px;
  margin: 20px auto 0;
  line-height: 1.6;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 80px;
}

.team-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.team-card-img {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2579A8;
  font-size: 4rem;
  font-weight: bold;
}

.team-card-content {
  padding: 30px;
}

.team-card-content h3 {
  font-size: 1.5rem;
  color: #2579A8;
  margin-bottom: 5px;
}

.position {
  color: #E9B852;
  font-weight: 600;
  margin-bottom: 20px;
}

.advisory-panel {
  margin-top: 80px;
}

.advisors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.advisor-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.advisor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.advisor-icon {
  width: 70px;
  height: 70px;
  background-color: #f0f7ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #2579A8;
  font-size: 1.8rem;
}

.advisor-card h4 {
  color: #2579A8;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.advisor-position {
  color: #E9B852;
  font-weight: 600;
  margin-bottom: 20px;
}

.global-network {
  margin-top: 80px;
  text-align: center;
  background: #f0f7ff;
  padding: 60px;
  border-radius: 8px;
}

.global-network h2 {
  margin-bottom: 30px;
}

.mission-statement {
  border-left: 4px solid #2579A8;
  padding: 25px;
  margin-top: 40px;
  font-style: italic;
  border-radius: 0 8px 8px 0;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.protein-guide-section {
  padding: 40px 0;
}

.protein-guide h2 {
  color: #E9B852;
  font-size: 2rem;
  margin-bottom: 20px;
}

.intro {
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.how-much {
  color: #E9B852 !important;
  font-weight: 600;
}

.protein-type {
  margin-bottom: 20px;
  padding: 15px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.protein-type h4 {
  margin-top: 0;
  color: #75797C;
  font-size: 1.2rem;
}

.warning {
  border-left: 4px solid #ff6b6b;
  background-color: #fff5f5;
}

.warning h3 {
  color: #ff6b6b;
}

.conclusion {
  font-size: 1.1rem;
}

@media (max-width: 992px) {
  .vm-row {
    flex-direction: column;
    gap: 30px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto 80px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 1rem 0.5rem;
  }

  .article-title,
  .story-hero-section h1,
  .team-hero-section h1,
  .visionmission-hero-section h1,
  .protein-hero-section h1 {
    font-size: 2rem;
  }

  .hero-image {
    height: 300px;
    margin-bottom: 1.5rem;
  }

  .author-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .article-actions {
    margin-left: 0;
    margin-top: 0.5rem;
  }

  .article-content {
    padding: 1.5rem;
  }

  .section-heading {
    font-size: 1.5rem;
  }

  .protein-table {
    font-size: 0.9rem;
  }

  .protein-table th,
  .protein-table td {
    padding: 0.75rem 0.5rem;
  }

  .team-hero-section,
  .visionmission-hero-section {
    padding: 80px 0;
  }

  .global-network {
    padding: 40px 20px;
  }

  .mission-stats {
    flex-direction: column;
    align-items: center;
  }

  .stat-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {

  .article-title,
  .story-hero-section h1,
  .team-hero-section h1,
  .visionmission-hero-section h1,
  .protein-hero-section h1 {
    font-size: 1.8rem;
  }

  .hero-image {
    height: 250px;
  }

  .article-content {
    padding: 1rem;
  }

  .protein-table {
    font-size: 0.8rem;
  }

  .protein-table th,
  .protein-table td {
    padding: 0.5rem 0.25rem;
  }

  .story-hero-section,
  .team-hero-section,
  .visionmission-hero-section,
  .protein-hero-section {
    height: 190px;
    padding: 80px 0;
  }

  .section-header h2 {
    font-size: 1.8rem;
  }

  .team-card-content {
    padding: 20px;
  }

  .advisors-grid {
    grid-template-columns: 1fr;
  }

  .story-content p {
    font-size: 1rem;
  }

  .cta-button {
    padding: 12px 30px;
    font-size: 1rem;
  }

  .goals-list li {
    flex-direction: column;
  }

  .goal-icon {
    margin-bottom: 10px;
  }
}

.social-icons-links img {
  height: 35px;
}

.download-app img {
  margin: 10px 0 20px;
  width: 120px;
}

.contact-icon {
  width: 100%;
}

.contact-image {
  flex: 0 1 300px;
  text-align: center;
}

.contact-image img {
  max-width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.privacy h6 {
  color: #2579A8;
  font-weight: bold;
}


.sidebar {
  height: 85vh;
  width: 300px;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 100px;
  max-height: 100%;
  overflow-y: auto;
  transition: transform 0.3s ease;
  z-index: 99;
}

.sidebar-section {
  margin-bottom: 25px;
}

.sidebar-title {
  color: #2579A8;
  font-size: 1.1rem;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e0e0e0;
}

.sidebar-links {
  list-style: none;
  padding-left: 0;
}

.sidebar-links li {
  margin-bottom: 10px;
  line-height: 1.4;
}

.sidebar-links a {
  color: #333132;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: block;
  padding: 5px 0;
}

.sidebar-links a:hover,
.sidebar-links a.active {
  color: #2579A8;
  padding-left: 5px;
}

.sidebar-toggle {
  display: none;
  background-color: #2579A8;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 15px 0;
  cursor: pointer;
  font-size: 1rem;
  z-index: 100;
  position: relative;
}

.sidebar-toggle i {
  margin-right: 8px;
}

/* Mobile Sidebar State */
.sidebar-mobile {
  position: fixed;
  top: 15%;
  left: -320px;
  height: 85vh;
  z-index: 1000;
  background-color: white;
  padding-top: 70px;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.sidebar-mobile.active {
  transform: translateX(320px);
}

/* Overlay Styles */
.sidebar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sidebar-overlay.active {
  display: block;
  opacity: 1;
}

/* Close Button */
.sidebar-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #2579A8;
}

/* Main Content Layout */
.main-content-with-sidebar {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.article-content-container {
  flex: 1;
  min-width: 0;
  /* Prevent flex overflow */
}

/* Article Navigation */
.article-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.nav-btn {
  padding: 10px 20px;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-btn:hover {
  background-color: #e9ecef;
}

.next-topic-dropdown {
  flex-grow: 1;
  margin: 0 20px;
}

.next-topic-select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}

@media (min-width: 992px) {
  .sidebar-close {
    display: none;
  }
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .sidebar-toggle {
    display: inline-block;
  }

  .sidebar {
    display: none;
  }



  .sidebar-mobile {
    display: block;
  }

  .main-content-with-sidebar {
    flex-direction: column;
  }

  .article-content-container {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .sidebar {
    width: 280px;
  }

  .article-content {
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .sidebar {
    width: 260px;
    padding: 15px;
  }

  .sidebar-title {
    font-size: 1rem;
  }

  .sidebar-links a {
    font-size: 0.9rem;
  }
}

/* Custom Modal Styles */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  align-items: center;
  justify-content: center;
}

.modal-content-custom {
  background: linear-gradient(to right, #cddee3 0%, #f2f1ec 50%, #fae9c3 100%);
  border-radius: 20px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  margin: 20px;
  position: relative;
}

.modal-header-custom {
  border-bottom: 1px solid rgba(37, 121, 168, 0.2);
  padding: 1.2rem 1.5rem;
  background: rgba(255, 255, 255, 0.5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.modal-title-custom {
  color: #2579A8;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  margin: 0;
}

.close-modal {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #2579A8;
}

.modal-body-custom {
  padding: 1.5rem;
}

.info-item {
  display: flex;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.info-item:last-child {
  margin-bottom: 0;
}

.info-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #2579A8;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-right: 1rem;
  flex-shrink: 0;
}

.info-item:nth-child(2) .info-icon {
  background: #E9B852;
}

.info-item:nth-child(3) .info-icon {
  background: #555555;
}

.info-content h6 {
  color: #2579A8;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
}

.info-content p {
  color: #333132;
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
  line-height: 1.4;
}

.info-content .btn {
  border-radius: 50px;
  padding: 0.4rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
}

.info-content .btn-outline-primary {
  border-color: #2579A8;
  color: #2579A8;
}

.info-content .btn-outline-primary:hover {
  background-color: #2579A8;
  color: white;
}

@media (max-width: 576px) {
  .info-item {
    flex-direction: column;
    text-align: center;
    padding: 1.2rem;
  }

  .info-icon {
    margin-right: 0;
    margin-bottom: 0.8rem;
    align-self: center;
  }
}

/* Button style */
.btn-primary {
  background-color: #2579A8;
  border-color: #2579A8;
  color: #ffffff;
  cursor: pointer;
}

.btn-primary:hover {
  background-color: #E9B852;
  border-color: #E9B852;
  color: #333132;
}

/* Demo button styling */
.demo-button {
  margin: 50px;
  text-align: center;
}

/* News-specific styles */
.news-container {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 20px; */
}

.featured-announcement {
  /* background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(248,249,250,0.95) 100%); */
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 50px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  /* border-left: 5px solid #2579A8; */
  position: relative;
  overflow: hidden;
}

.featured-announcement::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  /* background: rgba(233, 184, 82, 0.1); */
  border-radius: 0 0 0 100px;
  z-index: 0;
}

.announcement-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Changed from flex-start to center */
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  gap: 20px;
  /* Added gap for better spacing on wrap */
}

.announcement-title {
  color: #2579A8;
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0;
  flex: 1;
  line-height: 1.3;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  min-width: 0;
  /* Changed from 300px to 0 to allow proper flex behavior */
}

.announcement-date {
  background: linear-gradient(135deg, #2579A8 0%, #196E93 100%);
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
  margin-left: 20px;
  box-shadow: 0 4px 10px rgba(37, 121, 168, 0.3);
  margin-top: 0;
  /* Changed from 10px to 0 */
  flex-shrink: 0;
  /* Prevent the date from shrinking */
}

.announcement-content {
  position: relative;
  z-index: 1;
}

.announcement-content p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 25px;
}

.location-highlight {
  background: linear-gradient(to right, rgba(37, 121, 168, 0.08) 0%, rgba(233, 184, 82, 0.08) 100%);
  border-radius: 15px;
  padding: 25px 25px 25px 80px;
  margin: 30px 0;
  /* border-left: 4px solid #E9B852; */
  position: relative;
}

.location-highlight i {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.5rem;
  color: #2579a8;
}

.location-highlight h4 {
  color: #2579a8;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

.location-highlight p {
  margin-bottom: 0;
  font-weight: 500;
  color: #333132;
  line-height: 1.6;
}

.contact-section-news {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 35px;
}

.contact-method {
  flex: 1;
  min-width: 280px;
  background: linear-gradient(to right, rgba(37, 121, 168, 0.08) 0%, rgba(233, 184, 82, 0.08) 100%);
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(37, 121, 168, 0.1);
}

.contact-method:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.contact-method h5 {
  color: #2579A8;
  margin-bottom: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
}

.contact-method p {
  margin: 5px 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333132;
}

.section-title {
  text-align: center;
  margin: 30px 0 40px;
  position: relative;
}

.section-title h2 {
  color: #2579A8;
  font-size: 2.3rem;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(to right, #2579A8 0%, #E9B852 100%);
  border-radius: 2px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.news-card {
  background: linear-gradient(to bottom, #ffffff, #f8f9fa);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.news-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #2579A8 0%, #E9B852 100%);
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.news-card-img {
  height: 180px;
  background: linear-gradient(135deg, #cddee3 0%, #2579A8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 3.5rem;
  position: relative;
  overflow: hidden;
}

.news-card-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.news-card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%);
}

.news-card-date {
  color: #787878;
  font-size: 0.95rem;
  margin-bottom: 12px;
  font-weight: 500;
}

.news-card-title {
  color: #2579A8;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}

.news-card-excerpt {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
  flex-grow: 1;
  font-size: 1rem;
}

.read-more {
  color: #2579a8;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.read-more:hover {
  color: #2579A8;
  gap: 12px;
}

.news-archive-link {
  text-align: center;
  margin: 50px 0 30px;
}

.btn-primary {
  background: linear-gradient(135deg, #2579A8 0%, #196E93 100%);
  border: none;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.2rem;
  box-shadow: 0 8px 20px rgba(37, 121, 168, 0.3);
  transition: all 0.3s ease;
  color: white;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(37, 121, 168, 0.4);
  background: linear-gradient(135deg, #196E93 0%, #2579A8 100%);
  color: white;
}

/* Responsive styles */
@media (max-width: 1100px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .featured-announcement {
    padding: 25px;
  }

  .announcement-title {
    font-size: 1.8rem;
    min-width: 100%;
  }

  .announcement-date {
    margin-left: 0;
    margin-top: 15px;
  }

  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .contact-method {
    min-width: 100%;
  }

  .section-title h2 {
    font-size: 2rem;
  }

  .location-highlight {
    padding: 20px 20px 20px 70px;
  }
}

@media (max-width: 576px) {
  .news-grid {
    grid-template-columns: 1fr;
  }

  .featured-announcement {
    padding: 20px;
  }

  .announcement-title {
    font-size: 1.6rem;
  }

  .location-highlight {
    padding: 15px 15px 15px 60px;
  }

  .location-highlight i {
    font-size: 2rem;
    left: 15px;
  }

  .news-card-content {
    padding: 20px;
  }

  .news-card-title {
    font-size: 1.2rem;
  }

  .contact-method {
    padding: 20px;
  }

  .announcement-content p {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .announcement-title {
    font-size: 1.8rem;
    min-width: 0;
    /* Remove the min-width constraint */
  }

  .announcement-date {
    margin-left: 0;
    margin-top: 0;
    /* Remove top margin */
    align-self: flex-start;
    /* Align to top on mobile */
  }
}

/* Add this to your existing CSS */
.news-card-img {
  height: 180px;
  background: linear-gradient(135deg, #2579A8 0%, #196E93 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 3.5rem;
  position: relative;
  overflow: hidden;
}

.news-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-article-image {
  height: 300px;
  /* Set fixed height */
  width: 60%;
  /* Set width to 60% of parent */
  display: block;
  /* Make it block to allow margin auto */
  margin: 0 auto;
  /* Center horizontally */
  border-radius: 10px;
  /* Rounded corners, adjust as needed */
  object-fit: cover;
  /* Ensures image covers height and width without distortion */
}

.news-card:hover .news-card-img img {
  transform: scale(1.05);
}

.news-card-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.news-card-img img {
  position: relative;
  z-index: 2;
}

/* Hero Section */
.partner-hero-section {
  background-image:
    linear-gradient(135deg, rgba(37, 121, 168, 0.85) 0%, rgba(25, 110, 147, 0.85) 100%),
    url('../images/banner4.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover, cover;
  background-attachment: local;

  height: 50vh;
  min-height: 350px;
  border-radius: 25px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  margin-bottom: 60px;

  /* NEW FLEX CENTERING */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* vertical center */
  align-items: center;
  /* horizontal center */
  text-align: center;
  color: #fff;
}


.partner-hero-section h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  color: #E9B852;
  margin: 0;
}

/* Introduction Section */
.partner-intro {
  padding: 30px 0;
}

.partner-image {
  width: 100%;
  max-width: 500px;
  border-radius: 25px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.partner-image:hover {
  transform: scale(1.03);
}

.intro-text {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333132;
  text-align: justify;
}

/* Section Title */
.section-title {
  text-align: center;
  font-size: 2.5rem;
  color: #2579A8;
  margin-bottom: 50px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(to right, #2579A8 0%, #E9B852 100%);
  border-radius: 2px;
}

/* Benefits Section */
.benefits-section {
  padding: 30px 0;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.benefit-card {
  /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%); */
  border-radius: 25px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  /* border: 1px solid white; */
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #2579A8 0%, #E9B852 100%);
}

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.benefit-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #2579A8 0%, #196E93 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  box-shadow: 0 8px 20px rgba(37, 121, 168, 0.3);
}

.benefit-icon i {
  font-size: 2rem;
  color: #fff;
}

.benefit-card h3 {
  font-size: 1.5rem;
  color: #2579A8;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
}

.benefit-card p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 15px;
}

.benefit-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.benefit-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #555;
}

.benefit-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #E9B852;
  font-weight: bold;
  font-size: 1.3rem;
}

.highlight-text {
  font-weight: 600;
  color: #2579A8;
  font-style: italic;
  margin-top: 15px;
}

/* Revenue Section */
.revenue-section {
  padding: 30px 0;
  /* background: linear-gradient(135deg, rgba(37, 121, 168, 0.08) 0%, rgba(233, 184, 82, 0.08) 100%); */
  border-radius: 25px;
  margin: 40px 0;
}

.revenue-box {
  /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%); */
  border-radius: 25px;
  padding: 50px 40px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  /* border: 2px solid white; */
  text-align: center;
}

.revenue-box h2 {
  font-size: 2.3rem;
  color: #2579A8;
  margin-bottom: 25px;
  font-weight: 700;
}

.revenue-highlight {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333132;
  margin-bottom: 20px;
}

.revenue-highlight .amount {
  color: #E9B852;
  font-weight: 800;
  font-size: 1.6rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.partnership-models {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid rgba(37, 121, 168, 0.2);
}

.partnership-models h4 {
  font-size: 1.3rem;
  color: #2579A8;
  margin-bottom: 20px;
  font-weight: 600;
}

.model-tags {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.model-tag {
  background: linear-gradient(135deg, #2579A8 0%, #196E93 100%);
  color: #fff;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 4px 15px rgba(37, 121, 168, 0.3);
  transition: all 0.3s ease;
}

.model-tag:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(37, 121, 168, 0.4);
}

/* Testimonial Section */
.testimonial-section {
  padding: 30px 0;
}

.testimonial-card {
  /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%); */
  border-radius: 25px;
  padding: 50px 60px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  border: 2px solid #E9B852;
  /* border-left: 6px solid #E9B852; */
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.quote-icon {
  font-size: 3rem;
  color: #E9B852;
  opacity: 0.3;
  position: absolute;
  top: 20px;
  left: 30px;
}

.testimonial-text {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #333132;
  font-style: italic;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  font-size: 1.1rem;
  color: #2579A8;
  font-weight: 600;
  text-align: right;
  margin: 0;
}

/* Where It Fits Section */
.fits-section {
  padding: 30px 0;
}

.fits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin: 40px 0;
}

.fit-item {
  /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%); */
  border-radius: 20px;
  padding: 35px 20px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.fit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  border-color: #E9B852;
}

.fit-item i {
  font-size: 3rem;
  color: #2579A8;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.fit-item:hover i {
  color: #E9B852;
  transform: scale(1.1);
}

.fit-item p {
  font-size: 1.1rem;
  color: #333132;
  font-weight: 600;
  margin: 0;
}

.fits-tagline {
  text-align: center;
  font-size: 1.3rem;
  color: #2579A8;
  font-weight: 600;
  margin-top: 40px;
  font-style: italic;
}

/* CTA Section */
.cta-section {
  padding: 30px 0;
  text-align: center;
  border-radius: 25px;
  /* margin: 40px 0; */

}

.cta-section h2 {
  font-size: 2.5rem;
  color: #2579A8;
  margin-bottom: 20px;
  font-weight: 700;
}

.cta-section p {
  font-size: 1.3rem;
  color: #555;
  margin-bottom: 40px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding: 15px 40px;
  line-height: 1.5;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
}

.btn-primary {
  background: linear-gradient(135deg, #2579A8 0%, #196E93 100%);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(37, 121, 168, 0.3);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(37, 121, 168, 0.4);
  background: linear-gradient(135deg, #196E93 0%, #2579A8 100%);
}

.btn-secondary {
  background: linear-gradient(135deg, #E9B852 0%, #d4a03d 100%);
  color: #333132;
  box-shadow: 0 8px 20px rgba(233, 184, 82, 0.3);
}

.btn-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(233, 184, 82, 0.4);
  background: linear-gradient(135deg, #d4a03d 0%, #E9B852 100%);
}

.btn-secondary i {
  margin-right: 8px;
}

.btn-lg {
  padding: 18px 45px;
  font-size: 1.2rem;
}

/* Responsive Design */
@media (max-width: 992px) {
  .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .partner-hero-section h1 {
    font-size: 2.3rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .fits-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

@media (max-width: 768px) {
  .partner-hero-section {
    height: 280px;
    padding: 30px 20px;
  }

  .partner-hero-section h1 {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .intro-text {
    font-size: 1.1rem;
    text-align: left;
  }

  .benefit-card {
    padding: 30px 20px;
  }

  .benefit-card h3 {
    font-size: 1.3rem;
  }

  .revenue-box {
    padding: 35px 25px;
  }

  .revenue-box h2 {
    font-size: 1.9rem;
  }

  .revenue-highlight {
    font-size: 1.2rem;
  }

  .revenue-highlight .amount {
    font-size: 1.4rem;
  }

  .testimonial-card {
    padding: 35px 30px;
  }

  .testimonial-text {
    font-size: 1.1rem;
  }

  .cta-section h2 {
    font-size: 2rem;
  }

  .cta-section p {
    font-size: 1.1rem;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 576px) {
  .partner-hero-section {
    height: 250px;
  }

  .partner-hero-section h1 {
    font-size: 1.7rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .section-title {
    font-size: 1.7rem;
  }

  .benefit-icon {
    width: 70px;
    height: 70px;
  }

  .benefit-icon i {
    font-size: 1.7rem;
  }

  .model-tags {
    flex-direction: column;
    align-items: center;
  }

  .model-tag {
    width: 100%;
    max-width: 250px;
    text-align: center;
  }

  .fits-grid {
    grid-template-columns: 1fr;
  }

  .fit-item i {
    font-size: 2.5rem;
  }
}
.navbar {
  z-index: 1040 !important;
}

#aiModal .modal-content {
  background: transparent;
  border: none;
  border-radius: 15px;
  overflow: hidden;
}

#aiCarousel {
  position: relative;
  margin-top: 6rem;
  direction: ltr;
}

#aiCarousel .carousel-item img {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

#aiCarousel .carousel-item .container {
  text-align: justify;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background: none;
  width: 40px;
  height: 40px;
  color: white;
  background-color: #0000007a;
  border-radius: 25px;
  padding-bottom: 4px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control-prev-icon::after {
  content: "‹";
}

.carousel-control-next-icon::after {
  content: "›";
}

.carousel-control-prev,
.carousel-control-next {
  /* width: 5%; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  /* background: rgba(0, 0, 0, 0.5); */
  opacity: 0.8;
  transition: all 0.3s ease;
  z-index: 10;
}

#aiCarousel .carousel-indicators {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 10;
}

#aiCarousel .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4d4d4d82;
  border: none;
  margin: 0 4px;
  transition: all 0.3s ease;
}

#aiCarousel .carousel-indicators .active {
  background-color: #2579A8;
  opacity: 1;
}


#aiCarousel .carousel-inner {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  background-color: white;
}

.bg-aimodal {
  background: linear-gradient(to right, #cddee3 0%, #f2f1ec 50%, #fae9c3 100%);;
}

.modal-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ai-lead {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 30px;
  color: #1a1a2e;
}

.ai-lead li {
  font-size: 1.2rem;
}