.ss-cntnt .img-container {
    width: 100%;
    overflow: hidden;
}

.ss-cntnt .img-container img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    height: auto; 
}

/*  */

.brand-insights-cntnr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media only screen and (max-width: 1060px) {
    .brand-insights-cntnr {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 619px) {
    .brand-insights-cntnr {
        grid-template-columns: repeat(1, 1fr);
    }
}

.brand-insights-cntnr .brand-insights-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px 0 0 0;
    gap: 15px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: center;
    color: rgb(16, 31, 46);
}

.brand-insights-cntnr .brand-insights-item p.number {
    font-size: 40px;
    font-weight: bold;
    color: #ea4335;
    margin: 0;
    padding: 0;
    width: 160px;
}

.brand-insights-cntnr .brand-insights-item p {
    padding: 10px;
}

.brand-insights-cntnr .brand-insights-item i {
    vertical-align: middle;
    font-size: 50px;
}

.brand-insights-dscrptn-cntnr img {
    height: 70px;
    width: auto;
    filter: grayscale(100%);
    transition: 0.3s ease-in-out;
    width: auto;
}

.brand-insights-cntnr .brand-insights-item:hover .brand-insights-dscrptn-cntnr img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.brand-insights-dscrptn-cntnr {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.brand-insights-title-cntnr {
    border-top: 1px solid #fbbc05;
    width: 100%;
    font-size: 1rem;
}

/*  */

#intro-sctn {
    background-color: #ECE9E6;
    background-image: url(../images/bg/hol9.jpg);
    background-size: 100% 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    /* background-image: linear-gradient(to left, #dddddd99, #ffc89a4e), url(../images/bg/hol9.jpg); */
    transition: "background-size 0.2s ease-out";
    border: 1px solid #ececec;
    border-radius: 20px;
}

#intro-sctn .sctn-cntnt {
    background-color:#ffffff71;
    backdrop-filter: blur(5px);
    padding: 20px;
    border-radius: 8px;
    text-align: justify;
    color: #000;
    font-size: 1.1rem;
    line-height: 1.5rem;
}

#intro-sctn p:not(:first-of-type) {
    margin-top: 15px;
}

/*  */

.pdesk-cntnt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

@media (max-width: 860px) {
    .pdesk-cntnt {
        grid-template-columns: repeat(1, 1fr);
    }
}

.pdesk-cntnt .img-cntnr {
    position: relative;
    text-align: center;
    color: white;
    height: fit-content;
    border-radius: 12px;
    overflow: hidden;
}

.pdesk-cntnt .img-cntnr img {
    float: right;
    width: 100%;
    height: auto;
}

.pdesk-cntnt .img-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #00000087;
    backdrop-filter: blur(4px);
    padding: 4px 4px;
}

.pdesk-msg {
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-align: justify;
}

.pdesk-msg p:not(:first-of-type) {
    margin-top: 15px;
}

/*  */

#val-sctn {
    border: 1px solid #ececec;
    border-radius: 20px;
    background-image: url(../images/bg/val-sctn-bg-2.jpg);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.val-cards-cntnr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    row-gap: 95px;
    margin: 0 auto;
    padding: 60px 30px 60px 30px;
}

@media (max-width: 1300px) {
    .val-cards-cntnr {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 95px;
    }
}

@media (max-width: 1050px) {
    .val-cards-cntnr {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 95px;
        gap: 30px;
    }
}

@media (max-width: 600px) {
    .val-cards-cntnr {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
        row-gap: 95px;
    }
}

.val-card {
    position: relative;
    border-radius: 10px;
    transition: 0.3s;
    cursor: pointer;
    box-shadow: 0 17px 40px #00000026;
    /* height: 190px; */
    /* margin-top: 70px; */
}

.val-card:hover {
    transform: scale(1.03);
}

