/* =============================
   GLOBAL STYLES
============================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.abt-wrapper {
    font-family: 'Poppins', sans-serif;
    color: #333;
}

.abt-container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

.abt-title1{ font-size: 2.5rem; text-align: center; font-weight: 670; line-height: 3rem; font-family:'Times New Roman', Times, serif; margin-bottom: 10px; color: #b30000; }


/* =============================
   HERO SECTION
============================= */

/* HERO SECTION BACKGROUND */
.abt-hero-section {
    background: url('../images/ab3.jpeg') center center / cover no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
}

.abt-hero-section1 {
    background: linear-gradient(rgba(0, 0, 0, 0.342), rgba(0, 0, 0, 0.55)),
    url('../images/pasta1.jpg') center center / cover no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
}

/* Inner hero alignment */
.hero {
    width: 100%;
}

/* Glass content container */
.hero .container {
    max-width: 720px;
    text-align: center;
    margin-left: 28%;
    padding: 40px 35px;

    /* Glass effect */
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(10px);

    border-radius: 22px;
    border: 3px solid rgb(0, 0, 0);

    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.55),
        inset 0 1px 2px rgba(255, 255, 255, 0.2);

    color: #fff;
}

/* Heading */
.hero h2 {
    font-size: 2.4rem;
    color:#e0b44c;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

/* Paragraph */
.hero p {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.9;
    color: #ffffff;
    opacity: 0.95;
}

/* =============================
   RESPONSIVE – HERO SECTION
============================= */

/* Large tablets & small laptops */
@media (max-width: 1024px) {

    .hero .container {
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
        padding: 35px 30px;
    }

    .hero h2 {
        font-size: 2.2rem;
    }

    .hero p {
        font-size: 1.05rem;
    }
}

/* Tablets */
@media (max-width: 768px) {

    .abt-hero-section,
    .abt-hero-section1 {
        height: 90vh;
        padding: 0 15px;
    }

    .hero {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero .container {
        margin: auto;
        max-width: 90%;
        padding: 30px 25px;
    }

    .hero h2 {
        font-size: 2rem;
        letter-spacing: 1.5px;
    }

    .hero p {
        font-size: 1rem;
        line-height: 1.7;
    }
}

/* Mobile */
@media (max-width: 480px) {

    .abt-hero-section,
    .abt-hero-section1 {
        height: 85vh;
    }

    .hero .container {
        max-width: 95%;
        padding: 22px 20px;
        border-radius: 18px;
        border-width: 2px;
    }

    .hero h2 {
        font-size: 1.6rem;
        letter-spacing: 1px;
    }

    .hero p {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}

/* Small phones */
@media (max-width: 360px) {

    .hero h2 {
        font-size: 1.4rem;
    }

    .hero p {
        font-size: 0.9rem;
    }
}



/* =============================
   VISION & MISSION – CREATIVE BG
============================= */

.abt-vm-section {
    padding: 80px 30px;
    position: relative;
    background-image: url('../images/logo pic.jpg');  
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Parallax effect */
    overflow: hidden;
}

.abt-vm-section1 {
    padding: 250px 30px;
    position: relative;
    background-image: url('../images/about-hero1.jpg'); 
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Parallax effect */
    overflow: hidden;
}





/* Background zoom effect */
.abt-vm-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 110%;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    opacity: 0.25;
    transform: scale(1.2);
    filter: blur(8px);
    z-index: -1;
}

/* Content grid */
.abt-vm-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
}

.abt-vm-text1 {
    width: 70%;
    margin-left: 14rem;
    padding: 2.7rem;
    margin-bottom: 5rem;
    border-radius: 25px;

    border: 2px solid rgb(145, 0, 0);
    background:linear-gradient(215deg, #e0b44c, #b30000 );
    backdrop-filter: blur(12px);

    box-shadow: 
        0 6px 20px #000000,
        inset 0 1px 3px rgba(255, 255, 255, 0.708);
}

/* Titles – NO BLUR, FULLY CLEAR */
.abt-title3 {
    font-size: 2.1rem;
    font-weight: 670;
    margin-bottom: -10px;
    margin-left: 390px;
    padding: -50px;
    color: #000000;
    filter: none !important;   /* ensure no blur */
    backdrop-filter: none !important;
    background: none !important;
}

/* Description boxes with blur */
.abt-desc1 {
    line-height: 1.8;
    font-size: 1.1rem;
    font-weight: 5;
    text-align: center;
    margin: 0 auto 30px auto;
    width: 80%;
    color: #000000;
    padding: 20px;
    border-radius: 15px;
    backdrop-filter: blur(3px);
}

.abt-desc2{
    line-height: 1.3;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 30px auto;
    margin-left: 10px;
    width: 30%;
    color: #ffffff;
     -webkit-text-stroke: 1px #000000;
    padding: 150px;
    border-radius: 12px;
    backdrop-filter: blur(1px);
}

/* ===============================
   RESPONSIVE – ABOUT VM SECTION
================================ */

/* Large Tablets */
@media (max-width: 1024px) {

    .abt-vm-text1 {
        width: 85%;
        margin: auto;
        padding: 2.2rem;
    }

    .abt-title3 {
        margin-left: 0;
        text-align: center;
        font-size: 1.9rem;
    }

    .abt-desc1 {
        width: 90%;
        font-size: 1rem;
    }

    .abt-desc2 {
        width: 60%;
        font-size: 2rem;
        padding: 80px;
        margin: auto;
    }
}

/* Tablets & Small Laptops */
@media (max-width: 768px) {

    .abt-vm-section,
    .abt-vm-section1 {
        padding: 120px 20px;
        background-attachment: scroll; /* Fix mobile parallax issue */
    }

    .abt-vm-grid {
        grid-template-columns: 1fr;
    }

    .abt-vm-text1 {
        width: 95%;
        margin: auto;
        padding: 2rem;
    }

    .abt-title3 {
        font-size: 1.7rem;
        text-align: center;
        margin: 0 0 10px;
    }

    .abt-desc1 {
        width: 100%;
        font-size: 0.95rem;
    }

    .abt-desc2 {
        width: 80%;
        font-size: 1.8rem;
        padding: 60px;
        margin: auto;
    }
}

/* Mobile Phones */
@media (max-width: 480px) {

    .abt-vm-section,
    .abt-vm-section1 {
        padding: 90px 15px;
    }

    .abt-vm-text1 {
        padding: 1.6rem;
        border-radius: 18px;
    }

    .abt-title3 {
        font-size: 1.5rem;
    }

    .abt-desc1 {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .abt-desc2 {
        width: 100%;
        font-size: 1.4rem;
        padding: 40px;
        -webkit-text-stroke: 0.8px #000;
    }
}


/* =============================
   STORY SECTION
============================= */

.abt-story-section {
    padding: 80px 0;
}

.abt-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.abt-story-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.023);
}

.abt-story-image1 img {
    width: 50%;
    margin-left: 600px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.419);
}

