/*
Theme Name: My Custom Theme
Author: Nishant
Version: 1.0
*/

/* header */


/* our testimonial */
/* ===================================
   TESTIMONIAL SECTION
=================================== */

.press-section2{
    width:100% !important;
    padding:90px 20px !important;
    background:#ffffff !important;
    position:relative !important;
    overflow:hidden !important;
}

.container3{
    max-width:1200px !important;
    margin:0 auto !important;
    width:100% !important;
}

/* ===================================
   SECTION HEADING
=================================== */

.press-section2 h2{
    text-align:center !important;
    font-size:48px !important;
    font-weight:800 !important;
    color:#c92323 !important;
    margin-bottom:60px !important;
    text-transform:uppercase !important;
    font-family:'Montserrat', sans-serif !important;
    line-height:1.2 !important;
}

/* ===================================
   SLIDER WRAPPER
=================================== */

.press-slider2{
    position:relative !important;
    width:100% !important;
    min-height:350px !important;
}

/* ===================================
   TESTIMONIAL CARD
=================================== */

.press-slide2{
    display:none !important;
    background:#fff !important;
    text-align:center !important;
    padding:60px 50px !important;
    border-radius:25px !important;
    box-shadow:0 10px 35px rgba(0,0,0,0.08) !important;
    animation:fadeTestimonial .6s ease !important;
}

.press-slide2.active{
    display:block !important;
}

