 html,
 body,
 div,
 span,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 a,
 abbr,
 address,
 cite,
 code,
 del,
 dfn,
 em,
 img,
 ins,
 kbd,
 q,
 samp,
 small,
 strong,
 sub,
 sup,
 var,
 b,
 i,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 caption article,
 aside,
 dialog,
 figure,
 footer,
 header,
 hgroup,
 menu,
 section,
 menu,
 time,
 mark,
 audio,
 video,
 source {
     margin: 0px;
     padding: 0px;
     border: 0px;
     outline: 0px;
     vertical-align: baseline;
     background: transparent;
 }

 article,
 aside,
 dialog,
 figure,
 footer,
 header,
 hgroup,
 menu,
 section,
 menu {
     display: block;
 }

 section,
 header {}

 nav ul {
     list-style: none;
 }

 blockquote,
 q {
     quotes: none;
 }

 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
     content: '';
     content: none;
 }

 abbr[title],
 dfn[title] {
     border-bottom: 1px dotted #000;
     cursor: help;
 }

 a {

     transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
 }

 /*tables still need 'cellspacing="0"' in the markup*/
 .bg {
     background: #999999;
     font: Arial, Helvetica, sans-serif;
 }

 .fleft {
     float: left;
 }

 table {
     border-collapse: collapse;
     border-spacing: 0;
 }

 input,
 select {
     vertical-align: middle;
 }

 .clear {
     clear: both;
     height: 0px;
 }

 h1,
 h2,
 h3,
 h4,
 h4,
 h6 {
     margin: 0px;
     padding: 0px;
 }


 .clear {
     clear: both
 }

 html,
 body {
     width: 100%;
     overflow-x: hidden;
 }

 body {
     margin: 0px;
     padding: 0px;
     font-size: 14px !important;
     font-family: 'Poppins', sans-serif !important;
     color: #000 !important;
     font-weight: normal !important;
     line-height: 25px;
     background-color: #fff !important;

 }

 .laila-font {
     font-family: "Laila", serif;
 }

 .rajdhani-font {
     font-family: "Rajdhani", sans-serif;
 }

 /* ===== TOP BAR ===== */
 .rfq-header-top {
     background: #2f5597;
     color: #fff;
     font-size: 14px;
 }

 .rfq-header-top-inner {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .rfq-header-contact {
     display: flex;
     align-items: center;
     gap: 20px;
     padding-left: 327px;
 }

 /* QUOTE BUTTON */

 .rfq-header-quote a {
     color: #fff;
     text-decoration: none;
     background: #f39c34;
     display: block;
     padding: 12px 35px;
     font-weight: 600;
     text-transform: uppercase;
 }

 .rfq-header-quote a:hover {
     background: #2f5fb2;
 }

 /* ===== NAVBAR ===== */
 .rfq-header-nav {
     background: #fff;
 }

 /* LOGO */
 .rfq-header-logo img {
     height: 133px;
     position: absolute;
     margin-top: -60px;
     z-index: 999;
 }

 /* MENU */
 .rfq-header-menu .nav-link {
     font-weight: 600;
     font-size: 14px;
     color: #333;
     text-transform: uppercase;
     margin: 0 10px;
 }

 .rfq-header-menu .nav-link:hover {
     color: #f39c34;
 }

 /* AUTH BUTTONS */
 .rfq-header-auth {
     display: flex;
     gap: 10px;
     padding-top: 10px;
 }

 .rfq-header-btn {
     border: 2px solid #2f5597;
     padding: 8px 20px;
     font-weight: 700;
     color: #2f5597;
     text-decoration: none;
     position: relative;
 }

 .rfq-header-btn::after {
     content: "";
     position: absolute;
     right: -2px;
     bottom: -2px;
     width: 12px;
     height: 12px;
     background: #f39c34;
 }

 /* TOGGLER */
 .rfq-header-toggler {
     border: none;
 }

 .rfq-header-toggler:focus {
     box-shadow: none;
 }

 /* ===== MOBILE ===== */
 @media (max-width: 991px) {

     .rfq-header-top-inner {
         flex-direction: column;
         gap: 5px;
     }

     .rfq-header-menu {
         text-align: center;
         margin: 15px 0;
     }

     .rfq-header-auth {
         justify-content: center;
         margin-top: 10px;
     }
 }



 .rfq-hero {
     position: relative;
     margin-top: 17px;
 }

 .rfq-slide {
     position: relative;
     height: 90vh;
     overflow: hidden;
 }

 .rfq-slide img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 /* DARK OVERLAY */
 .rfq-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 65%;
     height: 100%;
     background: linear-gradient(to right, rgba(0, 0, 0, 0.95) 40%, rgba(0, 0, 0, 0.0));
     z-index: 1;
 }

 /* TEXT LAYER */
 .rfq-content {
     position: absolute;
     top: 50%;
     left: 8%;
     transform: translateY(-50%);
     z-index: 2;
     max-width: 700px;
     color: #fff;
 }

 .rfq-subtitle {
     font-size: 12px;
     letter-spacing: 1px;
     color: #bbb;
     margin-bottom: 15px;
     position: relative;
     padding-left: 40px;
 }

 .rfq-subtitle::before {
     content: "";
     position: absolute;
     left: 0;
     top: 6px;
     width: 30px;
     height: 3px;
     background: #f5a623;
 }

 /* HEADING */
 #rfqHeroCarousel .rfq-title {
     font-size: 56px;
     font-weight: 700;
     line-height: 1.2;
     color: #fff;
 }

 .rfq-highlight {
     color: #f5a623;
 }

 /* BUTTON */
 #rfqHeroCarousel .rfq-btn {
     margin-top: 25px;
     padding: 12px 26px;
     border: 1px solid #fff;
     color: #fff;
     text-decoration: none;
     display: inline-block;
     font-size: 14px;
     position: relative;
 }

 .rfq-btn::after {
     content: "";
     position: absolute;
     right: -6px;
     bottom: -6px;
     width: 10px;
     height: 10px;
     background: #f5a623;
 }

 .rfq-btn:hover {
     background: #f5a623;
     color: #000;
     border-color: #f5a623;
 }
 
 .rfqmain-btn {
    width:30%;
 }
 
  .rfqmain-btn input::after {
     content: "";
     position: absolute;
     right: 0;
     bottom: 0;
     width: 0;
     height: 0;
     border-left: 12px solid transparent;
     border-top: 12px solid transparent;
     border-right: 0;
     border-bottom: 12px solid #f4a641;
  }
 
 .rfqmain-btn input {
    position: relative;
    display: inline-block;
    padding: 10px 28px !important;
    border: 2px solid #2f5aa8 !important;
    color: #2f5aa8;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    background: #fff !important;
 }
 
 .rfqmain-btn input:hover {
    background: #2f5aa8 !important; 
    color: #fff;
 }

 .rfq-main-btn {
     position: relative;
     display: inline-block;
     padding: 10px 28px;
     border: 2px solid #2f5aa8;
     color: #2f5aa8;
     text-decoration: none;
     font-weight: 600;
     letter-spacing: 1px;
     background: #fff;
 }

 /* corner triangle */
 .rfq-main-btn::after {
     content: "";
     position: absolute;
     right: 0;
     bottom: 0;
     width: 0;
     height: 0;
     border-left: 12px solid transparent;
     border-top: 12px solid transparent;
     border-right: 0;
     border-bottom: 12px solid #f4a641;
 }

 .rfq-main-btn:hover {
     background: #2f5aa8;
     color: #fff;
 }

 .rfq-highlight-text {
     position: relative;
     padding-left: 16px;
     color: #fff;
     font-size: 14px;
     letter-spacing: 1px;
     text-transform: uppercase;
     padding-top: 7px;
 }

 /* left orange line */
 .rfq-highlight-text::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     width: 4px;
     height: 100%;
     background: #f4a641;
 }

 .rfq-highlight-text::after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     width: 30px;
     height: 4px;
     background: #f4a641;
 }

 /* CONTROLS */
 .carousel-control-prev,
 .carousel-control-next {
     width: 5%;
 }

 /* RESPONSIVE */
 @media (max-width: 992px) {
     .rfq-title {
         font-size: 36px;
     }

     .rfq-overlay {
         width: 100%;
         background: rgba(0, 0, 0, 0.75);
     }

     .rfq-content {
         left: 5%;
         right: 5%;
     }
 }

 /* ===== SECTION ===== */
 .rfq-about {
     padding: 80px 0;
     position: relative;
     overflow: hidden;
     background-image: url(../images/welcome-bg.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     background-position: top center;
 }

 /* ===== LEFT IMAGES ===== */
 .rfq-about-images {
     position: relative;
     height: 420px;
 }

 .rfq-img-large {
     width: 320px;
     height: 320px;
     border-radius: 50%;
     overflow: hidden;
     position: absolute;
     left: 0;
     bottom: 0;
 }

 .rfq-img-large img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .rfq-img-small {
     width: 260px;
     height: 260px;
     border-radius: 50%;
     overflow: hidden;
     position: absolute;
     left: 180px;
     top: 0;
     border: 8px solid #fff;
 }

 .rfq-img-small img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 /* ===== EXPERIENCE BADGE ===== */
 .rfq-badge {
     position: absolute;
     left: 180px;
     bottom: -30px;
     width: 180px;
     height: 180px;
     background: #f39c34;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .rfq-badge::before {
     content: "";
     position: absolute;
     inset: 10px;
     border: 2px dashed #fff;
     border-radius: 50%;
 }

 .rfq-badge-content {
     text-align: center;
     color: #fff;
     z-index: 2;
 }

 .rfq-badge-content h3 {
     margin: 0;
     font-weight: 700;
 }

 .rfq-badge-content span {
     font-size: 13px;
 }

 /* ===== RIGHT CONTENT ===== */
 .rfq-tag {
     display: inline-block;
     background: #f39c34;
     color: #fff;
     padding: 5px 14px;
     border-radius: 20px;
     font-size: 12px;
     margin-bottom: 15px;
 }

 .rfq-title {
     font-size: 32px;
     font-weight: 300;
 }

 .rfq-title strong {
     font-weight: 800;
 }

 .rfq-desc {
     color: #666;
     margin: 20px 0;
     line-height: 1.6;
 }

 /* ===== FEATURES ===== */
 .rfq-feature {
     display: flex;
     gap: 15px;
     margin-bottom: 20px;
 }

 .rfq-feature-icon {
     width: 50px;
     height: 50px;
     border-radius: 50%;
     background: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #f39c34;
     font-size: 20px;
     box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
     padding: 16px;
 }

 .rfq-feature h6 {
     margin: 0;
     font-weight: 700;
 }

 .rfq-feature p {
     margin: 0;
     font-size: 14px;
     color: #666;
 }

 /* ===== BUTTON ===== */
 #rfqHeroCarousel .rfq-main-btn {
     position: relative;
     display: inline-block;
     padding: 10px 28px;
     border: 2px solid #fff;
     color: #fff;
     text-decoration: none;
     font-weight: 600;
     letter-spacing: 1px;
     background: transparent;
 }

 /* corner triangle */
 #rfqHeroCarousel .rfq-main-btn::after {
     content: "";
     position: absolute;
     right: 0;
     bottom: 0;
     width: 0;
     height: 0;
     border-left: 12px solid transparent;
     border-top: 12px solid transparent;
     border-right: 0;
     border-bottom: 12px solid #f4a641;
 }

 #rfqHeroCarousel .rfq-main-btn:hover {
     background: #2f5aa8;
     color: #fff;
 }


 /* ===== RESPONSIVE ===== */
 @media (max-width: 991px) {
     .rfq-about-images {
         height: 350px;
         margin-bottom: 40px;
     }

     .rfq-img-small {
         left: 120px;
     }

     .rfq-badge {
         left: 120px;
     }
 }

 @media (max-width: 576px) {
     .rfq-img-large {
         width: 250px;
         height: 250px;
     }

     .rfq-img-small {
         width: 200px;
         height: 200px;
         left: 100px;
     }

     .rfq-badge {
         width: 140px;
         height: 140px;
         left: 100px;
     }
 }

 /* ===== SECTION ===== */
 .rfq-services {
     background: #f4f4f4;
     padding: 80px 0;
 }

 /* ===== TAG ===== */
 .rfq-tag {
     display: inline-block;
     background: #f39c34;
     color: #fff;
     padding: 6px 16px;
     border-radius: 20px;
     font-size: 12px;
     margin-bottom: 20px;
 }

 /* ===== TITLE ===== */
 .rfq-title {
     font-size: 34px;
     font-weight: 300;
     color: #333;
 }

 .rfq-title strong {
     font-weight: 800;
 }

 .rfq-subtext {
     color: #777;
     font-size: 15px;
     line-height: 1.7;
     font-family: "Laila", serif;
 }

 /* ===== CARD ===== */
 .rfq-card {
     background: #fff;
     padding: 30px;
     border-radius: 6px;
     position: relative;
     height: 100%;
     box-shadow: 0 0 0 1px #eee;
     transition: 0.3s;
 }

 .rfq-card:hover {
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);

 }

 /* corner triangle */
 .rfq-card::after {
     content: "";
     position: absolute;
     right: 0;
     bottom: 0;
     width: 0;
     height: 0;
     border-left: 14px solid transparent;
     border-top: 14px solid transparent;
     border-bottom: 14px solid #f39c34;
 }

 /* icon */
 .rfq-icon {
     font-size: 34px;
     color: #f39c34;
     margin-bottom: 15px;
     width: 50px;
 }

 /* title */
 .rfq-card h5 {
     color: #1f4fa3;
     font-weight: 700;
     font-family: "Laila", serif;
     padding-top: 10px;
 }

 /* text */
 .rfq-card p {
     color: #777;
     font-size: 14px;
     line-height: 1.6;
     padding: 15px 0px;
 }

 /* read more */
 .rfq-read {
     color: #666;
     font-weight: 600;
     text-decoration: none;
     font-size: 14px;
 }

 /* ===== BUTTON ===== */
 .rfq-btn {
     border: 2px solid #1f4fa3;
     padding: 7px 28px;
     font-weight: 600;
     color: #1f4fa3;
     text-decoration: none;
     position: relative;
     display: inline-block;
 }

 .rfq-btn::after {
     content: "";
     position: absolute;
     right: -2px;
     bottom: -2px;
     width: 12px;
     height: 12px;
     background: #f39c34;
 }

 /* ===== RESPONSIVE ===== */
 @media (max-width: 991px) {
     .rfq-title {
         font-size: 28px;
     }
 }

 /* ===== SECTION ===== */
 .rfq-drawing {
     background: #f5f5f5;
     padding: 80px 0;
     text-align: center;
 }

 .rfq-drawing .EXPLORE a {
     color: #000;
     font-weight: 600;
     text-decoration: none;
 }

 /* TAG */
 .rfq-tag {
     display: inline-block;
     background: #f39c34;
     color: #fff;
     padding: 6px 16px;
     border-radius: 20px;
     font-size: 12px;
     margin-bottom: 15px;
 }

 /* TITLE */
 .rfq-title {
     font-size: 36px;
     font-weight: 300;
     font-family: "Rajdhani", sans-serif;
 }

 .rfq-title strong {
     font-weight: 800;
 }

 .rfq-desc {
     color: #666;
     margin-top: 10px;
     margin-bottom: 50px;
 }

 /* ===== CARD ===== */
 .rfq-drawing .rfq-card {
     background: #fff;
     border-radius: 12px;
     overflow: hidden;
     border: 1px solid #e5e5e5;
     transition: 0.3s;
     height: 100%;
     padding: 30px;
     position: relative;
 }

 .rfq-drawing .rfq-card:hover {
     transform: translateY(-5px);
 }

 /* IMAGE */
 .rfq-img {
     height: 180px;
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .rfq-img img {
     max-height: 190px;
 }

 /* BADGES */
 .rfq-badges {
     position: absolute;
     top: 0px;
     left: -5px;
 }

 .rfq-badges span {
     background: #444;
     color: #fff;
     font-size: 10px;
     padding: 3px 8px;
     border-radius: 4px;
     margin-right: 5px;
 }

 /* CONTENT */
 .rfq-body {
     padding: 20px 0px 0px 0px;
     text-align: left;
 }

 .rfq-body h6 {
     font-weight: 700;
     margin-bottom: 5px;
 }
 
 .rfq-body h6 a {
    color: #000;
    text-decoration: none;
 }

 .rfq-meta {
     font-size: 12px;
     color: #888;
     margin-bottom: 15px;
 }

 /* BUTTONS */
 .rfq-btn-preview {
     background: #eee;
     border: none;
     padding: 6px 12px;
     font-size: 13px;
     border-radius: 6px;
 }

 .rfq-btn-unlock {
     background: #f39c34;
     color: #fff;
     border: none;
     padding: 6px 14px;
     font-size: 13px;
     border-radius: 6px;
     width: 100%;
 }
 
 .rfq-btn-unlock a {
   color: #fff;
   text-decoration: none;
 }

 /* FOOTER CTA */
 .rfq-footer {
     margin-top: 40px;
 }

 /* ===== RESPONSIVE ===== */
 @media (max-width: 991px) {
     .rfq-title {
         font-size: 26px;
     }
 }

 /* ===== SECTION ===== */
 .rfq-workflow {
     padding: 80px 0;
     text-align: center;
 }

 /* TITLE */
 .rfq-workflow-title {
     font-size: 35px;
     font-weight: 300;
     font-family: "Rajdhani", sans-serif;
 }

 .rfq-workflow-title strong {
     font-weight: 800;
 }

 .rfq-workflow-sub {
     color: #666;
     margin-bottom: 60px;
 }

 /* LINE */
 .rfq-workflow-line {
     position: relative;
 }

 .rfq-workflow-line::before {
     content: "";
     position: absolute;
     top: 40px;
     left: 10%;
     width: 80%;
     height: 2px;
     background: #ddd;
 }

 /* STEP */
 .rfq-workflow-step {
     position: relative;
     z-index: 2;
 }

 /* CIRCLE */
 .rfq-workflow-circle {
     width: 80px;
     height: 80px;
     border-radius: 50%;
     background: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 26px;
     font-weight: 700;
     margin: auto;
     position: relative;
     box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
     border: 5px solid #f1f1f1;
 }

 /* ACTIVE STEP */
 .rfq-workflow-active {
     background: #2f5597;
     color: #fff;
 }

 /* ICON BADGE */
 .rfq-workflow-icon {
     position: absolute;
     right: -5px;
     bottom: -5px;
     width: 32px;
     height: 32px;
     background: #2f5597;
     color: #fff;
     border-radius: 50%;
     font-size: 14px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 /* DARK ICON (step 3) */
 .rfq-workflow-icon-dark {
     background: #222;
 }

 /* TEXT */
 .rfq-workflow-step h5 {
     margin-top: 20px;
     font-weight: 700;
     font-family: "Rajdhani", sans-serif;
     text-transform: uppercase;
 }

 .rfq-workflow-step p {
     color: #777;
     font-size: 14px;
     max-width: 280px;
     margin: auto;
 }

 /* ===== RESPONSIVE ===== */
 @media (max-width: 991px) {
     .rfq-workflow-line::before {
         display: none;
     }

     .rfq-workflow-step {
         margin-bottom: 40px;
     }
 }

 /* ===== FOOTER MAIN ===== */
 .rfq-footer {
     position: relative;
     background: url('../images/ftr-bg.jpg') center/cover no-repeat;
     color: #fff;
     background-attachment: fixed;
 }

 /* ===== CONTAINER ===== */
 .rfq-footer-inner {
     position: relative;
     z-index: 2;
     display: flex;
     flex-wrap: wrap;
 }

 /* ===== LEFT PANEL ===== */
 .rfq-footer-left {
     width: 400px;
     background: #1f4e9e;
     padding: 30px 20px;
     position: relative;
 }

 /* TOP SOCIAL BAR */
 .rfq-footer-social {
     position: absolute;
     top: -45px;
     left: 0;
     width: 100%;
     background: #f9a034;
     padding: 10px;
     text-align: center;
 }

 .rfq-footer-social span a {
     margin: 0 8px;
     color: #fff;
 }

 /* LOGO */
 .rfq-footer-logo img {
     height: 60px;
     margin-bottom: 20px;
 }

 /* TEXT */
 .rfq-footer-left p {
     font-size: 14px;
     margin-bottom: 10px;
     font-weight: normal;
 }

 .rfq-footer-left strong {
     color: #f39c34;
 }

 /* ===== RIGHT CONTENT ===== */
 .rfq-footer-right {
     flex: 1;
     padding: 60px 40px;
 }

 /* TITLES */
 .rfq-footer-title {
     font-weight: 700;
     margin-bottom: 20px;
     position: relative;
     font-family: "Rajdhani", sans-serif;
     font-size: 22px;
 }

 .rfq-footer-title span {
     font-weight: 300;
 }

 .rfq-footer-title::after {
     content: "";
     display: block;
     width: 40px;
     height: 3px;
     background: #f39c34;
     margin-top: 6px;

 }


 /* LIST */
 .rfq-footer-list {
     list-style: none;
     padding: 0;
 }

 .rfq-footer-list li {
     margin-bottom: 10px;
     font-weight: normal;
     display: flex;
 }

 .rfq-footer-list li a {
     color: #fff;
     text-decoration: none;
 }

 .rfq-footer-list li a:hover {
     color: #f9a034;
     text-decoration: none;
 }

 .rfq-footer-list li::before {
     content: "\f135";
     color: #f39c34;
     margin-right: 8px;
     font-family: bootstrap-icons !important;
     font-style: normal;
     font-weight: 400 !important;
 }

 /* ===== BOTTOM ===== */
 .rfq-footer-bottom {
     background: #1f4e9e;
     text-align: center;
     padding: 15px;
     font-size: 12px;
     font-weight: normal;
 }

 /* ===== RESPONSIVE ===== */
 @media (max-width: 991px) {

     .rfq-footer-left {
         width: 100%;
     }

     .rfq-footer-right {
         padding: 40px 20px;
     }

     .rfq-footer-social {
         position: relative;
         top: 0;
     }
 }

 strong {
     font-weight: 700;
 }

 /* ===== SECTION ===== */
 .rfq-product-section {
     background-color: #f3f3f3;
     position: relative;
 }

 /* DARK TOP */
 .rfq-product-top {
     background: url('../images/product-bg.jpg') center/cover no-repeat;
     padding-bottom: 140px;
     position: relative;
     color: #fff;
     background-attachment: fixed;
 }

 .rfq-product-top::before {
     content: "";
     position: absolute;
     inset: 0;
     background: rgba(0, 0, 0, 0.65);
 }

 .rfq-product-container {
     position: relative;
     z-index: 2;
     padding-top: 80px;
 }

 /* LIGHT BOTTOM */
 .rfq-product-bottom {
     background: #f3f3f3;
 }

 /* ===== TEXT ===== */
 .rfq-product-badge {
     background: #f4a641;
     padding: 8px 18px;
     border-radius: 50px;
     display: inline-block;
     font-size: 14px;
 }

 .rfq-product-title {
     font-size: 48px;
     font-weight: 300;
     font-family: "Rajdhani", sans-serif;
 }

 .rfq-product-title span {
     font-weight: 700;
 }

 .rfq-product-desc {
     color: #fff;
 }

 /* ===== SLIDER OVERLAP ===== */
 .rfq-product-slider-wrapper {
     margin-top: -100px;
     position: relative;
     z-index: 5;
 }

 /* ===== CARD ===== */
 .rfq-product-card {
     position: relative;
     border-radius: 16px;
     overflow: hidden;
     border: 1px solid #f1f4f9;
 }

 /* IMAGE */
 .rfq-product-img {
     width: 100%;
     height: 300px;
     object-fit: cover;
     transition: 0.4s;
 }

 /* OVERLAY */
 .rfq-product-overlay {
     position: absolute;
     inset: 0;
     background: rgba(59, 100, 166, 0.9);
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     opacity: 0;
     transition: 0.4s;
     text-align: center;
     color: #fff;
 }

 /* HOVER EFFECT */
 .rfq-product-card:hover .rfq-product-img {
     opacity: 0.5;
 }

 .rfq-product-card:hover .rfq-product-overlay {
     opacity: 1;
 }

 /* BUTTON */
 .rfq-product-btn {
     border: 1px solid #fff;
     padding: 5px 10px;
     color: #fff;
     text-decoration: none;
     margin-top: 10px;
     font-size: 13px;
 }

 /* ===== CAROUSEL ===== */
 #rfqProductSlider .carousel-item {
     padding: 0 0px;
 }

 #rfqProductSlider .carousel-control-prev-icon,
 #rfqProductSlider .carousel-control-next-icon {
     background-color: #fff;
     border-radius: 50%;
     width: 45px;
     height: 45px;
     font-family: bootstrap-icons !important;
     display: inline-block;
     font-family: bootstrap-icons !important;
     font-style: normal;
     font-weight: 400 !important;
     font-variant: normal;
     line-height: 40px;
     color: #000;
     font-size: 25px;
     box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;


 }

 #rfqProductSlider .carousel-control-prev {
     left: 0px;
     opacity: 10;
 }

 #rfqProductSlider .carousel-control-next {
     right: 0px;
     opacity: 10;
 }

 /* ===== BOTTOM BUTTON ===== */
 .rfq-product-view-btn {
     border: 2px solid #3b64a6;
     padding: 10px 30px;
     color: #3b64a6;
     text-decoration: none;
     display: inline-block;
     margin-top: 40px;
 }

 /* ===== RESPONSIVE ===== */
 @media(max-width:991px) {
     .rfq-product-title {
         font-size: 30px;
     }
 }


 .menu-padding {
     padding-left: 213px;
     padding-top: 13px;
 }

 @media (min-width: 200px) and (max-width: 765px) {
     .rfq-header-contact {
         padding: 15px 0px;
     }

     .rfq-header-top-inner {
         padding-bottom: 10px;
     }

     .rfq-header-logo img {
         height: 90px;
         position: relative;
         margin-top: 0px;
         z-index: 999;
     }

     .menu-padding {
         padding-left: 0px;
         padding-top: 0px;
     }

     .rfq-hero {
         position: relative;
         margin-top: 0px;
     }

     .rfq-slide {
         position: relative;
         height: 30vh;
         overflow: hidden;
     }

     #rfqHeroCarousel .rfq-title {
         font-size: 30px;
         font-weight: 700;
         line-height: 1.2;
         color: #fff;
     }

     .rfq-workflow {
         padding: 10px 0;
         text-align: center;
     }

     .rfq-footer-social {
         position: relative;
         top: -53px;
     }
     .rfq-header.sticky {
  position: initial !important; }
    .rfq-box {
  width: 100% !important; }
 }

 @media (min-width: 766px) and (max-width: 992px) {

     .rfq-header-contact {
         padding-left: 0px;
     }

     .rfq-slide {
         position: relative;
         height: 30vh;
         overflow: hidden;
     }

     #rfqHeroCarousel .rfq-title {
         font-size: 30px;
         font-weight: 700;
         line-height: 1.2;
         color: #fff;
     }

     .rfq-header-logo img {
         height: 107px;
         position: absolute;
         margin-top: -46px;
         z-index: 999;
     }

     .rfq-footer-social {
         position: relative;
         top: -56px !important;
     }

     .rfq-workflow {
         padding: 30px 0;
         text-align: center;
     }
      .menu-padding {
    padding-left: 0px;
    padding-top: 0px;
  }
 }

 @media (min-width: 993px) and (max-width: 1199px) {
     .rfq-header-menu .nav-link {
         font-weight: 600;
         font-size: 13px;
         color: #333;
         text-transform: uppercase;
         margin: 0 2px;
     }

     .rfq-main-btn {
         padding: 5px 10px;
     }
 }

  .dropdown-item {
    font-weight: 600;
    font-size: 13px;
  text-transform: uppercase;
  }
  /* default */
