* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    color: #000000;
    min-height: 100vh;
    width: fit-content;
    background-color: #ffffff;
    width: 100vw;
    overflow-x: hidden;
}

/****************************************************************************************** first section **************************************************************/

.why-4m-section {
    margin-top: 7%;
}

.why-4m-section h1 {
    font-size: 4rem;
    text-align: center;
    font-weight: bold;
    color: #000000;
}

@media screen and (max-width: 991px) {
    .why-4m-section h1 {
        margin-top: 14%;
    }
}

@media screen and (max-width: 700px) {
    .why-4m-section h1 {
        font-size: 3.5rem;
        margin-top: 5rem;
    }
}

.premium-flex-outer-content {
    margin: 1vw 2vw 1vw 2vw;
    background-color: #ffffff;
    display: flex;
    border-radius: 3.5vw;
    overflow: hidden;
    flex-grow: 1;
    box-shadow: 2px 1px 9px 0px rgb(0 0 0 / 25%);
}

.premium-flex-content {
    display: flex;
    flex-direction: row;
}

.premium-flex-content>div {
    flex: 1;
}

.premium-left-video {
    overflow: hidden;
    /* border-top-right-radius: 3vw; */
    /* border-bottom-right-radius: 3vw; */
}

.premium-left-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.premium-right-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5vw;
    gap: 3vw;
}

.premium-right-content h3 {
    font-size: 3vw;
    font-weight: bold;
    line-height: 1.3;
    color: #dc2827;
}

.premium-right-content span {
    color: #000000;
}

.premium-right-content p {
    font-size: 1vw;
    font-weight: 500;
}

.premium-right-content p:nth-child(3) {
    margin-bottom: 2vw;
}

.premium-buttons-container {
    display: flex;
    gap: 2vw;
}

.man-card-outer-container {
    display: flex;
    gap: 1rem;
}

.man-card-outer-container .man-card {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.man-card-outer-container .man-card:first-child {
    border-right: 1px solid #cccccc;
    padding-right: .75rem;
}

.man-card-content h4 {
    font-size: 1rem;
    font-weight: bold;
    color: #dc2827;
}

.man-card-content p {
    margin-top: .5rem;
    font-size: 0.85rem;
}

.man-card img {
    height: auto;
    width: 100%;
    object-fit: cover;
    max-width: 60px;
}

@media screen and (max-width: 991px) {
    .section-premium {
        min-height: unset;
    }

    .premium-flex-content {
        flex-direction: column;
    }

    .premium-flex-content>div {
        flex: unset;
    }

    .premium-right-content h3 {
        font-size: 4vw;

        margin-bottom: 2vw;
    }

    .premium-right-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 4vw;
        gap: 2vw;
    }

    .premium-right-content p {
        font-size: 2vw;
        font-weight: 600;
    }

    .premium-buttons-container {
        display: flex;
        gap: 2vw;
        flex-direction: column;
        margin-bottom: 1vw;
    }

    .man-card-outer-container {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .man-card-content h4 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 600px) {
    .man-card-outer-container {
        display: flex;
        gap: 2rem;
        flex-direction: column;
    }
}

@media screen and (max-width: 500px) {

    .section-premium h2 {
        font-size: 7vw;
        margin: 15% auto;
        width: 45%;
    }


    .section-premium br {
        display: none;
    }

    .premium-right-content h3 {
        font-size: 1.69rem;
        margin-top: 3vw;
    }

    .premium-right-content h3 span {
        width: 100%;
        display: block;
    }

    .man-card-outer-container .man-card:first-child {
        border: none;
    }


    .premium-right-content p {
        font-size: 0.8rem;
        font-weight: 500;
        margin-bottom: 0.5rem;
    }

    .premium-right-content p:nth-child(3) {
        margin-bottom: 5vw;
    }

    .man-card-outer-container .man-card {
        align-items: flex-start;
    }

    .man-card img {
        max-width: 40px;
    }

    .man-card-content h4 {
        font-size: 0.9rem;
    }

    .man-card-content p {
        font-weight: normal;
        font-size: 0.85rem;
        margin-top: .25rem;
    }
}


/*************************************************************************** our manufacturing excellence ***************************************************/
/* ===============================
   Manufacturing Table Section
   Theme: #dc2827 (red), #000000 (black), #ffffff (white)
================================= */

.our-manufacture {
    width: 100%;
    padding: 60px 15px;
    text-align: center;
}

.our-manufacture h2 {
    font-size: 3vw;
    color: #000000;
    /* black as requested */
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.5px;
}

.our-manufacture h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #dc2827;
    /* red accent underline */
    margin: 10px auto 0;
    border-radius: 2px;
}

