/* ============================================
   Consolidated CSS File
   Migrated from all HTML files and existing CSS files
   ============================================ */

/* ============================================
   Existing CSS from Navbar-Right-Links-icons.css
   ============================================ */
.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

/* ============================================
   Existing CSS from styles.css
   ============================================ */
#cardlink {
  text-decoration: initial;
}

/* ============================================
   Global Styles
   ============================================ */
html, body {
  font-family: Akshar, sans-serif;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

/* ============================================
   Top Bar / Header Bar
   ============================================ */
.top-bar {
  background: #00a7ee;
  padding-top: 5px;
  padding-bottom: 5px;
  color: rgb(255, 255, 255);
}

.top-bar-content {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.top-bar-item {
  margin-right: 35px;
}

.top-bar-icon {
  margin-right: 15px;
}

/* ============================================
   Navigation Bar
   ============================================ */
.navbar-brand-text {
  margin-right: 10px;
  font-weight: bold;
  font-size: 34px;
}

.navbar-brand-text-alt {
  font-size: 34px;
}

.nav-item-bold {
  font-weight: 700;
  font-size: 13px;
}

.nav-link-black {
  color: rgb(0, 0, 0);
}

.nav-link-bold-black {
  font-weight: bold;
  color: rgb(0, 0, 0);
}

.nav-search-icon {
  color: #333;
  padding: 8px;
  transition: color 0.3s ease;
}

.nav-search-icon:hover {
  color: #00a7ee;
}

/* ============================================
   Hero Section
   ============================================ */
.hero-section {
  background: url('assets/img/home.jpeg');
  background-size: cover;
  text-align: center;
  padding: 0px;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}

.hero-overlay{
    padding-top: 100px;
    padding-bottom: 100px;
}

.hero-title {
  color: rgb(255, 255, 255);
  font-size: 54px;
  font-weight: 600;
}

.hero-subtitle {
  color: rgb(255, 255, 255);
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 55px;
}
.bread-crumb{
  background: url(assets/img/gapp13.jpg);
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.637);
}
.bread-crumb-copper{
  background: url(assets/img/copperbanner.png);
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.637); 
}
.bread-crumb-catho{
  background: url(assets/img/cathocoppa.png);
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.637); 
}
.bread-crumb-ore{
  background: url(assets/img/copperore.png);
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.637); 

}
.bread-crumb-gold{
  background: url(assets/img/goldbuy.jpg);
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.637); 

}
.bread-crumb-mining{
  background: url(assets/img/mineoper.jpg);
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.637);
}
/* Page Header Hero */
.page-hero {
  background: url(_assets/img/b3.html);
  text-align: center;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
}

.page-hero-overlay {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  
  padding-top: 80px;
  padding-bottom: 70px;
}

.page-hero-title {
  color: rgb(255, 255, 255);
  font-size: 52px;
}

/* ============================================
   Buttons
   ============================================ */
.btn-primary-custom {
  margin-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 28px;
  padding-right: 28px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 0px;
  border-top-right-radius: 30px;
  border-style: none;
  font-weight: 400;
  background: rgb(0, 167, 238);
  color: #ffffff;
  text-decoration: none;
}

.btn-primary-custom:hover {
  background: rgb(0, 145, 210);
  color: #ffffff;
}

.btn-primary-outline {
  margin-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 28px;
  padding-right: 28px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 0px;
  border-top-right-radius: 30px;
  background: transparent;
  border: 2px solid rgb(255, 255, 255);
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
}

.btn-primary-blue {
  background: rgb(0, 167, 238);
  padding-top: 16px;
  padding-right: 28px;
  padding-bottom: 16px;
  padding-left: 28px;
  border-radius: 30px;
  border-style: none;
}

.btn-primary-orange {
  background: rgb(249, 117, 22);
  padding-top: 16px;
  padding-right: 28px;
  padding-bottom: 16px;
  padding-left: 28px;
  border-radius: 30px;
  border-style: none;
}

.btn-whatsapp {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding-top: 20px;
  background: rgb(26, 170, 3);
  border-style: none;
}

.btn-whatsapp i {
  font-size: 50px;
}

.btn-submit {
  width: 100%;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  border-radius: 30px;
  background: rgb(0, 167, 238);
}

/* ============================================
   Video Section
   ============================================ */
