 /* ============================================
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(138, 15, 251, 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(138, 15, 251, 0.03), transparent);
     border-radius: 50%;
     pointer-events: none;
 }

 /* Wrapper */
 .grow-business-wrapper {
     display: flex !important;
     align-items: center !important;
     gap: 50px;
     max-width: 1150px;
     margin: 0 auto;
     position: relative;
     z-index: 1;
 }

 /* Image Side */
 .grow-business-image {
     flex: 1.15;
     position: relative;
     border-radius: 24px;
     overflow: hidden;
     box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
     margin-top: 0 !important;
 }

 .grow-business-image>img {
     width: 100%;
     height: 400px;
     min-height: 400px;
     object-fit: cover;
     object-position: center;
     display: block;
     transition: 0.5s;
     border-radius: 24px;
     border: 3px solid #8a0ffb;
 }

 .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(138, 15, 251, 0.3);
 }

 .grow-business-badge span {
     color: #fff;
     font-size: 14px;
     font-weight: 600;
 }

 .grow-business-badge span::before {
     content: '🚀 ';
     color: #8a0ffb;
 }

 /* 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%;
         margin-top: 0 !important;
     }

     .grow-business-image>img {
         height: 280px;
         min-height: 280px;
     }

     .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: #130426;
     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(138, 15, 251, 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(138, 15, 251, 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: rgba(255, 255, 255, 0.05);
     border-radius: 16px;
     border: 1px solid rgba(138, 15, 251, 0.3);
 }

 .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: #8a0ffb;
     transform: translateX(5px);
 }

 .why-contact-icon {
     color: #8a0ffb;
     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(138, 15, 251, 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(138, 15, 251, 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: #f6f0fe;
     border-radius: 16px;
     border: 1.5px solid #8a0ffb;
 }

 .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: #8a0ffb;
     transform: translateX(5px);
 }

 .help-icon {
     color: #8a0ffb;
     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: #130426;
     padding: 40px 0;
     overflow: hidden;
 }

 .contact-overlay {
     position: absolute;
     width: 500px;
     height: 500px;
     background: #8a0ffb;
     filter: blur(220px);
     opacity: .15;
     top: -150px;
     right: -150px;
 }

 .contact-heading {
     max-width: 700px;
     margin: auto;
     margin-bottom: 60px;
 }

 .contact-heading span {
     color: #8a0ffb;
     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: #ffffff !important;
     border: 1.5px solid #8a0ffb !important;
     border-radius: 30px;
     overflow: hidden;
     display: grid;
     grid-template-columns: 420px 1fr;
     box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08) !important;
 }

 .contact-left {
     background: linear-gradient(145deg, #700bdb 0%, #9333ea 100%);
     padding: 50px 45px;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 .info-box {
     display: flex;
     gap: 18px;
     margin-bottom: 32px;
     align-items: flex-start;
 }

 .info-box:last-child {
     margin-bottom: 0;
 }

 .info-box i {
     font-size: 18px;
     color: #ffffff;
     background: rgba(255, 255, 255, 0.16);
     width: 46px;
     height: 46px;
     min-width: 46px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     border: 1px solid rgba(255, 255, 255, 0.25);
     flex-shrink: 0;
 }

 .info-box h5 {
     color: #ffffff;
     font-weight: 700;
     font-size: 17px;
     margin-bottom: 6px;
 }

 .info-box p,
 .info-box a {
     color: rgba(255, 255, 255, 0.9);
     font-size: 14px;
     line-height: 1.6;
     text-decoration: none;
     transition: 0.3s;
 }

 .info-box a:hover {
     color: #ffffff;
     text-decoration: underline;
 }

 .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 {
     background: #ffffff !important;
     padding: 50px 45px;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 .contact-right input,
 .contact-right textarea {
     width: 100%;
     background: #ffffff !important;
     border: 1.5px solid #8a0ffb !important;
     color: #1e293b !important;
     padding: 14px 18px;
     margin-bottom: 16px;
     border-radius: 12px;
     font-size: 14.5px;
     transition: all 0.3s ease;
 }

 .contact-right input::placeholder,
 .contact-right textarea::placeholder {
     color: #94a3b8 !important;
     opacity: 1;
 }

 .contact-right input:focus,
 .contact-right textarea:focus {
     outline: none !important;
     border-color: #8a0ffb !important;
     box-shadow: 0 0 0 3.5px rgba(138, 15, 251, 0.12) !important;
     background: #ffffff !important;
     color: #1e293b !important;
 }

 .form-btn-wrapper {
     display: flex;
     justify-content: flex-end;
     margin-top: 12px;
 }

 .contact-right button,
 #submitBtn {
     background: #8a0ffb !important;
     color: #ffffff !important;
     border: none !important;
     padding: 14px 38px !important;
     border-radius: 50px !important;
     font-weight: 700 !important;
     font-size: 15px !important;
     cursor: pointer !important;
     transition: all 0.3s ease !important;
     display: inline-flex !important;
     align-items: center !important;
     justify-content: center !important;
     gap: 8px !important;
     box-shadow: 0 4px 15px rgba(138, 15, 251, 0.25) !important;
 }

 .contact-right button i,
 #submitBtn i {
     color: #ffffff !important;
 }

 .contact-right button:hover,
 #submitBtn:hover {
     background: #ffffff !important;
     color: #8a0ffb !important;
     transform: translateY(-2px) !important;
     box-shadow: 0 8px 25px rgba(138, 15, 251, 0.4) !important;
 }

 .contact-right button:hover i,
 #submitBtn:hover i {
     color: #8a0ffb !important;
 }

 @media(max-width:576px) {
     .form-btn-wrapper {
         justify-content: center;
     }

     .contact-right button,
     #submitBtn {
         width: 100% !important;
     }
 }

 @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(138, 15, 251, 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(138, 15, 251, 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 #8a0ffb;
     box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
     transition: 0.3s;
 }

 .map-container:hover {
     box-shadow: 0 20px 60px rgba(138, 15, 251, 0.08);
     border-color: #8a0ffb;
 }

 .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: #f6f0fe;
     border-radius: 16px;
     border: 1.5px solid #8a0ffb;
     transition: 0.3s;
 }

 .map-contact-info:hover {
     border-color: #8a0ffb;
     box-shadow: 0 10px 30px rgba(138, 15, 251, 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(138, 15, 251, 0.1);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 18px;
     color: #8a0ffb;
     flex-shrink: 0;
     transition: 0.3s;
 }

 .map-info-item:hover .map-info-icon {
     background: #8a0ffb;
     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: #8a0ffb;
 }

 /* 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: #8a0ffb;
     /* Rich Gold */
     --fq-accent2: #8a0ffb;
     /* Bright Gold */
     --fq-dark: #130426;
     --fq-card: rgba(255, 255, 255, 0.05);

     --fq-border: rgba(138, 15, 251, 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: #130426;
     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: #8a0ffb;
     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: #8a0ffb;
     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: #8a0ffb;
 }

 .fq-item.fq-open {
     border-color: #8a0ffb;
     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: #8a0ffb;
     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: #8a0ffb;
     border-color: #8a0ffb;
     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: #8a0ffb;
     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(138, 15, 251, 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(138, 15, 251, 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: #f6f0fe;
     border: 1.5px solid #8a0ffb;
     border-radius: 24px;
     padding: 55px 50px;
     transition: 0.3s;
 }

 .discuss-growth-wrapper:hover {
     border-color: #8a0ffb;
     box-shadow: 0 15px 50px rgba(138, 15, 251, 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-flex !important;
     align-items: center !important;
     justify-content: center !important;
     gap: 10px !important;
     background: #8a0ffb !important;
     color: #ffffff !important;
     padding: 14px 35px !important;
     border-radius: 50px !important;
     text-decoration: none !important;
     font-weight: 700 !important;
     font-size: 16px !important;
     transition: 0.3s ease !important;
     border: 2px solid #8a0ffb !important;
     box-shadow: 0 4px 15px rgba(138, 15, 251, 0.25) !important;
 }

 .discuss-growth-btn-primary i {
     color: #ffffff !important;
     font-size: 16px !important;
 }

 .discuss-growth-btn-primary:hover {
     background: #ffffff !important;
     color: #8a0ffb !important;
     transform: translateY(-3px) !important;
     box-shadow: 0 10px 30px rgba(138, 15, 251, 0.35) !important;
 }

 .discuss-growth-btn-primary:hover i {
     color: #8a0ffb !important;
 }

 .discuss-growth-btn-secondary {
     display: inline-block;
     background: transparent;
     color: #8a0ffb;
     padding: 14px 35px;
     border-radius: 50px;
     text-decoration: none;
     font-weight: 700;
     font-size: 16px;
     transition: 0.3s;
     border: 2px solid #8a0ffb;
 }

 .discuss-growth-btn-secondary:hover {
     background: #8a0ffb;
     color: #000;
     transform: translateY(-3px);
     box-shadow: 0 10px 30px rgba(138, 15, 251, 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;
     }
 }