:root {
    --primarty-color: #227AFF;
    --secondary-color: #DBEAFF;
    --secondary2-color: #0963EB;
    --secondary3-color: #F8FAFC;
    --primary-text-color: #565656;
    --footer-color: #011525;
    --bs-white: #fff;
    --bs-black: #000;
    --heading-font: 'Outfit', sans-serif;
    --body-font: 'Poppings', sans-serif;
    --regular-font: 'Manrope', sans-serif;

}

body {
    margin: 0;
    padding: 0;
    font-family: var(--regular-font);
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
    font-family: var(--heading-font);
}

img {
    object-fit: cover;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #0d6efd, #3a8bfd);
    border-radius: 10px;
}

.heading {
    font-family: var(--heading-font);
}

.sub_heading {
    font-family: var(--regular-font);
    font-weight: 450;
    color: var(--primary-text-color);
}


.top_header {
    background-color: var(--primarty-color);
    padding: 8px 30px;
}

.top_header ul {
    gap: 20px;
}

.top_header ul li:first-child {
    margin-right: auto;
}

.top_header li a {
    text-decoration: none;
    color: var(--bs-white);
    font-size: 15px;
    font-family: var(--heading-font);
}

.navbar {
    background-color: transparent;
}

.navbar .nav-item {
    padding: 0 8px;
}

.navbar .nav-item .nav-link {
    font-size: 15px;
    font-family: var(--heading-font);
}

.navbar .nav-item:last-child .nav-link {
    padding-right: 0;
}

.navbar .nav-item .nav-link.active {
    color: var(--primarty-color);
    font-weight: 500;
}

.top_header ul li a,
.navbar .nav-item .nav-link {
    position: relative;
    padding: 0 5px;
    font-weight: 500;
}

.top_header ul li a::after,
.navbar .nav-item .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background-color: var(--primarty-color);
    transition: 0.5s ease;
}

.top_header ul li:hover a::after,
.navbar .nav-item:hover .nav-link::after {
    width: 100%;
}

.top_header ul li a::after {
    background-color: var(--bs-white);
}

.top_header ul li .active-link::after {
    width: 100%;
}

.top_header .email a {
    font-weight: 450;
}

.top_header .email a::after {
    content: none;
}

.navbar .nav-item .nav-link.active::after {
    width: 100%;
}

.navbar .nav-item .nav-link.active {
    font-weight: 600;
}

/* Hero Section */
.hero {
    margin: 0 30px;
}

.hero .item .hero-slide {
    border-radius: 36px;
    padding: 134px 30px 166px;
    position: relative;
    overflow: hidden;
}

.hero .item .hero-slide::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(250, 250, 250, 0.10);
    border-radius: 36px;
}

.hero .item .hero-slide .hero-content {
    color: var(--bs-white);
    width: 45%;
    margin-left: auto;
    right: 0;
    z-index: 1;
    position: relative;
}

.custom-btn {
    background: linear-gradient(108.11deg, #004AC6 0%, #2563EB 100%);
    color: var(--bs-white);
    font-family: var(--heading-font);
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.5s;
    display: inline-block;
}

.btn-white {
    background: var(--bs-white);
    color: var(--primarty-color);
}

.btn-white:hover {
    background: linear-gradient(108.11deg, #004AC6 0%, #2563EB 100%);
}

h1 {
    font-size: 42px;
    font-weight: 450;
    margin-bottom: 30px;
}

h1 span {
    font-weight: 800;
}

.heading span {
    color: var(--primarty-color);
}

.p-v-60 {
    padding: 60px 0;
}

.tool_card {
    border-radius: 20px;
    position: relative;
    /* max-height: 433px; */
}

.tool_card img {
    width: 100%;
}

.tool_card .card-text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 74px 15px 10px 22px;
    display: flex;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #000000 100%);
    border-radius: 0 0 20px 20px;
}

.tool_card::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background-color: var(--bs-white);
    height: 100px;
    width: 100px;
    border-radius: 20px 0 0 0;
}

.tool_card .card-text h5 {
    font-size: 24px;
    color: var(--bs-white);
}

.tool_card .card-text img {
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 1;
}

.standard {
    background-color: #F2F4F6;
}

.nav-tabs {
    background-color: #ECEEF0;
    padding: 4px;
    border-radius: 12px;
}

.nav-tabs .nav-item .nav-link.active {
    background-color: var(--bs-white);
    border-radius: 8px;
    border: 0;
}

.nav-tabs .nav-item .nav-link {
    border: 0;
    color: #434655;
    font-weight: 600;
}

.standalone-table-wrapper {
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
    overflow-x: auto;
    border: 1px solid #eef2f6;
}

.series {
    background-color: #e7f0ff;
    color: #0D2A3F;
    text-align: left !important;
}

