/* ===================================================================================

* Theme Name: Mint Digital Studio Child
* Theme URI: https://github.com/1Ayazahmed
* Author: Ayaz Ahmed
* Author URI: https://github.com/1Ayazahmed
* Description: IT Solutions & Services
* Version: 1.0.0
* Template: digitalcandy
* Text Domain: mintdigitalstudio
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready
* Tested up to: 6.6
* Requires PHP: 7.4

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of Mint Digital Studio updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* https://github.com/1Ayazahmed
* https://github.com/1Ayazahmed

====================================================================================== */
/*#chaty-widget-0 .channel-icon-Whatsapp .color-element {*/
/*    fill: #3166ff !important;*/
/*    color: #444dff !important;*/
/*}*/

.jWSwi_R_Xl8kPjUhuQoo{
	display: none !important;
}

.VJL48qbQzWENTFAh1Knk{
	display: none !important;
}
.tz-workp4-item:before {
	background-image: url(https://mintdigitalstudio.com/wp-content/uploads/2025/10/ourworkarrow.svg) !important;
}

.e9TS9yoMqqIN2PqBo1QG._i6SG2jlTfccH2ZZblil{
	display: none !important;
}

/* .tz-header-navigation-wrap{
background-color: white!important;	
} */



/* Industries We Work With (START)*/


/* Industries We Work With (END)*/


/* Strategic Digital Marketing Services(START) */




/* Strategic Digital Marketing Services(END) */


/* =====================================================
   🌍 GLOBAL STYLES FOR DIGITAL CANDY SERVICE PAGES
   ===================================================== */

/* 🧩 Base Typography */
body, .elementor-widget-container {
  font-family: 'Poppins', sans-serif;
  line-height: 1.7;
  color: #333;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 🧱 Section Wrapper */
.content-section {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* 🎯 Headings */
h1 {
  color: #3a52eb;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 30px;
}

h2 {
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 20px;
  margin-top: 40px;
}

p {
  margin-bottom: 15px;
  font-size: 1rem;
}

/* 🗂 Lists */
ul, ol {
  margin: 20px 0;
  padding-left: 25px;
}
li {
  margin-bottom: 10px;
  line-height: 1.6;
}

/* 💠 Divider */
hr {
  border: none;
  border-top: 2px solid #3a52eb20;
  margin: 40px 0;
}

/* 💎 Highlight */
strong {
  color: #3a52eb;
}

/* 📦 Accordion */
.accordion-item {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.accordion-item:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.accordion-header {
  background: #f7f8ff;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}
.accordion-header:hover {
  background: #eaf0ff;
}
.accordion-header span {
  font-size: 20px;
  color: #3a52eb;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 20px;
}
.accordion-content.open {
  max-height: 500px;
  padding: 15px 20px;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.2rem; }
  .content-section { padding: 25px 15px; }
}
