:root {
    --radius: .75rem;
    --background: oklch(99% .003 250);
    --foreground: oklch(20% .03 260);
    --card: oklch(100% 0 0);
    --card-foreground: oklch(20% .03 260);
    --muted: oklch(96.5% .006 250);
    --muted-foreground: oklch(50% .02 260);
    --primary: oklch(24% .09 262);
    --primary-foreground: oklch(99% 0 0);
    --secondary: oklch(68% .19 45);
    --secondary-foreground: oklch(99% 0 0);
    --accent: oklch(68% .19 45);
    --accent-foreground: oklch(99% 0 0);
    --border: oklch(92% .01 250);
    --input: oklch(92% .01 250);
    --ring: oklch(68% .19 45);
    --navy-deep: oklch(16% .07 262);
    --navy: oklch(24% .09 262);
    --navy-light: oklch(34% .1 262);
    --orange: oklch(68% .19 45);
    --orange-soft: oklch(78% .14 60);
    --ink: oklch(14% .03 260);
    --gradient-navy: linear-gradient(135deg, oklch(24% .09 262) 0%, oklch(16% .07 262) 100%);
    --gradient-navy-radial: radial-gradient(ellipse at top left, oklch(34% .1 262) 0%, oklch(16% .07 262) 60%);
    --gradient-orange: linear-gradient(135deg, oklch(75% .18 55) 0%, oklch(62% .2 40) 100%);
    --gradient-text: linear-gradient(120deg, oklch(75% .18 55) 0%, oklch(65% .2 40) 100%);
    --shadow-soft: 0 20px 60px -20px oklch(16% .07 262 / .35);
    --shadow-card: 0 8px 30px -12px oklch(16% .07 262 / .15);
    --shadow-glow: 0 0 80px -20px oklch(68% .19 45 / .4);
    --grid-line: oklch(90% .01 250);
}

.speedyui {
    --su-primary-color: #0054a5;
    --su-secondary-color: #f48220;
    font-family: "Lexend", sans-serif;
    --su-nav-link-color: var(--bs-dark);
    padding: 15px 0px;
    border-bottom: 1px solid #f4f4f4;
}

.speedyui-header .nav-link {
    color: #0e1624;
    font-size: 13px;
    padding: 0px !important;
    font-family: 'Sora';
}

.speedyui-header .nav-link:hover {
    color: var(--su-primary-color);
}

.speedyui-header .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    z-index: 9;
}

@media (min-width: 992px) {
    .speedyui-header .navbar-collapse {
        position: initial;
        box-shadow: none;
    }
}

@media (min-width: 992px) {
    .speedyui-header .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        margin-top: 0.125rem;
    }
}

