.about-hero {
    width: 100%;
    background-color: #001740;
    padding-top: 10px; 
    overflow: hidden; 
}

.about-hero-container {
    display: flex;
    justify-content: center; 
    align-items: stretch; 
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    gap: 10px; 
}


.about-hero-left {
    width: 45%;
    display: flex;
    justify-content: flex-end; 
    align-items: flex-end; 
}

.about-hero-left img {
    max-height: 380px; 
    width: auto;
    display: block;
}


.about-hero-right {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    text-align: center; 
    padding-bottom: 100px; 
}

.about-title {
    font-family: 'Candal', sans-serif;
    font-weight: 400; 
    font-size: 70px; 
    color: #f4c400;
    margin-bottom: 25px;
    line-height: 1.1;
    letter-spacing: 2px; 
}

.about-desc {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px; 
    color: white;
    line-height: 1.6;
    margin: 0; 
}


.story-section {
    width: 100%;
    background-color: #ffffff;
    padding: 50px 20px; 
	overflow-x: hidden;
}

.story-container {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 10px; 
}


.story-left {
    width: 35%;
    display: flex;
    justify-content: center;
}

.founder-image-wrapper {
    position: relative;
    background-color: #ffffff;
    border: 15px solid #0f2a71;
    border-radius: 9px; 
    display: inline-block; 
}

.founder-img {
    width: 100%;
    max-width: 350px; 
    height: auto;
    display: block;
}


.founder-tag {
    position: absolute;
    bottom: 20px; 
    right: -15%; 
    background-color: #f4c400;
    color: #001740; 
    font-family: 'Nunito', sans-serif;
    font-weight: 800; 
    font-size: 18px;
    padding: 8px 20px;
    border-radius: 10px; 
    z-index: 5;
    white-space: nowrap; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.1); 
}


.story-right {
    width: 60%;
}


.story-heading-main {
    text-align: center; 
    margin-bottom: 50px; 
    color: #001740;
    width: 100%;
}

.story-our {
    font-family: 'Candal', sans-serif;
    font-size: 36px; 
}

.story-word {
    font-family: 'Candal', sans-serif;
    font-size: 48px; 
    margin-left: 10px;
	letter-spacing: 2px;
}

.story-text p {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px; 
    color: #001740;
    line-height: 1.6; 
    margin-bottom: 5px;
}


.customer-care-graphic {
    position: relative;
    margin-top: 60px;
    height: 100px; 
    width: 100%;
    overflow: visible; 
}


.care-bg-rect {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%; 
    height: 80px;
    background-color: #fffdf0; 
    z-index: 1;
	width: 100vw;
}


.care-heading {
    position: absolute;
    top: 20px;
    right: 0; 
    font-family: 'Candal', sans-serif;
    font-size: 58px; 
    color: #0f2a71; 
    opacity: 0.5; 
    z-index: 2; 
    margin: 0;
    line-height: 1;
    letter-spacing: 2px;
    animation: slideLeft 3s ease-out forwards;
}


@keyframes slideLeft {
    0% {
        transform: translateX(100%); 
        opacity: 0;
    }
    100% {
        transform: translateX(0); 
        opacity: 0.5; 
    }
}


.trust-section {
    width: 100%;
    background-color: #fffdf0; 
    padding: 50px 20px; 
	overflow-x: hidden;
}


.trust-heading-main {
    text-align: center; 
    margin-bottom: 60px; 
    font-family: 'Candal', sans-serif;
    font-size: 48px;
    color: #001740;
    width: 100%;
}

.trust-container {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 10px; 
}


.trust-left {
    width: 60%;
}

.trust-text p {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px; 
    color: #001740;
    line-height: 1.6; 
    margin: 0; 
}


.honesty-graphic {
    position: relative;
    margin-top: 60px;
    height: 140px; 
    width: 100%;
    overflow: visible; 
}


.honesty-bg-rect {
    position: absolute;
    top: 30px; 
    right: 0;
    width: 100vw; 
    height: 80px;
    background-color: #ffffff; 
    z-index: 1;
}


.honesty-heading {
    position: absolute;
    top: -10px; 
    left: 0; 
    font-family: 'Candal', sans-serif;
    font-size: 58px; 
    color: #0f2a71; 
    opacity: 0.5; 
    z-index: 2; 
    margin: 0;
    line-height: 1;
    letter-spacing: 2px;
    animation: slideRight 3s ease-out forwards;
}


