/* Inner Banner CSS Start */

.inner-brn {
    z-index: 2;
}

.inner-brn-img {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    height: 700px;
    object-fit: cover;
    z-index: -1;
}

/*.inner-brn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0B0501;
    opacity: 0.5;
    z-index: 0;
}*/

.inner-brn::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: #16243d;
    background: linear-gradient(0deg, rgb(0 0 0 / 50%) 14%, rgb(22 36 61 / 0.036852240896358524) 58%);
    z-index: 1;
}

.inner-brn .container {
    position: relative;
    z-index: 2;
}

.inner-bnr-txt
 {
    /* padding: 250px 0 160px; */
    position: absolute;
    top: auto;
    bottom: 10%;
    width: 100%;
    left: 0;
    z-index: 3;
}

.inner-bnr-txt h1 {
    font-size: 45px;
    line-height: 55px;
    color: #fff;
    font-family: 'myfirstfont-SemiBold';
    text-shadow: 6px 7px 14px #000000b0;
    text-align: center;
}

.inner-bnr-txt h1 span {
    color: var(--main-sub-color);
}

/* Inner Banner CSS End */

/* Vibe Section CSS Start */

.vibe-sec .mx-cont label span {
    font-family: 'myfirstfont-Medium';
    font-size: 60px;
    line-height: 70px;
    color: var(--main-color);
}

.vibe-sec .mx-cont .count-text {
    font-size: 18px;
    line-height: 28px;
    color: var(--main-color);
    font-family: 'mysecondfont-SemiBold';
}

.vibe-sec ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 100px;
}

.vibe-sec ul li {
    flex: 0 0 auto;
    width: 50%;
}

.vibe-sec .counting-box {
    border: 1px solid #E8E8E8;
    padding: 40px;
    margin: 0 10px;
}

.vibe-sec ul li:nth-child(1) {
    margin-top: 40px;
}

.vibe-sec ul li:nth-child(4) {
    margin-top: -40px;
}

/* Vibe Section CSS End */

/* Mission Section CSS Start */

.mission-sec .mission-con {
    background-color: #F3E5DA;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 20px;
}

.mission-sec .heading h2 {
    margin-bottom: 20px;
}

.mission-row .mission-txt {
    margin-right: 80px;
}

.vision-row .mission-txt {
    margin-left: 80px;
}

.mission-sec .mission-con .mission-img {
    border-radius: 15px;
    overflow: hidden;
}

.mission-sec .mission-con .mission-img img {
    width: 100%;
}

.mission-row .growth-txt {
    margin-left: 50px;
}

.vision-row .growth-txt {
    margin-right: 50px;
}

.mission-sec .mission-con .growth-txt img {
    margin-bottom: 20px;
}

.mission-sec .mission-con .growth-txt h3 {
    font-size: 60px;
    line-height: 70px;
    font-family: 'myfirstfont-Bold';
    color: var(--main-color);
}

.mission-sec .mission-con .row {
    position: relative;
    z-index: 1;
}

.mission-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35%;
    height: auto;
    z-index: 0;
    object-fit: cover;
}

/* Mission Section CSS End */

/* Value Section CSS Start */

.value-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.value-sec p {
    color: #CFCFCF;
}

.value-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #0B0501;
    opacity: 0.75;
}

.value-sec .container {
    position: relative;
    z-index: 3;
}

.core-txt {
    background-color: #0000004b;
    padding: 70px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
}

.core-txt .heading h2 {
    margin-bottom: 20px;
}

.core-txt img {
    margin-bottom: 20px;
}

.core-txt h3, .journey-box h3 {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-family: 'myfirstfont-SemiBold';
    margin-bottom: 15px;
}

/* Value Section CSS End */

/* Global Section CSS Start */

.global-sec .heading h2 {
    margin-bottom: 20px;
}

.global-sec .global-txt {
    text-align: center;
    margin-bottom: 50px;
}

.global-map {
    text-align: center;
}

/* Global Section CSS End */



/* Product Page CSS */

/* Product Page Section CSS Start */