/* ===============================
   Table Container
================================= */
.table-container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    overflow-x: auto;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
}

/* ===============================
   Table Styles
================================= */
table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

th,
td {
    border: 1px solid #dddddd;
    padding: 12px 15px;
    text-align: left;
    font-size: 0.95rem;
}

/* Table Header */
th {
    background-color: #dc2827;
    /* red header */
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Table Body */
td {
    color: #000000;
}

/* Zebra striping */
tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Hover effect */
tbody tr:hover {
    background-color: rgba(220, 40, 39, 0.1);
    transition: background-color 0.2s ease-in-out;
}

/* ===============================
   Responsive Adjustments
================================= */
@media screen and (max-width: 991px) {
    th, td {
        min-width: 75px;
    }
}

@media (max-width: 768px) {
    .our-manufacture {
        padding: 40px 10px;
    }

    .our-manufacture h2 {
        font-size: 1.6rem;
    }

    th,
    td {
        font-size: 0.9rem;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .our-manufacture h2 {
        font-size: 1.4rem;
    }

    table {
        font-size: 0.85rem;
    }

    th,
    td {
        padding: 8px;
    }
}

/* ********************************************************************************************************** CEO Section ******************************************************************************** */


.ceo-sec-container {
    width: 100%;
    display: flex;
}

/* Left Section */
.ceo-sec-left-section {
    flex: 1;
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.ceo-sec-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.ceo-sec-title {
    font-size: 3vw;
    font-weight: 900;
    color: #d64545;
    letter-spacing: 2px;
}

.ceo-sec-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.ceo-sec-line {
    height: 3px;
    background-color: #000000;
    flex: 1;
}

.ceo-sec-diamond {
    width: 15px;
    height: 15px;
    background-color: #000000;
    transform: rotate(45deg);
}

.ceo-sec-name {
    font-size: 2vw;
    font-weight: 500;
    color: #000;
    margin-bottom: 25px;
}

.ceo-sec-description {
    font-size: 17px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 25px;
}

@media screen and (min-width: 1024px) {
    .ceo-sec-description {
        font-size: 1vw;
    }
}

.ceo-sec-description strong {
    font-weight: 700;
    color: #000;
}

.ceo-sec-expertise-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.ceo-sec-expertise-item {
    display: flex;
    align-items: center;
}

.ceo-sec-icon-box {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* transform: rotate(45deg); */
}

.ceo-sec-icon-box img {
    /* transform: rotate(-45deg); */
    height: auto;
    width: 100%;
        animation: bounce 2s infinite;


}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}


.ceo-sec-expertise-item p {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
}

@media screen and (min-width: 1024px) {
    .ceo-sec-expertise-item p {
        font-size: .9vw;
    }
}

/* Right Section */
.ceo-sec-right-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ceo-sec-profile-full-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    max-height: 75vh;
}

/* Footer */
.ceo-sec-footer {
    width: 100%;
    padding: 0px 80px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.ceo-sec-footer-diamond {
    color: #000000;
    font-size: 20px;
}

.ceo-sec-footer p {
    font-size: 1rem;
    line-height: 1.6;
    color: #000000;
}

.ceo-sec-highlight-red {
    color: #d64545;
    font-weight: 700;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .ceo-sec-container {
        flex-direction: column;
    }

    .ceo-sec-left-section {
        padding: 40px;
    }

    .ceo-sec-expertise-grid {
        grid-template-columns: 1fr;
    }

    .ceo-sec-right-section {
        min-height: 600px;
    }

    .ceo-sec-footer {
        padding: 30px 40px;
    }

    .ceo-sec-profile-full-image {
        width: 80%;
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    .ceo-sec-title {
        font-size: 2.5rem;
    }

    .ceo-sec-name {
        font-size: 1.5rem;
    }

    .ceo-sec-description {
        font-size: 1rem;
    }

    .ceo-sec-expertise-item p {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    
   

    .ceo-sec-left-section {
        padding: 30px 20px;
    }

    .ceo-sec-footer {
        margin-top: 15px;
        padding: 20px;
        align-items: flex-start;
    }

    .ceo-sec-right-section {
        min-height: 400px;
    }
}



/* ************************************************************************************************************** Company OVerview *********************************************************************** */

.company-overview-section {
    /* max-width: 1400px; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 6rem;
    padding: 60px 10px 10px 10px;
    width: 90%;
    justify-content: space-evenly;
    overflow-x: hidden;
    /* background: linear-gradient(180deg, #FFE3E4 48.36%, #ffffff00 100%); */
}


.left-content {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.decorative-line {
    display: flex;
    align-items: center;
    align-self: flex-start;
}

.line {
    width: 100px;
    height: 2px;
    background-color: #333;
}

.diamond {
    width: 12px;
    height: 12px;
    background-color: #333;
    transform: rotate(45deg);
    margin: 0 0;
}

.title {
    font-size: 2rem;
    font-weight: 700;
    color: #d64545;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 30px;
    margin: 22px auto;
}

@media screen and (min-width: 1300px) {
    .title {
        font-size: 1.95vw;
    }
}

.decorative-line-bottom {
    display: flex;
    align-items: center;
    align-self: flex-end;
    margin-top: 0;
}

.right-content {
    flex: 1;
    max-width: 1000px;
}

.description {
    font-size: 1rem;
    line-height: 1.8;
    color: #000000;
    text-align: justify;
}

@media screen and (min-width: 1024px) {
    .description {
        font-size: 1vw;
    }
}

.company-name {
    font-weight: 700;
    color: #000000;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
    .company-overview-section {
        gap: 40px;
        padding: 40px 30px;
    }

    .title {
        font-size: 2.5rem;
    }

    .description {
        font-size: 1.05rem;
    }
}

@media screen and (max-width: 768px) {
    .company-overview-section {
        flex-direction: column;
        gap: 30px;
        padding: 40px 20px;
    }

    .title {
        font-size: 2rem;
    }

    .decorative-line,
    .decorative-line-bottom {
        align-self: unset;
    }

    .line {
        width: 80px;
    }

    .description {
        font-size: 1rem;
        text-align: left;
    }

    .left-content {
        width: 100%;
    }

    .right-content {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    body {
        /* padding: 20px 10px; */
    }

    .company-overview-section {
        padding: 30px 15px;
    }

    .title {
        font-size: 1.75rem;
    }

    .line {
        width: 60px;
    }

    .diamond {
        width: 10px;
        height: 10px;
    }

    .description {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}

/* ****************************************************************************** Mission Vission section ************************************************************* */


.outer-container {
    /* max-width: 1400px; */
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
    overflow-x: hidden;
}

.mission-vission-left-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-left: 5%;
}

@media screen and (min-width: 1200px) {
    .mission-vission-left-content {
        gap: 2vw;
    }
}

.info-card {
    display: flex;
    align-items: center;
    opacity: 0;
    width: 90%;
    transform: translateX(-30px);
    animation: slideIn 0.6s ease forwards;
}

.info-card:nth-child(1) {
    animation-delay: 0.1s;
}

.info-card:nth-child(2) {
    animation-delay: 0.3s;
}

.info-card:nth-child(3) {
    animation-delay: 0.5s;
}

.info-card:not(:nth-child(2)) {
    margin-left: 15%;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.diamond-image-wrapper {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    position: relative;

}

.diamond-image-wrapper img {
    animation: popIn 1.5s ease-in-out infinite;
}


@keyframes popIn {
  0% {
    transform: scale(0.9);
}
50% {
    transform: scale(1.05);
}
100% {
      transform: scale(0.9);
  }
}

.diamond-image {
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #c94545 0%, #e06060 100%);
    position: relative;
}

.diamond-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3), transparent 60%);
}

.diamond-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
}

.icon {
    font-size: 3.5rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.text-content {
    flex: 1;
}

.mission-vision-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #c94545;
    margin: 0px auto;
}

.mission-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #000000;
    text-align: justify;
}

@media screen and (min-width: 1100px) {
    .mission-description {
        font-size: .9vw;
    }
}

/* Placeholder for right side */
.mission-vission-right-content {
    flex: 0 0 45%;
    min-height: 500px;
    /* background: #e0e0e0; */
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    position: relative;
    font-size: 1.2rem;
    height: -webkit-fill-available;
    overflow: hidden;
}

@media screen and (min-width: 1700px) {
    .mission-vission-right-content {
        min-height: 600px;
    }
}

.mission-vission-right-content img {
    position: absolute;
    height: auto;
    object-fit: cover;
    transition: scale .3s ease-in-out;
}

.mission-vission-right-content img:hover {
    scale: 1.15 !important;
}

.mv-img-1 {
    width: 35%;
    left: 2%;
    z-index: 9;
}

.mv-img-2 {
    width: 35%;
    top: 0;
    left: 45%;
    transform: translateX(-50%);
    z-index: 7;
}

.mv-img-3 {
    width: 35%;
    bottom: 0;
    left: 45%;
    transform: translateX(-50%);
    z-index: 8;
}

.mv-img-4 {
    width: 50%;
    right: 0;
}



/* Responsive Design */

@media screen and (max-width: 1280px) {
    .mv-img-1 {
        width: 40%;
        left: 2%;
    }

    .mv-img-2 {
        width: 40%;
        top: 0;
        left: 48%;
    }

    .mv-img-3 {
        width: 40%;
        bottom: 1%;
        left: 48%;
    }

    .mv-img-4 {
        width: 50%;
        right: 0;
    }

}

@media screen and (max-width: 1024px) {
    .outer-container {
        gap: 40px;
        flex-direction: column;
    }

    .info-card {
        align-items: flex-start;
    }

    .info-card:not(:nth-child(2)) {
        margin-left: unset;
    }

    .diamond-image-wrapper {
        width: 110px;
        height: 110px;
    }

    .icon {
        font-size: 3rem;
    }

    .mission-vision-title {
        font-size: 1.75rem;
    }

    .mission-description {
        font-size: 0.95rem;
    }

    .mission-vission-right-content {
        width: 100%;
    }


    .mv-img-1 {
        width: 28%;
        left: 12.5%;
    }

    .mv-img-2 {
        width: 28%;
    }

    .mv-img-3 {
        width: 28%;
    }

    .mv-img-4 {
        width: 46%;
    }

}

@media screen and (max-width: 768px) {
    .outer-container {
        flex-direction: column;
        gap: 40px;
    }

    .mission-vission-left-content {
        width: 100%;
        gap: 40px;
    }

    .mission-vission-right-content {
        width: 100%;
        min-height: 500px;
    }

    .diamond-image-wrapper {
        width: 100px;
        height: 100px;
    }

    .icon {
        font-size: 2.5rem;
    }

    .mission-vision-title {
        font-size: 1.5rem;
    }

    .mission-description {
        font-size: 0.9rem;
    }

    .mv-img-1 {
        width: 30%;
        left: 12.5%;
    }

    .mv-img-2 {
        width: 30%;
    }

    .mv-img-3 {
        width: 30%;
        left: 50%;
    }

    .mv-img-4 {
        width: 46%;
    }
}

@media screen and (max-width: 500px) {
    body {
        /* padding: 20px 15px; */
    }

    .mission-vission-left-content {
        gap: 35px;
    }

    .info-card {
        gap: 20px;
    }

    .diamond-image-wrapper {
        width: 85px;
        height: 85px;
    }

    .icon {
        font-size: 2rem;
    }

    .mission-vision-title {
        font-size: 1.4rem;
    }

    .mission-description {
        font-size: 0.85rem;
        text-align: left;
    }

    .mission-vission-right-content {
        width: 100%;
        min-height: 310px;
    }
}

@media screen and (max-width: 390px) {
    .mission-vission-right-content {
        width: 100%;
        min-height: 215px;
    }
}

/* ending line - mission vision */
.mv-divider-container {
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
}

.mv-line {
    flex: 1;
    height: 3px;
    background-color: #000000;
}

.mv-diamond {
    width: 15px;
    height: 15px;
    background-color: #000000;
    transform: rotate(45deg);
    margin: 0;
}

/* ************************************************************************* Manufacturing Process Section ***************************************************************** */

.man-pro-main-container {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 5%;
}

.man-pro-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.man-pro-text-section {
    /* padding: 40px; */
}

.man-pro-heading {
    font-size: 42px;
    color: #dc2827;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
}

@media screen and (min-width: 1024px) {
    .man-pro-heading {
        font-size: 3vw;
    }
}

.man-pro-description {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 0;
}

.man-pro-features {
    padding: 0;
}

.man-pro-container {
    max-width: 100%;
    margin: 0 auto;
}

.man-pro-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.man-pro-col-main {
    width: 100%;
    max-width: 600px;
}

.man-pro-holderCircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
}

.man-pro-round {
    position: absolute;
    left: 40px;
    top: 45px;
    width: 410px;
    height: 410px;
    border: 2px dotted #dc2827;
    border-radius: 100%;
    animation: man-pro-rotation 100s infinite linear;
}

@keyframes man-pro-rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.man-pro-dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20;
}