.rfq-header {
    position: relative;
    width: 100%;
    z-index: 999;
    transition: 0.3s;
}

/* sticky class */
.rfq-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.rfq-inner-page-hero {
    position: relative;
    height: auto;
    overflow: hidden;
}

/* IMAGE FRONT */
.rfq-inner-page-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.drawings-template-default .rfq-inner-page-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 300px;
}

/* OVERLAY (LEFT DARK GRADIENT LIKE IMAGE) */
.rfq-inner-page-overlay {
    top: 0;
  left: 0;
  width: 100%;
  height: 97%;
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(31, 78, 158, 0.8) 0%,
        rgba(31, 78, 158, 0.8) 30%,
        rgba(31, 78, 158, 0.5) 60%,
        rgba(31, 78, 158, 0) 100%
    );
}

/* CONTENT CENTER */
.rfq-inner-page-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

/* TITLE */
.rfq-inner-page-title {
   font-size: 50px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Rajdhani", sans-serif;
}

/* BREADCRUMB */
.rfq-inner-page-breadcrumb a{
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
.rfq-inner-page-breadcrumb a:hover{
    color: #f9a034;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .rfq-inner-page-title {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .rfq-inner-page-hero {
        height: 110px;
    }

    .rfq-inner-page-title {
        font-size: 28px;
    }

    .rfq-inner-page-breadcrumb {
        font-size: 14px;
    }
    .rfq-inner-page-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}
