@charset "UTF-8";
/*
Theme Name: Worldwide Sourcing & Solutions
Author: Webdesign 309
Author URI: http://www.webdesign309.com/
Description: We are a full service webdesign and development company delivering high end design and development solution for our clients and delivering best solutions to attract more visibility and customization to your website.
Version: 3.0.0
Tags: peoria web development, chicago web development, custom wordpress development, advertising agency solutions, florida webdesign, chicago webdesign, illinois webdesign, custom webdesign development
*/

*{ box-sizing: border-box; }

@font-face { font-family: 'Avenir'; src: url('font/Avenir-Black.eot'); src: url('font/Avenir-Black.eot?#iefix') format('embedded-opentype'), url('font/Avenir-Black.woff2') format('woff2'), url('font/Avenir-Black.woff') format('woff'), url('font/Avenir-Black.ttf') format('truetype'), url('font/Avenir-Black.svg#Avenir-Black') format('svg'); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Avenir Book'; src: url('font/Avenir-Book.eot'); src: url('font/Avenir-Book.eot?#iefix') format('embedded-opentype'), url('font/Avenir-Book.woff2') format('woff2'), url('font/Avenir-Book.woff') format('woff'), url('font/Avenir-Book.ttf') format('truetype'), url('font/Avenir-Book.svg#Avenir-Book') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }

:root{
--body-color:#000000;
--header:#0472b0;
--white-color:rgba(255, 255, 255, 1);



--body-font: 'Avenir Book';
--heading-font: 'Avenir';
}



/* 1. Create a Clean Base
------------------------------------------------------------------------------*/
html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,input, textarea, option, .nobox 
{background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline; user-select: text; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}

blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0; list-style-type: none;}
ul, ol {margin:0 0 0 0px;}
/* html, body{ -webkit-appearance:none; border:none; -webkit-text-size-adjust:none;} */


/* 2. Define Base Typography
------------------------------------------------------------------------------*/
body{padding: 0;margin: 0;font-family: var(--body-font); font-size: 20px; color: var(--body-color); line-height: 27px; box-sizing: border-box; overflow-x: hidden;}


/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 {margin: 0; font-weight: normal; color: var(--header); line-height: 1.2; font-family: var(--heading-font);}

/* Specific Header Settings */
h1,.h1 {font-size:110px;}
h2,.h2 {font-size:40px;}
h3,.h3 {font-size:30px;}
h4,.h4 {font-size:26px;}
h5,.h5 {font-size: 24px;}
h6,.h6 {font-size: 22px;}

/* Create the Default Paragraphs */
p {margin-bottom: 24px; }

::selection,
::-moz-selection {
  background-color: black;
  color: var(--white-color);
}

/* Other Typo */
strong {font-weight: bold;}
hr {border:0 #000 solid; border-top-width: 1px; clear: both; height: 0;}
ol {list-style: decimal;}
ul {list-style: disc;}

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {max-width: 100%; border: 0; border-style: none;}

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a {text-decoration:none; transition: 0.5s; display: inline-block; color: var(--primary-color);  color: var(--header); }
a:hover{ color: var(--body-color); }

/* 5. Forms
------------------------------------------------------------------------------*/
.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] { text-transform: uppercase; font-family: var(--heading-font); font-weight: normal; margin: 0 0 0 0;  padding:10px 16px; font-size: 18px;  border-radius: 8px; background-color:var(--header); border: 1px solid var(--header); display: inline-block; vertical-align: middle;  letter-spacing: 0px;  color: var(--white-color); line-height: 28px; position: relative;outline: none;box-shadow: none;text-align: center;text-decoration: none;-webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out; overflow: hidden; position: relative;z-index: 1;}

.button.button-border, a.button.button-border, button.button-border, html input[type="button"].button-border, input[type="reset"].button-border, input[type="submit"].button-border {background-color:transparent; color: var(--body-color); border: 1px solid var(--body-color);}

.button:hover, a.button:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { color: var(--header); background-color: transparent; border-color: var(--header); }

input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea { font-family: var(--body-font); text-transform: capitalize; padding:24px 24px;  font-size: 18px; background-color: transparent;letter-spacing: 0;width: 100%;color: var(--body-color);text-transform: none;filter: alpha(opacity=100);border: 1px solid rgba(0, 0, 0, 0.8); border-radius: 5px;-webkit-border-radius: 0px;-moz-border-radius:0px; line-height:18px; box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;outline: none !important; width: 100%;-webkit-appearance: none;-moz-appearance: none;appearance: none; resize: none;}