.man-pro-dotCircle .man-pro-itemDot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    position: absolute;
    background: #ffffff;
    border-radius: 20px;
    font-size: 36px;
    z-index: 3;
    cursor: pointer;
    border: 2px solid #e6e6e6;
    transition: 0.5s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.man-pro-dotCircle .man-pro-itemDot img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    transition: 0.3s;
    /* filter: invert(44%) sepia(36%) saturate(1047%) hue-rotate(316deg) brightness(89%) contrast(85%); */
}

.man-pro-dotCircle .man-pro-itemDot.man-pro-active img,
.man-pro-dotCircle .man-pro-itemDot:hover img {
    filter: brightness(0) invert(1);
}

.man-pro-dotCircle .man-pro-itemDot .man-pro-forActive {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.man-pro-dotCircle .man-pro-itemDot .man-pro-forActive::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 3px solid #dc2827;
    bottom: -31px;
    left: -14px;
    filter: blur(1px);
    position: absolute;
    border-radius: 100%;
}

.man-pro-dotCircle .man-pro-itemDot .man-pro-forActive::before {
    content: '';
    width: 6px;
    height: 6px;
    filter: blur(5px);
    top: -15px;
    position: absolute;
    transform: rotate(-45deg);
    border: 6px solid #c55;
    right: -39px;
}