.val-card:nth-of-type(1) {
    background: #006E7F; 
    background: -webkit-linear-gradient(to top, #006E7F, #134E5E); 
    background: linear-gradient(to top, #006E7F, #134E5E);
    color: #006E7F;
}

.val-card:nth-of-type(2) {
    background: #FDC830;
    background: -webkit-linear-gradient(to bottom, #eaaf0e, #FDC830); 
    background: linear-gradient(to bottom, #eaaf0e, #FDC830);
    color: #F8CB2E;
}

.val-card:nth-of-type(3) {
    background: #f12711; 
    background: -webkit-linear-gradient(to top, #EE5007, #f12711); 
    background: linear-gradient(to top, #EE5007, #f12711);
    color: #EE5007;
}

.val-card:nth-of-type(4) {
    background: #c31432; 
    background: -webkit-linear-gradient(to top, #B22727, #c31432); 
    background: linear-gradient(to top, #B22727, #c31432);
    color: #B22727;
}

.val-card .image-box {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 7px 20px #12121252;
}

.val-card .image-box i {
    font-size: 90px;
    line-height: 0;
}

.val-card .content {
    margin-top: 65px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
    color: white;
}

.val-card .content .details {
    padding: 40px 5px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.val-card .content .details div:nth-of-type(1) {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2rem;
}

.val-card .content .details div:nth-of-type(2) {
    font-size: 16px;
    opacity: 0.7;
    color: #d9d9d9;
}

/*  */

.notice-sctn-cntnt .sctn-hd {
    margin-bottom: 20px;
}

.news-ticker {
    width: 100%;
    max-width: 100%;
    background: #f8f9fa;
    border-left: 4px solid #007bff;
    overflow: hidden;
    position: relative;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.news-list li {
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    color: #333;
    width: 100%;
}

.news-list li i {
    line-height: 0;
}

.news-list li a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.ticker-controls {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.ticker-controls button {
    padding: 5px 10px;
    border: none;
    background: #007bff;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

.ticker-controls button:hover {
    background: #0056b3;
}

.notice-sctn-cntnt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 1px 1px;
}

@media only screen and (max-width: 700px) {
    .notice-sctn-cntnt {
        grid-template-columns: repeat(1, 1fr);
        gap: 60px;
    }
}

.list-item-icon i {
    line-height: 0;
}

/* Notice Section End */

#activity-sctn {
    background: #ECE9E6;
    background: -webkit-linear-gradient(45deg, #FFFFFF, #e7edff7c);
    background: linear-gradient(45deg, #FFFFFF, #e7edff7c);
    border-radius: 20px;
}

.activity-sctn-cntnt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    padding: 5px;
}

.activity-card {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    transition: 0.2s;
    background-color: #ffffff;
    /* width: min(100% - 2rem, 380px); */
}

.activity-card:hover {
    transform: scale(1.02);
}

.activity-card-figure {
    width: 100%;
    overflow: hidden;
    isolation: isolate;
    height: 300px;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 500px) {
    .activity-card-figure {
        height: 250px;
    }
}

.activity-card-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    backdrop-filter: blur(10px);
}

/*  */

.profile-card {
    padding: 15px;
}

.profile-card-data {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    position: relative;
    cursor: pointer;
    padding: 15px;
    transition: 0.3s;
    color: #000;
}

.profile-card-data:hover {
    background-color: #f3f3f3;
}

.profile-card .image {
    position: relative;
    height: 120px;
    width: 120px;
}

.profile-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.card-data {
    color:inherit;
    margin-top: 15px;
    text-align: center;            
}

.card-sname {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
}

.card-clas-sec {
    font-size: 18px;
}

/*  */

#blog-sctn {
    background-color: #fafafa;
    border-radius: 20px;
}

.sctn-cntnt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media only screen and (max-width: 1250px) {
    .sctn-cntnt-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 650px) {
    .sctn-cntnt-grid{
        grid-template-columns: repeat(1, 1fr);
    }
}

/*  */


.sbscrb-form-cntnr {
    background-color: #fff;
    border-radius: 16px;
    padding: 20px 5px 30px 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    text-align: center;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fdfdfd;
}

.sbscrb-form-cntnr .sbscrb-form-hd {
    text-transform: uppercase;
    font-size: 2.4rem;
    background-image: url(../images/bg/bg2.jpg);
    background-clip: text;
    background-size: auto 100%;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.sbscrb-form-cntnt {
    margin-top: 20px;
}

.sbscrb-form .form-input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.sbscrb-form .form-input input {
    max-width: 100%;
    width: 300px;
    padding: .8rem 1rem;
    border-radius: 30px;
    border: none;
    outline: 1px solid #d1d1d1;
    background-color: transparent;
    transition: 0.2s;
    font-size: 0.9375rem;
    letter-spacing: 0.5px;
}

.sbscrb-form .form-input input:focus {
    outline: 3px solid #ffbe9e7e;
    background-color: white;
}

.sbscrb-form .form-input input::placeholder {
    color: #5f5f5f;
}

.sbscrb-form .form-input .subscribe-btn {
    width: 120px;
    height: 45px;
    border-radius: 30px;
    background: linear-gradient(90deg, #ff9966, #ff5e62);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9375rem;
}

@media only screen and (max-width: 799px) {
    .sbscrb-form .form-input {
        flex-direction: column;
    }

    .sbscrb-form .form-input input {
        width: 100%;
    }

    .sbscrb-form .form-input .subscribe-btn {
        width: 100%;
    }
}

.subscribe-btn .loader {
    border: 2px solid transparent;
    border-radius: 50%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 22px;
    width: 22px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*  */