
.btn a {
  text-decoration: none;
}
.btn:hover {
  color: inherit;
  background-color: #ebefed;
  border-color: inherit !important;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: inherit;
}
.banner {
  position: relative;
  text-align: left;
  color: white;
}
.banner img {
  width: 100%;
  height: auto;
  filter: brightness(60%);
}
.banner-text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-10%, -50%);
}
.banner-text h1 {
  color: #fff;
  font-family: var(--font-family-newsreader);
  font-size: 86px;
  font-weight: 300;
}

.bannerSection .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

/*body section*/
/* .welthManagement .container{
    max-width:1280px;
} */

.welthSection .container {
  margin-top: 115px;
}
.welthSection h2 {
  font-size: 48px;
  color: #00321d;
  font-weight: 400;
  font-family: var(--font-family-newsreader);
  text-align: center;
}
.welthSection p {
  font-family: var(--font-family-inter);
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.secureSection h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 20px;
  margin-right: 45px;
  font-family: var(--font-family-newsreader);
  /* padding: 0px 30px; */
  /* margin: 0px 20px; */
}

.secureSection .lead {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 70px;
  font-family: var(--font-family-inter);
}

.welthSection button,
.secureSection button,
.why-trust button {
  border: 1px solid #00321d;
  font-size: 20px;
  background: #ebefed;
  padding: 5px 18px;
  border-radius: 8px;
  align-items: center;
  display: flex;
  font-family: var(--font-family-inter);
}

.why-trust button {
  border: 1px solid #00321d;
  font-size: 20px;
  background: #ebefed;
  padding: 5px 18px;
  border-radius: 8px;
  align-items: center;
  max-width: 240px;
  display: flex;
  font-family: var(--font-family-inter);
}

.meetsCoffee button {
  border: 1px solid #00321d;
  font-size: 20px;
  background: #ebefed;
  padding: 0px 9px;
  border-radius: 8px;
  align-items: center;
  max-width: 153px;
  display: flex;
  font-family: var(--font-family-inter);
}

.welthSection button img,
.secureSection button img,
.why-trust button img,
.meetsCoffee button img {
  padding: 10px 6px 10px 7px;
}
.container-custom {
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  max-width: 1200px;
  margin: auto;
}
.heading-content {
  flex: 1;
  margin-right: 50px;
}
.heading-content h1 {
  font-size: 2.5rem;
  color: #2e4a21;
  margin: 0;
}
.text-content {
  flex: 2;
}
.text-content p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}
.btn-custom {
  background-color: #004225;
  color: white;
  padding: 10px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.btn-custom:hover {
  background-color: #00361a;
}

/*new section*/
.container-custom {
  text-align: center;
  margin: 95px auto;
  max-width: 1200px;
  margin-bottom: 25px;
}
.container-custom h2 {
  font-size: 48px;
  color: #00321d;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: var(--font-family-newsreader);
}
.container-custom p {
  font-size: 1.2rem;
  color: #333333;
  margin-bottom: 60px;
  font-family: var(--font-family-inter);
}
.image-container img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
/*new section*/
/*end body section*/

/*secure section*/
.img-top {
  top: 0;
  left: 10px;
  max-width: 50%;
}

.img-bottom {
  top: 29%;
  left: 30%;
  max-width: 50%;
  border-radius: 15px;
}

h1 {
  color: #1a433b;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.welthSection p {
  margin-bottom: 65px;
  text-align: center;
  margin: 30px 0% 118px 0%;
}

.btn-outline-success {
  border-color: #1a433b;
  color: #1a433b;
}

/* .btn-outline-success:hover {
    background-color: #1a433b;
    color: #fff;
} */
.secureSection {
  background-color: #f6faf8;
  padding: 80px 0px;
  display: flex;
}

.mobileview {
  display: none;
}

.secureSection .showMobile {
  display: none;
}

.secureSection .desktop-remove {
  display: none;
}

.riskManagement button {
  margin-bottom: 85px;
}

.riskManagement h2 {
  padding-right: 20px;
}

/*end secure section*/
/*footer section */

/*why trust section*/
.why-trust-us {
  margin: 0 auto;
  padding: 70px 10px 22px 0px;
  margin-bottom: 50px;
}
.why-trust-us h2 {
  font-size: 48px;
  font-weight: 400;
  color: #00321d;
  font-family: var(--font-family-newsreader);
}
.why-trust-us img {
  border-radius: 10px;
  /* width: 85%; */
  height: auto;
  /* margin:0 auto; */
  display: block;
}
.trust-list {
  list-style: none;
  padding-left: 0;
  margin-left: 20px;
  margin-top: 20px;
}
.trust-list li {
  padding: 5px 0;
  list-style: disc;
  font-size: 18px;
  font-family: var(--font-family-inter);
}
.btn-custom {
  background-color: #e1e8e5;
  color: #063f35;
  border: 1px solid #063f35;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.btn-custom i {
  margin-right: 5px;
}
.content-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* .why-trust button{
            width:200px;
        } */

/*why trust section*/
.footer {
  background-color: #222;
  color: #ccc;
  padding: 40px 0px 0px 0px;
}

.footer a {
  color: #ccc;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
  text-decoration: none;
}

.footer h5 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
}

