



/*.BodyShadow{

    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.36); 

box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.36);

}*/



/* BODY BG (matches your beige tone) */



/* Header Part */
.hero-slide {
    position: relative;
}

/* IMAGE */
.hero-slide img {
    height: 420px; /* desktop height */
    object-fit: cover;
}

/* TEXT CENTER */
.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    text-align: center;
    color: #fff;
}

/* TEXT STYLE */
.hero-content h2 {
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.hero-content h1 {
    font-size: 64px;
    font-weight: 700;
    margin: 0;
}

/*Header Part*/

/*Body Part*/

/* WRAPPER BG */
.csr-wrapper {
    background: #f3ede4;
    padding: 20px 100px;
}

/* BOX */
.csr-box {
    background: #f2f2f2;
    padding: 45px 40px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
    border-bottom: 5px solid #c6eb5a; /* green line */
}

/* TEXT */
.csr-text {
    font-size: 25px;
    line-height: 1.3;
    color: #333;
    margin-bottom: 10px;
}

/* BUTTON */
.btn-about {
    display: inline-block;
    background: #5f98a0;
    color: #fff;
    padding: 10px 28px;
    text-decoration: none;
    margin-bottom: 25px;
}

.btn-about:hover {
    color: #000;
    background: #c6eb5a;
}

/* TITLE */
.csr-title {
    color: #5f98a0;
    font-weight: 600;
    margin-bottom: 5px;
}

/* DATA ROW */
.csr-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* ITEM */
.csr-item {
    text-align: center;
    flex: 1;
    min-width: 120px;
    position: relative;
}

/* YEAR */
.csr-item span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

/* VALUE */
.csr-item strong {
    display: block;
    font-size: 18px;
    color: #5f98a0;
}

/* DIVIDER */
.csr-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 25%;
    height: 50%;
    width: 1px;
    background: #cfcfcf;
}

.csr-card-in {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


/*Welcome Section*/

/*Tab Section*/

/* SECTION BG */

/* TAB AREA */
/* TAB AREA */

.csr-tabs-section {
    background: #f3ede4;
    padding: 20px 100px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    
    outline: none !important;
    
}

.csr-tabs {
    text-align: center;
    border-bottom: none;
    padding: 35px 0 20px;
}

/* TAB LIST */
.csr-tabs > li {
    float: none;
    display: inline-block;
    margin: 0 28px;
    position: relative;
}

/* TAB LINK */
.csr-tabs > li > a {
    border: none !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
}

/* HOVER */
.csr-tabs > li > a:hover {
    color: #d8ef5f !important;
    background: transparent !important;
}

/* ACTIVE TAB */
.csr-tabs > li.active > a,
.csr-tabs > li.active > a:hover,
.csr-tabs > li.active > a:focus {
    color: #d8ef5f !important;
    background: transparent !important;
    border: none !important;
    text-decoration: underline;
}

/* ACTIVE ARROW */
.csr-tabs > li.active::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;

    width: 0;
    height: 0;

    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #d8ef5f;
}

/* TABS */
.csr-tabs {
    padding-top: 30px;
    margin-bottom: 0px;
    border-bottom: none;
    background: #5f98a0;
    padding-bottom: 50px;
}

.csr-tabs .nav-link {
    background: transparent;
    border: none;
    color: #fff;
    font-weight: 600;
    position: relative;
}

/* ACTIVE TAB */
.csr-tabs .nav-link.active {
    color: #c8e65a;
    text-decoration: underline;
}

/* TRIANGLE INDICATOR */
.csr-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;

    width: 0;
    height: 0;

    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #c8e65a;
}

/* CARD WRAP */
.csr-content-wrap {
    margin-top: 0px;
}

/* INNER WHITE CARD */
.csr-card {
    background: #fff;
    padding: 20px 70px 40px;
}

.csr-card-in {
    background: #f3f3f3;
    padding: 20px;
    border-bottom: 4px solid #c8e65a;
}

/* LEFT CONTENT */
.csr-left h5 {
    color: #2f7d8a;
    font-weight: 800;
    margin-bottom: 0px;
}

.csr-left p {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    padding: 0 0 0;
}

.sub-title {
    color: #4391a5 !important;
    font-weight: 600;
    margin-top: 15px;
}

.csr-left ul {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    padding: 0 0 10px;
}

/* BUTTON */
.btn-download {
    display: inline-flex;
    align-items: center;
    background: #c8e65a;
    color: #000;
    padding: 10px 16px;
    text-decoration: none;
    font-weight: 500;
    gap: 10px;
}

/* ICON BOX */
.icon-box {
    width: 28px;
    height: 28px;
/*    border: 2px solid #000;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ICON IMAGE */
.icon-box img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* RIGHT IMAGE */
.csr-right {
    border-left: 2px solid #c8e65a;
}

.csr-right img {
    width: 100%;
    height: auto;
}

/*Tab Section*/

/*About Section*/

/* SECTION BG */
.more-section {
    background: #f3ede4;
    padding: 5px 0px 10px;
}

/* INNER BOX */
.more-box {
    background: #f2f2f2;
    padding: 40px 35px;
    margin: 0 96px;
}

/* TITLE */
.more-title {
    text-align: center;
    color: #5f98a0;
    font-weight: 600;
    margin-bottom: 10px;
}

/* ROW GAP */
.more-row {
    row-gap: 30px;
}

/* ITEM */
.more-item img {
    width: 100%;
    height: 170px; /* fixed like design */
    object-fit: cover;
}

/* HEADING */
.more-item h5 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom:5px;
    padding: 0 5px;
}

/* TEXT */
.more-item p {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    padding: 0 5px;
}

/*About Section*/
/*Body Part*/