.standards-table tr:hover .series {
    background-color: #e7f0ff;
}

.standards-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--regular-font);
    min-width: 780px;
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.standards-table th {
    background: #F8FAFE;
    padding: 1.2rem 1rem;
    font-weight: 600;
    font-family: var(--heading-font);
    color: #1e293b;
    border-bottom: 2px solid #e2e8f0;
    font-size: 0.9rem;
    font-family: var(--heading-font);
    font-size: 16px;
    white-space: nowrap;
    text-align: center;
}



.standards-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #edf2f7;
    color: #334155;
    vertical-align: middle;
    font-family: var(--regular-font);
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
}



.standards-table tr:last-child td {
    border-bottom: none;
}

.standards-table tr:hover td {
    background-color: #fafcff;
}

.input-field-sm {
    width: 80px;
    padding: 5px 8px;
    border-radius: 40px;
    border: 1px solid #cbd5e1;
    font-size: 0.85rem;
    font-family: var(--regular-font);
    transition: 0.2s;
    text-align: center;
}

.input-field-sm:focus {
    outline: none;
    border-color: var(--primarty-color);
    box-shadow: 0 0 0 3px rgba(5, 5, 5, 0.1);
}

.table-icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #DBEAFF;
    border-radius: 8px;
    color: var(--primarty-color);
    margin-right: 8px;
    vertical-align: middle;
}

.table-icon-container svg {
    width: 24px;
    height: 24px;
}

.info-note {
    background: white;
    border-radius: 20px;
    padding: 1rem 1.8rem;
    border-left: 4px solid var(--primarty-color);
    margin-top: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
}

.badge-thickness {
    display: inline-block;
    background-color: #FCD34D;
    color: #78350F;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.about {
    position: relative;
    overflow: hidden;
}

.about p {
    max-width: 700px;
}

.about::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.10);
    z-index: 1;
    pointer-events: none;
}

.about .blur-box {
    padding: 40px;
    background-color: rgba(1, 29, 49, 0.5);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    color: var(--bs-white);
    position: relative;
    z-index: 2;
    width: fit-content;
    max-width: 700px;
}

/* Benefits Section */


.benefits .heading {
    font-size: 36px;
    margin-bottom: 15px;
}

.benefit-card {
    background: white;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 30px;
    transition: all 0.3s ease;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.benefit-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: var(--primarty-color);
    transform: translateY(-5px);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background-color: #DBEAFF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--primarty-color);
}

.benefit-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 12px;
    font-family: var(--heading-font);
}

.benefit-card p {
    font-size: 14px;
    color: #6B7280;
    line-height: 1.6;
    margin: 0;
}

.benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefit-list li {
    font-size: 14px;
    color: #6B7280;
    line-height: 1.6;
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.benefit-list li:last-child {
    margin-bottom: 0;
}

.benefit-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--primarty-color);
    font-weight: 600;
}

/* Materials & Labour Section */
.materials-labour {
    background-color: #F9FAFB;
}

.raw-materials {
    padding-right: 30px;
}

.raw-materials .heading {
    font-size: 32px;
    margin-bottom: 15px;
}

.raw-materials>p {
    color: #565656;
    margin-bottom: 30px;
    font-size: 15px;
}

.materials-list {
    margin-bottom: 30px;
}

.material-item {
    background: white;
    border: 0px;
    padding: 10px 20px;
    margin-bottom: 12px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.material-item:hover {
    background: #F3F4F6;
    box-shadow: 0 4px 12px rgba(34, 122, 255, 0.1);
}

.material-item h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #1F2937;
}

.important-note {
    background: #FEF3C7;
    border-left: 4px solid #F59E0B;
    padding: 20px;
    border-radius: 8px;
}

.important-note h5 {
    font-size: 15px;
    font-weight: 700;
    color: #92400E;
    margin-bottom: 8px;
}

.important-note p {
    color: #78350F;
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
}

/* Labour Efficiency Section */
.labour-efficiency {
    background: linear-gradient(135deg, #0963EB 0%, #227AFF 100%);
    border-radius: 20px;
    padding: 40px;
    color: white;
}

.labour-efficiency .heading {
    font-size: 32px;
    margin-bottom: 20px;
    color: white;
}

.labour-efficiency>p {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
}

.labour-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.labour-list li {
    font-size: 16px;
    color: white;
    padding-left: 25px;
    position: relative;
    margin-bottom: 12px;
    font-weight: 500;
}

.labour-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: white;
}

.efficiency-highlight {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 25px;
    text-align: center;
}

.percentage {
    font-size: 56px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    line-height: 1;
}

.efficiency-highlight p {
    color: white;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* AAC Block Adhesive vs Cement Mortar Section */


.adhesive-comparison .heading span {
    color: var(--primarty-color);
}

.comparison-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.comparison-card:hover {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.comparison-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 20px;
    margin-top: 0;
}

.comparison-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comparison-card li {
    font-size: 15px;
    color: #4B5563;
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.6;
}

.comparison-card li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--primarty-color);
    font-weight: 700;
    font-size: 18px;
}

