.about-page{width:100%;padding:60px 20px;background:linear-gradient(135deg,#f8f9fa,#f0f2f5);color:#333;min-height:100vh}.about-page .about-content{max-width:1280px;margin:0 auto}.about-page .section-title{text-align:center;margin-bottom:50px;color:#1a1a1a;font-weight:700;position:relative;padding-bottom:20px;font-family:Playfair Display,Helvetica Neue,Arial,sans-serif}.about-page .section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,transparent,#c5a455,transparent);border-radius:3px}@media (max-width: 768px){.about-page .section-title{font-size:28px!important;margin-bottom:35px}}.about-page .section-divider{border-color:#e0e0e0;border-style:solid;border-width:.5px 0 0;max-width:800px;margin:70px auto}.about-page .section-divider:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);width:16px;height:16px;background:#c5a455;border-radius:50%}.about-page .banner-section{width:100%;margin-bottom:70px;border-radius:16px;overflow:hidden;box-shadow:0 20px 50px -20px #00000040;position:relative}.about-page .banner-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#0000001a,#00000008);z-index:1}.about-page .banner-image-wrapper{width:100%;overflow:hidden;border-radius:16px;position:relative;height:500px}@media (max-width: 768px){.about-page .banner-image-wrapper{height:350px}}@media (max-width: 576px){.about-page .banner-image-wrapper{height:300px}}.about-page .banner-image{width:100%;height:100%;display:block;object-fit:cover;object-position:center 30%;transition:transform .8s cubic-bezier(.2,0,.2,1)}.about-page .banner-image:hover{transform:scale(1.03)}.about-page .about-company-section{margin-bottom:70px;background:#fff;padding:40px;border-radius:16px;box-shadow:0 10px 30px -15px #00000014;position:relative;overflow:hidden}.about-page .about-company-section:before{content:"";position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(to bottom,#c5a455,#d4b87a)}.about-page .company-description{text-align:justify;line-height:1.85;font-family:Lora,Georgia,serif;color:#444;font-size:17px;letter-spacing:.2px}.about-page .description-paragraph{margin-bottom:28px;position:relative;padding-left:15px}.about-page .description-paragraph:first-letter{font-size:3.5em;float:left;line-height:.8;margin-right:8px;color:#c5a455;font-weight:700}.about-page .description-paragraph:last-child{margin-bottom:0}.about-page .philosophy-section{margin-bottom:70px}.about-page .philosophy-card{height:100%;text-align:center;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 12px 30px -10px #00000014;transition:all .4s cubic-bezier(.2,0,.2,1);border:1px solid rgba(0,0,0,.03);position:relative}.about-page .philosophy-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#c5a455,#d4b87a);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.about-page .philosophy-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px -15px #0000002e}.about-page .philosophy-card:hover:before{transform:scaleX(1)}.about-page .philosophy-card .ant-card-body{padding:40px 28px;position:relative;z-index:1}.about-page .philosophy-title{margin-bottom:20px;color:#1a1a1a;font-weight:700;font-size:22px;position:relative;display:inline-block;padding-bottom:10px}.about-page .philosophy-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:40px;height:2px;background:#c5a455}.about-page .philosophy-description{font-size:16px;color:#555;line-height:1.7;margin-bottom:0}.about-page .certification-section{margin-bottom:70px}.about-page .certification-card{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.about-page .certification-image-wrapper{width:100%;height:0;padding-top:110%;position:relative;overflow:hidden;border-radius:12px;box-shadow:0 10px 25px -5px #00000014;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.about-page .certification-image-wrapper:hover{box-shadow:0 15px 35px -5px #00000026;transform:translateY(-5px)}.about-page .certification-image-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(145deg,#fffffff2,#fafafae6);z-index:1;opacity:0;transition:opacity .3s ease}.about-page .certification-image-wrapper:hover:before{opacity:1}.about-page .certification-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;display:block;transition:transform .4s ease;z-index:2;padding:12px}.about-page .certification-image:hover{transform:scale(1.03)}@media (max-width: 575px){.about-page{padding:40px 15px}.about-page .section-title{font-size:26px!important;margin-bottom:35px}.about-page .section-divider{margin:50px 0}.about-page .about-company-section{padding:25px 20px}.about-page .about-company-section:before{width:4px}.about-page .description-paragraph{font-size:16px}.about-page .description-paragraph:first-letter{font-size:2.8em}.about-page .philosophy-card .ant-card-body{padding:30px 20px}.about-page .certification-image-wrapper{padding-top:120%}}@media (min-width: 576px) and (max-width: 767px){.about-page{padding:50px 25px}}@media (min-width: 768px) and (max-width: 991px){.about-page{padding:60px 35px}}@media (min-width: 992px){.about-page{padding:80px}.about-page .section-divider{margin:80px 0}}.about-page .about-content>*{opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease forwards}.about-page .about-content>*:nth-child(1){animation-delay:.1s}.about-page .about-content>*:nth-child(2){animation-delay:.2s}.about-page .about-content>*:nth-child(3){animation-delay:.3s}.about-page .about-content>*:nth-child(4){animation-delay:.4s}.about-page .about-content>*:nth-child(5){animation-delay:.5s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}