.honesty-heading.animate-slide-right {
    animation: slideRight 1.5s ease-out forwards;
}


@keyframes slideRight {
    0% {
        transform: translateX(-100%); 
        opacity: 0; 
    }
    100% {
        transform: translateX(0); 
        opacity: 0.5; 
    }
}


.trust-right {
    width: 35%;
    display: flex;
    justify-content: center;
}

.trust-image-wrapper {
    width: 100%;
}

.trust-img {
    width: 100%;
    max-width: 400px; 
    height: auto;
    display: block;
    margin: 0 auto;
	margin-left:-10px;
}


.vision-section {
    width: 100%;
    background-color: #ffffff; 
    padding: 50px 20px 20px; 
	overflow-x: hidden;
}

.vision-container {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}


.vision-row {
    display: flex;
    align-items: center; 
    justify-content: center; 
    margin: 0 auto 50px auto;
    gap: 60px; 
}


.vision-text-col {
    max-width: 600px; 
}


.vision-icon-col {
    width: 160px; 
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center; 
}


.vision-text-col {
    flex-grow: 1; 
}

.vision-icon-col img {
    height: 70px;
    width: auto;
    margin-bottom: 5px;
}

.vision-label {
    font-family: 'Candal', sans-serif;
    font-size: 28px;
    color: #f4c400;
    margin: 0;
    letter-spacing: 1px;
}



.vision-text-col p {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px; 
    color: #001740;
    line-height: 1.6; 
    margin: 0; 
}


.quality-graphic {
    position: relative;
    margin-top: 40px;
    height: 140px; 
    width: 100%;
    overflow: visible; 
}


.quality-bg-rect {
    position: absolute;
    top: -20px; 
    left: 0;
    width: 100vw; 
    height: 80px;
    background-color: #fffdf0; 
    z-index: 1;
}


.quality-heading {
    position: absolute;
    top: 20px;
    right: 0; 
    font-family: 'Candal', sans-serif;
    font-size: 58px; 
    color: #0f2a71; 
    opacity: 0.5; 
    z-index: 2; 
    margin: 0;
    line-height: 1;
    letter-spacing: 2px;
    animation: slideLeft 3s ease-out forwards;
}

.site-footer {
    position: relative; 
}

.scroll-to-top {
    position: absolute;
    bottom: 100%; 
    right: 30px; 
    margin-bottom: 10px; 
    z-index: 9999; 
    width: 60px; 
    height: 60px;
    display: flex; 
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.scroll-to-top img {
    width: 50px; 
    height: auto;
    display: block;
}

.scroll-to-top:hover {
    transform: translateY(-5px); 
}


@media screen and (max-width: 800px) {
	
		.scroll-to-top {
    position: absolute;
    bottom: 100%; 
    right: 10px; 
    margin-bottom: -5px; 
}
	
	.scroll-to-top img {
    width: 30px;
}

    h2, h3, h4,
    .story-heading-main, .story-our, .story-word,
    .care-heading, .trust-heading-main, .honesty-heading, 
    .vision-label, .quality-heading {
        font-size: 26px !important;
        line-height: 1.2 !important;
    }


    .about-title {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }

    p, span, .about-desc, .story-text p, .trust-text p, 
    .vision-text-col p, .founder-tag {
        font-size: 12px !important;
        line-height: 1.5 !important;
    }


    .about-hero-container, .story-container, .trust-container, .vision-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box;
    }


    .story-section, .trust-section, .vision-section {
        padding-top: 30px !important; 
    }
    

    .story-heading-main, .trust-heading-main {
        margin-bottom: 25px !important; 
    }


    .about-hero-left {
        width: 40% !important;
    }
    
    .about-hero-left img {
        max-height: 250px !important;
    }
    
    .about-hero-right {
        width: 60% !important;
        padding-bottom: 20px !important;
    }


    .story-container {
        gap: 25px !important; 
    }
    
    .story-left {
        width: 40% !important;
    }
    
    .story-right {
        width: calc(60% - 25px) !important; 
    }
    
    .founder-img {
        max-width: 100% !important;
    }
    
    .founder-tag {
        right: -10px !important; 
        bottom: 10px !important;
        padding: 5px 10px !important; 
    }


    .trust-left {
        width: 60% !important;
    }
    
    .trust-right {
        width: 40% !important;
    }
    
    .trust-img {
        max-width: 100% !important;
        margin-left: 0 !important; 
    }

    
    .vision-row {
        flex-direction: column !important; 
        text-align: center !important;    
        gap: 10px !important;             
        margin-bottom: 30px !important;
    }
    
    .vision-icon-col {
        width: 100% !important; 
    }
    
    .vision-icon-col img {
        height: 50px !important;
    }


    .customer-care-graphic, .honesty-graphic, .quality-graphic {
        margin-top: 30px !important;
        height: 60px !important; 
    }
    
    .care-bg-rect, .honesty-bg-rect, .quality-bg-rect {
        height: 40px !important; 
    }
    
    .honesty-bg-rect {
        top: 0 !important; 
    }
    
    .honesty-heading {
        top: 8px !important;
    }
    
    .care-heading, .quality-heading {
        top: 5px !important;
    }
}