.speedyui-header .dropdown .dropdown-menu {
    margin-top: 0.125rem;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
    .speedyui-header .dropdown .dropdown-menu {
        opacity: 0;
        display: block;
        margin-top: 1rem;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
}

.speedyui-header .dropdown .dropdown-item {
    color: var(--bs-dropdown-color);
}

.speedyui-header .dropdown .dropdown-item:hover {
    color: var(--su-primary-color);
}

.speedyui-header .dropdown .dropdown-item:active {
    color: #FFF;
    background-color: var(--su-primary-color);
}

.speedyui-header .dropdown .dropdown-toggle::after {
    display: none;
}

.speedyui-header .primary-btn {
    background-color: var(--su-secondary-color);
}

.speedyui-header .primary-btn:hover {
    background-color: var(--su-primary-color);
}

.speedyui-hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 992px) {
    .speedyui-hero {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.speedyui-hero p {
    font-size: 18px;
    line-height: 1.8;
}

.speedyui-hero h1 {
    font-weight: 500;
}

.speedyui-hero .primary-btn {
    background-color: var(--su-primary-color);
    color: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.speedyui-hero .primary-btn:after {
    transition: all 0.3s;
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}

.speedyui-hero .primary-btn:after,
.speedyui-hero .primary-btn:before {
    background: var(--su-secondary-color);
    content: "";
    position: absolute;
    z-index: -1;
}

.speedyui-hero .primary-btn:hover:after {
    height: 100%;
    width: 135%;
}

.topMenu {
    padding: 10px 0px;
    background: #000A2A;
}

.topMenuWrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.topMenuWrapper p,
.topMenuWrapper a {
    margin: 0px;
    text-decoration: unset;
    font-size: 15px;
    font-family: 'Inter';
    color: #fff;
}

.navbar-brand img {
    max-width: 220px;
}

.topMenuWrapper p {
    padding-right: 20px;
    border-right: 1px solid #ffffff4a;
}

.topMenuWrapper a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.topMenuWrapper a~.topMenuWrapper a i {
    transform: rotate(12deg);
    display: block;
}

.bannerImg img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.CustomPending {
    padding: 80px 0px;
}

.aboutImg img {
    width: 100%;
    height: 100%;
}

.aboutContent {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
    gap: 15px;
}

.titleWrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.titleWrapper span {
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 300;
    letter-spacing: 6px;
}

.titleWrapper h1 {
    font-family: 'Inter';
    font-weight: 700;
    color: #414042;
    margin: 0px;
    font-size: 30px;
}

.titleWrapper h6 {
    margin: 0px;
    letter-spacing: 6px;
    padding: 10px 15px;
    background: linear-gradient(90deg, #0054a6, transparent);
    width: fit-content;
    color: #fff;
    font-family: 'Inter';
}

.titleWrapper p {
    margin: 0px;
    font-size: 18px;
    font-family: 'Inter';
}

.desc {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.desc p,
.desc li {
    margin: 0px !important;
    font-size: 14px !important;
    line-height: 32px !important;
    font-family: "Inter", sans-serif;
    color: #687386 !important;
}

.bgGrey {
    background-color: #f4f4f4;
}

.centerTitleWrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 50px;
}

.centerTitleWrapper span {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 300;
    letter-spacing: 6px;
    color: #000;
}

.centerTitleWrapper h2 {
    font-family: 'Inter';
    font-weight: 700;
    color: #0054a6;
    margin: 0px;
    font-size: 35px;
}

/* .productGrid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    
    .productImage img {
        width: 100%;
    }
    
    .productItem {
        background: #fff;
        border: 1px solid #0000001f;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
    }
    
    .productContent,
    .applicationContent {
        padding: 25px;
    }
    
    .productContent h2,
    .applicationContent h5 {
        margin: 0px;
        font-size: 16px;
    
        text-align: center;
    } */


.counterSec {
    background: #0054a5;
    position: relative;
    padding: 30px 0px;
}


.counterGrid {
    display: flex;
    justify-content: space-between;
    margin: auto;
    position: relative;
}

.counterItem {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.counterItem h5 {
    margin: 0px;
    font-size: 66px;
    font-weight: 200;
    color: #fff;

}

.counterItem span,
.counterItem p {
    font-size: 15px;
    color: #fff;

    margin: 0px;
}

.applicationGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.applicationImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.applicationItem {
    background: #fff;
    border: 1px solid #0000001f;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.applicationContent {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(360deg, #00000061, transparent);
    display: flex;
    align-items: flex-end;
    color: #fff;
}

.applicationContent h5 {
    text-align: left;
}

.applicationImage {
    height: 100%;
}


.applicationSlider .swiper-pagination,
.bannerPagination .swiper-pagination {
    bottom: 0px;
    width: fit-content;
    margin: 0px auto;
    left: 50%;
    transform: translate(-50%, 0px);
    background: #e7eae9;
    padding: 20px 25px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.applicationSlider .swiper-pagination .swiper-pagination-bullet,
.bannerPagination .swiper-pagination .swiper-pagination-bullet {
    margin: 0px;
    background: #0054a6;
}

.applicationSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.bannerPagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 12px;
}

.applicationSlider {
    padding-bottom: 80px;
}


footer {
    position: relative;
    padding: 50px 0px 0px 0px;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #f4f4f4;
}

.footerLinksWrapper {
    display: grid;
    grid-template-columns: 20% 1fr 1fr 1fr;
    gap: 50px;
}

.footerLinksItem {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footerLinksItem h5 {
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 1px solid #d3d3d34d;

}

.ContactDetailsItem h6 {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;

}

.ContactDetailsItem ul,
.footerLinksItem ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}

h6 {}

.ContactDetailsItem {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ContactDetailsItem:first-child {
    padding-bottom: 20px;
}

.bottomBorder {
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.copyRight {
    padding: 15px 0px;
    border-top: 1px solid #d3d3d34d;
    display: grid;
    background: transparent;
    grid-template-columns: auto 1fr;
    gap: 15px;
    align-items: center;
}

.footerContent {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 11;
}

.copyRight p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-align: center;
    padding-right: 166px;
    margin: 0px;

}

.footerLinksItem p,
.footerLinksItem a {
    font-size: 14px !important;
    font-weight: 500;
    text-decoration: unset;
    color: #00000087;
    margin: 0px;
    transition: 0.8s all;
    position: relative;
    line-height: 32px;

}

.socialLinks ul {
    display: flex;
    flex-direction: row;
    padding: 0px;
    margin: 0px;
    gap: 15px;
    list-style: none;
}

.socialLinks ul a i {
    font-size: 30px;
    transition: 0.8s all;
    color: #000000;
}

.socialLinks ul a {
    display: block;
    line-height: normal;
}

.socialLinks ul a:hover i {
    color: #4ea9d6;
}

.footerLinksItem a:before {
    content: '';
    width: 0%;
    background: #000000;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: 0.8s all;
}

.footerLinksItem a:hover:before {
    width: 100%;
}

.footerLinksItem a:hover {
    color: #000;
    font-weight: 500;
}

.socialLinks ul a:before {
    display: none;
}


.footerLinksItem .navbar-brand img {
    max-width: 200px;
}

.speedyui-header {
    padding: 10px 50px;
}

.OurProductGrid {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 50px;
}

.productSec .centerTitleWrapper {
    max-width: 300px;
    text-align: left;
    position: sticky;
    top: 100px;
    height: fit-content;
}



.WhyChooseGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.WhyChooseItem p,
.AccessoriesSec .WhyChooseGrid .WhyChooseContent ul li,
.WhyChooseContent ul li {
    margin: 0px;
    line-height: 30px;
    font-weight: 400;
    transition: all 0.4s;
    min-height: 60px;
    font-size: 14px;
    font-family: 'Inter';
    color: #444;
}

.WhyChooseItem {
    display: grid;
    grid-template-columns: 1fr;
    align-items: baseline;
    gap: 25px;
    transition: 0.8s all;
    padding: 30px;
    position: relative;
}

.WhyChooseItem h5 {
    margin: 0px;
    font-weight: 600;
    font-size: 16px !important;
    color: #f48220;
    transition: 0.8s all;

}

.WhyChooseItem .WhyChooseIcon i {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    transition: 0.8s all;
}

.WhyChooseContent {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
}

.WhyChooseSec {
    position: relative;
    overflow: hidden;
    /* background: #f4f4f4; */
}

.WhyChooseSec svg {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 50px;
    right: 50px;
    opacity: 0.2;
    filter: grayscale(1);
    animation: BouncePulse 2s infinite 0.6s;
}

@keyframes BouncePulse {
    0% {
        transform: scale(0.6) rotate(90deg);
    }

    50% {
        transform: scale(1) rotate(0deg);
    }

    100% {
        transform: scale(0.9) rotate(180deg);
    }
}

.WhyChooseItem:nth-child(1),
.WhyChooseItem:nth-child(3),
.WhyChooseItem:nth-child(5) {
    background: #f4f4f4;
}

.WhyChooseItem:nth-child(1):hover,
.WhyChooseItem:nth-child(3):hover,
.WhyChooseItem:nth-child(5):hover {
    border-radius: 12px;
}



.ctaSec {
    padding: 70px 0px;
    background-image: url('https://articalindustries.com/assets/images/future-ready-frp-solutions.webp');
    background-size: 100% 100%;
    background-attachment: fixed;
    position: relative;
}

.ctaContentWrapper {
    text-align: center;
    gap: 35px;
    z-index: 1;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
}

.ctaContentWrapper h5 {
    font-weight: 800;
    color: #fff;
    margin: 0px;
    text-align: center;
    line-height: normal;
    max-width: 100%;
    letter-spacing: 0.5px;
    font-family: 'Inter';
}

.ctaContentWrapper a,
.viewAllBtn a {
    font-size: 14px;
    color: #fff;
    transition: 0.8s all;
    position: relative;
    text-decoration: unset;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #084298;
    padding: 12px 20px;
    border-radius: 10px;
    width: fit-content;
    margin: auto;
    font-family: 'Inter';
}

.ctaSec:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ctaContentWrapper p {
    text-align: center;
    margin: 0px;
    color: #fff;
    font-size: 14px;
    font-family: 'Inter';
}

.ctaContentWrapper .secTitle {
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.faqSec .accordion-button {
    padding: 20px;
    margin: 0px;
    font-size: 14px !important;
    z-index: 1;
    font-weight: 700;
    font-family: 'Inter';
    border-bottom: 0px solid #2222221f;
    box-shadow: unset !important;
    border-radius: 0px !important;
}

.faqSec .accordion-body {
    margin: 0px;
    line-height: 32px;
    font-size: 14px;
    color: #000;
    text-align: left;
    font-family: 'Inter';
}

.faqSec .accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faqSec .accordion .accordion-item {
    border: 1px solid #2222221f;
    border-radius: 14px;
    overflow: hidden;
}

.faqSec .accordion-button:not(.collapsed) {
    background: #084298;
    color: #fff;
}

.faqSec .accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.viewAllBtn {
    margin-top: 40px;
}

.breadCrums {
    padding: 50px 0px;
    background: linear-gradient(90deg, #f3f3f3, transparent);
    border-bottom: 1px solid #f4f4f4;
}

.bredCrumsContent h1 {
    margin: 0px;
    font-size: 38px;
    font-weight: 600;
    font-family: 'Inter';
    color: #414042;
}

.rightContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    align-items: baseline;
    justify-content: center;
}

.rightContent ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.rightContent h2 {
    font-family: 'Inter';
    font-weight: 700;
    color: #414042;
    margin: 0px;
    font-size: 30px;
}

.leftImg img {
    width: 100%;
}

.leftImg {
    border-radius: 10px;
    overflow: hidden;
}


.NewProductGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.NewProductItem {
    border: 1px solid #2222;
    border-radius: 12px;
    overflow: hidden;
}

.NewProductContent h5 {
    font-size: 16px;
    font-weight: 600;
    color: #222;

    margin: 0px;
}

.NewProductContent {
    padding: 20px;
}

.NewProductGrid a {
    text-decoration: unset;
}

.aboutImg {
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}


.TechnicalSpeSec th {
    padding: 20px !important;
    font-size: 12px !important;
    text-align: center !important;
    background: #83838345;
}

.TechnicalSpeSec td {
    padding: 20px !important;
    border: 1px solid #00000021;
    font-size: 14px;
    text-align: center;
    font-weight: 400 !important;
}

.TechnicalSpeSec .titleWrapper {
    margin-bottom: 30px;
}

.titleWrapper h2 {
    font-size: 25px;
    margin: 0px;

}

.titleWrapper h3 {
    font-size: 18px;
    margin: 0px;

    letter-spacing: normal;
}

.FeaturesSec .WhyChooseGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.FeaturesSec .WhyChooseGrid .WhyChooseItem {
    text-align: left;
    align-items: flex-start;
    background: transparent;
    padding: 20px;
    border: 1px solid #2222;
    border-radius: 12px;
}

.FeaturesSec .WhyChooseGrid .WhyChooseItem .WhyChooseContent {
    text-align: left;
    gap: 8px;
}

.FeaturesSec .WhyChooseGrid .WhyChooseItem .WhyChooseContent p,
.WhyChooseContent ul li {
    min-height: auto;
    font-size: 13px;
    color: #888888;
}

.FeaturesSec .WhyChooseGrid .WhyChooseItem .WhyChooseContent h5 {
    font-size: 14px;
    line-height: 28px;
}

.bigNum {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #102a43;
    font-size: 16px;
    font-family: 'Inter';
    border-radius: 6px;
    margin-bottom: 10px;
    color: #fff;
}

.productDetails .aboutImg {
    height: 100%;
    background: #e9e8e8;
}

.productDetails .aboutImg img {
    object-fit: contain;
}

.productImage {
    background: #e9e8e8;
    position: relative;
}

.productImage img {
    width: 100%;
}

.FeaturesSec .WhyChooseGrid.ThreeGrid {
    grid-template-columns: 1fr 1fr 1fr;
}

.dropdown-item {
    color: #222;
    font-size: 13px;
    font-family: 'Sora';
}


.ContactUsGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px;
}

.ContactUsItem {
    background: #fff;
    background-color: #ffffff;
    box-shadow: 0px 15px 10px 0px rgba(188, 194, 198, 0.1803921569);
    border-radius: 8px;
    padding: 40px;
    transition: all 500ms ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.ContactUsItem .ContactUsContent {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ContactUsItem .ContactUsContent h5 {
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.8s all;
    font-family: 'Inter';
}

.ContactUsItem .ContactUsContent p,
.ContactUsItem .ContactUsContent a {
    margin: 0px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
    text-align: center;
    font-family: 'Inter';
    transition: 0.8s all;
    text-decoration: unset;
}

.ContactUsIcon svg {
    transition: all 300ms ease;
    width: 50px;
    height: 50px !important;
}

.ContactUsItem:hover {
    background-color: #414042;
}

.ContactUsItem:hover svg path {
    fill: #fff;
}

.ContactUsItem:hover .ContactUsIcon {
    transform: rotateY(360deg);
    transition: all 700ms ease;
}

.ContactUsItem:hover h5,
.ContactUsItem:hover p,
.ContactUsItem:hover a {
    color: #fff;
}

.ContactUsItem svg path {
    fill: #414042;
}

.atagWrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ContactUsDetailsItem .secTitle {
    text-align: left;
    margin: 0px;
}

.ContactUsDetailsItem {
    display: flex;
    flex-direction: column;
    gap: 32px;
}


.ContactUsDetailsGrid {
    display: grid;
    grid-template-columns: 50%;
    gap: 32px;
    align-self: center;
    justify-content: center;
}

.ContactUsDetailsItem form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ContactUsDetailsItem form input,
.ContactUsDetailsItem form textarea {
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    color: #000;
    font-weight: 300;
}

.ContactUsDetailsItem form input::placeholder,
.ContactUsDetailsItem form textarea::placeholder {
    font-size: 14px;
    color: #000;
    font-family: 'Inter';
    font-weight: 500;
}

.ContactUsDetailsItem form textarea {
    min-height: 120px;
}

.formGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.ContactUsDetailsItem iframe {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}


.ContactUsDetailsItem .submitbutton {
    border: 0px;
    font-size: 16px;
    color: #fff;
    transition: 0.8s all;
    position: relative;
    text-decoration: unset;
    font-weight: 600;
    font-family: "Onest";
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f58634;
    padding: 12px 20px;
    border-radius: 10px;
    width: fit-content;
}

.ContactUsDetailsItem:last-child {
    padding: 30px;
    background: #f4f4f4;
    border-radius: 12px;
    border: 1px solid #ced4da;
}


.ContactUsDetailsSec .secTitle {
    text-align: left;
}

.ContactUsDetailsSec {
    border-top: 2px solid #f4f4f4;
}

.bannerSwiper {
    width: 100%;
    overflow: hidden;
}

.bannerSwiper .swiper-slide {
    width: 100%;
}

.bannerSwiper .bannerImg {
    width: 100%;
}

.bannerSwiper .bannerImg img {
    width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1280px;
}

.CustomAboutSec {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #FAFCFE;
}

.backMask {
    position: absolute;
    inset: 0;
    opacity: 0.4;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
    top: 0;
}

.secTagline {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: #e8752b;
    text-transform: uppercase;
}

.secTagline span {
    display: block;
    width: 40px;
    height: 1px;
    background: #e8752b;
}

.secHeading {
    line-height: 1.25;
    color: #102a43;
    margin: 0px;
    font-family: "Sora", sans-serif;
    font-size: 45px;
    font-weight: bolder;
}

.secHeading span {
    background: linear-gradient(90deg,
            #f97316,
            #ea580c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

strong {
    color: #102a43;
}

.FeaturesPoints {
    margin: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0px;
}


.FeaturesPoints li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #102a43;
    font-family: "Inter", sans-serif;
}

.LeftContent {
    grid-column: span 5;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.btnText {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #102a43;
    text-decoration: none;
    margin-top: 15px;
    font-family: 'Inter';
    text-transform: capitalize;
}

.btnText span {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #102a43;
    color: #fff;
}

.AboutImageWrapper {
    grid-column: span 7;
    position: relative;
}

.OrangeGlow {
    position: absolute;
    top: -32px;
    right: -32px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    opacity: 0.7;
    filter: blur(64px);
    background: linear-gradient(135deg, oklch(75% .18 55) 0%, oklch(62% .2 40) 100%);
}

.NavyGlow {
    position: absolute;
    bottom: -24px;
    left: -24px;
    width: 192px;
    height: 192px;
    border-radius: 50%;
    opacity: 0.3;
    filter: blur(64px);
    background: #102a43;
}

.AboutImage {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--border, #e5e7eb);
}

.AboutImage img {
    display: block;
    width: 100%;
    height: 100%;
}

.StatsBox {
    position: absolute;
    bottom: -32px;
    left: 32px;
    right: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

.StatsCard {
    padding: 16px;
    text-align: center;
    border-right: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.StatsCard span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #64748b;
    font-family: 'Inter';
}

.StatsCard p {
    font-size: 14px;
    font-weight: 700;
    color: #102a43;
    font-family: 'Inter';
    margin: 0px;
}

.bgGrey {
    background: #F4F7FA !important;
}

.secTitleWrapper {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: flex-end;
    gap: 50px;
}

.topSecBtn {
    display: flex;
}

.view-all-btn {
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 999px;
    border: 1px solid rgba(23, 35, 60, 0.2);
    color: #17233c;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: "inter";
    display: flex;
    align-items: center !important;
}

.view-all-btn:hover {
    background-color: #17233c;
    color: #ffffff;
}


@media (min-width: 768px) {
    .view-all-btn {
        display: inline-flex;
    }
}

.secTitleWrapper .LeftContent {
    grid-column: unset;
}

.learn-more {
    gap: 6px;
    color: #e86f1c;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    text-decoration: unset;
    font-family: "Inter";
    display: flex;
    align-items: end;
}

.learn-more svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

/* group-hover:translate-x-1 */
.product-card:hover .learn-more svg {
    transform: translateX(4px);
}

.productGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
    margin-top: 40px;
}

.productItem {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    border-color: oklch(92% .01 250);
    border-width: 1px;
    border-radius: 12px;
    overflow: hidden;
}

.productImage {
    aspect-ratio: 1;
}

.productImage img {
    aspect-ratio: 1;
    object-fit: cover;
}

.productContent {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.productContent h5 {
    font-weight: ;
    font-family: "Sora", sans-serif;
    color: #051b49;
    font-size: 14px;
    line-height: 22px;
    margin: 0px;
}

.productImage span {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
    background: #102a43;
    padding: 2px 10px;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    font-family: 'Inter';
}

/* ========================================
   WHY FRP SECTION
======================================== */

.why-frp-section {
    position: relative;
    padding: 80px 0;
    background: #ffffff;
}

.why-frp-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}


/* ========================================
   MAIN CONTENT
======================================== */

.why-frp-content {
    display: grid;
    grid-template-columns: 4fr 8fr;
    gap: 48px;
}


/* ========================================
   LEFT INTRO
======================================== */

.why-frp-intro {
    align-self: start;
    position: sticky;
    top: 112px;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #e86f1c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.section-line {
    display: block;
    width: 40px;
    height: 1px;
    background: #e86f1c;
}

.why-frp-intro h2 {
    margin: 15px 0;
    color: #17233c;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
}

.why-frp-intro h2 span {
    color: #e86f1c;
}

.why-frp-intro>p {
    margin: 16px 0 0;
    color: #687386;
    font-size: 16px;
    line-height: 1.7;
}


/* ========================================
   ENGINEER BUTTON
======================================== */

.engineer-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    padding: 12px 24px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #17233c, #263b60);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(20, 30, 50, 0.15);
    transition: all 0.3s ease;
}

.engineer-btn svg {
    width: 16px;
    height: 16px;
}

.engineer-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(20, 30, 50, 0.25);
}


/* ========================================
   BENEFITS GRID
======================================== */

.why-frp-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}


/* ========================================
   BENEFIT CARD
======================================== */

.benefit-card {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border: 1px solid #e2e5ea;
    border-radius: 16px;
    background: #ffffff;
    transition: border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.benefit-card:hover {
    border-color: rgba(232, 111, 28, 0.5);
    box-shadow: 0 8px 25px rgba(20, 30, 50, 0.08);
    transform: translateY(-3px);
}


/* Glow Effect */

.benefit-glow {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff9b45, #e86f1c);
    opacity: 0;
    filter: blur(32px);
    transition: opacity 0.4s ease;
}

.benefit-card:hover .benefit-glow {
    opacity: 1;
}


/* Content */

.benefit-content {
    position: relative;
}

.benefit-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


/* ========================================
   ICON
======================================== */

.benefit-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, #ff9b45, #e86f1c);
    box-shadow: 0 8px 25px rgba(20, 30, 50, 0.12);
}

.benefit-icon svg {
    width: 20px;
    height: 20px;
}


/* Number */

.benefit-number {
    color: rgba(104, 115, 134, 0.6);
    font-family: monospace;
    font-size: 10px;
    font-weight: 700;
}


/* ========================================
   CARD TEXT
======================================== */

.benefit-card h3 {
    margin: 16px 0 0;
    color: #17233c;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}

.benefit-card p {
    margin: 6px 0 0 !important;
    color: #687386 !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
}


/* ========================================
   COMPARISON TABLE
======================================== */

.comparison-table-wrapper {
    width: 100%;
    margin-top: 56px;
    overflow-x: auto;
    border: 1px solid #e2e5ea;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(20, 30, 50, 0.07);
}

.comparison-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    background: #ffffff;
    font-size: 14px;
}


/* Table Header */

.comparison-table thead {
    color: #ffffff;
    background: linear-gradient(135deg, #17233c, #263b60);
}

.comparison-table th {
    padding: 16px 20px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}

.comparison-table th:first-child {
    text-align: left;
}

.comparison-table th:not(:first-child) {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.15em;
}

.comparison-table th.frp-heading {
    color: #ff9b45;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
}


/* Table Body */

.comparison-table tbody tr {
    border-top: 1px solid #e2e5ea;
    transition: background-color 0.3s ease;
}

.comparison-table tbody tr:hover {
    background: #f5f7fa;
}

.comparison-table td {
    padding: 14px 20px;
    text-align: center;
    color: #687386;
    white-space: nowrap;
}

.comparison-table td:first-child {
    color: #17233c;
    font-weight: 600;
    text-align: left;
}

.comparison-table td.highlight {
    color: #e86f1c;
    font-weight: 700;
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 991px) {

    .why-frp-section {
        padding: 64px 0;
    }

    .why-frp-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .why-frp-intro {
        position: static;
    }

    .why-frp-intro h2 {
        font-size: 36px;
    }

}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 767px) {

    .why-frp-section {
        padding: 48px 0;
    }

    .why-frp-container {
        padding: 0 15px;
    }

    .why-frp-intro h2 {
        font-size: 30px;
    }

    .why-frp-intro>p {
        font-size: 15px;
    }

    .why-frp-benefits {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .benefit-card {
        padding: 20px;
    }

    .comparison-table-wrapper {
        margin-top: 40px;
    }

}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-family: "Sora", sans-serif;
}

p,
span,
a,
td,
li,
div {
    font-family: "Inter", sans-serif;
}

/* =========================================
   INDUSTRIES SECTION
========================================= */

.homeIndustries {
    position: relative;
    padding: 80px 0;
    color: #fff;
    overflow: hidden;
    background: radial-gradient(circle at center,
            #24355f 0%,
            #18264a 45%,
            #101b38 100%) !important;
}


/* =========================================
   CONTAINER
========================================= */

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

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


/* =========================================
   BACKGROUND DOTS
========================================= */

.industries-dots {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.7;

    background-image: radial-gradient(rgba(255, 255, 255, 0.18) 1px,
            transparent 1px);

    background-size: 22px 22px;
}


/* =========================================
   HEADING
========================================= */

.industries-heading {
    max-width: 680px;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    color: #ffad6b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.label-line {
    display: block;
    width: 40px;
    height: 1px;
    background: #ffad6b;
}

.industries-heading h2 {
    margin: 16px 0 0;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
}

.industries-heading h2 span {
    background: linear-gradient(135deg,
            #ff8a3d,
            #ffb36b);

    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.industries-heading p {
    max-width: 520px;
    margin: 16px 0 0;

    color: rgba(255, 255, 255, 0.7);

    font-size: 16px;
    line-height: 1.7;
}


/* =========================================
   SLIDER AREA
========================================= */

.industries-slider-area {
    position: relative;
    z-index: 2;

    margin-top: 40px;
}

.industry-row {
    position: relative;
    width: 100%;
    overflow: hidden;

    margin-bottom: 16px;
}

.industry-track {
    display: flex;
    width: max-content;
    gap: 16px;

    white-space: nowrap;

    animation: industriesMarquee 45s linear infinite;
}

.industry-track-reverse {
    animation: industriesMarqueeReverse 55s linear infinite;
}


/* =========================================
   INDUSTRY CARD
========================================= */

.industry-card {
    position: relative;

    flex: 0 0 300px;

    width: 300px;
    height: 200px;

    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;

    cursor: pointer;

    transition:
        border-color 0.3s ease,
        transform 0.3s ease;
}

.industry-card:hover {
    border-color: rgba(255, 140, 55, 0.7);
}


/* =========================================
   CARD IMAGE
========================================= */

.industry-card img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.7s ease;
}

.industry-card:hover img {
    transform: scale(1.1);
}


/* =========================================
   CARD OVERLAY
========================================= */

.industry-overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.88) 0%,
            rgba(0, 0, 0, 0.3) 55%,
            transparent 100%);
}


/* =========================================
   CARD CONTENT
========================================= */

.industry-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    padding: 16px;
}

.industry-label {
    color: #ffad6b;

    font-family: monospace;
    font-size: 10px;
    font-weight: 500;

    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.industry-content p {
    margin: 4px 0 0;

    color: #fff;

    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}


/* =========================================
   ARROW
========================================= */

.industry-arrow {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;

    flex-shrink: 0;

    color: #ffad6b;

    background: rgba(255, 255, 255, 0.1);

    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;

    backdrop-filter: blur(8px);

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.industry-arrow svg {
    width: 14px;
    height: 14px;
}

.industry-card:hover .industry-arrow {
    color: #fff;
    background: #ff8a3d;
    transform: translate(2px, -2px);
}


/* =========================================
   SIDE FADE
========================================= */

.slider-fade {
    position: absolute;
    top: 0;
    bottom: 0;

    width: 96px;

    z-index: 10;

    pointer-events: none;
}

.slider-fade-left {
    left: 0;

    background: linear-gradient(to right,
            #17254a,
            transparent);
}

.slider-fade-right {
    right: 0;

    background: linear-gradient(to left,
            #17254a,
            transparent);
}


/* =========================================
   MARQUEE ANIMATION
========================================= */

@keyframes industriesMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes industriesMarqueeReverse {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}


/* =========================================
   PAUSE ON HOVER
========================================= */

.industry-row:hover .industry-track {
    animation-play-state: paused;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .industries-section {
        padding: 60px 0;
    }

    .industries-heading h2 {
        font-size: 40px;
    }

    .industry-card {
        flex-basis: 280px;
        width: 280px;
        height: 190px;
    }
}


@media (max-width: 767px) {

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .industries-section {
        padding: 50px 0;
    }

    .industries-heading h2 {
        font-size: 32px;
    }

    .industries-heading p {
        font-size: 14px;
    }

    .industry-card {
        flex-basis: 260px;
        width: 260px;
        height: 175px;
    }

    .slider-fade {
        width: 50px;
    }
}


@media (max-width: 480px) {

    .industries-heading h2 {
        font-size: 28px;
    }

    .industry-card {
        flex-basis: 240px;
        width: 240px;
        height: 165px;
    }

    .industry-content {
        padding: 14px;
    }
}

/* =========================================
   FAQ SECTION
========================================= */

.faq-section {
    padding: 64px 0;
    background: rgba(245, 245, 245, 0.6);
}

.faq-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 16px;
}


/* =========================================
   FAQ HEADER
========================================= */

.faq-header {
    max-width: 672px;
    margin: 0 auto;
    text-align: center;
}

.section-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;

    color: var(--secondary, #f97316);
}

.section-label span {
    display: block;
    width: 40px;
    height: 1px;
    background: var(--secondary, #f97316);
}

.faq-header h2 {
    margin: 16px 0 0;

    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;

    color: var(--primary, #172554);
}

.text-gradient-orange {
    background: var(--gradient-orange, linear-gradient(90deg, #f97316, #fb923c));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.faq-header p {
    margin: 16px 0 0;

    color: var(--muted-foreground, #6b7280);

    line-height: 1.6;
}


/* =========================================
   FAQ GRID
========================================= */

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;

    margin-top: 40px;
}


/* =========================================
   FAQ ITEM
========================================= */

.faq-item {
    padding: 20px;

    border: 1px solid var(--border, #e5e7eb);
    border-radius: 16px;

    background: var(--card, #ffffff);

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(249, 115, 22, 0.35);
}

.faq-item[open] {
    border-color: rgba(249, 115, 22, 0.4);

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.08);
}


/* =========================================
   FAQ SUMMARY
========================================= */

.faq-item summary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;

    cursor: pointer;

    list-style: none;

    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;

    color: var(--primary, #172554);
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::marker {
    display: none;
}


/* =========================================
   QUESTION
========================================= */

.faq-question {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.faq-question>span:last-child {
    padding-top: 2px;
}


/* =========================================
   QUESTION ICON
========================================= */

.faq-icon {
    width: 28px;
    height: 28px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    color: var(--secondary, #f97316);
    background: rgba(249, 115, 22, 0.1);
}

.faq-icon svg {
    width: 16px;
    height: 16px;
}


/* =========================================
   PLUS BUTTON
========================================= */

.faq-plus {
    width: 28px;
    height: 28px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #ffffff;
    background: var(--gradient-orange, linear-gradient(135deg, #f97316, #ea580c));

    font-size: 16px;
    line-height: 1;

    transition: transform 0.3s ease;
}

.faq-item[open] .faq-plus {
    transform: rotate(45deg);
}


/* =========================================
   FAQ ANSWER
========================================= */

.faq-item p {
    margin: 12px 0 0;
    padding-left: 40px;

    font-size: 14px;
    line-height: 1.7;

    color: var(--muted-foreground, #6b7280);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (min-width: 1024px) {

    .faq-section {
        padding: 80px 0;
    }

    .faq-header h2 {
        font-size: 48px;
    }
}


@media (max-width: 767px) {

    .faq-section {
        padding: 56px 0;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .faq-header h2 {
        font-size: 30px;
    }

    .faq-item {
        padding: 18px;
    }

    .faq-item summary {
        font-size: 14px;
    }

    .faq-item p {
        padding-left: 40px;
    }
}


@media (max-width: 480px) {

    .faq-container {
        padding: 0 15px;
    }

    .faq-header h2 {
        font-size: 27px;
    }

    .section-label {
        font-size: 10px;
    }

    .section-label span {
        width: 30px;
    }

    .faq-question {
        gap: 10px;
    }

    .faq-icon,
    .faq-plus {
        width: 26px;
        height: 26px;
    }

    .faq-icon svg {
        width: 14px;
        height: 14px;
    }

    .faq-item p {
        padding-left: 36px;
        font-size: 13px;
    }
}

/* =========================
   Contact Section
========================= */

.contact-section {
    padding: 64px 0;
}

.contact-container {
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 16px;
}

.contact-card {
    position: relative;
    overflow: hidden;
    padding: 32px;
    color: #fff;
    border-radius: 24px;
    background: var(--gradient-navy-radial);
}

.contact-dots {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.3;
    background-image: radial-gradient(rgba(255, 255, 255, 0.25) 1px,
            transparent 1px);
    background-size: 14px 14px;
}

.contact-content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}

/* =========================
   Intro
========================= */

.contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);

    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--orange-soft);
}

.contact-intro h2 {
    margin: 16px 0 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.contact-intro p {
    max-width: 448px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

/* =========================
   Contact Details
========================= */

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;

    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);

    color: #fff;
    text-decoration: none;

    transition: all 0.3s ease;
}

a.contact-item:hover {
    border-color: rgba(255, 140, 50, 0.6);
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;
    flex-shrink: 0;

    border-radius: 12px;
    background: var(--gradient-orange);
}

.contact-icon svg {
    width: 20px;
    height: 20px;
}

.contact-item-content {
    min-width: 0;
}

.contact-label {
    margin-bottom: 2px;

    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;

    color: rgba(255, 255, 255, 0.6);
}

.contact-value {
    font-weight: 600;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

/* =========================
   Responsive
========================= */

@media (min-width: 1024px) {
    .contact-section {
        padding: 80px 0;
    }

    .contact-card {
        padding: 56px;
    }
}

@media (max-width: 991px) {
    .contact-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .contact-intro h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .contact-section {
        padding: 48px 0;
    }

    .contact-card {
        padding: 28px 20px;
        border-radius: 20px;
    }

    .contact-intro h2 {
        font-size: 18px;
        line-height: 28px;
    }

    .contact-intro p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .contact-container {
        padding: 0 12px;
    }

    .contact-card {
        padding: 24px 16px;
    }

    .contact-item {
        padding: 14px;
    }

    .contact-icon {
        width: 42px;
        height: 42px;
    }

    .contact-value {
        font-size: 14px;
    }
}

.site-footer {
    position: relative;
    overflow: hidden;
    padding-top: 64px;
    padding-bottom: 32px;
    background: var(--navy-deep);
    color: rgba(255, 255, 255, 0.7);
}

.footer-dots {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.3;

    background-image: radial-gradient(rgba(255, 255, 255, 0.25) 1px,
            transparent 1px);

    background-size: 14px 14px;
}


/* =========================
   Container
========================= */

.footer-container {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}


/* =========================
   Main Footer
========================= */

.footer-main {
    display: grid;
    grid-template-columns: 5fr 4fr 3fr;
    gap: 40px;
}


/* =========================
   Logo
========================= */

.footer-logo {
    display: inline-block;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    max-width: 250px;
}

.footer-logo img {
    display: block;
    width: auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(219deg) brightness(110%) contrast(101%);
    width: 100%;
    height: auto;
}


/* =========================
   Company Description
========================= */

.footer-description {
    max-width: 448px;
    margin: 24px 0 0;

    font-size: 14px;
    line-height: 1.7;

    color: rgba(255, 255, 255, 0.7);
}


/* =========================
   Tagline
========================= */

.footer-tagline {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-top: 24px;

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;

    color: var(--orange-soft);
}

.footer-tagline span {
    color: rgba(255, 255, 255, 0.3);
}


/* =========================
   Footer Headings
========================= */

.footer-products h4,
.footer-contact h4 {
    margin: 0 0 20px;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;

    color: #fff;
}


/* =========================
   Products
========================= */

.footer-products ul {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 8px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.footer-products li {
    font-size: 14px;
}

.footer-products a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-products a:hover {
    color: var(--orange-soft);
}


/* =========================
   Contact
========================= */

.footer-contact ul {
    display: flex;
    flex-direction: column;
    gap: 12px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    line-height: 1.5;
}

.footer-contact svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px;

    color: var(--orange-soft);
}

.break-email {
    overflow-wrap: anywhere;
}


/* =========================
   Bottom Footer
========================= */

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;

    margin-top: 48px;
    padding-top: 24px;

    border-top: 1px solid rgba(255, 255, 255, 0.1);

    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}


/* =========================
   Tablet
========================= */

@media (max-width: 991px) {

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-company {
        grid-column: 1 / -1;
    }

}


/* =========================
   Mobile
========================= */

@media (max-width: 767px) {

    .site-footer {
        padding-top: 48px;
        padding-bottom: 24px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-company {
        grid-column: auto;
    }

    .footer-logo {
        padding: 16px;
    }

    .footer-logo img {
        height: 56px;
    }

    .footer-description {
        margin-top: 20px;
    }

    .footer-tagline {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 36px;
    }
}

.speedyui ul.navbar-nav {
    gap: 30px;
}

/* =========================
   Hero Section
========================= */

.hero-section {
    position: relative;
    overflow: hidden;
    background: var(--navy-deep);
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

/* =========================
   Banner Slider
========================= */

.hero-slider {
    width: 100%;
    overflow: hidden;
}

.hero-slider .swiper-wrapper {
    align-items: stretch;
}

.hero-slider .hero-slide {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}

.hero-slider .hero-slide img {
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: 615px;
    max-height: 615px;

}


/* Pagination */

.hero-slider .swiper-pagination {
    position: absolute;
    bottom: 16px;
    left: 50%;
    z-index: 10;

    width: auto;
    transform: translateX(-50%);

    display: flex;
    align-items: center;
    gap: 12px;

    padding: 8px 16px;

    border-radius: 999px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

.hero-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;

    opacity: 1;
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.5);

    transition: all 0.3s ease;
}

.hero-slider .swiper-pagination-bullet:hover {
    background: rgba(255, 255, 255, 0.85);
}

.hero-slider .swiper-pagination-bullet-active {
    width: 32px;
    border-radius: 999px;
    background: var(--orange);
}

/* =========================
   CTA Strip
========================= */

.hero-strip {
    border-top: 1px solid rgba(255, 255, 255, .1);
    background: var(--navy-deep);
}

.hero-strip-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 16px;
}

.hero-text {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    line-height: 1.6;
}

.hero-text .highlight {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: var(--orange);
}

.hero-text .divider {
    margin: 0 12px;
    color: rgba(255, 255, 255, .3);
}

/* =========================
   Buttons
========================= */

.hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-primary,
.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 11px 26px;

    border-radius: 999px;

    font-size: 14px;
    font-weight: 600;
    text-decoration: none;

    transition: .3s ease;
}

.btn-primary {
    color: #fff;
    background: var(--gradient-orange);
    box-shadow: var(--shadow-glow);
}

.btn-primary:hover {
    transform: translateY(-2px);
}

.btn-outline {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .25);
}

.btn-outline:hover {
    background: rgba(255, 255, 255, .1);
}

/* =========================
   Marquee
========================= */

.hero-marquee {
    overflow: hidden;
    padding: 12px 0;

    border-top: 1px solid rgba(255, 255, 255, .1);

    background: rgba(7, 20, 43, .6);
    backdrop-filter: blur(10px);
}

.marquee-track {
    display: flex;
    gap: 64px;
    width: max-content;

    white-space: nowrap;

    animation: marquee 35s linear infinite;
}

.marquee-track span {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;

    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3em;

    color: rgba(255, 255, 255, .4);
}

.marquee-track i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--orange);
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* =========================
   Responsive
========================= */

@media (max-width:991px) {

    .hero-strip-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-buttons {
        width: 100%;
    }

}

@media (max-width:767px) {

    .hero-text {
        font-size: 13px;
    }

    .btn-primary,
    .btn-outline {
        width: 100%;
    }

    .hero-dots {
        bottom: 10px;
        gap: 10px;
        padding: 6px 14px;
    }

}

.why-frp-hero {
    position: relative;
    overflow: hidden;
    padding: 64px 0;
    color: #fff;
    background: var(--gradient-navy-radial);
}

.why-frp-dots {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.2;
    background-image: radial-gradient(rgba(255, 255, 255, 0.25) 1px,
            transparent 1px);
    background-size: 14px 14px;
}

.why-frp-container {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

.why-frp-label {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: var(--orange-soft);
}

.why-frp-container h1 {
    margin: 12px 0 0;
    max-width: 1000px;

    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
}

.why-frp-container h1 span {
    background: var(--gradient-orange);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.why-frp-container p {
    max-width: 672px;
    margin: 16px 0 0;

    font-size: 16px;
    line-height: 1.7;

    color: rgba(255, 255, 255, 0.75);
}


/* =========================
   Responsive
========================= */

@media (max-width: 991px) {

    .why-frp-hero {
        padding: 56px 0;
    }

    .why-frp-container h1 {
        font-size: 40px;
    }

}

@media (max-width: 767px) {

    .why-frp-hero {
        padding: 48px 0;
    }

    .why-frp-container {
        padding: 0 16px;
    }

    .why-frp-container h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .why-frp-container p {
        font-size: 15px;
    }

}

.frp-benefits-section {
    padding: 56px 0;
}

.frp-benefits-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


/* =========================
   Card
========================= */

.frp-benefit-card {
    position: relative;
    overflow: hidden;

    padding: 24px;

    border: 1px solid var(--border);
    border-radius: 16px;

    background: var(--card);

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.frp-benefit-card:hover {
    border-color: rgba(255, 140, 50, 0.5);
    box-shadow: var(--shadow-card);
}


/* =========================
   Hover Glow
========================= */

.frp-card-glow {
    position: absolute;

    width: 96px;
    height: 96px;

    top: -40px;
    right: -40px;

    border-radius: 50%;

    opacity: 0;
    filter: blur(24px);

    background: var(--gradient-orange);

    transition: opacity 0.3s ease;
}

.frp-benefit-card:hover .frp-card-glow {
    opacity: 1;
}


/* =========================
   Card Content
========================= */

.frp-card-content {
    position: relative;
}

.frp-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


/* =========================
   Icon
========================= */

.frp-icon {
    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 12px;

    color: #fff;

    background: var(--gradient-orange);
}

.frp-icon svg {
    width: 20px;
    height: 20px;
}


/* =========================
   Number
========================= */

.frp-number {
    font-family: monospace;

    font-size: 10px;
    font-weight: 700;

    color: rgba(100, 116, 139, 0.6);
}


/* =========================
   Text
========================= */

.frp-benefit-card h3 {
    margin: 16px 0 0;

    font-size: 16px;
    font-weight: 700;

    color: var(--primary);
}

.frp-benefit-card p {
    margin: 8px 0 0;

    font-size: 14px;
    line-height: 1.7;

    color: var(--muted-foreground);
}


/* =========================
   Responsive
========================= */

@media (max-width: 991px) {

    .frp-benefits-container {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 575px) {

    .frp-benefits-section {
        padding: 48px 0;
    }

    .frp-benefits-container {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .frp-benefit-card {
        padding: 20px;
    }

}

.comparison-section {
    padding: 56px 0;
    background: rgba(100, 116, 139, 0.04);
}

.comparison-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}


/* =========================
   Heading
========================= */

.comparison-heading {
    max-width: 672px;
    margin: 0 auto;
    text-align: center;
}

.comparison-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;

    color: var(--secondary);
}

.comparison-label span {
    display: block;
    width: 40px;
    height: 1px;
    background: var(--secondary);
}

.comparison-heading h2 {
    margin: 16px 0 0;

    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;

    color: var(--primary);
}

.comparison-heading h2 span {
    background: var(--gradient-orange);

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
    color: transparent;
}


/* =========================
   Table Wrapper
========================= */

.comparison-table-wrapper {
    margin-top: 40px;

    overflow-x: auto;

    border: 1px solid var(--border);
    border-radius: 16px;

    box-shadow: var(--shadow-card);

    background: var(--card);
}


/* =========================
   Table
========================= */

.comparison-table {
    width: 100%;
    min-width: 720px;

    border-collapse: collapse;

    font-size: 14px;
}

.comparison-table thead {
    color: #fff;
    background: var(--gradient-navy);
}

.comparison-table th {
    padding: 16px 20px;

    font-weight: 500;
    text-align: center;

    white-space: nowrap;
}

.comparison-table th:first-child {
    text-align: left;
}

.comparison-table .property-heading {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.comparison-table .frp-heading {
    font-size: 16px;
    font-weight: 700;

    background: var(--gradient-orange);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* =========================
   Table Body
========================= */

.comparison-table tbody {
    background: var(--card);
}

.comparison-table tbody tr {
    border-top: 1px solid var(--border);
    transition: background 0.3s ease;
}

.comparison-table tbody tr:hover {
    background: rgba(100, 116, 139, 0.04);
}

.comparison-table td {
    padding: 14px 20px;

    text-align: center;

    color: var(--muted-foreground);
}

.comparison-table td:first-child {
    font-weight: 600;
    text-align: left;
    color: var(--primary);
}

.comparison-table .frp-value {
    font-weight: 700;
    color: var(--secondary);
}


/* =========================
   Responsive
========================= */

@media (max-width: 991px) {

    .comparison-section {
        padding: 48px 0;
    }

    .comparison-heading h2 {
        font-size: 32px;
    }

}

@media (max-width: 767px) {

    .comparison-section {
        padding: 48px 0;
    }

    .comparison-heading h2 {
        font-size: 28px;
    }

    .comparison-label {
        font-size: 10px;
    }

    .comparison-table-wrapper {
        margin-top: 32px;
    }

}


/* =========================
   FRP Advantage Section
========================= */

.frp-advantage-section {
    padding: 56px 0;
    background: #ffffff;
}

.frp-advantage-container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 16px;
}


/* =========================
   Heading
========================= */

.frp-advantage-heading {
    max-width: 672px;
}

.frp-advantage-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 0.25em;
    text-transform: uppercase;

    color: var(--secondary);
}

.frp-advantage-label span {
    display: block;

    width: 40px;
    height: 1px;

    background: var(--secondary);
}

.frp-advantage-heading h2 {
    margin: 16px 0 0;

    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;

    color: var(--primary);
}

.frp-advantage-heading h2 span {
    background: var(--gradient-orange);

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
    color: transparent;
}


/* =========================
   Advantage Grid
========================= */

.frp-advantage-grid {
    margin-top: 32px;

    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 12px;
}


/* =========================
   Advantage Item
========================= */

.frp-advantage-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    padding: 16px;

    border: 1px solid var(--border);
    border-radius: 12px;

    background: var(--card);

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.frp-advantage-item:hover {
    border-color: rgba(255, 140, 50, 0.5);
    box-shadow: var(--shadow-card);
    transform: translateY(-2px);
}

.frp-advantage-item svg {
    width: 20px;
    height: 20px;

    flex-shrink: 0;

    margin-top: 2px;

    color: var(--secondary);
}

.frp-advantage-item span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;

    color: var(--primary);
}


/* =========================
   Responsive
========================= */

@media (max-width: 991px) {

    .frp-advantage-section {
        padding: 48px 0;
    }

    .frp-advantage-heading h2 {
        font-size: 32px;
    }

}


@media (max-width: 767px) {

    .frp-advantage-section {
        padding: 48px 0;
    }

    .frp-advantage-grid {
        grid-template-columns: 1fr;
    }

    .frp-advantage-heading h2 {
        font-size: 28px;
    }

}


@media (max-width: 575px) {

    .frp-advantage-container {
        padding: 0 16px;
    }

    .frp-advantage-label {
        font-size: 10px;
        letter-spacing: 0.2em;
    }

    .frp-advantage-item {
        padding: 14px;
    }

    .frp-advantage-item span {
        font-size: 13px;
    }

}


/* =========================
   FRP CTA Section
========================= */

.frp-cta-section {
    padding: 56px 0;
    background: rgba(100, 116, 139, 0.04);
}

.frp-cta-container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 16px;
}


/* =========================
   CTA Box
========================= */

.frp-cta-box {
    position: relative;
    overflow: hidden;

    padding: 32px;

    color: #ffffff;

    border-radius: 24px;

    background: var(--gradient-navy-radial);
}


/* =========================
   Background Dots
========================= */

.frp-cta-dots {
    position: absolute;

    inset: 0;

    pointer-events: none;

    opacity: 0.6;

    background-image: radial-gradient(rgba(255, 255, 255, 0.22) 1px,
            transparent 1px);

    background-size: 14px 14px;
}


/* =========================
   Content
========================= */

.frp-cta-content {
    position: relative;

    display: flex;
    flex-wrap: wrap;

    align-items: center;
    justify-content: space-between;

    gap: 24px;
}

.frp-cta-content h3 {
    margin: 0;

    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;

    color: #ffffff;
}

.frp-cta-content p {
    max-width: 512px;

    margin: 8px 0 0;

    font-size: 16px;
    line-height: 1.6;

    color: rgba(255, 255, 255, 0.75);
}


/* =========================
   CTA Button
========================= */

.frp-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 12px 24px;

    border-radius: 999px;

    color: #ffffff;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    white-space: nowrap;

    background: var(--gradient-orange);

    box-shadow: var(--shadow-glow);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.frp-cta-button:hover {
    color: #ffffff;

    transform: translateY(-2px);

    box-shadow:
        var(--shadow-glow),
        0 8px 25px rgba(0, 0, 0, 0.15);
}

.frp-cta-button svg {
    width: 16px;
    height: 16px;

    flex-shrink: 0;

    transition: transform 0.3s ease;
}

.frp-cta-button:hover svg {
    transform: translateX(3px);
}


/* =========================
   Responsive
========================= */

@media (max-width: 991px) {

    .frp-cta-section {
        padding: 48px 0;
    }

    .frp-cta-box {
        padding: 40px;
    }

    .frp-cta-content h3 {
        font-size: 28px;
    }

}


@media (max-width: 767px) {

    .frp-cta-box {
        padding: 32px 24px;
        border-radius: 20px;
    }

    .frp-cta-content {
        align-items: flex-start;
        flex-direction: column;
    }

    .frp-cta-content h3 {
        font-size: 25px;
    }

    .frp-cta-content p {
        font-size: 14px;
    }

    .frp-cta-button {
        width: 100%;
        justify-content: center;
    }

}


@media (max-width: 575px) {

    .frp-cta-container {
        padding: 0 16px;
    }

    .frp-cta-box {
        padding: 28px 20px;
    }

}

.frp-industries-showcase {
    padding: 70px 0;
}

.frp-industries-container {
    width: min(100% - 32px, 1280px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.frp-industry-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border-color, #e5e7eb);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.frp-industry-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.frp-industry-image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.frp-industry-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.frp-industry-card:hover .frp-industry-image img {
    transform: scale(1.1);
}

.frp-industry-content {
    padding: 24px;
}

.frp-industry-label {
    font-size: 10px;
    font-family: monospace;
    font-weight: 600;
    color: #f58220;
    text-transform: uppercase;
    letter-spacing: 0.25em;
}

.frp-industry-title {
    margin: 5px 0 0;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
    color: #14213d;
}

.frp-industry-description {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.7;
    color: #6b7280;
}

.frp-industry-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #f58220;
    text-decoration: none;
    transition: gap 0.25s ease;
}

.frp-industry-link:hover {
    gap: 11px;
}

.frp-industry-link svg {
    width: 16px;
    height: 16px;
}


/* Tablet */
@media (max-width: 991px) {
    .frp-industries-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .frp-industries-showcase {
        padding: 60px 0;
    }
}


/* Mobile */
@media (max-width: 575px) {
    .frp-industries-container {
        grid-template-columns: 1fr;
        width: min(100% - 24px, 1280px);
        gap: 16px;
    }

    .frp-industries-showcase {
        padding: 50px 0;
    }

    .frp-industry-content {
        padding: 20px;
    }
}

/* =========================
   FAQ SECTION
========================= */

.faq-section {
    padding: 56px 0;
}

.faq-container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 16px;
}

.faq-group {
    margin-bottom: 56px;
}

.faq-group:last-child {
    margin-bottom: 0;
}


/* =========================
   FAQ GRID
========================= */

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 20px;
}


/* =========================
   FAQ ITEM
========================= */

.faq-item {
    background: var(--card, #ffffff);
    border: 1px solid var(--border, #e5e7eb);
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(245, 130, 32, 0.4);
}


/* Open State */

.faq-item[open] {
    border-color: rgba(245, 130, 32, 0.4);
    box-shadow: var(--shadow-card,
            0 8px 25px rgba(0, 0, 0, 0.08));
}


/* =========================
   SUMMARY
========================= */

.faq-item summary {
    cursor: pointer;
    list-style: none;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;

    color: var(--primary, #172554);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::marker {
    display: none;
}


/* =========================
   QUESTION
========================= */

.faq-question {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
}


/* =========================
   QUESTION ICON
========================= */

.faq-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;

    border-radius: 8px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(245, 130, 32, 0.10);
    color: var(--secondary, #f58220);

    font-size: 14px;
    font-weight: 700;
}

.faq-icon svg {
    width: 16px;
    height: 16px;
}


/* =========================
   PLUS BUTTON
========================= */

.faq-plus {
    width: 28px;
    height: 28px;
    min-width: 28px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 18px;
    line-height: 1;

    background: var(--gradient-orange,
            linear-gradient(135deg, #f58220, #ff9f43));

    transition: transform 0.3s ease;
}


/* Open = Rotate + into x */

.faq-item[open] .faq-plus {
    transform: rotate(45deg);
}


/* =========================
   ANSWER
========================= */

.faq-item p {
    margin: 12px 0 0;
    padding-left: 40px;

    color: var(--muted-foreground, #64748b);

    font-size: 14px;
    line-height: 1.7;
}


/* =========================
   TABLET / MOBILE
========================= */

@media (max-width: 767px) {

    .faq-section {
        padding: 48px 0;
    }

    .faq-container {
        padding: 0 15px;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .faq-heading h2 {
        font-size: 21px;
    }

    .faq-group {
        margin-bottom: 45px;
    }

    .faq-item {
        padding: 18px;
    }

    .faq-item p {
        padding-left: 40px;
    }
}


/* =========================
   LARGE DESKTOP
========================= */

@media (min-width: 1024px) {

    .faq-section {
        padding: 80px 0;
    }

    .faq-container {
        max-width: 1024px;
    }
}

.smallTitle {
    font-size: 35px;
    line-height: normal;
}

.visionsec .LeftContent {
    display: flex;
    justify-content: center;
    height: 100%;
}

.ThreeGrid {
    grid-template-columns: 1fr 1fr 1fr;
}

.innerProductPage .productImage img,
.innerProductPage .productImage {
    aspect-ratio: unset;
}

.breadcrumb-wrapper {
    background: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid #e5e7eb;
}

.breadcrumb-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 12px 16px;

    display: flex;
    align-items: center;
    gap: 8px;

    font-size: 12px;
    color: #6b7280;

    overflow-x: auto;
    white-space: nowrap;
}

.breadcrumb-link {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-link:hover {
    color: var(--accent);
}

.breadcrumb-link.active {
    color: var(--su-secondary-color);
}

.breadcrumb-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.breadcrumb-current {
    color: var(--su-secondary-color);
    font-weight: 600;
}

/* =========================================
   PRODUCT HERO SECTION
========================================= */

.product-hero {
    position: relative;
    padding: 48px 0;
    overflow: hidden;
    background: #FAFCFE;
}

.product-hero-container {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}


/* =========================================
   BACKGROUND GRID
========================================= */

.product-hero-grid {
    position: absolute;
    inset: 0;
    opacity: 0.3;
    pointer-events: none;

    background-image:
        linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);

    background-size: 40px 40px;

    -webkit-mask-image: radial-gradient(ellipse at top,
            black 20%,
            transparent 70%);

    mask-image: radial-gradient(ellipse at top,
            black 20%,
            transparent 70%);
}


/* =========================================
   LEFT CONTENT
========================================= */

.product-hero-content {
    position: relative;
}

.product-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;

    color: var(--secondary, #f47b20);
}

.product-label span {
    width: 40px;
    height: 1px;
    background: var(--secondary, #f47b20);
    display: inline-block;
}


/* =========================================
   HEADING
========================================= */

.product-hero-content h1 {
    margin: 16px 0 0;

    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;

    color: var(--primary, #0b1f3a);
}

.product-hero-content h1 span {
    font-size: 30px;
    line-height: 1.2;

    background: linear-gradient(90deg,
            #f97316,
            #fb923c);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


/* =========================================
   DESCRIPTION
========================================= */

.product-hero-content p {
    margin: 20px 0 0;

    max-width: 650px;

    font-size: 16px;
    line-height: 1.7;

    color: var(--muted-foreground, #6b7280);
}


/* =========================================
   BUTTONS
========================================= */

.product-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    margin-top: 24px;
}

.product-hero-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 12px 24px;

    border-radius: 999px;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition: all 0.3s ease;
}

.product-hero-buttons svg {
    width: 16px;
    height: 16px;
}


/* Quote Button */

.btn-quote {
    color: #fff;

    background: var(--gradient-orange,
            linear-gradient(135deg, #f97316, #ea580c));

    box-shadow: var(--shadow-card,
            0 8px 25px rgba(0, 0, 0, 0.12));
}

.btn-quote:hover {
    transform: translateY(-2px);

    box-shadow: var(--shadow-glow,
            0 10px 30px rgba(249, 115, 22, 0.35));
}


/* Phone Button */

.btn-phone {
    color: var(--primary, #0b1f3a);

    border: 1px solid rgba(11, 31, 58, 0.2);

    background: transparent;
}

.btn-phone:hover {
    color: #fff;
    background: var(--primary, #0b1f3a);
}


/* =========================================
   RIGHT IMAGE
========================================= */

.product-hero-image-wrap {
    position: relative;
}


/* Orange Glow */

.product-orange-glow {
    position: absolute;

    top: -32px;
    right: -32px;

    width: 160px;
    height: 160px;

    border-radius: 50%;

    opacity: 0.6;

    filter: blur(48px);

    background: var(--gradient-orange,
            linear-gradient(135deg, #f97316, #fb923c));
}


/* Image Box */

.product-image-box {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
}

.product-image-box img {
    display: block;

    width: 100%;
    height: auto;

    aspect-ratio: 4 / 3;

    object-fit: cover;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .product-hero {
        padding: 56px 0;
    }

    .product-hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .product-hero-content h1 {
        font-size: 42px;
    }

    .product-hero-content h1 span {
        font-size: 28px;
    }

    .product-hero-content p {
        max-width: 100%;
    }
}


@media (max-width: 575px) {

    .product-hero {
        padding: 45px 0;
    }

    .product-hero-container {
        padding: 0 15px;
        gap: 30px;
    }

    .product-label {
        font-size: 9px;
        letter-spacing: 0.15em;
    }

    .product-label span {
        width: 30px;
    }

    .product-hero-content h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .product-hero-content h1 span {
        font-size: 22px;
    }

    .product-hero-content p {
        font-size: 14px;
        line-height: 1.65;
    }

    .product-hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .product-hero-buttons a {
        width: 100%;
    }

    .product-orange-glow {
        width: 120px;
        height: 120px;
    }
}


.specification-table-wrapper {
    width: 100%;
    margin-top: 0px;

    overflow-x: auto;

    border: 1px solid var(--border, #e5e7eb);
    border-radius: 16px;

    box-shadow: var(--shadow-card,
            0 8px 25px rgba(0, 0, 0, 0.08));
}

.specification-table {
    width: 100%;
    min-width: 600px;

    border-collapse: collapse;

    font-size: 14px;

    background: var(--card, #ffffff);
}


/* Table Header */

.specification-table thead {
    color: #ffffff;

    background: var(--gradient-navy,
            linear-gradient(135deg, #0b1f3a, #163b67));
}

.specification-table th {
    padding: 16px 24px;

    text-align: left;

    font-size: 11px;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: 0.15em;
}


/* Table Body */

.specification-table tbody {
    background: var(--card, #ffffff);
}

.specification-table tbody tr {
    border-top: 1px solid var(--border, #e5e7eb);

    transition: background-color 0.2s ease;
}

.specification-table tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.04);
}


/* Table Cells */

.specification-table td {
    padding: 14px 24px;
}

.specification-table td:first-child {
    width: 33.333%;

    font-weight: 600;

    color: var(--primary,
            #0b1f3a);
}

.specification-table td:last-child {
    color: var(--muted-foreground,
            #6b7280);
}


/* Mobile */

@media (max-width: 575px) {

    .specification-table-wrapper {
        margin-top: 24px;
        border-radius: 12px;
    }

    .specification-table {
        min-width: 550px;
        font-size: 13px;
    }

    .specification-table th {
        padding: 13px 16px;
        font-size: 10px;
    }

    .specification-table td {
        padding: 12px 16px;
    }
}

.productContent p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.key-features-section {
    padding: 56px 0 80px;
}

.key-features-section .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

/* Heading */
.features-heading {
    max-width: 672px;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #f58220;
}

.section-label span {
    width: 40px;
    height: 1px;
    background: #f58220;
    display: inline-block;
}

.features-heading h2 {
    margin: 16px 0 0;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: #0b3768;
}

.features-heading h2 strong {
    color: #f58220;
    font-weight: 700;
}

/* Grid */
.features-grid {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

/* Card */
.feature-card {
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s ease;
}

.feature-card:hover {
    border-color: rgba(245, 130, 32, 0.5);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.feature-card svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #f58220;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature-card p {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
    color: #0b3768;
}

/* Tablet */
@media (max-width: 991px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .features-heading h2 {
        font-size: 32px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .key-features-section {
        padding: 45px 0 55px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .features-heading h2 {
        font-size: 28px;
    }
}

.product-range-section {
    padding: 56px 0 80px;
    background: rgba(0, 0, 0, 0.03);
}

.product-range-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

.product-range-heading {
    max-width: 672px;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--secondary, #f58220);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.section-label span {
    display: block;
    width: 40px;
    height: 1px;
    background: var(--secondary, #f58220);
}

.product-range-heading h2 {
    margin: 16px 0 0;
    color: var(--primary, #12345b);
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
}

.product-range-heading h2 strong {
    color: var(--secondary, #f58220);
}

.product-range-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 32px;
}

.product-range-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 16px;
    background: #fff;
    border: 1px solid #e2e5e9;
    border-radius: 12px;
    box-sizing: border-box;
}

.product-range-item>span:last-child {
    color: var(--primary, #12345b);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}

.product-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    border-radius: 8px;
    background: var(--gradient-orange, linear-gradient(135deg, #f58220, #ff9d45));
}

/* Tablet */
@media (max-width: 991px) {
    .product-range-section {
        padding: 56px 0;
    }

    .product-range-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-range-heading h2 {
        font-size: 34px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .product-range-section {
        padding: 48px 0;
    }

    .product-range-container {
        padding: 0 15px;
    }

    .product-range-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 24px;
    }

    .product-range-heading h2 {
        font-size: 30px;
    }

    .product-range-item {
        min-height: 64px;
    }
}

.industries-section {
    padding: 56px 0 80px;
    background: #fff;
}

.industries-section .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

.section-heading {
    max-width: 650px;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #e87900;
}

.section-label span {
    width: 40px;
    height: 1px;
    display: inline-block;
    background: #e87900;
}

.section-heading h2 {
    margin: 16px 0 0;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    color: #064f9f;
}

.section-heading h2 strong {
    color: #e87900;
}

.industries-grid {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.industry-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    min-height: 58px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s ease;
}

.industry-item i {
    flex-shrink: 0;
    font-size: 20px;
    color: #e87900;
}

.industry-item span {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #123b63;
}

.industry-item:hover {
    border-color: rgba(232, 121, 0, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}


/* Tablet */
@media (max-width: 991px) {
    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-heading h2 {
        font-size: 34px;
    }
}


/* Mobile */
@media (max-width: 575px) {
    .industries-section {
        padding: 45px 0 60px;
    }

    .industries-grid {
        grid-template-columns: 1fr;
    }

    .section-heading h2 {
        font-size: 28px;
    }

    .section-label {
        letter-spacing: 3px;
    }
}

/* =========================
   FAQ SECTION
========================= */

/* .faq-section {
    padding: 56px 0 80px;
    background: #ffffff;
} */

.faq-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 16px;
}


/* =========================
   HEADING
========================= */

.faq-heading {
    text-align: center;
}

.faq-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;

    color: #e87900;
}

.faq-label span {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #e87900;
}

.faq-heading h2 {
    margin: 16px 0 0;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--primary, #12345b);
}

.faq-heading h2 strong {
    color: #e87900;
}


/* =========================
   FAQ LIST
========================= */

.faq-list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}


/* =========================
   FAQ ITEM
========================= */

.faq-item {
    padding: 20px 24px;

    border: 1px solid #e5e7eb;
    border-radius: 16px;

    background: #ffffff;

    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(232, 121, 0, 0.4);
}


/* Open state */

.faq-item[open] {
    border-color: rgba(232, 121, 0, 0.4);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}


/* =========================
   SUMMARY
========================= */

.faq-item summary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;

    cursor: pointer;
    list-style: none;

    font-size: 15px;
    font-weight: 600;

    color: #123b63;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}


/* =========================
   QUESTION
========================= */

.faq-question {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.5;
}

.faq-icon {
    width: 28px;
    height: 28px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: rgba(232, 121, 0, 0.1);
    color: #e87900;

    font-size: 15px;
}


/* =========================
   PLUS BUTTON
========================= */

.faq-plus {
    width: 28px;
    height: 28px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: linear-gradient(135deg, #e87900, #f59e0b);

    color: #ffffff;

    font-size: 18px;
    line-height: 1;

    transition: transform 0.3s ease;
}


/* Rotate + when open */

.faq-item[open] .faq-plus {
    transform: rotate(45deg);
}


/* =========================
   ANSWER
========================= */

.faq-item p {
    margin: 12px 0 0;
    padding-left: 40px;

    font-size: 14px;
    line-height: 1.7;

    color: #6b7280;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 767px) {

    .faq-section {
        padding: 45px 0 60px;
    }

    .faq-heading h2 {
        font-size: 30px;
    }

    .faq-item {
        padding: 18px;
    }

    .faq-item summary {
        font-size: 14px;
    }

    .faq-item p {
        padding-left: 40px;
        font-size: 13px;
    }
}


@media (max-width: 480px) {

    .faq-heading h2 {
        font-size: 26px;
    }

    .faq-label {
        letter-spacing: 3px;
    }

    .faq-label span {
        width: 25px;
    }

    .faq-question {
        gap: 9px;
    }

    .faq-icon,
    .faq-plus {
        width: 26px;
        height: 26px;
    }

    .faq-item p {
        padding-left: 35px;
    }
}


.product-gallery {
    max-width: 600px;
    margin: auto;
    position: relative;
}

.productMainSlider {
    margin-bottom: 20px;
}

.product-image-box {}

.product-image-box img {
    width: 100%;
    max-height: 400px;
}

.productThumbSlider .swiper-slide {
    height: 80px;
    opacity: 0.6;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
}

.productThumbSlider .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #ff6b00;
}

.productThumbSlider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
}

.productMainSlider .swiper-button-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #051b49;
    border-radius: 100px;
    left: 15px;
}

.productMainSlider .swiper-button-prev svg {
    width: 10px;
    color: #fff;
}

.productMainSlider .swiper-button-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #051b49;
    border-radius: 100px;
    right: 15px;
}

.productMainSlider .swiper-button-next svg {
    width: 10px;
    color: #fff;
}

/* ========================================
   ABOUT SECTION
======================================== */
.CustomAboutSec .backMask {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 85% 50%,
            rgba(232, 117, 43, 0.06),
            transparent 35%);
    pointer-events: none;
}


/* ========================================
   MAIN CONTAINER
======================================== */

.AboutContainer {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;

    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 48px;
    align-items: center;
}


/* ========================================
   LEFT CONTENT
======================================== */

.LeftContent {
    grid-column: span 6;
    position: relative;
    z-index: 2;
}


.desc {
    max-width: 600px;
}

.desc p {
    margin: 0 0 16px;

    font-size: 16px;
    line-height: 1.8;

    color: #5f6670;
}

.desc strong {
    color: #0b2d50;
    font-weight: 700;
}


/* ========================================
   FEATURES
======================================== */
.FeaturesPoints li {
    display: flex;
    align-items: center;
    gap: 10px;

    font-size: 14px;
    font-weight: 600;

    color: #26384a;
}

.FeaturesPoints li svg {
    flex-shrink: 0;
    color: #e8752b;
}


/* ========================================
   BUTTON
======================================== */

.btnText {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    font-size: 15px;
    font-weight: 700;

    color: #0b2d50;
    text-decoration: none;

    transition: all 0.3s ease;
}

.btnText span {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #e8752b;
    color: #fff;

    transition: all 0.3s ease;
}

.btnText:hover {
    color: #e8752b;
}

.btnText:hover span {
    transform: translateX(5px);
}


/* ========================================
   RIGHT IMAGE AREA
======================================== */

.AboutImageWrapper {
    grid-column: span 6;

    position: relative;
    min-height: 520px;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* ========================================
   IMAGE
======================================== */

.AboutImage {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 600px;

    overflow: hidden;

    border-radius: 24px;

    box-shadow:
        0 25px 60px rgba(11, 45, 80, 0.15);
}

.AboutImage img {
    display: block;

    width: 100%;
    height: auto;

    object-fit: cover;
}


/* ========================================
   ORANGE GLOW
======================================== */

.OrangeGlow {
    position: absolute;

    width: 280px;
    height: 280px;

    right: -30px;
    bottom: 20px;

    border-radius: 50%;

    background: rgba(232, 117, 43, 0.14);

    filter: blur(70px);

    z-index: 0;
}


/* ========================================
   NAVY GLOW
======================================== */

.NavyGlow {
    position: absolute;

    width: 240px;
    height: 240px;

    left: -30px;
    top: 20px;

    border-radius: 50%;

    background: rgba(11, 45, 80, 0.10);

    filter: blur(70px);

    z-index: 0;
}


/* ========================================
   STATS BOX
======================================== */

.StatsBox {
    position: absolute;

    left: 20px;
    bottom: 20px;

    z-index: 4;

    display: flex;

    background: #0b2d50;

    border-radius: 14px;

    padding: 14px 10px;

    box-shadow:
        0 15px 35px rgba(11, 45, 80, 0.25);
}


/* ========================================
   STAT CARD
======================================== */

.StatsCard {
    min-width: 105px;

    padding: 8px 16px;

    text-align: center;

    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.StatsCard:last-child {
    border-right: 0;
}

.StatsCard span {
    display: block;

    margin-bottom: 5px;

    font-size: 11px;
    font-weight: 500;

    color: rgba(255, 255, 255, 0.75);
}

.StatsCard p {
    margin: 0;

    font-size: 15px;
    font-weight: 700;

    color: #fff;
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 991px) {

    .CustomAboutSec {
        padding: 80px 0;
    }

    .AboutContainer {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .LeftContent,
    .AboutImageWrapper {
        grid-column: auto;
    }

    .LeftContent {
        max-width: 750px;
    }

    .AboutImageWrapper {
        min-height: auto;
        padding-bottom: 50px;
    }

    .AboutImage {
        max-width: 100%;
    }


    .AboutImageWrapper {
        padding-bottom: 0px;
    }
}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 767px) {

    .CustomAboutSec {
        padding: 60px 0;
    }

    .AboutContainer {
        padding: 0 20px;
        gap: 40px;
    }

    .secHeading {
        font-size: 38px;
    }

    .desc p {
        font-size: 14px;
        line-height: 1.7;
    }

    .FeaturesPoints {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .AboutImageWrapper {
        padding-bottom: 65px;
    }

    .AboutImage {
        border-radius: 18px;
    }

    .StatsBox {
        left: 50%;
        bottom: 0;

        transform: translateX(-50%);

        width: calc(100% - 30px);

        justify-content: center;
    }

    .StatsCard {
        flex: 1;
        min-width: 0;
        padding: 8px 10px;
    }

    .StatsCard span {
        font-size: 9px;
    }

    .StatsCard p {
        font-size: 13px;
    }

}


/* ========================================
   SMALL MOBILE
======================================== */

@media (max-width: 480px) {

    .secHeading {
        font-size: 32px;
    }

    .secTagline {
        font-size: 10px;
    }

    .secTagline span {
        width: 30px;
    }

    .btnText {
        font-size: 13px;
    }

    .StatsBox {
        width: calc(100% - 10px);
        padding: 10px 5px;
    }

    .StatsCard {
        padding: 6px 5px;
    }

}

@media(max-width: 991px) {

    .secHeading,
    .why-frp-intro h2,
    .industries-heading h2,
    .why-frp-container h1,
    .faq-heading h2 {
        font-size: 25px;
    }

    .secHeading br,
    .why-frp-intro h2 br,
    .industries-heading h2 br {
        display: none;
    }

    .productGrid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .hero-slider .hero-slide img {
        min-height: unset;
        max-height: unset;
    }

    .speedyui-header {
        padding: 15px;
    }

    .speedyui-header nav.navbar {
        padding: 0px !important;
    }

    .navbar-brand img {
        max-width: 150px;
    }

    .speedyui ul.navbar-nav {
        gap: 10px;
    }

    p {
        font-size: 14px !important;
        line-height: 32px !important;
    }

    .StatsBox {
        display: none;
    }

    .ContactUsGrid,
    .FeaturesSec .WhyChooseGrid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .ContactUsItem {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .visionsec {
        padding: 40px 0px;
    }

    .visionsec .row {
        margin: 0px;
        gap: 15px;
    }

    .visionsec .LeftContent ul {
        padding-left: 16px;
    }

    .ContactUsGrid,
    .ContactUsDetailsGrid,
    .FeaturesSec .WhyChooseGrid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .CustomPending {
        padding: 40px 0px;
    }

    .productGrid {
        grid-template-columns: 1fr;

    }

    .secHeading,
    .why-frp-intro h2,
    .industries-heading h2,
    .why-frp-container h1,
    .faq-heading h2 {
        font-size: 18px;
    }

    .product-hero-content h1 {
        font-size: 25px;
        line-height: 1.2;
    }

    .topMenu {
        display: none;
    }

    .breadcrumb-container {
        padding: 12px 10px;
    }
}

.ContactUsDetailsSec .titleWrapper {
    text-align: center;
}