/* cmsms stylesheet: home_Style modified: Saturday, August 23, 2025 6:51:46 PM */
#boxed #wrapper.mainPage {
	background-color: #f5f5f5;
}
.phrase span,
h1 {
  color: #F33A6A;
}
.content-wrapper {
background-color: #ffffff;
}
.mainBanner {
	width: calc(100% + 40px);
	height: 500px;
	overflow: hidden;
	position: relative;
	margin-left: -20px;
}

.mainBanner img {
	width: 100%;
	position: absolute;
	top: -72%;
}

.interest-circle-form div {
	padding: 5px;
}

.interest-circle-form div {
	padding: 5px;
}

.interest-circle-form label {
	width: 199px;
	display: inline-block;
}

//=========================
/* home.css - Styles for BASCTRUST Home Page */

body {
  font-family: "Montserrat", Arial, sans-serif;
  margin: 0;
  background: #fff;
  color: #222;
}

.main-section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 40px 5vw 10px 5vw;
  background: #fff;
}

.images-column {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 320px;
}

.images-column img {
  width: 140px;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  background: #eee;
}

.images-column img.books {
  width: 180px;
  height: 121px;
  object-fit: contain;
  margin-top: 152px;
  margin-left: -239px;
  z-index: 2;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.story-column {
  flex: 2 1 400px;
  margin-left: 48px;
  min-width: 320px;
}

.story-title {
  color: #f25c8e;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: "Montserrat", Arial, sans-serif;
}

.story-text {
  font-size: 1.08rem;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #222;
}

.cta-btn {
  background: #f25c8e;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 28px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(242, 92, 142, 0.08);
}
.cta-btn:hover {
  background: #d94a7a;
}
a.cta-btn {
    color: white;
    text-decoration: none;
}

a.cta-btn {
    display: inline-block;
    margin-bottom: 10px;
}
.pillars-section {
  background: #fbe9e6;
  padding: 48px 0 40px 0;
  margin-top: 0px;
  text-align: center;
}

.pillars-title {
  color: #f25c8e;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 36px;
  font-family: "Montserrat", Arial, sans-serif;
}

.pillars-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.pillar {
  flex: 1 1 220px;
  max-width: 230px;
  background: none;
  padding: 0 12px;
}

.pillar-icon {
  font-size: 2.5rem;
  color: #f25c8e;
  margin-bottom: 12px;
}

.pillar-title {
  color: #f25c8e;
  font-size: 1.18rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.pillar-desc {
  color: #222;
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .main-section {
    flex-direction: column;
    padding: 32px 2vw 0 2vw;
  }
  .story-column {
    margin-left: 0;
    margin-top: 32px;
  }
  .pillars-list {
    flex-direction: column;
    gap: 32px;
  }
}


.team-bg {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
  pointer-events: none;
}


.team-section {
  position: relative;
  background: url('/uploads/images/team-bg.jpg') center/cover no-repeat, #222;
  min-height: 420px;
  padding: 56px 0 48px 0;
  margin-top: 0;
  color: #fff;
  overflow: hidden;
}

.team-title {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-bottom: 36px;
}
.team-carousel-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}
.carousel-arrow {
  background: rgba(34,34,34,0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 2rem;
  cursor: pointer;
  margin: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 3;
}
.carousel-arrow:hover {
  background: #f25c8e;
}
.team-carousel {
  display: flex;
  gap: 36px;
  width: 100%;
  justify-content: center;
  align-items: stretch;
}
.team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 220px;
  max-width: 260px;
  background: none;
  padding: 0 8px;
  transition: transform 0.2s;
}
.team-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 18px;
  border: 6px solid #fff;
  box-shadow: 0 2px 16px rgba(0,0,0,0.18);
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-name {
  font-size: 1.13rem;
  font-weight: 600;
  margin-bottom: 6px;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
}
.team-role {
  font-size: 0.98rem;
  color: #e0e0e0;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 900px) {
.phrase span {
   color: #ddd;
}
  .team-carousel {
    gap: 18px;
  }
  .team-member {
    min-width: 180px;
    max-width: 200px;
  }
  .team-photo {
    width: 100px;
    height: 100px;
  }
  .images-column img.books {
    height: 120px;
    margin-top: 162px;
    margin-left: -240px;
  }
  .team-section {
    min-height: 199px;
  }
  .pillar{
    max-width: none;
  }
}
@media (max-width: 600px) {
  .team-section {
    padding: 36px 0 28px 0;
  }
  .team-title {
    font-size: 1.3rem;
    margin-bottom: 18px;
  }
  .carousel-arrow {
    width: 34px;
    height: 34px;
    font-size: 1.3rem;
  }
  .team-member {
    min-width: 120px;
    max-width: 160px;
    padding: 0 2px;
  }
  .team-photo {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
  }
  .team-name {
    font-size: 0.98rem;
  }
  .team-role {
    font-size: 0.85rem;
  }
}



//====================

@media screen and (min-width: 768px) {
	.header-bottom {
		position: absolute;
		top: 528px;
		z-index: 10;
	}
}

@media only screen and (max-width: 780px) {
	.mainBanner img {
		position: relative;
		top: 0px;
	}

	.mainBanner {
		height: 343px;
	}

	.header-bottom {
		position: absolute;
		top: 443px;
		z-index: 10;
		text-align: left;
                width: 90%;
	}
       textarea { 
          width: 100%;
       }
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
	.mainBanner {
		height: 300px;
	}

	.header-bottom {
		position: absolute;
		top: 443px;
		z-index: 10;
		text-align: left;
	}
}
