.nav-menu-bar-bg{
        position: relative;
        z-index: 10;
    }
    .bg-container {
    background-image: url('../images/home-banner.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 632px;
    z-index: -1;
  
}

.banner-holder {position: relative; }
.banner-holder .full-breadcrumb {position: absolute; top: 30px;}
.banner-text-holder {padding-right: 120px; margin-top: 30px!important; margin-bottom: 30px!important;}
.fin-thin{
    border-bottom: 1px solid #788B7E;
}
.home-intro-circle {
    width: 80px;
    height: 12px;
    background-color: #7B8668;
    border-radius: 20px;
}

.slider-dots {
    margin-top: 20px;
    display: flex;
    gap: 10px;
     
}

.dot {
    width: 8px;
    height: 8px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #788B7E;
    transform: scale(1.2);
}

a.home-btn {
    position: relative;
    background-color: #fff;
    color: #788B7E;
    padding: 10px 45px 10px 26px;
    border-radius: 6px;
    text-decoration: none !important;
    font-size: 16px;
    border: 2px solid #A3B289;
    margin-bottom: 10px;
}

.home-btn::before {
    content: url('../images/icons/home-arrow.svg');
    position: absolute;
    top: 8px;
    right: 12px;
} 

.charmain {margin-top: -88px;}

.home-btn-container {

    display: flex;
    flex-direction: column;
}

.exec-block {
    background-color: #ECEBE9;
    padding: 18px 40px 0 40px;
    border-radius: 10px;
    position: relative;
    min-height: 362px;
    height: 100%;
}

.exec-image {
    position: absolute;
    left: 64%;
    bottom: -40px;
}

.exec-slide {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.4s ease;
    pointer-events: none;
}

.exec-slide.active {
    position: relative;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    height: 100%;
}

.intro-text {
    color: #4D3A33;
    font-size: 18px;
    font-weight: 500;
}

.home-btn.active {
    background-color: #A3B289;
    color: #fff;
}

.grad-bg {
    margin-top: 60px;
    background: linear-gradient(180deg, #FFFFFF 0%, #788B7E 301%);
    padding: 20px;
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.shaping-blog {
    position: relative;
    background-image: url('../images/shaping-lady.png');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    border: 1px solid #D8DFCD;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.shaping-content-blog {
    position: relative;
    width: 70%;
    background: #fff;
    border-radius: 0 0 80px 0;
}

.btm-content-blog {
    position: relative;
    width: 70%;
    background: #fff;
    border-radius: unset;
}

.btm-content-blog::after {
    position: absolute;
    content: '';
    background: #fff;
    min-height: 72px;
    width: 100%;
    border-radius: 0 0 64px 0;
}

.shaping-heading {
    background-color: #ABA052;
    border-radius: 8px;
    padding: 10px 15px;
    margin-right: 16px;
}

.shaping-pic {margin-top: -60px;}

.up-pic {margin-top: -15px;}

.switch-light-olive {
    color: #788B7E;
}

.good-blog {
    position: relative;
    background-image: url('../images/upholding-bg.png');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    border: 1px solid #D8DFCD;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.good-heading {
    background-color: #A3B289;
    border-radius: 8px;
    padding: 10px 15px;
    margin-right: 16px;
}

.creation-blog {
    position: relative;
    background-image: url('../images/value-creation-and-performance-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    border: 1px solid #D8DFCD;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.creation-heading {
    background-color: #8B7B60;
    border-radius: 8px;
    padding: 10px 15px;
    margin-right: 16px;
}

.mineral-blog {
    position: relative;
    background-image: url('../images/mineral-resources-and-reserves-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    border: 1px solid #D8DFCD;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.mineral-heading {
    background-color: #7D8142;
    border-radius: 8px;
    padding: 10px 15px;
    margin-right: 16px;
}

.info-content {
    height: auto !important;
}

/* Button CSS start */

.the-arrow {
  width: 20px;
  transition: all 0.2s;
}
.the-arrow.-left {
  position: absolute;
  top: 10px;
  left: 14px;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #999;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #999;
}
.the-arrow.-left > .shaft:before {
  transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  transform: rotate(0);
}
.the-arrow.-right {
  top: 0;
}
.the-arrow.-right > .shaft {
  width: 20px;
  transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 8px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
  transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  transform: rotate(-40deg);
}
.the-arrow > .shaft {
  background-color: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow > .shaft:before {
  transform-origin: top right;
}
.the-arrow > .shaft:after {
  transform-origin: bottom right;
}

.animated-arrow {
    position: relative;
    display: inline-block;
    font-style: italic;
    text-decoration: none !important;
    transition: all 0.2s;
    background: #7B8668;
    padding: 3px 14px;
    border-radius: 30px;
    overflow: hidden;
}

.animated-arrow:hover {
  color: #eaeaea;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 20px;
  transition-delay: 0.1s;
  background-color: #eaeaea;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  transition-delay: 0.1s;
  background-color: #eaeaea;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
  transform: translateX(28px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  transform: translateX(200%);
  transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  transition-delay: 0;
  transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  transform: rotate(0);
}
.animated-arrow > .main {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.animated-arrow > .main > .text {
  margin: 0 8px 0 0;
  line-height: 1;
  padding-top: 0;
  color: #fff;
  font-size: 14px;
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}

/* Button CSS end */

@media screen and (max-width: 1400px) {
    .shaping-blog, .good-blog {background-position: 30%;}
    .creation-blog, .mineral-blog {background-position: 10%;}    
    .btm-content-blog {width: 74%;}
    .shaping-pic {margin-top: -39px;}
    .creation-pic {margin-top: -16px;}
}



@media screen and (max-width: 1200px) {

    .exec-image {left: 60%;}
    .btm-content-blog {width: 88%;}
    .up-pic {margin-top: 33px;}
}


@media screen and (max-width: 991px) {

    .shaping-content-blog::after {
    position: absolute;
    content: '';
    background: #fff;
    min-height: 108px;
    width: 100%;
    border-radius: 0 0 64px 0;
    margin-top: -1px;
}

.charmain {
    margin-top: -60px;
}

.shaping-content-blog {
    width: 88%;
    border-radius: unset;
}

    .exec-block {
        padding: 25px;
        min-height: auto;
    }

    .exec-slide .row {
        display: flex;
        flex-direction: column;
    }

   
    .exec-slide .col-lg-6,
    .exec-slide .col-lg-7 {
        order: 1;
        width: 100%;
    }

   
    .exec-image {
        order: 2;
        position: relative !important;
        left: auto !important;
        right: auto !important;
        bottom: -23px !important;

        margin-top: 20px;
        text-align: center;
    }

    .exec-image img {
        max-width: 75%;
        height: auto;
    }

    .intro-text {
        font-size: 16px;
    }

    .home-btn {
        font-size: 15px;
        padding: 10px 35px 10px 20px;
    }

    .slider-dots {
        justify-content: flex-start;
    }

    .banner-holder .full-breadcrumb {
        position: unset!important;
    }

    .banner-text-991 {
    margin-top: 30px;
    margin-left: 30px;
    padding-left: 110px;
}

@media screen and (max-width: 768px) {

    .banner-text-991 {
        padding-left: unset !important;
        
    }}

   

@media screen and (max-width: 576px) {

    .grad-bg {
        padding: 10px;
    }

    .exec-block {
        padding: 18px;
    }

    .intro-text {
        font-size: 15px;
        line-height: 1.5;
    }

    .exec-image img {
        max-width: 85%;
    }

    .home-btn {
        font-size: 14px;
        padding: 10px 30px 10px 18px;
    }

    .slider-dots {
        gap: 8px;
    }

}

@media screen and (max-width: 462px) {
    .shaping-content-blog {width: 100%;}
}

@media screen and (max-width: 400px) {

    .exec-image img {
        max-width: 95%;
    }

    .home-btn {
        font-size: 13px;
    }

    .intro-text {
        font-size: 14px;
    }
}}