.inner-pages h2{
    font-size: 30px;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
  position: relative;
  padding-top: 10px;
  padding-left: 16px;
}
.inner-pages h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #f4a641;
}
.inner-pages h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 4px;
  background: #f4a641;
}

/* ===== SECTION ===== */
.rfq-cta-section {
    padding: 40px 0;
}

/* ===== BOX ===== */
.rfq-cta-box {
    background: linear-gradient(135deg, #ffffff, #f1f4f9);
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* ===== TEXT ===== */
.rfq-cta-title {
    font-size: 24px;
    font-weight: 600;
    color: #2b2b2b;
}

.rfq-cta-text {
    color: #6c7a89;
    margin-top: 8px;
    font-size: 16px;
}

/* ===== BUTTON ===== */
.rfq-cta-btn {
    background: linear-gradient(135deg, #1a9ac4, #0d7ea3);
    color: #fff;
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.rfq-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px){
    .rfq-cta-box {
        padding: 25px;
    }

    .rfq-cta-title {
        font-size: 22px;
    }
  
}

/* VIEWER */
.rfq-viewer-box {
    position: relative;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 15px;
}

/* BADGES */
.rfq-badges {
    position: absolute;
    top: 10px;
    left: 10px;
}

.rfq-badges span {
    background: #333;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    margin-right: 5px;
    border-radius: 4px;
}

/* TITLE */
.rfq-product-title {
    font-weight: 700;
}

/* META */
.rfq-product-meta {
    color: #777;
}

/* BUTTONS */
.rfq-btn-preview {
    background: #ddd;
    border: none;
    padding: 10px 20px;
    width: 100%;
}

.rfq-btn-unlock {
    background: #f39c34;
    color: #fff;
    border: none;
    padding: 10px 20px;
}

/* INFO */
.rfq-product-info {
    list-style: none;
    padding: 0;
}

.rfq-product-info li {
    margin-bottom: 8px;
}
.rfq-tabs .nav-link{
    color: #000;
}

.rfq-tabs .nav-link.active{
    background-color: #1f4e9e;
    color: #fff;
}

/* ===== SECTION ===== */

/* MAIN BOX */
.rfq-contact-box {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* ===== LEFT PANEL ===== */
.rfq-contact-left {
    background: #1f4e9e; /* BLUE */
    color: #fff;
}

.rfq-contact-left-inner {
    padding: 50px 40px;
}

.rfq-contact-left h2 {
    font-size: 32px;
    font-weight: 500;
}

.rfq-sub {
    margin: 15px 0 30px;
    color: rgba(255,255,255,0.85);
}

/* CONTACT ITEM */
.rfq-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.rfq-circle {
    width: 50px;
    height: 50px;
    min-width: 50px; /* important */
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #f9a034;
    flex-shrink: 0; /* prevent stretch */
}

/* ===== RIGHT SIDE ===== */
.rfq-contact-right {
    background: #f9f9f9;
}

.rfq-contact-form {
    padding: 50px 60px;
}

.rfq-contact-form h2 {
    margin-bottom: 30px;
}

/* FORM */
.rfq-contact-form label {
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.rfq-contact-form input,
.rfq-contact-form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    background: transparent;
}

.rfq-contact-form input:focus,
.rfq-contact-form textarea:focus {
    outline: none;
    border-color: #1f4e9e;
}

/* BUTTON */
.rfq-send-btn {
    background: #1f4e9e;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
}

.rfq-send-btn:hover {
    background: #163c7a;
}

/* ===== RESPONSIVE ===== */
@media(max-width:991px){
    .rfq-contact-form {
        padding: 30px;
    }

    .rfq-contact-left-inner {
        padding: 30px;
    }

    .rfq-contact-item {
        flex-direction: column;
        text-align: center;
    }

    .rfq-circle {
        margin: 0 auto 10px;
    }
}

.rfq-box{
    width:600px;
    background:#fff;
    padding:30px;
    border-radius:8px;
    box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

/* Tabs */
.nav {
  display: inline-flex;
}
.nav-tabs{
    border:none;
    justify-content:space-around;
    margin-bottom:20px;
}

.nav-tabs .nav-link{
    border:none;
    color:#777;
    font-weight:600;
}

.nav-tabs .nav-link.active{
    color:#2f5597;
    border:none;
    background:none;
}

.form-control{
    background: #fff; //#f0f0f0;
    border:1px solid #ddd;
    padding:10px;
    margin-bottom:15px;
}

.form-control:focus{
    box-shadow:none;
    border-color:#2f5597;
}

.password-field {
    position: relative;
    width: 100%;
}

.password-field input {
    width: 100%;
    padding-right: 40px;
    box-sizing: border-box;
}

.toggle-password {
    position: absolute;
    right: 12px;
    top: 65%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
}
.show-password-input {
  display:none;
}
.text-right {
  float: right;
}
.scroll-to-top {
   background:#2f5aa8;
   color:#fff;
   width: 43px;
   height: 43px;
   transition: all 0.3s ease;
   text-align: center;
   font-weight: bold;
   text-decoration: none;
   position: fixed;
   bottom: 60px;
   padding:8px;
   right: 14px;
   border-radius: 15%;
   display: none;
   z-index: 200;
   transition: transform 0.3s;
   transition: transform 0.3s, -webkit-transform 0.3s;
   overflow: hidden;
   box-shadow: 0px 0px 15px 2px #0000001a;	
}
.scroll-to-top:hover {
   background:#f39c34;
   color:#fff;
   padding:8px;
   border-radius:5px;
}

.auth-card {
    max-width: 420px;
    margin: 60px auto;
    padding: 30px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,0.08);
}
.custom-auth-tabs {
    background: linear-gradient(135deg, #ffffff, #f1f4f9);
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0 5px 4px rgba(0,0,0,0.08);
    margin-bottom: 28px;
    width:100%;
}
.custom-auth-tabs .nav-link {
    border-radius: 6px;
    color: #555;
    font-weight: 500;
    transition: 0.2s;
}
.custom-auth-tabs .nav-link.active {
    background: #2f5aa8;
    color: #fff;
    box-shadow: 0 4px 10px rgba(13,110,253,0.3);
}
.auth-card input {
    border-radius: 6px;
    padding: 12px;
    border: 1px solid #ddd;
}
.auth-card input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px rgba(13,110,253,0.15);
}
.auth-card button {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    background: #2f5aa8;
    color: #fff;
    border: none;
    font-weight: 500;
}
.auth-card button:hover {
    background: #2f5aa8;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
   display: none;
}

.woocommerce-MyAccount-navigation {
    width: 260px;
    float: left;
    background: linear-gradient(135deg, #2f5aa8, #1e3c72);
    padding: 20px 15px;
    border-radius: 12px;
    color: #fff;
}

/* USER BLOCK */
.myaccount-user {
    text-align: center;
    margin-bottom: 25px;
}

.user-avatar img {
    border-radius: 50%;
    border: 3px solid #fff;
    margin-bottom: 10px;
}

.user-info h4 {
    margin: 5px 0 0;
    font-size: 16px;
    color: #fff;
}

.user-info p {
    font-size: 12px;
    color: #dbe6ff;
    margin: 0;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 8px;
}
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 14px;
    border-radius: 8px;
    color: #dbe6ff;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 500;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #fff;
    color: #2f5aa8;
}
.woocommerce-MyAccount-content {
    margin-left: 290px;
    background: #f9fbff;
    padding: 25px;
    border-radius: 12px;
    min-height: 400px;
}
.woocommerce-MyAccount-dashboard {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}
.woocommerce-MyAccount-dashboard a {
    background: #fff;
    padding: 22px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    color: #333;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}
.woocommerce-MyAccount-dashboard a:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(47, 90, 168, 0.2);
    color: #2f5aa8;
}
.orderby {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Focus state */
.orderby:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13,110,253,.25);
}

/* Disabled state */
.orderby:disabled,
.orderby[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* Placeholder styling */
.orderby::placeholder {
  color: #6c757d;
  opacity: 1;
}
.price {
  color: #f39c34;
  margin-top: 10px;
}
.cart .qty {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.0;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.policy_content {
  font-size: 14px;
}
.policy_content ul li {
  list-style: none;
  margin-bottom: 10px;
  margin-top: 10px;
}
.policy_content ul li div {
   margin-left: 18px;
   margin-bottom: 8px;
}
.wpcf7-textarea {
  height: 115px;
}
.woocommerce-input-wrapper input {
    background-color: #fff;
    border: 1px solid 
    color-mix(in srgb, currentColor 80%, transparent);
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: inherit;
    font-size: 16px;
    font-style: inherit;
    font-weight: inherit;
    height: 50px;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 25px;
    margin: 0;
    min-height: 0;
    padding: 16px 12px;
    text-decoration: inherit;
    text-transform: inherit;
    width: 100%;
}

.social-share {
   float: left;
   margin-top: 10px;
   margin-right: 12px;
}
.social-icon {
   margin-top: 17px;
}
.wc-block-components-checkout-step__title::before {
  background: transparent !important;
  width: 0px; 
}
.wc-block-components-checkout-step__title::after {
  background: transparent !important;
  width: 0px;
}
.wc-block-components-checkout-place-order-button, .wc-block-cart__submit-button {
     position: relative;
     display: inline-block;
     padding: 10px 28px;
     border: 2px solid #2f5aa8;
     color: #2f5aa8;
     text-decoration: none;
     font-weight: 600;
     letter-spacing: 1px;
     background: #fff;
 }

 /* corner triangle */
 .wc-block-components-checkout-place-order-button::after, .wc-block-cart__submit-button::after {
     content: "";
     position: absolute;
     right: 0;
     bottom: 0;
     width: 0;
     height: 0;
     border-left: 12px solid transparent;
     border-top: 12px solid transparent;
     border-right: 0;
     border-bottom: 12px solid #f4a641;
 }
.wc-block-cart__submit-button:hover {
   background: #2f5aa8;
   color: #fff;
}
.wc-block-components-checkout-place-order-button:hover {
     background: #2f5aa8;
     color: #fff;
 }
 .wc-block-cart__submit-button::hover {
     background: #2f5aa8;
     color: #fff;
 }
.wc-block-cart__totals-title::after {
   background: transparent !important;
   width: 0px;
}
.wc-block-cart__totals-title::before {
   background: transparent !important;
   width: 0px;
}
.rfq-drawing-list {
    list-style: none;
    display: inline-block;
    margin: 0 8px auto;
}
#wpgs-gallery .gallery-navigation-carousel-wrapper {
  margin-top: 12px;
}
.wcgs-slider-image {
   border: 3px solid #f1f4f9;
   padding: 8px;
   padding-bottom: 4px;
   border-radius: 4px;
}
#wpgs-gallery.wcgs-woocommerce-product-gallery .gallery-navigation-carousel {
   margin-top: 15px;
}