.inner-product .row {
    background: linear-gradient(116deg, #d5ae8f, #F3E5DA);
    overflow: hidden;
    position: relative;
}

.inner-product .row:nth-child(even) {
    background: linear-gradient(116deg, #F3E5DA, #d5ae8f);
}

.inner-product .col-12 {
    position: relative;
    z-index: 1;
}

.product-shape {
    position: absolute;
    bottom: 0;
    right: -15px;
    z-index: 0;
    width: 40%;
    height: auto;
}

.inner-product .row:nth-child(even) .product-shape {
    right: auto;
    left: -15px;
    transform: scaleX(-1);
}

.inner-product .row:first-child {
    border-radius: 20px 20px 0 0;
}

.inner-product .row:last-child {
    border-radius: 0 0 20px 20px;
}

.tabs {
    width: 30%;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}

.tab {
    padding: 15px 30px;
    cursor: pointer;
    transition: background 0.3s;
    font-size: 20px;
}

.tab:hover {
    color: var(--main-sub-color);
}

.content {
    position: relative;
    overflow: hidden;
    width: 70%;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
}

.product-tab {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}

.tab-content .product-img {
    background-color: #fffbf7;
    width: 100%;
    height: 100%;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 3/3;
    border-radius: 15px;
    overflow: hidden;
}

.tab-content .product-img img {
    object-fit: contain;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
}

.tab-content ul li .product-img-box h3 {
    font-size: 22px;
    color: var(--main-color);
    font-family: 'myfirstfont-SemiBold';
    margin-bottom: 10px;
}

.tab-content ul li .product-img-box p {
    font-size: 16px;
    line-height: 26px;
}

.tab-content ul li .product-img-box .product-box-txt {
    padding: 20px 10px;
}

.tab-content ul li .product-img-box .product-box-txt .main-btn {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 16px;
}

.inner-product-img {
    position: relative;
}

.inner-product-img .heading {
    position: absolute;
    top: 40px;
    right: 100px;
}

.inner-product .row:nth-child(even) .heading {
    right: auto;
    left: 100px;
}

.inner-product-img img {
    width: 100%;
}

.inner-product-con {
    padding: 60px 0;
    padding-left: 50px;
}

.tab-content .slick-dots {
    bottom: -40px;
}

.product-tab .slick-dotted.slick-slider {
    margin-bottom: 50px;
}

.tab {
    margin-bottom: 7px;
    width: 80%;
    margin-left: auto;
    transition: all ease-in-out 0.5s;
    border-radius: 50px 0 0 50px;
    background: var(--main-shape-color);
    color: #fff;
}

.tab.active {
    background: var(--main-color);
    color: #fff;
    width: 100%;
}

.product-tab .slick-dots li button {
    background: var(--main-color);
}

.inner-product .row:nth-child(even) .product-tab {
    flex-direction: row-reverse;
}

.inner-product .row:nth-child(even) .inner-product-con {
    padding-right: 50px;
    padding-left: 0;
}

.inner-product .row:nth-child(even) .tab {
    margin-right: auto;
    margin-left: 0;
    border-radius: 0 50px 50px 0;
}

.inner-product .row:nth-child(even) .tab.active {
    width: 100%;
}

.product-accordion .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--main-color);
    box-shadow: none;
    outline: none;
    border: none;
}

.product-accordion .accordion-button:focus {
    box-shadow: none;
}

.product-accordion .accordion-button {
    background-color: var(--main-shape-color);
    color: #fff;
}

.product-accordion .accordion-item {
    background: transparent;
    border-color: #d7d7d7;
}

.tab-accordion {
    padding: 40px 30px;
}

.tab-accordion .accordion-button::after {
    background-image: none;
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
}

.tab-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(225deg);
    background-image: none;
}

.tab-accordion .carousel-indicators {
    margin-bottom: 10px;
}

.tab-accordion .accordion-body {
    padding: 0px;
}

.tab-accordion .product-img {
    background-color: #F3E5DA;
    width: 100%;
    height: 100%;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 3/3;
}

/* Product Page Section CSS End */



/* Infrastructure Page CSS */

/* Infrastructure Page Section CSS Start */

.infras-img img {
    width: 100%;
}

.inner-infrastructure .row:first-child {
    border-top-left-radius: 0px;
}

.inner-infrastructure .row:last-child {
    border-bottom-right-radius: 0px;
}

.inner-infrastructure .row {
    background: var(--main-light-color);
    padding: 40px 20px;
    border-radius: 0px 0px;
    position: relative;
}

.inner-infrastructure .row .col-12 {
    position: relative;
    z-index: 2;
}

