@import url("https://fonts.googleapis.com/css2?family=Pangolin&family=Quicksand:wght@300..700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: "Poppins", serif; */
    /* font-family: "Mulish", serif; */
}
/* body{
    
} */
a{
    text-decoration: none !important;
    font-family: "Source Sans 3", serif;
}
p, .f-ss3{
    text-decoration: none !important;
    font-family: "Source Sans 3", serif;
}
h1, h2, h3, h4, h5, h6, .f-qs{
    font-family: "Quicksand", serif;
}
.f-pn{
    font-family: "Pangolin", serif;
}
.bg-main {
    background: #d8dee3;
}
.bg-second{
    background: #def1fb;
}
.color0{
    color: #000 !important;
}
.colorf{
    color: #fff !important;
}
.color3{
    color: #fa8b37  !important;
}
.color4{
    color: #333 !important;
}
.bg-fff{
    background: #fff !important;
}
.tbp{
    padding: 100px 0;
}
.tbm{
    margin: 100px 0;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mr-20{
    margin-right: 20px !important;
}
.mr-30{
    margin-right: 30px !important;
}
.mr-40{
    margin-right: 40px !important;
}
.mr-50{
    margin-right: 50px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.ml-30{
    margin-left: 30px !important;
}
.ml-40{
    margin-left: 40px !important;
}
.ml-50{
    margin-left: 50px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
img{
    width: 100%;
}

a.navbar-brand img {
    max-width: 80px;
}
.header-btn {
    display: flex;
    align-items: center;
    gap: 12px;
}
.hbn-msg a {
    background: #0E314E;
    color: #fff;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    box-shadow: 0 5px 8px #00000059;
}
.hbn-call a {
    background: #0291DD;
    color: #fff;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    box-shadow: 0 5px 8px #00000059;
}
.hbn-wts a {
    background: #41bb2c;
    color: #fff;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    box-shadow: 0 5px 8px #00000059;
}
a.nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #111;
    padding: 22px 0 !important;
}
li.nav-item {
    margin: 0 18px;
}
ul.navbar-nav {
    margin: 0 20px 0 auto !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .nav-link:hover {
    color: #0291DD !important;
}
.hbs-box img {
    max-height: 600px;
    min-height: 600px;
    object-fit: cover;
    object-position: center center;
}
.main-tt h5 {
    color: #0291DD;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24px;
    padding-left: 50px;
    position: relative;
    z-index: 0;
    margin-bottom: 15px;
    display: inline-block;
}
.main-tt h5:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 1px;
    background: #0291DD;
    left: 0;
    top: 10px;
}

.main-tt h5:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #0291DD;
    left: 0;
    top: 16px;
}
.mt2 h5 {
    color: #0E314E;
}
.mt2 h5:before {
    background: #0E314E;
}

.mt2 h5:after {
    background: #0E314E;
}
.main-tt h3 {
    font-size: 44px;
    font-weight: 700;
    color: #0E314E;
    line-height: 56px;
    margin-bottom: 15px;
}
p, li {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    font-family: "Source Sans 3", serif;
}
.main-ul ul {
    list-style: none;
    padding: 0;
}
.main-ul ul li {
    color: #0291DD;
    margin-bottom: 12px;
    padding-left: 34px;
    position: relative;
    z-index: 0;
    font-weight: 500;
}
.main-ul ul li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    font-size: 16px;
    width: 22px;
    height: 22px;
    border: 1px solid #0291dd;
    display: inline-flex;
    position: absolute;
    left: 0;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: 4px;
}
.btn1 span {
    font-size: 15px;
    width: 40px;
    height: 40px;

    display: inline-flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    background: #0E314E;
    color: #fff;
}
.btn1 {
    border: none;
    background: #0291dd;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 6px 6px 25px;
    border-radius: 60px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.lri-box {
    background: #f7f7f7;
    padding: 30px 30px;
    text-align: center;
    margin-bottom: 22px;
    border-radius: 50px;
    border-bottom: 2px solid #97b1bf;
    margin: 0 10px 42px;
}
.lri-img {
    width: 120px;
    height: 120px;
    border: 1px solid #0000001a;
    border-radius: 50%;
    padding: 22px;
    margin-inline: auto;
    margin-bottom: 11px;
    background: #fff;
}
.lri-con h4 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}
.lri-con p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
}
.lri-con a {
    color: #0291DD;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
}
section.h-solutions {
    position: relative;
    z-index: 0;
}
section.h-solutions:before, section.h-why-us:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/bg1.png);
    background-position: center center;
    top: 0;
    left: 0;
    filter: brightness(0);
    z-index: -1;
    opacity: 0.5;
}
.lri-box:hover {
    background: #0291dd;
    transition: 0.7s;
}
.lri-box:hover .lri-con h4, .lri-box:hover .lri-con p, .lri-box:hover .lri-con a {
    color: #fff;
    transition: 0.7s;
}
.hprc-box {
    margin: 0 18px;
}
.hprc-img img {
    border-radius: 30px;
}
.hprc-con {
    padding: 20px 0px 0;
    border-radius: 20px;
    position: relative;
    z-index: 0;
    text-align: center;
}
.hprc-con h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0E314E;
    margin-bottom: 8px;
    line-height: 28px;
}
.hprc-con span {
    color: #0291DD;
    font-size: 18px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
}
.hprc-con span i {
    transform: rotate(-40deg);
    font-size: 14px;
    margin-bottom: -1px;
}
.hwul-ic {
    margin-bottom: -132px;
}
section.h-why-us {
    position: relative;
    z-index: 0;
}
.accordion-item {
    margin-bottom: 24px;
    border: none !important;
    box-shadow: 0 0 10px #00000020;
    border-radius: 10px !important;
    padding: 26px 26px;
}
.accordion-item:first-of-type .accordion-button, .accordion-item:first-of-type {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.accordion-item:last-of-type .accordion-button.collapsed, .accordion-item:last-of-type {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.accordion-button {
    border-radius: 10px !important;
    font-size: 20px !important;
    font-weight: 700;
    color: #111;
    padding: 0 0 !important;
}
.accordion-body p {
    margin: 0;
}
.accordion-body {
    padding: 26px 0 0 !important;
}
.hfcr-ic {
    background: #def1fb;
    padding: 40px 40px;
    border-radius: 30px;
    position: relative;
    z-index: 0;
    border-bottom: 3px solid #0e314e1f;
}
.hfcr-tt {
    text-align: center;
}
.hfcr-tt h5 {
    font-weight: 700;
    color: #0E314E;
    font-size: 44px;
}
.form-control {
    padding: 16px 14px !important;
    border-radius: 14px !important;
    margin-bottom: 14px !important;
    background: #0e314e3d !important;
    border: none;
}

button.accordion-button:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    background: #0291DD;
    right: -12px;
    z-index: 0;
    border-radius: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.accordion-button:not(.collapsed) {
    color: #0291DD !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.accordion-button::after {
    filter: brightness(0) invert(1) !important;
}
.accordion-button:focus {
    border-color: none !important;
    box-shadow: none !important;
}
.hfc-ic {
    position: relative;
    z-index: 0;
}
.hfc-ic:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: #0E314E;
    border-radius: 20px;
    right: -20px;
    top: -20px;
    z-index: -1;
}
section.h-faq-contact {
    position: relative;
    z-index: 0;
}
section.h-faq-contact:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: url(../../assets/img/faq-bg.png);
    opacity: 0.6;
    background-size: cover;
    background-position: center center;
}
.tca-box {
    display: flex;
    gap: 10px;
}
.ft-top {
    background: #def1fb;
    padding: 80px 0 50px;
}
.ftc-logo img {
    max-width: 110px;
}
.ftc-tt h5{
    color: #0291DD;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 18px;
    padding-left: 50px;
    position: relative;
    z-index: 0;
    margin-bottom: 15px;
    display: inline-block;
}
 .dmpc h5 {
    color: #0291DD;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 18px;
    padding-left: 36px;
    position: relative;
    z-index: 0;
    margin-bottom: 15px;
    display: block;
}
.dmpc h5 a{
    color: #0291DD;
    font-family: "Quicksand", serif;
}
.ftc-tt h5:before{
    content: "";
    position: absolute;
    width: 25px;
    height: 1px;
    background: #0291DD;
    left: 0;
    top: 7px;
}
 .dmpc h5:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background: #0291DD;
    left: 0;
    top: 7px;
}

