.elementor-17459 .elementor-element.elementor-element-5b23cd8{overflow:visible;}/* Start custom CSS for html, class: .elementor-element-2205b5b *//*=========================================
SECTION 1 : SUPPLIER HERO
=========================================*/

.hero-supplier{

margin:25px 0 70px;

padding:80px 70px;

background:linear-gradient(135deg,#ffffff,#f6fbff);

border:1px solid #e8eef5;

border-radius:24px;

box-shadow:0 18px 45px rgba(15,43,70,.08);

overflow:hidden;

}

.hero-content{

max-width:1400px;

margin:auto;

}

.hero-badge{

display:inline-block;

padding:12px 24px;

background:#edf6ff;

border:1px solid #d8e7f5;

border-radius:40px;

font-size:15px;

font-weight:600;

color:#0f2b46;

margin-bottom:28px;

}

.hero-supplier h1{

font-size:60px;

font-weight:800;

line-height:1.15;

color:#0f2b46;

margin-bottom:25px;

max-width:900px;

}

.hero-supplier p{

font-size:19px;

line-height:2;

color:#555;

max-width:1050px;

margin-bottom:50px;

}

.hero-feature-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:22px;

margin-bottom:45px;

}

.feature-box{

background:#fff;

padding:30px 22px;

border-radius:18px;

border:1px solid #edf2f7;

box-shadow:0 10px 25px rgba(0,0,0,.05);

text-align:center;

transition:.35s;

}