.video-section {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

/* ============================================
   Content Sections
   ============================================ */
.content-section {
  padding-top: 90px;
  padding-bottom: 50px;
  text-align: center;
}

.content-section > .row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.content-section-left {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-section-left > .row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom-style: solid;
  border-bottom-color: rgb(0, 167, 238);
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 40px;
}

.section-title-alt {
  border-bottom: 2px solid rgb(0, 167, 238);
  padding-bottom: 18px;
}

.section-content {
  padding-bottom: 30px;
}

/* ============================================
   Cards
   ============================================ */
.card-custom {
  text-align: left;
  height: 100%;
}

.card-body-custom {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}

.card-image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 30px;
}

.card-content {
  padding: 16px;
  color: rgb(128, 128, 128);
}

.card-title {
  margin-bottom: 18px;
  color: rgb(0, 0, 0);
  font-size: 18px;
}

.card-link {
  color: rgb(0, 167, 238);
}

.about-section{
  margin-top: 60px;
}
.tari{
  margin-bottom: 60px;
}
.cta-section-bbtn{
  margin: 0 auto;
  max-width: 1100px;
}
.card-link-text {
  border-top: 1px solid rgb(179, 177, 177);
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 16px;
}

.card-link-icon {
  margin-left: 15px;
}

/* ============================================
   Two Column Layouts
   ============================================ */
.two-col-image {
  padding: 0px;
  background: url(assets/img/copper.jpeg) center / cover no-repeat;
}

.img-outside {
  width: 300px;
  height: 300px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0;
}

.img-outside .two-col-image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.two-col-image-alt {
  padding: 0px;
  background: url(assets/img/copmine.jpeg) center / cover no-repeat;
}

.two-col-content {
  padding: 20px;
}

.two-col-empty {
  height: 100%;
}

/* ============================================
   CTA Section
   ============================================ */
.cta-section {
  padding: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #00a7ee;
}

.cta-content {
  padding-right: 28px;
  padding-left: 28px;
  color: rgb(255, 255, 255);
}

.cta-button-wrapper {
  text-align: center;
}

/* ============================================
   Contact Section
   ============================================ */
.contact-hero {
  background: url(_assets/img/b1.html) center / cover no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
}

.contact-overlay {
  background: rgba(0, 0, 0, 0.73);
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-title {
  text-align: center;
  color: rgb(255, 255, 255);
  border-bottom-style: solid;
  border-bottom-color: rgb(235, 116, 6);
  padding: 24px;
}

.contact-text {
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 24px;
  padding-bottom: 0px;
}

.contact-form-wrapper {
  padding: 50px;
}

/* ============================================
   Forms
   ============================================ */
.form-custom {
  padding-right: 30px;
  padding-left: 30px;
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 16px;
}

.form-control-custom {
  margin-bottom: 20px;
}

.form-textarea-custom {
  margin-bottom: 30px;
}

/* Form inputs with bottom border only */
input.form-control.form-control-minimal,
textarea.form-control.form-control-minimal {
  border: none !important;
  border-bottom: 1px solid #dee2e6 !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  background-color: transparent !important;
}

input.form-control.form-control-minimal:focus,
textarea.form-control.form-control-minimal:focus {
  box-shadow: none !important;
  border-bottom-color: #00a7ee !important;
  outline: none !important;
}

input.form-control.form-control-minimal::placeholder,
textarea.form-control.form-control-minimal::placeholder {
  font-size: 13px;
}

/* ============================================
   Contact Page Specific
   ============================================ */
.contact-location-item {
  margin-right: 10px;
}

.contact-location-image {
  padding: 10px;
}

.contact-location-image img {
  width: 100%;
  height: 90px;
  margin-bottom: 18px;
}

.contact-location-image .img-fluid {
  width: 100%;
  height: 90px;
  margin-bottom: 18px;
}

.contact-location-content {
  padding: 10px;
}

/* ============================================
   Footer
   ============================================ */
.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #00a7ee;
}

.footer-content {
  text-align: center;
}

.footer-text {
  color: rgb(255, 255, 255);
  font-size: 13px;
}

/* ============================================
   Page Content
   ============================================ */
.page-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-content-title {
  font-weight: bold;
  margin-bottom: 20px;
}

.page-content-bold {
  font-weight: bold;
}

/* ============================================
   Utility Classes
   ============================================ */
.text-white {
  color: rgb(255, 255, 255);
}

.text-black {
  color: rgb(0, 0, 0);
}

.bg-blue {
  background: #00a7ee;
}

.bg-overlay-dark {
  background: rgba(0, 0, 0, 0.68);
}

.bg-overlay-medium {
  background: rgba(0, 0, 0, 0.59);
}