.ftc-tt h5:after{
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #0291DD;
    left: 0;
    top: 12px;
}
 .dmpc h5:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    background: #0291DD;
    left: 0;
    top: 12px;
}
.ftc-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ftc-ul ul li {
    margin: 10px 0;
}
.ftc-ul ul li a{
    color: #1f1f1f;
}

.ftc-social a {
    color: #0291DD;
    border: 1px solid #0291DD;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.ftc-social {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.ftc-ul ul, .dmpc ul {
  --icon-space: 1.8em;
  list-style: none;
  padding: 0;
}

.ftc-ul li, .dmpc li {
    padding-left: var(--icon-space);
    display: flex;
}

.ftc-ul li:before, .dmpc li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1.5 );
    width: var(--icon-space);
    color: #0291DD;
    font-size: 14px;
}
.tcal span i {
    color: #0291DD;
    font-size: 18px;
}
.tcar h5 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 2px;
}
.tcar p a {
    color: #1f1f1f;
}
.tcar p a:hover {
    color: #0291DD;
}
.ftc-con {
    margin: 16px 0;
}
.ftb-ic {
    display: flex;
    justify-content: space-between;
}

.ftb-ic p {
    margin-bottom: 0;
}
.ftb-ic p a{
    color: #0291DD;
}
.ft-btm {
    padding: 20px 0;
    background: #00000014;
}
footer {
    background: #def1fb;
    /* padding-bottom: 30px; */
}
.tphl {
    display: flex;
    align-items: center;
    gap: 20px;
}
.tphl p {
    margin: 0;
    font-size: 16px;
}
.tphl p i{
    margin-right: 8px;
}
.tphl p a{
    margin: 0;
    color: #fff;
}
.tph-ic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px 10px;
}
.tphr a {
    color: #fff;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.tphr {
    display: flex;
    align-items: center;
    gap: 14px;
}
.sticky{
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 0 20px #00000020;
    background: #fff;
    z-index: 999;
}
.sticky a.navbar-brand img {
    max-width: 70px;
}
.dpm-ic {
    display: flex;
    /* gap: 30px; */
}
ul.dropdown-menu {
    width: 100%;
    min-width: 1020px;
    border: none;
    box-shadow: 0 0 10px #00000020;
    padding: 30px 30px;
    margin-left: -490px;
}
.dmpc {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px dashed  #efefefef;
}
.dmpc:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
}
.dmpc li a.dropdown-item {
    padding: 0 0;
}
.dmpc li {
    margin-bottom: 8px;
}
.dmpc li:last-child {
    margin-bottom: 0px;
}
@media(min-width:992px){
    li.dropdown:hover .dropdown-menu {
    display: block;
}

}
section.top-header {
    background: #0291DD;
}
.hprc-img img {
    min-height: 380px;
    max-height: 380px;
    object-fit: contain;
    background: #fff;
}
.rg-30{
    row-gap: 30px;
}
.pc_whatsapp a {
    position: fixed;
    bottom: 30px;
    left: 30px;
    max-width: 54px;
}
nav.navbar {
    padding: 0;
}
.ibl-ic h4 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}
.ibl-ic p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    color: #fff;
}
.ibl-ic p a{
    color: #fff;
}
section.i-banner {
    background: #0E314E;
    padding: 80px 0;
    position: relative;
    z-index: 0;
}
section.i-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/i-banner.jpeg);
    top: 0;
    right: 0;
    max-width: 50%;
    background-position: 0% 91%;
    background-size: cover;
}
section.i-banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/ib-bg.svg);
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.14;
}
.hnr-ic {
    display: flex;
    gap: 30px;
}
.hnr-box {
    width: 100%;
    background: #fff;
    border-radius: 40px;
    padding: 40px 40px;
    text-align: center;
    border-bottom: 5px solid #0e314e8f;
}