.man-pro-dotCircle .man-pro-itemDot.man-pro-active .man-pro-forActive {
    display: block;
}

.man-pro-dotCircle .man-pro-itemDot:hover,
.man-pro-dotCircle .man-pro-itemDot.man-pro-active {
    background: linear-gradient(135deg, #dc2827 0%, #c55 100%);
    border: 2px solid #ffffff;
    box-shadow: 0 15px 35px rgba(169, 68, 66, 0.3);
    transform: scale(1.05);
}

.man-pro-contentCircle {
    width: 280px;
    height: 280px;
    border-radius: 100%;
    background: #ffffff;
    color: #222222;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.man-pro-contentCircle .man-pro-CirItem {
    position: absolute;
    text-align: center;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s;
    padding: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.man-pro-CirItem.man-pro-active {
    opacity: 1;
    transform: scale(1);
}

.man-pro-contentCircle .man-pro-CirItem img {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.05;
    z-index: 0;
}

.man-pro-title-box {
    position: relative;
    z-index: 1;
}

.man-pro-title-box .man-pro-title {
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
    font-size: 22px;
}

.man-pro-title-box span {
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    font-weight: 800;
    color: #dc2827;
}

.man-pro-title-box p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: #666;
}

.man-pro-center-text {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

/* Responsive Design */
@media only screen and (max-width: 1200px) {
    .man-pro-layout {
        gap: 40px;
    }

    .man-pro-holderCircle {
        width: 450px;
        height: 450px;
    }

    .man-pro-round {
        left: 35px;
        top: 40px;
        width: 370px;
        height: 370px;
    }

    .man-pro-heading {
        font-size: 36px;
    }
}

@media only screen and (max-width: 992px) {
    .man-pro-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .man-pro-text-section {
        text-align: center;
        padding: 20px;
    }

    .man-pro-heading {
        font-size: 32px;
    }

    .man-pro-description {
        font-size: 2.5vw;
    }

    .man-pro-holderCircle {
        width: 400px;
        height: 400px;
    }

    .man-pro-round {
        left: 30px;
        top: 35px;
        width: 330px;
        height: 330px;
    }

    .man-pro-contentCircle {
        width: 240px;
        height: 240px;
    }

    .man-pro-contentCircle .man-pro-CirItem img {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .man-pro-holderCircle {
        width: 350px;
        height: 350px;
    }

    .man-pro-round {
        left: 25px;
        top: 30px;
        width: 290px;
        height: 290px;
    }

    .man-pro-dotCircle .man-pro-itemDot {
        width: 65px;
        height: 65px;
    }

    .man-pro-dotCircle .man-pro-itemDot img {
        width: 28px;
        height: 28px;
    }

    .man-pro-contentCircle {
        width: 200px;
        height: 200px;
    }

    .man-pro-title-box .man-pro-title {
        font-size: 18px;
    }

    .man-pro-title-box p {
        font-size: 12px;
    }

    .man-pro-contentCircle .man-pro-CirItem img {
        width: 80px;
        height: 80px;
    }

    .man-pro-heading {
        font-size: 5vw;
    }
}

@media only screen and (max-width: 576px) {
    body {
        /* padding: 20px 10px; */
    }

    .man-pro-holderCircle {
        width: 300px;
        height: 300px;
    }

    .man-pro-round {
        left: 20px;
        top: 25px;
        width: 250px;
        height: 250px;
    }

    .man-pro-dotCircle .man-pro-itemDot {
        width: 55px;
        height: 55px;
        border-radius: 15px;
    }

    .man-pro-dotCircle .man-pro-itemDot img {
        width: 24px;
        height: 24px;
    }

    .man-pro-contentCircle {
        width: 160px;
        height: 160px;
    }

    .man-pro-title-box .man-pro-title {
        font-size: 16px;
    }

    .man-pro-title-box p {
        font-size: 11px;
    }

    .man-pro-contentCircle .man-pro-CirItem img {
        width: 60px;
        height: 60px;
    }

    .man-pro-heading {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .man-pro-description {
        font-size: 14px;
    }

    .man-pro-center-text {
        font-size: 11.5px;
    }
}

/* **************************************************************************** Customer Base ************************************************************************ */

:root {
    --background-color: #F5F5F0;
    --color: #333333;
    --card-color-red: #CE3439;
    --card-color-teal: #057A6D;
    --card-color-black: #000000;
    --card-color-pink: #F1276A;
    --card-color-gray: #AAAAAA;
}

.customer-base-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
    padding: 50px;
    overflow-x: hidden;
    /* min-height: 100vh; */
}

.customer-base-header {
    font-size: 42px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 3%;
    color: #000000;
}

@media screen and (min-width: 1024px) {
    .customer-base-header {
        width: 90%;
    }
}

.customer-base-card-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    padding: 30px 0;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .customer-base-card-wrapper {
        max-width: 70%;
    }
}

.customer-base-card {
    position: relative;
    padding: 40px 20px 20px 20px;
    text-align: center;
    cursor: pointer;
    min-height: 310px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

@media screen and (min-width: 1024px) {
    .customer-base-card {
        min-height: 50vh;
    }
}

.customer-base-card:hover {
    transform: translateY(-5px);
}

.customer-base-card-icon-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.customer-base-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -50px;
}

.customer-base-icon {
    width: 50px;
    height: 50px;
    fill: currentColor;
}

/* Individual icon animations */

/* Icon 1 - Bounce Animation */
.customer-base-card:nth-child(1) .customer-base-icon {
    animation: customer-base-bounce 2s ease-in-out infinite;
}

@keyframes customer-base-bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-8px);
    }
}