.infras-txt {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.infrastructure-shape {
    position: absolute;
    bottom: 0;
    left: -10px;
    z-index: 0;
    width: 40%;
    height: auto;
    border-bottom-left-radius: 160px;
}

.inner-infrastructure .row:nth-child(even) .infrastructure-shape {
    right: -10px;
    bottom: -140px;
    left: auto;
    border-bottom-left-radius: 0px;
}

.inner-infrastructure .row .col-12 {
    position: relative;
    z-index: 1;
}

.inner-infrastructure .container {
    overflow: hidden;
}

.inner-infrastructure .row:first-child::after, .inner-infrastructure .row:last-child:before {
    background: transparent !important;
}

.inner-infrastructure .row:before {
    content: '';
    position: absolute;
    bottom: -150px;;
    right: 0;
    width: 300px;
    height: 300px;
    background: var(--main-light-color);
    z-index: -1;
}

.inner-infrastructure .row:after {
    content: '';
    position: absolute;
    top: -150px;;
    left: 0;
    width: 300px;
    height: 300px;
    background: var(--main-light-color);
    z-index: -1;
}

.inner-infrastructure .row:nth-child(even) {
    flex-direction: row-reverse;
    background: #F3E5DA;
    position: relative;
}

.inner-infrastructure .row:nth-child(even)::after {
    content: '';
    position: absolute;
    top: -150px;;
    left: 0;
    width: 300px;
    height: 300px;
    background: #F3E5DA;
    z-index: -1;
}

.inner-infrastructure .row:nth-child(even)::before {
    content: '';
    position: absolute;
    bottom: -150px;;
    right: 0;
    width: 300px;
    height: 300px;
    background: #F3E5DA;
    z-index: -1;
}

.infras-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: -7px;
}

.infras-img-con {
    border-radius: 12px;
    overflow: hidden;
}

.inner-infrastructure .slick-dots {
    bottom: -30px;
}

.infras-txt p:last-child {
    margin-bottom: 0;
}

.inner-infrastructure .row .heading h2 {
    margin-bottom: 20px;
}

/* Infrastructure Page Section CSS End */



/* Quality Page CSS */

/* Quality Page Section CSS Start */

.quality-policy {
    background-color: #F3E5DA;
}

.quality-policy-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.policy-accordion .accordion-button {
    color: var(--main-color);
    background-color: transparent;
    box-shadow: none;
    font-family: 'myfirstfont-Medium';
    font-size: 25px;
    line-height: 35px;
    padding: 20px 0;
}

.policy-accordion .accordion {
    background-color: transparent;
}

.policy-accordion  .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #dfdfdf;
}

.policy-accordion .accordion-body {
    padding: 20px;
    background-color: #A28269;
}

.policy-accordion .accordion-body p {
    color: #fff;
}

.quality-policy .container {
    position: relative;
    z-index: 2;
}

.quality-policy::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #A28269;
    width: 320px;
    height: 376px;
    z-index: 0;
}

.quality-policy-con, .policy-accordion {
    margin-left: 50px;
}

.quality-img {
    border-radius: 15px;
    overflow: hidden;
}

.quality-img img {
    width: 100%;
}

.certificate-txt {
    margin-right: 50px;
}

.certificate-img {
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.certificate-img img {
    height: 95px;
    width: auto;
    max-width: unset;
}

.certificate-img p {
    font-weight: 600;
    padding-top: 10px;
}

.certificate-slide .slick-slide {
    margin: 0 10px;
}

.certificate-slide .slick-dots {
    bottom: -40px;
}

.certificate-slide {
    padding-bottom: 40px;
}

/* Quality Page Section CSS End */



/* Sustainbility Page CSS */

/* Sustainbility Page Section CSS Start */

.sustainability-sec {
    background-color: #F3E5DA;
}

.sustainability-sec .row:not(:first-child) {
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    background-color: #fff8f8;
    margin-bottom: 50px;
}

.sustainability-sec .row:last-child {
    margin-bottom: 0;
}

.sustainability-sec .row:nth-child(odd) {
    flex-direction: row-reverse;
}

.sustainability-img {
    height: 100%;
}

.sustainability-sec .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sustainability-sec .row .sustainability-txt {
    padding: 60px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.sustainability-sec .row .sustainability-txt h2 {
    font-family: 'myfirstfont-Bold';
    color: var(--main-color);
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
}

.sustainability-sec .row .sustainability-txt p:last-child {
    margin-bottom: 0;
}

/* Sustainbility Page Section CSS End */



/* Gallery Page CSS */

/* Gallery Page Section CSS Start */

.gallery-img-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.gallery-img-box .main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.5s;
}

.gallery-img-box:hover .main-img {
    transform: scale(1.08);
}

.gallery-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all ease-in-out 0.5s;
}

