.head-sec p,
section.about-us-home .head-sec p {
  color: var(--secondary-color);
}
.head-sec p {
  font-size: var(--f12);
  font-weight: 600;
  margin-bottom: var(--m5);
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.7;
}
section.about-us-home {
  background: var(--white-color);
}
section.about-us-home .abt-co-img-left {
  border-radius: 0;
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
  padding-right: 50px;
}
section.about-us-home .abt-left {
  min-height: 700px;
}
section.about-us-home .abt-co-img-left img,
section.about-us-home .abt-co-img-right img {
  border-radius: 10px;
}
section.about-us-home .abt-co-img-left img {
  width: 100%;
  height: 650px;
  object-fit: contain;
  box-shadow: 0 0 9px #00000045;
}
section.about-us-home .abt-co-img {
  position: relative;
  padding-right: 0;
  width: 50%;
  float: left;
  z-index: 2;
  height: 700px;
}
section.about-us-home .abt-co-img-center {
  position: absolute;
  top: 205px;
  left: 65px;
  z-index: -1;
}
section.about-us-home .head-sec {
  text-align: left;
  margin-bottom: var(--m15);
}
section.about-us-home ul.key-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.about-us-home li {
  width: 50%;
  margin-bottom: var(--m10);
  font-weight: 600;
  color: var(--heading-color);
  display: flex;
  align-items: center;
}
section.about-us-home i {
  font-size: var(--f18);
  margin-right: var(--m10);
  font-weight: 900;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--heading-color);
}
section.about-us-home p {
  max-height: 100%;
}
section.about-us-home .abt-co-img-right img {
  height: 400px;
  object-fit: cover;
  border: 4px solid #fff;
  width: 304px;
  box-shadow: 10px 10px 26px 0 rgba(0, 0, 0, 0.21);
}
section.about-us-home .abt-co-img-right {
  text-align: right;
  z-index: 1;
  transform: translateY(-25%) translateX(295px);
  position: absolute;
  top: 52%;
}
section.about-us-home a.main-btn {
  display: block;
  width: 150px;
  text-align: center;
  margin-top: var(--m10);
}
section.about-us-home .col-5.abt-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.details-list {
  background: var(--lt-bg-color);
}
.payment-options a {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  fill: var(--secondary-color);
  margin-top: 10px;
}
.payment-options a:hover {
  text-decoration: underline;
}
.payment-options a.showless-data-0,
.payment-options a.showless-data-1,
.payment-options a.showless-data-2 {
  display: none;
  margin-top: 0;
}
.payment-para {
  overflow: hidden;
}


.payment-options img{
    width: 100% !important;
    height: auto !important;
}

/*  */

.sandy-section .rounded-box {
    background: #c5ddf4;
    border-radius: 20px;
}

.sandy-section .title {
    font-size: 38px;
    font-weight: 700;
    color: var(--btn-color);
    margin-bottom: 20px;
}

.readmore-btn {
    background-color: #0b62c5;
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
}

.readmore-btn:hover {
    background-color: #084c9b;
    color: #fff;
}

/* IMAGE STACK */
.image-stack {
    position: relative;
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
    height: 415px;
}

.img-main {
    width: 52%;
    border-radius: 15px;
    height: 299px;
    object-fit: cover;
    position: absolute;
    top: 100px;
    right: -65px;
}

/* TOP IMAGE */
.img-top {
    position: absolute;
    top: 20px;
    right: 35px;
    width: 55%;
    border-radius: 15px;
    object-fit: cover;
    height: 300px;
}

/* BOTTOM IMAGE */
.img-bottom {
    position: absolute;
    left: -42px;
    width: 60%;
    border-radius: 15px;
    object-fit: cover;
    height: 350px;
    top: 65px;
}

.sandy-section .container {
    /* margin-right: 0; */
}


section.sandy-section .center-img {
  transform: translateX(0) scale(1.5);
  z-index: 99;
  margin-top:60px;
  object-fit: cover;
}

section.sandy-section .left-img {
  transform: translateX(-120px) scale(1);
  margin-top:60px;
    object-fit: cover;
}

section.sandy-section .right-img {
  transform: translateX(120px) scale(1);
  margin-top:60px;
    object-fit: cover;
}

section.sandy-section .btn {
  position: absolute;
  top: 55%;
  width: 110px;
  text-align: center;
  line-height: 32px;
  padding: 3px 0;
  border: 2px solid gray;
  cursor: pointer;
  color: #444;
  transition: 0.3s;
}

section.sandy-section .btn:hover {
  background: #58c2b3;
}


section.sandy-section .card {
    height: 250px;
    width: 150px;
    position: absolute;
    border: 2px solid gray;
    transition: all 0.6s ease;
    z-index: 1;
}

.sandy-para p{
  color:var(--btn-color);
}

.sandy-para h2{
  color:var(--btn-color);
}