/* =============================
   RESPONSIVE – STORY SECTION
============================= */

/* Large tablets / small laptops */
@media (max-width: 1024px) {

    .abt-story-grid {
        gap: 40px;
    }

    .abt-story-image1 img {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

/* Tablets */
@media (max-width: 768px) {

    .abt-story-section {
        padding: 60px 0;
    }

    .abt-story-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .abt-story-image img,
    .abt-story-image1 img {
        width: 85%;
        margin: auto;
        display: block;
    }
}

/* Mobile */
@media (max-width: 480px) {

    .abt-story-section {
        padding: 45px 0;
    }

    .abt-story-image img,
    .abt-story-image1 img {
        width: 100%;
        border-radius: 10px;
    }
}

/* Small phones */
@media (max-width: 360px) {

    .abt-story-section {
        padding: 35px 0;
    }
}


/* =============================
   TIMELINE (Updated Style)
============================= */

.abt-history {
    margin-top: 30px;
    padding: 5px 0;
    background: #ffffff; /* Soft gold background */
    border-radius: 12px;
}

/* Timeline wrapper */
.abt-timeline {
    position: relative;
    margin-top: 60px;
    padding-left: 40px;
    border-left: 4px solid #e0b44c; /* gold line */
}

/* Timeline item */
.abt-timeline-item {
    margin-bottom: 40px;
    position: relative;
}

/* Year circle */
.abt-year {
    position: absolute;
    left: -75px;
    top: 0;
    background: #e0b44c; /* gold */
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Content card */
.abt-timeline-content {
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 12px;
    border-left: 6px solid #e0b44c; /* gold border */
    box-shadow: 0 6px 14px rgba(0,0,0,0.1);
    transition: 0.3s ease;
}

.abt-timeline-content:hover {
    transform: translateX(10px);
}

.abt-timeline-content h3 {
    font-size: 1.15rem;
    margin-bottom: 8px;
    color: #333;
}

.abt-timeline-content p {
    font-size: 1rem;
    line-height: 1.6;
}

/* =============================
   RESPONSIVE – TIMELINE
============================= */

/* Large tablets */
@media (max-width: 1024px) {

    .abt-timeline {
        padding-left: 30px;
    }

    .abt-year {
        left: -70px;
        font-size: 0.95rem;
        padding: 8px 16px;
    }

    .abt-timeline-content {
        padding: 14px 18px;
    }
}

/* Tablets */
@media (max-width: 768px) {

    .abt-history {
        padding: 10px 0;
    }

    .abt-timeline {
        padding-left: 20px;
        margin-top: 40px;
    }

    .abt-timeline-item {
        margin-bottom: 35px;
    }

    .abt-year {
        left: -60px;
        font-size: 0.9rem;
    }

    .abt-timeline-content h3 {
        font-size: 1.05rem;
    }

    .abt-timeline-content p {
        font-size: 0.95rem;
    }
}

/* Mobile */
@media (max-width: 480px) {

    .abt-history {
        padding: 15px 0;
    }

    .abt-timeline {
        border-left: none;
        padding-left: 0;
        margin-top: 30px;
    }

    .abt-timeline-item {
        margin-bottom: 28px;
    }

    .abt-year {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 8px;
        font-size: 0.85rem;
        padding: 6px 14px;
        border-radius: 20px;
    }

    .abt-timeline-content {
        border-left: none;
        border-top: 4px solid #e0b44c;
        padding: 14px 16px;
    }

    .abt-timeline-content:hover {
        transform: none;
    }
}

/* Small phones */
@media (max-width: 360px) {

    .abt-year {
        font-size: 0.8rem;
    }

    .abt-timeline-content p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
}


/* =============================
   MANAGEMENT MESSAGES SECTION
============================= */

.mgmt-section {
    padding: 10px 5px;
    border-radius: 10rem;
    box-shadow: 0 40px 55px rgba(0, 0, 0, 0.338);
    position: relative;
    background-image: url('../images/message\ 2.jpg');
    margin-left: 0.5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 350px; /* FIXED */
    color: #222;
}

/* Blur overlay */
.mgmt-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;     /* FIXED */
    height: 100%;    /* FIXED */
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(1px);
    z-index: 0;
}

.mgmt-text {
    position: relative;
    z-index: 1;
}

/* Titles */
.mgmt-title {
    font-size: 1.3rem;
    font-weight: 2900;
    margin-bottom: 15px;
    margin-left: 15rem;
    color: #b30000;
    margin-top: 40px;
}

/* Paragraphs */
.mgmt-desc {
    line-height: 1.7;
    font-size: 0.8rem;
    font-weight: 500;
    margin-left: 15rem;
    margin-right: 15rem;
    margin-bottom: 25px;
    color: #333;
}

/* Name */
.mgmt-name {
    display: block;
    margin-left: 15rem;
    margin-right: 15rem;
    margin-bottom: 40px;
    font-size: 0.8rem;
    color: #000;
    font-style: italic;
}

/* =============================
   RESPONSIVE – MANAGEMENT MESSAGES
============================= */

/* Large tablets / small laptops */
@media (max-width: 1200px) {

    .mgmt-title {
        margin-left: 6rem;
        margin-right: 6rem;
        font-size: 1.6rem;
    }

    .mgmt-desc,
    .mgmt-name {
        margin-left: 6rem;
        margin-right: 6rem;
        font-size: 0.95rem;
    }
}

/* Tablets */
@media (max-width: 992px) {

    .mgmt-section {
        border-radius: 4rem;
        min-height: auto;
        padding: 40px 20px;
    }

    .mgmt-title {
        margin: 20px auto;
        text-align: center;
        font-size: 1.5rem;
    }

    .mgmt-desc {
        margin: 0 auto 20px;
        max-width: 700px;
        text-align: center;
        font-size: 0.95rem;
    }

    .mgmt-name {
        margin: 0 auto;
        text-align: center;
        font-size: 0.9rem;
    }
}

/* Mobile */
@media (max-width: 768px) {

    .mgmt-section {
        border-radius: 2.5rem;
        padding: 35px 18px;
    }

    .mgmt-title {
        font-size: 1.4rem;
    }

    .mgmt-desc {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .mgmt-name {
        font-size: 0.85rem;
    }
}

/* Small phones */
@media (max-width: 480px) {

    .mgmt-section {
        border-radius: 2rem;
        padding: 30px 15px;
    }

    .mgmt-title {
        font-size: 1.3rem;
    }

    .mgmt-desc {
        font-size: 0.85rem;
        line-height: 1.55;
    }

    .mgmt-name {
        font-size: 0.8rem;
    }
}



/* =============================
   COMPANY VALUES SECTION
============================= */

.service {
    background-image: url('../images/c\ value\ pic2.jpg') ;
    padding: 3rem 0;
    position: relative;
}

/* Section Header */
.section_header {
    font-size: 2rem;
    font-weight: 780;
    margin-bottom: 10px;
    margin-left: 40rem;
    margin-bottom: 25px;
    color: #ffffff;
    
}

.section_header span {
    position: absolute;
    background: #740000;
}

/* Border animation lines */
.section_header span:nth-child(1) {
    width: 50%;
    height: 3px;
    bottom: 8px;
    left: -100%;
    animation: animate1 2s linear infinite;
}

.section_header span:nth-child(2) {
    width: 3px;
    height: 100%;
    right: -100%;
    animation: animate2 2s linear infinite;
}

.section_header span:nth-child(3) {
    width: 50%;
    height: 3px;
    bottom: 0px;
    right: -100%;
    animation: animate3 2s linear infinite;
}

.section_header span:nth-child(4) {
    width: 3px;
    height: 100%;
    left: -100%;
    animation: animate4 2s linear infinite;
}


/* =============================
   VALUES GRID
============================= */

.service_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 4rem;        /* reduced left–right padding */
    column-gap: 8px;  
    row-gap: 15px;            /* small clean gap */
}

.service_card {
    background: rgba(238, 238, 238, 0.92);
    padding: 7px 3px;
    border-radius: 2.5rem;
    margin-left: 40px;
    width: 90%;
    height: 100%;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: 0.4s ease;
    position: relative;
    border: 3px solid #830000;
}

.service_card span {
    font-size: 1.3rem;
    font-weight: 900;
    display: block;
    margin-bottom: 10px;
    -webkit-text-stroke: 1px #b30000;
    color: transparent;
}

.service_card h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0.5rem;
}

.service_card p {
    font-size: 0.8rem;
    color: #333;
    line-height: 2rem;
}

/* Hover Effects */
.service_card:hover {
    transform: scale(1.05);
    background: #fff7f7;
    border-color: #000000;
    box-shadow: 0 15px 35px rgba(116, 0, 0, 0.25);
}

/* =============================
   RESPONSIVE – COMPANY VALUES
============================= */

/* Large tablets / small laptops */
@media (max-width: 1200px) {

    .section_header {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .service_grid {
        padding: 0 3rem;
        column-gap: 12px;
    }

    .service_card {
        margin-left: 0;
        width: 100%;
    }
}

/* Tablets */
@media (max-width: 992px) {

    .section_header {
        font-size: 2.2rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .service_grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 2rem;
    }

    .service_card {
        width: 100%;
        margin-left: 0;
        border-radius: 2rem;
    }
}

/* Mobile */
@media (max-width: 768px) {

    .service {
        padding: 2.5rem 0;
    }

    .section_header {
        font-size: 2rem;
        letter-spacing: 2px;
        margin: 0 auto 25px auto;
        text-align: center;
    }

    .service_grid {
        grid-template-columns: 1fr;
        padding: 0 1.5rem;
        row-gap: 20px;
    }

    .service_card {
        width: 100%;
        padding: 20px 15px;
        transform: none;
    }

    .service_card:hover {
        transform: none; /* disable scale on touch devices */
    }
}

/* Small phones */
@media (max-width: 480px) {

    .section_header {
        font-size: 1.7rem;
        letter-spacing: 1px;
    }

    .service_card h4 {
        font-size: 1.2rem;
    }

    .service_card p {
        font-size: 0.9rem;
        line-height: 1.7rem;
    }

    .service_card span {
        font-size: 1.1rem;
    }
}



/* SECTION */
.abt-awards-section {
    padding: 60px 30px;
    text-align: center;
}

/* WRAPPER */
.abt-awards-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* SLIDER */
.abt-awards-carousel {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding: 20px;
    max-width: 80%;
}

/* HIDE SCROLLBAR */
.abt-awards-carousel::-webkit-scrollbar {
    display: none;
}

/* CARD */
.abt-award-card {
    scroll-snap-align: center;
    flex: 0 0 200px;
    border-radius: 2rem;
    border: 3px solid #2b2b2b;
    padding: 1.5rem;
    background: #fff;
    box-shadow: 0 6px 12px rgba(121, 43, 43, 0.5);
    transition: transform 0.3s ease;
}

.abt-award-card:hover {
    transform: scale(1.08);
}

.abt-award-card img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

/* ARROWS */
.award-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.8rem;
    color: #b30000;
    text-decoration: none;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.25);
    z-index: 10;
    transition: 0.3s ease;
}