.gallery-img-box:hover .gallery-icon {
    opacity: 1;
}

.career-gallery .slick-slide {
    margin: 0 10px;
}

.career-gallery .slick-dots {
    bottom: -30px;
}

.career-gallery .secGallerySlider {
    padding-bottom: 30px;
}

.career-testimonial {
    background-color: #F3E5DA;
}

.testi-box {
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    padding: 30px;
    position: relative;
    border-radius: 15px;
}

.testi-box p {
    position: relative;
    z-index: 1;
}

.testi-icon {
    position: absolute;
    top: 18px;
    left: 11px;
    width: 42px;
    z-index: 0;
}

.career-testimonial .slick-slide {
    margin: 0 10px;
}

.testi-box h3 {
    font-family: 'myfirstfont-Medium';
    color: #000;
    font-size: 25px;
    line-height: 35px;
}

.testi-box span {
    font-size: 16px;
    color: #6f6f6f;
    font-weight: 600;
}

.career-testimonial .slick-dots {
    bottom: -30px;
}

.career-testimonial .secTestiSlider {
    padding-bottom: 30px;
}

.current-opening .accordion-button {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
    font-family: 'myfirstfont-Medium';
    font-size: 25px;
    line-height: 35px;
    padding: 20px 20px;
    background-color: #A28269;
}

.current-opening .accordion-button::after {
    background-image: none;
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
}

.current-opening .accordion-button:not(.collapsed)::after {
    transform: rotate(225deg);
    background-image: none;
}

.current-opening .accordion {
    background-color: transparent;
}

.current-opening .accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
}

.current-opening .accordion-body {
    padding: 20px;
    background-color: #F3E5DA;
}

.current-opening .main-btn {
    margin-top: 40px;
}

.career-form {
    background-color: var(--main-color);
}

.career-form .contact-sec input::placeholder {
    color: #fff;
}

.career-form .contact-sec input[type="text"],
.career-form .contact-sec input[type="email"],
.career-form .contact-sec input[type="tel"],
.career-form .contact-sec input[type="file"],
.career-form .contact-sec select,
.career-form .contact-sec textarea {
    padding-left: 0;
    color: #fff;
    border-color: transparent;
    font-size: 17px;
    font-weight: 500;
}

.career-form .contact-sec {
    border-bottom: 1px solid #fff;
}
.sec-submit-resume .form-control:focus {
    color: #fff;
}
.contact-sec i {
    color: #fff;
    margin-right: 10px;
}
.uploadFile {
    width: 100%;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    overflow: hidden;
    padding: 0 0 4px 0;
    position: relative;
    resize: none;
    display: flex;
    align-items: center;
}
.career-form .contact-sec .uploadFile input[type="file"] {
    cursor: pointer !important;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    z-index: 1;
}
span.filename {
    padding-left: 15px;
    padding: 5px 0;
    font-size: 14px;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffffad;
}

.form-group.contact-sec.careersecSix {
    display: block;
    border-bottom: 1px solid #fff !important;
    padding-bottom: 6px;
    margin-top: 6px;
}

.careersecSix .wrapper {
    text-align: left;
}

.careersecSix .wrapper #file-input {
    display: none;
}

.sec-submit-resume .form-control[type=file]:not(:disabled):not([readonly]) {
    padding-left: 0;
}

.careersecSix .wrapper label[for='file-input'] * {
    vertical-align: middle;
    cursor: pointer;
    font-size: 20px;
}

.careersecSix .wrapper label[for='file-input'] * {
    vertical-align: middle;
    cursor: pointer;
    font-size: 20px;
}

.careersecSix .wrapper label {
    display: inline-flex;
}

.careersecSix .wrapper label[for='file-input'] span {
    font-size: 17px;
    color: #ffffff;
    overflow: hidden;
    margin-left: 0;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    text-align: center;
}

.main-btn, .main-btn:focus, .main-btn:hover {
    outline: none;
    border: none;
    margin-left: auto;
}