.footer ul {
  list-style-type: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer-bottom {
  background-color: #333;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

.footer-bottom a {
  color: #888;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #fff;
}

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

.text-md-right {
  text-align: right !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topNavigation .container-fluid {
  padding: 0 5rem;
}

/* welth management services */

.welthManagement {
  margin-bottom: 80px;
  margin-top: 120px;
}
.welthManagement h1 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #00321d;
  text-align: center;
  padding-bottom: 20px;
  font-family: var(--font-family-newsreader);
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
  box-sizing: border-box;
}

.card.small {
  flex: 1 1 calc(25% - 20px);
  background: rgb(240, 240, 240);
  background: linear-gradient(
    162deg,
    rgba(240, 240, 240, 1) 0%,
    rgba(225, 236, 231, 1) 97%
  );
}

.card.small.last {
  background: rgb(199, 232, 254);
  background: linear-gradient(
    11deg,
    rgba(199, 232, 254, 1) 0%,
    rgba(235, 248, 253, 1) 99%
  );
}

.card.small.last h2 {
  color: #0b60b0;
}

.card.large {
  flex: 1 1 calc(50% - 15px);
  background: rgb(240, 240, 240);
  background: linear-gradient(
    162deg,
    rgba(240, 240, 240, 1) 0%,
    rgba(225, 236, 231, 1) 97%
  );
}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

.card.small:hover,
.card.large.special:hover {
  background: #c9ddd4;
  cursor: pointer;
}

.card.small,
.card.large.special {
  cursor: pointer;
  border-radius: 16px;
}

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

.icon {
  font-size: 3rem;
  margin-bottom: 10px;
  color: #3d6e47;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}

/* .icon div:nth-child(1) img {
    width:30px;
} */

.special {
  background-color: #e0f7ff;
}

.card h2 {
  font-size: 26px;
  margin-bottom: 10px;
  color: #00321d;
  text-align: justify;
  padding-top: 15px;
  font-weight: 500;
  font-family: var(--font-family-newsreader);
}

.card p {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  text-align: left;
  /* padding-bottom: 30px; */
  font-family: var(--font-family-inter);
  line-height: 20px;
}

/* you can trust css start here */
.trust-title {
  font-weight: 400;
  color: #003300;
  margin-bottom: 6px;
  grid-column: 1 / span 2;
  align-self: center;
  font-size: 48px;
  max-width: 200px;
  display: grid;
  font-family: var(--font-family-newsreader);
}

.trust-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 30px;
  border-radius: 16px;
  background: linear-gradient(136deg, #fff -21.98%, #c9ddd4 117.89%);
}

.trust-box {
  background-color: #fff;
  color: #00321d;
  padding: 10px 37px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
  min-height: 110px;
  font-family: var(--font-family-inter);
  flex: 1 1 calc(50% - 10px);
}

.trust-box p {
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
  margin-bottom: 0;
}
.trust-title span {
  font-weight: 300;
  font-family: var(--font-family-newsreader);
  font-size: 40px;
}

/* Specific positioning for trust boxes */
.trust-box:nth-child(2) {
  grid-column: 3;
  height: 100px;
}

.trust-box:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.trust-box:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
}

.trust-box:nth-child(5) {
  grid-column: 1;
  grid-row: 3;
}

.trust-box:nth-child(6) {
  grid-column: 2;
  grid-row: 3;
}

.trust-box:nth-child(7) {
  grid-column: 3;
  grid-row: 3;
}
/* you ca trust css end here */

/* meet section */

.meetsCoffee {
  background: linear-gradient(
    162deg,
    rgba(240, 240, 240, 1) 0%,
    rgba(225, 236, 231, 1) 97%
  );
  padding: 10px;
  margin-top: 120px;
}
.rightarea {
  padding: 0px 20px;
}
.rightarea h2 {
  font-size: 48px;
  padding: 4px 0px;
  font-family: var(--font-family-newsreader);
  font-weight: 400;
}
.rightarea p {
  font-size: 24px;
  padding: 0px 0px 30px 0px;
  font-family: var(--font-family-inter);
  /*line-height: 25px;*/
  font-weight: 400;
}

.rightarea {
  display: flex;
  flex-direction: column;
  gap: 16px; /* Adds space between the elements */
  padding-left: 100px;
}

.rightarea a {
  align-self: flex-start; /* Aligns the button to the start of the container */
}

.homehdng h2 {
    color: var(--dark-green);
    font-family: var(--font-family-newsreader);
    font-size: var(--font-size-xxxxxl);
    font-style: normal;
    font-weight: 400;
}

.homehdng {
    margin-top: 120px;
    text-align: center;
}


.coorporate h2 {
  text-align: center;
}
.coorporate h3 {
  font-size: 26px;
  font-weight: 400;
  font-family: var(--font-family-newsreader);
}
.coorporate p {
  font-size: 18px;
  padding-bottom: 0px;
  font-family: var(--font-family-inter);
  font-weight: 400;
}
.coorporate h2 {
  color: var(--dark-green);
  font-family: var(--font-family-newsreader);
  font-size: var(--font-size-xxxxxl);
  font-style: normal;
  font-weight: 400;
}

.coorporate {
  margin-bottom: 110px;
}

.coorporate .rightarea {
  display: flex;
  flex-direction: column;
  gap: 25px; /* Adds space between the elements */
  padding-left: 100px;
}

.col-md-6.g-0 {
  position: relative;
  overflow: hidden; /* Hide any overflow */
  height: 300px; /* Set a height for the container */
}

.mobspace {
  background-image: url("../images/coorporatePrograme.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  height: 80%;
  border-radius: 10px;
  /* Remove the animation from the default state */
}

.mobspace.animate {
  animation: scrollBackground 2s linear forwards; /* Apply the animation only when the class 'animate' is added */
}

/* Animation Keyframes */
@keyframes scrollBackground {
  0% {
    background-position: right center;
  }
  40% {
    background-position: left center;
  }
}
@media (max-width: 960px) {
  .meetsCoffee button {
    border: 1px solid #00321d;
    font-size: 20px;
    background: #ebefed;
    padding: 5px 18px;
    border-radius: 8px;
    align-items: center;
    max-width: 177px;
    margin: 0 auto;
    margin-top: 25px;
    display: flex;
    font-family: var(--font-family-inter);
  }
  .trust-container {
    gap: 31px;
  }
  .trust-box {
    padding: 10px 20px;
  }
  .trust-box p {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .homehdng h2 {
    color: var(--dark-green);
    font-family: var(--font-family-newsreader);
    font-size: 30px!important;
    font-style: normal;
    margin:25px 0px!important;
    font-weight: 400;
}

.homehdng {
    margin-top: 40px!important;
    text-align: center;
}
.welthManagement {
    margin-top: 40px!important;
}

  .welthSection p {
    margin-bottom: 65px;
    text-align: center;
    margin: 30px 4% 0px 4%;
  }

  .trust-title {
    max-width: 100%;
    display: block;
  }
  .trust-title span {
    font-weight: 400;
    font-family: var(--font-family-newsreader);
    font-size: 30px;
  }

  .rightarea h2 {
    font-size: 30px;
    padding: 9px 0px;
  }
  .rightarea p {
    font-size: 16px;
    padding: 0px 0 30px 0;
    line-height: 25px;
    color:#666666;
  }
  .rightarea {
    padding: 0px;
  }

  .meetsCoffee button {
    border: 1px solid #00321d;
    font-size: 20px;
    background: #ebefed;
    padding: 5px 18px;
    border-radius: 8px;
    align-items: center;
    max-width: 177px;
    margin: 0 auto;
    margin-top: 0;
    display: flex;
    font-family: var(--font-family-inter);
  }

  .coorporate h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .coorporate h3 {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-family-newsreader);
  }

  .coorporate .rightarea {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .wealthManagment .banner-text {
    position: absolute;
    text-align: center;
    right: 0px;
    transform: translate(-10%, -50%);
    width: 100%;
  }
  .rightarea {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 0px;
  }

  .trust-box-container {
    grid-template-columns: repeat(2, 1fr); /* Two columns per row */
    gap: 10px; /* Adjust the gap for mobile if needed */
  }

  .trust-box:nth-child(1),
  .trust-box:nth-child(2),
  .trust-box:nth-child(3),
  .trust-box:nth-child(4),
  .trust-box:nth-child(5),
  .trust-box:nth-child(6),
  .trust-box:nth-child(7) {
    grid-column: auto;
    grid-row: auto;
    height: 0;
  }
  .trust-box p {
    line-height: 20px;
    font-size: 14px;
    color:#00321D;
  }

  /* you can trust css start here */
  .trust-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  /* .trust-container {
        padding: 30px 0px;
    } */

  .trust-title {
    /* grid-column: auto; */
    text-align: center;
    width: 100%;
  }

  .trust-box {
    grid-column: auto;
    grid-row: auto;
    padding: 10px;
    min-height: 63px;
  }

  .trust-title {
    font-weight: 400;
    color: #003300;
    margin-bottom: 10px;
    grid-column: 1 / span 2;
    align-self: center;
    font-size: 30px;
  }
  /* you can trust css end here */

  .card h2 {
    font-size: 26px;
    margin-bottom: 10px;
    color: #00321d;
    text-align: justify;
    padding-top: 0px;
    font-weight: 500;
    font-family: var(--font-family-newsreader);
  }

  .card.small,
  .card.large {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .card.small,
  .card.large {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .img-top,
  .img-bottom {
    position: static;
    width: 50%;
    margin-bottom: 15px;
    position: absolute;
  }

  .banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: self-end;
  }
  .banner-text h1 {
    margin-bottom: 50px;
  }
  /* wealth management */

  .bannerSection .banner-text h1 {
    color: white;
    font-family: var(--font-family-newsreader);
    font-size: 36px;
  }

  .welthSection h2 {
    font-size: 30px;
    color: #00321d;
    font-weight: 400;
    font-family: var(--font-family-newsreader);
    text-align: center;
  }

  .welthSection p {
    font-family: var(--font-family-inter);
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    color:#666666;
  }

  .welthSection button,
  .secureSection button,
  .why-trust button {
    border: 1px solid #00321d;
    font-size: 14px;
    background: #ebefed;
    padding: 5px 18px;
    border-radius: 8px;
    align-items: center;
    display: flex;
    font-family: var(--font-family-inter);
    margin: 0 auto;
  }

  .mobileview {
    display: block;
  }
  .desktopview {
    display: none;
  }
  .why-trust button img {
    width: 45px;
  }
  .why-trust button {
    border: 1px solid #00321d;
    font-size: 14px;
    background: #ebefed;
    padding: 5px 18px;
    font-weight: 400;
    border-radius: 8px;
    align-items: center;
    /* width: 260px; */
    display: flex;
    font-family: var(--font-family-inter);
  }

  .container-custom {
    text-align: center;
    margin: 0px auto;
    max-width: 1200px;
  }

  .container-custom {
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 50px;
  }

  .secureSection h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
    margin-right: 0px;
    font-family: var(--font-family-newsreader);
    /* padding: 0px 30px; */
    /* margin: 0px 20px; */
  }

  .secureSection .lead {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
    font-family: var(--font-family-inter);
  }

  .welthSection .container {
    margin-top: 0px;
  }

  .welthSection p {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .welthManagement {
    margin-top: 80px;
  }

  .coorporate {
    margin-bottom: 80px;
  }

  .meetsCoffee {
    padding: 10px;
    margin-top: 80px;
  }

  .mobspace {
    background-image: url(../images/coorporatewelth.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    height: 140px;
    animation: scrollBackground 5s linear forwards;
    border-radius: 10px;
  }
  .welthSection {
    display: flex;
    padding: 50px 0px;
  }

  .container-custom h2 {
    font-size: 30px;
    color: rgb(0, 50, 29);
    margin-bottom: 10px;
    font-weight: 400;
    font-family: var(--font-family-newsreader);
    margin-top: 50px;
  }

  .container-custom p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 0px;
    font-family: var(--font-family-inter);
    margin-bottom: 50px;
  }

  .why-trust-us img {
    border-radius: 10px;
    width: 85%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .why-trust-us h2 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: #00321d;
    font-family: var(--font-family-newsreader);
    padding: 20px 0px;
  }

  .trust-list {
    list-style: none;
    padding-left: 0;
    margin-left: 50px;
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .trust-list li {
    padding: 5px 0;
    list-style: disc;
    font-size: 16px;
    font-family: var(--font-family-inter);
  }
  .img-top {
    top: 0;
    left: 35px;
    width: 50%;
    position: relative;
  }
  .position-absolute {
    position: static;
  }

  .secureSection .showMobile {
    display: block;
    margin-top: 120px;
  }
  .secureSection .hideMobile {
    display: none;
  }

  .img-bottom {
    top: 36%;
    left: 36%;
    width: 50%;
    border-radius: 8px;
  }
  .img-top {
    top: 0;
    left: 35px;
    width: 50%;
  }

  .secureSection .desktop-remove {
    display: block;
  }

  .welthSection button img,
  .secureSection button img,
  .why-trust button img {
    padding: 5px 10px;
    vertical-align: middle;
  }
  .banner img {
    width: 100%;
  }

  .card.small,
  .card.large {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }

  .card.small,
  .card.large {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }

  .welthManagement h1 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #00321d;
    text-align: center;
    padding-bottom: 20px;
    font-family: var(--font-family-newsreader);
  }
  .card h2 {
    font-size: 16px;
  }
  .card p {
    font-size: 12px;
    color: #666666;
    font-weight: 400;
    text-align: left;
    /* padding-bottom: 30px; */
    font-family: var(--font-family-inter);
    line-height: 16px;
  }

  .card {
    background-color: #fff;
    border-radius: 10px;
    padding: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    box-sizing: border-box;
  }

  .icon div:nth-child(1) img {
    width: 30px;
  }
  .topNavigation .container-fluid {
    padding: 0 0rem;
  }
  .riskManagement h2 {
    padding-right: 0px;
  }
}