@media screen and (max-width: 600px) {
	
			.scroll-to-top {
    position: absolute;
    bottom: 100%; 
    right: 10px; 
    margin-bottom: -5px;
}
	
	.scroll-to-top img {
    width: 20px;
}
    
  
    h1, h2, h3, h4, 
    .story-heading-main, .story-our, .story-word, 
    .trust-heading-main, .vision-label {
        font-size: 20px !important;
        line-height: 1.2 !important;
        letter-spacing: 1px !important;
    }

   
    .about-title {
        font-size: 28px !important; 
        line-height: 1.2 !important;
        letter-spacing: 1px !important;
    }

    
    .story-word {
        margin-left: 4px !important; 
        letter-spacing: 0 !important; 
    }

   
    p, span, .about-desc, .story-text p, .trust-text p, 
    .vision-text-col p, .founder-tag {
        font-size: 12px !important;
        line-height: 1.5 !important;
    }

    
    .trust-text p {
        display: inline !important; 
    }
    .trust-text br {
        display: none !important; 
    }

    
    .about-hero-container, .story-container, .trust-container, .vision-container {
        display: flex !important;
        flex-direction: column !important; 
        align-items: center !important; 
        gap: 30px !important; 
        text-align: center !important; 
    }

    
    .about-hero {
        padding-top: 50px !important; 
        padding-bottom: 0 !important;
    }

    .about-hero-right { 
        width: 100% !important;
        order: 1 !important; 
        padding-bottom: 0 !important;
    }

    .about-hero-left { 
        width: 100% !important;
        order: 2 !important; 
        justify-content: center !important;
    }

    .about-hero-left img {
        max-height: 250px !important; 
        margin: 0 auto !important;
    }

    
    .story-heading-main {
        margin-bottom: 20px !important;
    }

    .story-right {
        display: contents !important; 
    }

    .story-text {
        order: 1 !important; 
        text-align: center !important;
    }

    .story-left { 
        width: 100% !important;
        order: 2 !important; 
        margin-top: 10px !important;
    }

    .customer-care-graphic {
        order: 3 !important; 
        width: 100% !important;
        margin-top: 10px !important; 
    }

    .founder-img {
        max-width: 100% !important;
    }

    .founder-tag {
        font-size: 10px !important; 
        right: -5px !important;
        bottom: -15px !important;
    }


    .trust-heading-main {
        margin-bottom: 20px !important;
    }

    .trust-left { 
        display: contents !important; 
    }

    .trust-text {
        order: 1 !important; 
        text-align: center !important;
    }

    .trust-right { 
        width: 100% !important;
        order: 2 !important; 
        margin-top: 15px !important;
    }

    .honesty-graphic {
        order: 3 !important; 
        width: 100% !important;
        margin-top: 10px !important; 
    }

    .trust-img {
        max-width: 80% !important;
        margin: 0 auto !important;
    }

    
    .vision-row {
        display: flex !important;
        flex-direction: column !important; 
        align-items: center !important;
        gap: 5px !important; 
        margin-bottom: 20px !important; 
    }

    .vision-icon-col {
        width: 100% !important;
    }

    .vision-icon-col img {
        height: 45px !important; 
    }

    
    .care-heading, .honesty-heading, .quality-heading {
        font-size: 26px !important; 
        top: 0 !important;
        text-align: center !important;
        width: 100% !important; 
        left: 0 !important;
    }

    .customer-care-graphic, .honesty-graphic, .quality-graphic {
        height: 40px !important; 
    }

    .quality-graphic {
        margin-top: 0px !important;
    }

    .care-bg-rect, .honesty-bg-rect, .quality-bg-rect {
        height: 25px !important; 
        top: 10px !important;
    }
}