.award-arrow:hover {
    background: #b30000;
    color: #fff;
}

/* POSITIONS */
.award-arrow.left {
    left: 0;
}

.award-arrow.right {
    right: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .abt-awards-carousel {
        max-width: 95%;
    }

    .award-arrow {
        font-size: 2.2rem;
    }
}






/* =============================
   DIRECTORS SECTION
============================= */

.abt-directors-section {
    padding: 80px 0;
}

.abt-directors-carousel {
    margin-top: 40px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.abt-director-card {
    width: 350px;
    height: 350px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    transition: 0.3s ease;
}

.abt-director-card:hover {
    transform: translateY(-5px);
}

.abt-director-img {
    width: 50%;
    height: 150px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
}

.abt-director-name {
    font-size: 1.3rem;
    font-weight: 600;
}

.abt-director-role {
    color: #C1272D;
    font-size: 1rem;
    margin: 5px 0 10px;
}

.abt-director-bio {
    font-size: 0.95rem;
    line-height: 1.6;
}

/* =============================
   RESPONSIVE – DIRECTORS SECTION
============================= */

/* Large tablets / small laptops */
@media (max-width: 1200px) {

    .abt-directors-carousel {
        gap: 25px;
    }

    .abt-director-card {
        width: 320px;
        height: auto;
    }
}

/* Tablets */
@media (max-width: 992px) {

    .abt-directors-section {
        padding: 60px 0;
    }

    .abt-directors-carousel {
        gap: 20px;
    }

    .abt-director-card {
        width: 300px;
        height: auto;
        padding: 18px;
    }

    .abt-director-img {
        width: 55%;
        height: 140px;
    }
}

/* Mobile */
@media (max-width: 768px) {

    .abt-directors-carousel {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .abt-director-card {
        width: 90%;
        max-width: 350px;
        padding: 20px;
        transform: none;
    }

    .abt-director-card:hover {
        transform: none; /* disable hover lift on touch devices */
    }

    .abt-director-img {
        width: 60%;
        height: 140px;
    }
}

/* Small phones */
@media (max-width: 480px) {

    .abt-directors-section {
        padding: 50px 0;
    }

    .abt-director-name {
        font-size: 1.15rem;
    }

    .abt-director-role {
        font-size: 0.95rem;
    }

    .abt-director-bio {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .abt-director-img {
        width: 65%;
        height: 130px;
    }
}


/* =============================
   RESPONSIVE
============================= */

@media (max-width: 992px) {
    .abt-vm-grid,
    .abt-story-grid {
        grid-template-columns: 1fr;
    }

    .abt-year {
        left: -70px;
    }
}

@media (max-width: 600px) {
    .abt-heading {
        font-size: 2.5rem;
    }

    .abt-year {
        position: static;
        display: block;
        margin-bottom: 5px;
    }

    .abt-timeline {
        border-left: none;
        padding-left: 0;
    }
}