@keyframes fadeTestimonial{
    from{
        opacity:0;
        transform:translateY(20px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* ===================================
   TESTIMONIAL TEXT
=================================== */

.press-slide2 p{
    max-width:900px !important;
    margin:0 auto 30px !important;
    font-size:20px !important;
    line-height:1.9 !important;
    color:#555 !important;
    font-family:'Inter', sans-serif !important;
    font-style:italic !important;
}

/* ===================================
   TESTIMONIAL TITLE
=================================== */

.press-slide2 h6{
    font-size:22px !important;
    font-weight:700 !important;
    color:#222 !important;
    margin-bottom:30px !important;
    line-height:1.4 !important;
    font-family:'Montserrat', sans-serif !important;
}

/* ===================================
   LOGO IMAGE
=================================== */

.press-slide2 img{
    max-width:180px !important;
    width:100% !important;
    height:auto !important;
    display:block !important;
    margin:0 auto !important;
    object-fit:contain !important;
}

/* ===================================
   DOTS
=================================== */

.press-dots2{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    gap:12px !important;
    margin-top:40px !important;
}

.press-dots2 span{
    width:12px !important;
    height:12px !important;
    border-radius:50% !important;
    background:#d1d1d1 !important;
    cursor:pointer !important;
    transition:.3s ease !important;
}

.press-dots2 span.active{
    width:35px !important;
    border-radius:30px !important;
    background:#c92323 !important;
}

/* ===================================
   LARGE DESKTOP
=================================== */

@media (min-width:1400px){

    .press-section2 h2{
        font-size:56px !important;
    }

    .press-slide2 p{
        font-size:22px !important;
    }

    .press-slide2 h6{
        font-size:24px !important;
    }
}

/* ===================================
   LAPTOP
=================================== */

@media (max-width:1200px){

    .press-section2 h2{
        font-size:42px !important;
    }

    .press-slide2{
        padding:50px 40px !important;
    }

    .press-slide2 p{
        font-size:18px !important;
    }
}

/* ===================================
   TABLET
=================================== */

@media (max-width:991px){

    .press-section2{
        padding:70px 20px !important;
    }

    .press-section2 h2{
        font-size:36px !important;
        margin-bottom:45px !important;
    }

    .press-slide2{
        padding:40px 30px !important;
    }

    .press-slide2 p{
        font-size:17px !important;
        line-height:1.8 !important;
    }

    .press-slide2 h6{
        font-size:20px !important;
    }

    .press-slide2 img{
        max-width:150px !important;
    }
}

/* ===================================
   MOBILE
=================================== */

@media (max-width:768px){

    .press-section2{
        padding:60px 15px !important;
    }

    .press-section2 h2{
        font-size:30px !important;
        margin-bottom:35px !important;
    }

    .press-slide2{
        padding:35px 20px !important;
        border-radius:18px !important;
    }

    .press-slide2 p{
        font-size:15px !important;
        line-height:1.8 !important;
        margin-bottom:20px !important;
    }

    .press-slide2 h6{
        font-size:18px !important;
        margin-bottom:20px !important;
    }

    .press-slide2 img{
        max-width:120px !important;
    }

    .press-dots2{
        margin-top:25px !important;
    }
}

/* ===================================
   SMALL MOBILE
=================================== */

@media (max-width:576px){

    .press-section2 h2{
        font-size:24px !important;
    }

    .press-slide2{
        padding:30px 15px !important;
    }

    .press-slide2 p{
        font-size:14px !important;
        line-height:1.7 !important;
    }

    .press-slide2 h6{
        font-size:16px !important;
    }

    .press-slide2 img{
        max-width:100px !important;
    }

    .press-dots2 span{
        width:10px !important;
        height:10px !important;
    }

    .press-dots2 span.active{
        width:28px !important;
    }
}

/* ===================================
   EXTRA SMALL MOBILE
=================================== */

@media (max-width:400px){

    .press-section2 h2{
        font-size:20px !important;
    }

    .press-slide2{
        padding:25px 12px !important;
    }

    .press-slide2 p{
        font-size:13px !important;
    }

    .press-slide2 h6{
        font-size:15px !important;
    }

    .press-slide2 img{
        max-width:90px !important;
    }
}

/*brands section */

@media (max-width: 992px) {
    .brands-logos {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .brands-top {
        flex-direction: column;
    }

    .brands-logos {
        grid-template-columns: repeat(2, 1fr);
    }
}
.brands-section .container {
    max-width: 1000px;
    margin: auto;
}
.brands-section {
	margin-top:30px;
    background: #c92323;
    color: #fff;
    padding: 20px;
}

/* top layout */
.brands-top {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* important */
    gap: 200px; /* control spacing manually */
    margin-bottom: 50px;
}



.brands-right {
    flex: 1; /* take remaining space */
}

.brands-right h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.brands-right p {
    color: #ccc;
    max-width: 500px;
}

/* logos grid */
.brands-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    align-items: center;
    justify-items: center;
	
}

/* anchor */
.brands-logos a {
	
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* image FIX SIZE */
.brands-logos img {
    max-width: 120px;
    max-height: 60px;
    object-fit: contain;
    filter: none;
    opacity: 1;
    transition: 0.3s ease;
}
.brands-logos a:hover img {
    transform: scale(1.05);
}
.brands-logos a {
     background: rgb(229 206 206);
    border: 1px solid rgba(255,255,255,0.1);
}
/* hover effect */
.brands-logos a:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}
  	/* SECTION about*/


/* RESPONSIVE */
@media (max-width: 900px) {
  .container {
    flex-direction: column;
    text-align: center;
  }

  .left-content,
  .funnel {
    width: 100%;
  }

  .left-content .desc {
    margin: auto;
  }
}





@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
	h3:hover {
    color: #c92323;
    transition: 0.3s ease;
}
	.brands-left p{
		color: #fff;
		}
/* press section */
/* =========================
   PRESS / SERVICES SLIDER
========================= */




/*About section*/

.about-section {
    background: #f5f5f5;
    padding: 10px 50px 50px 10px;
}

.about-top {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    margin-bottom: 0px;
}

.about-left h2 {
    font-size: 32px;
    font-weight: bold;
    position: relative;
}

/* red underline */
.about-left h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #d71920;
    position: absolute;
    left: 20;
    bottom: 0px;
}

.about-right p {
    max-width: 600px;
    color: #555;
    line-height: 1.6;
}

/* grid */
.about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.about-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}

.about-item p {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

.about-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.about-left h2 {
    font-size: 32px;
    font-weight: bold;
    position: relative;
}

/* red underline */
.about-left h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #d71920;
    position: absolute;
    left: 10PX;
    bottom: 0px;
}

.about-right p {
    max-width: 600px;
    color: #555;
    line-height: 1.6;
}

/* grid */
.about-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.about-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}

.about-item p {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}
@media (max-width: 992px) {
    .about-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-top {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .about-grid {
        grid-template-columns: 1fr;
    }
}





.cta-section {
	margin-top:30px;
    background: #c92323;
    padding: 70px 20px;
    text-align: center;
}

.cta-content h2 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
}

/* button */
.cta-btn {
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 12px 28px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s;
}

/* hover */
.cta-btn:hover {
    background: #000;
}
@media (max-width: 600px) {
    .cta-content h2 {
        font-size: 22px;
    }

    .cta-btn {
        padding: 10px 20px;
    }
}
.insights-section {
    background: #f5f5f5;
    padding: 80px 20px;
}