.feature-box:hover{

transform:translateY(-8px);

border-color:#ff7a00;

box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.feature-box h3{

margin:0 0 10px;

font-size:23px;

font-weight:700;

color:#0f2b46;

}

.feature-box span{

font-size:16px;

line-height:1.7;

color:#666;

}

.hero-links{

display:flex;

gap:18px;

flex-wrap:wrap;

}

.hero-links a{

display:inline-flex;

align-items:center;

justify-content:center;

padding:15px 28px;

background:#ff7a00;

border-radius:40px;

color:#fff;

font-weight:600;

text-decoration:none;

transition:.3s;

}

.hero-links a:hover{

background:#0f2b46;

}

@media(max-width:991px){

.hero-feature-grid{

grid-template-columns:repeat(2,1fr);

}

.hero-supplier{

padding:60px 35px;

}

.hero-supplier h1{

font-size:46px;

}

}

@media(max-width:767px){

.hero-supplier{

padding:40px 20px;

}

.hero-feature-grid{

grid-template-columns:1fr;

}

.hero-links{

flex-direction:column;

}

.hero-links a{

width:100%;

}

.hero-supplier h1{

font-size:34px;

}

.hero-supplier p{

font-size:16px;

line-height:1.8;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2c8c297 *//*=========================================
SECTION 2 : RELIABLE SUPPLIER
=========================================*/

.supplier-section{

margin:90px 0;

}

.supplier-heading{

text-align:center;

max-width:920px;

margin:0 auto 60px;

}

.supplier-heading h2{

font-size:40px;

font-weight:800;

color:#0f2b46;

margin-bottom:18px;

}

.supplier-heading p{

font-size:18px;

line-height:1.9;

color:#555;

}

.supplier-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:25px;

}

.supplier-card{

background:#fff;

padding:35px 28px;

border-radius:20px;

border:1px solid #edf2f7;

box-shadow:0 12px 28px rgba(0,0,0,.05);

transition:.35s;

}

.supplier-card:hover{

transform:translateY(-8px);

border-color:#ff7a00;

box-shadow:0 20px 40px rgba(0,0,0,.10);

}

.supplier-icon{

width:72px;

height:72px;

border-radius:18px;

background:linear-gradient(135deg,#0f2b46,#1d5a8f);

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#fff;

margin-bottom:22px;

}

.supplier-card h3{

font-size:24px;

font-weight:700;

color:#0f2b46;

margin-bottom:14px;

}

.supplier-card p{

font-size:16px;

line-height:1.9;

color:#555;

margin:0;

}

.supplier-card a{

color:#ff7a00;

font-weight:600;

text-decoration:none;

}

.supplier-card a:hover{

text-decoration:underline;

}

@media(max-width:991px){

.supplier-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:767px){

.supplier-grid{

grid-template-columns:1fr;

}

.supplier-heading h2{

font-size:32px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c11b046 *//*=========================================
SECTION 3 : SUPPLIER EVALUATION
=========================================*/

.evaluation-section{

margin:90px 0;

}

.evaluation-heading{

text-align:center;

max-width:920px;

margin:0 auto 60px;

}

.evaluation-heading h2{

font-size:40px;

font-weight:800;

color:#0f2b46;

margin-bottom:18px;

}

.evaluation-heading p{

font-size:18px;

line-height:1.9;

color:#555;

}

.evaluation-timeline{

position:relative;

max-width:1200px;

margin:auto;

}

.eval-item{

display:flex;

gap:28px;

align-items:flex-start;

margin-bottom:30px;

padding:30px;

background:#fff;

border-radius:20px;

border-left:5px solid #ff7a00;

box-shadow:0 12px 30px rgba(0,0,0,.06);

transition:.35s;

}

.eval-item:hover{

transform:translateX(8px);

box-shadow:0 20px 40px rgba(0,0,0,.10);

}

.eval-number{

width:70px;

height:70px;

min-width:70px;

border-radius:50%;

background:#0f2b46;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

font-size:26px;

font-weight:700;

}

.eval-content h3{

margin:0 0 12px;

font-size:25px;

color:#0f2b46;

}

.eval-content p{

margin:0;

font-size:17px;

line-height:1.9;

color:#555;

}

.eval-content a{

color:#ff7a00;

font-weight:600;

text-decoration:none;

}

.eval-content a:hover{

text-decoration:underline;

}

@media(max-width:767px){

.eval-item{

flex-direction:column;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6af0009 *//*=========================================
SECTION 4 : INDUSTRIES
=========================================*/

.industry-supplier{

margin:90px 0;

}

.industry-heading{

text-align:center;

max-width:920px;

margin:0 auto 60px;

}

.industry-heading h2{

font-size:40px;

font-weight:800;

color:#0f2b46;

margin-bottom:18px;

}

.industry-heading p{

font-size:18px;

line-height:1.9;

color:#555;

}

.industry-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:28px;

}

.industry-box{

background:#fff;

padding:35px;

border-radius:20px;

border:1px solid #edf2f7;

box-shadow:0 12px 30px rgba(0,0,0,.06);

transition:.35s;

}

.industry-box:hover{

transform:translateY(-8px);

border-color:#ff7a00;

box-shadow:0 20px 40px rgba(0,0,0,.10);

}

.industry-box h3{

margin:0 0 15px;

font-size:25px;

color:#0f2b46;

}

.industry-box p{

margin:0;

font-size:17px;

line-height:1.9;

color:#555;

}

.industry-box a{

color:#ff7a00;

font-weight:600;

text-decoration:none;

}

.industry-box a:hover{

text-decoration:underline;

}

@media(max-width:767px){

.industry-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27b392e *//*=========================================
SECTION 5 : BUYER CHECKLIST
=========================================*/

.buyer-checklist{

margin:90px 0;

}

.checklist-heading{

text-align:center;

max-width:920px;

margin:0 auto 60px;

}

.checklist-heading h2{

font-size:40px;

font-weight:800;

color:#0f2b46;

margin-bottom:18px;

}

.checklist-heading p{

font-size:18px;

line-height:1.9;

color:#555;

}

.checklist-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:28px;

}

.check-card{

background:#fff;

padding:35px;

border-radius:20px;

border:1px solid #edf2f7;

box-shadow:0 12px 30px rgba(0,0,0,.06);

transition:.35s;

position:relative;

}

.check-card:hover{

transform:translateY(-8px);

border-color:#ff7a00;

box-shadow:0 20px 40px rgba(0,0,0,.10);

}

.check-number{

position:absolute;

top:25px;

right:25px;

font-size:40px;

font-weight:800;

color:#edf2f7;

}

.check-card h3{

font-size:24px;

margin-bottom:14px;

color:#0f2b46;

}

.check-card p{

font-size:17px;

line-height:1.9;

color:#555;

margin:0;

}

.check-card a{

color:#ff7a00;

font-weight:600;

text-decoration:none;

}

.check-card a:hover{

text-decoration:underline;

}

@media(max-width:767px){

.checklist-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eacc625 *//*=========================================
SECTION 6 : LOCAL SUPPLY
=========================================*/

.local-supply{

margin:90px 0;

}

.local-heading{

text-align:center;

max-width:900px;

margin:0 auto 60px;

}

.local-heading h2{

font-size:40px;

font-weight:800;

color:#0f2b46;

margin-bottom:18px;

}

.local-heading p{

font-size:18px;

line-height:1.9;

color:#555;

}

.location-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:28px;

}

.location-card{

background:#fff;

padding:35px;

border-radius:20px;

border:1px solid #edf2f7;

box-shadow:0 12px 28px rgba(0,0,0,.06);

transition:.35s;

}

.location-card:hover{

transform:translateY(-8px);

border-color:#ff7a00;

box-shadow:0 20px 40px rgba(0,0,0,.10);

}

.location-card h3{

font-size:24px;

margin-bottom:15px;

color:#0f2b46;

}

.location-card p{

font-size:17px;

line-height:1.9;

color:#555;

margin:0;

}

.location-card a{

color:#ff7a00;

font-weight:600;

text-decoration:none;

}

.location-card a:hover{

text-decoration:underline;

}

@media(max-width:767px){

.location-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87b1830 *//*=========================================
SECTION 7 : BUSINESS BENEFITS
=========================================*/

.business-benefits{

margin:90px 0;

}

.business-heading{

text-align:center;

max-width:900px;

margin:0 auto 60px;

}

.business-heading h2{

font-size:40px;

font-weight:800;

color:#0f2b46;

margin-bottom:18px;

}

.business-heading p{

font-size:18px;

line-height:1.9;

color:#555;

}

.business-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:28px;

}

.business-card{

background:#fff;

padding:35px;

border-radius:20px;

border:1px solid #edf2f7;

box-shadow:0 12px 30px rgba(0,0,0,.06);

transition:.35s;

position:relative;

overflow:hidden;

}

.business-card:before{

content:"";

position:absolute;

left:0;

top:0;

width:5px;

height:100%;

background:#ff7a00;

}

.business-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 40px rgba(0,0,0,.10);

}

.business-card h3{

font-size:24px;

margin-bottom:15px;

color:#0f2b46;

}

.business-card p{

font-size:17px;

line-height:1.9;

color:#555;

margin:0;

}

.business-card a{

color:#ff7a00;

font-weight:600;

text-decoration:none;

}

.business-card a:hover{

text-decoration:underline;

}

@media(max-width:767px){

.business-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3a4e169 *//*=========================================
SECTION 8 : RIGHT SUPPLIER SIGNS
=========================================*/

.supplier-signs{

margin:90px 0;

}

.signs-heading{

text-align:center;

max-width:900px;

margin:0 auto 60px;

}

.signs-heading h2{

font-size:40px;

font-weight:800;

color:#0f2b46;

margin-bottom:18px;

}

.signs-heading p{

font-size:18px;

line-height:1.9;

color:#555;

}

.signs-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:28px;

}

.sign-card{

display:flex;

align-items:flex-start;

gap:18px;

padding:30px;

background:#fff;

border-radius:18px;

border:1px solid #edf2f7;

box-shadow:0 10px 25px rgba(0,0,0,.06);

transition:.35s;

}

.sign-card:hover{

transform:translateY(-6px);

border-color:#ff7a00;

box-shadow:0 18px 35px rgba(0,0,0,.10);

}

.sign-icon{

width:58px;

height:58px;

min-width:58px;

border-radius:50%;

background:#ff7a00;

display:flex;

align-items:center;

justify-content:center;

font-size:24px;

color:#fff;

}

.sign-content h3{

margin:0 0 10px;

font-size:23px;

color:#0f2b46;

}

.sign-content p{

margin:0;

font-size:17px;

line-height:1.8;

color:#555;

}

.sign-content a{

color:#ff7a00;

font-weight:600;

text-decoration:none;

}

.sign-content a:hover{

text-decoration:underline;

}

@media(max-width:767px){

.signs-grid{

grid-template-columns:1fr;

}

.sign-card{

flex-direction:column;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a518d6 *//*=========================================
SECTION 9 : PROCUREMENT MISTAKES
=========================================*/

.procurement-section{

margin:90px 0;

}

.procurement-heading{

text-align:center;

max-width:920px;

margin:0 auto 60px;

}

.procurement-heading h2{

font-size:40px;

font-weight:800;

color:#0f2b46;

margin-bottom:18px;

}

.procurement-heading p{

font-size:18px;

line-height:1.9;

color:#555;

}

.procurement-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:28px;

}

.procurement-card{

background:#fff;

padding:34px;

border-radius:20px;

border:1px solid #edf2f7;

box-shadow:0 12px 28px rgba(0,0,0,.06);

transition:.35s;

position:relative;

overflow:hidden;

}

.procurement-card:before{

content:"";

position:absolute;

left:0;

top:0;

width:6px;

height:100%;

background:#ff7a00;

}

.procurement-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 40px rgba(0,0,0,.10);

}

.procurement-card h3{

font-size:24px;

margin-bottom:15px;

color:#0f2b46;

}

.procurement-card p{

font-size:17px;

line-height:1.9;

color:#555;

margin:0;

}

.procurement-card a{

color:#ff7a00;

font-weight:600;

text-decoration:none;

}

.procurement-card a:hover{

text-decoration:underline;

}

@media(max-width:767px){

.procurement-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */