@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
body { line-height: 1.6; color: #333; background-color: #fff; font-family: "Lato", sans-serif; font-weight: 400; font-style: normal; overflow-x: hidden; }

.page-loader.hidden { display: none; }
.page-loader { position:fixed; display:block; width:100%; height:100%; top:0; right:0; left:0; bottom:0; z-index:1111; background:#F5F8FF; }
.page-loader .progress { position:absolute; margin:-15em 0 0 -15em; font-size:2px; top:50vh; left:50vw; background:#F5F8FF; border-top:0.8em solid rgba(35, 35, 35, 0.2); border-right:0.8em solid rgba(35, 35, 35, 0.2); border-bottom:0.8em solid rgba(35, 35, 35, 0.2); border-left:0.8em solid #0D3560; transform:translateZ(0); animation:preloader 0.7s infinite linear; }
.page-loader .progress,
.page-loader .progress:after { border-radius:50%; width:30em; height:30em; }

@keyframes preloader {
 	0%    {transform:rotate(0deg);}	
 	100%  {transform:rotate(360deg);}
}

/* Header CSS */
header { background: #fff; float: left; width: 100%; padding: 6px 0; position: fixed; z-index: 111; box-shadow: 0px 2px 5px 0px #0000000a; }
header .navbar-nav .nav-link { font-weight: 600; margin: 0 10px; font-size: 16px; color: #000; }
header .navbar-nav .nav-link.active, header .navbar-nav .nav-link:hover { color: #FF6B3C !important; /* red highlight */ }
.btn-get-started { background-color: #0D3560; color: #fff; font-weight: 600; padding: 8px 25px; text-transform: uppercase; }
.btn-get-started:hover, .btn-get-started:focus, .btn-get-started:active { background-color: #FF6B3C !important; color: #fff !important; border: 1px solid #FF6B3C !important; }
.navbar-brand { padding-top: 0px; padding-bottom: 0px; }
.navbar-brand img { max-height: 60px; }
header ul.dropdown-menu { border-radius: 8px; overflow: hidden; box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1); border: none; border-bottom: 4px solid #0D3560; border-radius: 10px; padding-top: 0px; padding-bottom: 0px; }
.navbar .dropdown-menu { display: block; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s ease; position: absolute; }  
.navbar .nav-item.dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.navbar .nav-item.dropdown .dropdown-menu li a { padding: 10px 16px; font-weight: 500; font-size: 16px; }
.navbar .nav-item.dropdown .dropdown-menu li .dropdown-item  { border: 1px solid #F5F4F5 }
.navbar .nav-item.dropdown .dropdown-menu li:last-child .dropdown-item { border: none; }
.navbar .nav-item.dropdown .dropdown-menu li a:focus { background-color: #E9ECEF; color: #000;  }
header button.navbar-toggler {  background: #0D3560; color: #fff; padding: 9px 10px; }
.navbar .nav-item.dropdown .dropdown-menu li a.active { background: #FF6B3C;  }

/* Slider Section */
.slider { position: relative; padding: 120px 0; float: left; width: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 1; color: #fff; transition: background-image 1s ease-in-out; overflow: hidden; margin-bottom: 30px; }
.slider-bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; z-index: -2; transition: opacity 1s ease-in-out; }
.slider-bg.fade-out {
    opacity: 0; /* fade out */
}
.slider-bg.active { opacity: 1; z-index: -1; }
.slider-bg.zoom-effect { animation: zoomIn 10s ease-in-out forwards; }

@keyframes zoomIn { from { transform: scale(1); } to { transform: scale(1.1); } }

.slider::after { content: ""; position: absolute; inset: 0; background: linear-gradient( 90deg, rgba(0,0,0,0.7) 5%, rgba(0,0,0,0.2) 100% ); z-index: -1; }
p.slider-subtitle { font-weight: 600; font-size: 17px; }
h1.slider-title { font-size: 63px; max-width: 850px; width: 100%; font-weight: 600; }
p.slider-description { font-size: 18px; max-width: 850px; width: 100%; margin-top: 30px; margin-bottom: 40px; }
section.slider .btn.btn-get-started { padding: 14px 30px; }

/* SLider Swipper */
.swiper { width: 100%; padding: 20px 0; }
.swiper-slide { border-radius: 8px; overflow: hidden; }
.swiper-slide img { width: 100%; }

/* Who We Are Section */
section.section-spacing { float: left; width: 100%; padding: 80px 0; }
p.title-tag-line { font-size: 17px; font-weight: 800; color: #61749d; text-transform: uppercase; margin-bottom: 10px; }
p.main-title { font-size: 40px; line-height: 50px; font-weight: 700; color: #0D3560; }
img.img-fluid.mobile-img-who-we-are { border-radius: 15px; margin-bottom: 10px; }
section.who-we-are.section-spacing img.img-fluid { border-radius: 10px; }

/* Why Choose Us */
.why-choose-us { margin-top: 80px;}
.service-card { background-color: #f5f8ff; border-radius: 8px; text-align: center; border: none; margin-top: 25px; transition: transform 0.3s ease, box-shadow 0.3s ease; overflow: hidden; }
.card-img-top { transition: transform 0.3s; }
.service-card h5 { margin-bottom: 15px; color: #0d3560; font-weight: 600; font-size: 20px; line-height: 30px; }
p.card-text { font-size: 16.5px; color: #616379; line-height: 28px; }
.service-card .card-body { padding: 25px 20px; }
.service-card:hover {  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
.service-card:hover .card-img-top { transform: scale(1.1); }
.service-card-img { overflow: hidden; border-radius: 10px; }

/* Scrap We Deal With */
section.scrap-we-deal-with { background: #F5F8FF; }
section.scrap-we-deal-with .service-card { overflow: hidden; padding-bottom: 60px; }
section.scrap-we-deal-with .card-body { padding-left: 10px; padding-right: 10px; position: absolute; bottom: 30px; width: calc(100% - 90px); margin: 0 auto; right: 0; left: 0; border-radius: 10px; min-height: 75px; background: #fff; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); overflow: hidden; max-height: 60px; transition: max-height 0.6s ease, opacity 0.6s ease; opacity: 1; }
section.scrap-we-deal-with .card-body p.card-text { opacity: 0; margin-bottom: 15px; transition: opacity 0.5s ease; }   
section.scrap-we-deal-with .card-body h5 { margin-bottom: 15px; }
section.scrap-we-deal-with .service-card:hover { box-shadow: none; }
section.scrap-we-deal-with .service-card:hover .card-img-top { transform: scale(1.1); }
section.scrap-we-deal-with .service-card:hover .card-body p.card-text { opacity: 1; }
section.scrap-we-deal-with .service-card:hover .card-body { max-height: 220px;  opacity: 1; }
section.scrap-we-deal-with .service-card a.btn.btn-get-started { float: left; margin: 0 auto; margin-bottom: -50px; z-index: 11; opacity: 0; }
section.scrap-we-deal-with .service-card:hover a.btn.btn-get-started { opacity: 1; transition: opacity 0.3s ease-in-out 0.3s; }
.service-card-img img.card-img-top { border-radius: 9px; }
form.message-form label.form-label { font-weight: 600; color: #0D3560; }
form.message-form .form-control, form.message-form .form-select { border-radius: 5px; border: 1px solid #d7d7d7; padding: 9px 17px; }
form.message-form .form-control:focus, form.message-form .form-select:focus { box-shadow: none; border-color: #0D3560; }
section.contactus.section-spacing.p-4 img.img-fluid { border-radius: 10px;}

/* Coutry We Trade*/
section.country-we-trade.section-spacing { background: #d9d9d9; }
section.country-we-trade.section-spacing img.img-fluid { max-width: 970px; margin-top: 50px; width: 100%; }
.availability { margin: 0 auto 30px; display: table; float: none; }
.availability ul { margin: 0; padding: 0; }
.availability ul li { float: left; margin-right: 30px; list-style: none; font-weight: 600; }
.availability ul li::before { content: "•"; color: #392DCA; font-size: 27px; margin-right: 8px; line-height: 23px; float: left; }
.availability ul li:first-child::before { color: #FF6B3C; }

/* Need Help */
section.need-help.section-spacing { background: #0D3560; padding: 40px 0; }
section.need-help.section-spacing p.title-tag-line { color: #fff; font-size: 15px; }
section.need-help.section-spacing p.main-title { color: #fff; font-size: 30px; width: 100%; line-height: 40px; font-weight: 400; max-width: 680px; margin: 0 auto 30px; }
.helpbox { width: 100%; text-align: center; }
.helpbox-button { width: 100%; text-align: center; }
.helpbox-button .btn-get-started { background: #fff; color: #0D3560; border-color: #fff; }
.helpbox-button .btn-get-started:hover { background: #FF6B3C; color: #fff; border-color: #FF6B3C; }

.who-we-are.section-spacing.bg-light-blue.our-team .service-card h5 { margin-bottom: 5px; }
p.founder-location { font-size: 17px; font-weight: 600; background: #0D3560; color: #ffffff; padding: 11px 5px; border-radius: 0; margin-top: 14px; margin-bottom: -25px; margin-left: -20px; width: calc(100% + 40px); }

/* Footer*/
footer { background: #0D3560; float: left; width: 100%; padding: 50px 0 10px; }
.footer-logo img.img-fluid { max-width: 350px; width: 100%; }
.footer-logo p { color: #fff; float: left; font-size: 16px; margin-top: 20px; max-width: 375px; width: 100%; }

.social-media { float: left; width: 100%; margin-top: 10px; }
.social-media ul { margin: 0; padding: 0; }
.social-media ul li { float: left; margin-right: 10px; list-style: none; }
.social-media ul li a { border: 1px solid #6e6e6e; width: 43px; border-radius: 50%; height: 42px; text-align: center; line-height: 40px; float: left; color: #fff; font-size: 17px; }
.social-media ul li a:hover { background: #FF6B3C; color: #fff; border-color: #FF6B3C; }
p.quick-links-title { color: #fff; font-weight: 600; font-size: 20px; margin-bottom: 25px; }
.quick-links ul { margin: 0; padding: 0; }
.quick-links ul li { list-style: none; margin-top: 15px; line-height: 21px; font-size: 16px; }
.quick-links ul li a { color: #fff; text-decoration: none; }
.quick-links ul li a:hover, .quick-links ul li a.active { color: #FF6B3C; }
p.help-footer-title { color: #fff; font-size: 16px; }
footer .btn-get-started { background: #fff; color: #0D3560; border-color: #fff; margin-top: 15px; }
footer .btn-get-started:hover { background: #E23A45; color: #fff;}
p.copyright { text-align: center; color: #fff; border-top: 1px solid #ffffff26; padding-top: 25px; margin-top: 50px; font-size: 16px; }

.chatbox { position: fixed; bottom: 20px; right: 20px; z-index: 999; }
.btn-chat { position: fixed; bottom: 20px; right: 20px; background: #ff5252; color: #fff; border: none; width: 50px; height: 50px; cursor: pointer; font-size: 22px; z-index: 999; padding: 6px 10px; border-radius: 50%; }
.chat-menu { position: fixed; bottom: 80px; right: 20px; flex-direction: column; gap: 8px; opacity: 0; visibility: hidden; transform: translateY(20px); transition: all 0.3s ease;  }
.chat-menu.active { opacity: 1; visibility: visible; transform: translateY(0); z-index: 1; }
.chat-btn { width: 50px; height: 50px; border-radius: 50%; display: flex; justify-content: center; align-items: center; color: white; font-size: 24px; border: none; cursor: pointer; }
.chat-btn.phone { background: #00c853; text-decoration: none; margin-top: 10px; }
.chat-btn.whatsapp { background: #25d366; text-decoration: none; margin-top: 10px;}
.chat-btn.email { background: #ff5252; text-decoration: none; margin-top: 10px; }
.chat-btn.close { background: #ff1744; text-decoration: none; margin-top: 10px; } 
.chat-btn.phone:hover, .chat-btn.whatsapp:hover, .chat-btn.email:hover { background: #FF6B3C; color: #fff; }

/* Ferrous & Non Ferrous Metal Scrap Page */
.slider.inner-slider { margin-bottom: 0px; }
section.slider.inner-slider h1.slider-title, section.slider.inner-slider p.slider-description { max-width: 100%; text-align: center; }
section.slider.inner-slider p.slider-description { font-size: 23px; }
p.main-title.inner-small-title { font-size: 31px; }
.cstm-pl-50 { padding-left: 50px; }
.cstm-pr-50 { padding-right: 50px; }
.row.cstm-top-bottom-space { margin: 35px 0 100px 0; }
.row.cstm-top-bottom-space:last-child { margin-bottom: 20px; }

p.main-title.main-title-small { font-size: 27px; color: #FF5252; }
.image-full-box img.img-fluid { width: 100%; }

section.who-we-are.section-spacing.bg-light-blue { background: #F5F8FF; }
section.who-we-are.section-spacing.bg-light-blue .service-card { background: #fff; width: 100%; }
p.title-description.text-center.how-it-work-description { max-width: 930px; margin: 0 auto 30px; display: table; }
section.who-we-are.section-spacing img.img-fluid.how-it-work-img { max-width: 520px; width: 100%; margin: 0 auto; display: table; }

h1.modal-title { font-size: 25px; color: #0D3560; font-weight: 600; padding-left: 10px; }
.modal-header.border-0 { box-shadow: 0px 2px 5px 0px #0000000a; }
.modal-footer.border-0 { padding-bottom: 20px; }
.modal-backdrop.show { background-color: rgba(0, 0, 0, 0.9) !important; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); opacity: 0.95; }

section.who-we-are.section-spacing.image-full-box.lead-rubber-scrap { padding-top: 20px; }
section.who-we-are.section-spacing.blog-list .service-card h5 { text-align: left; margin-bottom: 8px; font-size: 19px; }
section.who-we-are.section-spacing.blog-list p.card-text { text-align: left; }
section.who-we-are.section-spacing.blog-list a.btn-get-started { float: left; }
a.decoration-none { text-decoration: none; }

section.who-we-are.section-spacing.blog-list .service-card:hover a.decoration-none h5.card-title { color: #FF5252; }
section.who-we-are.section-spacing.contact-us .service-card h5.card-title { margin-bottom: 6px; margin-top: -8px; }
section.who-we-are.section-spacing.contact-us .service-card .card-body { padding: 25px; }
section.who-we-are.section-spacing.contact-us .service-card-img i.fa-solid { background: #0D3560; color: #fff; padding: 15px 0; border-radius: 6px; margin-top: 30px; width: 50px; font-size: 20px; }
section.who-we-are.section-spacing.contact-us .service-card:hover { box-shadow: none; }
section.who-we-are.section-spacing.contact-us .service-card { width: 100%; }
section.who-we-are.section-spacing.contact-us .service-card p.card-text { max-width: 240px; margin: 12px auto 0; }
section.who-we-are.section-spacing.contact-us .service-card p.card-text a { text-decoration: underline; color: #0D3560; font-weight: 600; }

.object-fit-cover { object-fit: cover; object-position: center; border-radius: 10px; }
iframe.map { width: 100%; }
.post-image { width: 100%; max-height: 600px; -o-object-fit: cover; object-fit: cover; margin-top: 15px; }
.page-content { margin-top: 20px; }
.page-content p strong { font-size: 22px; color: #0D3560; }

section.who-we-are.section-spacing.bg-light-blue.our-team .col-xl-3.col-sm-6.d-flex.wow.animate__fadeIn.animate__animated { max-width: 300px; width: 100%; }

@media ( max-width: 1199px ) { 
    p.slider-subtitle, h1.slider-title, p.slider-description, p.title-tag-line, p.main-title, p.title-description { text-align: center; }
    h1.slider-title { font-size: 53px; max-width: 100%; }
    p.slider-description { max-width: 100%; font-size: 17px; }
    .cstm-pl-50 { padding-left: calc(var(--bs-gutter-x) * .5); }
    .cstm-pr-50 { padding-right: calc(var(--bs-gutter-x) * .5); }
    section.slider .btn.btn-get-started { margin: 0 auto; display: table; }
    .who-we-are a.btn.btn-get-started, .who-we-are button.btn.btn-get-started { margin: 0 auto; display: table; float: none; }
    p.main-title.inner-small-title { font-size: 27px; }
    .row.cstm-top-bottom-space { margin-top: 0px; margin-bottom: 50px; }
    section.who-we-are.section-spacing.blog-list p.main-title { text-align: left; }
    section.who-we-are.section-spacing.blog-list.pt-5 img.card-img-top.post-image { border-radius: 10px; }
}

@media (max-width:991px) {
    header .navbar-collapse ul { margin-top: 20px; }
    header .navbar-collapse ul li.nav-item a { border-bottom: 1px solid #F5F4F5; }
    header .navbar-collapse ul li:last-child { margin-bottom: 10px; }
    header .navbar-nav .nav-link { margin: 0px; }
    section.section-spacing { padding: 40px 0; }
    .why-choose-us { margin-top: 40px; }
    p.main-title { font-size: 35px; }
    section.contactus.section-spacing.p-4 .p-5 { padding: 0px !important; }
    section.who-we-are.section-spacing.image-full-box .col-xl-6 { padding-left: 0; padding-right: 0; }
    section.scrap-we-deal-with.contact-us-form.section-spacing.p-3 .col-lg-6.d-flex.wow.align-items-center .p-5 { padding: 10px !important;}
}

@media ( max-width: 767px) {
    p.slider-subtitle, h1.slider-title, p.slider-description { text-align: center; }
    h1.slider-title { font-size: 45px; }
    p.slider-description { font-size: 15px; }
    section.slider .btn.btn-get-started { width: 100%; }
    .slider { padding: 80px 0; }
    section.section-spacing { padding: 30px 0;}
    .why-choose-us { margin-top: 30px; }
    p.title-tag-line { font-size: 15px; }
    p.main-title { font-size: 30px; line-height: 40px; }
    .footer-logo { text-align: center; }
    .footer-logo p { max-width: 100%; }
    .social-media { text-align: center; margin: 0 auto 30px; display: table; float: none; width: auto; }
}

@media (min-width: 768px) {
    /* mouse Cursor */
    .mouse-cursor { position: fixed; left: 0; top: 0; pointer-events: none; border-radius: 50%; -webkit-transform: translateZ(0); transform: translateZ(0); visibility: hidden; }
    .cursor-inner { margin-left: -3px; margin-top: -3px; width: 6px; height: 6px; z-index: 11111; background-color: #FF6B3C; -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out; transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out; }
    .cursor-inner.cursor-hover { margin-left: -15px; margin-top: -15px; width: 30px; height: 30px; background-color: #FF6B3C; opacity: .1; }
    .cursor-outer { margin-left: -15px; margin-top: -15px; width: 30px; height: 30px; border: 2px solid #FF6B3C; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 11111; opacity: .5; -webkit-transition: all .08s ease-out; transition: all .08s ease-out; }
    .cursor-outer.cursor-hover { opacity: 0; z-index: 11111; }
    .orido_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor{ display: none; opacity: 0; visibility: hidden; position: absolute; z-index: -1111; }
}

@media ( max-width: 576px) {
    p.quick-links-title, .quick-links ul li { text-align: center; }
    p.quick-links-title { margin-top: 30px; margin-bottom: 0px; }
    .social-media { margin: 0 auto 0px; }
    section.contactus.section-spacing.p-4 { padding-left: 0px !important; padding-right: 0px !important; }
 }
 @media ( max-width: 425px) {
    .footer-logo img.img-fluid { max-width: 260px; }
}