 /* ============================================
Let's Grow Your Business Together
           ============================================ */
    .grow-business-section {
        background: #ffffff;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
    }
.title1 {
    font-size: 2rem;
}

@media (max-width: 590px) {
    .title1 {
        font-size: calc(1.325rem + .9vw);
    }
}
    .grow-business-section::before {
        content: '';
        position: absolute;
        top: -30%;
        right: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(212, 175, 55, 0.04), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    .grow-business-section::after {
        content: '';
        position: absolute;
        bottom: -20%;
        left: -5%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(212, 175, 55, 0.03), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    /* Wrapper */
    .grow-business-wrapper {
        display: flex;
        align-items: center;
        gap: 60px;
        max-width: 1100px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    /* Image Side */
    .grow-business-image {
        flex: 1;
        position: relative;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    }

    .grow-business-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: 0.5s;
        border-radius: 24px;
        border: 3px solid #d4a017;
    }

    .grow-business-image:hover img {
        transform: scale(1.03);
    }

    .grow-business-badge {
        position: absolute;
        bottom: 25px;
        left: 25px;
        background: rgba(0, 0, 0, 0.75);
        backdrop-filter: blur(10px);
        padding: 12px 24px;
        border-radius: 50px;
        border: 1px solid rgba(212, 175, 55, 0.3);
    }

    .grow-business-badge span {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }

    .grow-business-badge span::before {
        content: '🚀 ';
        color: #d4a017;
    }

    /* Content Side */
    .grow-business-content {
        flex: 1.2;
        padding: 10px 0;
    }

    .grow-business-content .section-head {
        margin-bottom: 18px;
    }

   

    .grow-business-desc {
        color: #555;
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
        margin-bottom: 12px;
    }

    .grow-business-desc.last-desc {
        margin-bottom: 0;
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .grow-business-wrapper {
            gap: 40px;
        }

        .grow-business-content .section-head h2 {
            font-size: 30px;
        }

        
    }

    @media (max-width: 991px) {
        .grow-business-section {
            padding: 40px 0;
        }

        .grow-business-wrapper {
            flex-direction: column;
            gap: 35px;
        }

        .grow-business-image {
            width: 100%;
        }

        .grow-business-content {
            padding: 0;
            width: 100%;
        }

        .grow-business-content .section-head h2 {
            font-size: 28px;
        }

        .grow-business-desc {
            font-size: 14px;
        }
    }

    @media (max-width: 768px) {
        .grow-business-content .section-head h2 {
            font-size: 24px;
        }

        .grow-business-desc {
            font-size: 14px;
        }

        .grow-business-badge {
            bottom: 18px;
            left: 18px;
            padding: 10px 18px;
        }

        .grow-business-badge span {
            font-size: 12px;
        }
    }

    @media (max-width: 480px) {
        .grow-business-section {
            padding: 40px 0;
        }

        .grow-business-content .section-head .sm-title {
            font-size: 11px;
            padding: 4px 14px;
        }

        .grow-business-content .section-head h2 {
            font-size: 22px;
        }


        .grow-business-image {
            border-radius: 16px;
        }

        .grow-business-desc {
            font-size: 13px;
            line-height: 1.7;
        }

        .grow-business-badge {
            bottom: 12px;
            left: 12px;
            padding: 8px 14px;
        }

        .grow-business-badge span {
            font-size: 11px;
        }
    }

    @media (max-width: 380px) {
        .grow-business-content .section-head h2 {
            font-size: 20px;
        }

       

        .grow-business-desc {
            font-size: 12px;
        }

        .grow-business-badge {
            bottom: 10px;
            left: 10px;
            padding: 6px 12px;
        }

        .grow-business-badge span {
            font-size: 10px;
        }
    }
/* ============================================
Why Contact Trichy Digital Marketing?
           ============================================ */


    .why-contact-section {
        background: #000000;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
    }

    .why-contact-section::before {
        content: '';
        position: absolute;
        top: -40%;
        left: -10%;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(212, 175, 55, 0.03), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    .why-contact-section::after {
        content: '';
        position: absolute;
        bottom: -30%;
        right: -5%;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(212, 175, 55, 0.02), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    /* Section Head */
    .why-contact-section .section-head {
        text-align: center;
        margin-bottom: 20px;
    }

    /* Description */
    .why-contact-desc {
        color: #bdbdbd;
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
        max-width: 800px;
        margin: 0 auto 12px;
    }

    .why-contact-desc.last-desc {
        margin-top: 25px;
        margin-bottom: 0;
    }

    /* Grid */
    .why-contact-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 25px;
        max-width: 800px;
        margin: 20px auto 0;
        padding: 20px 25px;
        background: #111111;
        border-radius: 16px;
        border: 1px solid #222;
    }

    .why-contact-item {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #d9d9d9;
        font-size: 14px;
        line-height: 1.5;
        padding: 6px 0;
        transition: 0.3s;
        border-bottom: 1px solid #222;
    }

    .why-contact-item:nth-child(7) {
        border-bottom: none;
    }

    .why-contact-item:hover {
        color: #d4a017;
        transform: translateX(5px);
    }

    .why-contact-icon {
        color: #d4a017;
        font-size: 16px;
        flex-shrink: 0;
        width: 24px;
        text-align: center;
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .why-contact-section .section-head h2 {
            font-size: 32px;
        }
    }

    @media (max-width: 991px) {
        .why-contact-section {
            padding: 40px 0;
        }

        .why-contact-section .section-head h2 {
            font-size: 28px;
        }
    }

    @media (max-width: 768px) {
        .why-contact-section .section-head h2 {
            font-size: 24px;
        }

        .why-contact-desc {
            font-size: 14px;
        }

        .why-contact-grid {
            grid-template-columns: 1fr;
            gap: 8px;
            padding: 16px 18px;
            border-radius: 14px;
        }

        .why-contact-item {
            font-size: 13px;
            padding: 5px 0;
            border-bottom: 1px solid #222;
        }

        .why-contact-item:last-child {
            border-bottom: none;
        }
    }

    @media (max-width: 480px) {
        .why-contact-section {
            padding: 40px 0;
        }

        .why-contact-section .section-head .sm-title {
            font-size: 11px;
            padding: 4px 14px;
        }

        .why-contact-section .section-head h2 {
            font-size: 22px;
        }

        .why-contact-desc {
            font-size: 13px;
            line-height: 1.7;
        }

        .why-contact-grid {
            padding: 14px 14px;
            border-radius: 12px;
            gap: 6px;
        }

        .why-contact-item {
            font-size: 12px;
            padding: 4px 0;
        }

        .why-contact-icon {
            font-size: 14px;
            width: 20px;
        }
    }

    @media (max-width: 380px) {
        .why-contact-section .section-head h2 {
            font-size: 20px;
        }

        .why-contact-desc {
            font-size: 12px;
        }

        .why-contact-item {
            font-size: 11px;
        }
    }


/* ============================================
How Can We Help?
           ============================================ */
           

    .help-section {
        background: #ffffff;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
    }

    .help-section::before {
        content: '';
        position: absolute;
        top: -30%;
        right: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(212, 175, 55, 0.04), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    .help-section::after {
        content: '';
        position: absolute;
        bottom: -20%;
        left: -5%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(212, 175, 55, 0.03), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    /* Section Head */
    .help-section .section-head {
        text-align: center;
        margin-bottom: 20px;
    }

   
  

    /* Description */
    .help-desc {
        color: #555;
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
        max-width: 800px;
        margin: 0 auto 12px;
    }

    .help-desc.last-desc {
        margin-top: 25px;
        margin-bottom: 0;
    }

    /* Grid */
    .help-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 25px;
        max-width: 800px;
        margin: 20px auto 0;
        padding: 20px 25px;
        background: #ffc10778;
        border-radius: 16px;
        border: 1px solid #eee;
    }

    .help-item {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #444;
        font-size: 14px;
        line-height: 1.5;
        padding: 6px 0;
        transition: 0.3s;
        border-bottom: 1px solid #eee;
    }

    .help-item:nth-child(9),
    .help-item:nth-child(10) {
        border-bottom: none;
    }

    .help-item:hover {
        color: #d4a017;
        transform: translateX(5px);
    }

    .help-icon {
        color: #d4a017;
        font-size: 16px;
        flex-shrink: 0;
        width: 24px;
        text-align: center;
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .help-section .section-head h2 {
            font-size: 32px;
        }
    }

    @media (max-width: 991px) {
        .help-section {
            padding: 40px 0;
        }

        .help-section .section-head h2 {
            font-size: 28px;
        }
    }

    @media (max-width: 768px) {
        .help-section .section-head h2 {
            font-size: 24px;
        }

        .help-desc {
            font-size: 14px;
        }

        .help-grid {
            grid-template-columns: 1fr;
            gap: 8px;
            padding: 16px 18px;
            border-radius: 14px;
        }

        .help-item {
            font-size: 13px;
            padding: 5px 0;
            border-bottom: 1px solid #eee;
        }

        .help-item:nth-child(10) {
            border-bottom: none;
        }
    }

    @media (max-width: 480px) {
        .help-section {
            padding: 40px 0;
        }

        .help-section .section-head .sm-title {
            font-size: 11px;
            padding: 4px 14px;
        }

        .help-section .section-head h2 {
            font-size: 22px;
        }

        .help-desc {
            font-size: 13px;
            line-height: 1.7;
        }

        .help-grid {
            padding: 14px 14px;
            border-radius: 12px;
            gap: 6px;
        }

        .help-item {
            font-size: 12px;
            padding: 4px 0;
        }

        .help-icon {
            font-size: 14px;
            width: 20px;
        }
    }

    @media (max-width: 380px) {
        .help-section .section-head h2 {
            font-size: 20px;
        }

        .help-desc {
            font-size: 12px;
        }

        .help-item {
            font-size: 11px;
        }
    }


/* ============================================
Let's Build Something Amazing Together
============================================ */

    .contact-premium{
position:relative;
background:#000;
padding:40px 0;
overflow:hidden;
}

.contact-overlay{
position:absolute;
width:500px;
height:500px;
background:#d4a017;
filter:blur(220px);
opacity:.15;
top:-150px;
right:-150px;
}

.contact-heading{
max-width:700px;
margin:auto;
margin-bottom:60px;
}

.contact-heading span{
color:#d4a017;
letter-spacing:3px;
}

.contact-heading h2{
color:#fff;
font-size:58px;
margin:15px 0;
font-weight:800;
}

.contact-heading p{
color:#bbb;
}

.contact-card{
background:rgba(255,255,255,.04);
backdrop-filter:blur(15px);
border:1px solid #d4a017;
border-radius:30px;
overflow:hidden;
display:grid;
grid-template-columns:420px 1fr;
}

.contact-left{
background:linear-gradient(
180deg,
#d4a017);
padding:50px;
}

.info-box{
display:flex;
gap:18px;
margin-bottom:35px;
}

.info-box i{
font-size:24px;
color:#000;
}

.info-box h5{
color:#000;
font-weight:700;
}

.info-box p,
.info-box a{
color:#111;
text-decoration:none;
}

.google-btn{
display:inline-flex;
gap:10px;
align-items:center;
background:#000;
color:#fff;
padding:7px 10px;
border-radius:50px;
text-decoration:none;
font-weight:600;
}

.contact-right{
padding:50px;
}

.contact-right input,
.contact-right textarea{
width:100%;
background:#111;
border:1px solid #6c561d;
color:#fff;
padding:16px;
margin-bottom:15px;
border-radius:12px;
}

.contact-right button{
background:#d4a017;
color:#000;
border:none;
padding:15px 35px;
border-radius:12px;
font-weight:700;
}

@media(max-width:991px){

.contact-card{
grid-template-columns:1fr;
}

.contact-heading h2{
font-size:42px;
}

.contact-left,
.contact-right{
padding:35px;
}

}

@media(max-width:576px){

.contact-premium{
padding:30px 0;
}

.contact-heading h2{
font-size:30px;
}

.contact-left,
.contact-right{
padding:25px;
}

}
#submitBtn{
    min-width:180px;
    transition:.3s;
}

#submitBtn:disabled{
    opacity:.8;
    cursor:not-allowed;
}


/* ============================================
Find Us Here
============================================ */


    .map-section {
        background: #ffffff;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
    }

    .map-section::before {
        content: '';
        position: absolute;
        top: -30%;
        right: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(212, 175, 55, 0.04), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    .map-section::after {
        content: '';
        position: absolute;
        bottom: -20%;
        left: -5%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(212, 175, 55, 0.03), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    /* Section Head */
    .map-section .section-head {
        text-align: center;
        margin-bottom: 30px;
    }

  

    /* Map Container */
    .map-container {
        border-radius: 20px;
        overflow: hidden;
        border: 3px solid #d4a017;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
        transition: 0.3s;
    }

    .map-container:hover {
        box-shadow: 0 20px 60px rgba(212, 175, 55, 0.08);
        border-color: #ffd700;
    }

    .map-container iframe {
        width: 100%;
        height: 450px;
        display: block;
        border: none;
    }

    /* Contact Info Below Map */
    .map-contact-info {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 30px;
        padding: 25px 30px;
        background: #ffc10778;
        border-radius: 16px;
        border: 1px solid #eee;
        transition: 0.3s;
    }

    .map-contact-info:hover {
        border-color: #d4a017;
        box-shadow: 0 10px 30px rgba(212, 175, 55, 0.04);
    }

    .map-info-item {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 4px 0;
        transition: 0.3s;
    }

    .map-info-item:hover {
        transform: translateX(4px);
    }

    .map-info-icon {
        width: 42px;
        height: 42px;
        background: rgba(212, 175, 55, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #d4a017;
        flex-shrink: 0;
        transition: 0.3s;
    }

    .map-info-item:hover .map-info-icon {
        background: #d4a017;
        color: #000;
    }

    .map-info-label {
        font-size: 11px;
        font-weight: 600;
        color: #999;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        display: block;
    }

    .map-info-value {
        font-size: 14px;
        font-weight: 600;
        color: #222;
        text-decoration: none;
        display: block;
        transition: 0.3s;
    }

    .map-info-value:hover {
        color: #d4a017;
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .map-section .section-head h2 {
            font-size: 32px;
        }

        .map-container iframe {
            height: 380px;
        }
    }

    @media (max-width: 991px) {
        .map-section {
            padding: 40px 0;
        }

        .map-section .section-head h2 {
            font-size: 28px;
        }

        .map-contact-info {
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            padding: 20px 20px;
        }
    }

    @media (max-width: 768px) {
        .map-section .section-head h2 {
            font-size: 24px;
        }

        .map-container iframe {
            height: 300px;
        }

        .map-container {
            border-radius: 14px;
        }

        .map-contact-info {
            grid-template-columns: 1fr;
            gap: 12px;
            padding: 18px 18px;
            border-radius: 14px;
        }

        .map-info-item {
            padding: 3px 0;
        }

        .map-info-value {
            font-size: 13px;
        }

        .map-info-icon {
            width: 38px;
            height: 38px;
            font-size: 16px;
        }
    }

    @media (max-width: 480px) {
        .map-section {
            padding: 40px 0;
        }

        .map-section .section-head .sm-title {
            font-size: 11px;
            padding: 4px 14px;
        }

        .map-section .section-head h2 {
            font-size: 22px;
        }

        .map-container iframe {
            height: 220px;
        }

        .map-container {
            border-radius: 12px;
        }

        .map-contact-info {
            padding: 14px 14px;
            border-radius: 12px;
            gap: 10px;
        }

        .map-info-value {
            font-size: 12px;
        }

        .map-info-icon {
            width: 34px;
            height: 34px;
            font-size: 14px;
        }

        .map-info-label {
            font-size: 10px;
        }
    }

    @media (max-width: 380px) {
        .map-container iframe {
            height: 180px;
        }

        .map-section .section-head h2 {
            font-size: 20px;
        }

        .map-info-value {
            font-size: 11px;
        }
    }



/* ============================================
 faq section 
============================================ */

.fq-section {
--fq-accent: #D4AF37;      /* Rich Gold */
    --fq-accent2: #FFD700;     /* Bright Gold */
    --fq-dark: #0d1117;
    --fq-card: #141b22;

    --fq-border: rgba(212, 175, 55, 0.25);

    --fq-text: #c9d1d9;
    --fq-muted: #8b949e;
    --fq-white: #ffffff;
  --fq-radius: 14px;
  --fq-trans: 0.32s cubic-bezier(.4, 0, .2, 1);
  background:#000;
  padding: 72px 0 80px;
  overflow: hidden
}

.fq-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  opacity: .18
}

.fq-blob--1 {
  width: 400px;
  height: 400px;
  background: var(--fq-accent);
  top: -120px;
  left: -100px
}

.fq-blob--2 {
  width: 300px;
  height: 300px;
  background: var(--fq-accent2);
  bottom: -80px;
  right: -80px
}

.fq-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1
}

.fq-header {
  text-align: center;
  margin-bottom: 48px
}

.fq-badge {
  display: inline-block;
  background: rgb(145 217 4 / .12);
  border: 1px solid var(--fq-border);
  color: var(--fq-accent);
  letter-spacing: .12em;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 50px;
  margin-bottom: 18px
}

.fq-title {
  color: var(--fq-white);
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800;
  line-height: 1.22;
  margin: 0 0 14px;
  letter-spacing: -.02em
}

.fq-title span {
  color: var(--fq-accent)
}

.fq-sub {
  color: var(--fq-muted);
  font-size: .97rem;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.65
}

.fq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.fq-item {
  background: var(--fq-card);
  border: 1px solid var(--fq-border);
  border-radius: var(--fq-radius);
  overflow: hidden;
  transition: border-color var(--fq-trans), box-shadow var(--fq-trans)
}

.fq-item:hover {
  border-color: #D4AF37;   
}

.fq-item.fq-open {
  border-color: var(--fq-accent);
  box-shadow: 0 0 0 1px rgb(145 217 4 / .25), 0 8px 32px rgb(0 0 0 / .35)
}

.fq-btn {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  outline: none
}

.fq-btn:focus-visible {
  outline: 2px solid var(--fq-accent);
  outline-offset: -2px
}

.fq-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgb(145 217 4 / .1);
  border: 1px solid var(--fq-border);
  color: var(--fq-accent);
  font-size: .7rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .05em;
  transition: background var(--fq-trans), border-color var(--fq-trans)
}

.fq-open .fq-num {
  background: var(--fq-accent);
  border-color: var(--fq-accent);
  color: var(--fq-dark)
}

h2.fq-q-text {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  flex: 1;
  color: var(--fq-white);
  transition: color var(--fq-trans)
}

.fq-open h2.fq-q-text {
  color: var(--fq-accent)
}

.fq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background:#000;
  border: 1px solid var(--fq-border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--fq-trans), transform var(--fq-trans)
}

.fq-icon svg {
  width: 13px;
  height: 13px;
  stroke: var(--fq-accent);
  transition: transform var(--fq-trans)
}

.fq-open .fq-icon {
  background: var(--fq-accent)
}

.fq-open .fq-icon svg {
  stroke: var(--fq-dark);
  transform: rotate(45deg)
}

.fq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--fq-trans)
}