.comparison-card li:last-child {
    margin-bottom: 0;
}

/* Traditional Problems Card */
.traditional-problems h3 {
    color: #1F2937;
}

/* Adhesive Benefits Card */
.adhesive-benefits h3 {
    color: var(--primarty-color);
}

/* Saves Card */
.saves-card {
    background: linear-gradient(135deg, #F0F9FF 0%, #E0F2FE 100%);
    border: 2px solid var(--secondary-color);
    padding: 30px 40px;
}

.saves-card h3 {
    color: var(--primarty-color);
    margin-bottom: 0;
    font-size: 18px;
}

.saves-card strong {
    color: #1F2937;
}

.saves-card span {
    color: #4B5563;
    font-weight: 500;
}

/* Additional Benefits of AAC Blocks Section */
.additional-benefits {
    background: white;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.stat-card {
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 150px;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
}

.stat-light {
    background: #E5E7EB;
}

.stat-dark {
    background: #4B5563;
}

.stat-warning {
    background: #F59E0B;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
}

.stat-light .stat-number {
    color: #1F2937;
}

.stat-dark .stat-number {
    color: white;
}

.stat-warning .stat-number {
    color: white;
}

.stat-label {
    font-size: 16px;
    font-weight: 600;
}

.stat-light .stat-label {
    color: #4B5563;
}

.stat-dark .stat-label {
    color: white;
}

.stat-warning .stat-label {
    color: white;
}

.benefits-content {
    padding-left: 30px;
}

.benefits-content .heading span {
    color: var(--primarty-color);
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
}

.benefits-list li {
    font-size: 16px;
    color: #4B5563;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.6;
}

.benefits-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--primarty-color);
    font-weight: 700;
    font-size: 18px;
}

.benefits-list li:last-child {
    margin-bottom: 0;
}

/* Blog Section */
.blog-section {
    background: linear-gradient(180deg, #E0F2FE 0%, #E0EAFF 100%);
}

.blog-card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.blog-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 12px;
    margin-top: 0;
    line-height: 1.4;
}

.blog-content p {
    font-size: 14px;
    color: #6B7280;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

/* Testimonial Section */
.testimonial-section {
    background: white;
}

.testimonial-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #E5E7EB;
    transition: all 0.3s ease;
}

.testimonial-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.client-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.client-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-info {
    flex: 1;
}

.client-info h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1F2937;
    margin: 0 0 8px 0;
}

.stars {
    display: flex;
    gap: 4px;
}

.stars i {
    font-size: 14px;
    color: #F59E0B;
}

.testimonial-text {
    font-size: 14px;
    color: #6B7280;
    line-height: 1.6;
    margin: 0;
}

/* CTA Section */
.cta-section {
    border-radius: 20px;
    margin: 40px;
}

.cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 40px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(131, 203, 255, 0.35) 0%, rgba(79, 122, 153, 0.35) 100%);
}

.cta-content h2 {
    font-size: 26px;
    font-weight: 600;
    color: #1F2937;
    margin: 0;
    line-height: 1.4;
    flex: 1;
    width: 50%;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    flex-shrink: 0;
}

.btn-cta {
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.btn-cta-primary {
    background: #003D5C;
    color: white;
}

.btn-cta-primary:hover {
    /* background: #002A41; */
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 61, 92, 0.3);
}

.btn-cta-secondary {
    background: var(--secondary-color);
    color: var(--primarty-color);
}

.btn-cta-secondary:hover {
    background: #C5DCED;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(34, 122, 255, 0.2);
}

/* Testimonial Carousel */
.testimonial-carousel {
    padding: 20px 0;
}

.testimonial-carousel .owl-item {
    padding: 15px;
}

.testimonial-carousel .item {
    display: flex;
    justify-content: center;
}


