/** Shopify CDN: Minification failed

Line 372:2 Unexpected "}"

**/
.wynbyrs-head h3 {
    color: #202020;
    text-align:center;
}
.cusSectionTPPadding64 {
    padding-top: 64px !important;
}

.wynbyrs-wrap {
    display: flex;
    gap: 20px;
    border-radius: 16px;
}

.wynbyrs-item {
    box-shadow: 0 0 39.941px 0 rgba(0, 0, 0, 0.10);
    padding: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    border-radius:16px;
}

.wynbyrs-item img {
    margin-bottom: 16px;
}

.wynbyrs-item h6 {
    font: var(--heading6);
    margin-bottom: 0px;
    font-size: 15px;
}

.wynbyrs-item p a {color: var(--Magenta-500);text-decoration: underline; color: #202020;}

.wynbyrs-item p {
    font: var(--body-reg-sm);
    font-size: 14px !important;
}


.wynbyrs-item img {
    width: 100%;
}

@media only screen and (max-width: 750px) {
    
.wynbyrs-wrap {
    display: flex;
    flex-wrap: wrap;
}
}

.cus-v2-form .cr-nd-btns-section{
    margin-top:0px;
}

.wynbyrs-btns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 25px;
}

.wynbyrs-foot {
    display: flex;
    flex-direction: column;
}

.wynbyrs-btns a,
.sd-table-container a.shop-btn {
    border: 2px solid var(--Magenta-500) !important;
    padding: 13px 20px;
    border-radius: 8px;
    margin: 0 5px;
    text-align:center;
    display:inline-block;
}

.wynbyrs-foot p {
    font: var(--body-sm-reg);
}

a.wynbyrs-wbg,
.sd-table-container a.shop-btn{
    background: var(--Magenta-500);
    color: #fff;
}

.wynbyrs-btns p a:hover,
.sd-table-container a.shop-btn:hover{
    color:#fff;
    background:var(--Magenta-900);
    border: 2px solid var(--Magenta-900) !important;
} 

.crGRReliableWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.crGRReliableItem,
.phase-sd-foot {
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 0 45.338px 0 rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(11.334551811218262px);
}

.phase-sd-foot p{
    color:#000;
}

.crGRReliableItemImg img {
    width: 100%;
    border-radius: 4px;
}

.crGRReliableItemcontent h4 {
    font: var(--heading5);
    margin: 0px 0px 6px;
    color: #4A5568;
}

.crGRReliableItemImg {
    margin-bottom: 16px;
}

.crGRReliableItemcontent p {
    font: var(--body-reg-reg);
    color: #4A5568;
    font-weight: 400;
}

.sd-table-container th:first-child {
    border-radius: 8px 0 0 0;
}

.sd-table-container th:last-child {
    border-radius: 0px 8px 0 0;
    border-right: none !important;
}

.sd-table-container tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
}

.sd-table-container tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
}
@media only screen and (max-width: 750px) {
    
    .crGRReliableWrap {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .crGRReliableItemcontent h4 {
        font: var(--mob-heading5);
    }
}

.customContentTitle h3 {
    font: var(--heading3);
    margin-bottom:30px;
}

.headingSpclEffect span{
    color:var(--Magenta-500);
}

.cGR-cusSection101 .custom__item {
    width: 100%;
}
.cGR-cusSection101 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media (min-width: 980px) {
    .cGR-cusSection101 {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
    }
    .cGR-cusSection101 div:nth-child(1) {
        grid-column: span 3;
    }
    .cGR-cusSection101 div:nth-child(2) {
        grid-column: span 2;
    }
    .cGR-cusSection101 div:nth-child(3) {
        grid-column: span 2;
    }
    .cGR-cusSection101 div:nth-child(4) {
        grid-column: span 3;
    }

    .cGR-cusSection101 div:nth-child(5) {
        grid-column: span 3;
    }

    .cGR-cusSection101 div:nth-child(6) {
        grid-column: span 2;
    }

}

@media only screen and (max-width: 980px) {
      .cGR-cusSection101 div:nth-child(1) {
        order:1;
    }
    .cGR-cusSection101 div:nth-child(2) {
        order:2;
    }
    .cGR-cusSection101 div:nth-child(3) {
        order:4;
    }
    .cGR-cusSection101 div:nth-child(4) {
        order:3;
    }
    .cGR-cusSection101 div:nth-child(5) {
        order:5;
    }
    .cGR-cusSection101 div:nth-child(6) {
        order:6;
    }

}
.installUrRailingEasyWrap{
    width:100%;
}

.installUrRailingEasyWrap h5 {
    font: var(--heading5);
    margin: 0px 0px 16px;
    color:var(--Magenta-500);
}

.installUr-steps ol {
    list-style: none;
    counter-reset: item;
    padding: 0 !important;
    margin: 0 !important;
}

.installUr-steps ol li {
    background-color: #FFF9F2;
    padding: 10px 15px 10px 50px;
    margin-bottom: 12px;
    position: relative;
    font-size: 14px;
    color: #333;
    border-radius: 8px;
    min-height: 50px;
    display: flex;
    align-items: center;
    align-content: center;
}

.installUr-steps ol li::before {
    content: counter(item);
    counter-increment: item;
    background-color: #800020;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
}

.installUr-steps ol li p {
    margin: 0px;
    padding: 0px;
    font: var(--body-reg-reg);
    color: #6F6F6F;
}


.cGR-cusSection101 .cgrk-wrap{
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 0 45.338px 0 rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(11.334551811218262px);
}

.cGR-cusSection101 .custom__item--video{
    border-radius: 8px;
    overflow:hidden;
}
.tyrsfapf {
    display: flex;
    flex-direction: column;
}

.tyrsfapf h3 {
    margin-bottom: 0px;
}

.tyrsfapf {
    margin-bottom: 10px;
}

/* Guard Rail comparision table
-------------------------------------------*/
.sd-table-container {
    border-radius: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    overflow: visible;
    max-width: 100%;
    margin: auto;
  }
  .sd-table-container table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom:0px;
  }
  .sd-table-container thead th {
    background:#E6E6E6;
    color: var(--Magenta-500);
    font-size:16px;
    padding: 22px 18px;
    border:none !important;
    border-bottom: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    text-align: left;
    position: relative;
  }
  .sd-table-container tbody td {
    background:#F5F5F5;
    padding: 22px 18px;
    border:none !important;
    border-bottom: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    text-align: left;
    vertical-align: middle;
  }
  .sd-table-container tbody td {
    font: var(--body-reg-reg);
    color: #4A5568;
}