input::-webkit-input-placeholder {color: rgba(0, 0, 0, 1);opacity:1;}
input:-moz-placeholder {color:rgba(0, 0, 0, 1); opacity:1;}
input::-moz-placeholder {color: rgba(0, 0, 0, 1); opacity:1; }
input:-ms-input-placeholder {color: rgba(0, 0, 0, 1);opacity:1;}
textarea::-webkit-input-placeholder {color: rgba(0, 0, 0, 1); opacity:1; }
textarea:-moz-placeholder {color:rgba(0, 0, 0, 1); opacity:1; }
textarea::-moz-placeholder {color: rgba(0, 0, 0, 1); opacity:1; }
textarea:-ms-input-placeholder {color: rgba(0, 0, 0, 1);opacity:1; }

/* container */
.container{max-width: 1640px; width: 100%; padding-left: 50px; padding-right: 50px; margin: 0 auto;}
.row{display: flex;flex-wrap: wrap; justify-content: space-between; align-items: center; }
.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position: relative; width: 100%;}
.col-12 {max-width: 100%;}
.col-11 {max-width: 91.66666667%;}
.col-10 {max-width: 83.33333333%;}
.col-9 {max-width: 75%;}
.col-8 {max-width: 66.66666667%;}
.col-7 {max-width: 58.33333333%;}
.col-6 {max-width: 48%;}
.col-5 {max-width: 41.66666667%;}
.col-4 {max-width: 33.33333333%;}
/* .col-3 {max-width: 25%;} */
.col-2 {max-width: 16.66666667%;}
.col-1 {max-width: 8.33333333%;}

.d-flex{ display:flex;}
.flex-wrap{flex-wrap:wrap;}
.justify-content-start{justify-content:flex-start;}
.justify-content-center{justify-content:center;}
.justify-content-end{justify-content:flex-end;}
.justify-content-between{justify-content:space-between;}
.align-items-start{align-items: flex-start;}
.align-items-center{align-items: center;}
.align-items-end{align-items: flex-end;}
.row-reverse{flex-direction: row-reverse;}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.font-light {font-weight: 300;}