/* Icon 2 - Rotate Animation */
.customer-base-card:nth-child(2) .customer-base-icon {
    animation: customer-base-swing 3s linear infinite;
}

@keyframes customer-base-rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Icon 3 - Shake Animation */
.customer-base-card:nth-child(3) .customer-base-icon {
    animation: customer-base-shake 2.5s ease-in-out infinite;
}

@keyframes customer-base-shake {

    0%,
    100% {
        transform: rotate(0deg);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: rotate(-5deg);
    }

    20%,
    40%,
    60%,
    80% {
        transform: rotate(5deg);
    }
}

/* Icon 4 - Swing Animation */
.customer-base-card:nth-child(4) .customer-base-icon {
    animation: customer-base-swing 2s ease-in-out infinite;
    transform-origin: top center;
}

@keyframes customer-base-swing {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* Icon 5 - Pulse Animation */
.customer-base-card:nth-child(5) .customer-base-icon {
    animation: customer-base-pulse 2s ease-in-out infinite;
}

@keyframes customer-base-pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }
}

.customer-base-card__title {
    font-size: 1vw;
    font-weight: 500;
    line-height: 1.6;
    color: white;
    text-align: center;
}

.customer-base-card__title h3 {
    font-weight: 700;
    font-size: 1.5vw;
    color: #000000;
}