/* Footer Section */
footer.footer {
    background: linear-gradient(135deg, #011525 0%, #0D2A3F 100%);
    color: #E5E7EB;
    padding: 20px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 1.5fr;
    gap: 50px;
    padding: 50px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-about {
    grid-column: span 1;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    height: 80px;
    width: auto;
}

.footer-text {
    font-size: 14px;
    line-height: 1.6;
    color: #D1D5DB;
    margin: 0;
}

.footer-title {
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: var(--heading-font);
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 12px;
}

.footer-list li a {
    color: #D1D5DB;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    font-weight: 500;
}

.footer-list li a:hover {
    color: var(--primarty-color);
}

.footer-recognition {
    grid-column: span 1;
}

.recognition-badges {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.recognition-badges img {
    height: 60px;
    width: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.recognition-badges img:hover {
    transform: scale(1.1);
}

/* Footer Bottom */
.footer-bottom {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright {
    font-size: 13px;
    color: #9CA3AF;
    margin: 0;
}

.footer-credit {
    font-size: 13px;
    color: #9CA3AF;
    margin: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: relative;
}

.owl-carousel .owl-nav button.owl-next::after,
.owl-carousel .owl-nav button.owl-prev::after {
    content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
}

.owl-carousel .owl-nav button.owl-next::after {
    background-image: url(../images/right-arrow.png);
}

.owl-carousel .owl-nav button.owl-prev::after {
    background-image: url(../images/left-arrow.png);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    color: transparent;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-nav {
    display: flex;
    margin: auto;
    justify-content: center;
    gap: 35px;
    margin-top: 20px;
}

.owl-theme .owl-nav [class*=owl-]:hover,
.owl-theme .owl-nav [class*=owl-]:hover {
    color: transparent;
    background-color: transparent;
}

.hero .owl-carousel .owl-nav.disabled,
.owl-theme .owl-dots .owl-dot span {
    display: none;
}






/* About page specific styles - pixel perfect from Figma */
.about-hero-section {
    padding: 60px 0 40px;
}

.who-we-are-img {
    border-radius: 28px;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
    object-fit: cover;
}

.offer-card {
    background: white;
    border-radius: 20px;
    padding: 30px 24px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #eef2f6;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02);
}

.offer-card:hover {
    transform: translateY(-6px);
    border-color: var(--primarty-color);
    box-shadow: 0 20px 30px -12px rgba(34, 122, 255, 0.12);
}

.offer-icon {
    width: 70px;
    height: 70px;
    background: var(--secondary-color);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: var(--primarty-color);
    font-size: 32px;
}

.offer-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1e293b;
}

.offer-card p {
    color: #565656;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.mission-section {
    background: linear-gradient(108.11deg, #F8FAFE 0%, #EFF6FF 100%);
    border-radius: 32px;
    padding: 50px 40px;
    margin: 40px 0;
}

.value-card {
    text-align: center;
    padding: 24px 16px;
    background: white;
    border-radius: 24px;
    transition: 0.3s;
    height: 100%;
    border: 1px solid #eef2f6;
}

.value-icon {
    width: 64px;
    height: 64px;
    background: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--primarty-color);
    font-size: 28px;
}

.value-card h4 {
    font-weight: 700;
    margin-bottom: 8px;
    color: #0f172a;
}

.work-highlight-card {
    border-radius: 24px;
    overflow: hidden;
    background: white;
    transition: 0.3s;
    box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.work-highlight-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.4s;
}

.work-highlight-card:hover img {
    transform: scale(1.03);
}

.work-highlight-card .card-body {
    padding: 20px;
}

.awards-block {
    background: #F2F4F6;
    border-radius: 28px;
    padding: 40px;
    margin-top: 30px;
}

.contact-estimate-section {
    background: linear-gradient(135deg, #011525 0%, #0D2A3F 100%);
    border-radius: 32px;
    padding: 50px 40px;
    margin: 50px 0;
    color: white;
}

.form-control-custom {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 60px;
    padding: 12px 24px;
    color: white;
    font-size: 14px;
}

.form-control-custom:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: var(--primarty-color);
    box-shadow: none;
    color: white;
}

.form-control-custom::placeholder {
    color: rgba(34, 33, 33, 0.6);
}

.contact-info-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(4px);
    border-radius: 24px;
    padding: 28px;
    height: 100%;
}

.btn-submit {
    background: var(--primarty-color);
    border-radius: 60px;
    padding: 12px 32px;
    font-weight: 600;
    color: white;
    transition: 0.3s;
    border: none;
}

.btn-submit:hover {
    background: #0963EB;
    transform: translateY(-2px);
}

.stat-badge {
    background: #FFE4C4;
    padding: 8px 18px;
    border-radius: 40px;
    display: inline-block;
    font-weight: 600;
    color: #c2410c;
}

.about-breadcrumb {
    font-size: 14px;
    color: var(--primarty-color);
    margin-bottom: 12px;
    font-weight: 500;
}

.about-headline {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .about-headline {
        font-size: 32px;
    }

    .mission-section {
        padding: 30px 20px;
    }

    .contact-estimate-section {
        padding: 30px 20px;
    }

    .about-hero-section {
        padding: 30px 0;
    }
}

.btn-outline-light-custom {
    border: 1px solid white;
    border-radius: 60px;
    padding: 10px 28px;
    color: white;
    font-weight: 500;
    transition: 0.3s;
}

.btn-outline-light-custom:hover {
    background: white;
    color: #0D2A3F;
}

.our-tools-card {
    background: white;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    transition: 0.3s;
    border: 1px solid #eef2f6;
}

.our-tools-card i {
    font-size: 42px;
    color: var(--primarty-color);
    margin-bottom: 20px;
}

.testimonial-card-about {
    background: white;
    border-radius: 20px;
    padding: 28px;
    margin: 12px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: white !important;
    border-radius: 50% !important;
    width: 44px;
    height: 44px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.about-hero {
    padding: 140px;
    position: relative;
}

.about-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(3, 89, 151, 0) 100%);
    z-index: 1;
}

.about-hero .banner-content {
    position: relative;
    z-index: 2;
}

.about-image {
    max-height: 400px;
    border-radius: 20px;
    width: 100%;
}

.aboutUs_content .content {
    margin-bottom: 25px;
}

.aboutUs_content .content:last-child {
    margin-bottom: 0;
}

.aboutUs_content .content p:has(b) {
    margin-bottom: 8px;
}

.highlights {
    background-color: #F2F4F6;
}

.highlights img {
    width: 100%;
    border-radius: 20px;
}

.ourWork {
    background-color: #F2F4F6;
    padding-inline: 50px;
    border-radius: 20px;
}

.workVideo {
    position: relative;
}

.workVideo::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/video-Icon.svg);
    height: 50px;
    width: 50px;
}

.play {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--bs-white);
    font-weight: 600;
    font-size: 22px;
}