.sd-table-container thead th img {
    display: block;
}

  .sd-table-container tbody tr:last-child td {
    border-bottom: none !important;
  }
   .sd-table-container tbody tr td:last-child {
    border-right: none !important;
  }
  }
   .sd-table-container thead tr th:last-child {
    border-right: none !important;
  }
  .sd-table-container th:first-child, .sd-table-container td:first-child {
    background: #E6E6E6;
    color: #000000;
    font-weight: 500;
    width: 170px;
    font-size: 1.01rem;
    border-right: 1px solid #fff !important;
  }
 
  /* Responsive sticky first column + horizontal scroll */
  @media (max-width: 750px) {
    .sd-table-container {
      overflow-x: auto;
      border-radius: 12px;
    }
    .sd-table-container table {
      min-width: 600px;
      position: relative;
    }
    /* Sticky first column */
    .sd-table-container th:first-child, .sd-table-container td:first-child {
      position: sticky;
      left: 0;
      z-index: 10;
      box-shadow: 2px 0 5px -2px rgba(0,0,0,0.1);
    }
    /* Higher z-index for header first cell to be above others */
    .sd-table-container thead th:first-child {
      z-index: 20;
    }
      
  }

  /* Smaller screen tweaks */
  @media (max-width: 500px) {
    .sd-table-container thead th,
    .sd-table-container tbody td{
        padding: 8px 10px;
        font-size: 14px;
    }
    .sd-table-container {
      max-width: 100%;
      padding: 0;
    }
    .sd-table-container th, .sd-table-container td {
      padding: 10px;
    }
    .sd-table-container th:first-child,
     .sd-table-container td:first-child {
        width: 120px !important;
                font-size: 14px;
                 color: #000000;
    }
    
  }

  .comparisonTableHead {
    font: var(--heading3);
    color: #4A5568;
}


@media only screen and (max-width: 749px) {
    h3 {
        font: var(--mob-heading3) !important;
    }

}


/* Video Popup used in GR
----------------------------------------------------*/
/* .cusSDVideo-video-gallery {
            display: flex;
            gap: 30px;
            justify-content: center;
            flex-wrap: wrap;
} */


.crGROverOthersWrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}
@media only screen and (max-width: 749px) {
    .crGROverOthersWrap {
        display: grid;
        grid-template-columns: 1fr;
    }
}
.crGROverOthersItemContent h5 {
    font: var(--heading5);
    margin: 0px;
    margin-bottom: 8px;
}

.crGROverOthersItemContent p {
    font: var(--body-reg-reg);
    font-size: 15px !important;
    padding: 0px;
    margin: 0px 0px 6px;
    color:#606060;
}

.crGROverOthersItemImg {
    margin-bottom: 14px;
}

.crGROverOthersItem {
    background: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 0 45.338px 0 rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(11.334551811218262px);
}



.cusSDVideo-video-thumbnail {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

.cusSDVideo-video-thumbnail:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* .video-thumbnail img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    display: block;
} */

.cusSDVideo-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    backdrop-filter: blur(5px);
}

.cusSDVideo-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    max-width: 90vw;
    max-height: 90vh;
}

.cusSDVideo-modal-header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1001;
}

.cusSDVideo-close-button {
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 10px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cusSDVideo-close-button:hover {
    background-color: #fff;
    transform: scale(1.1);
}

.cusSDVideo-video-container {
    width: 800px;
    height: 450px;
    max-width: 90vw;
    max-height: 50.625vw; /* 16:9 aspect ratio */
}

.cusSDVideo-video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 768px) {
    /* .cusSDVideo-video-gallery {
        flex-direction: column;
        align-items: center;
    } */
/* 
    .cusSDVideo-video-thumbnail img {
        width: 280px;
        height: 180px;
    } */

    .cusSDVideo-video-container {
        width: 90vw;
        height: 50.625vw;
    }
}