.career-form .main-btn:hover span {
    color: #000;
}

.career-form .main-btn::after, .career-form .main-btn::before {
    background-color: #fff;
}

.careersecSix .wrapper i.remove {
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
    display: none;
}

select.form-control {
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px;
    color: #565656;
}

.contact-form {
    background-color: var(--main-color);
    padding: 50px;
}

/* .current-opening .accordion-body p {
    color: #fff;
} */

/* Gallery Page Section CSS End */


.journey-sec .slick-dots {
    bottom: -40px;
}

.journey-box h3 {
    color: #000 !important;
}

.journey-slide .journey-box {
    padding: 25px;
    width: 100%;
    height: 250px;
    border: 2px solid var(--main-sub-color);
    border-radius: 15px;
}

.journey-slide .slick-slide {
    margin: 0 10px;
}

.journey-sec {
    background-color: rgb(243, 229, 218);
    position: relative;
}

.journey-sec .slick-dotted.slick-slider {
    margin-bottom: 20px;
}






/* 30.05.2025 Blog CSS */

.blog-a {
    display: block;
    height: 100%;
}

.blog-box {
    height: 100%;
    width: 100%;
    border-bottom: 2px solid var(--main-sub-color);
    margin-top: 0px;
    transition: all ease-in-out 0.5s;
}

.blog-box .date {
    font-size: 16px;
    line-height: 28px;
    color: #808080;
    margin-bottom: 15px;
}

.blog-txt {
    padding: 30px 0;
}

.blog-txt h3 {
    font-size: 22px;
    line-height: 32px;
    color: var(--main-color);
    font-family: 'myfirstfont-Medium';
    width: 80%;
    margin-bottom: 25px;
    transition: all ease-in-out 0.5s;
}

.blog-txt p {
    color: #626262;
    font-size: 18px;
    line-height: 28px;
    font-family: 'mysecondfont-Regular';
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-box:hover .blog-txt h3 {
    color: var(--main-sub-color);
}

.page-btn {
    color: #000;
    transition: all ease-in-out 0.5s;
    font-weight: 600;
    font-size: 16px;
}

.page-btn i {
    transition: all ease-in-out 0.5s;
}

.blog-box .page-btn:hover i {
    margin-right: 5px;
}

.blog-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 15px;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.5s;
}

.blog-box:hover .blog-img img {
    transform: scale(1.08);
}

.blog-sec .slick-slide {
    margin: 0 10px;
}

.blog-details-sec .slick-slide {
    margin: 0 10px;
}

.blog-left-txt h1 {
    font-size: 50px;
    line-height: 60px;
    font-family: 'myfirstfont-Bold';
    margin-bottom: 20px;
    color: var(--main-color);
}

.main-blogimg {
    margin: 30px 0 50px;
    border-radius: 20px;
    overflow: hidden;
}

.main-blogimg img {
    width: 100%;
}

.blog-left-txt h2 {
    font-size: 40px;
    line-height: 50px;
    font-family: 'myfirstfont-SemiBold';
    margin-bottom: 20px;
}

.blog-left-txt h3 {
    font-size: 35px;
    line-height: 45px;
    font-family: 'myfirstfont-SemiBold';
    margin-bottom: 20px;
}

.blog-left-txt h4 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'myfirstfont-SemiBold';
    margin-bottom: 20px;
}

.blog-left-txt h5 {
    font-size: 25px;
    line-height: 35px;
    font-family: 'myfirstfont-SemiBold';
    margin-bottom: 20px;
}

.blog-left-txt h6 {
    font-size: 20px;
    line-height: 30px;
    font-family: 'myfirstfont-SemiBold';
    margin-bottom: 20px;
}

.blog-left-txt li {
    list-style: disc;
    margin-left: 20px;
}

.otherBloginfo ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 17px 0;
    border-bottom: 1px solid #1111112b;
}

.otherBloginfo ul li:first-child {
    flex: 0 0 20%;
}

.otherBloginfo ul li:last-child {
    flex: 0 0 75%;
}

.otherBloginfo .inter-text-para h3 {
    color: #333;
    position: relative;
    background: #fff0;
    -webkit-text-fill-color: #000;
    line-height: 24px;
    font-size: 20px;
    font-family: 'myfirstfont-SemiBold';
    margin-bottom: 0px !important;
}