.insights-section h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
}

/* underline */
.insights-section h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #d71920;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.insights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* card */
.insight-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.insight-card .meta {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0;
    color: #333;
}

.insight-card h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.insight-card p {
    font-size: 14px;
    color: #555;
}
@media (max-width: 768px) {
    .insights-grid {
        grid-template-columns: 1fr;
    }
}
.partners-section {
    background: #f5f5f5;
    padding: 80px 20px;
}

.partners-wrapper {
    display: flex;
    gap: 50px;
    align-items: center;
}

/* LEFT */
.partners-left {
    flex: 1;
}

.partner-slider {
    position: relative;
    overflow: hidden;
}

/* slide */
.slide {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.slide.active {
    display: grid;
}

/* logos */
.slide img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}

/* dots */
.slider-dots {
    text-align: center;
    margin-top: 15px;
}

.slider-dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    margin: 5px;
    border-radius: 50%;
}

.slider-dots .active {
    background: #d71920;
}

/* RIGHT */
.partners-right {
    flex: 1;
}

.partners-right img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
}

.partners-right h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.partners-right p {
    color: #555;
}
@media (max-width: 768px) {
    .partners-wrapper {
        flex-direction: column;
    }

    .slide {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* Unique wrapper to isolate styles */
#gm-industry-section {
    font-family: 'Inter', sans-serif; /* Replace with your preferred font */
    background-color: #ffffff;
    padding: 60px 20px;
    color: #333;
}

#gm-industry-section .gm-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr; /* Creates the offset layout */
    gap: 20px;
    align-items: start;
}

/* List Styling */
#gm-industry-section .gm-industry-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#gm-industry-section .gm-industry-list li {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    color: #444;
}

/* Heading Styling */
#gm-industry-section .gm-sub-heading {
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: #555;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

#gm-industry-section .gm-main-headline {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0;
    color: #1a1a1a;
}

/* Decorative Divider */
#gm-industry-section .gm-bottom-divider {
    border: none;
    border-top: 2px solid #d32f2f; /* Matching the red line in image */
    max-width: 1100px;
    margin: 40px auto 0;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    #gm-industry-section .gm-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    #gm-industry-section .gm-content-col {
        order: -1; /* Moves headline to top on mobile */
    }
}






#cj-journey-container {
    position: relative;
    max-width: 1100px;
    margin: 80px auto;
    padding: 0 20px;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden; /* Prevents scrollbars during side-animation */
}

.cj-main-title {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 80px;
}

/* Continuous Vertical Line */
.cj-vertical-progress-line {
    position: absolute;
    left: 50%;
    top: 120px;
    bottom: 0;
    width: 2px;
    background-color: #d32f2f;
    transform: translateX(-50%);
    z-index: 1;
}

.cj-step-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-bottom: 80px;
    width: 100%;
}