.hnr-box p {
    margin: 0;
    font-weight: 500;
}
.hnr-box h4 {
    font-size: 52px;
    font-weight: 700;
    color: #0E314E;
    margin-bottom: 0;
}
.hnr-box span {
    width: 120px;
    height: 120px;
    display: inline-block;
    border: 2px dashed #0E314E;
    border-radius: 50%;
    padding: 22px;
    margin-bottom: 20px;
}
.mnc-fr {
    display: flex;
    gap: 20px;
}
.mncf-box {
    width: 100%;
    text-align: center;
    padding: 40px 20px 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out;
    border-radius: 30px;
    position: relative;
    z-index: 0;
}
.mncf-box span {
    width: 70px;
    color: #fff;
    height: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #0291DD;
    border-radius: 50%;
    font-size: 32px;
    margin-bottom: 20px;
}
.mncf-box p, .mncf-box a {
    margin: 0;
    color: #222;
}
.mncf-box h5 {
    margin-bottom: 4px;
    font-weight: 600;
    color: #111;
}
.mncf-box:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: 10px;
    top: 10px;
    border: 3px solid #0291DD;
    border-left: none;
    border-bottom: none;
    border-radius: 0 20px 0 0;
    transition: all .5s ease-in-out;
    z-index: -1;
}
.mncf-box:hover:before {
        width: 80%;
    height: 80%;
}
.mnc-sr {
    margin-top: 70px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    border-radius: 30px;
    padding: 40px 40px;
    background: #def1fb;
}
.mncl-ic img {
    width: 100%;
    padding: 15px;
    border-radius: 40px 50% 50% 50%;
}
.mncl-ic {
    position: relative;
    z-index: 0;
}
.mncl-ic::before {
    content: "";
    position: absolute;
    border: 6px solid #0291DD;
    border-radius: 25px 50% 50% 50%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.hi-100{
    height: 100%;
}
.hi-100 img{
    height: 100%;
    object-fit: cover;
}
.form-row {
    display: flex;
    gap: 20px;
    align-items: end;
}
.form-group {
    width: 100%;
}
.sub-tt h5 {
    color: #0291DD;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 20px;
    padding-left: 20px;
    position: relative;
    z-index: 0;
    margin-bottom: 15px;
    display: inline-block;
}

.sub-tt h5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #0291DD;
    border-radius: 10px;
}
.sbt2 h5 {
    color: #0E314E;
}
.sbt2 h5:before{
    background: #0E314E;
}
.prap-box {
    background: #fff;
    padding: 10px 10px;
    margin: 0 10px;
}
.apb-img img {
    max-height: 280px;
    min-height: 280px;
    object-fit: cover;
}
.apb-con h5 {
    margin: 16px 0 10px;
    font-weight: 700;
    text-align: center;
}
.hnr2 {
    flex-wrap: wrap;
    justify-content: center;
}
.hnr2 .hnr-box {
    width: 100%;
    max-width: 30%;
}
.hnr-box h6 {
    color: #0E314E;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    /* font-family: "Source Sans 3", serif; */
    margin-bottom: 0;
}
.prf-con {
    background: #efefef;
    padding: 30px 30px;
    border-radius: 30px;
}
.ftc-cn {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.prf-box {
    background: #fff;
    padding: 15px 15px;
    border-radius: 12px;
    width: 100%;
    max-width: 164px;
    text-align: center;
}
.prf-box p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #0E314E;
    margin-top: 12px;
    line-height: 20px;
}
.prf-box img {
    max-width: 70px;
}
.hnr2 .hnr-box h4 {
    font-size: 30px;
    font-weight: 700;
    color: #0E314E;
    margin-bottom: 5px;
}
img.hnr-img {
    width: 100%;
    min-height: 270px;
    max-height: 270px;
    object-fit: contain;
    object-position: center center;
}
.prf-table table {
    width: 100%;
}
.prf-table table th, .prf-table table td{
    border: 1px solid #efefef;
    padding: 20px 10px;
}
  :root{
    --navy:#0b3a5e;
    --header:#062a48;
    --accent:#d91a26; /* red for values */
    --yellow:#ffd400;
    --cell-bg:#dfdfdf;
    --left-col:#081f3a;
    --white:#ffffff;
  }
 .table-wrap{
    /* overflow:auto; */
    /* border:6px solid #051c2a; */
    /* display:inline-block; */
  }
  table{
    border-collapse:collapse;
    width:100%;
    table-layout:fixed;
  }
  th, td{
    padding:10px 12px;
    border:1px solid rgba(0,0,0,0.06);
    text-align:center;
    vertical-align:middle;
    font-size:14px;
  }

  /* top header */
  thead th{
    background:linear-gradient(#123b61,#0b2b4a);
    color:var(--white);
    font-weight:700;
    font-size:15px;
  }

  /* left column styling (DRAM Module and categories) */
  .left-col{
    background:var(--left-col);
    color:#fff;
    width:160px;
    text-align:center;
    padding-left:18px;
    font-weight:700;
  }

  /* function / I/F column */
  .sub-col{
    background:var(--navy);
    color:#fff;
    font-weight:700;
    width:120px;
  }

  /* highlight interface label (yellow) */
  .if-label{
    color:var(--yellow);
    font-weight:800;
  }

  /* main cell background */
  td.value{
    background:var(--cell-bg);
  }

  /* red numeric highlights */
  .red{
    color:var(--accent);
    font-weight:700;
  }

  /* Smaller muted text */
  .muted{
    color:#3b3b3b;
    font-weight:600;
  }

  /* section label cell spanning many rows (Unbuffered, ECC, Register) */
  .section-label{
    background:var(--left-col);
    color:#fff;
    writing-mode:vertical-rl;
    transform:rotate(180deg);
    text-align:center;
    font-weight:800;
    width:48px;
  }

  /* group heading (UDIMM / SODIMM) */
  .group{
    background:#093b63;
    color:#fff;
    font-weight:800;
  }

  /* narrow cells for compact numbers */
  td.small{
    font-size:13px;
    padding:8px 10px;
  }
  .color-red{
    color: red !important;
  }
  .nts-ic {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}
.nts-box {
    width: 100%;
    max-width: 48%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 16px;
    text-align: center;
    background-color: #fff;
    border-radius: 30px;
}
.nts-box img {
    border-radius: 20px;
}
.nts-box p {
    margin: 10px 0 0;
    font-weight: 600;
    color: #0E314E;
}
.nts2 .nts-box {
    max-width: 32%;
}
.nts-box h5 {
    margin: 14px 0 4px;
    font-weight: bolder;
    color: #0E314E;
}
.nts2 .nts-box p {
    color: #555;
}