.workVideo img {
    width: 100%;
}

.awards img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.award1 {
    height: 190px;
}

.award2 {
    height: 400px;
}


/* Contact page specific styles - pixel perfect to Figma design */
.contact-hero {
    background: linear-gradient(135deg, #F8FAFE 0%, #F0F4F9 100%);
    border-radius: 0 0 40px 40px;
    margin-bottom: 20px;
}

.contact-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.contact-header h1 {
    font-size: 48px;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 16px;
}

.contact-header p {
    font-size: 18px;
    color: #4B5563;
    font-family: var(--regular-font);
}

/* mission & contact info card */
.mission-card {
    background: white;
    border-radius: 28px;
    padding: 32px;
    height: 100%;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(34, 122, 255, 0.1);
}

.mission-card h3 {
    font-size: 36px;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 20px;
    font-family: var(--heading-font);
}

.mission-card h3 span {
    color: var(--primarty-color);
}

.mission-description {
    color: #4B5563;
    line-height: 1.6;
    margin-bottom: 28px;
    font-size: 15px;
}

.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 28px 0 0 0;
}

.contact-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
    font-size: 15px;
    color: #1F2937;
    font-weight: 500;
}

.contact-info-list li:last-child {
    margin-bottom: 0;
}

.contact-info-list li i {
    width: 22px;
    color: var(--primarty-color);
    font-size: 18px;
    margin-top: 2px;
}

.contact-info-list li a {
    color: #1F2937;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-info-list li a:hover {
    color: var(--primarty-color);
}

i.fas.fa-phone-alt {
    transform: rotate(90deg);
}

.working-hours {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #E5E7EB;
    font-size: 14px;
    color: #6B7280;
}

/* form card */
.form-card {
    background: #DBEAFF;
    border-radius: 28px;
    padding: 32px;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(34, 122, 255, 0.1);
    height: 100%;
}

.form-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 28px;
    color: #1F2937;
}

.form-control-custom {
    border-radius: 60px;
    padding: 12px 20px;
    border: 1px solid #E2E8F0;
    background: #F9FAFB;
    font-size: 14px;
    transition: all 0.2s;
}

.form-control-custom:focus {
    border-color: var(--primarty-color);
    box-shadow: 0 0 0 3px rgba(34, 122, 255, 0.15);
    background: white;
}

textarea.form-control-custom {
    border-radius: 24px;
    resize: vertical;
}

.btn-call-back {
    background: linear-gradient(108.11deg, #004AC6 0%, #2563EB 100%);
    color: white;
    border: none;
    padding: 12px 32px;
    font-weight: 600;
    border-radius: 60px;
    font-family: var(--heading-font);
    transition: 0.3s;
    width: 100%;
}

.btn-call-back:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(34, 122, 255, 0.3);
    background: linear-gradient(108.11deg, #0038a3 0%, #1a52cc 100%);
}

/* map section */
.map-wrapper {
    background: white;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(34, 122, 255, 0.1);
}

.map-container iframe {
    width: 100%;
    height: 320px;
    border: 0;
    display: block;
}

.map-caption {
    padding: 20px 28px;
    background: white;
    border-top: 1px solid #EEF2F6;
}

.map-caption h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 6px;
}

.map-caption p {
    color: #6B7280;
    font-size: 14px;
    margin: 0;
}

/* testimonial mini section (matching figma) */
.testimonial-mini {
    background: #F9FAFB;
    border-radius: 28px;
    padding: 40px 32px;
}

.testimonial-mini .heading {
    font-size: 28px;
}