.cj-content-wrapper {
    width: 44%;
    z-index: 3;
    opacity: 0; /* Hidden by default */
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cj-spacer { width: 44%; }

/* Animation Starting States */
.cj-left { text-align: right; transform: translateX(-80px); }
.cj-right { text-align: left; transform: translateX(80px); }

/* Animation Triggered States (added via JS) */
.cj-step-row.is-visible .cj-content-wrapper {
    opacity: 1;
    transform: translateX(0);
}

/* Dots on the line */
.cj-node {
    position: absolute;
    left: 50%;
    top: 10px;
    width: 12px;
    height: 12px;
    background-color: #d32f2f;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.cj-step-num {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #d32f2f;
    margin-bottom: 5px;
}

.cj-step-title {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

.cj-step-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* Mobile View */
@media (max-width: 768px) {
    .cj-vertical-progress-line { left: 20px; }
    .cj-node { left: 20px; }
    .cj-step-row { flex-direction: column; padding-left: 50px; }
    .cj-content-wrapper, .cj-spacer { width: 100%; text-align: left; }
    .cj-left { transform: translateX(-30px); }
    .cj-right { transform: translateX(30px); }
}





#mp-brand-section {
    font-family: 'Inter', sans-serif;
    padding: 60px 20px;
    background: #fff;
    max-width: 1000px;
    margin: auto;
}

/* Header */
.mp-title {
    font-weight: 800;
    font-size: 26px;
    margin: 0;
    letter-spacing: -0.5px;
}
.mp-underline {
    width: 280px;
    height: 3px;
    background: #cc2121;
    margin: 10px 0 50px 0;
}

.mp-main-grid {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

/* Static Left Badges */
.mp-side-static { width: 40%; display: flex; flex-direction: column; gap: 20px; }
.mp-badge-row { display: flex; gap: 15px; }

.mp-badge-box {
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}
.mp-gradient-blue {
    background: linear-gradient(135deg, #1d4d4f 0%, #3e8d71 100%);
    color: white;
    position: relative;
    overflow: hidden;
}
.mp-year {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 20px;
    font-weight: bold;
    opacity: 0.5;
}
.mp-google-color { color: #4285F4; font-size: 24px; }

.mp-badge-seal {
    width: 110px;
    height: 110px;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 10px;
}

/* Slider System */
.mp-slider-container { width: 60%; overflow: hidden; position: relative; }
.mp-slides-track { display: flex; width: 300%; transition: transform 0.6s ease-in-out; }
.mp-slide { width: 33.333%; }

.mp-logo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
}

.mp-item {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    gap: 8px;
}

.mp-item i { font-size: 22px; color: #000; }

/* Functionality */
input[name="mp-nav"] { display: none; }
#mp-pg-1:checked ~ .mp-slides-track { transform: translateX(0); }
#mp-pg-2:checked ~ .mp-slides-track { transform: translateX(-33.333%); }
#mp-pg-3:checked ~ .mp-slides-track { transform: translateX(-66.666%); }

/* Pagination Dots */
.mp-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 50px;
}
.mp-dots label {
    width: 12px;
    height: 12px;
    background: #f1dada;
    border-radius: 50%;
    cursor: pointer;
}
#mp-pg-1:checked ~ .mp-dots label:nth-child(1),
#mp-pg-2:checked ~ .mp-dots label:nth-child(2),
#mp-pg-3:checked ~ .mp-dots label:nth-child(3) {
    background: #cc2121;
}

/* Mobile */
@media (max-width: 850px) {
    .mp-main-grid { flex-direction: column; }
    .mp-side-static, .mp-slider-container { width: 100%; }
    .mp-logo-grid { grid-template-columns: repeat(2, 1fr); }
}




#hm-services {
    font-family: 'Inter', sans-serif;
    padding: 80px 20px;
    background-color: #ffffff;
    color: #333;
    line-height: 1.6;
}

#hm-services .hm-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Header Styles */
#hm-services .hm-header {
    margin-bottom: 60px;
}

#hm-services .hm-sub-label {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: #555;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

#hm-services .hm-main-title {
    font-size: 48px;
    font-weight: 800;
    margin: 0 0 20px 0;
    color: #1a1a1a;
}

#hm-services .hm-intro-text {
    font-size: 18px;
    max-width: 900px;
    color: #444;
}

/* Grid Layout */
#hm-services .hm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two columns */
    column-gap: 80px;
    row-gap: 50px;
    align-items: start;
}

#hm-services .hm-service-item {
    display: flex;
    flex-direction: column;
}

#hm-services .hm-service-title {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#hm-services .hm-service-title.hm-red {
    color: #cc2121; /* Specific red color for Social Media header */
}

#hm-services .hm-service-item p {
    font-size: 15px;
    margin: 0;
    color: #555;
}

/* Responsive for Tablets and Mobile */
@media (max-width: 768px) {
    #hm-services .hm-main-title {
        font-size: 36px;
    }

    #hm-services .hm-grid {
        grid-template-columns: 1fr; /* Single column on small screens */
        row-gap: 40px;
    }

    #hm-services .hm-header {
        margin-bottom: 40px;
    }
}


	<!-- ═══════ CONTACT STRIP ═══════ -->
<!-- ═══════ CONTACT STRIP ═══════ -->


:root {
  --floin-font:  "DM Sans", sans-serif;
  --floin-font2: "Plus Jakarta Sans", sans-serif;
  --floin-font4: "Manrope", sans-serif;
  --floin-base:        #C7844F;
  --floin-base-rgb:    199, 132, 79;
  --floin-base2:       #8A5133;
  --floin-base2-rgb:   138, 81, 51;
  --floin-white:       #ffffff;
  --floin-white-rgb:   255, 255, 255;
  --floin-dark2:       #1E1A16;
  --floin-text:        #7A736A;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

 

.section-sub {
  font-family: var(--floin-font);
  font-size: .9rem; line-height: 1.8;
  color: rgba(var(--floin-white-rgb), .45);
  max-width: 560px; margin: 0 auto;
}
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--floin-base); color: white;
  padding: 12px 26px; font-family: var(--floin-font2);
  font-size: .78rem; font-weight: 700;
  letter-spacing: .04em; text-decoration: none;
  border-radius: 4px; transition: background .22s, transform .22s;
  box-shadow: 0 6px 22px rgba(var(--floin-base-rgb), .3);
  white-space: nowrap;
}
.btn-primary:hover { background: var(--floin-base2); transform: translateY(-2px); }