.customer-base-card__title li {
    text-align: left;
}

.customer-base-card:nth-child(2) .customer-base-card__title h3 {
    color: #dc2827;
}

/* Card specific colors */
.customer-base-card-red {
    background-color: var(--card-color-red);
}

.customer-base-card-teal {
    background-color: var(--card-color-teal);
}

.customer-base-card-black {
    background-color: var(--card-color-black);
}

.customer-base-card-pink {
    background-color: var(--card-color-pink);
}

.customer-base-card-gray {
    background-color: var(--card-color-gray);
}

/* Icon colors */
.customer-base-icon__red {
    color: var(--card-color-red);
}

.customer-base-icon__teal {
    color: var(--card-color-teal);
}

.customer-base-icon__black {
    color: var(--card-color-black);
}

.customer-base-icon__pink {
    color: var(--card-color-pink);
}

.customer-base-icon__gray {
    color: var(--card-color-gray);
}

@media screen and (max-width: 991px) {
    .customer-base-card__title {
        font-size: 1rem;
    }

    .customer-base-card__title h3 {
        font-size: 1.25rem;
        margin-top: 2rem;   
    }
}

/* Responsive adjustments */
@media (min-width: 768px) {
    .customer-base-card-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .customer-base-card-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 991px) {
    .customer-base-header {
        font-size: 2rem;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .customer-base-card-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    /* .customer-base-header {
        font-size: 32px;
    } */

    .customer-base-card {
        margin: 10% auto;
        width: 100%;
    }
}


@media screen and (max-width: 480px) {
    .customer-base-card {
        width: 85%;
    }
}

/* *************************************************************************** About last section *********************************************************** */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;400&display=swap');

:root {
    --accent: #df2323;
    --timeline-bar: #33333399;
    --badge-bg: #fff;
    --card-bg: #fff;
    --card-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
    --radius: 16px;
    --arrow-size: 0.85em;
    --section-margin: 3.25rem;
}


.about-last-main-layout {
    display: flex;
    width: 75%;
    min-height: 100vh;
    margin: auto;
}


@media screen and (min-width: 1800px) {
    .about-last-main-layout {
        width: 62%;
    }
}

/* Timeline - Left Rail */
.about-last-timeline {
    position: relative;
    width: 88px;
    min-width: 88px;
    display: flex;
    align-items: flex-start;
}

.about-last-timeline-bar {
    position: absolute;
    width: 8px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    background: var(--timeline-bar);
    border-radius: 5px;
}

.about-last-timeline-badge {
    position: absolute;
    top: 60px;
    margin-left: 22.5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 2;
    height: 92px;
    transition: top 0.3s ease-out;
}

/* The red vertical pill background */
.about-last-timeline-pill {
    position: absolute;
    left: 48%;
    top: 0;
    width: 28px;
    height: 100%;
    background: var(--accent);
    border-radius: 18px;
    transform: translateX(-50%);
    z-index: 1;
    box-shadow: 0 2px 10px rgba(200, 0, 0, 0.05);
}

.about-last-badge-circle {
    position: relative;
    z-index: 2;
    background: var(--accent);
    color: var(--badge-bg);
    font-weight: bold;
    font-size: 1.05rem;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 4px solid var(--badge-bg);
    box-shadow: 0 5px 16px rgba(220, 32, 32, 0.09);
    margin: auto;
}

.about-last-badge-arrow {
    display: block;
    width: 0;
    height: 0;
    border-top: var(--arrow-size) solid transparent;
    border-bottom: var(--arrow-size) solid transparent;
    border-left: 18px solid var(--accent);
    margin-left: -9px;
    z-index: 1;
}

/* Content Area */
.about-last-content {
    flex: 1;
    padding: 44px 2vw 35px 35px;
    display: flex;
    flex-direction: column;

}

.about-last-section {
    /* margin-bottom: var(--section-margin); */
    transition: all 0.3s ease;
    display: flex;
    gap: 35px;
    align-items: flex-start;
    margin-bottom: 6vw;
}

@media screen and (max-width: 991px) {
    .about-last-section {
        flex-direction: column;
    }
}

.about-last-section-heading {

    font-size: 2.1rem;
    line-height: 1.45;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    letter-spacing: -0.018em;

    transition: color 0.3s ease, transform 0.3s ease;
}


@media screen and (min-width: 1024px) {
    .about-last-section-heading {
        min-width: 300px;
        font-size: 1.65vw;
    }
}

.about-last-section-heading p {
    font-size: 0.9vw;
    line-height: 1.6;
    width: fit-content;
    color: #000 !important;
    max-width: 300px;
    font-weight: 400;
    margin-top: 14px;
}

.about-last-section-card {
    /* background: var(--card-bg); */
    border-radius: var(--radius);
    box-shadow: var(--card-shadow);
    padding: 24px 32px 19px 32px;
    display: flex;
    max-width: 700px;
    margin-left: 0;
    margin-bottom: 0;
    transition: all 0.3s ease;
    flex: 1;
    height: 100%;
    align-items: center;
    backdrop-filter: blur(20px);
    opacity: 0.97;
}


.about-last-section-columns {
    display: flex;
    width: 100%;
    gap: 34px;
}

.about-last-section-card ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-last-section-card ul li {
    font-size: 1.07rem;
    color: #222;
    line-height: 1.7em;
    padding-left: 15px;
    position: relative;
    margin-bottom: 4px;

}

@media screen and (min-width: 1024px) {
    .about-last-section-card ul li {
        font-size: 0.9vw;
    }

}

.about-last-section-card ul li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--accent);
    font-size: 1.04em;
    font-weight: 600;
}