/* header */
header{ border-bottom: 3px solid rgba(255, 255, 255, 0%); position: fixed; width: 100%; z-index: 2;  top: 0;  background: linear-gradient( rgba(255, 255, 255, 8), rgba(173, 216, 230, 8)); opacity: 1; padding: 19px 0; backdrop-filter: blur(30px) ; -webkit-backdrop-filter: blur(30px); box-shadow: 0px 3px 6px #0000007C;
}
.header_inr{ padding: 0 142px; display: flex; align-items: center; justify-content: space-between; }
.header_inr nav,.header_inr .header_logo{ max-width: 33.33%; width: 100%; }
.header_inr .header_logo{ text-align: center; line-height: 0; margin: 0px 0 0; max-width: 350px; width: 100%;}
.header_inr nav ul{ align-items: center; gap: 84px; padding: 10px 0 0; }
.header_inr nav ul li a{ color: var(--header); font-family: var(--body-font); text-shadow: 1px 0 0 #0472b0; letter-spacing: 0.5px; font-weight: 600; font-size: 20px; line-height: 27px; position: relative;    text-transform: uppercase; }
.header_inr nav ul li a:hover{ color: #000; }
.header_inr nav:last-of-type{ text-align: right; }
.header_inr nav:last-of-type ul{ justify-content: flex-end; }

/* banner */
.banner{ position: relative; height: calc(100vh - 50px); display: flex ; flex-direction: column; justify-content: flex-end;}
.banner img{ position: absolute; width: 100%; height: 100%; object-fit: cover; }
.banner .container{ position: relative; }
.banner_content{ text-align: left; padding-bottom: 130px; width: 1160px; margin-left: auto; }
.banner_content h1,.banner_content h2{ color: var(--white-color); line-height: 126px; }
.banner_content a.button{ margin: 20px 30px 0 0; }

/* supplye */
.supplye{ box-shadow: 0px 3px 6px #0000004D; padding: 45px 0; background: transparent linear-gradient(59deg, #FFFFFFF5 0%, #FFFFFFC3 100%, #FFFFFF00 100%) 0% 0% no-repeat padding-box; border: 1px solid #606162; position: relative;z-index: 1;}
.supplye::before { content: ''; position: absolute; width: 100%; height: 100%; background-image: url(images/shap_bg.webp); background-position: 118% -240px; background-repeat: no-repeat; top: 0; right: 0; opacity: 15%; }
.supplye h2{ text-align: center; padding: 0  0 9px; line-height: 55px; }
.supplye_inr{ max-width: 1300px; width: 100%; margin: 0 auto; position: relative; padding: 40px 0 0; }
.supplye h3{ font-size: 40px; line-height: 55px; padding-bottom: 19px; text-align: center; }
.supplye_inr::before{ content: ''; position: absolute; left: 50%; top: 0; transform: translateX(-50%); border-top: 2px solid #606162; width: 820px; }
.supplye_inr p{ padding: 0 69px; }
.supplye_inr ul{ gap: 18px 84px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; padding: 0 0 38px; }
.supplye_inr ul li{ max-width: 46%; width: 100%; display: flex; align-items: center; gap: 16px; }
.supplye_inr ul li img{ width: 60px; height: 60px; object-fit: contain; }

ul.col_2,ul.col_3{ display: flex; justify-content: space-between; flex-wrap: wrap; }
ul.col_2 li{ max-width: 50%; width: 100%; }
ul.col_3 li{ max-width: 33.33%; width: 100%; }

.Worldwide { padding: 25px 0; position: relative; background-size: cover; border: 1px solid #606162; opacity: 1; background-repeat: no-repeat; background-attachment: fixed !important;  z-index: 0; overflow: hidden; }
.Worldwide::before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(90deg, #FFFFFFF5 0%, #FFFFFFEB 55%, #FFFFFF00 100%); }
.Worldwide .container{ position: relative; }
.Worldwide h2{ text-align: center; padding: 0 0 13px; line-height: 55px; }
.worldwide_inr{ padding-left: 120px; position: relative; }
.worldwide_inr ul li{ padding-left: 25px; position: relative; padding-bottom:20px; }
.worldwide_inr ul li::before{ content: ''; position: absolute; width: 8px; height: 8px; border-radius: 50%; background-color: #000; left: 0; top: 9px; }

.worldwide_local{ padding: 45px 0;background: #FFFFFF 0% 0% no-repeat padding-box; position: relative; box-shadow: 0px -3px 6px #0000004D; border-top: 1px solid #606162; opacity: 1;}
.worldwide_local h2{ text-align: center; padding: 0 0 19px; line-height: 55px; }
.worldwide_local_inr { display: flex ; gap: 25px; align-items: start; justify-content: space-between; max-width: 1400px; width: 100%; margin: 0 auto; }
.worldwide_local_inr > div{ max-width: 50%; width: 100%; }
.worldwide_local_img_box{ line-height: 0; overflow: hidden;  border: 1px solid #0472B0; border-radius: 8px;}
.worldwide_local_img img{ width: 100%; height: 100%; object-fit: cover; }
.worldwide_local_content ul li{ padding-bottom: 20px; }
.worldwide_local_content ul li img{ width: 35px; height: 35px; margin-right: 20px; vertical-align: middle; float: left; } 

.testimonials{ background: transparent linear-gradient(90deg, #DADBE0CC 0%, #FFFFFF 49%, #DADBE0B4 100%) 0% 0% no-repeat padding-box;
opacity: 1; padding: 22px 0; position: relative; }
.testimonials > h2{ text-align: center; line-height: 55px; padding: 0 0 9px; }
.testimonials_item{ padding: 0 98px; }
.testmonials_slider{ margin: 0 -68px; }
.testimonials_item span.name{ display: flex; align-items: center; font-family: var(--heading-font); gap: 15px;  }
.testimonials::before,.testimonials::after{ content: ''; position: absolute; left: 50%; top: 0; transform: translateX(-50%); border-top: 2px solid #606162; width: 820px; }
.testimonials::after{ top: auto; bottom: 0; }

.faq{ padding: 31px 0; }
.faq h2{ text-align: center; padding: 0 0 22px; line-height: 45px ; }
.faq_inr{ display: flex;  justify-content: space-between; gap: 36px 16px; flex-wrap: wrap; }
.faq_item { max-width: 49%; width: 100%; height: fit-content; cursor: pointer; border: 2px solid #0472B0; border-radius: 8px; overflow: hidden; }
.faq_tittle { background: #FFFFFF 0% 0% no-repeat padding-box; opacity: 1; padding: 10px 35px 10px 20px; } .faq_tittle h3{ color: var(--body-color); font-size: 22px; line-height: 40px; }


.faq_content { max-height: 0; overflow: hidden; transition: max-height 0.5s ease; padding: 0 20px; }
.faq_tittle { position: relative; }
.faq_tittle::after { content: ""; position: absolute; right: 20px; top: 20px;  border-top: 3px solid var(--body-color); border-left: 3px solid var(--body-color); width: 15px; height: 15px; transform: rotate(224deg); transition: all 0.5s; }
.faq_item.active .faq_tittle::after { transform: rotate(405deg); top: 25px; }

/* industy */
.industy{ padding: 30px 0; position: relative; background: #87898B40 0% 0% no-repeat padding-box; opacity: 1; backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px);}
.industy_inr{  padding: 0 140px; }
.industy_inr h2{ text-align: center; padding: 0 0 13px; line-height: 55px; }

.logo_img{ flex: 1; text-align: center; padding: 0 25px; } 
.logo_img img{ margin: 0 auto; }
.logo_slider .slick-track{ display: flex;}
.logo_slider .slick-track .slick-slide{ height: inherit; line-height: 0; display: flex; align-items: center; justify-content: center; }

footer{ padding: 40px 0 0; background: #0472B0 0% 0% no-repeat padding-box; position: relative; color: var(--white-color); z-index: 1;}
.footer_inr{ display: flex; align-items: start; justify-content: space-between; margin: 0 -20px 0 -20px; padding: 0 0 0px; } 
.footer_inr .footer_logo{ max-width: 33.33%; width: 100%; padding: 0 20px; }
.footer_item{ max-width: 33.33%; width: 100%; padding: 0 20px; }
.footer_inr .footer_logo > a{ line-height: 0; margin-bottom: 13px; }
.footer_inr .footer_item p{ padding: 0 40px; }
.footer_inr .footer_item p a{ display: block; color: var(--white-color);  }
.footer_inr .footer_item p a:hover{ color: var(--body-color); }
.footer_item .footer_box > strong,.new_menu nav strong,.footer_logo strong,.footer_item .footer_box p > strong{ text-decoration: underline; text-transform: uppercase; color: var(--white-color); font-size: 22px; line-height: 27px; 
  padding: 0 0 5px; display: block; font-family: var(--heading-font); }
.footer_item span{ display: block; }
.footer_logo strong{ display: block; padding: 8px 0; }
.footer_item ul li{ padding: 0 0 5px; }
footer nav{ border-top: 0px solid #DADBE0; padding-top: 0px; }
footer nav ul{ display: flex; justify-content: center; flex-direction: column; flex-wrap: wrap; width: 100%; gap: 6px; margin: 0 auto; }
footer nav ul li{ position: relative; padding: 0 8px; }
footer nav ul li a { color: var(--white-color); font-weight: 600; text-transform: uppercase; }
/* .new_menu{ display: flex; align-items: center; gap: 5px; justify-content: flex-start; } */
/* .new_menu nav{ border-top: 0; padding-top: 0; } */
.new_menu nav ul{ justify-content: flex-start; margin: 0 -8px; }
.new_menu nav strong{ display: block; padding: 0 0 10px; }
.new_menu nav ul li{ padding: 0 8px; }
/* .new_menu nav ul{ gap: 10px; } */
footer nav ul li a:hover{ color: var(--body-color); }
footer nav ul li::before{ content: ''; position: absolute; height: 80%; border-right:2px solid #fff; right: -10px; top: 50%; transform: translateY(-50%);  }
footer nav ul li:last-child:before{ display: none; }
.copyright{ text-align: center; color: var(--white-color); padding: 15px 0; background-color: #606162; }
.copyright p{ margin: 0; } 
.copyright p a{ color: var(--white-color); }.copyright p a:hover{ color: var(--body-color); }


.Stars {
  --percent: calc(var(--rating) / 5 * 100%);

  display: inline-block;
  font-size: 30PX;
  font-family: Times; // make sure ★ appears correctly
  line-height: 1;

  &::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, #FFCA28 var(--percent), #CCC var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}



:root {
  --star-size: 30px;
  --star-color: #ccc;
  --star-background: #ffa81c;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);

  display: inline-block;
  font-size: var(--star-size);
  font-family: Times; // make sure ★ appears correctly
  line-height: 1;

  &::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}



.worldwide_local_box ul li{ padding-left: 55px; position: relative; }
.worldwide_local_box ul li::before{ content: ''; width: 35px; height: 35px; position: absolute; left: 0; top: 0; background-image: url(images/right.webp); background-size: contain; background-repeat: no-repeat; }


/* Furkan Css */
.leadership_heading h1{font-size: 40px; padding: 0 0 40px;}
.leadership_heading {text-align: center;}
.leadership{padding: 40px 0 20px;}
.leadership .leadership_inr { justify-content: center; flex-direction: row; flex-wrap: wrap; gap: 30px;}
.leadership .leadership_list-box,.leadership_list-box:first-child .leadership_list-box-inr{ background-color: #fff; border-radius: 5px; border: 2px solid transparent; padding: 25px; text-align: center; transition: .5s; box-shadow: 0 0 30px 10px rgba(0,0,0,.1); width: 100%; font-size: 18px; max-width: 28%; min-height: 310px; }
.leadership .leadership_img img { border-radius: 50%; }
.leadership .leadership_list-box a { width: 100%; font-size: 18px; max-width: 100%; }
.leadership_img { width: 200px; height: 200px; overflow: hidden; border-radius: 50%; border: 1px solid var(--header); margin: 0 auto 15px; }
.leadership .leadership_img img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.leadership_list-box h6{padding: 16px 0 12px;;}
.leadership .leadership_list-box:hover { border: 2px solid var(--header); }
.mfp-content .demo { padding: 50px; box-shadow: 0 0 30px 10px rgba(0,0,0,.1); position: relative; }
a.popup-modal-dismiss.close { position: absolute; right: -20px; top: -30px; }
.leadership_pop_box { gap: 30px; width: 100%; font-size: 18px; max-width: 1397px; overflow: hidden; border: 1px solid rgba(0,0,0,.1); display: flex; }
.leadership_pop_box .leadership_img_pop { max-width: 30%; width: 100%; margin: 0; }
.leadership_pop_box .leadership_img_pop img { height: 100%; width: 100%; object-fit: cover; }
.leadership_pop_box .leadership_content_pop { max-width: 100%; width: 100%; padding: 25px; }
.demo, .leadership_pop_box { border-radius: 5px; background-color: #fff; }



.contact_us{padding: 45px 0;}
.contact_us_inr { display: flex; justify-content: space-between; align-items: stretch; gap: 20px; padding: 40px 0px; box-sizing: border-box; }
/* --- Left (Form) --- */
.contact_us_left { width: 100%; max-width: 60%; background: var(--white-color);  border-radius: 8px; box-sizing: border-box; display: flex; }
.contact_us_left_inr { background: var(--white-color); padding: 40px 30px; box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08); border-radius: 10px; width: 100%; }
.contact_us_left form { width: 100%; }

/* --- Form Fields --- */
.contact_us_form .input-row { display: flex; gap: 20px; margin-bottom: 20px; }
.contact_us_form .input-full { margin-bottom: 20px; }
.contact_us_form input, .contact_us_form textarea { width: 100%; padding: 12px 15px; font-size: 16px; border: 1px solid #ccc; border-radius: 6px; outline: none; transition: border-color 0.3s ease; }
.contact_us_form input:focus, .contact_us_form textarea:focus { border-color: var(--header); }

/* --- Submit Button --- */
.contact_us_form .from_btn { text-align: right; display: flex; align-items: center; justify-content: flex-start; }
.from_btn_submit{display: flex; gap: 30px; margin-top: 20px;}
.from_btn_submit .submit-full{margin-top: 10px;}
.contact_us_form .wpcf7-submit { background-color: var(--header); color: var(--white-color); font-size: 18px  ; border: 2px solid transparent; border-radius: 6px; cursor: pointer; transition: background-color 0.3s ease; }
.contact_us_form .wpcf7-submit:hover { background-color: transparent; border: 2px solid var(--header); color: var(--header); }
.wpcf7-form-control-wrap{width: 50%;}

/* --- Right (Map) --- */
.contact_us_right { width: 100%; max-width: 40%; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); }
.contact_us_right iframe { width: 100%; height: 100%; min-height: 450px; border: 0; border-radius: 8px; }


/* validation */
form .input-row .wpcf7-not-valid-tip{ display: none !important; }
.wpcf7-not-valid{ border: 1px solid #dc3232 !important; }
form .cf7sr-recaptcha .wpcf7-not-valid-tip{ display: block !important; font-size: 15px; }
.submit-captcha { margin-top: -5px; display: flex; /* width: 100%; */ align-items: flex-start; justify-content: flex-start; }
.submit-captcha .input-fild:last-child{ margin-top: 17px; } .wpcf7 form .wpcf7-response-output { font-size: 16px;  margin: 0.5em auto; padding: 0.2em 1em; border: 2px solid var(--header);    width: 100%; text-align: center; }

/* validation */

/* def-page */ 
.def-page{padding: 45px 0px 30px;}
.def-page p{ color: var(--body-color); font-style: normal; font-weight: normal; line-height: 28px;}
.def-page .right-img{float:right; margin:0 0 15px 25px; position: relative; z-index: 0;}
.def-page .left-img{float:left; margin:0 25px 15px 0; position: relative;}
.def-page .right-img img{border-radius: 8px; position: relative; border: 1px solid #0472B0;}
.def-page .left-img img{border-radius: 8px; position: relative; border: 1px solid #0472B0;}
.def-page h2, .def-page h3, .def-page h4, .def-page h5, .def-page h6{ margin: 0 0 10px 0;}
.def-page h2{font-size: 40px;line-height: 50px;} 
.def-page h3{font-size: 35px;line-height: 45px;}
.def-page h4{font-size: 30px;line-height: 40px;}
.def-page h5{font-size: 25px;line-height: 35px;} 
.def-page h6{font-size: 20px;line-height: 30px;}
.def-page ul {margin: 0;padding-bottom: 25px; overflow: hidden;  }
.overflow{ overflow: inherit !important; }
.def-page ul li { list-style: none; color: var(--body-color);position: relative;padding: 5px 0 20px 55px;}
.def-page ul li:before { content: ""; width: 35px; height: 35px; border-radius: 0%; background-image: url(images/right.webp); position: absolute; left: 0px; top: 5px;  }
.def-page ol{padding-left: 0; padding-bottom: 25px;}
.def-page ol li {list-style-type:none;counter-increment:item;  padding: 5px 0 5px 0;  color: var(--body-color);}
.def-page ol li:before {display:inline-block; content: counter(item) "."; color: var(--body-color); padding-right:10px;}
.def-page ul.col-2, .def-page ul.col-3 { overflow: hidden }
.def-page ul.col-2 li {width: 50%;float: left;}
.def-page ul.col-3 li {width: 33.33%;float: left;}
.def-page p {padding-bottom: 0px;}
.privacy-page ol { margin-bottom: 25px;}
.privacy-page ol>li:before { padding-right: 05px;}
.privacy-page .privacy-inner{ padding-left: 0px; margin-bottom: 20px;}
.privacy-page .privacy-inner ul{ margin-top: 05px; }
.privacy-page ul,.privacy-page ol{ margin-left:0px;}
.privacy-page ol li{padding: 5px 0px;}
.pagenotfound {width: 100%;display: block;padding: 80px 0px;text-align: center;}
.pagenotfound h2 {font-size: 50px;font-weight: 600;}
.pagenotfound p{font-size: 24px;}
.thankyou {text-align: center;}
/* .thankyou h3 strong {font-size: 46px;} */
.clearfix:after { clear: both; display: block; visibility: hidden; content: ""; }
.def-page a{ color: var(--header); }
.def-page a:hover{color: var(--body-color); }
/* .def-page strong{ font-size: 24px; } */

/* 10-11-2025 */
section.inr_banner { position: relative; width: 100%; margin-top: 130px; height: 280px; text-align: center; padding: 40px 0;     display: flex; align-items: center; flex-direction: column; justify-content: center;}
section.inr_banner h1{ font-size: 60px; color: var(--white-color);}
.our-team{ box-shadow: none;  }
.our-team h2{ text-align: left; }
.common-padding{ padding: 45px 0; }
.logo-section{ background-color: transparent; }
.logo-section .logo_img{ padding: 8px 25px; }
.logo-section .logo_img .logo-section-box{ box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08); padding: 8px;  height: 100%; display: flex; align-items: center; justify-content: center; }

.Industries-item{ padding: 0 0 30px; position: relative; }
.Industries-item-box{display: flex; justify-content: space-between; gap: 50px; }
.Industries-item-box .Industries-item-box-img{ max-width: 35%; width: 100%;  }
.Industries-item-box .Industries-item-box-img img{ border: 1px solid #0472B0; border-radius: 8px;}
.Industries-item-box .Industries-item-box-content{ max-width: 65%; width: 100%;  }
.galler{ padding: 0 0 45px; position: relative; }
.galler .gallery-inr{ display: flex; justify-content: center; margin: 0 -15px; gap: 30px 0; flex-wrap: wrap; } 
.galler .gallery-inr .gallery-item{ max-width: 25%; width: 100%; padding: 0 15px; }
.galler .gallery-inr .gallery-item a.gallery-box{ width:100%; height: 100%; border-radius: 8px; overflow: hidden; border: 1px solid #0472B0; position: relative; }
.galler .gallery-inr .gallery-item a.gallery-box img{ width: 100%; height: 100%; object-fit: cover; }
.bottom-text{ position: absolute; width: 100%; padding: 5px 20px; background-color: rgba(0, 0, 0, 0.8); color: var(--white-color); font-size: 16px; text-align: left; left: 0; bottom: 0; }
.galler .gallery-inr .gallery-item a.gallery-box::before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: scale(0); transition: all 0.3s; transform-origin: center; background-image: url(images/zoom.webp); background-size: 35px; background-repeat: no-repeat; background-position: center; background-color: rgba(4, 114, 176,0.5); } 
.galler .gallery-inr .gallery-item a.gallery-box:hover:before{ transform: scale(1); }

table { width: 100%; border-collapse: collapse; }
 th { background: rgba(4, 114, 176,0.5); }
th, td { border: 1px solid rgba(4, 114, 176,0.5); padding: 8px; }
tr:nth-child(even) { background: #efefef; }
tr:hover { background: #d1d1d1; }


ul li ul.sub-menu { padding-left: 0 !important; padding: 0 0 0; gap: 0; white-space: nowrap; background-color: var(--primary-color); display: block; border-radius: 5px; flex-direction: column; gap: 0; position: absolute; margin: 0; z-index: 3; margin-top: 11px; text-align: center; transform: scaleY(0); transition: all 0.3s ease; transform-origin: top; box-shadow: rgba(50, 50, 93, 0.15) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; background-color: var(--header); }
ul li ul.sub-menu li { padding: 8px 15px; display: block; border-bottom: 1px solid #fff;opacity: 1; transform: none;}
ul li ul.sub-menu li a { color: var(--white-color); text-align: left; display: block; font-size: 18px; font-family: var(--body-font); line-height: 26px;  }
ul li ul.sub-menu li a:hover{ color: var(--second-primary-color); }
ul li ul.sub-menu li a::after,ul li ul.sub-menu li a::before{ display: none; } ul li:hover > ul.sub-menu { transform: scaleY(1); }
ul li ul.sub-menu li:last-child{ border: 0; }

.header_inr nav ul li.current-menu-item > a,.header_inr nav ul li.current-menu-parent > a{ color: var(--body-color); }
.footer_item p span{ display: block; position: relative; padding: 0 0 5px ; }
.footer_item p span::before{ content: ''; position: absolute; left: -40px; top: 1px; background-image: url(images/pin.png); background-size: 22px; background-repeat: no-repeat; width: 30px; height: 30px; background-position: center; }
.footer_item p span.phone_cls::before{ background-image: url(images/call.png);}
.footer_item p span.email_cls::before{ background-image: url(images/email.png);}

.supplye .container{ position: relative; }

.embed-container iframe{ width: 100%; height: 500px; }
.Industries-item-box-content a.button{ color: var(--white-color); }
.Industries-item-box-content a.button:hover{ color: var(--header); }

.talk_to_us_button_title a.button{ background: #FFFFFF 0% 0% no-repeat padding-box; border: 3px solid #0472B0; border-radius: 100px; opacity: 1; font-size: 30px; line-height: 41px; color: #0472B0; font-family: var(--heading-font); padding: 4px 20px; }
.talk_to_us_button_title { bottom: 120px; position: fixed; right: 229px; z-index: 2; }
.talk_to_us_button_title a.button:hover { background-color: #0472B0; color: white; border: 3px solid #fff; }

.button_inr { gap: 20px; }
.faq_content p{ margin-bottom: 15px; }
.faq_content ul li{ padding-bottom: 20px; padding-left: 55px; position: relative; }
.faq_content ul li::before { content: ''; width: 35px; height: 35px; position: absolute; left: 0; top: 0; background-image: url(images/right.webp); background-size: contain; background-repeat: no-repeat; }
.slick-slider-wrapper{ height: 100%; }
.slick-slider-wrapper div{ height: 100%; position: relative; }

.slick-slider-wrapper button.slick-arrow{ display: flex; align-items: center; justify-content: center; cursor: pointer; position: absolute; left: 15px; top: 50%; transform: translateY(-50%); font-size: 0; padding: 0; width: 50px; height: 50px; border-radius: 500px; border: 2px solid var(--white-color); }
.slick-slider-wrapper button.slick-arrow.slick-next{ left: auto; right: 15px; }
.slick-slider-wrapper ul.slick-dots{ position: absolute; bottom: 10px; left: 0; width: 100%; display: flex; align-items: center; justify-content: center; gap: 12px; }
.slick-slider-wrapper ul.slick-dots li button{ padding: 0; font-size: 0; border-radius: 50%; width: 15px; height: 15px;  }
.slick-slider-wrapper ul.slick-dots li.slick-active button{ background-color: var(--white-color); }
.slick-slider-wrapper button.slick-arrow svg{ width: 25px; height: auto; }
.slick-slider-wrapper div.banner_content{ height: auto; position: absolute; right: 0; bottom: 0; } 

/* 09-12-2025 */
.mobile_menu,.menu-toggle{ display: none; }
.footer_item_list { border-top: 2px solid var(--white-color); padding: 20px 0; }
.footer_item_list nav ul{ display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; flex-direction: row; }
.inner_img { position: absolute; top: 0; left: 0; line-height: 0; width: 100%; height: 100%; }
.inner_img img{ width: 100%; height: 100%; object-fit: cover; }
.inr_banner_inr { position: relative;}
.def-page .right-img{ line-height: 0; }
.supplye_boxes{ display: flex; justify-content: center; flex-wrap: wrap; margin: 0 -15px; gap: 30px 0; max-width: 100%; }
.supplye_boxes .supplye_item{ max-width: 25%; width: 100%; padding: 0 15px; }
.supplye_boxes .supplye_item .supplye_box{ background-color: var(--white-color); padding: 15px; text-align: left; border-radius: 8px; border: 2px solid var(--header); height: 100%;    display: flex; flex-direction: column;}
.supplye_boxes .supplye_item .supplye_box h3{ text-align: left; font-size: 25px; padding: 0 0 10px; line-height: 30px; }
.supplye_boxes p{ padding: 0; }
.Worldwide_Sourcing ul{ display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; }
.Worldwide_Sourcing ul li{ text-align: left; max-width: 48%; width: 100%; padding: 0;  border: 2px solid var(--header); border-radius: 8px; background-color: var(--white-color);
    padding: 15px;   display: flex; align-items: start; gap: 15px;}
.Worldwide_Sourcing{  background: linear-gradient(90deg, #FFFFFFF5 0%, #FFFFFFEB 55%, #FFFFFF00 100%), url("images/worldwide.png") no-repeat fixed; background-size: cover; border: 1px solid #606162; padding: 25px 0 40px;} 
.common_bottom{ padding: 30px 0; position: relative; background: #87898B40 0% 0% no-repeat padding-box; text-align: center;}
.common_bottom h2{ padding: 0 0 13px; line-height: 55px; }
.box-shadow{ box-shadow: 0px -3px 6px #0000004D; border-top: 1px solid #606162;}
.box-shadow-none{ box-shadow: none;}
.Worldwide_Sourcing .worldwide_inr{ padding-left: 0; }
.Worldwide_Sourcing .worldwide_inr ul li::before{ display: none; }
.Worldwide_Sourcing ul li img { width: 25%; display: block; object-fit: contain; }
.Secondary_supplye .supplye_boxes .supplye_item{ max-width: 33.33%; }

.Secondary_supplye ul{ padding: 0; display: block; }
.Secondary_supplye ul li{ max-width: 100%; display: block; padding-left: 20px; padding-bottom: 15px; position: relative; }
.Secondary_supplye ul li:last-child{ padding-bottom: 0; }
.Secondary_supplye ul li::before{    content: ''; position: absolute; width: 8px; height: 8px; border-radius: 50%; background-color: #000; left: 0; top: 9px;}
.Secondary_supplye ul li > ul{ padding: 4px 0; }
.Secondary_supplye ul li > ul li{ padding-bottom: 4px; }
.supplye_btn { margin-top: auto; }
.common_box_sec_inr{ display: flex; justify-content: space-between; gap: 25px; }
.common_box_content{ max-width: 60%; width: 100%; text-align: left; }
.common_box-img{ max-width: 40%; width: 100%; overflow: hidden; border: 1px solid #0472B0; border-radius: 8px; line-height: 0; }
.common_box-img img{ width: 100%; height: 100%; object-fit: cover; }



/* 18-12-2025 mahima */
.faq_tab.faq  .faq_inr{justify-content: center;}
.faq_tab.faq .faq_item:last-of-type{margin-bottom: 0px;}
.faq_tab.faq{padding: 0 0 30px;}
.faq_tab.faq:last-child{padding-bottom: 0;}
.faq_container{padding-bottom: 50px;}
.full_width{max-width: 100% !important;}
.common_box_sec.equipment_sec .common_box_sec_inr .common_box_content{max-width: 100%;}
.footer_box  a >img{max-width: 350px; width: 100%;}

/* 19-12-2025 mahima */
 .page-id-12  .supplye_boxes .supplye_item { max-width: 33.33%; }
  .page-id-174 .Secondary_supplye .supplye_boxes .supplye_item ,.page-id-147 .Secondary_supplye .supplye_boxes .supplye_item,.page-id-184 .Secondary_supplye .supplye_boxes .supplye_item{ max-width: 25%; }
  .page-id-400 .Secondary_supplye .supplye_boxes .supplye_item {
    max-width: 50%;
}

/* 22-12-2025 Furkan */
.logged-in header{ padding: 36px 0 19px 0;}    

section.precision-sec{ border-bottom: 1px solid #606162; border-top: 1px solid #606162; }
hr{ margin-bottom: 10px; display: block; }
.page-template-about .supplye_inr.supplye_boxes{ margin: 0; }
.page-template-about .Secondary_supplye .supplye_boxes .supplye_item{ max-width: 100%; padding: 0; }
.box-shadow-none{ border-bottom: 1px solid #606162; border-top: 1px solid #606162; border-left: 0; border-right: 0; }

.leadership_list-box:first-child{ max-width: 100%; box-shadow: none; padding: 0; border-radius: 0; border: none; }
.leadership_list-box:first-child .leadership_list-box-inr{ margin: 0 auto; }
.leadership .leadership_list-box:first-child:hover { border:none; }
.leadership_list-box:first-child .leadership_list-box-inr:hover{ border: 2px solid var(--header); }




/* File Upload Styling */
.wpcf7 input[type="file"] {
display: inline-block;
    background: #f5f5f5;
    border: 2px dashed #ccc;
    padding: 15px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
	margin-top: 5px;
}

.wpcf7 input[type="file"]:hover {
    background: #e0e0e0;
    border-color: #999;
}

.wpcf7 input[type="file"]::file-selector-button {
    background-color: var(--header);
    border: 2px solid transparent;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 10px;
    transition: background 0.3s ease;
	text-transform: uppercase;
}

.wpcf7 input[type="file"]::file-selector-button:hover {
    background-color: transparent;
    border: 2px solid var(--header);
    color: var(--header);
	cursor: pointer;
}

.file-note {
    font-size: 12px;
    color: #666;
    margin-top: 6px;
    display: block;
}

.contct_form_col1 .contct_form_group label { font-size: 17px }

footer nav ul li.current_page_item  a{ color: var(--body-color); }