.contact-testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 24px;
    transition: 0.2s;
    height: 100%;
    border: 1px solid #E5E7EB;
}

.contact-testimonial-card .client-avatar {
    width: 48px;
    height: 48px;
    background: #DBEAFF;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    color: var(--primarty-color);
}

.recognition-badges-contact {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}

.recognition-badges-contact img {
    height: 55px;
    width: auto;
    filter: brightness(0) invert(0.3);
    transition: 0.2s;
}

.recognition-badges-contact img:hover {
    filter: none;
    transform: scale(1.02);
}

.recognition-text {
    font-size: 14px;
    color: #4B5563;
    font-weight: 500;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .contact-header h1 {
        font-size: 36px;
    }

    .mission-card,
    .form-card {
        padding: 24px;
    }

    .map-container iframe {
        height: 240px;
    }
}

.inline-icon-list i {
    width: 26px;
}

.tools .tool-box img {
    width: 150px;
}

.tool-box {
    width: 267px;
    height: 267px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F2F4F6;
    border-radius: 20px;
}

.aboutUs_content ul li span {
    color: rgb(5, 206, 5);
}


/* additional calculator styles */
.calculator-card {
    background: white;
    border-radius: 28px;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
    padding: 32px;
    transition: all 0.2s ease;
    border: 1px solid #eef2f6;
    height: 100%;
}

.form-label-calc {
    font-weight: 600;
    font-size: 14px;
    color: #1e293b;
    margin-bottom: 6px;
}

.calc-input-group {
    margin-bottom: 1.2rem;
}

.result-number {
    font-size: 32px;
    font-weight: 800;
    color: var(--primarty-color);
    line-height: 1.2;
}

.result-label {
    font-size: 14px;
    color: #4b5563;
    font-weight: 500;
}

.result-card {
    background: #f8fafc;
    border-radius: 20px;
    padding: 18px;
    margin-bottom: 16px;
    border-left: 4px solid var(--primarty-color);
}

.calc-badge {
    background: #e6f0ff;
    padding: 4px 12px;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 600;
    color: #1e40af;
    display: inline-block;
}

.calc-note {
    background: #fffbeb;
    border-radius: 16px;
    padding: 16px;
    font-size: 13px;
    color: #92400e;
    margin-top: 20px;
    border-left: 3px solid #f59e0b;
}

.btn-calc {
    background: linear-gradient(108.11deg, #004AC6 0%, #2563EB 100%);
    border: none;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 40px;
    width: 100%;
    color: white;
    transition: 0.2s;
}

.btn-calc:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(34, 122, 255, 0.3);
}


.g20 {
    gap: 20px;
}

.g20 input {
    border-radius: 5px;
    padding: 2px 8px;
    max-width: 200px;
    width: 100%;
}

.btn:hover {
    color: var(--secondary3-color);
}

/* Who We Are */
.who-we-are-img {
    border-radius: 28px;
    width: 100%;
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.1);
}

/* Mission & Vision Cards */
.mission-card,
.vision-card {
    background: white;
    border-radius: 24px;
    padding: 32px;
    height: 100%;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    border: 1px solid #eef2f6;
}

.mission-card:hover,
.vision-card:hover {
    transform: translateY(-5px);
    border-color: var(--primarty-color);
}

.section-badge {
    display: inline-block;
    background: var(--secondary-color);
    color: var(--primarty-color);
    padding: 6px 18px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
}

/* AAC Blocks Benefits Grid */
.benefit-card {
    background: white;
    border-radius: 20px;
    padding: 24px;
    transition: 0.3s;
    height: 100%;
    border: 1px solid #eef2f6;
}

.benefit-card:hover {
    box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.1);
    border-color: var(--primarty-color);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background: var(--secondary-color);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--primarty-color);
    font-size: 28px;
}

/* Raw Materials List */
.material-tag {
    background: #F3F4F6;
    border-radius: 50px;
    padding: 12px 20px;
    font-weight: 500;
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
    transition: 0.2s;
}

.material-tag i {
    color: var(--primarty-color);
    margin-right: 10px;
}