.about-last-section-card ul li:last-child {
    margin-bottom: 0;
}

/* Active Section Styles */
.about-last-section.about-last-active .about-last-section-heading {
    color: var(--accent);
    transform: translateX(5px);
}

.about-last-section.about-last-active .about-last-section-card {
    box-shadow: 0 12px 28px rgba(223, 35, 35, 0.25);
    border: 2px solid rgba(223, 35, 35, 0.15);
    transform: translateX(5px);
}

/* Responsive styles - Desktop */
@media (max-width: 1100px) {
    .about-last-content {
        padding: 32px 2vw 25px 2vw;
    }

    .about-last-section-card {
        max-width: 100%;
        padding: 20px 28px;
    }
}

/* Responsive styles - Tablet */
@media (max-width: 991px) {
    .about-last-main-layout {
        flex-direction: column;
        width: 97%;
        gap: 0;
    }

    .about-last-timeline {
        width: 100vw;
        min-width: 0;
        height: 80px;
        justify-content: flex-start;
        align-items: center;
        display: none;
    }

    .about-last-timeline-bar {
        width: 100vw;
        height: 8px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: none;
    }

    .about-last-timeline-badge {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        flex-direction: row;
        transition: left 0.3s ease-out;
        display: none;
    }

    .about-last-timeline-pill {
        width: 100%;
        height: 28px;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .about-last-content {
        padding: 24px 4vw;
    }

    .about-last-section-heading {
        font-size: 1.8rem;

    }

    .about-last-section-card {
        padding: 18px 24px;
    }

    .about-last-section-heading p {
    font-size: 0.85rem;
    line-height: 1.65;
    margin-bottom: 15px;
}
}

/* Responsive styles - Mobile */
@media (max-width: 750px) {
    .about-last-section-heading {
        font-size: 1.5rem;
        margin-bottom: 9px;
    }

    .about-last-section-card {
        padding: 16px 20px;
        max-width: 100vw;
    }

    .about-last-section-columns {
        flex-direction: column;
        gap: 10px;
    }

    .about-last-badge-circle {
        font-size: 1.4rem;
        width: 32px;
        height: 32px;
        border: 6px solid var(--badge-bg);
    }

    .about-last-timeline-badge {
        height: 70px;
    }
}

/* Responsive styles - Small Mobile */
@media (max-width: 500px) {
    .about-last-section-heading {
        font-size: 1.2rem;
    }

    .about-last-section-card {
        padding: 12px 16px;
        font-size: 0.95rem;
        width: 95%;
    }

    .about-last-section-card ul li {
        font-size: 0.92rem;
    }

    .about-last-content {
        padding: 18px 3vw;
    }

    .about-last-badge-circle {
        font-size: 1.2rem;
        width: 28px;
        height: 28px;
        border-width: 5px;
    }

    .about-last-section {
        margin-bottom: 2.25rem;
    }
}

/* Extra small devices */
@media (max-width: 380px) {
    .about-last-section-heading {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .about-last-section-card ul li {
        font-size: 0.85rem;
    }

    .about-last-badge-circle {
        font-size: 1rem;
        width: 24px;
        height: 24px;
        border-width: 4px;
    }
}