.fq-answer-inner {
  padding: 0 22px 20px 70px;
  text-align: justify;
  color: var(--fq-text);
  font-size: .94rem;
  line-height: 1.72
}

.fq-more-wrap {
  text-align: center;
  margin-top: 40px
}

.fq-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--fq-accent);
  color: var(--fq-dark);
  font-size: .9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background var(--fq-trans), transform var(--fq-trans), box-shadow var(--fq-trans);
  box-shadow: 0 4px 20px rgb(145 217 4 / .25)
}

.fq-more-btn:hover {
  background: var(--fq-accent2);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgb(145 217 4 / .35)
}

.fq-more-btn svg {
  width: 16px;
  height: 16px;
  stroke: var(--fq-dark);
  flex-shrink: 0;
  transition: transform var(--fq-trans)
}

.fq-more-btn:hover svg {
  transform: translateX(3px)
}

.fq-answer {
  cursor: pointer
}

@media (max-width:600px) {
  .fq-section {
    padding: 52px 0 60px
  }
  .fq-answer-inner {
    padding-left: 22px
  }
  .fq-btn {
    padding: 16px 16px;
    gap: 12px
  }
}



/* ============================================
Let's Discuss Your Business Growth
============================================ */


    .discuss-growth-section {
        background: #ffffff;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
    }

    .discuss-growth-section::before {
        content: '';
        position: absolute;
        top: -30%;
        right: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(212, 175, 55, 0.04), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    .discuss-growth-section::after {
        content: '';
        position: absolute;
        bottom: -20%;
        left: -5%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(212, 175, 55, 0.03), transparent);
        border-radius: 50%;
        pointer-events: none;
    }

    /* Wrapper */
    .discuss-growth-wrapper {
        max-width: 850px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        z-index: 1;
        background: #ffc10778;
        border: 1px solid #eee;
        border-radius: 24px;
        padding: 55px 50px;
        transition: 0.3s;
    }

    .discuss-growth-wrapper:hover {
        border-color: #d4a017;
        box-shadow: 0 15px 50px rgba(212, 175, 55, 0.06);
    }

    /* Section Head */
    .discuss-growth-wrapper .section-head {
        margin-bottom: 20px;
    }

    /* Description */
    .discuss-growth-desc {
        color: #555;
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
        max-width: 750px;
        margin: 0 auto 14px;
    }

    .discuss-growth-desc.last-desc {
        margin-bottom: 0;
    }

    /* Buttons */
    .discuss-growth-buttons {
        display: flex;
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .discuss-growth-btn-primary {
        display: inline-block;
        background: #d4a017;
        color: #000;
        padding: 14px 35px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        transition: 0.3s;
        border: 2px solid #d4a017;
    }

    .discuss-growth-btn-primary:hover {
        background: #000;
        color: #d4a017;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
    }

    .discuss-growth-btn-secondary {
        display: inline-block;
        background: transparent;
        color: #d4a017;
        padding: 14px 35px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        transition: 0.3s;
        border: 2px solid #d4a017;
    }

    .discuss-growth-btn-secondary:hover {
        background: #d4a017;
        color: #000;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .discuss-growth-wrapper {
            padding: 45px 35px;
            border-radius: 20px;
        }

        .discuss-growth-wrapper .section-head h2 {
            font-size: 32px;
        }
    }

    @media (max-width: 991px) {
        .discuss-growth-section {
            padding: 40px 0;
        }

        .discuss-growth-wrapper {
            padding: 40px 30px;
            margin: 0 15px;
        }

        .discuss-growth-wrapper .section-head h2 {
            font-size: 28px;
        }
    }

    @media (max-width: 768px) {
        .discuss-growth-wrapper {
            padding: 30px 20px;
            border-radius: 18px;
        }

        .discuss-growth-wrapper .section-head h2 {
            font-size: 24px;
        }

        .discuss-growth-desc {
            font-size: 14px;
        }

        .discuss-growth-buttons {
            flex-direction: column;
            align-items: center;
            width: 100%;
        }

        .discuss-growth-btn-primary,
        .discuss-growth-btn-secondary {
            width: 100%;
            max-width: 400px;
            text-align: center;
            padding: 12px 20px;
            font-size: 14px;
        }
    }

    @media (max-width: 480px) {
        .discuss-growth-section {
            padding: 40px 0;
        }

        .discuss-growth-wrapper {
            padding: 22px 16px;
            border-radius: 16px;
            margin: 0 10px;
        }

        .discuss-growth-wrapper .section-head .sm-title {
            font-size: 11px;
            padding: 4px 14px;
        }

        .discuss-growth-wrapper .section-head h2 {
            font-size: 22px;
        }

        .discuss-growth-desc {
            font-size: 13px;
            line-height: 1.7;
        }

        .discuss-growth-btn-primary,
        .discuss-growth-btn-secondary {
            font-size: 13px;
            padding: 10px 16px;
            max-width: 100%;
        }
    }

    @media (max-width: 380px) {
        .discuss-growth-wrapper {
            padding: 18px 12px;
        }

        .discuss-growth-wrapper .section-head h2 {
            font-size: 20px;
        }

        .discuss-growth-desc {
            font-size: 12px;
        }
    }