/* Technical Table */
.tech-table {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.tech-table table {
    width: 100%;
    border-collapse: collapse;
}

.tech-table th,
.tech-table td {
    padding: 14px 20px;
    border-bottom: 1px solid #eef2f6;
}

.tech-table th {
    background: #F8FAFE;
    font-weight: 600;
}

/* Comparison Table */
.comparison-table-wrapper {
    background: white;
    border-radius: 24px;
    overflow-x: auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.comparison-table th,
.comparison-table td {
    padding: 14px 20px;
    text-align: left;
    border-bottom: 1px solid #eef2f6;
}

.comparison-table th {
    background: #F8FAFE;
}

/* Stats Section */
.stat-card-simple {
    background: white;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.stat-number-lg {
    font-size: 48px;
    font-weight: 800;
    color: var(--primarty-color);
}

/* CTA Banner */
.cta-banner {
    background: linear-gradient(108.11deg, #004AC6 0%, #2563EB 100%);
    border-radius: 28px;
    padding: 50px 40px;
    text-align: center;
    color: white;
}

/* Footer (same as homepage) */
footer.footer {
    background: linear-gradient(135deg, #011525 0%, #0D2A3F 100%);
    color: #E5E7EB;
    padding: 20px 0 0;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 1.5fr;
    gap: 50px;
    padding: 50px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo img {
    height: 80px;
    width: auto;
}

.footer-text {
    font-size: 14px;
    line-height: 1.6;
    color: #D1D5DB;
}

.footer-title {
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
}

.footer-list {
    list-style: none;
    padding: 0;
}

.footer-list li a {
    color: #D1D5DB;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.footer-list li a:hover {
    color: var(--primarty-color);
}

.footer-bottom {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-hero h1 span{
    font-weight: 500;
    color: #02206E;
}

.about-hero h1, .about-hero p{
    width: 65%;
    font-weight: 600;
}

.labour-efficiency img, .labour-efficiency{
    border-radius: 30px;
}

.tech{
    color: var(--bs-white);
    position: relative;
}
.tech::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #626262 73.08%);
    z-index: 1;
}
.tech h2, .tech ul{
    position: relative;
    z-index: 2;
}
.tech ul{
    line-height: 35px;
}


.other li{
    color: black;
    padding-left: 0;
}
.other p{
    color: #000;
}

/* header */
    .brand {
      text-align: center;
      margin-bottom: 2rem;
    }
    .brand h1 {
      font-size: 2.2rem;
      font-weight: 800;
      background: linear-gradient(135deg, #1e3a8a, #3b82f6);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      letter-spacing: -0.5px;
    }
    .brand p {
      color: #475569;
      font-weight: 500;
    }

    /* main card */
    .calculator-card {
      background: rgba(255,255,255,0.92);
      backdrop-filter: blur(2px);
      border-radius: 2rem;
      box-shadow: 0 25px 45px -12px rgba(0,0,0,0.2);
      padding: 2rem;
      transition: all 0.2s;
      border: 1px solid rgba(59,130,246,0.2);
    }

    /* two column layout */
    .grid-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
    }

    @media (max-width: 900px) {
      .grid-2 {
        grid-template-columns: 1fr;
        gap: 2rem;
      }
    }

    /* input groups */
    .input-group {
      margin-bottom: 1.3rem;
    }
    label {
      font-weight: 600;
      font-size: 0.85rem;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      margin-bottom: 0.4rem;
      color: #0f172a;
    }
    label i {
      color: #3b82f6;
      width: 1.2rem;
    }
    input, select {
      width: 100%;
      padding: 0.75rem 1rem;
      border: 1.5px solid #e2e8f0;
      border-radius: 1rem;
      font-size: 0.95rem;
      font-weight: 500;
      transition: 0.2s;
      background: white;
    }
    input:focus {
      outline: none;
      border-color: #3b82f6;
      box-shadow: 0 0 0 3px rgba(59,130,246,0.2);
    }
    .input-row {
      display: flex;
      gap: 1rem;
    }
    .input-row .input-group {
      flex: 1;
    }

    /* toggle switch */
    .pro-toggle {
      background: #f1f5f9;
      border-radius: 1.5rem;
      padding: 0.25rem;
      display: inline-flex;
      margin-bottom: 1.8rem;
      gap: 0.25rem;
    }
    .toggle-btn {
      padding: 0.5rem 1.2rem;
      border-radius: 2rem;
      font-weight: 600;
      font-size: 0.85rem;
      cursor: pointer;
      background: transparent;
      border: none;
      transition: 0.2s;
      color: #334155;
    }
    .toggle-btn.active {
      background: #3b82f6;
      color: white;
      box-shadow: 0 4px 8px rgba(59,130,246,0.3);
    }
    .advanced-panel {
      background: #f8fafc;
      border-radius: 1.2rem;
      padding: 1.2rem;
      margin-top: 1rem;
      border-left: 4px solid #3b82f6;
    }
    .hidden {
      display: none;
    }

    /* results area */
    .results-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
      margin-bottom: 1.5rem;
    }
    .result-box {
      background: #f8fafc;
      border-radius: 1.2rem;
      padding: 1.2rem;
      text-align: center;
      transition: 0.2s;
      border: 1px solid #e2e8f0;
    }
    .result-box h4 {
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #475569;
      margin-bottom: 0.5rem;
    }
    .result-value {
      font-size: 2rem;
      font-weight: 800;
      color: #1e3a8a;
      line-height: 1.2;
    }
    .result-unit {
      font-size: 0.8rem;
      font-weight: 500;
      color: #3b82f6;
    }
    .badge {
      background: #dbeafe;
      color: #1e40af;
      border-radius: 2rem;
      padding: 0.25rem 0.8rem;
      font-size: 0.7rem;
      font-weight: 600;
      display: inline-block;
    }
    .btn-calc {
      background: linear-gradient(100deg, #1e3a8a, #3b82f6);
      border: none;
      width: 100%;
      padding: 0.9rem;
      border-radius: 2rem;
      font-weight: 700;
      font-size: 1rem;
      color: white;
      margin-top: 1rem;
      cursor: pointer;
      transition: 0.2s;
      box-shadow: 0 6px 14px rgba(59,130,246,0.3);
    }
    .btn-calc:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 20px rgba(59,130,246,0.4);
    }
    hr {
      margin: 1.5rem 0;
      border-color: #e2e8f0;
    }
    .note {
      font-size: 0.75rem;
      color: #475569;
      text-align: center;
      margin-top: 1rem;
      background: #f1f5f9;
      padding: 0.7rem;
      border-radius: 1rem;
    }
    .fa-info-circle {
      color: #3b82f6;
    }
    @media (max-width: 600px) {
      .calculator-card {
        padding: 1.2rem;
      }
      .result-value {
        font-size: 1.4rem;
      }
      .results-grid {
        grid-template-columns: 1fr;
      }
    }

    /* Optional: make navbar background solid when sticky */
.sticky-top {
    background-color: white !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s;
}


/* Video Section Styles */
    .video-section {
        background: #F8FAFE;
    }
    .video-wrapper {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
        height: 0;
        overflow: hidden;
        border-radius: 24px;
        box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .video-wrapper:hover {
        transform: translateY(-5px);
        box-shadow: 0 25px 40px -12px rgba(0, 0, 0, 0.2);
    }
    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        border-radius: 24px;
    }
    .video-caption {
        font-size: 0.9rem;
        color: #475569;
        font-style: italic;
    }
    @media (max-width: 768px) {
        .video-wrapper {
            border-radius: 16px;
        }
        .video-caption {
            font-size: 0.8rem;
        }
    }

    .brick-tag {
            background-color: #F9FAFB;
            color: #2563EB;
            padding: 5px 10px;
            border-radius: 20px;
            font-size: 14px;
            margin-left: 12px;
        }



        .slider-container {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        /* common slider row styles */
        .slider-row {
            width: 100%;
            overflow: hidden;
            background: white;
            border-radius: 24px;
            padding: 20px 0;
            box-shadow: 0 8px 20px rgba(0,0,0,0.05);
            position: relative;
        }

        .slider-track {
            display: flex;
            gap: 30px;
            width: max-content;
        }

        /* row 1: slides left (right → left) */
        .row-left .slider-track {
            animation: scrollLeft 35s linear infinite;
        }

        /* row 2: slides right (left → right) */
        .row-right .slider-track {
            animation: scrollRight 35s linear infinite;
        }

        /* pause on hover for each row independently */
        .slider-row:hover .slider-track {
            animation-play-state: paused;
        }

        /* brand item card */
        .brand-item {
            flex: 0 0 auto;
            width: 150px;
            height: 90px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #ffffff;
            border-radius: 16px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
            padding: 12px;
            transition: all 0.2s ease;
            border: 1px solid rgba(0,0,0,0.05);
        }

        .brand-item img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            filter: grayscale(0.2);
            transition: filter 0.2s;
        }

        .brand-item:hover {
            transform: scale(1.02);
            box-shadow: 0 8px 20px rgba(0,0,0,0.12);
            border-color: #ddd;
        }

        .brand-item:hover img {
            filter: grayscale(0);
        }

        /* keyframes: continuous left scroll */
        @keyframes scrollLeft {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }

        /* keyframes: continuous right scroll */
        @keyframes scrollRight {
            0% {
                transform: translateX(-50%);
            }
            100% {
                transform: translateX(0);
            }
        }

        /* responsive */
        @media (max-width: 768px) {
            .brand-item {
                width: 120px;
                height: 75px;
                padding: 8px;
            }
            .slider-track {
                gap: 20px;
            }
        }

        @media (max-width: 480px) {
            .brand-item {
                width: 100px;
                height: 65px;
            }
            .slider-track {
                gap: 15px;
            }
        }

        /* optional headings */
        .row-title {
            text-align: center;
            margin-bottom: 10px;
            font-weight: 600;
            color: #1e293b;
            font-size: 0.9rem;
            letter-spacing: 1px;
            text-transform: uppercase;
            background: #e9eef3;
            display: inline-block;
            padding: 4px 16px;
            border-radius: 40px;
        }
        .title-wrap {
            text-align: center;
            margin-bottom: 12px;
        }