.otherBloglist .inter-text-para h3 {
    background: var(--main-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    font-family: 'myfirstfont-SemiBold';
    margin-bottom: 30px;
}

aside.otherBloglist {
    background: #ffe7ae;
    padding: 25px;
    border-radius: 20px;
    margin-top: 150px;
    margin-left: 80px;

}

.otherBloglist label {
    display: inline-block;
    color: #7f7f7f;
    margin-top: 10px;
}

.blog-details-slider .slick-dots {
    bottom: 0;
}

.secBlogSlider {
    padding-bottom: 50px;
}





/* Responsive CSS Start */

@media (max-width: 1600px) {

   /* .inner-bnr-txt {
        padding: 220px 0 130px;
    }*/
    
    .inner-brn-img
    {
        height: 580px;
    }

    .inner-bnr-txt h1 {
        font-size: 40px;
        line-height: 55px;
    }

    .mission-row .growth-txt {
        margin-left: 30px;
    }

    .mission-sec .mission-con .growth-txt h3 {
        font-size: 55px;
        line-height: 65px;
    }

    .vision-row .growth-txt {
        margin-right: 30px;
    }

    .vibe-sec ul {
        margin-left: 10px;
    }

    .vibe-sec .mx-cont label span {
        font-size: 55px;
        line-height: 65px;
    }

    

    /* 30.05.2025 Blog CSS */

    aside.otherBloglist {
        margin-left: 0;
    }

}

@media (max-width: 1440px) {



}

@media (max-width: 1399px) {

    .core-txt {
        padding: 40px 20px;
    }

    .vibe-sec .counting-box {
        padding: 30px 20px;
    }

    .vibe-sec .mx-cont .count-text {
        font-size: 16px;
        line-height: 26px;
    }

    .tab {
        font-size: 18px;
    }

    .sustainability-sec .row .sustainability-txt h2 {
        font-size: 30px;
        line-height: 40px;
    }


    /* 30.05.2025 Blog CSS */

    .blog-txt p {
        font-size: 16px;
        line-height: 26px;
    }

    .blog-box .date {
        font-size: 15px;
        line-height: 26px;
    }

    .page-btn {
        font-size: 15px;
    }

    .blog-left-txt h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .blog-left-txt h2 {
        font-size: 30px;
        line-height: 40px;
    }

	.blog-left-txt h3 {
		font-size: 26px;
		line-height: 36px;
	}

	.blog-left-txt h4 {
		font-size: 22px;
		line-height: 32px;
	}

	.blog-left-txt h5 {
		font-size: 18px;
		line-height: 28px;
	}

	.blog-left-txt h6 {
		font-size: 16px;
		line-height: 26px;
	}

}

@media (max-width: 1280px) {

    /*.inner-bnr-txt {*/
    /*    padding: 180px 0 80px;*/
    /*}*/

    /*.inner-bnr-txt h1 {*/
    /*    font-size: 55px;*/
    /*    line-height: 65px;*/
    /*}*/

    .vibe-sec .mx-cont label span {
        font-size: 50px;
        line-height: 60px;
    }

    .growth-txt p {
        margin-bottom: 10px;
    }

    .sustainability-sec .row .sustainability-txt {
        padding: 40px 50px;
    }


    /* 30.05.2025 Blog CSS */

    .blog-txt h3 {
        font-size: 20px;
        line-height: 30px;
    }

}

@media (max-width: 1199px) {
    
    .inner-bnr-txt h1 {
        font-size: 35px;
        line-height: 50px;
    }

    .mission-row .growth-txt {
        margin-left: 0;
    }

    .vision-row .growth-txt {
        margin-right: 0;
    }

    .mission-sec .mission-con .growth-txt h3 {
        font-size: 48px;
        line-height: 58px;
    }

    .mission-row .mission-txt {
        margin-right: 10px;
    }

    .vision-row .mission-txt {
        margin-left: 10px;
    }

    .mission-sec .mission-con {
        padding-left: 45px;
        padding-right: 45px;
    }

    .core-txt h3, .journey-box h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .tab {
        padding: 13px 20px;
    }

    .product-tab {
        gap: 30px;
    }

    .tabs {
        margin-top: 70px;
    }

    .inner-product .row .inner-product-con {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .inner-product .row:nth-child(even) {
        flex-direction: column-reverse;
    }

    .inner-infrastructure .row {
        padding: 50px 60px;
    }

    .sustainability-sec .row .sustainability-txt h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .testi-box h3 {
        font-size: 21px;
        line-height: 31px;
    }

    .testi-box span {
        font-size: 14px;
    }

    .current-opening .accordion-button {
        font-size: 22px;
        line-height: 32px;
    }

}

@media (max-width: 1024px) {

    /* 30.05.2025 Blog CSS */

    aside.otherBloglist {
        background: #fff0;
        padding: 0;
        margin-top: 50px;
        margin-left: 0;
    }

}

@media (max-width: 991px) {

    /*.inner-bnr-txt h1 {*/
    /*    font-size: 45px;*/
    /*    line-height: 55px;*/
    /*}*/

    .vibe-sec ul {
        margin-left: 0;
    }

    .mission-sec .mission-con .growth-txt img {
        margin-bottom: 10px;
        width: 70px;
    }

    .mission-sec .mission-con .growth-txt h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .vision-row .mission-txt {
        margin-left: 0;
    }

    .mission-row .mission-txt {
        margin-right: 0;
    }

    .mission-txt p:last-child {
        margin-bottom: 0;
    }

    .inner-infrastructure .row {
        flex-direction: column-reverse !important;
    }

    .inner-infrastructure .row {
        border-radius: 0px 120px !important;
    }

    .infrastructure-shape {
        border-bottom-left-radius: 120px;
    }

    .infras-txt {
        padding-top: 40px;
    }

    .inner-infrastructure .row {
        padding: 50px 50px;
    }

    .policy-accordion, .certificate-txt {
        margin-right: 0;
    }

    .policy-accordion .accordion-button {
        font-size: 22px;
        line-height: 32px;
    }

    .sustainability-sec .row {
        flex-direction: column-reverse !important;
    }

    .quality-policy-con, .policy-accordion {
        margin-left: 0px;
    }

}

@media (max-width: 767px) {

    .inner-bnr-txt h1 {
        font-size: 26px;
        line-height: 36px;
    }

    /* .mission-img {
        display: none;
    } */

    .mission-sec .o2 {
        order: 3;
    }

    .mission-sec .o3 {
        order: 2;
    }

    /*.inner-bnr-txt {*/
    /*    padding: 140px 0 50px;*/
    /*}*/

    .mission-sec .mission-con {
        padding-left: 25px;
        padding-right: 25px;
    }

    .vibe-sec .mx-cont label span {
        font-size: 40px;
        line-height: 50px;
    }

    .vibe-sec .counting-box {
        padding: 15px 15px;
    }

    .mission-sec .mission-con .growth-txt h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .inner-infrastructure .row {
        border-radius: 0px 60px !important;
    }

    .infrastructure-shape {
        border-bottom-left-radius: 60px;
    }

    .policy-accordion .accordion-button {
        font-size: 20px;
        line-height: 30px;
    }

    .sustainability-sec .row {
        margin-left: 0;
        margin-right: 0;
    }

    .sustainability-sec .row .sustainability-txt {
        padding: 30px 30px;
    }

    .sustainability-sec .row .sustainability-txt h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .current-opening .accordion-button {
        font-size: 20px;
        line-height: 30px;
    }

    .contact-form {
        padding: 25px;
    }



    /* 30.05.2025 Blog CSS */

    .blog-left-txt h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .blog-left-txt h2 {
        font-size: 22px;
        line-height: 32px;
    }

	.blog-left-txt h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.blog-left-txt h4 {
		font-size: 18px;
		line-height: 18px;
	}

	.blog-left-txt h5 {
		font-size: 16px;
		line-height: 26px;
	}

	.blog-left-txt h6 {
		font-size: 14px;
		line-height: 24px;
	}
    
    .inner-brn-img {
        height: 400px;
    }

}

@media (max-width: 575px) {

    /*.inner-bnr-txt h1 {*/
    /*    font-size: 35px;*/
    /*    line-height: 45px;*/
    /*}*/

    .tab-accordion {
        padding: 30px 20px;
    }

    .inner-product {
        padding-left: 10px;
        padding-right: 10px;
    }

    .inner-infrastructure .row {
        padding: 30px 15px;
    }

    .inner-infrastructure {
        margin: 0 10px;
    }

    .inner-infrastructure .row .heading h2 {
        margin-bottom: 12px;
    }

}