/*  index css */

	/* =========================
   TABLET
========================= */

@media (max-width: 991px) {

    .brands-top {
        flex-direction: column;
        gap: 25px;
        margin-bottom: 40px;
    }

    .brands-right h2 {
        font-size: 34px;
    }

    .brands-right p {
        font-size: 16px;
    }

    .brands-logos {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .brands-section {
        padding: 40px 15px;
    }

    .brands-top {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .brands-left,
    .brands-right {
        width: 100%;
    }

    .brands-right h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .brands-left p,
    .brands-right p {
        font-size: 14px;
        line-height: 1.6;
    }

    /* Two logos per row */
    .brands-logos {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: 30px;
    }

    .brands-logos a {
        padding: 18px;
        min-height: 90px;
    }

    .brands-logos img {
        max-width: 85%;
        max-height: 45px;
    }
}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

    .brands-logos {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .brands-right h2 {
        font-size: 20px;
    }

    .brands-right p {
        font-size: 13px;
    }

    .brands-logos img {
        max-height: 50px;
    }
}
	/* ===================================
   TESTIMONIAL SECTION
=================================== */

.press-section2{
    width:100% !important;
    padding:90px 20px !important;
    background:#ffffff !important;
    position:relative !important;
    overflow:hidden !important;
}

.container3{
    max-width:1200px !important;
    margin:0 auto !important;
    width:100% !important;
}

/* ===================================
   SECTION HEADING
=================================== */

.press-section2 h2{
    text-align:center !important;
    font-size:48px !important;
    font-weight:800 !important;
    color:#c92323 !important;
    margin-bottom:60px !important;
    text-transform:uppercase !important;
    font-family:'Montserrat', sans-serif !important;
    line-height:1.2 !important;
}

/* ===================================
   SLIDER WRAPPER
=================================== */

.press-slider2{
    position:relative !important;
    width:100% !important;
    min-height:350px !important;
    cursor:grab !important;
    user-select:none !important;
}
.press-slider2:active{
    cursor:grabbing !important;
}
/* ===================================
   TESTIMONIAL CARD
=================================== */

.press-slide2{
    display:none !important;
    background:#fff !important;
    text-align:center !important;
    padding:60px 50px !important;
    border-radius:25px !important;
    box-shadow:0 10px 35px rgba(0,0,0,0.08) !important;
    animation:fadeTestimonial .6s ease !important;
}

.press-slide2.active{
    display:block !important;
}

@keyframes fadeTestimonial{
    from{
        opacity:0;
        transform:translateY(20px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* ===================================
   TESTIMONIAL TEXT
=================================== */

.press-slide2 p{
    max-width:900px !important;
    margin:0 auto 30px !important;
    font-size:20px !important;
    line-height:1.9 !important;
    color:#555 !important;
    font-family:'Inter', sans-serif !important;
    font-style:italic !important;
}

/* ===================================
   TESTIMONIAL TITLE
=================================== */

.press-slide2 h6{
    font-size:22px !important;
    font-weight:700 !important;
    color:#222 !important;
    margin-bottom:30px !important;
    line-height:1.4 !important;
    font-family:'Montserrat', sans-serif !important;
}

/* ===================================
   LOGO IMAGE
=================================== */

.press-slide2 img{
    max-width:180px !important;
    width:100% !important;
    height:auto !important;
    display:block !important;
    margin:0 auto !important;
    object-fit:contain !important;
}

/* ===================================
   DOTS
=================================== */

.press-dots2{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    gap:12px !important;
    margin-top:40px !important;
}

.press-dots2 span{
    width:12px !important;
    height:12px !important;
    border-radius:50% !important;
    background:#d1d1d1 !important;
    cursor:pointer !important;
    transition:.3s ease !important;
}

.press-dots2 span.active{
    width:35px !important;
    border-radius:30px !important;
    background:#c92323 !important;
}

/* ===================================
   LARGE DESKTOP
=================================== */

@media (min-width:1400px){

    .press-section2 h2{
        font-size:56px !important;
    }

    .press-slide2 p{
        font-size:22px !important;
    }

    .press-slide2 h6{
        font-size:24px !important;
    }
}

/* ===================================
   LAPTOP
=================================== */

@media (max-width:1200px){

    .press-section2 h2{
        font-size:42px !important;
    }

    .press-slide2{
        padding:50px 40px !important;
    }

    .press-slide2 p{
        font-size:18px !important;
    }
}

/* ===================================
   TABLET
=================================== */

@media (max-width:991px){

    .press-section2{
        padding:70px 20px !important;
    }

    .press-section2 h2{
        font-size:36px !important;
        margin-bottom:45px !important;
    }

    .press-slide2{
        padding:40px 30px !important;
    }

    .press-slide2 p{
        font-size:17px !important;
        line-height:1.8 !important;
    }

    .press-slide2 h6{
        font-size:20px !important;
    }

    .press-slide2 img{
        max-width:150px !important;
    }
}

/* ===================================
   MOBILE
=================================== */

@media (max-width:768px){

    .press-section2{
        padding:60px 15px !important;
    }

    .press-section2 h2{
        font-size:30px !important;
        margin-bottom:35px !important;
    }

    .press-slide2{
        padding:35px 20px !important;
        border-radius:18px !important;
    }

    .press-slide2 p{
        font-size:15px !important;
        line-height:1.8 !important;
        margin-bottom:20px !important;
    }

    .press-slide2 h6{
        font-size:18px !important;
        margin-bottom:20px !important;
    }

    .press-slide2 img{
        max-width:120px !important;
    }

    .press-dots2{
        margin-top:25px !important;
    }
}

/* ===================================
   SMALL MOBILE
=================================== */

@media (max-width:576px){

    .press-section2 h2{
        font-size:24px !important;
    }

    .press-slide2{
        padding:30px 15px !important;
    }

    .press-slide2 p{
        font-size:14px !important;
        line-height:1.7 !important;
    }

    .press-slide2 h6{
        font-size:16px !important;
    }

    .press-slide2 img{
        max-width:100px !important;
    }

    .press-dots2 span{
        width:10px !important;
        height:10px !important;
    }

    .press-dots2 span.active{
        width:28px !important;
    }
}

/* ===================================
   EXTRA SMALL MOBILE
=================================== */

@media (max-width:400px){

    .press-section2 h2{
        font-size:20px !important;
    }

    .press-slide2{
        padding:25px 12px !important;
    }

    .press-slide2 p{
        font-size:13px !important;
    }

    .press-slide2 h6{
        font-size:15px !important;
    }

    .press-slide2 img{
        max-width:90px !important;
    }
}
/* =========================
   ABOUT SECTION
========================= */

.marketing-section{
    background:#2f2f2f;
    padding:100px 20px;
    overflow:hidden;
}

.container2{
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
}

/* LEFT CONTENT */

.left-content2{
    flex:1;
}

.left-content2 .tag{
    color:#c92323;
    font-size:15px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.left-content2 h2{
    color:#fff;
    font-size:56px;
    line-height:1.15;
    font-weight:700;
    margin-bottom:25px;
    max-width:600px;
}

.left-content2 .desc{
    color:#d4d4d4;
    font-size:18px;
    line-height:1.9;
    max-width:550px;
}

/* RIGHT FUNNEL */

.funnel{
    flex:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.funnel-step{
    background:#ffffff;
    color:#111;
    font-weight:700;
    font-size:20px;
    text-align:center;
    padding:22px 0;
    transition:.3s;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.funnel-step:hover{
    transform:translateY(-3px);
}

/* Funnel Shapes */

.step1{
    width:500px;
    clip-path:polygon(0 0,100% 0,90% 100%,10% 100%);
}

.step2 {
    width: 420px;
    margin-top: 8px;
    clip-path: polygon(10% 0, 90% 0, 80% 100%, 20% 100%);
}
.step3{
    width:310px;
    margin-top:8px;
    clip-path:polygon(14% 0,83% 0,70% 100%,30% 100%);
}
.step4{
    width:250px;
    margin-top:8px;
    clip-path:polygon(25% 0,75% 0,60% 100%,40% 100%);
}

/* =========================
   TABLET
========================= */

@media(max-width:1024px){

    .container2{
        gap:50px;
    }

    .left-content2 h2{
        font-size:42px;
    }

    .left-content2 .desc{
        font-size:16px;
    }

    .step1{width:420px;}
    .step2{width:320px;}
    .step3{width:220px;}
    .step4{width:110px;}
}

/* =========================
   MOBILE
========================= */

@media(max-width:767px){

    .marketing-section{
        padding:60px 15px;
    }

    .container2{
        flex-direction:column;
        text-align:center;
        gap:40px;
    }

    .left-content2{
        width:100%;
    }

    .left-content2 h2{
        font-size:32px;
        max-width:100%;
    }

    .left-content2 .desc{
        max-width:100%;
        font-size:15px;
    }

    .funnel{
        width:100%;
    }

    .funnel-step{
        font-size:15px;
        padding:15px 0;
    }

    .step1{
        width:100%;
        max-width:340px;
    }

    .step2{
        width:80%;
        max-width:280px;
    }

    .step3{
        width:60%;
        max-width:220px;
    }

    .step4{
        width:100%;
        max-width:220px;
    }
}

/* =========================
   SMALL MOBILE
========================= */

@media(max-width:480px){

    .left-content2 h2{
        font-size:28px;
    }

    .left-content2 .desc{
        font-size:14px;
    }

    .funnel-step{
        font-size:13px;
    }
}
	/* =========================
   SERVICES SECTION
========================= */

.services-modern{
    padding:80px 20px;
    background:#f7f7f7;
}

.services-modern .container{
    max-width:1200px;
    margin:auto;
}

/* Heading */

.about-left{
    text-align:center;
    margin-bottom:15px;
}

.about-left h2{
    font-size:56px;
    font-weight:700;
    line-height:1.1;
    margin:0;
    position:relative;
    display:inline-block;
}

.about-left h2:after{
    content:'';
    width:80px;
    height:4px;
    background:#c92323;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-12px;
}

/* Header */

.services-header{
    max-width:850px;
    margin:40px auto 60px;
    text-align:center;
}

.services-header h4{
    font-size:32px;
    line-height:1.3;
    margin-bottom:20px;
    color:#111;
}

.services-header p{
    font-size:18px;
    line-height:1.8;
    color:#666;
}

/* Grid */

.services-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

/* Service Card */

.service-box{
    background:#fff;
    border-radius:16px;
    padding:35px;
    transition:.3s ease;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    height:100%;
}

.service-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

/* Content */

.service-content h3{
    font-size:28px;
    line-height:1.3;
    margin-bottom:15px;
    color:#111;
}

.service-content p{
    font-size:16px;
    line-height:1.9;
    color:#666;
    margin:0;
}

/* =========================
   TABLET
========================= */

@media(max-width:1024px){

    .about-left h2{
        font-size:46px;
    }

    .services-header h4{
        font-size:28px;
    }

    .services-header p{
        font-size:16px;
    }

    .service-content h3{
        font-size:24px;
    }
}

/* =========================
   MOBILE
========================= */

@media(max-width:767px){

    .services-modern{
        padding:60px 15px;
    }

    .about-left h2{
        font-size:34px;
    }

    .services-header{
        margin:30px auto 40px;
    }

    .services-header h4{
        font-size:22px;
        line-height:1.4;
    }

    .services-header p{
        font-size:14px;
        line-height:1.8;
    }

    .services-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .service-box{
        padding:25px;
        border-radius:12px;
    }

    .service-content h3{
        font-size:20px;
        margin-bottom:10px;
    }

    .service-content p{
        font-size:14px;
        line-height:1.8;
    }
}

/* =========================
   SMALL MOBILE
========================= */

@media(max-width:480px){

    .about-left h2{
        font-size:28px;
    }

    .services-header h4{
        font-size:18px;
    }

    .service-content h3{
        font-size:18px;
    }

    .service-content p{
        font-size:13px;
    }
}
/* 	slider */
	

/*=========================================
      MARKETING PARTNERS
=========================================*/

.marketing-partners{
    background:#fff;
    padding:100px 0;
    overflow:hidden;
}

.marketing-partners .container{
    max-width:1320px;
    margin:auto;
    padding:0 15px;
}

.partners-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:80px;
}

/*=========================
      LEFT COLUMN
=========================*/

.partners-content{
    flex:0 0 34%;
    max-width:34%;
}

.partners-content h2{
    font-size:52px;
    font-weight:800;
    line-height:1.1;
    color:#111;
    margin:0;
    text-transform:uppercase;
    letter-spacing:-1px;
}

.title-line{
    display:block;
    width:260px;
    height:2px;
    background:#d92d27;
    margin:18px 0 45px;
}

/*=========================
     BADGES
=========================*/

.partner-badged{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:18px;
}

.partner-badged .badge-large{
    width:240px;
}

.partner-badged .badge-circle{
    width:105px;
}

.partner-badged .badge-small{
    width:115px;
}

.partner-badged img{
    width:100%;
    display:block;
    object-fit:contain;
    transition:.35s ease;
}

.partner-badged img:hover{
    transform:translateY(-6px);
}

/*=========================
      RIGHT COLUMN
=========================*/

.partners-logos{
    flex:0 0 66%;
    max-width:66%;

    display:grid;
    grid-template-columns:repeat(3,1fr);
    column-gap:90px;
    row-gap:70px;

    align-items:center;
    justify-items:center;
}

.partners-logos a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
}

.partners-logos img{
    max-width:180px;
    max-height:65px;

    width:auto;
    height:auto;

    object-fit:contain;

    filter:grayscale(100%);
    opacity:.7;

    transition:.35s;
}

.partners-logos img:hover{

    filter:grayscale(0);

    opacity:1;

    transform:scale(1.08);

}

/*=========================
      RESPONSIVE
=========================*/

@media(max-width:1199px){

.partners-content h2{
    font-size:44px;
}

.partners-wrapper{
    gap:60px;
}

.partners-logos{
    column-gap:60px;
}

}

@media(max-width:991px){

.partners-wrapper{
    flex-direction:column;
}

.partners-content,
.partners-logos{

    max-width:100%;
    flex:0 0 100%;

}

.partners-content{
    margin-bottom:50px;
}

.partners-content h2{
    font-size:38px;
}

.partners-logos{

    grid-template-columns:repeat(3,1fr);

    row-gap:45px;

    column-gap:35px;

}

}

@media(max-width:767px){

.partners-content h2{
    font-size:32px;
}

.title-line{
    width:180px;
}

.partner-badged{

    justify-content:center;

}

.partner-badged .badge-large{
    width:210px;
}

.partner-badged .badge-circle{
    width:90px;
}

.partner-badged .badge-small{
    width:95px;
}

.partners-logos{

    grid-template-columns:repeat(2,1fr);

    row-gap:35px;

}

.partners-logos img{

    max-width:150px;

}

}

@media(max-width:575px){

.marketing-partners{
    padding:70px 0;
}

.partners-content h2{
    font-size:28px;
}

.partner-badged{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:15px;

}

.partner-badged .badge-large,
.partner-badged .badge-circle,
.partner-badged .badge-small{

    width:100%;

}

.partners-logos{

    grid-template-columns:1fr;

    row-gap:30px;

}

.partners-logos img{

    max-width:170px;

}

}
/* ===== MARKETING PARTNERS SECTION ===== */
.marketing-partners {
  padding: 60px 0;
  background: #fff;
}

.partners-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

/* LEFT: Title + Badges */
.partners-content {
  flex: 0 0 380px;
  padding-right: 40px;
}

.partners-content h2 {
  font-size: 28px;
  font-weight: 900;
  color: #1a1a1a;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.1;
}

.title-line {
  display: block;
  width: 100%;
  height: 3px;
  background: #cc0000;
  margin-bottom: 28px;
}

.partner-badged {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.badge-large,
.badge-circle,
.badge-small {
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-large img,
.badge-circle img,
.badge-small img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Vertical divider between left and right */
.partners-wrapper::after {
	display:none;
  content: '';
  width: 1px;
  background: #e0e0e0;
  align-self: stretch;
  min-height: 200px;
  margin: 0 10px;
}

/* RIGHT: Logo Carousel */
.partners-logos {
  flex: 1;
  padding-left: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  align-content: start;
	margin-top:70px !important;
}

.partners-logos a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  text-decoration: none;
}

.partners-logos a img {
  max-width: 130px;
  max-height: 50px;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.6);
  transition: filter 0.2s ease;
}

.partners-logos a:hover img {
  filter: grayscale(0%) opacity(1);
}

/* Slider dots (add these after the .partners-logos div in your HTML) */
.slider-dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  padding-bottom: 4px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f0c0c0;
  border: none;
  cursor: pointer;
  padding: 0;
}

.dot.active {
  background: #cc0000;
}

/* Responsive */
@media (max-width: 900px) {
  .partners-wrapper {
    flex-direction: column;
  }
  .partners-content {
    flex: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 32px;
  }
  .partners-wrapper::after {
    display: none;
  }
  .partners-logos {
    padding-left: 0;
    width: 100%;
  }
}
