/*--------------------------------------------------------------
# Alt Services Section
--------------------------------------------------------------*/
.alt-services .features-image {
    position: relative;
    min-height: 400px;
}

.alt-services .features-image img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.alt-services h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.alt-services h3:after {
    content: "";
    background: var(--accent-color);
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    left: 0;
    bottom: 0;
}

.alt-services .icon-box {
    margin-top: 50px;
}

.alt-services .icon-box .icon-box-icon {
    color: var(--accent-color);
    background-color: var(--surface-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    font-size: 28px;
    width: 56px;
    height: 56px;
    border-radius: 4px;
    line-height: 0;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.alt-services .icon-box:hover .icon-box-icon {
    background-color: var(--accent-color);
    color: var(--contrast-color);
}

.alt-services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}

.alt-services .icon-box h4 a {
    color: var(--heading-color);
    transition: 0.3s;
}

.alt-services .icon-box h4 a:hover {
    color: var(--accent-color);
}

.alt-services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.alt-services .icon-box ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.alt-services .icon-box ul li {
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.alt-services .icon-box ul i {
    font-size: 1.25rem;
    margin-right: 0.5rem;
    line-height: 1.2;
    color: var(--accent-color);
}

/*--------------------------------------------------------------
# certificate Section
--------------------------------------------------------------*/
/* .certificate-card {
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
    overflow: hidden;
    text-align: center;
} */

.img-div {
    width: 100%;
    height: 350px;
    /* Set a fixed height for the image container */
    overflow: hidden;
    /* Ensures image does not overflow the div */
    border-radius: 6px;
}

.img-div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Ensures the image fits entirely within the div */
}

.certificate-card p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

/* .certificate-card:hover {
    transform: scale(1.05);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
    border-color: #feb900;
} */

/*--------------------------------------------------------------
# exports Section
--------------------------------------------------------------*/
/* Ensure image fills container height */
.about-img {
    position: relative;
    height: 400px;
}

.about-img img.full-height {
    object-fit: cover;
    /* Ensures the image covers the area without stretching */
    height: 100%;
    /* Makes the image take the full height of the container */
    width: 100%;
    /* Ensures the image spans the full width of the container */
}

.our-exportise {
    margin: auto auto;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .inner-title {
    font-size: 34px;
    font-weight: 700;
    margin: 20px 0;
}

@media (min-width: 991px) {
    .about .inner-title {
        max-width: 65%;
        margin: 0 0 80px 0;
    }
}

.about .our-story {
    padding: 40px;
    background-color: color-mix(in srgb, var(--default-color), transparent 96%);
}

@media (min-width: 991px) {
    .about .our-story {
        padding-right: 35%;
    }
}

.about .our-story h4 {
    text-transform: uppercase;
    font-size: 1.1rem;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.about .our-story h3 {
    font-size: 2.25rem;
    font-weight: 700;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.about .our-story p:last-child {
    margin-bottom: 0;
}

.about ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.about ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.about ul i {
    font-size: 1.25rem;
    margin-right: 0.5rem;
    line-height: 1.2;
    color: var(--accent-color);
}

.about .watch-video i {
    font-size: 2rem;
    transition: 0.3s;
    color: var(--accent-color);
}

.about .watch-video a {
    font-weight: 600;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin-left: 8px;
    transition: 0.3s;
}

.about .watch-video:hover a {
    color: var(--accent-color);
}

.about .about-img {
    min-height: 400px;
    position: relative;
}

@media (min-width: 992px) {
    .about .about-img {
        position: absolute;
        top: 0;
        right: 0;
        min-height: 600px;
    }
}

.about .about-img img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

/*--------------------------------------------------------------
# Alt Services 2 Section
--------------------------------------------------------------*/
.alt-services-2 .features-image {
    position: relative;
    min-height: 400px;
}

.alt-services-2 .features-image img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}

.alt-services-2 h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.alt-services-2 .icon-box {
    margin-top: 30px;
}

.alt-services-2 .icon-box i {
    color: var(--accent-color);
    margin-right: 15px;
    font-size: 24px;
    line-height: 1.2;
}

.alt-services-2 .icon-box h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}

.alt-services-2 .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}









.certificate-data {
    padding-left: 20px;
}

.certificate-data h3 {
    color: #333;
}

.certificate-data p {
    margin-bottom: 10px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .certificate-data {
        padding-left: 0;
        padding-top: 20px;
    }
}

.certificate-data p {
    word-wrap: break-word;
    /* Ensures long words break to the next line */
    margin-bottom: 1rem;
    /* Adds consistent spacing between paragraphs */
}




/* .certificate {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: transform 0.3s ease-in-out;
}
.certificate:hover {
    transform: scale(1.05);
}
.certificate img {
    width: 100%;
    height: 100%;
}
.certificate-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */





.certificate {
    width: 100%;
    height: fit-content;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: transform 0.3s ease-in-out;
    text-align: center;
    padding-top: 10px;
}

.certificate:hover {
    transform: scale(1.05);
}

/* .certificate img {
    width: 100%;
    height: auto;
    display: block;
} */

/* .certificate-image {
    height: 400px;
} */

.certificate-image img {
    /* border-radius: 8px; */
    height: 400px;
    /* Limit image height */
    width: 100%;
    object-fit: contain;
    /* Ensure aspect ratio */
}

.certificate-text {
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    text-overflow: ellipsis;
}

@media (min-width: 992px) and (max-width:1400px) {
    .certificate-image img {
        height: auto;
        max-height: 395px;
    }
}