.bg-overlay-dark-alt {
  background: rgba(0, 0, 0, 0.73);
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.padding-0 {
  padding: 0px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.height-100 {
  height: 100%;
}

/* ============================================
   Fix for horizontal scroll
   ============================================ */
* {
  box-sizing: border-box;
}

.container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
}

/* Ensure no element causes horizontal overflow */
img, video, iframe {
  max-width: 100%;
  height: auto;
}
.text-cont{
    font-size: 13px;
}
.mare{
    padding-top: 18px;
}
.text-head{
    font-size: 16px;
}
.tamuk{
    font-size: 18px;
}

/* ============================================
   Responsive Styles
   ============================================ */

/* Tablets and below (max-width: 991px) */
@media (max-width: 991px) {
  .navbar-nav {
    text-align: center;
    padding: 15px 0;
  }
  
  .nav-search-icon {
    display: flex;
    justify-content: center;
    padding: 15px 0;
  }
  
  .hero-title {
    font-size: 35px;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .section-title, .section-title-alt {
    font-size: 1.5rem;
  }
  
  .two-col-image, .two-col-image-alt {
    min-height: 300px;
  }
  
  .cta-section .row {
    text-align: center;
  }
  
  .cta-button-wrapper {
    margin-top: 20px;
  }
  
  .img-outside {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
  }
}

/* Mobile devices (max-width: 767px) */
@media (max-width: 767px) {
  .top-bar {
    display: none;
  }
  
  .hero-section {
    min-height: 400px;
  }
  
  .hero-title {
    font-size: 35px;
    line-height: 1.3;
  }
  
  .hero-subtitle {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
  
  .hero-overlay {
    padding: 30px 20px;
  }
  
  .btn-primary-custom, .btn-primary-outline {
    display: inline-block;
    width: auto;
    margin: 5px;
    padding: 10px 15px;
    font-size: 0.85rem;
  }
  
  .section-title, .section-title-alt {
    font-size: 1.3rem;
  }
  
  .card-custom {
    margin-bottom: 20px;
  }
  
  .two-col-image, .two-col-image-alt {
    min-height: 250px;
    margin-bottom: 20px;
  }
  
  .two-col-content {
    padding: 20px 15px;
  }
  
  .cta-section {
    padding: 30px 15px;
  }
  
  .cta-content h1 {
    font-size: 1.3rem;
  }
  
  .contact-title {
    font-size: 1.5rem;
  }
  
  .contact-text {
    font-size: 0.9rem;
  }
  
  .page-hero {
    min-height: 200px;
  }
  
  .page-hero-title {
    font-size: 1.5rem;
  }
  
  .page-content {
    padding: 20px 15px;
  }
  
  .page-content-title {
    font-size: 1.3rem;
  }
  
  .footer-text {
    font-size: 0.85rem;
  }
  
  /* Contact page responsive */
  .bg-light .col-12.col-sm-6 {
    width: 100%;
    margin-bottom: 25px;
  }
  
  .bg-light .d-flex {
    flex-direction: row;
    align-items: flex-start;
  }
  
  .bg-light .me-4.text-primary {
    margin-right: 15px !important;
    flex-shrink: 0;
  }
  
  .bg-light .me-4.text-primary svg {
    width: 24px;
    height: 24px;
  }
  
  .mare {
    padding-top: 25px;
    margin-bottom: 25px;
  }
  
  .form-control-minimal {
    font-size: 14px;
  }
}

/* Small mobile devices (max-width: 480px) */
@media (max-width: 480px) {
  .top-bar {
    padding: 8px 10px;
  }
  
  .top-bar-item {
    font-size: 0.85rem;
  }
  
  .navbar-brand img {
    width: 140px;
  }
  
  .hero-title {
    font-size: 35px;
  }
  
  /* Contact info section on small devices */
  .bg-light .row.mb-5 {
    margin-bottom: 0 !important;
  }
  
  .bg-light .col-12.col-sm-6 {
    margin-bottom: 30px;
  }
  
  .bg-light .d-flex.mb-5.mb-sm-0,
  .bg-light .d-flex.mare,
  .bg-light .d-flex.mb-0 {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 20px !important;
  }
  
  .mare {
    padding-top: 20px !important;
  }
  
  .hero-subtitle {
    font-size: 0.85rem;
  }
  
  .section-title, .section-title-alt {
    font-size: 1.2rem;
  }
  
  .card-title {
    font-size: 1rem;
  }
  
  .card-body p {
    font-size: 0.9rem;
  }
  
  .cta-content h1 {
    font-size: 1.1rem;
  }
  
  .btn-primary-orange, .btn-primary-outline {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  
  .text-head {
    font-size: 14px;
  }
  
  .text-cont {
    font-size: 12px;
  }
  
  .tamuk {
    font-size: 15px;
  }
}

