/*-- Use For Custom Styling --*/


/* ===================================
   About Section
====================================== */

/* Text Color */
.text-black{color: #202020;}
.text-white{color: #ffffff;}
.text-blue{color: #2b65dd;}
.text-green{color: #592b1c;}

.main-heading {
    font-size: 52px;              /* Bigger than default 40px */
    font-weight: 800;             /* Stronger emphasis */
    color: #592b1c;               /* Brand color */
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.main-heading p {
	padding-bottom: 100px;
	
}


.heading-area .sub-heading {
    font-size: 24px;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
}

.heading-area .heading {
    font-size: 35px;
    font-weight: bold;
	
    color: ;
    
    margin: 25px 0;
    font-family: 'Montserrat', sans-serif;
}

.heading-area .text {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #515050;
}

.heading-area .text-main {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #515050;
	padding-bottom:25px;
}



.elements-boxes .process-box {
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 2.5rem 15px;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
}

.elements-boxes .process-box:hover {
    -webkit-box-shadow: 0 0 20px -2px rgba(127, 123, 123, 0.5);
    box-shadow: 0 0 20px -2px rgba(127, 123, 123, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.elements-boxes .process-box .pro-step {
    height: 90px;
    width: 90px;
    line-height: 94px;
    font-size: 28px;
    color: #fff;
}

.elements-boxes .blog-three-block {
    width: 100%;
    height: 100%;
}

.elements-boxes .padding-half {
    padding: 3rem 0;
}

.elements-boxes .about-box {
    transition: .5s linear;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 40px;
    max-width: 350px;
}

.elements-boxes .about-box h5 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
}

.elements-boxes .about-box p {
    font-size: 16px;
    font-weight: normal;
    opacity: .8;
    font-family: 'Source Sans Pro', sans-serif;
}

.elements-boxes .about-box i {
    font-size: 30px;
    position: relative;
}

.elements-boxes .coming-soon-box i {
    font-size: 50px;
}

.elements-boxes .coming-soon-box {
    padding: 100px 40px;
}

.elements-boxes .about-box.green-box:hover {
    background-color: #592b1c;
}

.elements-boxes .about-box.blue-box:hover {
    background-color: #2b65dd;
}

.elements-boxes .about-box:hover h5, .elements-boxes .about-box:hover i, .elements-boxes .about-box:hover p {
    color: #ffffff;
}

.elements-boxes .about-box:hover  {
    transform: translate(0,-13px);
    transition: .5s ease;
}

.elements-boxes .mb-15px {
    margin-bottom: 15px;
}

.elements-boxes .mt-25px {
    margin-top: 25px;
}




.contact-heading {
    font-size: 3rem !important;
    font-weight: 700;
    color: #000; /* Optional */
}

.title.main-font.text-main {
  font-size: 2.50rem;      /* Large font size */
  font-weight: 700;       /* Bold */
  letter-spacing: 1px;    /* Slight spacing between letters */
  margin-bottom: 0.5rem;  /* Space below the heading */
  line-height: 1.2;       /* Tight line height */
  font-family: 'Arial', sans-serif; /* Or your preferred font */
  
}


#contact p.text-muted {
  font-size: 1.125rem;
  color: #6c757d;
  margin-top: 0.5rem;
  line-height: 1.6;
}


/* Product Category */


/* Section Background & Padding */
section.py-5.bg-white {
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Heading Container */
section.py-5.bg-white .text-center {
  margin-bottom: 1.5rem;
}

/* Main Heading Style */
section.py-5.bg-white h2.main-font.text-main.display-4 {
  font-weight: 700;
  color: #592b1c; /* Primary Brown */
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

/* Subtext paragraph */
section.py-5.bg-white p.text-muted {
  color: #3073e6; /* Accent Blue */
  font-size: 1.125rem;
  margin-bottom: 0;
}

/* Menu Box: Nav Pills Container */
#productsMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* Each nav item margin */
#productsMenu .nav-item {
  margin: 0 0.25rem;
}

/* Nav Links as box buttons with solid background */
/* Nav Links as box buttons with larger font size */
#productsMenu .nav-link.btn {
  border-radius: 8px;
  padding: 0.8rem 2rem;
  font-size: 0.9rem; /* Increased font size */
  font-weight: 600;
  color: #592b1c;
  background-color: #f5f0ee;
  border: 2px solid transparent;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  min-width: 200px;
  text-align: center;
  user-select: none;
}



/* Hover and active states */
#productsMenu .nav-link.btn:hover,
#productsMenu .nav-link.btn:focus,
#productsMenu .nav-link.btn.active {
  background-color: #3073e6; /* Accent Blue */
  color: #fff;
  border-color: #3073e6;
  box-shadow: 0 4px 8px rgba(48, 115, 230, 0.4);
  text-decoration: none;
}

/* Responsive: Adjust for small screens */
@media (max-width: 576px) {
  #productsMenu .nav-link.btn {
    font-size: 1rem; /* Slightly smaller but still readable on mobile */
    padding: 0.6rem 1.2rem;
    min-width: auto;
  }
}

/* ///// Services ///////// */


#approach {
  background-color: #f9f9f9;
}

#approach .text-main {
  color: #592b1c;
}

#approach h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

#approach p.text-muted {
  font-size: 1.125rem;
  color: #6c757d;
}

#approach .card-box {
  background-color: #fff;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

#approach .card-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

#approach .icon-box {
  background: #3073e6;
  color: #fff;
  font-size: 1.8rem;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, transform 0.3s ease;
}

#approach .card-box:hover .icon-box {
  background: #592b1c;
  transform: rotate(8deg);
}

#approach h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

#approach .card-box p {
  font-size: 0.95rem;
  line-height: 1.6;
}










